/*
トップページ用CSS
*/

/*-------------------------------------------------
swiper メイン画像
--------------------------------------------------*/
.sec-swiper-01 {
  overflow-x: hidden;
  height: auto;
}
.sec-swiper-02 {
  position: relative;
  overflow-x: hidden;
  padding-top: 60px;
  padding-bottom: 20px;
  background-color:#86B84E;
}
.sec-swiper-01 .swiper-container {
  position: relative;
  width: 95%;
  min-width: 944px;
  max-width: 1700px;
  height: 100%;
}
.swiper-slide {
  width: 100%;
  height: auto;
  overflow: visible;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
}
.sec-swiper-01 .swiper-slide img {
  border-radius: 10px;
}
.swiper-pagination-bullet {
  background: #FFF !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background: #ED9255 !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 0;
}
/*-------------------------------------------------
共通見出し
--------------------------------------------------*/
.wrap-h2-top-center {
  width: 100%;
/*  height: 225px;
  background-size: 87% 100%;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 5px, rgba(201, 201, 201, 0.20784313725490197) 5px, rgba(201, 201, 201, 0.20784313725490197) 9px );
  background-repeat: no-repeat;
  padding: 30px 0;
  margin-top: 60px;*/
}
.h2-top-center{
  width: auto;
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  margin: 0;
}
.h2-top-center::after {
  content: "";
  display: block;
  padding-top: 5px;
  height: 4px;
  margin: 0 auto;
  width: 60px;
  border-bottom: 2px solid #6FE439;
}
/*-------------------------------------------------
活動紹介
--------------------------------------------------*/
.sec-acti .box-center-cmn {
  padding-bottom: 0px;
}
.h2-top-center-acti {
  position: relative;
}
.h2-top-center-acti::before {
  content: "";
  position: absolute;
  display: block;
  left: 84%;
  bottom: -50px;
  width: 140px;
  height: 250px;
  background-image: url(../images/top/bg_top_acti.svg);
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: -1;
}
.box-top-acti {
  position: relative;
/*  top: -50px;*/
}
.top-acti-content {
  position: relative;
  width: 100%;
/*  padding: 80px 0 100px 0;*/
  padding-bottom: 215px;
  clear: both;
}
.jizou-kabuto::before {
  content: "";
  position: absolute;
  display: block;
  left: 5%;
  bottom: 0;
  width: 200px;
  height: 250px;
  background-image: url(../images/top/jizou.svg);
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.5;
}
.jizou-kabuto::after {
  content: "";
  position: absolute;
  display: block;
  right: 5%;
  bottom: 0;
  width: 200px;
  height: 250px;
  background-image: url(../images/top/kabuto.svg);
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.5;
}
.top-acti-list{
  max-width: 850px;
  margin: 0 auto;
}
.js-top-acti-item-show {
  display: block;
}
.top-acti-item {
  width: calc(100% / 3 - 40px);
}
.list-cmn.top-acti-item .box-img-list-cmn::before {
  
}
/*-------------------------------------------------
会員の皆さま
--------------------------------------------------*/
.sec-member {
/*  margin-bottom: 30px;*/   
}
.h2-top-center-member {
  position: relative;
  background-position: right;
}
.h2-top-center-member::before {
  content: "";
  position: absolute;
  display: block;
  right: 82%;
  bottom: 0;
  width: 200px;
  height: 200px;
  background-image: url(../images/top/bg_top_member.svg);
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: -1;
}
.box-top-member-live, .box-top-member-archive {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 90%;
  min-width: 935px;
  /*max-width: 1000px;*/
  padding-top: 4vw;
  margin: 0 auto;
}
.box-top-member-live a {
  display: block;
  width: 40%;
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,.5);
}

