@charset "utf-8";

/*
お知らせ：#70b05b type_information
トークルーム：#00a0ea type_talkroom
レシピ：#f7ab00 type_recipe
イベント：#eb6877 type_event
アンバサダー：#ed6c00 type_ambassador
コミュニティ投稿一覧: #e60019 type_all
*/


/*----------------------
 header
----------------------*/


/*----------------------
 .content
----------------------*/

.none {
    display: none;
}

.contentsWrap {
    overflow: hidden;
    background-image: url("/community/img/bg_wood.jpg");
    background-position: center top;
    background-repeat: repeat;
    background-size: 100% auto;
}

.type_ambassador .contentsWrap {
    background-image: url("/community/img/bg_wallpaper.jpg");
    position: relative;
}

.contentsWrap .bgWrap {
    position: relative;
}

.contentsWrap .bgLeft {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20%;
    z-index: 1;
    width: 35%;
    background-image: url("/community/img/bg_main_left.png");
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100% auto;
}

.contentsWrap .bgRight {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20%;
    z-index: 1;
    width: 35%;
    background-image: url("/community/img/bg_main_right.png");
    background-position: center -50px;
    background-repeat: repeat-y;
    background-size: 100% auto;
}

.type_ambassador .contentsWrap .bgLeft,
.type_ambassador .contentsWrap .bgRight {
    display: none;
}

.content {
    margin-top: -70px;
    padding-top: 70px;
    position: relative;
}

.contentInner,
.contentInner02{
    width: 92.19%;
    margin: auto;
}

.error-message {
    color: #e60019;
}

.edit_comment_box {
    display: none;
}

.nonTopicText {
    padding: 50px 0 300px;
}


/* intro */

#intro {
    z-index: 2;
}

#intro .contentInner {
    width: 100%;
}

#intro {
    z-index: 2;
}


/* topicList */

#topicList {
    margin-top: -20px;
    padding-top: 0;
}
#topicList.notFirstPage {
    padding-top: 40px;
}

.community.topic.index #topicList {
    margin: 0;
    padding-top: 30px;
    /*padding-bottom: 100px;*/
}

.community.topic.index.type_ambassador #topicList {
    padding-top: 48vw;
}

#topicList h3 {
    text-align: center;
    padding: 60px 0 30px;
}

#topicList .bannerAreaTop {
    text-align: center;
    margin: 0 0 40px 0;
}

#topicList .bannerAreaBottom {
    text-align: center;
    margin: 0 0 40px 0;
}
.bannerAreaBottom.type01 {
    margin-top: 35px;
    position: relative;
    z-index: 1;
}

/* topicBoxGroup */

.topicBoxGroup {}

.topicBoxGroup .contentInner {
    position: relative;
    z-index: 2;
    padding-bottom: 50px;
}

.community.topic.index .topicBoxGroup h2 {
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 6px 0 8px 10px;
}
.community.topic.index .topicBoxGroup h2 {
    color: #e60019;
    border-left: 8px solid #e60019;
}

.community.topic.index.type_information .topicBoxGroup h2 {
    color: #70b05b;
    border-left: 8px solid #70b05b;
}

.community.topic.index.type_talkroom .topicBoxGroup h2 {
    color: #00a0ea;
    border-left: 8px solid #00a0ea;
}

.community.topic.index.type_recipe .topicBoxGroup h2 {
    color: #f7ab00;
    border-left: 8px solid #f7ab00;
}

.community.topic.index.type_event .topicBoxGroup h2 {
    color: #eb6877;
    border-left: 8px solid #eb6877;
}

.community.topic.index.type_ambassador .topicBoxGroup h2 {
    color: #ed6c00;
    border-left: 8px solid #ed6c00;
    display: none;
}

.topicBoxGroup .list {
    padding-bottom: 10px;
}

.topicBoxGroup .list>li {
    float: left;
    width: 49%;
    margin: 0 0 15px 2%;
    background-color: #ffffff;
    border-top: 3px solid #70b05b;
    box-sizing: border-box;
}

.type_talkroom .topicBoxGroup .list>li {
    border-top: 3px solid #00a0ea;
}

