@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
.sp{
  display: none;
}

.contents_bg{
  width: 1080px;
  margin: 0 auto;
}

.main_mv{
  background-image: url(../img/bg_mv.png);
  background-position: center;
  background-size: cover;
  width: 1080px;
  height: 553px;
  margin: 0 auto;
  position: relative;
}

.main_mv .illust01{
  position: absolute;
  top: 0;
  left: 0;
}
.main_mv .illust02{
  position: absolute;
  top: 0;
  right: 0;
}
.main_mv .illust03{
  position: absolute;
  bottom: 0;
  left: 0;
}
.main_mv .illust04{
  position: absolute;
  bottom: 0;
  right: 0;
}

.main_mv{
  overflow: hidden;
}



.illust01{
  animation: fadeIn 0.8s  ease-out 0.5s 1 normal forwards;
  -webkit-animation: fadeIn 0.8s  ease-out 0.5s 1 normal;
  opacity: 0;/* ここを追加 */
  animation-fill-mode: forwards; /*これで値を保持*/  
}
@keyframes fadeIn { /*animation-nameで設定した値を書く*/
  0% {opacity: 0; transform: translate(-30px, -30px); transition: all .8s; transition-timing-function: ease-out;} /*アニメーション開始時は不透明度0%*/
  100% {opacity: 1; transform: translate(0, 0);} /*アニメーション終了時は不透明度100%*/
}
 -webkit-@keyframes fadeIn { /*animation-nameで設定した値を書く*/
  0% {opacity: 0; transform: translate(-30px, -30px); transition: all .8s; transition-timing-function: ease-out;} /*アニメーション開始時は不透明度0%*/
  100% {opacity: 1; transform: translate(0, 0);} /*アニメーション終了時は不透明度100%*/
}

.illust02{
  animation: fadeIn2 0.8s  ease-out 0.5s 1 normal;
  -webkit-animation: fadeIn2 0.8s  ease-out 0.5s 1 normal;
  opacity: 0;/* ここを追加 */
  animation-fill-mode: forwards; /*これで値を保持*/  
}
@keyframes fadeIn2 { /*animation-nameで設定した値を書く*/
  0% {opacity: 0; transform: translate(30px, -30px); transition: all .8s; transition-timing-function: ease-out;} /*アニメーション開始時は不透明度0%*/
  100% {opacity: 1; transform: translate(0, 0);} /*アニメーション終了時は不透明度100%*/
}
-webkit-@keyframes fadeIn2 { /*animation-nameで設定した値を書く*/
  0% {opacity: 0; transform: translate(30px, -30px); transition: all .8s; transition-timing-function: ease-out;} /*アニメーション開始時は不透明度0%*/
  100% {opacity: 1; transform: translate(0, 0);} /*アニメーション終了時は不透明度100%*/
}


.illust03{
  animation: fadeIn3 0.8s  ease-out 0.5s 1 normal;
  -webkit-animation: fadeIn3 0.8s  ease-out 0.5s 1 normal;
  opacity: 0;/* ここを追加 */
  animation-fill-mode: forwards; /*これで値を保持*/  
}
@keyframes fadeIn3 { /*animation-nameで設定した値を書く*/
  0% {opacity: 0; transform: translate(-30px, 30px); transition: all .8s; transition-timing-function: ease-out;} /*アニメーション開始時は不透明度0%*/
  100% {opacity: 1; transform: translate(0, 0);} /*アニメーション終了時は不透明度100%*/
}
-webkit-@keyframes fadeIn3 { /*animation-nameで設定した値を書く*/
  0% {opacity: 0; transform: translate(-30px, 30px); transition: all .8s; transition-timing-function: ease-out;} /*アニメーション開始時は不透明度0%*/
  100% {opacity: 1; transform: translate(0, 0);} /*アニメーション終了時は不透明度100%*/
}

