@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
.burger_menu {
	overflow: hidden;
	position: fixed;
}
body {
	line-height: 1.75;
	font-family: "メイリオ" , "MS Pゴシック" , "Helvetica" , sans-serif;
	width: 100%;
	font-size: 16px;
	color: #000;
}

p {
	text-align: justify;
}
a {
	text-decoration: none;
	transition: .2s;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	width: 100%;
	height: auto;
	font-size: 0;
	vertical-align: bottom;
	/*object-fit: cover;*/
	/*-webkit-backface-visibility: hidden;*/
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	body {
		font-family: "メイリオ" , "MS Pゴシック" , "Helvetica" , sans-serif;
	}
}

#wrapper {
	width: 100%;
	overflow: hidden;/*このせいでたまにバグる*/
	position: relative;
}
.cf::after {
	content: " ";
	display: block;
	clear: both;
}
.flex_box {
	display: flex;
}
.pc_only,
.pc_tb,
.pc_sp {
	display: block;
}
.sp_only,
.tb_only,
.sp_tb {
	display: none!important;
}

.ttl_tips {
}

.ttlThips h2 {
	font-size: 48px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}

@media screen and (max-width:1600px) { 
	body {
		font-size: 16px;
		line-height: 1.5;
	}
}
@media screen and (max-width:1024px) { 
	body {
		overflow: auto !important;
		position: static !important;
		height: auto !important;
	}
	.tb_only,
	.sp_tb {
		display: block!important;
	}
	.pc_only,
	.pc_sp {
		display: none!important;
	}
	.ttlThips h2 {
		font-size: 24px;
	}
}

@media screen and (max-width:599px) { 
	.pc_only,
	.pc_tb,
	.sp_none {
		display: none!important;
	}
	.sp_only,
	.tb_only,
	.sp_tb,
	.pc_sp {
		display: block!important;
	}
}


/*========== 
#header
==========*/
header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 10px 15px;
  height: 45px;
}



@media screen and (max-width:599px) { 
	
}


/*== 通知アイコン ==*/
.header-notice {
	position: absolute;
	left: 10px;
	top: 6px;
	z-index: 999;
	display: flex;
	align-items: center;
    width: 38px;
}
.notice-icon {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: #333;
	width: 100%;
}
.notice-icon i {
	font-size: 28px;
	color: #ffb000; /* 明るいオレンジで視認性UP */
}
.notice-icon .notice-label {
    font-size: 12px;
    font-weight: bold;
	color: #333;
}
.notice-icon .badge {
	position: absolute;
	top: -4px;
	right: -6px;
	background: #e60023;
	color: #fff;
	font-size: 17px;
	padding: 2px 5px;
	border-radius: 999px;
	line-height: 1;
}


/*== ハンバーガーメニュー ==*/
.burger_btn {
	display: block;
	width: 40px;
	height: 33px;
	border-radius: 15px 0; 
	position: fixed;
	z-index: 9999;
	top: 8px;
	right: 10px;
	cursor: pointer;
	transition: .3s;
	background-color: #2b8838;
}
.burger_btn:hover {
	background-color: #C33E1E;
}
.bar {
	width: 21px;
	height: 3px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	transition: .3s;
}

.bar_top {
	top: 9px;
}
.bar_mid {
	top: 16px;
}
.bar_bottom {
	top: 23px;
}
.bar_txt {
	color: #2b8838;
	left: 6px;
	bottom: -3px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	background: none;
	white-space: nowrap;
}
.burger_btn:hover .bar_txt {
	color: #C33E1E;
}
.bar_txt::before {
	content: "メニュー"
}
.burger_btn.close .bar_top {
	transform: translate(-50%,7px) rotate(45deg);
	transition: transform .3s;
}
.burger_btn.close .bar_mid {
	opacity: 0;
	transition: opacity .3s;
}
.burger_btn.close .bar_bottom {
	transform: translate(-10px,-7px) rotate(-45deg);
	transition: transform .3s;
}
.burger_btn.close .bar_txt {
	/*left: 6px;*/
}
.burger_btn.close .bar_txt::before {
	content: "閉じる";
	letter-spacing: 1.5px;
}