.type_recipe .topicBoxGroup .list>li {
    border-top: 3px solid #f7ab00;
}

.type_event .topicBoxGroup .list>li {
    border-top: 3px solid #eb6877;
}

.type_ambassador .topicBoxGroup .list>li {
    border-top: 3px solid #ed6c00;
}

.topicBoxGroup .list>li.type_talkroom {
    border-top: 3px solid #00a0ea;
}

.topicBoxGroup .list>li.type_recipe {
    border-top: 3px solid #f7ab00;
}

.topicBoxGroup .list>li.type_event {
    border-top: 3px solid #eb6877;
}

.topicBoxGroup .list>li.type_ambassador {
    border-top: 3px solid #ed6c00;
}

.topicBoxGroup .list>li:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
}
.top .topicBoxGroup .list>li.type_ambassador:nth-of-type(5),
.top .topicBoxGroup .list>li.type_ambassador:nth-of-type(6){
    display: none;
}
.topicBoxGroup .list .box {
    padding: 10px;
    border-bottom: 2px solid #efdec4;
    box-sizing: border-box;
}

.topicBoxGroup .list .box .image {
    margin: 0 0 5px 0;
}

.topicBoxGroup .list .box .text p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
}

.topicBoxGroup .list .info {
    background-color: #70b05b;
    padding: 4px;
}

.type_talkroom .topicBoxGroup .list .info {
    background-color: #00a0ea;
}

.type_recipe .topicBoxGroup .list .info {
    background-color: #f7ab00;
}

.type_event .topicBoxGroup .list .info {
    background-color: #eb6877;
}

.topicBoxGroup .list .type_talkroom .info {
    background-color: #00a0ea;
}

.topicBoxGroup .list .type_recipe .info {
    background-color: #f7ab00;
}

.topicBoxGroup .list .type_event .info {
    background-color: #eb6877;
}

.topicBoxGroup .list .type_ambassador .info {
    background-color: #ed6c00;
}

.topicBoxGroup .list .info p {
    float: left;
    color: #ffffff;
    font-size: 10px;
    font-size: 1.0rem;
    height: 1em;
    padding: 3px 0 3px 0;
}

.topicBoxGroup .list .info p span {
    position: relative;
    letter-spacing: 0;
}

.topicBoxGroup .list .info p span:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 2px;
    bottom: 0;
    left: -13px;
    width: 13px;
    height: 10px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto 3px auto 0;
}

.topicBoxGroup .list .info01 {
    float: left;
    margin: 0 10px 0 0;
}

.topicBoxGroup .list .info01 .category {
    color: #70b05b;
    background-color: #ffffff;
    padding: 3px 4px 3px 4px;
    border-radius: 5px;
}

.topicBoxGroup .list .type_talkroom .info01 .category {
    color: #00a0ea;
}

.topicBoxGroup .list .type_recipe .info01 .category {
    color: #f7ab00;
}

.topicBoxGroup .list .type_event .info01 .category {
    color: #eb6877;
}

.topicBoxGroup .list .type_ambassador .info01 .category {
    color: #ed6c00;
}

.topicBoxGroup .list .info01 .date {
    margin: 0 0 0 3px;
}

.topicBoxGroup .list .info02 {
    float: right;
}

.topicBoxGroup .list .info02 .like span:before {
    background-image: url("/community/img/icon_good.png");
}

.topicBoxGroup .list .info02 .like span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -3px;
    height: 9px;
    margin: auto;
    border-right: 1px solid #ffffff;
}

.topicBoxGroup .list .info02 .comment {
    margin: 0 0 0 16px;
}

.topicBoxGroup .list .info02 .comment span:before {
    background-image: url("/community/img/icon_comment02.png");
}

.topicBoxGroup .moreButton {
    width: 69%;
    margin: 0 auto;
    padding: 10px 0 40px 0;
}