.illust04{
  animation: fadeIn4 0.8s  ease-out 0.5s 1 normal;
  -webkit-animation: fadeIn4 0.8s  ease-out 0.5s 1 normal;
  opacity: 0;/* ここを追加 */
  animation-fill-mode: forwards; /*これで値を保持*/  
}
@keyframes fadeIn4 { /*animation-nameで設定した値を書く*/
  0% {opacity: 0; transform: translate(30px, 30px); transition: all .8s; transition-timing-function: ease-out;} /*アニメーション開始時は不透明度0%*/
  100% {opacity: 1; transform: translate(0, 0);} /*アニメーション終了時は不透明度100%*/
}
-webkit-@keyframes fadeIn4 { /*animation-nameで設定した値を書く*/
  0% {opacity: 0; transform: translate(30px, 30px); transition: all .8s; transition-timing-function: ease-out;} /*アニメーション開始時は不透明度0%*/
  100% {opacity: 1; transform: translate(0, 0);} /*アニメーション終了時は不透明度100%*/
}

.ttl_img{
  animation: fadeIn5 0.8s  ease-out 1s 1 normal;
  -webkit-animation: fadeIn5 0.8s  ease-out 1s 1 normal;
  opacity: 0;/* ここを追加 */
  animation-fill-mode: forwards; /*これで値を保持*/  
}
@keyframes fadeIn5 { /*animation-nameで設定した値を書く*/
  0% {opacity: 0; transform: translate(0, 50px); transition: all .8s; transition-timing-function: ease-out;} /*アニメーション開始時は不透明度0%*/
  100% {opacity: 1; transform: translate(0, 0);} /*アニメーション終了時は不透明度100%*/
}
-webkit-@keyframes fadeIn5 { /*animation-nameで設定した値を書く*/
  0% {opacity: 0; transform: translate(0, 50px); transition: all .8s; transition-timing-function: ease-out;} /*アニメーション開始時は不透明度0%*/
  100% {opacity: 1; transform: translate(0, 0);} /*アニメーション終了時は不透明度100%*/
}

.ribbon{
  animation: fadeIn6 0.8s  ease-out 1.5s 1 normal;
  -webkit-animation: fadeIn6 0.8s  ease-out 1.5s 1 normal;
  opacity: 0;/* ここを追加 */
  animation-fill-mode: forwards; /*これで値を保持*/  
}
@keyframes fadeIn6 { /*animation-nameで設定した値を書く*/
  0% {opacity: 0; transform: translate(0, 50px); transition: all .8s; transition-timing-function: ease-out;} /*アニメーション開始時は不透明度0%*/
  100% {opacity: 1; transform: translate(0, 0);} /*アニメーション終了時は不透明度100%*/
}
-webkit-@keyframes fadeIn6 { /*animation-nameで設定した値を書く*/
  0% {opacity: 0; transform: translate(0, 50px); transition: all .8s; transition-timing-function: ease-out;} /*アニメーション開始時は不透明度0%*/
  100% {opacity: 1; transform: translate(0, 0);} /*アニメーション終了時は不透明度100%*/
}


.main_mv .flex{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top:114px;
}

