#wrapper {
    /* max-width: 1200px; */
    background: #FFF;
    padding-bottom: 100px;

}

.inner-new h2 {
   font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'YuGothic', 'Yu Gothic', 'Yu Gothic UI', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: normal;
    padding: 16px 0;
    background: #cc0000;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 30px;
}
.logo-pc img{
    width: 100%;
}
.wrap-new {
    display: flex;
    flex-wrap: wrap;
    gap: 22px 20px;
    margin-bottom: 35px;
}

.box-new {
    width: calc(50% - 10px);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.box-new .thumb-new {
    width: 150px;
}

.box-new .thumb-new img {
    display: block;
}

.box-new .content-new {
    width: calc(100% - 160px);
}

.content-new h3 {
    font-size: 14px;
   font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'YuGothic', 'Yu Gothic', 'Yu Gothic UI', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 400;
    line-height: normal;
    color: #000;
    margin-bottom: 10px;
}

.content-new p {
    font-size: 14px;
   font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'YuGothic', 'Yu Gothic', 'Yu Gothic UI', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 400;
    line-height: normal;
    color: #000;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-a {
    background: #000;
    padding-top: 40px;
    padding-bottom: 75px;
}

.menu-top .btn-menu-top {
    display: block;
    text-align: center;
}

.menu-top .btn-menu-top a {
    font-size: 24px;
    line-height: normal;
   font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'YuGothic', 'Yu Gothic', 'Yu Gothic UI', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #000000;
    border-radius: 25px;
    background-color: #fff;
    padding: 7px 65px;
    display: inline-block;
    font-weight: 400;
    position: relative;
    margin-bottom: 45px;
    text-decoration: none;
}

.site-header img {
    display: block;
}

.menu-top .btn-menu-top a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: '';
    background-image: url('../images/icon.png');
    width: 38px;
    height: 38px;
    border-radius: 50%;
    transform: translateY(-50%) rotate(0);
    transition: all 0.3s ease-in-out 0s;
}

.wrap-menu-top {

    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 45px;
}

.box-menu-top {
    width: calc(50% - 7.5px);
    display: flex;
    align-items: center;
    background: #333;
    border-radius: 20px;

}

.box-menu-top .thumb-menu-top {
    width: 158px;
}

.box-menu-top .thumb-menu-top img {
    display: block;
}

.box-menu-top .title-menu-top {
    width: calc(100% - 158px);
    text-align: center;
}

.title-menu-top h3 {
    font-size: 18px;
   font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'YuGothic', 'Yu Gothic', 'Yu Gothic UI', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 400;
    color: #ffffff;
    line-height: normal;
}

.content-menu-top {
    display: none;
    margin-bottom: 70px;
}

.menu-top .btn-menu-top.active a::after {
    transform: translateY(-50%) rotate(180deg);
    transition: all 0.4s;
}

.content-menu-top p {
   font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'YuGothic', 'Yu Gothic', 'Yu Gothic UI', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.3em;
    font-size: 15px;
    line-height: 1.5;
}

.wrap-menu-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 55px;
    /* justify-content: center; */
}

.l-menu-bottom {
    width: calc(33.33% - 27.5px);
}

.r-menu-bottom {
    width: calc(66.66% - 27.5px);
}

.wrap-menu-bottom h2,
.wrap-menu-bottom h3 {

    font-size: 18px;
   font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'YuGothic', 'Yu Gothic', 'Yu Gothic UI', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.7;
    text-align: center;
}

.wrap-menu-bottom img {
    width: auto;
    display: block;
    margin: 0 auto;
}

.wrap-menu-bottom h3 {}

.inner-r-menu-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.box-r-menu-bottom {
    width: calc(50% - 15px);
}

.box-r-menu-bottom audio {
    height: 30px;
    width: 100%;
}

.box-r-menu-bottom img {
    margin-bottom: 5px;
}

.youtobe {
    margin-top: 35px;
    margin-bottom: 40px;
}

.wrap-youtobe {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wrap-youtobe iframe {
    margin-bottom: 55px;
}

.wrap-youtobe a {
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
   font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'YuGothic', 'Yu Gothic', 'Yu Gothic UI', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #ffffff;
    padding: 9px 115px;
    display: inline-block;
    background: #000;
    border-radius: 20px;
    text-decoration: none;
}

.wrap-menub {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 45px;
}

.box-menub {
    width: calc(50% - 12.5px);
}

.box-menub img {
    display: block;
    margin-bottom: 20px;
}

.box-menub p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
   font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'YuGothic', 'Yu Gothic', 'Yu Gothic UI', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: normal;
    margin-bottom: 5px;
}

.box-menub span {
    font-size: 24px;
    font-weight: 400;
    color: #000;
   font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'YuGothic', 'Yu Gothic', 'Yu Gothic UI', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 1.5;
    display: block;
}

.wrap-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #000;
    align-items: center;
}

.wrap-footer .l-footer {
   width: 33.3%;
}

.l-footer img {
    display: block;
}

.l-footer-stories__title img {
  display: inline-block !important;
}

.copyright {
    width: 66.66%;
    text-align: center;
    font-size: 24px;
    color: #fff;
   font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'YuGothic', 'Yu Gothic', 'Yu Gothic UI', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 400;
}

.logo-sp {
    display: none;
}

.logo-pc {
    margin-bottom: 50px;
}