.topicBoxGroup .moreButton p {
    color: #70b05b;
    text-align: center;
    background-color: #ffffff;
    padding: 15px 0;
    border: 4px solid #70b05b;
}
.topicBoxGroup .moreButton.type02 p{
    color: #e60019;
    border: 4px solid #e60019;
}
.topicBoxGroup .moreButton.typeRecipeReview p {
    color: #00a0ea;
    border: 4px solid #00a0ea;
}

.type_talkroom .topicBoxGroup .moreButton p {
    color: #00a0ea;
    border: 4px solid #00a0ea;
}

.type_recipe .topicBoxGroup .moreButton p {
    color: #f7ab00;
    border: 4px solid #f7ab00;
}

.type_event .topicBoxGroup .moreButton p {
    color: #eb6877;
    border: 4px solid #eb6877;
}

.type_ambassador .topicBoxGroup .moreButton p {
    color: #ed6c00;
    border: 4px solid #ed6c00;
}

.topicBoxGroup .moreButton .arrowType02:after {
    right: 6.25%;
    border-top: 2px solid #70b05b;
    border-right: 2px solid #70b05b;
}
.topicBoxGroup .moreButton.type02 .arrowType02:after{
    border-top: 2px solid #e60019;
    border-right: 2px solid #e60019;
}
.topicBoxGroup .moreButton.typeRecipeReview .arrowType02:after {
    border-top: 2px solid #00a0ea;
    border-right: 2px solid #00a0ea;
}

.type_talkroom .topicBoxGroup .moreButton .arrowType02:after {
    border-top: 2px solid #00a0ea;
    border-right: 2px solid #00a0ea;
}

.type_recipe .topicBoxGroup .moreButton .arrowType02:after {
    border-top: 2px solid #f7ab00;
    border-right: 2px solid #f7ab00;
}

.type_event .topicBoxGroup .moreButton .arrowType02:after {
    border-top: 2px solid #eb6877;
    border-right: 2px solid #eb6877;
}

.type_ambassador .topicBoxGroup .moreButton .arrowType02:after {
    border-top: 2px solid #ed6c00;
    border-right: 2px solid #ed6c00;
}

@media screen and (min-width: 500px) {
    .community.topic.index.type_ambassador #topicList {
        padding-top: 48vw;
    }
}
@media screen and (min-width: 769px) {
    #topicList.type01{
        margin-top: 0;
    }
    #topicList.type01 h3{
        padding: 30px 0 35px;
    }
    .topicBoxGroup .contentInner {
        padding-bottom: 78px;
    }
    .bannerAreaBottom.type01 {
        margin-top: 7px;
    }
    .top .topicBoxGroup .list>li.type_ambassador:nth-of-type(5),
    .top .topicBoxGroup .list>li.type_ambassador:nth-of-type(6){
        display: block;
    }
}

/*----------------------
 ambassadorArea
----------------------*/

.ambassadorTopic {
    position: relative;
    background: #fff;
    border-radius: 10px;
    margin: 13vw auto 35px;
    padding: 30px 4% 30px;
    max-width: 1040px;
    width: 90%;
    z-index: 1;
    box-sizing: border-box;
}

.ambassadorTopic:before {
    content: "";
    background-image: linear-gradient(to right, #ee783a 0%, #ee7739 50%, #ec6a34 100%);
    display: block;
    position: absolute;
    width: 100%;
    height: 120px;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    border-radius: 10px 10px 0 0;
}

.ambassadorTopic:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 113px;
    margin: auto;
    width: 100%;
    height: 7px;
    display: block;
    background-image: url(/community/img/bg_wave04.png);
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    /* background-position: center; */
    /* z-index: -1; */
}

.ambassadorTopic .titleArea {
    position: absolute;
    top: -19vw;
    width: 48%;
    margin: auto;
    right: 0;
    left: 0;
    text-align: center;
}

.ambassadorTopic .list {
    padding-bottom: 10px;
    padding-top: 65px;
    position: relative;
    z-index: 1;
}

.ambassadorBtnArea p {
    border: 3px solid #ed6c00;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    position: relative;
    color: #ed6c00;
    font-weight: 600;
    box-sizing: border-box;
}

.ambassadorBtnArea p::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px #ed6c00;
    border-right: solid 2px #ed6c00;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}

