@charset "UTF-8";
/* == メインビジュアル ========================================== */
#fp-wrap .l-mainvisual {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: url(../img/bg.jpg) no-repeat center bottom;
    background-size: 1900px;
}
.l-mainvisual__box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.l-mainvisual__photo {
    width: 100%;
}
.l-mainvisual__bg {
    width: 100%;
    left: auto;
    right: auto;
    position: absolute;
    bottom: min(-5vw, -50px);
    z-index: 2;
}
.l-mainvisual__copy {
    color: #FFF;
    font-size: 12px;
    position: absolute;
    bottom: 8px;
    right: 8px;
    z-index: 3;
    letter-spacing: -.02em;
    font-family: "Zen Maru Gothic", sans-serif;
    font-style: normal;
    font-weight: 700;
}
@media screen and (max-width: 1200px) {
    #fp-wrap .l-mainvisual {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .l-mainvisual__bg {
        position: absolute;
        bottom: -4.17vw;
    }
    .l-mainvisual__copy {
        font-size: 10px;
        position: absolute;
        bottom: 8px;
        right: 8px;
    }
}
@media screen and (max-width: 768px) {
    #fp-wrap .l-mainvisual {
        width: 100%;
        height: auto;
        margin: 0 auto;
        position: relative;
    }
    .l-mainvisual__bg {
        display: none;
    }
}
/* ---------------------------------------------
    OA情報
--------------------------------------------- */
.top-list ul {
    width: 94%;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: min(5vw, 50px) auto 0 auto;
    box-sizing: border-box;
}
.top-list li {
    width: 48%;
}
.top-list li:first-child {
    margin-right: 4%;
}
#oainfo {
    box-sizing: border-box;
    border: min(.6vw, 6px) solid #faab28;
    background: #fff;
    border-radius: 16px;
    padding: min(2.4vw, 24px) min(2.4vw, 30px) min(2vw, 20px) min(2.4vw, 30px);
}
#oainfo .oainfo-title {
    font-size: min(1.7vw, 17px);
    line-height: 1;
    border-bottom: 1px solid #faab28;
    padding-bottom: 12px;
    background: url(../img/icon_oainfo.png) no-repeat left top;
    background-size: min(2vw, 22px);
    padding-left: min(3vw, 35px);
    font-weight: 600;
}
#oainfo .premium-overview {
    font-size: min(1.5vw, 17px);
    margin-top: min(.5vw, 5px);
    line-height: 1.75;
    letter-spacing: .08em;
    font-weight: 600;
}
#oainfo .premium-oa-date {
    font-size: min(1.8vw, 22px);
    font-weight: 600;
    color: #fd7406;
    margin-top: 10px;
    letter-spacing: .05em;
}
.bnr-yazapin p {
    font-size: min(1.6vw, 17px);
    font-weight: 500;
    margin-top: min(1.5vw, 15px);
    line-height: 1.6;
    letter-spacing: .04em;
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .top-list ul {
        display: block;
        margin: 0;
        width: 100%;
    }
    .top-list li {
        width: 100%;
        margin: 30px auto 0 auto;
    }
    .top-list li:first-child {
        margin-right: 0;
    }
    .bnr-yazapin {
        width: 94% !important;
    }
    .bnr-yazapin p {
        font-size: 14px;
        margin-top: 12px;
        line-height: 1.75;
    }
    #oainfo {
        width: 94%;
        margin: 30px auto 0 auto;
        border-radius: 10px;
        border: 4px solid #faab28;
        padding: 16px 18px 14px 18px;
    }
    #oainfo .oainfo-title {
        font-size: 15px;
        line-height: 1;
        background: url(../img/icon_oainfo.png) no-repeat left top;
        background-size: 20px;
        padding-left: 30px;
        font-weight: 600;
        padding-bottom: 10px;
    }
    #oainfo .premium-overview {
        font-size: 14px;
        margin-top: 5px;
        line-height: 1.7;
        font-weight: 600;
    }
    #oainfo .premium-oa-date {
        font-size: 17px;
        line-height: 1.5;
        margin-top: 12px;
    }
}
/* ---------------------------------------------
    ニュース
--------------------------------------------- */
#news {
    width: 94%;
    max-width: 1200px;
    position: relative;
}
#news,
#movie,
#program,
#post {
    margin-top: 85px;
    margin-right: auto;
    margin-left: auto;
}
#news h2,
#movie h2,
#program h2 {
    width: 54%;
    max-width: 540px;
}
.news_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}
.news_list li {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
}
.news_list li img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.news_list li:nth-child(-n + 4) {
    margin-top: 0;
}
.news_list li:nth-child(4n) {
    margin-right: 0;
}
.news_list li a {
    display: block;
    color: #442e0a;
    background: #fff;
    box-shadow: 0 3px 0 #f9dc96;
    border-radius: 10px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    height: 100%;
}
.news_list li a img {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.news_list li a:hover {
    background-color: #fff8bf;
    box-shadow: 0 3px 0 #fce62f;
}
.news_list .clickArea .news_image {
    background: #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.news_list .clickArea .news_image img {
    transition: 1s all;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: contain;
    aspect-ratio: 16 / 9;
}
.news_list li a:hover img {
    opacity: 0.8;
}
.news_list li a .txtArea {
    padding: 20px;
}
.news_list li a .txtArea .date {
    color: #fd7406;
    font-weight: 600;
}
.news_list li a .txtArea .ttl {
    font-size: 17px;
    line-height: 1.6;
    margin-top: 3px;
    letter-spacing: .04em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-weight: 600;
}
.news-link {
    width: 340px;
    position: absolute;
    top: 0;
    right: 0;
}
.news-link a {
    display: block;
    background-image: url(../img/arrow1.png), url(../img/nav_bg.png);
    background-repeat: no-repeat, repeat-x;
    background-position: right 16px center, left center;
    background-size: 24px, 42px;
    text-align: center;
    color: #FFF !important;
    padding: 24px 0;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.02em;
    border-radius: 100px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    font-family: "Zen Maru Gothic", sans-serif;
    font-style: normal;
    font-weight: 700;
}
@media screen and (min-width: 767px) {
    .news-link a:hover {
        background-image: url(../img/arrow1.png), url(../img/nav_bg.png);
        background-repeat: no-repeat, repeat-x;
        background-position: right 12px center, left center;
        background-size: 24px, 42px;
        text-align: center;
        opacity: 0.6;
    }
}
@media screen and (max-width: 1200px) {
    #news,
    #movie,
    #program,
    #post {
        margin-top: 60px;
        margin-right: auto;
        margin-left: auto;
    }
    .news_list li {
        width: calc((100% - 4.8vw) / 4);
        margin-right: 1.6vw;
    }
    .news_list li a .txtArea {
        padding: 14px;
    }
    .news_list li a .txtArea .ttl {
        font-size: 1.33vw;
    }
    .news-link a {
        padding: 24px 0;
        line-height: 1;
        font-size: 1.33vw;
    }
}
@media screen and (max-width: 1080px) {
    .news-link {
        width: 36vw;
    }
    .news-link a {
        display: block;
        background-image: url(../img/arrow1.png), url(../img/nav_bg.png);
        background-repeat: no-repeat, repeat-x;
        background-position: right 2vw center, left center;
        background-size: 2.4vw, 4.2vw;
        padding: 2.4vw 0;
        line-height: 1;
        font-size: 1.8vw;
    }
    .news-link a:hover {
        background-image: url(../img/arrow1.png), url(../img/nav_bg.png);
        background-repeat: no-repeat, repeat-x;
        background-position: right 1.6vw center, left center;
        background-size: 2.4vw, 4.2vw;
    }
}
@media screen and (max-width: 768px) {
    #news,
    #movie,
    #program,
    #post {
        margin-top: 50px;
        margin-right: auto;
        margin-left: auto;
    }
    #news h2,
    #movie h2,
    #program h2 {
        width: 100%;
    }
    .news_list {
        margin-top: 5px;
    }
    .news_list li {
        width: calc((100% - 16px) / 2);
        margin-right: 16px;
    }
    .news_list li:nth-child(-n + 4) {
        margin-top: 16px;
    }
    .news_list li:nth-child(4n) {
        margin-right: 0;
    }
    .news_list li:nth-child(2n) {
        margin-right: 0;
    }
    .news_list li a {
        display: block;
        border-radius: 10px;
        -webkit-transition: 0.2s ease-out;
        transition: 0.2s ease-out;
    }
    .news_list li a .txtArea {
        padding: 12px;
    }
    .news_list li a .txtArea .date {
        font-size: 14px;
    }
    .news_list li a .txtArea .ttl {
        font-size: 14px;
        line-height: 1.55;
        margin-top: 5px;
    }
    .news-link {
        width: 90%;
        margin: 5.33vw auto 0 auto;
        position: relative;
        top: auto;
        right: auto;
    }
    .news-link a,
    .news-link a:hover {
        background-image: url(../img/arrow1.png), url(../img/nav_bg.png);
        background-repeat: no-repeat, repeat-x;
        background-position: right 5.33vw center, left center;
        background-size: 4.8vw, 8vw;
        padding: 5.33vw 0;
        line-height: 1;
        font-size: 4vw;
    }
}
/* ---------------------------------------------
    番組動画
--------------------------------------------- */
#movie {
    width: 94%;
    max-width: 1200px;
    position: relative;
}
.movie-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}
.movie-list li p {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 10px 0;
    color: #442e0a;
    font-family: "Zen Maru Gothic", sans-serif;
    font-style: normal;
    line-height: 1.9;
    font-weight: 700;
}
.movie-list li {
    width: calc((100% - 5%) / 2);
    margin-right: 5%;
}
.movie-list li:last-child {
    margin-right: 0;
}
.movie-list__inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.movie-list__inner iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.movie-link {
    width: 340px;
    position: absolute;
    top: 0;
    right: 0;
}
.movie-link a {
    font-family: "Zen Maru Gothic", sans-serif;
    font-style: normal;
    display: block;
    background-image: url(../img/arrow1.png), url(../img/nav_bg.png);
    background-repeat: no-repeat, repeat-x;
    background-position: right 16px center, left center;
    background-size: 24px, 42px;
    text-align: center;
    color: #FFF !important;
    padding: 24px 0;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    border-radius: 100px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
@media screen and (min-width: 767px) {
    .movie-link a:hover {
        background-image: url(../img/arrow1.png), url(../img/nav_bg.png);
        background-repeat: no-repeat, repeat-x;
        background-position: right 12px center, left center;
        background-size: 24px, 42px;
        text-align: center;
        opacity: 0.6;
    }
}
.movie-link__shirabetemitara a {
    background-color: #fff000;
    background-image: url(../img/icon_shirabetemitara.png), url(../img/arrow1.png), url(../img/nav_bg.png);
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: left 75px center, right 20px center, left center;
    padding: 24px 0 24px 140px;
    color: #FFF !important;
    text-shadow: 1px 1px 1px rgba(204, 51, 0, .4);
    background-size: 48px, 30px, 42px;
}
.movie-link__shirabetemitara a:hover {
    opacity: 0.6;
    background-image: url(../img/icon_shirabetemitara.png), url(../img/arrow1.png), url(../img/nav_bg.png);
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: left 75px center, right 16px center, left center;
    padding: 24px 0 24px 140px;
    background-size: 48px, 30px, 42px;
}
@media screen and (max-width: 1080px) {
    .movie-list li p {
        font-size: 18px;
        padding: 0 0 10px 0;
    }
    .movie-link {
        width: 36vw;
    }
    .movie-link a {
        display: block;
        background-image: url(../img/arrow1.png), url(../img/nav_bg.png);
        background-repeat: no-repeat, repeat-x;
        background-position: right 2vw center, left center;
        background-size: 2.4vw, 4.2vw;
        padding: 2.4vw 0;
        line-height: 1;
        font-size: 1.8vw;
    }
    .movie-link a:hover {
        background-image: url(../img/arrow1.png), url(../img/nav_bg.png);
        background-repeat: no-repeat, repeat-x;
        background-position: right 1.6vw center, left center;
        background-size: 2.4vw, 4.2vw;
    }
    .movie-link__shirabetemitara a {
        background-image: url(../img/icon_shirabetemitara.png), url(../img/arrow1.png), url(../img/nav_bg.png);
        background-repeat: no-repeat, no-repeat, repeat-x;
        background-position: left 6vw center, right 2vw center, left center;
        padding: 2.4vw 0 2.4vw 12.5vw;
        background-size: 4.2vw, 3vw, 4.2vw;
    }
    .movie-link__shirabetemitara a:hover {
        opacity: 0.6;
        background-image: url(../img/icon_shirabetemitara.png), url(../img/arrow1.png), url(../img/nav_bg.png);
        background-repeat: no-repeat, no-repeat, repeat-x;
        background-position: left 6vw center, right 1.6vw center, left center;
        padding: 2.4vw 0 2.4vw 12.5vw;
        background-size: 4.2vw, 3vw, 4.2vw;
    }
}
@media screen and (max-width: 768px) {
    .movie-list li p {
        font-size: 17px;
        padding: 0 0 10px 0;
    }
    .movie-list {
        display: block;
        margin-top: 0;
    }
    .movie-list li {
        width: 100%;
        margin-right: 0;
        margin-top: 15px;
    }
    .movie-list li:last-child {
        margin-right: 0;
        margin-top: 20px;
    }
    .movie-list__inner {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }
    .movie-list__inner iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }
    .movie-link {
        width: 90%;
        position: relative;
        top: auto;
        left: auto;
        margin: 5.33vw auto 0 auto;
    }
    .movie-link a,
    .movie-link a:hover {
        background-image: url(../img/arrow1.png), url(../img/nav_bg.png);
        background-repeat: no-repeat, repeat-x;
        background-position: right 5.33vw center, left center;
        background-size: 4.8vw, 8vw;
        padding: 5.33vw 0;
        line-height: 1;
        font-size: 4vw;
    }
    .movie-link__shirabetemitara a,
    .movie-link__shirabetemitara a:hover {
        opacity: 1;
        background-image: url(../img/icon_shirabetemitara.png), url(../img/arrow1.png), url(../img/nav_bg.png);
        background-repeat: no-repeat, no-repeat, repeat-x;
        background-position: left 22vw center, right 5.33vw center, left center;
        padding: 5.33vw 0 5.33vw 35vw;
        background-size: 10vw, 6.4vw, 8vw;
    }
}
/* ---------------------------------------------
    コーナー紹介
--------------------------------------------- */
#program {
    width: 94%;
    max-width: 1200px;
}
.program-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}
.program-list li {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-top: 30px;
    background: #fff;
    border-radius: 10px;
    font-size: 18px;
}
.program-list li a {
    display: block;
    background: url(../img/arrow2.png) no-repeat right 14px bottom 14px;
    background-size: 26px;
    box-shadow: 0 3px 0 #f9dc96;
    border-radius: 10px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    width: 100%;
    height: 100%;
}
.program-list li a img {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.program-list li a:hover img {
    opacity: 0.8;
}
.program-list li a:hover {
    background: #fff8bf url(../img/arrow2.png) no-repeat right 10px bottom 14px;
    background-size: 26px;
    box-shadow: 0 3px 0 #fce62f;
}
.program-list p {
    padding: 20px 25px 25px 25px;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 600;
    letter-spacing: .04em;
}
.program-list p span {
    color: #fd7406;
    display: block;
}
.program-list li a p {
    padding-bottom: 50px;
}
.program-list li img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.program-list li:nth-child(-n + 3) {
    margin-top: 0;
}
.program-list li:nth-child(3n) {
    margin-right: 0;
}
@media screen and (max-width: 1200px) {
    .program-list p {
        padding: 1.25vw 1.67vw 1.67vw 1.67vw;
        font-size: 1.33vw;
    }
    .program-list li a p {
        padding-bottom: 2.92vw;
    }
    .program-list li {
        width: calc((100% - 3.34vw) / 3);
        margin-right: 1.67vw;
        margin-top: 1.67vw;
        font-size: 1.33vw;
    }
    .program-list li a {
        background: url(../img/arrow2.png) no-repeat right 12px bottom 10px;
        background-size: 1.67vw;
    }
    .program-list li a:hover {
        background: #fff8bf url(../img/arrow2.png) no-repeat right 8px bottom 10px;
        background-size: 1.67vw;
    }
}
@media screen and (max-width: 768px) {
    .program-list {
        margin-top: 10px;
    }
    .program-list li {
        width: calc((100% - 16px) / 2);
        margin-right: 16px;
        margin-top: 16px;
        font-size: 15px;
    }
    .program-list li:nth-child(-n + 3) {
        margin-top: 16px;
    }
    .program-list p {
        padding: 14px 14px 14px 14px;
        line-height: 1.55;
        font-weight: 600;
        font-size: 14px;
    }
    .program-list li a p {
        padding-bottom: 30px;
    }
    .program-list p span {
        line-height: 1.2;
        margin-bottom: 5px;
    }
    .program-list li:nth-child(3n) {
        margin-right: 16px;
    }
    .program-list li:nth-child(2n) {
        margin-right: 0;
    }
    .program-list li a,
    .program-list li a:hover {
        padding-bottom: 0;
        background: transparent url(../img/arrow2.png) no-repeat right 10px bottom 10px;
        background-size: 20px;
        height: 100%;
    }
    .program-list li a {
        padding-bottom: 0;
    }
    .program-list li a:hover {
        box-shadow: 0 3px 0 #e6e5c9;
    }
}
/* ----------------------------------------
  情報提供
 ---------------------------------------- */
#post {
    background: url(../img/bg2.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 60px 0;
}
.post-box {
    width: 94%;
    max-width: 860px;
    margin: 0 auto;
    background: rgba(255, 255, 255, .8);
    border-radius: 20px;
    border: 5px solid #FFF;
    box-sizing: border-box;
    padding: 45px 50px 40px 50px;
}
.post-box .logo {
    width: 580px;
    margin: 0 auto;
}
.post-box__lead {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
}
.post-box__title {
    display: block;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}
.post-box__title span {
    color: #fd7406;
}
.post-box__item {
    background: #ffe538;
    margin: 20px 0 0 0;
    box-shadow: 0 3px 0 #f5df25;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px 40px;
}
.post-box__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.post-box__link .post-box__text {
    width: 45%;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 700;
    padding-left: 50px;
    letter-spacing: 1px;
}
.post-box__mail .post-box__text {
    background: url(../img/icon_mail.png) no-repeat left center;
    background-size: 30px;
}
.post-box__mail .post-box__text span {
    color: #294ee9;
}
.post-box__movie .post-box__text {
    background: url(../img/icon_movie.png) no-repeat left center;
    background-size: 30px;
}
.post-box__movie .post-box__text span {
    color: #f63752;
}
.post-box__link .post-box__btn {
    width: 55%;
}
.post-box__btn {
    width: 100%;
}
.post-box__btn a {
    display: block;
    text-align: center;
    color: #FFF !important;
    padding: 24px 0;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    border-radius: 100px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.post-box__mail .post-box__btn a {
    background: #294ee9 url(../img/arrow_blue.png) no-repeat right 20px center;
    background-size: 30px;
}
.post-box__movie .post-box__btn a {
    background: #f63752 url(../img/arrow_red.png) no-repeat right 20px center;
    background-size: 30px;
}
.post-box__info {
    margin-top: 10px;
    font-size: 14px;
}
.post-box__info img {
    width: 140px;
    margin: 0 5px 5px 0;
}
.post-box__attention {
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    line-height: 1.6;
}
@media screen and (max-width: 1080px) {
    .post-box {
        padding: 4.5vw 5vw 4vw 5vw;
    }
    .post-box__lead {
        font-size: 1.8vw;
        padding-bottom: 1vw;
    }
    .post-box__title {
        font-size: 3.6vw;
        margin-bottom: 2vw;
    }
    .post-box__item {
        margin: 2vw 0 0 0;
        padding: 2vw 4vw;
    }
    .post-box__link .post-box__text {
        font-size: 2vw;
        padding-left: 5vw;
    }
    .post-box__btn a {
        padding: 2.4vw 0;
        font-size: 1.8vw;
    }
    .post-box__attention {
        font-size: 1.6vw;
        margin-top: 3vw;
    }
}
@media screen and (min-width: 767px) {
    .post-box__mail .post-box__btn a:hover {
        background: #294ee9 url(../img/arrow_blue.png) no-repeat right 16px center;
        background-size: 30px;
        opacity: 0.6;
    }
    .post-box__movie .post-box__btn a:hover {
        background: #f63752 url(../img/arrow_red.png) no-repeat right 16px center;
        background-size: 30px;
        opacity: 0.6;
    }
}
@media screen and (max-width: 768px) {
    #post {
        padding: 50px 0;
        background: url(../img/bg3.jpg) no-repeat center bottom;
        background-size: cover;
    }
    .post-box {
        border-radius: 10px;
        border: 4px solid #FFF;
        padding: 30px 10px 25px 10px;
        width: 96%;
    }
    .post-box .logo {
        width: 96%;
        margin: 0 auto;
    }
    .post-box__lead {
        font-size: 15px;
        text-align: left;
        margin-top: 15px;
        padding: 0 6px;
        padding-bottom: 0;
    }
    .post-box__title {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    .post-box__item {
        margin: 20px 0 0 0;
        padding: 16px;
        box-shadow: 0 4px 0 #f5df25;
    }
    .post-box__link {
        display: block;
        overflow: hidden;
    }
    .post-box__link .post-box__text {
        width: 100%;
        box-sizing: border-box;
        font-size: 18px;
        text-align: center;
        padding-left: 0;
        letter-spacing: 1px;
    }
    .post-box__mail .post-box__text {
        background: none;
    }
    .post-box__mail .post-box__text:before {
        content: "";
        display: inline-block;
        width: 35px;
        height: 15px;
        background: url(../img/icon_mail.png) no-repeat left center;
        background-size: 20px;
    }
    .post-box__movie .post-box__text {
        background: none;
    }
    .post-box__movie .post-box__text:before {
        content: "";
        display: inline-block;
        width: 35px;
        height: 15px;
        background: url(../img/icon_movie.png) no-repeat left center;
        background-size: 20px;
    }
    .post-box__link .post-box__btn {
        width: 100%;
    }
    .post-box__btn {
        width: 100%;
        margin-top: 10px;
    }
    .post-box__btn a {
        padding: 5.33vw 0;
        line-height: 1;
        font-size: 4vw;
    }
    .post-box__mail .post-box__btn a {
        background: #294ee9 url(../img/arrow_blue.png) no-repeat right 5.33vw center;
        background-size: 6.4vw;
    }
    .post-box__movie .post-box__btn a {
        background: #f63752 url(../img/arrow_red.png) no-repeat right 5.33vw center;
        background-size: 6.4vw;
    }
    .post-box__info {
        margin-top: 20px;
        font-size: 14px;
    }
    .post-box__info img {
        width: 140px;
        margin: 0 5px 5px 0;
    }
    .post-box__attention {
        font-size: 14px;
        font-weight: 500;
        margin-top: 20px;
        line-height: 1.5;
        padding: 0 10px;
    }
}
/* ---------------------------------------------
    イットとは
--------------------------------------------- */
#intro {
    width: 100%;
    max-width: 1000px;
    padding: 80px 0;
    overflow: hidden;
    margin: 60px auto 0 auto;
    background: url(../img/bg3.jpg) no-repeat center top;
    background-size: cover;
    border-radius: 30px;
    position: relative;
}
#intro h2 {
    width: 300px;
    margin: 0 auto;
    padding-bottom: 15px;
}
#intro p {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-style: normal;
    line-height: 2.2;
    font-weight: 500;
}
#intro p span {
    display: block;
    font-size: 30px;
    line-height: 1.7;
    font-weight: 800;
}
#intro .intro_img1 {
    width: 220px;
    position: absolute;
    top: 60px;
    left: -40px;
}
#intro .intro_img2 {
    width: 220px;
    position: absolute;
    top: 340px;
    right: -40px;
}
#intro .intro_img3 {
    width: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.link-comment {
    width: 380px !important;
    margin: 0 auto;
}
.link-comment a {
    font-family: "Zen Maru Gothic", sans-serif;
    font-style: normal;
    display: block;
    background: rgba(255, 255, 255, .6) url(../img/arrow2.png) no-repeat right 16px center;
    background-size: 24px;
    text-align: center;
    color: #fd7406 !important;
    padding: 24px 0;
    line-height: 1;
    letter-spacing: -.03em;
    font-size: 18px;
    font-weight: 700;
    border-radius: 100px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    border: min(.2vw, 2px) solid #faaf24;
}
@media screen and (min-width: 767px) {
    .link-comment a:hover {
        background: #FFF url(../img/arrow2.png) no-repeat right 12px center;
        background-size: 24px;
        text-align: center;
        opacity: 0.6;
    }
}
@media screen and (max-width: 1080px) {
    #intro {
        padding: 8vw 0;
        margin: 6vw auto 0 auto;
        border-radius: 3vw;
    }
    #intro h2 {
        width: 30vw;
        padding-bottom: 1.5vw;
    }
    #intro p {
        margin-top: 4vw;
        font-size: 1.8vw;
    }
    #intro p span {
        font-size: 3vw;
    }
    #intro .intro_img1 {
        width: 22vw;
        position: absolute;
        top: 6vw;
        left: -4vw;
    }
    #intro .intro_img2 {
        width: 22vw;
        position: absolute;
        top: 34vw;
        right: -4vw;
    }
    #intro .intro_img3 {
        width: 22vw;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .link-comment {
        width: 38vw !important;
        margin: 0 auto;
    }
    .link-comment a {
        font-family: "Zen Maru Gothic", sans-serif;
        font-style: normal;
        display: block;
        background: rgba(255, 255, 255, .6) url(../img/arrow2.png) no-repeat right 2vw center;
        background-size: 2.4vw;
        padding: 2.4vw 0;
        line-height: 1;
        font-size: 1.8vw;
        border: 2px solid #faaf24;
    }
    .link-comment a:hover {
        background: rgba(255, 255, 255, .6) url(../img/arrow2.png) no-repeat right 1.6vw center;
        background-size: 2.4vw;
    }
}
@media screen and (max-width: 768px) {
    #intro {
        padding: 12vw 0;
        margin: 12vw auto 0 auto;
        border-radius: 3vw;
    }
    #intro h2 {
        width: 48vw;
        padding-bottom: 1.5vw;
    }
    #intro p {
        margin-top: 6.4vw;
        font-size: 4vw;
        line-height: 1.9;
    }
    #intro p span {
        font-size: 5.33vw;
        line-height: 1.7;
    }
    #intro .intro_img1 {
        width: 27vw;
        position: absolute;
        top: 54vw;
        left: -6vw;
    }
    #intro .intro_img2 {
        width: 27vw;
        position: absolute;
        top: 142vw;
        right: -8vw;
    }
    #intro .intro_img3 {
        width: 27vw;
        position: absolute;
        bottom: 28vw;
        left: -4vw;
    }
    .link-comment {
        width: 90% !important;
        margin-top: 8vw !important;
    }
    .link-comment a, .link-comment a:hover {
        display: block;
        background: rgba(255, 255, 255, .6) url(../img/arrow2.png) no-repeat right 5.33vw center;
        background-size: 4.8vw;
        padding: 5.33vw 0;
        font-size: 4vw;
    }
}