@charset "utf-8";
body {
  font-family: Roboto, 'Noto Sans JP', sans-serif;
  font-weight: 500;
  margin: 0;
  font-size: 0.9rem;
  line-height: 2em;
  color: #322F31;
  overflow-x: hidden;
  letter-spacing: .1rem;
  position: relative;
  font-size: min(3.5vw,16px);
    line-height: 1.6;
}
#wrapper {
  max-width: 1200px;
  margin: 20px auto;
  letter-spacing: 0.03em;
}
.page-link {
  position: relative;
  top: -105px;
  display: block;
}
.note {
  text-align: right;
  font-size: 80%;
  color: #999;
  display: block;
}
@media (max-width: 769px){
/*  #pagetop {
    display: none !important;
  }*/
  #wrapper {
    padding: 0 5%;
  }
}

#topback {
    position: fixed;
    z-index: 3;
    bottom: 2%;
    right: 3%;
    background: #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
}
#topback{
    bottom: 65px;
    background: #0000003d;
}

.fade {
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: transform 1s, opacity 1s, visibility 1s;
}
 
/*ふわっとさせる*/
.fade.done {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

/**** page-title & pro-link　****/
.page-title {
  margin: 0 auto;
  line-height: 1;
  font-size: min(8vw, 3.4rem);
  text-align: center;
}
.page-title span {
  font-size: 40%;
  font-weight: normal;
  margin-left: 10px;
}

.pro-link {
  max-width: 510px;
  margin: 1vw auto 5vw;
}
.pro-link_box {
  display: flex;
  align-items: flex-start;
  flex-wrap:wrap;
}
.pro-link_box li {
  width: calc(100%/4);
  text-align: left;
}
.pro-link_box li a {
  border-bottom: 1px solid #322f31;
  font-size: clamp(14px, 5vw, 14px);
  font-weight: 600;
}
.pro-link_box li a .fas {
  padding: 0 3px;
  font-size: 90%; 
}




*{
  font-feature-settings: "palt";
}
p{
  margin-bottom: 10px;
}
section{
  margin-bottom: 3%;
}

.flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex.block2>*{
    width: 49%;
}
.flex.block3>*{
    width: 33%;
}
.flex.block4>*{
    width: 24%;
    margin-bottom: 20px;
}


.notice {
    font-size: 12px;
    line-height: 1.2rem;
    display: block;
    margin-top: 5px;
}
.fullwide{
  width: 100%;
}


@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 5s linear 0s normal both;
}

.table li{
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  font-weight: normal;
}
#mainimg{
  background: #ff4500;
  display: flex;
  justify-content: center;
}

#photoimg-outer{
  position: relative;
}
#photoimg-outer .notice{
    position: absolute;
    bottom: 0;
    right: 0px;
    background: #ffffffa8;
    border-radius: 5px 0 0 0;
    padding-left: 5px;
    color: #353535;
}
#photoimg{
  overflow: hidden;
  border-radius: 10px;
  padding: 0;
  line-height: 0;
  pointer-events: none;
  max-height: 400px;
  display: flex;
  align-items: center;
}
.underline{
  text-decoration: underline;
}
.table {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  line-height: 1.4;
}
.table>*{
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 1px;
  padding: 10px;
}
.table dt {
  width: 30%;
  background-color: #DADADA;
}
.table dd {
  width: 70%;
  background-color: #F3F3F3;
}
.title_big{
    color: #ff4500;
    font-weight: bold;
    overflow: hidden;
    line-height: 1.4em;
    font-size: min(3.8vw,44px);
    margin-bottom: 20px;
    border: solid;
    text-align: left;
    padding: 10px;
    display: flex;
    justify-content: center;
}
.subtitle{
  background: #ff4500;
    margin-bottom: 20px;
    padding: 0.75em 0.5em;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    transform: skewX(-13deg);
    display: block;
    font-size: min(4.5vw,28px);
    max-width: 800px;
    margin: 40px auto;
}
.title{
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    line-height: 1.8em;
    font-size: min(6.2vw,30px);
    border-top: 1px solid #eee;
    padding-top: 3%;
}
red{
      color: #e60012;
      font-weight: bold;
}
.point_list{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.point_list dl{
    display: flex;
    border: dashed #462e2e 2px;
    padding: 1% 5px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    line-height: 1.4;
    font-size: min(3vw,16px);
    margin: 4px 0;
    background: #ffdbcf;
    min-height: 50px;
    color: #462e2e;
}
.point_list dt{

}
.point_list dd{
    font-size: 150%;
}

.bigtext{
    color: #462e2e;
    font-weight: bold;
    padding-bottom: 3%;
    display: block;
}


#product a b{
  font-size: min(1.8vw, 20px);
}
.btn{
    border-radius: 5px;
    border: solid 1px;
    display: flex;
    justify-content: center;
    font-size: min(3vw, 14px);
    font-weight: bold;
    align-items: center;
    position: relative;
    padding: 5px 0;
    margin-bottom: 2px;
}
.btn i{
    position: absolute;
    right: 14px;
}