@media screen and (min-width: 769px) {
    .ambassadorTopic {
        margin: 130px auto 57px;
        padding: 20px 40px 56px;
    }
    .ambassadorTopic .titleArea {
        top: -148px;
    }
    .ambassadorTopic:before {
        height: 90px;
    }
    .ambassadorTopic:after {
        top: 83px;
    }
    .ambassadorTopic .list {
        padding-top: 31px;
    }
    .ambassadorBtnArea {
        max-width: 475px;
        margin: auto;
    }
    .ambassadorBtnArea p {
        font-size: 20px;
        padding: 16px;
    }
    .ambassadorBtnArea p:after {
        width: 14px;
        height: 14px;
        right: 25px;
    }
}

@media screen and (max-width: 340px) {
    .ambassadorBtnArea p {
        font-size: 12px;
    }
}


/*----------------------
アンバサダー一覧ページ
----------------------*/

.community.topic.index.type_ambassador .breadcrumb li>* {
    color: #fff!important;
    position: relative;
    z-index: 1;
}

.community.topic.index.type_ambassador .breadcrumb li:before {
    color: #fff;
}

.community.topic.index.type_ambassador .archiveTitleArea {
    text-align: center;
    /* width: 90%; */
    margin: auto;
    /* padding-top: 7vw; */
    position: absolute;
}

.community.topic.index.type_ambassador .archiveTitleArea::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: -5px;
    margin: auto;
    display: block;
    width: 100%;
    height: 5px;
    background-image: url(/community/img/bg_wave03.jpg);
    background-size: cover;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    background-position: bottom;
}

.community.topic.index.type_ambassador .communityText {
    line-height: 1.749;
    font-weight: bold;
    margin-bottom: 30px;
    color: #fff;
}

.community.topic.index.type_ambassador .aboutArea {
    border: 4px solid #ed6c00;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    margin: 30px auto 50px;
    padding: 30px 4.5%;
    border-radius: 10px;
}

.community.topic.index.type_ambassador .aboutArea .img {
    text-align: center;
    width: 80%;
    margin: auto auto 30px;
}

.community.topic.index.type_ambassador .aboutArea dt {
    margin-bottom: 15px;
}

.community.topic.index.type_ambassador .aboutArea dt p {
    font-size: 18px;
    color: #ed6c00;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
}

.community.topic.index.type_ambassador .aboutArea dd p {
    /* letter-spacing: 0.05em; */
    line-height: 1.75;
    font-size: 14px;
}

@media screen and (min-width: 500px) {
    .community.topic.index.type_ambassador .archiveTitleArea::after {
        bottom: -7px;
        height: 7px;
    }
}

@media screen and (min-width: 769px) {
    .community.topic.index.type_ambassador .communityText {
        text-align: center;
        font-size: 16px;
        margin-bottom: 45px;
    }
    .community.topic.index.type_ambassador .aboutArea {
        margin: 70px auto 50px;
        padding: 15px 30px 27px 41px;
    }
    .community.topic.index.type_ambassador .aboutArea .flexBox {
        display: flex;
        /* align-items: center; */
    }
    .community.topic.index.type_ambassador .aboutArea .img {
        width: 23.9%;
        margin: 27px 37px 0 0;
    }
    .community.topic.index.type_ambassador .aboutArea dl {
        width: 74%;
        margin-top: 15px;
    }
    .community.topic.index.type_ambassador .aboutArea dt {
        margin-bottom: 12px;
    }
    .community.topic.index.type_ambassador .aboutArea dt p {
        font-size: 19px;
    }
    .community.topic.index.type_ambassador .aboutArea dd p {
        font-size: 16px;
    }
}

@media screen and (min-width: 769px) {
    .community.topic.index.type_ambassador .archiveTitleArea {
        margin: auto auto 0;
        /* padding-top: 50px; */
    }
    .community.topic.index.type_ambassador .bgTop {
        background: #ee7a3b;
        width: 100%;
        display: block;
        position: absolute;
        box-sizing: border-box;
        background-image: url('/community/img/archive_ambassador_title_pc.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        padding-bottom: calc(701 / 1400 * 100%);
    }
    .community.topic.index.type_ambassador .bgTop:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        right: 0;
        background-image: url(/community/img/bg_wave03.png);
        background-repeat-x: repeat;
        background-repeat-y: no-repeat;
        background-size: auto;
        /* padding: 8px 0 0 0; */
        height: 7px;
        display: block;
    }
}

