@charset "utf-8";
/* メインビジュアル *************************************************/
.mv_wrap {
    width: 100%;
}
.mainvisual {
    position: relative;
    background-color: #FFFFFF;
    border: none;
    padding-top: 100px;
}
.mainvisual img {
    width: 100%;
    max-height: 75vh;
    object-fit: cover;
}
.main_calligraphy_area {
    position: relative;
}
.main_calligraphy_img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
}
.main_calligraphy_img img {
    width: 90vw;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}
/* =============================== */
/* レスポンシブ */
/* =============================== */
@media screen and (max-width:1350px) {
    .mainvisual {
        padding: 70px 0 0;
    }
}
/* メインコピー *************/
.maincopy_area {
    width: 50%;
    position: absolute;
    right: 0;
    z-index: 10;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-top: 50px;
}
.maincopy_area img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.maincopy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: flex;
}
.maincopy p {
    font-family: 'UD デジタル 教科書体 NP-R', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    padding: 0 calc(10px + 1.5vw);
    font-weight: bold;
}
#maincopy_01 {
    font-family: 'UD デジタル 教科書体 N-R', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #61876e;
    font-size: clamp(17px, 2vw, 35px);
    font-weight: normal;
    margin-top: 4vw;
    letter-spacing: normal;
}
#maincopy_02 {
    color: #f58656;
    font-size: clamp(19px, 2.25vw, 38px);
    letter-spacing: normal;
}
#maincopy_02 span:after {
    content: '';
    display: inline-block;
    width: 0.15vw;
    height: clamp(40px, 7vw, 150px);
    background-color: #f58656;
    bottom: 5px;
}
.mainlogo {
    z-index: 100;
    position: absolute;
    width: 230px;
    height: auto;
    bottom: 70px;
    left: 8%;
}
.mainlogo img {
    width: 100%;
    height: auto;
}
.display-top-pc {
    display: block;
}
.display-top-sp {
    display: none;
}
/* =============================== */
/* レスポンシブ */
/* =============================== */
@media screen and (max-width:1350px) {
    .maincopy_area {
        margin-top: 35px;
    }
}
@media screen and (max-width:700px) {
    .display-top-pc {
        display: none;
    }
    .display-top-sp {
        display: block;
    }
    .main_img_sp {
        object-position: 0 100%
    }
    .maincopy_area {
        width: 100%;
        height: 50%;
        top: 0%;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 70px;
    }
    .maincopy_area img {
        width: 90%;
    }
}
/* お知らせ ********************************************************/
.news_wrap {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    padding-top: 10vw;
    padding-bottom: 50px;
    text-align: center;
}
.news_box {
    width: clamp(300px, 100%, 1000px);
    margin: 50px auto;
    border: 1px solid #000000;
    padding: 20px 50px;
}
.news_txt {
    width: 100%;
    padding: 10px 0;
    flex-wrap: wrap;
}
.news_txt a {
    display: flex;
    flex-wrap: wrap;
    border-bottom: dotted 1px #000000;
}
.news_ymd {
    color: #909090;
    font-weight: bold;
    text-align: left;
    margin-right: 50px;
    letter-spacing: 0.1em;
}
.news_title {
    color: #000000;
    margin: 0;
    text-align: left;
}
.news_txt a:link, .news_txt a:visited, .news_txt a:active {
    text-decoration: none;
    color: #000000;
}
.news_txt a:hover {
    opacity: 0.6;
    transition: 0.5s;
}
/* =============================== */
/* レスポンシブ */
/* =============================== */
@media screen and (max-width:1350px) {
    .news_wrap {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .news_box {
        border: none;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        padding: 20px 30px 30px;
    }
    .news_txt {
        display: block;
    }
    .news_ymd {
        margin-bottom: 5px;
    }
}
/* トップページのO-Liveについて **************************************/
.top_olive_wrap {
    width: 100%;
    height: auto;
    background-image: linear-gradient(0deg, rgba(247, 186, 105, 0.3), rgba(139, 187, 132, 0.3));
    padding-top: 100px;
    padding-bottom: clamp(100px, 10vw, 300px);
    text-align: center;
    position: relative;
}
.top_olive_img01 {
    position: absolute;
    right: 100px;
    top: 400px;
}
.top_olive_img01 img {
    width: 40vw;
    height: auto;
}
.top_olive_img02 {
    position: absolute;
    left: 100px;
    bottom: calc(150px + 20vw);
}
.top_olive_img02 img {
    width: 40vw;
    height: auto;
}
.top_olive_img01_sp img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
}
.top_olive_img02_sp img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    object-position: 0 0
}
.top_olive_area {
    margin: 0 auto;
    font-size: 18px;
    line-height: 3em;
    color: #72640c;
}
.top_olive_area a {
    color: #72640c;
    font-weight: bold;
    border-bottom: 2px dotted #72640c;
}
.top_olive_area a:hover {
    opacity: 0.5;
}
.top_olive_title {
    width: clamp(350px, 80vw, 1500px);
    letter-spacing: clamp(1px, 1vw, 20px);
    line-height: 2;
    text-align: center;
    padding: 0 3%;
    margin: 0 auto;
    margin-bottom: 5vw;
    padding-bottom: 50px;
    color: #2e8b57;
}
.top_olive_area02 {
    width: 100%;
    position: relative;
    overflow: visible;
}
.top_olive_box {
    position: absolute;
    background-color: #FFFFFF;
    min-height: 0vw;
    width: 80%;
    max-width: 1500px;
    height: auto;
    padding: clamp(50px, 5vw, 100px) 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    border-radius: 30px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
}
.top_olive_box ul {
    list-style-type: none;
}
.top_olive_box ul li {
    width: 80%;
    max-width: 900px;
    background: #89c997;
    border-radius: 20px;
    line-height: 1.5em;
    margin: clamp(10px, 1vw, 100px) auto;
    padding: 1em;
    font-size: clamp(16px, 1.8vw, 28px);
    text-align: center;
    color: #FFFFFF;
}
.top_olive_bold {
    font-weight: bold;
}
#top_olive_block01, #top_olive_block02 {
    width: clamp(350px, 80vw, 1500px);
    padding: 0 3%;
    margin: 50px auto;
    line-height: 2em;
    font-size: clamp(16px, 1.8vw, 28px);
}
#top_olive_block01 {
    text-align: left;
}
#top_olive_block02 {
    text-align: right;
}
#top_olive_block03 {
    text-align: center;
    font-size: clamp(18px, 2vw, 35px);
    letter-spacing: 0.2em;
    color: #2e8b57;
    margin: 0 50px 2vw;
    padding-bottom: 10px;
    font-weight: bold;
    line-height: 1.5em;
}
/* =============================== */
/* レスポンシブ */
/* =============================== */
@media screen and (max-width:1350px) {
    .top_olive_title {
        margin-bottom: 0px;
    }
}
/* 円 ********************************************************/
.top_circle_flex {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.top_circle {
    /* 正方形を作る */
    width: 45%;
    min-width: 350px;
    max-width: 600px;
    margin: 0 1.5% 3% 1.5%;
    padding: 50px 0 50px 0;
    /* 4つの角を丸める
  水平方向の半径：左上から時計回りに、40%、60%、40%、50%
  垂直方向の半径：左上から時計回りに、60%、60%、50%、60%
  */
    border-radius: 40% 53% 30% 46% / 50% 51% 35% 39%;
}
.top_circle p {
    font-size: clamp(20px, 1.5vw, 30px);
    line-height: normal;
    text-align: center;
}
.top_circle_bold {
    font-size: clamp(22px, 2vw, 37px);
    font-weight: bold;
    padding-bottom: 30px;
    line-height: normal;
}
#top_circle_01 {
    background: rgba(127, 191, 255, .3);
    color: #0068b7;
}
#top_circle_02 {
    background: rgba(97, 142, 52, .2);
    color: #5f6527;
}
#top_circle_03 {
    background: rgba(250, 197, 89, .3);
    color: #ba8b40;
    padding-top: 30px;
}
#top_circle_04 {
    background: rgba(188, 186, 206, .3);
    color: #7d7b83;
    padding-top: 30px;
}
.top_circle_txt {
    width: 100%;
    margin: 50px auto 0;
}
.top_circle_txt p {
    font-size: clamp(25px, 3vw, 40px);
    line-height: normal;
    text-align: center;
    color: #72640c;
    margin-bottom: 50px;
    font-weight: bold;
}
.top_circle_txt span {
    font-weight: normal;
    font-size: clamp(20px, 1.5vw, 30px);
}
.top_circle_txt a {
    color: #72640c;
    font-weight: bold;
    border-bottom: 2px dotted #72640c;
}
.top_circle_txt a:hover {
    opacity: 0.5;
}
/* 公式SNS ********************************************************/
.sns_wrap {

    background-color: #fcf8e8;
    padding-top: 10vw;
    padding-bottom: 10vw;
    text-align: center;
}
.sns_box {
    width: 100%;
}
.sns_img {
    margin: 8vw 0;
}
.sns_img img {
    width: 10vw;
    min-width: 45px;
    max-width: 150px;
    height: auto;
    margin: 0 .8vw;
    object-fit: cover;
}
.sns_img img:hover {
    opacity: 0.5;
    transition: opacity 1s;
}