#date ul{
  font-weight: bold;
}
#date ul li{
    font-size: 120%;
    padding: 10px;
    color: #999;
    border-right: solid 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    margin: 4px 0;
}
#date ul li:last-child{
  border: 0;
}
#date ul li b{
  font-size: 150%;
}
#date ul li i{

}
#date ul li u{
    padding: 5px 10px;
    border-radius: 100px;
    margin-bottom: 10px;
    font-size: 80%;
    text-decoration: none;
    background: #999;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
}
#date ul li.now{
    color: #000;
}
#date ul li.now u{
    background: #ff4500;
}
/*〇月分応募締切は本日23:59まで！*/
#lastday_msg{
background: #ffec00;
    color: #fc0000;
    font-weight: bold;
    padding: 10px;
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: min(4.5vw,28px);
    transform: skewX(-13deg);
    line-height: 1.2;
    margin-bottom: 3%;
}
#date ul li .lastday{
    background: #ffec00;
    color: #fc0000;
    font-weight: bold;
    padding: 10px;
    display: flex;
    text-align: center;
    justify-content: center;
    transform: skewX(-13deg);
    line-height: 1.2;
    margin-top: 5px;
}
/*応募受付終了*/
#date ul li .closeday {
    font-weight: bold;
    display: flex;
    text-align: center;
    justify-content: center;
    transform: skewX(-13deg);
    line-height: 1.2;
}




#flow ul{
  font-size: 90%;
}

.entry_btn{
    background: #ff8100;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3% auto;
    font-weight: bold;
    max-width: 400px;
    color: #fff;
    margin-bottom: 60px;
    background-image: linear-gradient(180deg, #ff8100 0%, #FF2525 74%);
    height: 70px;
    border-radius: 10px;
    font-size: min(6vw,28px);
    position: relative;
}
.entry_btn i{
  position: absolute;
  right: 8%;
  font-size: 80%;
}
.entry_btn.none{
  pointer-events: none;
  background: #999;
}

#fix_entry_btn{
    position: fixed;
    bottom: 0;
    margin: 0;
    z-index: 2;
    width: 100%;
    left: 0;
    border-radius: 0;
    height: 50px;
    opacity: 1;
    max-width: 100%;
    font-size: 22px;
    transition: max-height .5s,opacity .5s,background-color .1s ease-out;
}
#fix_entry_btn i{
    position: revert;
    margin-left: 5px;
}
#fix_entry_btn.hide{
  opacity: 0;
  pointer-events: none;
}

.sp{display: none;}


#steps{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
  background: #f9f9f9;
  border-radius: 10px;
}
#steps img{
  max-width: 220px;;
}
#steps b{
    max-width: 400px;
    margin: 10px;
}
/*@media (max-width: 769px){*/
@media (max-width: 820px){
  .pc{display: none;}
  .sp{display: block;}

.flex.block4>*{
    width: 48%;
}
.flex.block3>*,
.flex.block2>*{
    width: 100%;
}
.table{
  margin-top: 20px;
}
.title_big{
    font-size: min(5.2vw,44px);
}
#product a b{
  font-size: min(4vw, 20px);
}
#date ul li{
  border-right: 0;
  border-bottom: dashed 1px;
}
#steps{
  flex-direction: column;
}

}