@media screen and (min-width: 1000px) {
    .community.topic.index.type_ambassador .aboutArea:before {
        right: 25px;
        top: -77px;
    }
    .community.topic.index.type_ambassador .archiveTitleArea {
        margin: auto auto 23px;
        padding-top: 10px;
    }
}

@media screen and (max-width: 340px) {
    .community.topic.index.type_ambassador .aboutArea dt p {
        font-size: 18px;
    }
    .community.topic.index.type_ambassador .aboutArea:before {
        width: 45%;
    }
}

/*----------------------
　.newRecipe
----------------------*/

.newRecipe{
    background: #fff;
    border-radius: 10px 10px 0 0;
    position: relative;
    z-index: 1;
    padding: 0 4%;
    box-sizing: border-box;
}
#topicList .newRecipe h3{
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 35px;
}
.topicBoxGroup .newRecipe .list{
    padding-bottom: 0;
}
.topicBoxGroup .newRecipe .list>li{
    border-top: none;
    border-right: 1px solid #eeefee;
    margin: 0 0 15px 2%;
}
.topicBoxGroup .newRecipe .list>li:nth-of-type(2n),
.topicBoxGroup .newRecipe .list>li:last-of-type{
    border-right: none;
}
.topicBoxGroup .newRecipe .list>li:nth-of-type(2n){
    margin-left: 0;
}
.topicBoxGroup .newRecipe .list>li:nth-of-type(5),
.topicBoxGroup .newRecipe .list>li:nth-of-type(6){
    display: none;
}
.topicBoxGroup .newRecipe .list .box{
    border-bottom: none;
}
.topicBoxGroup .newRecipe .list .recipe_list .box .text .recipe_title{
    font-size: 12px;
    font-size: 1.2rem;
}
.topicBoxGroup .newRecipe .list .recipe_list .box .text .recipe_text{
    font-size: 10px;
    font-size: 1.0rem;
    padding-left: 10px;
}
.topicBoxGroup .newRecipe .moreButton{
    width: 100%;
    padding: 0 0 35px;
}
.topicBoxGroup .newRecipe .moreButton p{
    border: 3px solid #333;
    color: #000;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    position: relative;
    font-weight: 600;
    box-sizing: border-box;
}
.topicBoxGroup .newRecipe .moreButton .arrowType02:after {
    /* right: 6.25%; */
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 8px;
    height: 8px;
    right: 10px;
}
.newRecipe.type02{
    background: #f7f7f7;
    border-radius: 0 0 10px 10px;
    position: relative;
    z-index: 1;
    padding: 0 4%;
    box-sizing: border-box;
    margin-bottom: 35px;
}
.topicBoxGroup .contentInner02.newRecipe.type02,
.topicBoxGroup .contentInner02.newRecipe.type03{
    padding-bottom: 0;
}
.topicBoxGroup .contentInner02.newRecipe.type03{
    margin-bottom: 35px;
    border-radius: 10px;
}
.newRecipe.type02 .SearchBox .searchtop .movie_btn {
    display: inline-block;
    background-color: #fff;
    background-image: url(/recipe/img/common/more.png);
    background-repeat: no-repeat;
    cursor: pointer;
    vertical-align: middle;
    box-sizing: border-box;
    width: 48%;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    padding: 14px 1.5%;
    font-size: 1.2rem;
    font-size: 12px;
    background-position: 95% center;
    background-size: 24px;
    margin-top: 10px;
    text-align: center;
}
@media screen and (min-width: 769px) {
    .newRecipe{
        padding: 0 65px;
    }
    #topicList .newRecipe h3{
        font-size: 26px;
        padding: 47px 0 52px;
    }
    .topicBoxGroup .newRecipe .list .box{
        padding: 3px 13px;
    }
    .topicBoxGroup .newRecipe .list .box .image{
        max-width: 256px;
    }
    .topicBoxGroup .newRecipe .list>li{
        padding-right: 33px;
        padding-left: 33px;
        margin-left: 0;
        width: 258px;
        border-right: 1px solid #eeefee;
        box-sizing: inherit;
        margin-bottom: 60px;
    }
    .topicBoxGroup .newRecipe .list>li:nth-of-type(2n){
        border-right: 1px solid #eeefee;
    }
    .topicBoxGroup .newRecipe .list>li:nth-of-type(5),
    .topicBoxGroup .newRecipe .list>li:nth-of-type(6){
        display: block;
    }
    .topicBoxGroup .newRecipe .list>li:nth-of-type(2n + 1){
        margin-left: 0;
    }
    .topicBoxGroup .newRecipe .list>li:nth-child(3n+1) {
        padding-left: 0;
    }
    .topicBoxGroup .newRecipe .list>li:nth-child(3n),
    .topicBoxGroup .newRecipe .list>li:last-child{
        padding-right: 0;
        border-right: none;
        margin-left: 0;
    }
    .topicBoxGroup .newRecipe .list .box{
        padding: 0;
    }
    .topicBoxGroup .newRecipe .list .recipe_list .box .text .recipe_title{
        font-size: 18px;
        font-size: 1.8rem;
    }
    .topicBoxGroup .newRecipe .list .recipe_list .box .text .recipe_text{
        font-size: 14px;
        font-size: 1.4rem;
        padding-left: 18px;
    }
    .btnWrap{
        display: inline-block;
        margin-right: 45px;
    }
    .topicBoxGroup .newRecipe .moreButton{
        max-width: 405px;
    }
    .topicBoxGroup .newRecipe .moreButton p{
        font-size: 20px;
        padding: 21px;
        border: 4px solid #333;
        letter-spacing: 0.05em;
    }
    .topicBoxGroup .newRecipe .moreButton .arrowType02:after{
        width: 11px;
        height: 11px;
        right: 29px;
    }
    .newRecipe.type02{
        margin-bottom: 58px;
    }
    .newRecipe.type02 .SearchBox .searchtop .movie_btn{
        width: 173px;
        text-align: center;
        padding: 14px 7.5% 14px 1.5%;
        background-position: 137px center;
        font-size: 16px;
        font-size: 1.6rem;
        border: 1px solid #c0c0c0;
        border-radius: 4px;
        display: inline-block;
        background-repeat: no-repeat;
        cursor: pointer;
        vertical-align: middle;
        box-sizing: border-box;
        background-color: #fff;
        background-image: url(/recipe/img/common/more.png);
        margin-top: 0;
        background-size: 28px;
    }
    .topicBoxGroup .contentInner02.newRecipe.type03{
        margin-bottom: 52px;
        padding-bottom: 25px;
    }
    .topicBoxGroup .newRecipe.type03 .list>li{
        margin-bottom: 50px;
    }
}
/*----------------------
 pageArea
----------------------*/