#sp_nav {
	transform: translateX(100%);
	transition: .5s;
	width:40vw;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	padding-bottom: 50px;
	background-color: #dbdeab;
	overflow-y: auto;
	overflow-x: hidden;
}
#sp_nav.slide-in{
  transform: translateX(0);
  transition: .5s;
}
#sp_nav .inner {
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 150px;
}
#sp_nav .h_ttl {
	max-width: 200px;
	margin-left: 30px;
	margin-bottom: 30px;
}
#sp_nav .inner .menu_list {
}
#sp_nav .inner .menu_list li {
	line-height: 1;
}
#sp_nav .inner .menu_list li+li {
}
#sp_nav .inner .menu_list li a {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 45px;
	background-color: #2b8838;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
}
#sp_nav .inner .menu_list li a:hover {
	color: #c33e1e;
}
#sp_nav .inner .menu_list li ul.sub_list {
	display: none;
}
#sp_nav .inner .menu_list li ul.sub_list.open {
	display: block;
}
#sp_nav .inner .menu_list li ul.sub_list li {
}
#sp_nav .inner .menu_list li ul.sub_list li a {
	position: relative;
	font-weight: bold;
	background-color: #534741;
	padding-left: 45px;
}
#sp_nav .inner .menu_list li ul.sub_list li a:before {
	content: "";
	position: absolute;
	top: 28px;
	left: 17px;
	width: 10px;
	height: 1px;
	background-color: #fff;
}
#sp_nav .inner .menu_list li ul.sub_list li a:hover:before {
	background-color: #c33e1e;
}
#sp_nav .inner .i_logo {
	margin-top: 60px;
}
#sp_nav li a span {
	position: relative;
}
#sp_nav .home a span:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -28px;
	background-image: url(../images/common/pc/icon_home.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
}
#sp_nav .sns a span:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -31px;
	background-image: url(../images/common/pc/icon_send_w.svg);
	background-repeat: no-repeat;
	background-size: 24px;
	width: 24px;
	height: 30px;
}
#sp_nav .mypage a span:before {
	content: "";
	position: absolute;
	top: 2px;
	left: -29px;
	background-image: url(../images/common/pc/icon_user_w.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	width: 20px;
	height: 30px;
}
#sp_nav .category a span:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -28px;
	background-image: url(../images/common/pc/icon_cat_w.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
}
#sp_nav .notice a span:before {
	content: "";
	position: absolute;
	top: 3px;
	left: -27px;
	background-image: url(../images/common/pc/icon_bell_w.svg);
	background-repeat: no-repeat;
	background-size: 18px;
	width: 18px;
	height: 23px;
}
#sp_nav .settings a span:before {
	content: "";
	position: absolute;
	top: 4px;
	left: -28px;
	background-image: url(../images/common/pc/icon_settings.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
}

#sp_nav .about a span:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -28px;
	background-image: url(../images/common/pc/icon_sakura.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
}
#sp_nav .privacy a span:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -28px;
	background-image: url(../images/common/pc/icon_book.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
}
#sp_nav .contact a span:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -28px;
	background-image: url(../images/common/pc/icon_mail.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
}
#sp_nav .logout a span:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -28px;
	background-image: url(../images/common/pc/icon_logout_w.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
}
#sp_nav .back a span:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -26px;
	background-image: url(../images/common/pc/icon_back_w.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
}
#sp_nav .category > .toggle-btn::after {
	content: "＋";
	float: right;
}
#sp_nav .category > .toggle-btn.active::after {
	content: "－";
}

/*通知のバッジ用*/
#sp_nav .notice a span.badge {
	background: #ff4b4b;
	color: #fff;
	font-size: 17px;
	padding: 2px 5px;
	border-radius: 999px;
	line-height: 1;
	display: inline-block;
}
#sp_nav .notice a span.badge:before {
	content: none;
}


@media screen and (max-width:1024px) {
	#sp_nav {
	    width: 100vw;
	}
	#sp_nav .back_btn a {
		width: 250px;
		height: 65px;
		line-height: 65px;
		font-size: 20px;
	}
	#sp_nav .back_btn a span:before {
		top: 3px;
	}
}



/*========== 
 footer 
==========*/
#footer {
}
.copyright {
	background-color: #534741;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 10px;
}