.main_mv .flex .img{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.main_mv .flex .img .ribbon{
  margin-top: 10px;

}

.outline{
  background: #980D0F;
  color: #C3AE57;
  position: relative;
}

.outline:after{
    content: "";
    display: block;
    background: linear-gradient(
30deg, #2C544F 20px, transparent 0%) 0 20px, linear-gradient(
-30deg, #2C544F 20px, #980D0F 0%) 0 20px;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 40px 40px;
    height: 40px;
}


.outline .copy{
  width: 644px;
  margin: 0 auto;

}

.outline .copy h2{
  font-size: 2.2rem;
  text-align: center;
  padding-top: 43px;
  font-weight: bold;
}
.outline .copy p{
  margin-top:32px;
  line-height: 2em;
  font-size: 1.6rem;
  font-weight: 500;
}

.outline .date{
  width: 400px;
  margin: 32px auto 0 auto;
  border: 1px solid #C3AE57;
  border-radius: 10px;
  padding: 15px 41px 15px 41px;
}

.outline .link{
  width: 400px;
  display: block;
  margin: 17px auto 0 auto;
  background: #BD9A60;
  border-radius: 10px;
  margin-bottom: 40px;
}
 
.outline .link a .btn{
  display: flex;
  padding: 14px 58px;
}

.outline .link a{
  display: flex;
  align-items: center;
}

.outline .link a:after{
  content: url(../img/arrow.png);
  display: block;
  width: 32px;
  height: 32px;
  margin-left: -46px;
}

.vote{
  background: #2C544F;
  background-image: url(../img/vote_bg.png) ;
  background-repeat: no-repeat;
  background-position: top 100px center;
  padding-bottom: 40px;
}



.vote .col{
  width:500px;
  margin: 0 auto;
}

.vote .col h2{
  padding-top: 50px;
}

.vote .col h2:before{
  content:" ";
  display: block;
  background-image: url(../img/star.png);
  background-repeat: no-repeat;
  width: 480px;
  height:14px;
}

.vote .col h2 img{
  display: block;
  padding-top: 42px;
  margin: 0 auto;
}

.vote .link{
  width: 320px;
  display: block;
  margin: 31px auto 0 auto;
  background: #BD9A60;
  border-radius: 10px;
}
 
.vote .link a{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.vote p.closing{
  color: #fff;
  margin-top: 13px;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: bold;
}

.vote .frame{
  border: 2px solid #BD9A60;
  border-radius: 10px;
  text-align: center;
  padding: 30px 0;
  margin: 30px auto;
}

.vote .frame h3{
  color: #BD9A60;
  font-size:1.7rem;
  font-weight: bold;
}

.vote .frame .limit{
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 20px;
}

.vote .frame .notice{
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 20px;
  color:#BD9A60;
}

.vote .frame .btn{
  background:#BD9A60;
  width: 338px;
  margin:28px auto 0 auto;
  text-align: left;
  border-radius: 10px;
  position: relative;
}

.vote .frame .btn a{
  color: #fff;
  width: 100%;
  display: block;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  padding:19px 0 10px 17px;
}

.vote .frame .btn:after{
  content: "";
  background: url(../img/tree.png);
  width: 67px;
  height: 98px;
  position: absolute;
  bottom: 0;
  right: 5px;
}

.reserve{
  background:#980D0F;
}

.reserve:after{
    content: "";
    display: block;
    background: linear-gradient(
30deg, #2C544F 20px, transparent 0%) 0 20px, linear-gradient(
-30deg, #2C544F 20px, #980D0F 0%) 0 20px;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 40px 40px;
    height: 40px;
}


.reserve .col{
  width: 500px;
  margin: 0 auto;
  padding: 50px 0;
  color:#C3AE57;
  font-size: 1.5rem;
}

.reserve .col h3 img{
  display: block;
  margin: 0 auto;
  padding-bottom: 22px;
}

.reserve .col h3{
  border-bottom: 2px solid #BD9A60;  
  margin-bottom: 25px;
  position: relative;
}

.reserve .col .notice{
  font-size: 1.4rem;
  margin-top: 20px;
}

.reserve .col .cake h3:before{
  content: url(../img/cake_reserve_kazari01.png);
  bottom: 0;
  left: 0;
  position: absolute;
}

.reserve .col .cake h3:after{
  content: url(../img/cake_reserve_kazari02.png);
  right: 0;
  bottom: 0;
  position: absolute;
}

.reserve .col .apri h3:before{
  content: url(../img/apri_kazari01.png);
  bottom: 10px;
  left: 0;
  position: absolute;
}

.reserve .col .apri h3:after{
  content: url(../img/apri_kazari02.png);
  right: 0;
  bottom: 10px;
  position: absolute;
}

.cake_list{
  background:#2C544F;
  padding: 80px 0 0 0;
}

.cake_list:after{
    content: "";
    display: block;
    background: linear-gradient(
30deg, #980D0F 20px, transparent 0%) 0 20px, linear-gradient(
-30deg, #980D0F 20px, #2C544F 0%) 0 20px;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 40px 40px;
    height: 40px;
}



.cake_list h2 img{
  display: block;
  margin: 0 auto;
}

.cake_list h2{
  position: relative;
  width: 600px;
  margin: 0 auto;
}

.cake_list h2:before{
  content: url(../img/cake_list_ttl_kazari01.png);
  top: 0;
  left: 0;
  position: absolute;
}

.cake_list h2:after{
  content: url(../img/cake_list_ttl_kazari02.png);
  right: 0;
  bottom: 0;
  position: absolute;
}

.cake_list .list{
  display: flex;
  flex-wrap: wrap;
  width: 948px;
  margin: 46px auto;
}

.cake_list .list .box{
  width:296px;
  background: #BD9A60;
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 5px 10px 15px rgba(0, 0, 0, .25);
  margin:0 30px 30px 0;
  display: flex;
  flex-direction: column;
}

.cake_list .list .box:nth-child(3n){
  margin-right: 0;
}

.cake_list .list .box .size{
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  border: 1px solid #fff;
  border-radius:70px;
}

.cake_list .list .box .name{
  color:#980D0F;
  font-size: 1.5rem;
  margin-top: 15px;
  line-height: 1.46;
  font-weight: 500;
}


.cake_list .list .box .name span{
  font-size: 1.4rem;
  display: block;
  font-weight: 300;
}

.cake_list .list .box .img{
  margin-top:5px;
}

.cake_list .list .box:last-of-type .img img{
  width: 200px;
  margin: 0 auto;
  display: block;
}

.cake_list .list .box .price{
  color:#871719;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 10px;
  border-bottom: 1px solid #fff;
}

.cake_list .list .box .detail{
  color:#871719;
  font-size: 1.4rem;
  margin-top: 10px;
  margin-bottom: 32px;
  line-height: 1.7;
}

.cake_list .list .box .place{
  color: #fff;
  font-size: 1.4rem;
  margin-top:auto;
}

.cake_list .list .box .number{
  width: 145px;
  margin: 14px auto 0 auto;
  background: #fff;
  text-align: center;
  color: #DE1E26;
  font-size: 1.5rem;
  border-radius: 10px;
}

.cake_list .list .box .number span{
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-right: 5px;
}
.cake_list .list .box .time{
  color: #2C544F;
  font-size: 1.3rem;
  text-align: center;
  margin-top: 5px;
}

.link_btn{
  padding: 50px 0;
  background:#980D0F;
}

.link_btn .btn{
  width: 476px;
  margin: 0 auto;
  background:#BD9A60;
  border-radius: 10px;
}

.link_btn .btn a{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-decoration: none;

}

.link_btn .btn a img{
  text-align: center;
  padding: 25px 0 10px 0;
}

.link_btn .btn a p{
  font-size: 2.0rem;
  color: #980D0F;
  font-weight: bold;
}

.link_btn p.notice{
  text-align: center;
  color: #BD9A60;
  font-size: 1.4rem;
  margin-top: 10px;
}


.fade { opacity: 0; transform: translate(0, 50px); transition: all .5s; transition-timing-function: ease-out; }
.fade.scrollin { opacity: 1; transform: translate(0, 0); }



@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp{
  display: block;
  }
  .mv{
    width: 100%;
  }
  .contents_bg{
    width: 100%;
  }
  .mv_sp{
    background-image: url(../img/bg_mv_sp.png);
    background-position: top center;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }

  .mv_sp .illust01{
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
  }


  .mv_sp .illust02{
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
  }
  .mv_sp .illust03{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35%;
  }
  .mv_sp .illust04{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
  }




  .mv_sp .flex{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top:50px;
  }

  .mv_sp .flex .img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: 0 auto;
    z-index: 1;
  }

  #main .mv_sp .flex .img .ribbon{
    margin-top: 10px;
    padding-bottom: 30px;
  }

  #main .outline .copy{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  #main .outline .copy h2{
    font-size: 1.4rem;
  }
  #main .outline .copy p{
    font-size: 1.4rem;
  }
  .outline .date{
    width: 90%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  #main .outline .date p{
    font-size: 1.5rem;
  }
  .outline .link{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .vote .col{
    width: 90%;
    margin-right: auto;
    margin-left: auto;       
  }
  .vote .link{
    width: 80%;
    margin-right: auto;
    margin-left: auto;      
  }

  .vote .col h2 img{
    padding-top: 30px;
  }

  #main .vote p{
    font-size: 1.4rem;
  }
  .vote .frame{
    padding: 15px;
    box-sizing: border-box;
    margin: 15px 0;
  }
  .vote .frame .btn:after{

  }

  .vote .frame h3{
    font-size: 1.4rem;
  }
  #main .vote .frame .notice{
    font-size: 1.3rem;
  }
  .vote .frame .btn{
    width: 90%;
    margin-right: auto;
    margin-left: auto;   
  }
  .vote .frame .btn a{
    font-size: 1.4rem;
  }
  .vote .col h2{
    padding-top: 20px;
  }
  .vote .col h2:before{
    width: 100%;
  }
  .reserve .col{
    width: 90%;
    margin-right: auto;
    margin-left: auto;    
    padding: 25px 0 10px 0;  
  }

  .reserve .col .cake h3:before{
    content:"";
    background:  url(../img/cake_reserve_kazari01.png);
    width: 71px;
    height: 64px;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .reserve .col .cake h3:after{
    content:"";
    background:  url(../img/cake_reserve_kazari02.png);
    width: 71px;
    height: 64px;
    bottom: 0;
    right: 0;
    position: absolute;
  }

  .reserve .col .apri h3:before{
    content:"";
    background: url(../img/apri_kazari01.png);
    width: 41px;
    height: 50px;
    bottom: 10px;
    left: 0;
    position: absolute;
  }

  .reserve .col .apri h3:after{
    content:"";
    background: url(../img/apri_kazari02.png);
    width: 41px;
    height: 50px;
    bottom: 10px;
    right: 0;
    position: absolute;
  }

  #main .reserve p{
    font-size: 1.4rem;
  }

  .cake_list{
    width: 100%;
    padding-top:30px; 
  }
  .cake_list h2{
    width: 90%;
    margin-right: auto;
    margin-left: auto;     
  }

  .cake_list h2:before{
    content: "";
    background: url(../img/cake_list_ttl_kazari01.png);
    background-size: cover;
    width:80px;
    height: 76px;
    top: -20px;
    left: 0;
    position: absolute;
  }
  .cake_list h2:after{
    content: "";
    background: url(../img/cake_list_ttl_kazari02.png);
    background-size: cover;
    width:73px;
    height: 69px;
    bottom: -20px;
    right: 0;
    position: absolute;
  }

  .cake_list .list{
    width: 90%;
    margin-right: auto;
    margin-left: auto;   
    margin: 23px auto;
  }
  .cake_list .list .box{
    width: 100%;
    margin-right: 0;
  }
  #main .cake_list .list .box .name{
    font-size: 1.6rem;
  }
  #main .cake_list .list .box .price{
    font-size: 1.6rem;
  }
  #main .cake_list .list .box .detail{
    font-size: 1.5rem;
  }
  #main .cake_list .list .box .place{
    font-size: 1.4rem;
  }
  #main .cake_list .list .box .time{
    font-size: 1.3rem;
  }
  .link_btn{
    padding: 25px 0;
  }
  .link_btn .btn{
    width: 90%;
    margin-right: auto;
    margin-left: auto;      
  }
  .col .link_btn .btn{
    width: 100%;
  }
  .link_btn .btn a img{
    padding:25px 20px 10px 20px;
  }
  #main .link_btn p.notice{
    font-size: 1.4rem;
  }
  .cake_list .list .box:last-of-type{
    margin-bottom: 0;
  }

}



