@charset "utf-8";

.c_anchor_btns{}
@media print, screen and (min-width:768px){
  .c_anchor_btns{
    margin-top: 60px;
  }
}
@media screen and (max-width:767px) {
  .c_anchor_btns{
    margin-top: 30px;
  }
  .c_anchor_btns > ul{
    display: flex;
    justify-content: space-between;
  }
  .c_anchor_btns > ul li{
    display: flex;
    width: 31%;
    margin-top: 0;
  }
  .c_anchor_btns > ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    padding: 1.1em 1em 2.4em;
    line-height: 1.4;
  }
  .c_anchor_btns > ul li a::after{
    top: auto;
    bottom: 14px;
    left: 0;
    right: 0;
  }
}

/* c_icon_new_2 */
.c_icon_new_2{
  position: relative;
  display: flex;
  color: #E7372F;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.15em;
}
.c_icon_new_2 span{
  position: relative;
  background: #fff;
  border: 1px solid #E7372F;
  border-radius: 40px;
  padding: 0.3em 1.2em;
}
.c_icon_new_2::before{
  content: "";
  position: absolute;
  margin: 0;
  bottom: -7px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 13px solid #E7372F;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(-25deg);
}
.c_icon_new_2::after{
  content: "";
  position: absolute;
  margin: 0;
  bottom: -5px;
  left: 17px;
  width: 0;
  height: 0;
  border-top: 13px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(-25deg);
}

@media print, screen and (min-width:768px){
  .c_icon_new_2 span{
  }
}

@media screen and (max-width:767px) {
  .c_icon_new_2{
    font-size: 10px;
  }
  .c_icon_new_2::after{
  }
}

/* ttl_label */
.ttl_label{
  text-align: center;
}

@media print, screen and (min-width:768px){
  .ttl_label{
    margin-top: 70px;
  }
}
@media screen and (max-width:767px) {
  .ttl_label{
    width: 34%;
    margin: 30px auto 0;
  }
}

.mod_item_wrap .ttl_block{
  position: relative;
}
.mod_item_wrap .item_block .fig{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border: 2px solid #ccc;
}
.mod_item_wrap .item_block .fig img{
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: calc(100% - 10px);
  max-height: calc(100% - 10px);
  width: auto;
  height: auto;
  margin: auto;
}
@media print, screen and (min-width:768px){
  .mod_item_sec .mod_item_wrap{
    margin-top: 55px;
  }
  .mod_item_sec .mod_item_wrap:not(.download_area){
    background: url(/enjoy/download/images/bg_star.png) no-repeat right 10px top 10px#fff;
  }
  .mod_item_wrap .item_list .clm{
    margin-top: 40px;
  }
  .mod_item_wrap .item_list .clm:nth-child(-n+3){
    margin-top: 0;
  }
  .mod_item_wrap .ttl_block .c_icon_new_2{
    position: absolute;
    top: -37px;
  }
  .mod_item_wrap .item_block .c_btn_01 a{
    width: 90%;
  }
  .mod_item_wrap .item_list .ttl_dotted.line1{
    padding: calc(0.5em + 16.875px) 0;
  }
}
@media screen and (max-width:767px) {
  .mod_item_sec .mod_item_wrap{
    margin-top: 40px;
  }
  .mod_item_sec .mod_item_wrap:not(.download_area){
    background: url(/enjoy/download/images/bg_star_sp.png) no-repeat right top#fff;
    background-size: 100% auto;
  }
  .mod_item_wrap .item_list .clm{
    margin-top: 30px;
  }
  .mod_item_wrap .item_list .clm:first-child{
    margin-top: 0;
  }
  .mod_item_wrap .item_block .fig{
    border-width: 1px;
  }
  .mod_item_wrap .ttl_block .c_icon_new_2{
    margin-bottom: 8px;
  }
  .mod_item_wrap .item_block{
    padding-left: 6%;
    padding-right: 6%;
  }
}


