@charset "UTF-8";
/* ====================================================
 トップ 
 ====================================================*/
/* TOP スライダー
 ====================================================*/
.slider_img img {
	width: 100%;
	max-width: 100%;
	height: 100vh;
	max-height: 100%;
	margin: auto;
	object-fit: cover;
	object-position: bottom; /* 👈 下端を基準に表示 */
}
.slick-dots {
	display: none !important;
  position: absolute;
  bottom: var(--fs10);
}
.slick-dots li button::before {
  font-size: var(--fs13);
}
.slick-dots li.slick-active button::before {
  opacity: 100;
  color: yellow;
}
.slick-dots li button::before {
  opacity: 100;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.top_copy{
	position: absolute;
  	top: 35%;
  	left: 50%;
  	transform: translate(-50%, -50%);	color: #fff;
	z-index: 3;
	writing-mode: vertical-rl;
	font-size: 45px;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.top_read_wrap{
	width: 80%;
	margin-inline: auto;
	margin-top: 80px;
}
.top_read_wrap .top_copy--01{
	display: flex;
	gap: 40px;
}
.top_read_wrap .top_copy--01 figure{
	width: 660px;
	pointer-events: none;
}
.top_read_wrap .top_copy--01 p{
	padding-right: 30px;
}
.top_read_wrap .top_copy--02{
	position: absolute;
	right: -50px;
	top: 55%;
	display: flex;
	gap: 0px;
	pointer-events: none;
}
.top_read_wrap .top_copy--02 p{
	text-align: center;
	color: var(--green--01);
	font-size: 22px;
	margin-top: 30px;
}
.top_read_wrap .top_copy--02 figure{
	width: 300px;
}
.top_read_wrap a.link {
  display: block;         /* ブロック要素化 */
  width: fit-content;     /* テキスト幅に縮める */
  background-color: var(--pink);
  color: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  text-align: center;     /* 複数行になった時用 */
	position: absolute;
	bottom: -50px;
	left: 50%;
transform: translateX(-50%); 
}

main#top{
	position: relative;
	z-index: 1;
}
/* スクロールダウンの位置 */
.scroll {
  padding-top: 60px;
  position: relative;
  text-align: center;
  position: absolute;
  bottom: 10px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
	font-weight: bold;
	color: #fff;
}
/* 矢印のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
/* 矢印のアニメーション */
@keyframes scroll {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}
.top_news_kotei{
	width: auto;
  position: absolute;
  bottom: 0px;
  right: 20px;
  background-color: var(--green--01);
  color: #fff;
  z-index: 3;
  border-radius: 15px 15px 0 0;
  padding: 7px 10px;
	font-size: 15px;
	text-align: center;
}
.top_news_kotei .top_news_list li{
	display: flex;
	gap: 1em;
}
.img--01{/* 共通画像 */
	width: min(600px, 100%);
	margin: 30px auto;
	border-radius: 30px;
}
.img--01 img{
	border-radius: 30px;
}
/* 活動日誌　お知らせ */
.top_news_wrap{
	background-color: #fff;
	border-radius: 30px;
	width: 900px;
	margin: 160px auto;
}
.top_news_wrap .top_news_in{
	padding-block: 50px 40px;
}
.top_news_wrap .top_news_ttl {
	position: relative;
	display: flex;
	margin-inline: auto;
	justify-content: flex-end;
	align-items: center;
  	font-size: 30px;
  	font-weight: 500;
  	text-align: center;
}
.top_news_wrap .top_news_ttl p{
  	display: flex;
	position: absolute;
  	left: 50%;
  	transform: translateX(-50%);
}
.top_news_wrap .top_news_ttl img{
  	width: 60px;
	padding-inline: 10px;
}
.top_news_wrap .top_news_link {
  border: 2px solid var(--pink);
  border-radius: 10px;
  padding: 6px 15px 7px;
  font-size: 14px;
  line-height: 1;
	margin-left:auto;
}
.top_news_wrap .top_news_list li {
  display: flex;
  gap: 20px;
  padding-block: 2px;
  font-size: 16px;
}
.top_news_post {
  display: table;
  margin-inline: auto;
  margin-top: 20px;
}
.news_date_cate{
	display: flex;
	width: 130px;
}
.news_date_cate_kotei{
	display: flex;
	width: 100px;
}
.top_category a{
	background-color: #ff9900;
	color: #fff;
	padding: 5px;
	border-radius: 10px;
	font-size: 13px;
}

/* ====================================================
 ふぁんくらぶについて
 ====================================================*/
.about-fanclub .messenger_number_members{
	display: table;
	margin: 30px 0 60px auto;
	border-radius: 20px;
	background-color: #fbcd77;
	padding: 10px 20px;
}
.about-fanclub h2.wp-block-heading{
  	display: table;
  	font-size: 30px;
  	font-weight: 500;
  	border-bottom: 2px dashed var(--pink);
 	 padding-bottom: 5px;
  	line-height: 1;
  	margin-block: 20px 30px;
  	margin-inline: auto;
  	color: var(--green--01);
}
.about-fanclub .sec_wrap{
	background-color: #fce9eb;
	border-radius: 20px;
	padding: 10px 80px 60px;
	margin-bottom: 60px;
}
.about-fanclub h4{
	background-color: var(--green--01);
	color: #fff !important;
	border-radius: 20px;
	display: table;
  margin: 60px auto 40px;
	padding: 5px 30px 7px;
  font-size: 24px !important;
  font-weight: normal !important;
}

/* ====================================================
 ナキウサギとは
 ====================================================*/

.about-nakiusagi .news_post_wrap{
	background-color: #e8f5fd;
	border-radius: 30px;
	padding: 50px 60px;
}
.about-nakiusagi .from-photo{
	font-size: 14px;
}
.accordion-007 {
    max-width: 85%;
    margin-bottom: 7px;
	margin-inline: auto;
}

.accordion-007 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 15px 2em;
    border: 2px solid #fff;
	background-color: #ffbf4a;
    border-radius: 30px;
    color: var(--base);
    font-weight: 400;
	font-size: 24px;
    cursor: pointer;
}