@media screen and (max-width: 500px) {
  .vote .frame .btn:after{
    background-size: cover;
    width: 50px;
    height: 73px;
    right: 10px;
  }
  .vote .frame .btn{
    width: 98%;
  }
  .reserve .col h3 img{
    width: 80%;
  }
  .reserve .col .cake h3:before{
    content:"";
    background:  url(../img/cake_reserve_kazari01.png);
    background-size: cover;
    width: 50px;
    height: 45px;
    bottom: 10px;
    left: 0;
    position: absolute;
  }
  .reserve .col .cake h3:after{
    content:"";
    background:  url(../img/cake_reserve_kazari02.png);
    background-size: cover;
    width: 50px;
    height: 45px;
    bottom: 10px;
    right: 0;
    position: absolute;
  }
  .reserve .col .apri h3:before{
    content:"";
    background: url(../img/apri_kazari01.png);
    background-size: cover;
    width: 30px;
    height: 37px;
    bottom: 10px;
    left: 0;
    position: absolute;
  }
  .reserve .col .apri h3:after{
    content:"";
    background: url(../img/apri_kazari02.png);
    background-size: cover;
    width: 30px;
    height: 37px;
    bottom: 10px;
    right: 0;
    position: absolute;
  }

  .cake_list h2:before{
    content: "";
    background: url(../img/cake_list_ttl_kazari01.png);
    background-size: cover;
    width:50px;
    height: 48px;
    top: -20px;
    left: 0;
    position: absolute;
  }
  .cake_list h2:after{
    content: "";
    background: url(../img/cake_list_ttl_kazari02.png);
    background-size: cover;
    width:50px;
    height: 47px;
    bottom: -20px;
    right: 0;
    position: absolute;
  }
  .cake_list .list .box{
    padding: 30px;
  }


}