.download_area{
  position: relative;
  z-index: 1;
}
.download_area .c_txt_01 > p + p{
  margin-top: 2em;
}
.download_area::before{
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
}
@media print, screen and (min-width:768px){
  .download_area{
    background: url(/enjoy/download/images/bg_star_main.png) no-repeat left top #fff;
    min-height: 380px;
  }
  .download_area::before{
    left: 3.125vw;
    bottom: 0;
    width: 248px;
    height: 283px;
    background: url(/enjoy/download/images/img_character_02.png) no-repeat center;
    background-size: 100% auto;
  }
  .download_area::after{
    content: '';
    display: block;
    position: absolute;
    right: 3.125vw;
    bottom: 0;
    width: 297px;
    height: 317px;
    background: url(/enjoy/download/images/img_character_01.png) no-repeat center;
    background-size: 100% auto;
    z-index: -1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .download_area::before{
    left: 25px;
  }
  .download_area::after{
    right: 25px;
  }
}
@media screen and (max-width:767px) {
  .download_area{
    background: url(/enjoy/download/images/bg_star_main_sp.png) no-repeat left top #fff;
    background-size: 100% auto;
  }
  .download_area{
    padding-bottom: 47.6vw;
  }
  .download_area::before{
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40.8vw;
    margin: auto;
    background: url(/enjoy/download/images/img_character_sp.png) no-repeat center;
    background-size: contain;
  }
}


.wallpaper_area{
  padding-bottom: 0;
}
.wallpaper_list .flex{
  display: flex;
  justify-content: space-between;
}

.item_detail_content{
  background-color: #F6F6F6;
}
.item_detail_content .item_detail_block{
  position: relative;
}
.item_detail_content .item_detail_block + .item_detail_block::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  height: 1px;
  background-color: #ccc;
}
.item_detail_content .acc_area .acc_btn{
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-weight: bold;
}
.item_detail_content .acc_area .acc_content{
  background-color: #fff;
  border-radius: 10px;
}
@media print, screen and (min-width:768px){
  .wallpaper_list{
    margin-top: 30px;
  }
  .wallpaper_list > ul{
    display: flex;
    flex-wrap: wrap;
  }
  .wallpaper_list .flex{
    width: 50%;
    margin-top: 30px;
  }
  .wallpaper_list .flex:nth-child(2n-1){
    padding-right: 1em;
  }
  .wallpaper_list .flex:nth-child(-n+2){
    margin-top: 0;
  }
  .wallpaper_list .fig{
    width: 42.8%;
  }
  .wallpaper_list .data{
    width: 50%;
  }
  .wallpaper_list .data p + p{
    margin-top: 5px;
  }
  
  .item_detail_content{
    margin-top: 60px;
    padding: 40px 0 50px;
    border-radius: 0 0 40px 40px;
  }
  .item_detail_content .item_detail_block + .item_detail_block{
    margin-top: 30px;
    padding-top: 30px;
  }
  .item_detail_content .item_detail_block + .item_detail_block::before{
    left: -40px;
    width: calc(100% + 80px);
  }
  .item_detail_content .item_detail_block .c_list_num_01{
    margin-top: 25px;
  }
  .item_detail_content .acc_area .acc_btn{
    padding: 15px 40px 15px 20px;
    font-size: 16px;
  }
  .item_detail_content .acc_area .acc_btn::after{
    right: 20px;
  }
  .item_detail_content .acc_area .acc_content{
    margin-top: 30px;
    padding: 30px 40px;
  }
}
@media screen and (max-width:767px) {
  .wallpaper_list{
    margin-top: 20px;
  }
  .wallpaper_list .flex{
    margin-top: 20px;
  }
  .wallpaper_list .flex:first-child{
    margin-top: 0;
  }
  .wallpaper_list .fig{
    width: 22.4%;
  }
  .wallpaper_list .data{
    width: 70%;
  }
  .wallpaper_list .data p + p{
    margin-top: 10px;
  }

  .item_detail_content{
    margin-top: 25px;
    padding: 10px;
    border-radius: 0 0 10px 10px;
  }
  .item_detail_content .content_block{
    padding-left: 0;
    padding-right: 0;
  }
  .item_detail_content .item_detail_block + .item_detail_block{
    margin-top: 20px;
    padding-top: 20px;
  }
  .item_detail_content .item_detail_block + .item_detail_block::before{
    left: -20px;
    width: calc(100% + 40px);
  }
  .item_detail_content .item_detail_block .c_list_num_01{
    margin-top: 20px;
  }
  .item_detail_content .acc_area .acc_btn{
    padding: 14px 25px 14px 15px;
  }
  .item_detail_content .acc_area .acc_btn::after{
    right: 15px;
  }
  .item_detail_content .acc_area .acc_content{
    margin-top: 10px;
    padding: 18px 20px;
  }
}

@media print, screen and (min-width:768px){
  .wallpaper_area .sec_ttl_02{
    margin-top: 40px;
    padding-bottom: 15px;
    background-size: 8px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, #CCCCCC, #CCCCCC 2px, transparent 2px, transparent 8px);  
    text-align: left;
    font-size: 18px;
    font-weight: bold;
  }
}
@media screen and (max-width:767px) {
  .wallpaper_area .sec_ttl_02{
    margin-top: 20px;
    padding-bottom: 15px;
    min-height: auto;
    background-size: 8px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, #CCCCCC, #CCCCCC 2px, transparent 2px, transparent 8px);  
    text-align: left;
    font-size: 14px;
    font-weight: bold;
  }
}


/* this_month */
@media print, screen and (min-width:768px){
  .this_month .flex{
    width: 100%;
  }
  .this_month .flex .fig{
    width: 47%;
  }
  .this_month .flex .data .data_inner p:nth-child(1){
    padding-bottom: 19px;
  }
  .this_month .flex .data .data_inner p:nth-child(2){
    padding-bottom: 30px;
  }
}
@media screen and (max-width:767px) {
  .this_month .flex .data .data_inner p:nth-child(2){
    padding-bottom: 15px;
  }
  .this_month .flex .data p + p {
    margin-top: 0;
  }
}