<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

br.pc-none {
    display: none;
}

#smart-news {
	width: 100%;
    overflow: hidden;
    background:url("../images/menu/smart-news/bg_sn_01.svg") center top repeat-x, url("../images/menu/smart-news/bg_sn_01.svg") center bottom repeat-x, #ffecbd;
    background-size: auto 20px;
    padding: 45px 0 120px;
}
#smart-news img{ 
    width: 100%; 
    vertical-align: bottom; 
    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden;
}

/*--- animation ---*/
@keyframes fadein {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes topToBottom {
	0% { transform: translate(0, -100%); opacity: 0;}
	100% { transform: translate(0, 0); opacity: 1;}
}
@keyframes bottomToTop {
	0% { transform: translate(-85%, 100%); opacity: 0;}
	100% { transform: translate(-85%, 0); opacity: 1;}
}
@keyframes boxin{
    0%{ transform: translate(0,25%); opacity: 0; }
    100%{  transform: translate(0,0%);opacity: 1;}
}
@keyframes phonein{
    0%{ transform: translate(-50%,25%); opacity: 0; }
    100%{  transform: translate(-50%,0%);opacity: 1;}
}

/*--- mv ---*/
#smart-news #mv {
	width: 100%;
    position: relative;
	overflow: hidden;
	opacity: 0;
    height: 596px;
}
#smart-news #mv.in {
	animation: fadein 1s ease forwards;
}
#smart-news #mv .title{
    width: 2144px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
#smart-news #mv .phone{
    max-width: 289px;
    width: 34%;
    position: absolute;
    left: 50.5%;
    top: 370px;
    opacity: 0;
}
#smart-news #mv.in .phone{
    animation:phonein 500ms ease forwards;
}
	
/*--- now ---*/
#smart-news .now{
	opacity: 0;
    max-width: 970px;
    width: 85%;
    margin: 0 auto 70px;
    position: relative;
}
#smart-news .now.in{
	animation:boxin 1000ms ease forwards;
}
#smart-news .now .inr{
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
    position: relative;
    padding: 8% 7% 4% 9%;
    z-index: 1;
}
#smart-news .now .inr .badge{
    position: absolute;
    left: -35px;
    top: -30px;
    width: 24%;
    z-index: 2;
}
#smart-news .now .inr dl{
    display: flex;
    justify-content: space-between;
}
#smart-news .now .inr dl dt{
    width: 37%;
}
#smart-news .now .inr dl dd{
    width: 62%;
    margin-top: -14%;
}

#smart-news .now .deco01::before,
#smart-news .now .deco01::after{
    content: "";
    position: absolute;
    display: block;
    z-index: 2;
    width: 167px;
    height: 30px;
    top: 0;
}
#smart-news .now .deco01::before{
    background: url("../images/menu/smart-news/deco_sn_02.svg") left top no-repeat;
    background-size: contain;
    left: -138px;
    margin-top: 21.4%;
}
#smart-news .now .deco01::after{
    background: url("../images/menu/smart-news/deco_sn_03.svg") left top no-repeat;
    background-size: contain;
    right: -138px;
    margin-top: 22.8%;
}

#smart-news .now .deco02::before,
#smart-news .now .deco02::after{
    content: "";
    position: absolute;
    display: block;
    width: 242px;
    height: 100px;
    top: 0;
    z-index: 0;
}
#smart-news .now .deco02::before{
    background: url("../images/menu/smart-news/deco_sn_01.svg") left top no-repeat;
    background-size: contain;
    left: -120px;
    margin-top: 9.7%;
}
#smart-news .now .deco02::after{
    background: url("../images/menu/smart-news/deco_sn_04.svg") left top no-repeat;
    background-size: contain;
    right: -120px;
    margin-top: 27.5%;
}

/*--- contents ---*/
#smart-news #contents {
    width: 85%;
    margin: 70px auto 0;
    max-width: 970px;
}

#smart-news #contents .head01{
    background: url("../images/menu/smart-news/deco_sn_05.svg") center bottom no-repeat;
    background-size: 218px auto;
    padding-bottom: 34px;
    text-align: center;
    display: block;
    margin-bottom:50px;
}
#smart-news #contents .head01 img{
    max-width: 575px;
}
    
