/* common start */
body{
    margin: 0;
}
.advertisement__text__red{
    color: red;
}

.advertisement__text__yellow{
    color: #FFFF00;
}
.reflection {
    height: 100%;
    width: 30px;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    animation: shiny-btn 3s cubic-bezier(0.24, 0.4, 0.57, 0.07) infinite;
}
@-webkit-keyframes shiny-btn {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(70) rotate(45deg); opacity: 0; }
}
.advertisement-box{
    margin: 0px 35px;
    padding: 10px;
    background-color: #FBE5D6;
}
.advertisement-box__dl{
    display: flex;
    align-items: center;
    background-color: white;
    padding: 15px;
    border-radius: 30px;
    box-shadow: inset 0px -2px 6px;
}
.advertisement-box__dd--half{
    width: 50%;
}
.advertisement-box__dd--half:nth-child(2){
    padding: 10px;
    font-size: 15px;
}
.advertisement-box__figure{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.advertisement-box__figure img{
    width: 34%;
}
.advertisement-box__figcaption{
    width: 63%;
    font-weight: bold;
}
.advertisement-box__div--blue{
    width: 50%;
    display: flex;
    justify-content: space-between;
    background-color: #203864;
    padding: 3px 5px;
}
.advertisement-box__span--white{
    color: white;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.advertisement-box__span--blue{
    color: #203864;
    background-color: white;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.advertisement-box__span--large{
    font-size: 20px;
}
.advertisement-box__div--flex{
    display: flex;
    justify-content: space-between;
}
.advertisement-box__div--flex img:nth-child(1){
    width: 40%;
}
.advertisement-box__div--flex img:nth-child(2){
    width: 59%;
}
.advertisement-box__dt--pink{
    color: #F02E6A;
    font-weight: bold;
    font-size: 24px;
}
.advertisement-box__a--yellow,
.advertisement-box__a--pink{
    display: block;
    width: 100%;
    text-decoration: none;
    color: white;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    margin: 5px auto;
}
.advertisement-box__a--yellow:hover,
.advertisement-box__a--pink:hover{
    opacity: 0.7;
}
.advertisement-box__a--yellow{
    background-color: #FFC000;
}
.advertisement-box__a--pink{
    background-color: #F02E6A;
}
/* common end */

/* swiper start */
.swiper__box{
    border: 2px solid #09E1CC;
    border-top-width: 5px;
    padding: 5px;
    margin: 10px 0;
    background-color: #F7F7F7;
}
.advertisement-box__figure--title{
    display: flex;
    align-items: end;
    margin-left: 30px;
}
.advertisement-box__figure--title img{
    width: 45px;
}
.advertisement-box__figure--title figcaption{
    font-size: 18px;
    font-weight: bold;
    padding-left: 5px;
}
.swiper{
    position:relative;
    width:100%;
    margin: 10px 0;
}
.swiper--wrapper {
  width: 100%;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-rtl .swiper-button-next:before{
    font-size: 15px;
    display: flex;
    width: 25px;
    height: 25px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
    color:black;
}
.swiper-button-next,
.swiper-button-prev{
    width:30px;
    height:30px;
    border-radius:50%;
    transform:translateY(50%);
}
.swiper-button-prev{
    left:0px;
}
.swiper-button-next{
    right:0px;
}
.swiper-button-prev::after{
    content:'◀';
    color:white;
}
.swiper-button-next::after{
    content:'▶';
    color:white;
}
.swiper-pagination-bullet-active{
    background-color:black;
}
.swiper-slide__div{
    text-align:left;
    background-color:#000000ab;
    color:white;
    transform:translateY(-100%);
    padding:1%;
}
.swiper-slide__div:hover{
    opacity: 0.8;
}
.swiper-slide__div--date{
    font-size:12px;
    text-align:right;
}  
.swiper-slide__a{
    text-decoration:none;
}
.swiper__h2{
    text-align:center;
}
/* swiper end */

/* sp with max-width:480px start */
@media screen and (max-width:480px){
    .advertisement-box__figure--title{
        align-items: end;
        margin: 0;
    }
    .advertisement-box__figure--title figcaption{
        font-size: 6vw;
        padding-left: 5px;
        transform: translateY(10px);
    }
    .advertisement-box__dl{
        display: block;
    }
    .advertisement-box__dd--half{
        width: 100%;
    }
    .advertisement-box__div--blue{
        font-size: 3.7vw;
    }
    .advertisement-box{
        margin: 10px 3px 0px;
    }
    .advertisement-box__span--large{
        font-size: 5vw;
    }
    .advertisement-box__dt--pink{
        font-size: 5.5vw;
    }
    .advertisement-box__dd--half:nth-child(2){
        padding: 0;
        margin-top: 10px;
        font-size: 3.3vw;
    }
    div.mainc div.html_content div.content_text .advertisement-box__div--flex img{
        height: 100px;
    }
    .swiper{
        margin: 0;
    }
    .advertisement-box__a--yellow,
    .advertisement-box__a--pink{
        font-size: 7vw;
    }
}
/* sp with max-width:480px end */