@media screen and (max-width: 350px) {
  .vote .frame .btn:after{
    right: -5px;
  }
}


/******************************************************
 結果　追加CSS
 ******************************************************/
.vote .end{
  position: relative;
}
.vote .end::before{
  content:"";
  position: absolute;
  top: -10px;
  right: 0;
  bottom: -10px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.88);
  z-index: 2;
}
.vote .end::before{
  content:"";
  background-image: url(../img/end.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  position: absolute;
  top: -10px;
  right: 0;
  bottom: -10px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.88);
  z-index: 2;
}
.vote .frame .notice{
  margin-top: 0;
  color: #D3BC5D;
}
.vote .frame .notice span{
  color: #fff;
}
.reserve .link_btn{
  padding-bottom: 0;
}

.cake_list .list .box.rank1{
  display: flex;
  flex-direction: row;
  width:100%;
  margin-right: 0;
}

.cake_list .list .box.rank1 .img{
  width: 49%;
  margin-right: 2%;
  position: relative;
}

.cake_list .list .box.rank1 .img:after{
  content: "";
  width: 70px;
  height: 68px;
  position: absolute;
  background-image: url(../img/ranking1.png);
  background-size:contain;
  background-repeat: no-repeat;
  top: 15px;
  left: 15px;
  z-index: 1;
}