.btn-top-live {
  position: relative;
  display: block;
  width: 100%;
  height: 250px;
  background-image: url(../images/top/seidou.jpg);
  background-size: cover;
  background-position: top center;
}
.btn-top-live-kyoukai {
  background-image: url(../images/top/uedajyou.jpg);
}
/*
.txt-btn-top-live-l {
  width: 100%;
  height: calc(3.5rem + 30px);
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  background-color: rgba(0,99,49,0.5);
  transition: all 0.3s;
  overflow: hidden;
    
}
.box-top-member-live a:hover .txt-btn-top-live-l {
  height: 100%;
}
.txt-btn-top-live-l span {
  display: block;  	
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  margin: 15px 0;
}
.txt-btn-top-live-l p {
  font-family: 'Kiwi Maru', serif!important;
  font-weight: 500!important;
  font-size: 1.8rem;
  margin-top: 6vw;
}
*/
.txt-btn-top-live-c {
  width: 100%;
  height: calc(3rem + 30px);
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  background-color: rgba(0,99,49,0.5);
  transition: all 0.3s;
  overflow: hidden;
  padding-right: 15px;
  padding-left: 15px;
}
.box-top-member-live a:hover .txt-btn-top-live-c {
  height: 100%;
}
.txt-btn-top-live-c span {
  display: block;  	
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 3rem;
  line-height: 1;
  margin: 15px 0;
}
.txt-btn-top-live-c p {
  font-family: 'Zen Maru Gothic', serif!important;
  font-weight: 500!important;    
  font-size: 1.8rem;
  margin-top: 4vw;
  text-align: left;
}
.mb-txt-btn-top-live-c {
  display: none;   
}


.txt-btn-top-live-r {
  width: 100%;
  height: calc(3rem + 30px);
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  background-color: rgba(194,0,0,0.5);
  transition: all 0.3s;
  overflow: hidden;
  padding-right: 15px;
  padding-left: 15px;
}
.box-top-member-live a:hover .txt-btn-top-live-r {
  height: 100%;
}
.txt-btn-top-live-r span {
  display: block;  	
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 3rem;
  line-height: 1;
  margin: 15px 0;
}
.txt-btn-top-live-r p {
  font-family: 'Kiwi Maru', serif!important;
  font-weight: 500!important;    
  font-size: 1.8rem;
  margin-top: 4vw;
  text-align: left;
}
.mb-txt-btn-top-live-r {
  display: none;   
}

.btn-view {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  background-color: #FFAB02;
  font-size: 14px;
  font-weight: bold;
  border-radius: 20px;
  padding: 7px 25px 7px 20px;
}
.btn-view::after{
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.txt-btn-top-live-s {
  position: relative;
  background: #F3FFE9;
  border-radius: 0 0 20px 20px;
  padding: 20px 10px;
  text-align: center;
  color: #3c3c3c;
}
.txt-btn-top-tri::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 13px;
  right: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #355517 transparent;
}
.txt-btn-top-live-s.txt-btn-top-tri::after {
  border-color: transparent transparent #355517 transparent;
}

/*---------------------*/
.box-rokumon {
  margin: 55px auto;
}
.box-rokumon img {
  display: block;
  width: 180px;
  margin: 0 auto;
}



