@charset "utf-8";

/* bg_donut_area
-------------------------------------------------- */
.bg_donut_area,
.bg_donut_area_02{
  position: relative;
  overflow: hidden;
}
.bg_donut_area::before{
  content: '';
  display: block;
  position: absolute;
  top: 250px;
  right: -60px;
  background: url(/common_2022/images/bg/img_donut_ill_07.png) no-repeat right top;
  background-size: 100%;
  z-index: -1;
}
.bg_donut_area::after{
  content: '';
  display: block;
  position: absolute;
  top: 42.5%;
  left: -60px;
  margin: auto;
  background: url(/common_2022/images/bg/img_donut_ill_08.png) no-repeat right top;
  background-size: 100%;
  z-index: -1;
}
.bg_donut_area_02::before{
  content: '';
  display: block;
  position: absolute;
  bottom: 50px;
  right: -60px;
  background: url(/common_2022/images/bg/img_donut_ill_04.png) no-repeat right top;
  background-size: 100%;
  z-index: -1;
}
@media print, screen and (min-width:768px){
  .bg_donut_area::before,
  .bg_donut_area::after,
  .bg_donut_area_02::before{
    width: 20.8vw;
    max-width: 400px;
    min-width: 300px;
    height: 20.8vw;
    max-height: 400px;
    min-height: 300px;
  }
}
@media screen and (max-width:767px) {
  .bg_donut_area::before{
    top: 19.1%;
    right: -125px;
    width: 200px;
    height: 200px;
  }
  .bg_donut_area::after{
    top: 53.4%;
    left: -130px;
    width: 200px;
    height: 200px;
  }
  .bg_donut_area_02::before{
    bottom: 0;
    right: -125px;
    width: 200px;
    height: 200px;
  }
}

/* enjoy
-------------------------------------------------- */
.enjoy_wrap{}
.enjoy_wrap{
  position: relative;
  padding: 10px;
}
.enjoy_wrap .enjoy_inner{
 background-color: #fff;
}