.accordion-007 summary:before {
    content: "●";
	color: var(--yellow--02)
}

.accordion-007 summary::-webkit-details-marker {
    display: none;
}

.accordion-007 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 15px;
    height: 15px;
    border-bottom: 1.5px solid var(--base);
    border-right: 1.5px solid var(--base);
    content: '';
    transition: transform .3s;
	margin-left: auto;
}

.accordion-007[open] summary::after {
    transform: rotate(225deg);
}

.accordion-007 div.in {
    position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin-top: 20px;
  padding: 40px;
  border: 1px dashed #09d;
  border-radius: 20px;
  background-color: #fff;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.accordion-007[open] div.in {
    transform: none;
    opacity: 1;
}
.accordion-007 div.in .ttl{
    font-size: 18px;
	color: #2589d0
}
.accordion-007 div.in::before,
.accordion-007 div.in::after {
    position: absolute;
    top: -13px;
    left: 1.2em;
    width: 30px;
    height: 15px;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: '';
}

.accordion-007 div.in::before {
    background-color: #2589d0;
}

.accordion-007 div.in::after {
    top: -12px;
    background-color: #fff;
}

/* ====================================================
 グッズ
 ====================================================*/
.goods-apply{
	padding-inline: 8%;
	text-indent: -1em;
	margin-left: 1em;
}	
.goods_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 15px;
	gap: 60px 0px;
}
.goods_wrap > div{
	width: calc(100% / 3 - 30px);
	display: flex;               /* 縦方向レイアウトにする準備 */
	flex-direction: column;  
}
.goods_wrap img {
  width: 100%;
  object-fit: contain;
  height: 260px;
}
.goods_wrap .goods_ttl {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  background-color: #ffed5c;
  color: #2f2929;
  border-radius: 15px;
  margin-bottom: 10px;
  letter-spacing: -1px;
  line-height: 1.3;
  padding: 10px 5px;
}
.goods_wrap .goods_link {
	margin-top: auto; /* これで一番下に固定される */
}
.goods_wrap .goods_link a {
  background-color: var(--blue);
  color: #fff;
  border-radius: 15px;
  padding: 5px 20px;
  margin-inline: auto;
  display: table;
  font-size: 16px;
}

/* ====================================================
 書籍 
 ====================================================*/