.community .pageArea {
    /*padding: 20px 0 50px 0;*/
}


/*----------------------
 footer
----------------------*/

#footer {
    position: relative;
    z-index: 10;
}

#footer:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    background-image: url("/community/img/bg_wave.png");
    background-position: center top;
    background-repeat: repeat-x;
    background-size: auto 8px;
    padding: 8px 0 0 0;
}

#footer .community_nav {
    text-align: center;
    background-color: #ffffff;
    padding: 10px 0;
}

#footer .community_nav ul {
    padding: 5px 0;
}

#footer .community_nav li {
    display: inline-block;
    position: relative;
    color: #000000;
}

#footer .community_nav li:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 1em;
    margin: auto;
    border-right: 1px solid #7f7f7f;
}

#footer .community_nav li:last-child:after {
    display: none;
}

#footer .community_nav li a {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px;
}

#footer .community_nav .logo {
    width: 32.8%;
    margin: auto;
    padding: 20px 0;
}

@media screen and (min-width: 480px) {}

@media screen and (min-width: 641px) {
    /*----------------------
	 .content
	----------------------*/
    .contentsWrap .bgWrap {
        margin-top: -20px;
        padding-top: 20px;
    }
    /* intro */
    #intro {
        background-image: url("/community/img/bg_main.png");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #intro h2 {
        padding: 95px 0 40px 0;
    }
    #intro h2 img {
        margin: auto;
    }
    #intro h1 {
        padding: 95px 0 40px 0;
    }
    #intro h1 img {
        margin: auto;
    }
}