.wallpaper_area{
  overflow: hidden;
}
.wallpaper_area .wallpaper_content{
  text-align: center;
}
.wallpaper_area .heading{
  position: relative;
}
.trivia_link{
  margin-top: 1em;
  text-align: center;
}
@media print, screen and (min-width:768px){
  .enjoy_wrap{
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    background: #E9F8C6;
    background-size: 100% 100%;
    border-radius: 40px;
  }
  .enjoy_wrap + .enjoy_wrap{
    margin-top: 40px;
  }
  .enjoy_wrap .content_inner{
    position: relative;
  }
  .enjoy_wrap .enjoy_inner{
    border-radius: 35px;
    padding: 40px 0;
  }
  .wallpaper_area{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
  }
  .wallpaper_area .wallpaper_thumb{
    width: 49%;
  }
  .wallpaper_area .wallpaper_content{
    width: 49%;
    background: url(/enjoy/images/wallpaper_area.png) no-repeat center/95%;
  }
  .wallpaper_area .heading{
    padding-bottom: 20px;
  }
  .wallpaper_area .heading .ttl{
    position: relative;
    padding-top: 16.32%;
  }
  .wallpaper_area .heading .ttl::before{
    content: '';
    display: block;
    position: absolute;
    left: 11.2%;
    bottom: -15px; 
    width: 12.2%;
    height: 85px;
    background: url(/enjoy/images/wallpaper_character_01.png) no-repeat center;
    background-size: 100%;
  }
  .wallpaper_area .heading .ttl::after{
    content: '';
    display: block;
    position: absolute;
    right: 11.2%;
    bottom: -15px; 
    width: 13.7%;
    height: 85px;
    background: url(/enjoy/images/wallpaper_character_02.png) no-repeat center;
    background-size: 100%;
  }  
  .origami_area .wallpaper_area .heading .ttl::before{
    left: auto;
    right: 11.2%;
    background: url(/enjoy/images/wallpaper_character_01.png) no-repeat center;
    background-size: 100%;
  }
  .origami_area .wallpaper_area .heading .ttl::after{
    right: auto;
    left: 11.2%;
    background: url(/enjoy/images/wallpaper_character_02.png) no-repeat center;
    background-size: 100%;
  }
}
@media screen and (max-width:767px) {
  .enjoy_wrap{
    background: #E9F8C6;
    background-size: 100% 100%;
    border-radius: 0 20px 20px 0;
    margin-right: 25px;
    padding-left: 0;
  }
  .enjoy_wrap + .enjoy_wrap{
    margin-top: 30px;
  }
  .enjoy_wrap .enjoy_inner{
    position: relative;
    border-radius: 0 15px 15px 0;
    padding-top: 25px;
    padding-bottom: calc(8vw + 13px);
  }
  .enjoy_wrap .enjoy_inner::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 25px;
    left: -33%;
    width: 100%;
    height: 22.6vw;
    margin: auto;
    background: url(/enjoy/images/wallpaper_bg_01_sp.png) no-repeat center;
    background-size: contain;
  }
  .enjoy_wrap .enjoy_inner::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 25px;
    right: -36%;
    width: 100%;
    height: 22.6vw;
    margin: auto;
    background: url(/enjoy/images/wallpaper_bg_02_sp.png) no-repeat center;
    background-size: contain;
  }
  .enjoy_wrap .content_block{
    padding-left: 10px;
    padding-right: 14px;
  }
  .wallpaper_area{
    border-radius: 10px;
  }
  .wallpaper_area .wallpaper_content{
    padding: 0 30% 10%;
  }
  .origami_area .wallpaper_area .wallpaper_content{
    padding: 0 6.6% 10%;
  }
  .wallpaper_area .heading{
    padding-top: 8%;
    padding-bottom: 12%;
  }
  .wallpaper_area .heading::after{
    width: 100%;
    height: 5px;
    background: url(/enjoy/images/bg_heading_sp.png) no-repeat center bottom;
    background-size: contain;
  }
  .wallpaper_area .heading .ttl{
    width: 30%;
    margin: 0 auto;
  }
  .wallpaper_area .heading .ttl::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 14%;
    width: 28%;
    height: 90%;
    background: url(/enjoy/images/wallpaper_character_01_sp.png) no-repeat center;
    background-size: 100%;
  }
  .wallpaper_area .heading .ttl::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 14%;
    width: 28%;
    height: 90%;
    background: url(/enjoy/images/wallpaper_character_02_sp.png) no-repeat center;
    background-size: 100%;
  }  
  .origami_area .wallpaper_area .heading .ttl::before{
    left: auto;
    right: 0;
    background: url(/enjoy/images/wallpaper_character_01_02_sp.png) no-repeat center;
    background-size: 100%;
  }
  .origami_area .wallpaper_area .heading .ttl::after{
    right: auto;
    left: 0;
    background: url(/enjoy/images/wallpaper_character_02_02_sp.png) no-repeat center;
    background-size: 100%;
  }
  .wallpaper_area .c_btn_02 a{
    width: 76%;
    z-index: 1;
  }
}

.item_list_wrap{}
.item_list .data .ttl{
  font-weight: bold;
  text-align: center;
}
.item_list .data .txt{
  margin-top: 0.4em;
  color: #222;
}
@media print, screen and (min-width:768px){
  .item_list_wrap{
    margin-top: 60px;
  }
  .item_list .clm{
    margin-top: 60px;
  }
  .item_list .clm:nth-child(-n+2){
    margin-top: 0;
  }
  .item_list .clm > a:hover .fig,
  .item_list .clm > a:hover .data{
    opacity: 0.7;
    transition: .2s ease-in-out;
  }
  .item_list .data{
    margin-top: 20px;
  }
  .item_list .fig figure{
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, .06);
  }
  .item_list .data .ttl{
    font-size: 18px;
  }
  .item_list .c_btn_04{
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:767px) {
  .item_list_wrap{
    margin-top: 50px;
  }
  .item_list .clm{
    margin-top: 35px;
  }
  .item_list .fig figure{
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, .06);
  }
  .item_list .data{
    margin-top: 15px;
  }
  .item_list .data .ttl{
    font-size: 14px;
  }
  .item_list .c_btn_04{
    margin-top: 15px;
    margin-bottom: 8px;
  }
  .item_list .c_btn_04 a{
    width: 100%;
    font-size: 10px;
  }
  .item_list .c_btn_04.link_blank a::after{
    right: 15px;
  }
}

/* bnr_area
-------------------------------------------------- */
.bnr_area .mod_bnr > a{
  display: block;
  filter: drop-shadow(0 5px 7px rgba(0, 0, 0, 0.1));
}
.bnr_area .mod_bnr > a img{
  width: 100%;
}
@media print, screen and (min-width:768px){
  .bnr_area{
    margin-top: 60px;
  }
  .bnr_area .mod_bnr{
    margin-top: 40px;
  }
}
@media screen and (max-width:767px) {
  .bnr_area .mod_bnr{
    margin-top: 30px;
  }
}