.books_wrap{
	justify-content: center;
	gap: 60px 30px;
}
.books_sankou{
	padding: 10px 5% !important;
  	border-radius: 10px !important;
	margin-block: 60px 50px;
	margin-bottom: 50px !important
}
.books_list{
	display: flex;
	gap: 10px;
	padding-inline: 9%;
	border-bottom: 1px solid var(--green--02);
	padding-block: 0 20px;
}

/* ====================================================
 フォトギャラリー 
 ====================================================*/
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail::after {
  content: "© nakiusagi fan club"; /* コピーライト文字 */
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6); /* 半透明の白文字 */
  pointer-events: none; /* クリックの邪魔をしない */
}
.ngg-galleryoverview.default-view {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
  width: calc(100% / 3 - 10px);
}

.sl-wrapper .sl-image::after {
  content: "© nakiusagi fan club"; /* コピーライト文字 */
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.6); /* 半透明の白文字 */
  pointer-events: none; /* クリックの邪魔をしない */
}

.sl-wrapper .sl-image .sl-caption {
  color: var(--base) !important;
  background: #fff !important;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail {
  width: 300px !important;
}
.ngg-gallery-thumbnail img {
	width: 100% !important;
	border-radius: 10px !important
}
.sl-wrapper .sl-image img {
	border: 1px solid #fff !important;
}
.ngg-galleryoverview{
	margin-top: 10px !important
}
.sl-wrapper .sl-image .sl-caption {
	padding: 2px 10px !important;
	bottom: -20px !important;
}
.photo_ttl{
	display: table;
	width: 80%;
	border-radius: 20px;
	  padding: 10px 0 !important;
	margin-inline: auto;
}
/* ====================================================
 活動日誌 
 ====================================================*/
.activity-diary_table strong{
	font-weight: normal
}
.activity-diary_table a{
	color: var(--green--01);
}
.activity-diary_table td:first-child{
	white-space: nowrap;
	background-color: var(--yellow--02)
}

/* ====================================================
/* ムービー
 ====================================================*/
.movie_list{
	border: 4px solid var(--pink--02);
	border-radius: 30px;
	padding: 30px;
}
.wp-block-video :where(figcaption) {
  margin-bottom: 0 !important;
  margin-top: .5em;
  font-size: 14px;
}
h4.wp-block-heading{
	font-size: 20px;
  	font-weight: 600;
  	margin-bottom: 20px;
	line-height: 1.3;
}

/* ====================================================
 リンク 
 ====================================================*/
.link .news_post_wrap .news_post_cont a{
	border-bottom: 1px solid var(--green--02);
	color: var(--green--02);
	font-size: 20px;
	font-weight: 500;
}
.link .news_post_wrap .news_post_cont a:before{
	content: "●"
}

/* ====================================================
 post 
 ====================================================*/
.pankuzu {
  font-size: 13px;
  margin-bottom: 30px;
}
.block_center{/* ブロックごとセンターへ */
	display: table;
	margin-inline: auto;
}
.post_date{
	font-size: 16px;
	margin-bottom: 0 !important
}
.news_post_wrap .news_post_cont {
	width: min(100%, 800px);
	border-right: 3px dotted #939393;
	padding-right: 30px;
}

.news_post_wrap .news_post_cont.news_post_cont--02 {/* 固定ページ */
	width: 100%;
	border-right: none;
	padding-right: 0px;
}
.news_post_wrap p{
	margin-bottom: 1em;
	line-height: 1.5;
}
.news_post_cont ul, 
.news_post_cont ol {
  margin: 0;
  padding: 0 0 0 0; /* 左に余白をつける */
  list-style: disc;
  list-style-position: outside; /* ←ここが重要 */
}

