.slider .bx-viewport{
    border: none !important;
    left:0 !important;
    box-shadow: none !important;
}


.commentblock .titleblock{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom:30px;
}
.commentblock .titleblock .imagebox{
    width: 560px;
    overflow: hidden;
    border-radius: 0 30px 30px 0;
}
.commentblock .titleblock .textbox{
    flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
    margin-left: -4.3em;
    font-size: 45px;
    line-height: 1.5;
}
.commentblock .titlecomment{
    font-weight: bold;
    padding: 20px 0 20px 20px;
    background: #fff;
    border-radius: 10px;
}
.commentblock .titlecomment .text{
    font-size: 67%;
}
.commentblock .titlecomment .kakko{
    margin-left:-.5em;
    margin-right:-.4em;
    color: #ff751b;
}
.comment_linktext{
    margin-right: auto;
    margin-left: auto;
    max-width: 340px;
    position: relative;
    margin-top:.7em;
}
.comment_linktext .dog{
    position: absolute;
    right:-65px;
    bottom:-30px;
    width: 80px;
}
.comment_linktext .title{
    display: block;
    background:linear-gradient(to bottom,
		#ffd065 0%,
		#ff751b 60%);
    text-shadow: 0 -2px 0 rgba(0,0,0,0.2);
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    right:0;
    padding: 15px 12px;
    border-radius: 15px;
    transition: transform.3s;
}
.comment_linktext .title:hover,
.comment_linktext .title:active{
    text-decoration: none;
    transform: scale(1.06);
}
.commentblock .comment{
    font-weight: bold;
    line-height: 2;
}
.commentblock .name{
    margin-top: 20px;
    text-align: right;
}
.commentimage{
    display: flex;
    margin-top:30px;
    margin-bottom:30px;
}


/*  */
.giftseane{
    display: flex;
    border-top: 3px solid #BDA366;
    padding-top: 40px;
}
.giftseane .imagebox{
    width: 315px;
    margin-top:-38px;
}
.giftseane .textbox{
    flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
    padding-right:30px;
}
.giftseane .title{
    font-weight: bold;
    font-size: 55px;
    line-height: 1;
    color: #c10018;
}
.giftseane .comment{
    margin-top: 25px;
    font-size: 15px;
    line-height: 1.8;
}


.giftseane .seaneblock .title{
    font-weight: bold;
}
.giftseane + .seaneblock,
.seaneblock + .seaneblock{
    margin-top:50px;
}
.seaneblock .seanetitle{
    display: flex;
    flex-direction: row-reverse;
    margin-bottom:20px;
}
.seaneblock .titleblock{
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    border-left: 7px solid #b47a4c;
    background: #f7f3ec;
}
.seaneblock .title{
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
    padding: 16px 15px;
}


.seaneitemlist{
    display: flex;
    flex-wrap: wrap;
    margin:-10px -5px 0;
}
.seaneitemlist .block{
    width: 25%;
    font-weight: bold;
    padding-right:5px;
    padding-left:5px;
    margin-top:10px;
}
.seaneitemlist .link{
    height: 100%;
    border: 1px solid #ccc;
    border-bottom:2px solid #5e5e5e;
    display: block;
    padding:10px 20px 10px 10px;
    position: relative;
    line-height: 1.3;
    font-size: 15px;
    background: #fff;
    transition:
        background .3s,
        border .3s;
}
.seaneitemlist .link::after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 2px solid #a5a5a5;
    border-top: 2px solid #a5a5a5;
    transform: rotate(
45deg) translate(-70%,0);
    position: absolute;
    right: 5px;
    top: 50%;
    transition: border-color .3s;
}
.seaneitemlist .link .smalltext{
    font-size: 70%;
}
.seaneitemlist .link:hover{background: #feffe1; border-bottom-color:#bda366;}
.seaneitemlist .link:hover::after{border-color:#ff7b26;}



@media screen and (min-width:1281px){
    .slider #slider > div{width: 850px !important;}
}
/* 1281 */
@media screen and (max-width:1280px){
    .slider #slider > div{width: 100% !important;}


    .commentblock .titleblock .imagebox{width: 520px;}
    .commentblock .titleblock .textbox{margin-left: -4.6em;}
}
/* 1280 */
@media screen and (max-width:1200px){
    .commentblock .titleblock{display: block;}
    .commentblock .titleblock .imagebox{width: 100%; border-radius: 30px;}
    .commentblock .titleblock .textbox{margin-left:0; margin-top:20px;}
    .commentblock .titlecomment{padding:20px 0 0;}
}
/* 1200 */
@media screen and (max-width:1080px){
    .giftseane .imagebox{width: 285px;}
}
/* 1080 */
@media screen and (max-width:900px){
    .bx-viewport{
        height: 50vw !important;
    }


    .giftseane{
        display: block;
        padding-top:30px;
    }
    .giftseane .title{font-size: 35px;}
    .giftseane .textbox{padding-right:0;}
    .giftseane .imagebox{
        margin-top:10px;
        width: 100%;
        text-align: center;
    }


    .seaneitemlist .block{width: 33.33%;}
}
/* 900 */
@media screen and (max-width:700px){
    .commentblock .titleblock .textbox{position: relative;}
}
/* 700 */
@media screen and (max-width:680px){
    .seaneblock .seanetitle{display: block;}
}
/* 680 */
@media screen and (max-width:620px){
    .seaneitemlist .block{width: 50%;}
    .commentblock .titleblock .textbox{font-size: 7.5vw;}
}
/* 620 */
@media screen and (max-width:520px){
    .comment_linktext .dog{
        right: -15px;
        bottom:10px;
        width: 55px;
    }
}
/* 520 */