.cake_list .list .box.rank1 .text{
  width: 49%;
  text-align: left;
}

.cake_list .list .box.rank .size{
  display: inline-block;
  padding: 0 30px;
}

.cake_list .list .box.rank.rank1 .number{
  margin-top: 14px;
  margin-right: 0;
  margin-left: 0;
}

.cake_list .list .box.rank .price{
  text-align: left;
}
.cake_list .list .box.rank1 .time{
  text-align: left;  
}

.cake_list .list .box.rank2{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 75px;

}

.cake_list .list .box.rank2 .img{
  position: relative;
}

.cake_list .list .box.rank2 .img:after{
  content: "";
  width: 70px;
  height: 68px;
  position: absolute;
  background-image: url(../img/ranking2.png);
  background-size:contain;
  background-repeat: no-repeat;
  top: 15px;
  left: 15px;
  z-index: 1;
}

.cake_list .list .box.rank3{
  width: 49%;
  margin-bottom: 75px;

}

.cake_list .list .box.rank3 .img{
   position: relative; 
}

.cake_list .list .box.rank3 .img:after{
  content: "";
  width: 70px;
  height: 68px;
  position: absolute;
  background-image: url(../img/ranking3.png);
  background-size:contain;
  background-repeat: no-repeat;
  top: 15px;
  left: 15px;
  z-index: 1;
}