.news_post_cont .wp-block-list li{/*記事リスト*/
	list-style: disc;
  margin: 0 0 0.5em 0;
  padding: 0;
  text-indent: -1.5em;  /* マーカーを1行目に戻す */
  padding-left: 1.5em;  /* 本文全体に字下げを適用 */
}
.news_post_cont .wp-block-list li {
  list-style: none; /* デフォルトのdiscを消す */
  position: relative;
  padding-left: 1.5em; /* ●とテキストの間に余白を作る */
  text-indent: 0; /* インデント不要 */
}
.news_post_cont .wp-block-list li::before {
  content: '●'; /* 赤い●を表示 */
  color: var(--pink);
  position: absolute;
  left: 0;
  top: 0;
}
.list--01 li:before{/* リスト 2段目 ピンクの●じゃない */
  content: '●'; /* グレーの●を表示 */
	color: #ccc !important;
}
.list--01{
	margin-left: 2em !important;
}
.list--01 li{
	  margin: 0 0 0.1em 0 !important;
}
.news_date {
  font-size: 14px;
  margin-bottom: 20px;
}
.news_cate {
  background-color: #e6e6e6;
  border-radius: 10px;
  padding: 1px 10px;
  font-size: 1.3rem;
  display: inline-block;
}
.post_wrap {
  display: flex;
  gap: 30px;
  padding-inline: 2%;
}
.post_wrap {
  & .post_title {
	  font-size: clamp(18px, 2.5vw, 24px);
	  line-height: 1.5;
  }
  & .post_title--02 {
  font-size: clamp(18px, 2.5vw, 24px);
    line-height: 1.5;
  }
}

.post_content p {
  margin-bottom: 1em;
}
h2.wp-block-heading{/* 記事タイトルまわり */
	display: inline-block;
	font-size: 30px;
	font-weight: 500;
	border-bottom: 2px dashed var(--green--02);
	padding-bottom: 5px;
	line-height: 1;
	margin-block: 20px;
}
h3.wp-block-heading{
	font-size: 24px;
	font-weight: 500;
	color: var(--green--01);
	margin-top: 40px;
}
.wp-block-column h3:first-child{
	margin-top: 0
}
.is-style-outline--01 a{
	border: 2px solid var(--pink);
	background-color: #fff;
  	font-size: 14px;
  	font-size: 14px !important;
  	padding: 5px 20px;
}
.is-style-outline--02 a{
	border: 2px solid var(--blue);
	background-color: #fff;
  	font-size: 14px;
  	font-size: 14px !important;
  	padding: 5px 20px;
}
.wp-block-separator {
  border-top: 1px dashed var(--blue) !important;
  padding-bottom: 10px;
}
.side {
	width: 250px;
  	flex-shrink: 0;
	font-size: 14px;
}
.side .side_ttl{
	text-align: center;
	font-size: 18px;
}
.side select{
	text-transform: none;
  padding: 15px 20px;
  border: 1px solid var(--pink-lt);
  border-radius: 8px;
  background-color: var(--pink-lt);
  background-color: #ccc;
  font-size: 16px;
  width: 100%;
}
.wp-block-archives-dropdown label {
  color: var(--blue);
  background-color: #ccc;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}
.page_wrap_01 {
  background-color: #fff;
  border-radius: 50px;
  padding: 50px 60px;
  margin-top: 30px;
}
.contents_wrap {
  width: min(90%, 1170px);
  margin-inline: auto;
}
.widgettitle {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  padding-block: 5px;
  border-radius: 6px;
}
#archives-dropdown-2{
	margin-bottom: 20px;
	border: 1px solid #ccc;
}
#recent-posts-2 li{
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.3
}
.news_list li{
	margin-bottom: 30px;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
    border: 1px solid #BFBFBF;
	padding: 3px 10px;
	margin: 2px;
}
.wp-pagenavi a, .wp-pagenavi span {
  padding: 3px 10px !important;
  border-radius: 5px;
}
.wp-pagenavi span.current {
	border: 1px solid var(--green--01) !important;
	color: #fff;
	background-color: var(--green--01);
	padding: 3px 10px;
}
.wp-pagenavi {
	clear: both;
	display: table;
	margin: 80px auto 0;
}
#post_link{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.wp-block-image :where(figcaption) {/*キャプション*/
  margin-top: .1em !important;
  font-size: 14px;
  line-height: 1.4;
}
sup{
	top: 0 !important;
}
/* フレックス */
.post_flex--01{
	
}
/* サイドバー 月別 */
.widget-title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.widget ul {
  list-style: none;
  padding-left: 0;
}
.widget ul li {
  margin-bottom: 5px;
}

/* ====================================================
 お問い合わせ
 ====================================================*/
