@charset "utf-8";
/* CSS Document */

#report .wrap {
  margin: 0 auto;
}

#report h1 {
    padding: 0;
    border: 0;
}

#report h1 img {
    width: 100%;
}

#report #container .boxWrap .lead p {
    text-align: center;
    margin-bottom: 1.5em;
}

#report #container .boxWrap .lead p br.tab {
    display: none;
}

#report .boxWrap article {
    margin-top: 20px;
}

#report .boxWrap h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.6em;
}

#report .boxWrap h4 {
    margin-bottom: 10px;
}

#report .boxWrap .flexImg {
    margin-top: 2em;
}

#report .boxWrap .flexImg img {
    width: 100%;
}

#report .boxWrap .recipe .link01 a {
    background: url("../../../images/basic_arrow.png") 98% center no-repeat #642800;
    display: block;
    width: 22em;
    max-width: 100%;
    border-radius: 0.5em;
    color: #fff;
    padding: 0.875em 0;
    margin: 0 auto;
    text-align: center;
    font-size: 112.5%;
}

#report .boxWrap .recipe .list_wrap {
    background: #f9f3e5;
    padding: 2em 0;
    width: 100%;
}

#report .boxWrap .recipe .list {
    width: 90%;
    max-width: 965px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 54px 36px;
}

#report .boxWrap .recipe .list li {
    width: calc((100% - 36px) / 2);
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

#report .boxWrap .recipe .list li .list-img {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

#report .boxWrap .recipe .list li .list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#report .boxWrap .recipe .list li .list-img .num {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 6px 12px;
    font-size: 20px;
    letter-spacing: .04em;
    color: #fff;
    border-radius: 12px;
}

#report .boxWrap .recipe .list li:nth-child(odd) .list-img .num {
    background-color: #004628;
}

#report .boxWrap .recipe .list li:nth-child(even) .list-img .num {
    background-color: #710527;
}

#report .boxWrap .recipe .list li .list-txt {
    text-align: center;
    background-color: #fff;
    padding: 0.75em 0;
    border-radius: 0 0 10px 10px;
}

#report .boxWrap .recipe .list li .list-txt h3 {
    font-size: 1.5em;
    line-height: 1.2;
}

#report #container .boxWrap .recipe .list li .list-txt p {
    text-align: center;
    margin: 0;
}

#report .boxWrap .recipe .list li:nth-child(odd) .list-txt {
    color: #004628;
}

#report .boxWrap .recipe .list li:nth-child(even) .list-txt {
    color: #710527;
}

@media screen and (max-width: 1024px) {
    #report #container .boxWrap .lead p br.tab {
        display: block;
    }
}

@media screen and (max-width: 750px) {
    #report #container .boxWrap .lead p {
        font-size: 3.75vw;
    }
    
    #report .boxWrap .recipe .link01 a {
        font-size: 1em;
    }

    #report .boxWrap .recipe .title {
      margin: 40px auto;
    }

    #report .boxWrap .recipe .list {
      gap: 24px;
      padding-bottom: 30px;
    }

    #report .boxWrap .recipe .list li {
      width: 100%;
    }

    #report .boxWrap .recipe .list li .list-img .num {
      font-size: 16px;
      border-radius: 8px;
    }

    #report .boxWrap .recipe .list li .list-img {
      height: 210px;
    }

    #report .boxWrap .recipe .list li .list-txt {
      padding: 16px 0;
    }

    #report .boxWrap .recipe .list li .list-txt h3 {
      font-size: 6.4vw;
    }

    #report .boxWrap .recipe .list li .list-txt p {
      font-size: 14px;
    }
}

#report .boxWrap .date {
    padding: 1em 0 0;
}

#report #container .boxWrap .date p {
    margin-bottom: 0;
}

#report .boxWrap .date h2 span {
    font-size: 75%;
    margin-left: 1em;
}

#report .boxWrap .sns {
    margin-bottom: 3em;
}

#report .boxWrap .sns .li01 {
    display: flex;
    flex-wrap: wrap;
    background: url("../img/bg01.gif") repeat;
    padding: 2.5em 2.5em 0;
}

#report .boxWrap .sns .li01 li {
    width: 30.5%;
    background: #fff;
    padding: 1em;
    box-sizing: border-box;
    margin-bottom: 2.5em;
    box-shadow: 0 0 0.75em 0 rgba(0,0,0,0.15);
}

#report .boxWrap .sns .li01 li:not(:nth-child(3n)) {
    margin-right: 4%;
}

#report .boxWrap .sns .li01 li .thumbnail {
    display: block;
}

#report .boxWrap .sns .li01 li .thumbnail img {
    width: 100%;
}

#report .boxWrap .sns .li01 li .btn {
    display: block;
    background: url("../../../images/basic_arrow.png") 96% center no-repeat #000;
    background-size: 0.75em auto;
    color: #fff;
    width: 6em;
    max-width: 100%;
    border-radius: 500px;
    margin: 1em auto 0;
    padding: 0.3em 1em 0.5em;
    font-size: 93.75%;
}

@media screen and (max-width: 750px) {
    
    #report .innerreport h2 {
        margin-bottom: 1em;
    }
    
    #report #container .boxWrap .date p {
        margin-bottom: 0.75em;
    }
    
    #report .boxWrap .sns .li01 {
        padding: 1.5em 5% 0.75em;
    }

    #report .boxWrap .sns .li01 li {
        width: 48%;
        margin-bottom: 0.75em;
    }

    #report .boxWrap .sns .li01 li:not(:nth-child(3n)) {
        margin-right: 0;
    }
    
    #report .boxWrap .sns .li01 li:not(:nth-child(2n)) {
        margin-right: 4%;
    }
}