@media screen and (max-width:1024px) { 
	
}

@media screen and (max-width:599px) {
	
}

/*========== 
その他・アクション系
========== */

/*== fade-in ==*/
.fi {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
	transform: translate(0, 100px);
}
/*.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}*/

@media screen and (max-width:1024px) { 
	.fi {
		transition-duration: 1000ms;
		transform: translate(0, 50px);
	}
}

@media screen and (max-width:599px) { 
	.fi {
		transition-duration: 1000ms;
		transform: translate(0, 30px);
	}
}
.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}

/* 電話番号リンクをスマホのみ有効にする方法 */
@media (min-width: 1024px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}



/*===================
  fadeUp
====================*/
.post_card {
  opacity: 0;
  transform: translateY(80px);
  will-change: transform, opacity;
}

.post_card.show {
  animation: bounceUpOnce 0.8s cubic-bezier(0.28, 1.8, 0.6, 1) forwards;
}

@keyframes bounceUpOnce {
  0% {
	opacity: 0;
	transform: translateY(80px);
  }
  50% {
	opacity: 1;
	transform: translateY(-25px);
  }
  70% {
	transform: translateY(10px);
  }
  90% {
	transform: translateY(-4px);
  }
  100% {
	opacity: 1;
	transform: translateY(0);
  }
}




/*===================
  ボタン系共通
====================*/
/*投稿ボタン固定*/
.floating-post-btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: inline-block;
	width: 70px;
	height: 70px;
	background: #3cb371; /* ブランドカラー */
	border-radius: 50%;
	box-shadow: 0 4px 8px rgba(0,0,0,0.25);
	transition: 0.3s ease;
	z-index: 9999;
	text-align: center;
}
.floating-post-btn img {
	width: 28px;
	height: 28px;
	filter: brightness(0) invert(1); /* 白く見せる */
    margin-top: 12px;
}
.floating-post-btn span {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 4px;
    margin-right: -3px;
}
.floating-post-btn:hover {
	background: #2e8b57;
	transform: scale(1.05);
}

/*マイページボタン固定*/
.floating-mypage-btn {
	position: fixed;
	bottom: 20px;
	left: 20px;
	display: inline-block;
	width: 70px;
	height: 70px;
	background-color: #f7931e;
	border-radius: 50%;
	box-shadow: 0 4px 8px rgba(0,0,0,0.25);
	z-index: 999;
	transition: 0.3s ease;
	text-align: center;
}
.floating-mypage-btn img {
	width: 24px;
	margin-top: 12px;
	filter: brightness(0) invert(1);
}
.floating-mypage-btn span {
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
    letter-spacing: -1.8px;
	text-align: center;
    margin-top: 2px;
}

.floating-mypage-btn:hover {
	transform: scale(1.05);
	background-color: #d97706;
}


/*== 戻る ==*/
.back_btn {
}
.back_btn a {
	display: inline-block;
	width: 250px;
    height: 65px;
    line-height: 65px;
    font-size: 20px;
	text-align: center;
	font-weight: bold;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	border-radius: 50px;
	padding-left: 10px;
	box-sizing: border-box;
}
.back_btn a span {
	position: relative;
}
.back_btn a span:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -28px;
	background-image: url(../images/common/pc/icon_back.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
}


@media (max-width: 1024px) {
	.back_btn a {
        width: 160px;
        height: 55px;
        line-height: 55px;
        font-size: 20px;
	}
	.back_btn a span:before {
	    top: 2px;
	}
}



/* ===========================
   YouTube 外部リンク完全遮断
=========================== */
/* YouTube wrapper */
.atown-youtube-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    z-index: 0;
}

/* クリックを受け取る透明フィルター */
.atown-youtube-blocker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;       /* iframe より最前面 */
    cursor: pointer;
    background: rgba(0,0,0,0); /* 完全透明 */
    pointer-events: auto;     /* クリックを受け取る */
}

/* iframe がクリックを拾わないようにする */
.atown-youtube-wrapper iframe {
    pointer-events: none;
    position: relative;
    z-index: 0;
}


.ytp-expand-pause-overlay .ytp-pause-overlay {
    display: none!important;
}
