@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
ul {
  padding-left: 0;
  position: relative;
}
ul li {
  list-style: none;
  position: relative;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;

}

.mv {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  background: url(../img/mv_bg.jpg) top center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mv .logo_40th{
  padding-top: 35px;
}
.mv .cardface{
  padding-top: 10px;
}
.mv .cardface img{
  display: inline-block;
  margin-right: 10px;
  width: 110px;
}
.mv .cardface img:last-child{
  margin-right: 0;
}
.mv .ttl{

}
.mv .lead{
  padding-top: 40px;
}
.mv .lead span{
  font-size: 16px;
}
.mv .term{
  padding-top: 40px;
}
.mv .prize-wrap{
  margin-top: 75px;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}
.mv .prize-wrap .prize__item{
  flex: 1 1 45%;
  box-sizing: border-box;
}
.mv .prize-ttl{
  margin-top: -40px;
}
.mv .prize div{
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 30px 45px;
  border-bottom: 2px solid #fff;
}
.mv .prize-chance div{
  border-bottom: none;
}

.mv__box01{
  display: flex;
  justify-content: space-around;
}

.mv__box02{
  display: flex;
  justify-content: center;
  gap: 0 30px;
  margin-top: 20px;
}

.mv__box02 .mv__icon{
  padding-top: 20px;
}

.mv__icon{
  width: 110px;
  height: 110px;
}

@media screen and (max-width: 768px) {
  .mv {
    background: url(../img/mv_sp_bg.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
  }
  .mv .logo_40th{
    padding-top: 1.5rem;
  }
  .logo__img{
    /* width: 16.66666%; */
    width: 100%;
    max-width: 85px;
  }
  .mv .cardface {
    /* padding-top: 1.2rem; */
    padding-top: 0;
  }
  .mv .cardface img{
    width: 18%;
    margin-right: 0;
  }
  .mv .ttl {
    width: 96%;
    margin: 0 auto;
    margin-top: 5px;
  }
  .mv .lead {
    padding-top: 1.2rem;
    margin: 0 auto;
  }
  .mv .term {
    padding-top: 1rem;
  }
  .mv .prize-wrap {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    gap: 30px 0;
  }
  .mv .prize-wrap .prize__item{
    flex: 1 1 100%;
  }
  .mv .prize-ttl{
    margin-top: -1.5rem;
  }
  .mv .prize-ttl img{
    width: 94.3%;
  }
  .mv .prize div{
    padding: 1rem 1.2rem;
    display: block;
    border-bottom: 1px solid #fff;
  }
  .mv .prize picture:first-child {
    display: inline-block;
    margin-bottom: 1rem;
  }
  .mv .prize-chance div{
    border-bottom: none;
  }

    .mv__box01 {
      align-items: center;
    }
  
    .mv__box02 {
      align-items: center;
      gap: 0 0;
    }
  
    .mv__icon {
      width: 100%;
      max-width: 45px;
      height: auto;
    }
  
    .mv__box02 .mv__icon {
      padding-top: 0;
      max-width: 40px;
    }

}

.main-cont{
  position: relative;
  z-index: 100;
  background:#fff;
}

.wrap {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrap {
    width: 95%;
  }
}

.section .bdrColumn{
  border: 1px solid #ccc;
  padding: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.section .bdrColumn .btn-txt{
  width: 50%;
}
.section .bdrColumn .btn-wrap {
  min-width: 350px;
  position: relative;
}
.section .btn-wrap a {
  display: block;
  color: #fff;
  padding: 15px;
  margin: 10px 0 0;
  background: #c00 url(/commonY15/img/icon_ext_white_01.png) 95% center no-repeat;
  text-decoration: none;
  position: relative;
}
.section .btn-wrap a:hover {
  text-decoration: underline;
}
.section .bdrColumn .btn-wrap a.iconDown{
  border: 1px solid #dedede;
  color: #333;
  background: #eee url(/commonY15/img/icon_anchor_red_01.png) 95% center no-repeat;
}
.section .btn-wrap.entry {
  margin: 0 auto;
  width: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .section .bdrColumn{
    display: block;
  }
  .section .bdrColumn .btn-txt{
    width: 100%;
  }
  .section .bdrColumn .btn-wrap {
    min-width: auto;
  }
  .section .bdrColumn .btn-wrap a {
    margin: 0 auto 10px;
    width: 100%;
  }
  .section .btn-wrap.entry {
    width: 100%!important;
  }
  .section .btn-wrap.entry a{
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .ttlLv1 .heading{
    font-size: 1.3rem!important;
  }
}

.new_accordion .head {
  padding: 6px 6px 6px 9px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d0d0d0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.new_accordion .head h2{
  font-size: 1rem;
  margin: 0;
}
.new_accordion .head .js_accordion_btn,
.new_accordion .head .js_accordion_btn.opened {
  border: none;
  line-height: 1;
  background-color: #fff;
  background-image: url(../img/icon_open.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 30px;
}
.new_accordion .head .js_accordion_btn.closed {
  background-image: url(../img/icon_close.png);
}
.new_accordion .content{
  display: none;
  border: 1px solid #d0d0d0;
  border-top: 0;
  padding: 10px 17px;
}

.new_accordion .content .ttlLv2 {
  padding: 30px 0 8px;
  border-bottom: 2px solid #e5e5e5;
}
.new_accordion .content .stepLabel {
  background-color: #cc0000;
  display: inline-block;
  color: #fff;
  padding: 3px 10px 3px 22px;
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
  margin-right: 30px;
  margin-top: 7px;
  vertical-align: middle;
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 16px;
}
.stepLabel::after {
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  display: block;
  width: 0;
  content: '';
  border-width: 24px 0 0 20px;
  border-style: solid;
  border-color: transparent transparent transparent #cc0000;
  border-width: 30px 0 0 20px;
}
.ttlLv2 .heading {
  display: inline-block;
  border-left: 0px !important;
  padding-left: 0px !important;
  margin: 0;
  vertical-align: middle;
  font-size: 2rem;
}
.stepbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.stepbox .col{
  width: 48%;
}
@media screen and (max-width: 768px) {
  .ttlLv2 .heading {
    font-size: 16px!important;
  }
}

.bnr{
  padding: 3rem 0;
}
.bnr .bnr_lead{
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.bnr div{
  margin-bottom: 1rem;
}

.txtLink.iconOther {
  padding-left: 17px;
  background: url(/commonY15/img/icon_ext_red_01.png) 0 6px no-repeat;
}


.foot{
  position: relative;
  z-index: 100;
  background:#000;
  color: #fff;
  margin: 0;
  padding: 0;
}
.foot p{
  margin: 0;
  padding: 1.5em 0;
  text-align: center;
  font-weight: 500;
  font-size: 1.4814814815vh;
}



.cf::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.is-visible-sd {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .is-visible-sd {
    display: block !important;
  }
}

.is-hidden-sd {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .is-hidden-sd {
    display: none !important;
  }
}

.fcRD {
  color: #c00;
}

.alL {
  text-align: left;
}

.alR {
  text-align: right;
}

.alC {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.presentC__inner{
  background: #b5e6ff;
  border: 2px solid #00a2e5;
  padding: 17px 15px;
}

@media screen and (max-width: 768px) {
  .presentC{
    max-width: 680px;
    margin: 0 auto;
  }
}

.modal_btn{
  margin: 20px 0 10px;
  cursor: pointer;
}
.modal_btn:hover{
  opacity: 0.85;
}

/* モダール */
.modal {
  visibility: hidden;
  opacity: 0;

  /* display: none; */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  position: relative;
}

.close {
  position: absolute;
  top: -50px;
  right: 4px;
  cursor: pointer;
  z-index: 1001;
}

@media screen and (max-width: 768px) {
  .close {
    top: -35px;
    right: 40px;
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 768px) {
  .modal__text{
    padding: 0 20px;
    text-align: center;
  }
  .modal__text img{
    width: 90%;
  }
}