@media screen and (min-width: 769px) {
    /*----------------------
	 breadcrumb
	----------------------*/
    .breadcrumb {
        position: relative;
        z-index: 1;
    }
    /*----------------------
	 .content
	----------------------*/
    .contentsWrap {
        background-size: auto;
    }
    .contentsWrap .bgWrap {}
    .contentsWrap .bgLeft {
        left: -298px;
        width: 539px;
        background-position: center 40px;
    }
    .contentsWrap .bgRight {
        right: -298px;
        width: 539px;
        background-position: center -200px;
    }
    .contentInner {
        width: 960px;
    }
    .contentInner02{
        width: 1040px;
    }
    /* topicList */
    .community.topic.index #topicList {
        padding-top: 30px;
    }
    .community.topic.index.type_ambassador #topicList {
        padding-top: 332px;
    }
    /* topicBoxGroup */
    .topicBoxGroup .list>li {
        width: 32%;
        margin: 0 0 20px 2%;
    }
    .topicBoxGroup .list>li:nth-child(2n+1) {
        clear: none;
        margin-left: 2%;
    }
    .topicBoxGroup .list>li:nth-child(3n+1) {
        clear: both;
        margin-left: 0;
    }
    .topicBoxGroup .list .box {
        padding: 20px 25px;
    }
    .topicBoxGroup .list .box .image {
        margin: 0 0 15px 0;
    }
    .topicBoxGroup .list .box .text p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.4;
    }
    .topicBoxGroup .list .info {
        padding: 10px 15px;
    }
    .topicBoxGroup .list .info p {
        font-size: 13px;
        font-size: 1.3rem;
        padding: 4px 0 4px 0;
    }
    .topicBoxGroup .list .info p span:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 2px;
        bottom: 0;
        left: -20px;
        width: 20px;
        height: 14px;
        margin: auto 5px auto 0;
    }
    .topicBoxGroup .list .info01 .category {
        padding: 4px 10px 4px 10px;
    }
    .topicBoxGroup .list .type_ambassador .info01 .category {
        padding: 4px 6px 4px 6px;
    }
    .topicBoxGroup .list .info01 .date {
        letter-spacing: 0.05em;
        margin: 0 0 0 8px;
    }
    .topicBoxGroup .list .info02 .like span:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -7px;
        height: 10px;
        margin: auto;
        border-right: 1px solid #ffffff;
    }
    .topicBoxGroup .list .info02 .comment {
        margin: 0 0 0 30px;
    }
    .topicBoxGroup .moreButton {
        width: 400px;
        padding: 25px 0 40px 0;
    }
    .topicBoxGroup .moreButton p {
        font-size: 20px;
        font-size: 2.0rem;
        padding: 20px 0;
    }
    .topicBoxGroup .moreButton .arrowType02:after {
        width: 11px;
        height: 11px;
    }
    /*----------------------
	 footer
	----------------------*/
    #footer .community_nav .contentInner {
        overflow: hidden;
        padding: 30px 0;
    }
    #footer .community_nav .contentInner>ul {
        float: right;
    }
    #footer .community_nav .contentInner>.logo {
        float: left;
        width: 170px;
        margin: 0;
        padding: 0;
    }
    #footer .community_nav+.contentInner {
        padding: 0;
    }
}

@media screen and (min-width: 961px) {}

@media screen and (min-width: 1000px) {
    .community.topic.index.type_ambassador #topicList {
        padding-top: 31.5vw;
    }
}