/*--- menu-box ---*/
#smart-news .menu-box-list{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-left: -20px;
}
#smart-news .menu-box{
    opacity: 0;
    width: calc((100% - (20px * 4)) / 4);
    margin: 0 0 50px 20px;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
}
#smart-news .menu-box.in,
#smart-news .downloadBox.in,
#smart-news .caution.in,
#smart-news .bnr.in{
    animation:boxin 1000ms ease forwards;
}

#smart-news .menu-box .image{
    position: relative;
    margin-bottom: 25px;
}
#smart-news .menu-box .image img{
    border-radius: 15px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
    position: relative;
    z-index: 1;
}


#smart-news .menu-box .image::before{
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    z-index: 0;
}
#smart-news .menu-box:nth-child(1) .image::before,
#smart-news .menu-box:nth-child(4n+1) .image::before{
    background:url("../images/menu/smart-news/deco_sn_06.svg") center center no-repeat;
    background-size: contain;
    left: -30px;
    top: -30px;
}
#smart-news .menu-box:nth-child(2n) .image::before{
    background:url("../images/menu/smart-news/deco_sn_07.svg") center center no-repeat;
    background-size: contain;
    right: -30px;
    bottom: -30px;
}
#smart-news .menu-box:nth-child(3n) .image::before{
    background:url("../images/menu/smart-news/deco_sn_08.svg") center center no-repeat;
    background-size: contain;
    right: -30px;
    top: -30px;
}
#smart-news .menu-box:nth-child(4n) .image::before{
    background:url("../images/menu/smart-news/deco_sn_09.svg") center center no-repeat;
    background-size: contain;
    left: -30px;
    bottom: -30px;
}

#smart-news .menu-box .image .gentei{
    position: absolute;
    right: -14%;
    top: -10%;
    width: 40%;
    display: block;
}
#smart-news .menu-box .image .gentei img{
    box-shadow: none;
}

#smart-news .menu-box .title{
    font-size: 18px;
    margin-bottom: 10px;
}
#smart-news .menu-box .price01{
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
}
#smart-news .menu-box .price01 span{
    position: relative;
    display: inline-block;
}
/*#smart-news .menu-box .price01 span:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: rgba(255,75,87,1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
}*/
#smart-news .menu-box .caption{
    font-size: 12px;
    color: #ff4b57;
    margin-bottom: 0px;
}
#smart-news .menu-box .price02{
    font-size: 26px;
    color: #ff4b57;
    margin-bottom: 0;
}

/*--- caution ---*/
#smart-news .caution{
    text-align: center;
    color: #ff4b57;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #ff4b57;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 70px;
    line-height: 1.5;
    opacity: 0;
}

/*--- download ---*/
#smart-news .downloadBox{
    opacity: 0;
}
#smart-news .download{
    text-align: center;
}
#smart-news .download a{
    display: inline-block;
    background: #ff4b57;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 50px;
    border-radius: 100px;
    margin: 0 auto 20px auto;
    line-height: 1;
    position: relative;
}

#smart-news .download a::after{
    content: "";
    width: 12px;
    height: 12px;
    background: #ff4b57;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    display: block;
}

#smart-news .download a:hover{
    text-decoration: none;
}

#smart-news .qr{
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
    max-width: 220px;
    margin: 0 auto;
    width: 50%;
}

/*--- bnr ---*/
#smart-news .bnr{
    width: 90%;
    max-width: 340px;
    margin: 0 auto 70px;
    opacity: 0;
    border-radius: 15px;
    box-shadow: 0 3px 8px 3px rgb(0 0 0 / 10%);
    overflow: hidden;
}


/*-------------------------------------------
Under 1000px
-------------------------------------------*/
@media only screen and (max-width: 1000px){
    /*--- menu-box ---*/
    #smart-news .menu-box-list{
        margin-bottom: 30px;
        margin-left: 0;
        justify-content: space-between;
    }
	#smart-news .menu-box,    
    #smart-news .menu-box:nth-child(3n){
        width: 46%;
        margin: 0 0 30px 0;
	} 
}