table {
  border-spacing: 0 20px;
  border-collapse: separate;
	  margin-inline: auto;
}
.form_wrap{
	background-color: #f2f2f2;
	padding: 50px 0px;
	margin-top: 60px;
}
.form_wrap select{
	background-color: #999;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
}
.form_foot {
  width: min(100%, 800px);
  margin: 30px auto;
}
.form_foot .txt {
  margin-bottom: 15px;
}
.form_foot .submit input {
  display: table;
  background-color: red;
  margin-top: 30px;
  color: #fff;
  padding: 10px 60px 12px;
  border-radius: 10px;
  border: none;
  font-size: 1.8rem;
  margin-inline: auto;
  text-align: center;
}
.form_foot .submit_02 input {
  padding: 10px 30px 12px;
}
.form_foot .submit .prev input {
  background-color: #666;
}

.form_wrap span.required{
	background-color: var(--pink);
  	color: #fff;
  	border-radius: 5px;
  	font-size: 1.1rem;
  	padding: 2px 10px 3px;
  	margin-right: 8px;
}
.form_wrap input{
	background-color: #fff;
  	border: 1px solid #ccc;
  	padding: 10px;
  	border-radius: 5px;
}
.form_wrap textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
}
.form_wrap th{
	vertical-align: middle;
	width: 200px;
	padding-right: 10px;
}
.form_wrap tr{
	margin-bottom: 20px;
}
.form_wrap_02{
	padding: 50px 5%;
}
.form_wrap_02 th{
	padding-right: 30px;
	font-weight: bold;
	font-size: 1.4rem;
}
input[type="radio"] {
  appearance: none;
  display: none;
  opacity: 0;
  width: 1px;
  position: absolute;
  height: 1px;
}
input[type="radio"] + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px 11px 8px 36px;
  border-radius: 4px;
}
input[type="radio"] + span::before,
input[type="radio"] + span::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 10px auto 0;
  box-sizing: border-box;
}
input[type="radio"] + span::before {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #ccc;
  left: 9px;
}
input[type="radio"] + span::after {
  width: 10px;
  height: 10px;
  background: #999999;
  left: 14px;
  opacity: 0;
}
input[type="radio"]:checked + span::before {
  border: 2px solid #ccc;
}
input[type="radio"]:checked + span::after {
  background: #48B12A;
  opacity: 1;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 10% 1em !important;
}
.submit{
	display :flex;
	justify-content: center;
  gap: 30px;
}
/*--チェック--*/
input[type="checkbox"] {
  opacity:0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}
input[type="checkbox"] + span::before {
  display: inline-block;
content: '';
width: 20px;
height: 20px;
border: 2px solid #A5C49D;
border-radius: 5px;
margin-right: 5px;
background-color: #fff;
	position: relative;
top: 5px;
}
input[type="checkbox"]:checked + span::before {
  background-image: url("../img/form/check.svg");
  background-repeat: no-repeat;
  background-position: 3px;
}
.privacy_check{
	font-size: 1.4rem;
}
.privacy_check a{
	color: #E16C49;
}
.checkboxList span{
	font-size: 1.6rem;
line-height: 1;
display: flex;
align-items: center;
}
.wpcf7-not-valid-tip {
  color: #f00 !important;
  font-size: 1.2rem !important;
}

/* ====================================================
 フォトギャラリー 
 ====================================================*/
.gallery {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.gallery img {
  width: 150px;
  cursor: pointer;
  border-radius: 4px;
  transition: transform 0.2s;
}
.gallery img:hover {
  transform: scale(1.05);
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.8);
  text-align: center;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.fade {
  animation: fadeIn 0.3s ease;
}


.modal-content {
  margin-top: 5%;
  max-width: 90%;
  max-height: 80%;
  border-radius: 8px;
  animation: fadeIn 1s ease;
  opacity: 1;
}


.close {
  position: absolute;
  top: 20px; right: 30px;
  color: white;
  font-size: 36px;
  cursor: pointer;
  font-weight: bold;
}

.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 48px;
  cursor: pointer;
  user-select: none;
  padding: 10px;
  transition: color 0.2s;
}
.nav:hover {
  color: #f0f0f0;
}
.nav.prev { left: 30px; }
.nav.next { right: 30px; }

/* ====================================================
 sp　ここから
 ====================================================*/