@media screen and (min-width: 1401px) {
    /*----------------------
	 .content
	----------------------*/
    .contentsWrap .bgWrap {
        width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
}

.newRecipe h3 {
    font-size: 3.5rem;
}

.topicBoxGroup .list .recipe_list .box .text {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.4;
    margin: 15px 0;
}

.topicBoxGroup .list .recipe_list .box .text .recipe_title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #505050;
    margin-bottom: 10px;
}

.topicBoxGroup .list .recipe_list .box .text .recipe_text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #505050;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 16px;
    margin-right: 4.5%;
}

.recipe_list .comment_area .name {
    font-size: 10px;
    font-size: 1.0rem;
    margin: 0 0 15px 0;
}

.recipe_list .comment_area .rating {
    width: 150px;
    margin: 0 0 15px 0;
}

.recipe_list .comment_area .rating.close {
    display: none;
}

.recipe_list .comment_area .date {
    font-size: 10px;
    font-size: 1.0rem;
    margin: 0 0 15px 0;
}

.recipe_list .comment_area .comment {
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.5;
    margin: 0 0 20px 0;
}

.recipe_list .comment_area .comment p {
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.5;
}
.recipe_list .comment_area .rating{
    width: 130px;
}
.recipe_list .comment_area .comment.close {
    display: none;
}

@media screen and (min-width: 769px) {
    .topicBoxGroup .list .recipe_list .box .text {
        margin-bottom: 10px;
    }
    .topicBoxGroup .list .recipe_list .box .text p.recipe_title {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .topicBoxGroup .list .recipe_list .box .text p.recipe_text {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .recipe_list .comment_area .rating{
        width: 150px;
    }
    .recipe_list .comment_area .name{
        font-size: 16px;
        font-size: 1.6rem;
    }
    .recipe_list .comment_area .date{
        font-size: 16px;
        font-size: 1.6rem;
    }
    .recipe_list .comment_area .comment,
    .recipe_list .comment_area .comment p {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.SearchBox .searchcontent .topWrap {
    position: inherit;
}
#topicList #commonSearchBox.SearchBox input.btn {
    right: 7px;
    top: 0;
    width: 11%;
    padding: 8px 0%;
    margin-left: 3%;
}

#topicList #commonSearchBox.SearchBox input.searchBox#RecipeFreeword {
    width: 80%;
    padding: 6px;
    margin-left: 4px;
    background: #fff;
    border: 1px solid;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 0;
}

#topicList #commonSearchBox.SearchBox .sboxBgset {
    padding: 35px 0;
}
#topicList #commonSearchBox.SearchBox input.btn {
    background-image: url(/recipe/img/common/icon_search.png);
    background-position: center;
    background-repeat: no-repeat;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    right: 5%;
    top: 35px;
    width: 13%;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 8px 4%;
    border-radius: 3px;
    background-color: #333;
    color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 16%;
    margin-left: 2%;
}
@media screen and (min-width: 769px) {

    #topicList #commonSearchBox.SearchBox input.searchBox#RecipeFreeword {
        width: 100%;
        padding: 14px;
    }
    #topicList #commonSearchBox.SearchBox .sboxBgset {
        padding: 46px 0 45px;
    }
    .SearchBox .searchcontent {
        justify-content: flex-end;
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }
    .SearchBox .searchcontent .topWrap {
        max-width: 571px;
        width: 100%;
        position: relative;
        margin-right: 30px;
    }
    .index .SearchBox .searchtop .search_title+div {
        width: 63.2%;
    }
    #topicList #commonSearchBox.SearchBox input.btn{
        background-image: url(/recipe/img/common/icon_search.png);
        background-position: 85% center;
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 16px;
        font-size: 1.6rem;
        width: 85px;
        padding: 15px 5% 15px 2.3%;
        cursor: pointer;
        letter-spacing: 0.1em;
        border-radius: 0 5px 5px 0;
        background-color: #333;
        color: #fff;
        margin-left: 2%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        overflow: visible;
        text-align: left;
        display: block;
        box-sizing: border-box;
        text-indent: 0;
    }
    #topicList .SearchBox input.btn {
        background-position: 83% center;
    }

}