/*-------------------------------------------
Tablet
-------------------------------------------*/
@media only screen and (max-width: 768px){
	
	/*--- mv ---*/
    #smart-news #mv {
        height: 0;
        /*padding-top: 86.25%;*/ /*nowがあるとき*/
        padding-top: 75%; /*nowがないとき*/
    }
    #smart-news #mv .title{
        width: 100%;
    }
    #smart-news #mv .phone {
        top: 0;
        margin-top: 43%;
        width: 40%;
        left: 51.5%;
    }
    
    
    
    /*--- download ---*/
    #smart-news .download a{
        font-size: 18px;
        line-height: 1.5;
    }
    #smart-news .download a::after{
        width: 8px;
        height: 8px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: translate(0,-50%) rotate(-45deg);
        top: 50%;
        left: auto;
        right: 20px;
    }
    #smart-news .qr{
        display: none;
    }
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media only screen and (max-width: 480px){
	 
     br.pc-none {
        display: inline;
    }
    
    #smart-news {
        background-size: auto 10px;
        padding: 30px 0 60px;
    }
    
    /*--- now ---*/
    #smart-news .now{
        margin-bottom: 40px;
    }
    #smart-news .now .inr {
        padding: 0 0 20px 0;
    }
    #smart-news .now .inr .badge{
        left: 0;
        top: 0;
        width: 40%;
        margin: 53% 0 0 -5%;
    }
    #smart-news .now .inr dl{
        flex-direction: column-reverse;
    }
    #smart-news .now .inr dl dt{
        width: 55%;
        margin: 0 auto;
    }
    #smart-news .now .inr dl dd{
        width: 78.5%;
        margin: -5.3% auto 40px auto;
    }
    #smart-news .now .deco01::before,
    #smart-news .now .deco01::after {
        width: 90px;
        height: 17px;
    }
    #smart-news .now .deco01::before {
        margin-top: 108%;
        left: -40px;
    }
    #smart-news .now .deco01::after {
        margin-top: 85%;
        right: -40px;
    }
    #smart-news .now .deco02::before,
    #smart-news .now .deco02::after {
        width: 140px;
        height: 60px;
    }
    #smart-news .now .deco02::before {
        margin-top: 88%;
        left: -40px;
    }
    #smart-news .now .deco02::after {
        margin-top: 66%;
        right: -40px;
    }
    
	/*--- contents ---*/
    #smart-news #contents{
        margin-top: 40px;
    } 
    #smart-news #contents .head01 {
        width: 70%;
        margin: 0 auto 40px;
        background-size: 60% auto;
        padding-bottom: 30px;
    }
    
	/*--- menu-box ---*/
    #smart-news .menu-box .image {
        margin-bottom: 15px;
    }
    #smart-news .menu-box .image::before{
        width: 50px;
        height: 50px;
    }
    #smart-news .menu-box:nth-child(1) .image::before,
    #smart-news .menu-box:nth-child(4n+1) .image::before{
        left: -20px;
        top: -20px;
    }
    #smart-news .menu-box:nth-child(2n) .image::before{
        right: -20px;
        bottom: -20px;
    }
    #smart-news .menu-box:nth-child(3n) .image::before{
        left: -20px;
        top: -20px;
    }
    #smart-news .menu-box:nth-child(4n) .image::before{
        left: auto;
        right: -20px;
        bottom: -20px;
    }
    
    #smart-news .menu-box .title {
        font-size: 14px;
        margin-bottom: 5px;
    }
    #smart-news .menu-box .price01 {
        font-size: 13px;
        margin-bottom: 5px;
    }
    #smart-news .menu-box .price02 {
        font-size: 16px;
    }
    
    /*--- caution ---*/
    #smart-news .caution {
        line-height: 1.5;
        font-size: 16px;
        padding: 20px;
        margin-bottom: 50px;
    }
    
    /*--- bnr ---*/
    #smart-news .bnr{
        margin: 0 auto 50px;
    }
    
}
</pre></body></html>