.cake_list .list .box.rank2 .flex,.cake_list .list .box.rank3 .flex{
  display: flex;
  justify-content: space-between;
}

.cake_list .list .box.rank2 .place,.cake_list .list .box.rank3 .place{
  margin-top: 0;
}
.cake_list .list .box.rank2 .img_sp,.cake_list .list .box.rank3 .img_sp{
  display: none;

}

.cake_list .list .box.rank .number{
  margin-top: 0;
}
.limit{
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}

  @media screen and (max-width: 767px) {
    .cake_list .list{
      width: 100%;
    }
    .cake_list .list .box.rank1{
      flex-wrap: wrap;
      background: none;
      box-shadow: none;
      padding: 0;
      margin: 0;
    }
    .cake_list .list .box.rank1 .img{
      width: 100%;
      margin-right: 0;
    }

    .cake_list .list .box.rank1 .text{
      width: 90%;
      background: #BD9A60;
      border-radius: 10px;
      padding: 15px;
      box-sizing: border-box;
      box-shadow: 5px 10px 15px rgb(0 0 0 / 25%);
      margin: -10px auto 30px auto;
      display: flex;
      flex-direction: column;   
      z-index: 2;   
    }
    .cake_list .list .box.rank.rank1 .number{
        margin: 14px auto 0 auto;
    }
    .cake_list .list .box.rank1 .time{
      text-align: center;  
    }    
    .cake_list .list .box.rank2,.cake_list .list .box.rank3{
      width: 100%;
      background: none;
      box-shadow: none;
      padding: 0;
      margin: 0;      
    }
    .cake_list .list .box.rank2 .img,.cake_list .list .box.rank3 .img{
      display: none;
    }
    .cake_list .list .box.rank2 .img_sp,.cake_list .list .box.rank3 .img_sp{
      position: relative;
      width: 100%;
      display: block;
    }
    .cake_list .list .box.rank2 .img_sp:after{
      content: "";
      width: 70px;
      height: 68px;
      position: absolute;
      background-image: url(../img/ranking2.png);
      background-size:contain;
      background-repeat: no-repeat;
      top: 15px;
      left: 15px;
      z-index: 1;
    }
    .cake_list .list .box.rank3 .img_sp:after{
      content: "";
      width: 70px;
      height: 68px;
      position: absolute;
      background-image: url(../img/ranking3.png);
      background-size:contain;
      background-repeat: no-repeat;
      top: 15px;
      left: 15px;
      z-index: 1;
    }

    .cake_list .list .box.rank2 .text,.cake_list .list .box.rank3 .text{
      width: 90%;
      background: #BD9A60;
      border-radius: 10px;
      padding: 15px;
      box-sizing: border-box;
      box-shadow: 5px 10px 15px rgb(0 0 0 / 25%);
      margin: -10px auto 30px auto;
      display: flex;
      flex-direction: column;   
      z-index: 2;   
    }
    .cake_list .list .box.rank2 .flex, .cake_list .list .box.rank3 .flex{
      display: block;
    }
    .cake_list .list .box,.cake_list .list .box:nth-child(3n){
      margin: 10px auto;
    }
    .cake_list .list .box{
      width: 90%;
    }
  }