@media screen and (max-width: 767px) {
/* ====================================================
 sp トップ 
 ====================================================*/
/* sp TOP スライダー
 ====================================================*/
.scroll {
  bottom: 100px;
}
.slider p {
  	position: absolute;
  	bottom: 120px !important;
  	left: 3% !important;
}
.top_news_kotei {
  	width: 80%;
	left: 3%;
    right: auto;
	bottom: 10px;
    border-radius: 0;
}
.top_news_kotei .top_news_list li {
	gap: 0em;
  	flex-flow: column;
	line-height: 1.5;
}

.top_read_wrap {
	width: 90%;
	margin-block: 30px
}	
.top_read_wrap .top_copy--01 {
  flex-direction: column-reverse;
}
.top_read_wrap .top_copy--01 figure {
  width: 300px;
}
.top_read_wrap .top_copy--02 figure {
  width: 200px;
  margin-left: auto;
}
 .top_read_wrap .top_copy--02 {
    position: relative;
    right: auto;
    bottom: auto;
    display: table;
    gap: 0px;
    flex-direction: column-reverse;
    top: auto;
    justify-content: flex-end;
}
.top_read_wrap .top_copy--02 p {
  text-align: center;
  color: var(--green--01);
  font-size: 18px;
  margin-top: 30px;
}
.top_read_wrap a.link {
  position: relative;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 30px;
}

/* 活動日誌　お知らせ */
.top_news_wrap {
	width: 100%;
	margin: 60px auto;
}	
.top_news_wrap .top_news_ttl {
	font-size: 24px;
  	flex-flow: column;
	align-items: center
}
.top_news_wrap .top_news_ttl img{
	width: 50px;
}
.top_news_wrap .top_news_ttl p {
  position: inherit;
  left: auto;
  transform: initial;
}
.top_news_wrap .top_news_link {
  margin-top: 10px;
  margin-inline: auto;
}
.top_news_wrap .top_news_list li {
  gap: 0px;
  padding-block: 0;
  font-size: 16px;
  flex-flow: column;
  padding-bottom: 20px;
}

/* ====================================================
 sp フォトギャラリー 
 ====================================================*/
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
  width: calc(100% / 2 - 10px);
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail::after {
  font-size: 12px;
}

/* ====================================================
 sp ナキウサギとは
 ====================================================*/
.about-nakiusagi .news_post_wrap {
  padding: 50px 8%;
}
.accordion-007 {
  max-width: 100%;
}
.accordion-007 summary {
  padding: 10px 1em;
  border-radius: 20px;
  font-size: 18px;
}
.accordion-007 summary::after {
  width: 10px;
  height: 10px;
}
.accordion-007 div.in {
  padding: 20px;
}
	
/* ====================================================
 sp ふぁんくらぶについて
 ====================================================*/
.about-fanclub .fanclub_img--01{
	padding: 0px 5% 0;
}
.about-fanclub .sec_wrap {
	padding: 10px 5% 30px;
}
.about-fanclub h4 {
	margin: 30px auto 20px;
  	font-size: 20px !important;
}
	
/* ====================================================
 sp ムービー
 ====================================================*/

/* ====================================================
 sp グッズ
 ====================================================*/
.goods_wrap {
  gap: 50px 0px;
  flex-wrap: wrap;
}
.goods_wrap > div {
  width: calc(100% / 2 - 10px);
}
.goods_wrap .goods_ttl {
  font-size: 16px;
}
.goods_wrap img {
	height: 240px;
    margin-bottom: -20px;
}
.goods-apply{
	padding-inline: 0%;
	text-indent: -1em;
	margin-left: 1em;
}	

/* ====================================================
 sp post 
 ====================================================*/
.contents_wrap {
  width: 100%;
}
.page_wrap_01 {
	padding: 30px 5%;
    border-radius: 20px;
}
.post_wrap {
	flex-flow: column;
	padding-inline: 0%;
}
.news_post_wrap .news_post_cont {
  width: min(100%, 800px);
  border-right: none;
  padding-right: 0px;
}
.side {
  width: 100%;
}
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
}

}/* // sp　ここまで */


@media screen and (min-width: 1600px) {
.top_read_wrap .top_copy--01 figure {
  width: 300px;
}
.top_read_wrap {
    width: 70%;
}
.top_read_wrap a.link {
    bottom: -80px;
}
}