.h3-top-member-archive {
  text-align: center;
  font-size: 3.6rem;
  padding: 30px 0 20px;
}
.h3-top-member-archive span {
  display: inline-block;
  margin: 0 12px 8px 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FF4642;
}
.h3-top-member-archive span:nth-child(3){
  margin-right: 30px;
}
.h3-top-member-archive span:nth-child(4){
  margin-left: 30px;
}
/* 小さいボタン*/
.box-top-member-archive {
  padding-top: 0;
}
.box-top-member-archive a {
  display: block;
  width: 22%;
}
.btn-top-archive {
  position: relative;
  display: block;
  width: 100%;
  padding: 25px 25px 10px 25px;
  box-shadow: 4px 4px #FF4642;
  border: solid #FF4642 2px;
  border-radius: 20px;
  background-color: #fff;
  background-image: radial-gradient(rgba(255, 107, 103, 0.15) 8%, transparent 16%);
  background-position: 0 0, 0 0;
  background-size: 15px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-top-archive:hover {
  background-color: #FFEDED;
}
.txt-btn-top-archive-l{
  font-size: 3rem;
  color: #FF4642;
  text-align: left;
  padding-bottom: 15px;
}
.txt-btn-top-archive-l .txt-btn-top-archive-l-black {
  display: block;
  font-size: 2.4rem;
  color: #3c3c3c;
  text-align: right;
}
.txt-btn-top-archive-l .txt-btn-top-archive-l-kenshu{
  letter-spacing: 10px;
}
.txt-btn-top-archive-s {
  color: #3c3c3c;
}
.btn-top-archive.txt-btn-top-tri::after {
  border-color: transparent transparent #FF4642 transparent;
}
/*-------------------------------------------------
関連リンク
--------------------------------------------------*/
.h2-top-center-link {
  position: relative;
}
.sec-swiper-02 .swiper-container {
  padding-bottom: 50px;
}
.top_link_img {
  border: 1px solid #888;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 7px;
}

.top-mid-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 850px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.top-mid-menu li {
    width: 31%;
    height: 208px;
    background-image: url(../images/top/top-frame-sub.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    padding-top: 20px;
}
.top-mid-menu li a {
    display: block;
}
.top-mid-menu li a:hover img {
  transform: scale(1.1);
}
.top-mid-menu .mid-img {
    position: relative;
    width: 80%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.top-mid-menu .mid-img::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.top-mid-menu .mid-img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transition: all 0.3s;
}
.top-mid-menu .mid-title {
    font-family: 'M PLUS Rounded 1c';
    font-size: 2.5rem;
    line-height: 1;    
    transform:rotateZ(0.03deg);
    color: #435931;
    text-align: center;
    margin-top: 10px;
}
.top-mid-menu .mid-title span {
    font-size: 1.9rem;
}
.top-mid-menu .mid-memo{
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    color: #333;
}

/*-------------------------------------------------
お知らせ
--------------------------------------------------*/
.kyokai-contents{
  padding: 0 10px;
  overflow: hidden;
}
.information {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 80px auto 0;
  padding: 50px 20px;
  background: #FFE9E9;
}
.information::before {
  content: "";
  position: absolute;
  top: -46px;
  right: -23px;
  width: 328px;
  height: 328px;
  background-image: url(../images/top/info_flower.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  opacity: 0.5;
}
.sec-title-box{
  text-align: center;
}
.sec-title{
  display: inline-block;
  position: relative;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
}
.sec-title::before,.sec-title::after {
  content: "";
  position: absolute;
  width: 65px;
  height: 13px;
  background-image: url(../images/top/sec_title_icon.svg);
  background-repeat: no-repeat;
}
.sec-title::before {
  top: 50%;
  transform: translateY(-50%);
  left: -110px;
}
.sec-title::after {
  top: 50%;
  transform: translateY(-50%);
  right: -110px;
}
.info-day{
  color: #787977;
}
.info-list{
  list-style: none;
  font-size: 18px;
  margin: 30px 0 0;
  padding: 0;
  color: #787977;
}
.info-list li{
  border-bottom: 1px solid #A0A0A0;
  padding: 16px 0;
}
.info-list li a:hover {
  opacity: 0.7;
}
.info-list li a{
  position: relative;
  display: flex;
  justify-content: flex-start;
  color: #2f2f2f;
}
.info-list li a .info-day {
  width: 140px;
}
.info-list li a .info-title {
  width: calc(100% - 140px);
}
.info-archive{
  text-align: right;
  padding-top: 30px;
  font-size: 18px;
}
.info-archive a{
  position: relative;
  color: #444;
  margin-top: 30px;
  transition: all 0.5s 0s ease;
}
.info-archive a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 8px;
  height: 13px;
  background-image: url(../images/common/arrow_right.png);
  background-repeat: no-repeat;
}
.info-archive a:hover{
  color: #8CB553;
}
.line-dot-green {
  border-bottom: 2px dotted #8CB553;
  padding-right: 20px;
  padding-bottom: 4px;
}
/***************配信**************/
.sec-top-live {
  padding-top: 100px;
}
.live-conteiner{
  position: relative;
  width:100% ;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.live-conteiner::before {
  content: "";
  position: absolute;
  display: block;
  width: 560px;
  height: 380px;
  bottom: -130px;
  left: -150px;
  background-image: url(../images/top/bg_top_live.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  opacity: 0.5;
}
.seidou-link, .kyokai-link {
  position: relative;
  width: calc(50% - 30px);
  max-width: 516px;
  text-align: center;
  background: #fff;
  border-radius: 18px;
  z-index: 2;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px;
  transition: 0.2s all;
}
.seidou-link {
  background-image: url(../images/top/img_top_bg_green.png);
}
.kyokai-link {
  background-image: url(../images/top/img_top_bg_blue.png);
}
.seidou-link:hover {
  background-image: url(../images/top/img_top_bg_green_on.png);
}
.kyokai-link:hover {
  background-image: url(../images/top/img_top_bg_blue_on.png);
}
.live-box {
  background: #fff;
  border-radius: 12px;
  padding: 30px 30px;
}
.live-box-inner{
  position: relative;
}
.live-box-inner img{
  width: 100%;
  max-width: 450px;
  height: auto;
  height: 270px;
  object-fit: cover;
  object-position: center bottom;
}
.live-btn,.kyokai-live-btn{
  position: absolute;
  font-size: 26px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  color: white;
  background: rgb(111 165 66 / 0.85);
  width: 100%;
  max-width: 450px;
  height: 63px;
  line-height: 63px;
  transition: all 0.5s 0s ease;
}
.kyokai-live-btn{
  background: rgb(42 144 153 / 0.85);
}
.mgt150{
  margin-top: 150px;
}
.live-title{
  font-size: 30px;
  margin: 0;
  padding: 0 0 10px 0;
  color: #2F2F2F;
}
.seidou-link .live-title {
  border-bottom: 1px dashed #6FA542;
}
.kyokai-link .live-title {
  border-bottom: 1px dashed #5BA1A3;
}
.live-lead{
  color: #000;
}
.live-lead .live-lead-spn {
  display: inline-block;
}
/***************見る**************/
.sec-top-miru {
  padding-top: 80px;
}
.look-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 60px auto 0;
  z-index: 0;
}
.look-container:after {
  content: "";
  position: absolute;
  bottom: -134px;
  right: -120px;
  width: 374px;
  height: 421px;
  background-image: url(../images/top/bg_top_look.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.6;
}
.look-box {
  position: relative;
  width: calc(100% / 3 - 30px);
  z-index: 0;
}
.look-box::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 27px;
  height: 28px;
  background-image: url(../images/common/icn_tri.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  transition: 0.2s all;
}
.look-box::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 27px;
  height: 28px;
  background-image: url(../images/common/icn_tri.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  transform: rotate(180deg);
  transition: 0.2s all;
}
.look-box:hover::before,.look-box:hover::after,.read-box:hover::before,.read-box:hover::after {
  background-image: url(../images/common/icn_tri_on.svg);
}
.look-box a {
  display: block;
  color: #000;
}
.look-box:hover a {
  color: #4A8816;
}
.look-img{
  width: 100%;
  object-fit: contain;
}
.look-text{
  position: absolute;
  top: 0;
  right: 34px;
  writing-mode: vertical-rl;
  background: rgba(255, 255, 255, 0.85);
  padding: 30px 10px;
  margin: 0;
  height: 100%;
  font-size: 24px;
  transition: all 0.3s;
}
.sec-top-yomu {
  padding: 120px 0 130px;
  background-image: url(../images/top/bg_top_read.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.read-wrap {
  
}
.read-container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 100px;
  width: auto;
  max-width: 1100px;
  margin: 60px auto 0;
}
.read-box{
  position: relative;
  width: calc((100% - 100px) / 2);
  max-width: 332px;
  z-index: 0;
}
.read-box::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 27px;
  height: 28px;
  background-image: url(../images/common/icn_tri.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  transition: all 0.3s;
}
.read-box::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 27px;
  height: 28px;
  background-image: url(../images/common/icn_tri.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  transform: rotate(180deg);
  transition: all 0.3s;
}
.read-box a{
  color: #000;
}
.read-box:hover a {
  color: #4A8816;
}
.read-text{
  position: absolute;
  top: 0;
  right: 34px;
  writing-mode: vertical-rl;
  background: rgba(255, 255, 255, 0.85);
  padding: 30px 10px;
  margin: 0;
  height: 100%;
  font-size: 24px;
  transition: all 0.3s;
}

/*-------------------------------------------------
break point 960px Tablet
--------------------------------------------------*/
@media only screen and (max-width: 960px) {
  /*共通*/
  .btn {
    font-size: 1.8rem;
  }
  .h2-top-center, .ttl-top-news .h2-left {
    margin: 0;
    padding: 20px 0;
    font-size: 1.8rem;
    text-align: center;
  }
  .h2-top-center::after, .ttl-top-news .h2-left::after {
    margin: 0 auto;
    padding-top: 5px;
  }
  /* メイン画像*/
  .sec-swiper-01 {
    height: auto;
    padding: 0 0 20px;
  }
  .sec-swiper-01 .swiper-container {
    width: 100%;
    min-width: auto;
    padding: 0 10px;
  }
  /*お知らせ*/
  .information {
    margin-top: 50px;
  }
  .information::before {
    width: 250px;
    height: 250px;
  }
  .box-top-news {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0;
  }
  .ttl-top-news {
    display: block;
    padding: 10px 0;
  }
  .ttl-top-news::before {
    content: "";
    position: absolute;
    display: block;
    left: 10px;
    top: 10px;
    width: 140px;
    height: 140px;
    background-image: url(../images/top/bg_top_news.svg);
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    z-index: -1;
  }
  #news {
    padding-top: 30px;
  }
  .ttl-top-news,.wrap-h2-top-center {
    margin-top: 0px;
  }
  .wrap-top-news,.wrap-top-news-ttl {
    display: block;
  }
  .wrap-top-news {
    padding-top: 30px;
  }
  .tab-top-news {
    width: 100%;
    min-height: 0;
  }
  .tab-top-news .box-btn-change-tab {
    display: flex;
  }
  .tab-top-news::after {
    content: none;
  }
  .top-news-item {
    display: flex;
    padding: 0.5rem 1rem 0.7rem 1rem;
    margin: 0 5px;
    text-align: center;
    width: calc(100% / 3 );
    min-height: 50px;
    height: auto;
    border: 2px solid #FF4642;
    border-bottom: none;
    cursor: pointer;
    color: #3c3c3c;
    font-size: 1.6rem;
  }
  .box-btn-change-tab input[name="top-news-item"]:checked + .top-news-item {
    color: #fff;
  }
  .box-btn-change-tab input[name="top-news-item"]:checked + .top-news-item::after {
    content: none;
  }
  .top-news-content {
    width: 100%;
    padding: 0 10px;
  }
  .btn-top-news {
    margin-top: 20px;
  }
  /*活動紹介*/
  .sec-acti .box-center-cmn {
    padding-bottom: 100px;
  }
  .h2-top-center-acti::before {
    width: 80px;
    height: 150px;
    top: -30px;
    left: auto;
    right: 20px;
  }
  .top-acti-item {
    width: calc(100% / 3 - 10px);
  }
  /*会員の皆さま */
  .h2-top-center-member::before {
    top: -30px;
    right: auto;
    left: 10px;
    width: 110px;
    height: 110px;
  }
  .box-top-member-live {
    width: 100%;
    min-width: auto;
    flex-direction: row;
    flex-basis: 45%;
  }
  .box-top-member-live a,.box-top-member-archive a {
    width: 42%;
/*    margin-bottom: 30px;*/
  }   
  .top-live-c {
    background-color: #518F8D;
  }
  .top-live-r {
    background-color: #8D2733;
  }   
  .txt-btn-top-live-l {
    display: block;
    width: auto;
    max-width: 400px;
    padding: 20px 20px;
    text-align: right;
    font-size: 2.4rem;
    margin: 0 auto;
  }
  .txt-btn-top-live-l span {
    display: block;
    width: auto;
    text-align: center;
    font-size: 3rem;
    line-height: 1.4;
  }
  .txt-btn-top-live-s {
    text-align: left;
    padding: 20px;
  }
  .txt-btn-top-archive-l {
    text-align: center;
  }
  .txt-btn-top-archive-l .txt-btn-top-archive-l-black {
    display: inline;
  }
  .btn-top-archive {
    padding: 15px;
    min-height: 0;
  }
  /*関連リンク*/
  .h2-top-center-link::before {
    left: auto;
    right: -10px;
    top: -30px;
    height: 130px;
    width: 130px;
  }
  .box-top-member-live a:hover .txt-btn-top-live-c {
    height: calc(3vw + 30px);
  }
  .txt-btn-top-live-c {
    height: calc(3vw + 30px);
  }
  .txt-btn-top-live-c span {
    font-size: 3vw;
  }
  .mb-txt-btn-top-live-c {
    display: block;
    font-size: 1.3rem;
    background-color: #518F8D;
    color: #fff;
    padding: 13px;
  }
  .box-top-member-live a:hover .txt-btn-top-live-r {
    height: calc(3vw + 30px);
  }
  .txt-btn-top-live-r {
    height: calc(3vw + 30px);
  }
  .txt-btn-top-live-r span {
    font-size: 3vw;
  }
  .mb-txt-btn-top-live-r {
    display: block;
    font-size: 1.3rem;
    background-color: #8D2733;
    color: #fff;
    padding: 13px;
  }
  .btn-top-live {
    height: 30vw;    
  }
  .top-mid-menu li {
    background-size: contain;
    height: 25vw;
  }
  .top-mid-menu .mid-title {
    font-size: 2.5vw;
  }
  .top-mid-menu .mid-title span {
    font-size: 1.8vw;
  }
  .top-mid-menu .mid-memo{
    font-size: 0.9rem;
  }
  .box-rokumon {
    margin: 6vw auto;
  }
  .look-container,.read-container{
    justify-content: space-between;
    gap: 0;
    max-width: 594px;
  }
  .look-box, .read-box {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .look-text, .read-text {
    padding: 20px 10px;
    font-size: 19px;
  }
  /*****************配信 *********************/
  .sec-top-live {
    padding-top: 70px;
  }
  .seidou-link, .kyokai-link {
    width: calc(50% - 15px);
    padding: 12px;
  }
  .live-box {
    padding: 20px 15px 15px;
  }
  .live-title {
    font-size: 22px;
  }
  .live-lead {
    font-size: 14px;
  }
  .live-btn, .kyokai-live-btn {
    height: 55px;
    line-height: 55px;
    font-size: 22px;
    max-width: none;
  }
  .live-lead {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
  }
  .live-lead .live-lead-spn {
    line-height: 1.2;
  }
  .live-box-inner img {
    max-width: none;
    height: 230px;
  }
  .live-conteiner::before {
    width: 400px;
    height: 300px;
    bottom: -120px;
    left: -50px;
  }
}
/*-------------------------------------------------
break point 680px SP
--------------------------------------------------*/
@media only screen and (max-width: 680px) {
.top-acti-item {
    width: 100%;
  }
  .top-acti-item:nth-child(3){
    margin-bottom: 0;
  }
  .top-acti-content {
    padding-bottom: 28vw;    
  }
  .top-mid-menu {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .top-mid-menu li {
    width: 100%;
    height: 70vw;
    margin-bottom: 4vw;
    padding-top: 8vw;
  }    
  .top-mid-menu li a {
  }   
  .top-mid-menu .mid-title {
    font-size: 8vw;
    margin-top: 3.5vw;
  }
  .top-mid-menu .mid-title span {
    font-size: 5.5vw;
  }
  .top-mid-menu .mid-memo {
    font-size: 3.5vw;
    margin-top: 1vw;
  }
  .jizou-kabuto {
    padding-bottom: 20vw;
    margin-bottom: 8vw;
  }
  .jizou-kabuto::before, .jizou-kabuto::after {
    width: 40vw;
    height: 50vw;
  }
  /*****************配信 *********************/
  .live-conteiner {
    flex-direction: column;
    align-items: center;
    max-width: 516px;
    padding-top: 40px;
  }
  .seidou-link, .kyokai-link {
    width: 100%;
    padding: 10px;
  }
  .seidou-link {
    margin-bottom: 40px;
  }
  .live-title {
    font-size: 21px;
  }
  .live-btn {
    font-size: 18px;
  }
  .live-lead {
    display: block;
    height: auto;
  }
  .live-conteiner::before {
    width: 250px;
    height: 250px;
    bottom: -60px;
    left: -50px;
  }
  /*****************見る読む *********************/
  .sec-top-miru,.sec-top-yomu {
    padding-top: 60px;
  }
  .look-container:after {
    width: 300px;
    height: 250px;
    bottom: -70px;
    right: -100px;
  }
  /*****************お知らせ *********************/
  .information::before {
    width: 155px;
    height:  155px;
    top: -30px;
    right: -10px;
  }
  .info-list {
    margin-top: 20px;
    font-size: 16px;
  }
  .info-list li a .info-day {
    display: block;
    width: 110px;
  }
  .info-list li a .info-title {
    display: block;
    width: calc(100% - 110px);
  }
  .info-archive {
    font-size: 16px;
    text-align: center;
  }
  /**************見出し*****************/
  .sec-title {
    font-size: 28px;
  }
}
/*-------------------------------------------------
break point 520px SP
--------------------------------------------------*/
@media only screen and (max-width: 520px) {
  .home main {
    padding-top: 0;
    background-image: none;
  }
  .sec-acti .box-center-cmn {
    padding-bottom: 50px;
  }
  .top-acti-item {
    width: 100%;
  }
  .top-acti-item:nth-child(3){
    margin-bottom: 0;
  }
  .top-acti-content {
    padding-bottom: 28vw;    
  }
  .sec-member {
    padding-top: 4vw;
    background-image: url(../images/top/bg_top_main.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
  }

  .box-top-member-live a:hover .txt-btn-top-live-c {
    height: calc(2.5rem + 30px);
  }
  .txt-btn-top-live-c {
    height: calc(2.5rem + 30px);
  }    
  .txt-btn-top-live-c span {
    font-size: 2.5rem;
  }
  .box-top-member-live a:hover .txt-btn-top-live-r {
    height: calc(2.5rem + 30px);
  }
  .txt-btn-top-live-r {
    height: calc(2.5rem + 30px);
  }    
  .txt-btn-top-live-r span {
    font-size: 2.5rem;
  }
  .btn-top-live {
    height: 50vw;
  }
  .box-top-member-live a,.box-top-member-archive a {
    width: calc(100% - 15px);
    box-shadow: none;
  }
  .top-live-c {
    margin-bottom: 30px;    
  }
  .box-rokumon {
    margin: 8vw auto;
  }
  .top-mid-menu {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .top-mid-menu li {
    width: 100%;
    height: 70vw;
    margin-bottom: 4vw;
    padding-top: 8vw;
  }    
  .top-mid-menu li a {
  }   
  .top-mid-menu .mid-title {
    font-size: 8vw;
    margin-top: 3.5vw;
  }
  .top-mid-menu .mid-title span {
    font-size: 5.5vw;
  }
  .top-mid-menu .mid-memo {
    font-size: 3.5vw;
    margin-top: 1vw;
  }
  .jizou-kabuto {
    padding-bottom: 20vw;
    margin-bottom: 8vw;
  }
  .jizou-kabuto::before, .jizou-kabuto::after {
    width: 40vw;
    height: 50vw;
  }
  .swiper-02{
    width: 85%;    
  }
  .information {
    margin: 40px auto 0;
  }
  .mgt150 {
    margin-top: 80px;
  }
  /**************見出し*****************/
  .sec-title {
    font-size: 22px;
  }
  /*****************お知らせ *********************/
  .info-list {
    margin-top: 10px;
  }
  .info-list li a {
    flex-wrap: wrap;
  }
  .info-list li a .info-day,.info-list li a .info-title {
    width: 100%
  }
  /*******************見る読む**********************/
  .look-container, .read-container {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    }
  .look-box, .read-box {
    width: 100%;
    max-width: 320px;
    margin-bottom: 30px;
  }
}