/*
Theme Name: koureitou
Theme URL: https://koureitou.com/
Description: 幸齢党公式サイト
Author: Yuya Shibata
Version: 1.0.0
*/
@charset 'UTF-8';

* {
margin: 0px;
padding: 0px;
word-break: normal !important;
word-wrap: break-word;
line-break:normal;
border: 0;
outline: 0;
box-sizing: border-box;
hanging-punctuation: force-end;
}

html {
scroll-padding-top: 100px;
overflow: auto;
font-size: 62.5%;
}
body {
position: relative;
max-height: 100%;
margin: 0;
padding: 0;
font-style: normal;
font-family: "Noto Sans JP",sans-serif;
font-size: 1.8rem;
font-optical-sizing: auto;
font-weight: 500;
line-height: 1.6;
letter-spacing: 0;
color: #000;
-webkit-text-size-adjust: 100%;
}
@media (max-width: 1023px) {
	html {
	font-size: 60%;
	}
}
@media (max-width: 767px) {
	html {
	scroll-padding-top: 70px;
	font-size: 55%;
	}
	body {
	width: 100%;
	letter-spacing: 0;
	}
}
@media (max-width: 374px) {
	html {
	font-size: 50%;
	}
}

section {
position: relative;
}
section:after {
clear:both;
display:block;
content:"";
}
table {
border-collapse: collapse;
border-spacing: 0;
}
table th {
font-weight: normal;
text-align: inherit;
}
nav, ol, ul {
list-style: none;
}

h1, h2, h3, h4, h5, h6 {
font-size: inherit;
font-weight: bold;
}
h1, h2, h3 {
line-height: 1.4;
}

a {
text-decoration: none;
color: inherit;
}
a:hover {
text-decoration: none;
}
@media (min-width: 768px) {
	a[href^="tel:"] {
	pointer-events: none;
	}
}

/*-------------------------
 フォームパーツ
-----------------------*/
button {
cursor: pointer;
font-family: inherit;
font-size: inherit;
background-color: transparent;
border: 0;
}
input,
select,
textarea {
display: block;
font-family: inherit;
font-size: inherit;
color: #252525;
border: 1px solid #252525;
}
input[type="button"],
input[type="text"],
input[type="tel"],
input[type="submit"],
input[type="image"],
textarea {
-webkit-appearance: none;
}
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="email"],
textarea {
-webkit-appearance: none;
width: 100%;
padding: 15px;
background-color: #fff;
border-radius: 6px;
}
select {
width: 100%;
padding: 10px;
background-color: #fff;
border-radius: 6px;
}
input[type="file"] {
-webkit-appearance: none;
background-color: transparent;
border: 0;
}
input[type="checkbox"],
input[type="radio"] {
display: inline-block;
margin-left: 2px;
margin-right: 0.5em;
transform: scale(1.1, 1.1);
}
.select {
position: relative;
}
.select::after {
position: absolute;
content: "";
width: 6px;
height: 6px;
top: 50%;
transform: translateY(-50%);
right: 20px;
margin-top: -3px;
border-style: solid;
border-color: #fca000;
border-width: 2px 2px 0 0;
transform: rotate(45deg);
}
.select select {
-webkit-appearance: none;
}
textarea {
width: 100%;
height: 250px;
}
::placeholder {
}
.contact_submit_flex {
display: flex;
justify-content: center;
margin: 3em auto 0;
}
.contact_previous,
.contact_submit {
display:flex;
justify-content: center;
align-items: center;
width: fit-content;
width: 510px;
height: 80px;
margin: 0 10px;
color: #252525;
border-radius: 5px;
box-shadow: 0 8px #cccccc;
}
.contact_previous {
background-color: #aaa;
border: 5px solid #aaa;
}
.contact_submit {
background-color: #d50d18;
border: 5px solid #d50d18;
}
.contact_submit .wpcf7-spinner {
display: none;
}
.contact_previous input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: none;
cursor: pointer;
cursor: hand;
width: 100%;
height: 100%;
font-size: 2.4rem;
font-weight: bold;
letter-spacing: 1px;
color: #fff;
background-color: transparent;
border-color: transparent;
border-radius: 0;
}
.contact_previous input[type="button"],
.contact_previous input[type="reset"],
.contact_previous input[type="submit"] {
color: #fff;
}
input[readonly="readonly"] {
border-width: 0;
}
.privacy_check {
margin-top: 20px;
text-align: center;
}
.privacy_check a {
text-decoration: underline;
}
.hissu {
display: inline-block;
margin-left: 1em;
padding: 5px;
font-size: 1.4rem;
font-weight: normal;
line-height: 1;
color: #d50d18;
background-color: #fff;
border: 1px solid;
}
@media (max-width:1260px) {
	.contact_previous,
	.contact_submit {
	max-width: 400px;
	height: 70px;
	}
	.contact_previous input[type="button"],
	input[type="reset"],
	input[type="submit"] {
	font-size: 2.0rem;
	}
}
@media (max-width:1023px) {
	input[type="text"],
	input[type="tel"],
	input[type="password"],
	input[type="date"],
	input[type="email"],
	textarea {
	padding: 10px;
	}
	.select::after {
	width: 5px;
	height: 5px;
	right: 10px;
	margin-top: -2.5px;
	}
	.contact_submit_flex {
	margin-top: 2em;
	}
	.contact_previous,
	.contact_submit {
	max-width: 350px;
	height: 60px;
	}
	.contact_previous input[type="button"],
	input[type="reset"],
	input[type="submit"] {
	font-size: 1.8rem;
	}
}
@media (min-width:768px) {
	/* focus */
	input[type="text"]:focus,
	input[type="tel"]:focus,
	input[type="password"]:focus,
	input[type="date"]:focus,
	input[type="email"]:focus,
	select:focus,
	textarea:focus {
	background-color: #fdfad8;
	transition: .3s;
	}
	input[readonly="readonly"]:focus {
	background-color: #fff;
	}
	/* hover */
	.privacy_check a:hover {
	opacity: .5;
	transition: .3s;
	}
	.contact_previous:hover,
	.contact_submit:hover {
	background-color: #fff;
	transform: translateY(-5px);
	transition: background-color .3s,transform .3s;
	}
	.contact_previous:hover input[type="reset"],
	.contact_previous:hover input[type="button"] {
	color: #000;
	}
	.contact_submit:hover input[type="submit"] {
	color: #d50d18;
	}
}
@media (max-width:767px) {
	input[type="text"],
	input[type="tel"],
	input[type="password"],
	input[type="date"],
	input[type="email"],
	select,
	textarea {
	padding: 10px;
	border-radius: 4px;
	}
	.select::after {
	width: 4px;
	height: 4px;
	right: 8px;
	margin-top: -2px;
	}
	textarea {
	height: 200px;
	}
	.contact_previous,
	.contact_submit {
	max-width: 250px;
	height: 50px;
	box-shadow: 0 4px rgba(0,0,0,.2);
	}
	.contact_previous input[type="button"],
	input[type="reset"],
	input[type="submit"] {
	font-size: inherit;
	}
}

/*-----------------------
 slick
-----------------------*/
.slick-slider {
overflow: hidden;
position: relative;
display: block;
margin: 0;
padding: 0;
line-height: 0;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-slider {
visibility: hidden;
}
.slick-initialized.slick-slider {
visibility: visible;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
overflow: hidden;
display: none;
float: left;
height: 100%;
min-height: 1px;
background-color: #fff;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img,
.slick-slide video {
display: block;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
vertical-align: middle;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
.slick-prev,
.slick-next {
z-index: 2;
position: absolute;
width: 100px;
height: 80px;
top: 50%;
transform: translateY(-50%);
font-size: 0;
background-repeat: no-repeat;
background-size: contain;
background-color: rgba(255,255,255,.7);
border-radius: 100px;
}
.slick-prev {
left: -50px;
}
.slick-next {
right: -50px;
}
.slick-prev::before,
.slick-next::before {
position: absolute;
content: "";
width: calc(16px * .9);
height: calc(25px * .9);
top: 50%;
transform: translateY(-50%);
background-repeat: no-repeat;
background-size: contain;
}
.slick-prev::before {
right: 25px;
background-image: url(./common/img/arrow_prev@2x.png);
}
.slick-next::before {
left: 25px;
background-image: url(./common/img/arrow_next@2x.png);
}
.slick-prev button,
.slick-next button {
}
.slick-prev button {
}
.slick-next button {
}
@media (max-width:1023px) {
	.slick-prev,
	.slick-next {
	width: 80px;
	height: 50px;
	}
	.slick-prev {
	left: -40px;
	}
	.slick-next {
	right: -40px;
	}
	.slick-prev::before,
	.slick-next::before {
	width: calc(16px * .7);
	height: calc(25px * .7);
	}
	.slick-prev::before {
	right: 18px;
	}
	.slick-next::before {
	left: 18px;
	}
}
@media (min-width:768px) {
	/* hover */
	.slick-slide a:hover img {
	opacity: .5;
	transition: .3s;
	}
	.slick-prev:hover,
	.slick-next:hover {
	background-color: #d50d18;
	transition: .3s;
	}
	.slick-prev:hover::before,
	.slick-next:hover::before {
	filter: brightness(0) invert(1);
	}
}
@media (max-width:767px) {
	.slick-prev,
	.slick-next {
	width: 60px;
	height: 40px;
	}
	.slick-prev {
	left: -30px;
	}
	.slick-next {
	right: -30px;
	}
	.slick-prev::before,
	.slick-next::before {
	width: calc(16px * .5);
	height: calc(25px * .5);
	}
	.slick-prev::before {
	right: 15px;
	}
	.slick-next::before {
	left: 15px;
	}
}
@media (max-width:500px) {
	.slick-prev {
	left: -30px;
	}
	.slick-next {
	right: -30px;
	}
}

/*-----------------------
 共通設定
-----------------------*/
.body_wrap {
overflow: hidden;
position: relative;
}

.right { text-align: right !important; }
.left { text-align: left !important; }
.center { text-align: center !important; }
.fit { width: fit-content;margin-right: auto;margin-left: auto; }
@media (max-width: 767px) {
	.fit_sp {
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}
}
.normal { font-weight: normal;}
.font_small { font-size: 1.4rem; }
.font_large { font-size: 1.8rem; }
.red { color: #e10915; }
.underline { text-decoration: underline; }
.bold { font-weight: bold; }

.cat01 { background-color: #7fb3a3; }
.cat02 { background-color: #e4a9a9; }
.cat03 { background-color: #d4dc25; }
.cat04 { background-color: #6bd0f1; }

.txtlink a {
text-decoration: underline;
}
@media (min-width:768px) {
	.txtlink a:hover {
	opacity: .5;
	transition: .5s;
	}
}

.bg {
position: relative;
}
.bg::after {
z-index: -99;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
}

img {
display: block;
width: 100%;
max-width: 100%;
width: auto;
height: auto;
margin-right: auto;
margin-left: auto;
vertical-align:top;
}

.mb1 {
margin-bottom: 1em;
}
.mt1 {
margin-top: 1em;
}

.sp {
display: none;
}
@media (max-width: 767px) {
	.pc {
	display: none;
	}
	.sp {
	display: block;
	}
}

/*-----------------------
 ヘッダー
-----------------------*/
html.active {
overflow: hidden;
}
header {
z-index: 9;
position: fixed;
width: 100%;
top: 0;
left: 0;
}
.header_wrap {
display: flex;
align-items: center;
margin: auto;
}
.head_logo {
font-size: 6.2rem;
font-weight: 900;
line-height: 1;
background-color: #fff;
border-radius: 0 0 12px 0;
}
html.is-fixed .head_logo {
font-size: 5.0rem;
box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.head_logo a {
display: block;
width: 100%;
height: 100%;
padding: 28px 38px 45px 33px;
}
html.is-fixed .head_logo a {
padding-top: 18px;
padding-bottom: 24px;
}
.head_nav {
position: absolute;
top: 18px;
right: 12px;
}
html.is-fixed .head_nav {
top: 0;
right: 10px;
}
.nav_ul {
display: flex;
}
.nav_li {
width: 280px;
font-size: 2.4rem;
font-weight: bold;
text-align: center;
line-height: 1;
color: #fff;
border: 5px solid;
border-radius: 5px;
box-shadow: 0 8px rgba(0,0,0,.2);
}
.nav_li br {
display: none;
}
html.is-fixed .nav_li {
width: 250px;
font-size: 2.2rem;
border-radius: 0 0 5px 5px;
}
.nav_li.supporters {
margin-right: 26px;
background-color: #ff8e00;
border-color: #ff8e00;
}
html.is-fixed .nav_li.supporters {
margin-right: 15px;
}
.nav_li.contact {
background-color: #d50d18;
border-color: #d50d18;
}
.nav_li a {
display: block;
padding: 23px 10px;
}
html.is-fixed .nav_li a {
padding: 15px 10px;
}
.toggle {
display: none;
}
@media (max-width:1260px) {
	.head_logo {
	font-size: 5.5rem;
	}
	html.is-fixed .head_logo {
	font-size: 4.0rem;
	}
	.head_logo a {
	padding: 30px 35px 40px 25px;
	}
	html.is-fixed .head_logo a {
	padding-bottom: 22px;
	}
	.head_nav {
	top: 10px;
	right: 10px;
	}
	.nav_li {
	width: 250px;
	font-size: 2.2rem;
	}
	html.is-fixed .nav_li {
	width: 200px;
	font-size: 2.0rem;
	}
	.nav_li.supporters {
	margin-right: 15px;
	}
	html.is-fixed .nav_li.supporters {
	margin-right: 10px;
	}
	.nav_li a {
	padding: 18px 10px;
	}
	html.is-fixed .nav_li a {
	padding: 13px 5px;
	}
}
@media (max-width:1023px) {
	header {
	position: relative;
	padding: 15px;
	}
	.header_wrap {
	justify-content: space-between;
	}
	.head_logo {
	position: relative;
	font-size: 4.5rem;
	box-shadow: inherit;
	}
	html.is-fixed .head_logo {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	}
	.head_logo a {
	padding: 0;
	}
	html.is-fixed .head_logo a {
	padding: 10px 20px 15px 15px;
	}
	.head_nav {
	position: relative;
	top: inherit;
	right: inherit;
	}
	html.is-fixed .head_nav {
	position: fixed;
	width: 100%;
	top: inherit;
	bottom: 0;
	right: inherit;
	left: 50%;
	transform: translateX(-50%);
	}
	html.is-fixed .nav_ul {
	justify-content: center;
	}
	.nav_li,
	html.is-fixed .nav_li {
	width: 180px;
	font-size: 1.8rem;
	box-shadow: 4px 4px rgba(0,0,0,.2);
	}
	html.is-fixed .nav_li {
	border-radius: 10px 10px 0 0;
	box-shadow: inherit;
	}
	.nav_li.supporters,
	html.is-fixed .nav_li.supporters {
	margin-right: 10px;
	}
	.nav_li a,
	html.is-fixed .nav_li a {
	padding: 12px 5px;
	}
}
@media (min-width:768px) {
	/* hover */
	.head_logo:hover {
	opacity: .5;
	transition: .3s;
	}
	.nav_li:hover {
	background-color: #fff;
	transform: translateY(-5px);
	transition: .3s,transform .5s;;
	}
	.nav_li.supporters:hover {
	color: #ff6200;
	border-color: #ff6200;
	}
	.nav_li.contact:hover {
	color: #d50d18;
	}
	.nav1_li:hover {
	background-color: #fff;
	transition: background-color .3s;
	}
}
@media (max-width:767px) {
	header {
	padding: 10px;
	}
	.head_logo {
	position: relative;
	font-size: 4.0rem;
	background-color: transparent;
	}
	html.is-fixed .head_logo {
	font-size: 3.5rem;
	}
	.nav_li,
	html.is-fixed .nav_li {
	font-size: 1.6rem;
	line-height: 1.2;
	}
	.nav_li {
	width: 100px;
	box-shadow: inherit;
	}
	html.is-fixed .nav_li {
	width: 150px;
	}
	.nav_li.supporters,
	html.is-fixed .nav_li.supporters {
	margin-right: 5px;
	}
	.nav_li br {
	display: block;
	}
	html.is-fixed .nav_li br {
	display: none;
	}
	.nav_li a {
	padding: 3px 5px;
	}
	html.is-fixed .nav_li a {
	padding: 10px 5px;
	}
}

/*-----------------------
 フッター
-----------------------*/
footer {
position: relative;
padding-left: 30px;
padding-right: 30px;
}
footer::before {
z-index: -9;
position: absolute;
content: "";
width: 50%;
height: 100%;
top: 0;
left: -30px;
background-color: #d00b17;
}
footer .top_wrap {
position: relative;
padding: 75px 0 28px 550px;
}
footer .top_wrap::before {
z-index: -1;
position: absolute;
content: "";
width: 430px;
height: 100%;
top: 0;
left: 0;
background-image: url(./common/img/footer_img.png);
background-repeat: no-repeat;
background-position: left bottom;
background-size: 307px auto;
background-color: #d00b17;
clip-path: polygon(0 0, 64% 0, 100% 100%, 0% 100%);
}
footer .top_wrap::after {
z-index: -2;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #fff;
}
.footer_box {
}
.footer_box_flex {
display: flex;
align-items: center;
margin-bottom: 45px;
}
.footer_name {
margin-right: 65px;
font-size: 8.4rem;
font-weight: 900;
line-height: 1;
}
.sns {
display: flex;
}
.sns_li {
display: flex;
align-items: center;
justify-content: center;
width: 35px;
height: 35px;
}
.sns_li + .sns_li {
margin-left: 40px;
}
.sns_li a {
}
.sns_li img {
}
.footer_txt {
margin-bottom: 67px;
margin-left: 5px;
font-size: 3.5rem;
font-weight: 900;
line-height: 1.5;
}
.footer_txt_s {
color: #e0261b;
}
.copyright {
font-size: 1.5rem;
text-align: right;
}
@media (max-width:1260px) {
	footer .top_wrap {
	padding-left: 430px;
	}
}
@media (max-width:1023px) {
	footer .top_wrap {
	padding: 50px 0 70px 300px;
	}
	footer .top_wrap::before {
	width: 320px;
	background-size: 250px auto;
	}
	.footer_box_flex {
	margin-bottom: 30px;
	}
	.footer_name {
	margin-right: 40px;
	font-size: 6.0rem;
	}
	.sns_li + .sns_li {
	margin-left: 20px;
	}
	.footer_txt {
	margin-bottom: 60px;
	font-size: 2.8rem;
	}
}
@media (min-width:768px) {
	/* hover */
	.footer_name:hover,
	.sns_li a:hover {
	opacity: .5;
	transition: .3s;
	}
}
@media (max-width:767px) {
	footer {
	padding-left: 15px;
	padding-right: 15px;
	}
	footer::before {
	height: 310px;
	top: inherit;
	bottom: 0;
	left: -15px;
	}
	footer .top_wrap {
	padding: 50px 0 200px 0;
	}
	footer .top_wrap::before {
	width: 100%;
	height: 310px;
	top: inherit;
	bottom: 0;
	background-size: 180px auto;
	clip-path: polygon(0 0, 21% 0, 100% 100%, 0% 100%);
	}
	.footer_box_flex {
	justify-content: center;
	margin-bottom: 30px;
	}
	.footer_name {
	margin-right: 30px;
	font-size: 4.7rem;
	}
	.sns_li {
	width: 30px;
	height: 30px;
	}
	.sns_li + .sns_li {
	margin-left: 18px;
	}
	.footer_txt {
	margin-bottom: 20px;
	font-size: 2.0rem;
	text-align: center;
	text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px,#fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px,#fff 1px 2px 2px, #fff -1px 2px 2px,#fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px,#fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
	}
}

/*-----------------------
 TOP
-----------------------*/
/*--メインビジュアル--*/
.mv {
position: relative;
}
.mv_slide {
overflow: hidden;
height: 100%;
aspect-ratio: 192 / 108;
}
.mv_wrap {
position: relative;
margin: auto;
}
.mv_slide {
}
.mv_slide_li {
}
.mv_slide_li img {
object-fit: cover;
aspect-ratio: 192 / 108;
width: 100%;
height: 100%;
}
.mv_txt {
position: absolute;
bottom: 230px;
left: 68px;
font-size: 6.6rem;
font-weight: 900;
line-height: 1;
}
.mv_txt_p {
display: flex;
align-items: center;
width: fit-content;
padding: 5px 20px 10px 20px;
background-color: #fff;
border-radius: 5px;
}
.mv_txt_p + .mv_txt_p {
margin-top: 30px;
}
.mv_txt_p_s1 {
display: block;
color: #e0241b;
}
.mv_txt_p_s2 {
display: block;
}
@media (max-width:1600px) {
	.mv_txt {
	bottom: 120px;
	left: 50px;
	font-size: 6.0rem;
	}
}
@media (max-width:1440px) {
	.mv_slide,
	.mv_slide_li img {
	aspect-ratio: 3 / 2;
	}
	.mv_txt {
	bottom: 100px;
	left: 30px;
	font-size: 5.0rem;
	}
	.mv_txt_p + .mv_txt_p {
	margin-top: 20px;
	}
}
@media (max-width:1260px) {
	.mv_txt {
	bottom: 30px;
	font-size: 4.0rem;
	}
	.mv_txt_p + .mv_txt_p {
	margin-top: 10px;
	}
}
@media (max-width:1023px) {
	.mv_txt {
	bottom: 30px;
	font-size: 3.0rem;
	}
	.mv_txt_p {
	padding: 5px 10px 8px 10px;
	}
	.mv_txt_p + .mv_txt_p {
	margin-top: 8px;
	}
}
@media (min-width:768px) {
}
@media (max-width:767px) {
	.mv {
	}
	.mv_slide,
	.mv_slide_li img {
	aspect-ratio: inherit;
	height: 350px;
	}
	.mv_txt {
	left: 15px;
	bottom: 15px;
	font-size: 2.6rem;
	}
	.mv_txt_p {
	padding: 6px 10px;
	border-radius: 2px;
	}
	.mv_txt_p + .mv_txt_p {
	margin-top: 8px;
	}
}

/*--top共通--*/
.top_main {
position: relative;
}
.top_sec {
padding: 100px 30px;
}
.top_wrap {
max-width: 1200px;
margin: auto;
}
.top_ttl {
margin-bottom: 50px;
}
.top_ttl_1 {
margin-bottom: 18px;
font-size: 2.7rem;
font-weight: 900;
line-height: 1;
color: #ff8e00;
}
.top_ttl_2 {
font-size: 6.0rem;
font-weight: 900;
}
.top_txt {
font-size: 2.2rem;
font-weight: bold;
line-height: 1.9;
}
.top_txt_p + .top_txt_p {
margin-top: 1em;
}
@media (max-width:1260px) {
	.top_wrap {
	max-width: 964px;
	}
	.top_ttl {
	margin-bottom: 40px;
	}
	.top_ttl_1 {
	margin-bottom: 15px;
	font-size: 2.4rem;
	}
	.top_ttl_2 {
	font-size: 5.0rem;
	}
	.top_txt {
	font-size: inherit;
	line-height: 1.8;
	}
}
@media (max-width:1023px) {
	.top_sec {
	padding: 80px 30px;
	}
	.top_wrap {
	max-width: 708px;
	}
	.top_ttl {
	text-align: center;
	}
	.top_ttl_1 {
	font-size: 3.0rem;
	}
	.top_ttl_2 {
	font-size: 3.6rem;
	}
	.top_txt {
	line-height: inherit;
	}
}
@media (min-width:768px) {
	/* hover */
	.top_more a:hover{
	color: #000;
	background-color: #fff;
	transition: background-color .3s;
	}
	.top_more a:hover::before {
	background-image: url(./common/img/ico_arrow02.svg) !important;
	}
}
@media (max-width:767px) {
	.top_sec {
	padding: 60px 15px;
	}
	.top_wrap {
	max-width: 330px !important;
	}
	.top_ttl {
	margin-bottom: 30px !important;
	text-align: center !important;
	}
	.top_ttl_1 {
	margin-bottom: 10px !important;
	font-size: 2.0rem !important;
	}
	.top_ttl_2 {
	font-size: 2.8rem !important;
	}
}

/*-- ご挨拶 --*/
.top_greeting {
}
.top_greeting_flex {
display: flex;
flex-direction: row-reverse;
align-items: center;
}
.top_greeting_flex_in1 {
position: relative;
width: calc(50% - 48px);
margin-left: 48px;
}
.top_greeting_img {
}
.top_greeting_img img {
border-radius: 10px;
}
.top_greeting_flex_in2 {
width: 50%;
padding-right: 30px;
}
.top_greeting_txt {
}
.top_greeting_name {
position: absolute;
display: flex;
align-items: center;
bottom: 30px;
left: 0;
padding: 10px 28px 10px 5px;
font-size: 2.9rem;
font-weight: 900;
line-height: 1;
background-color: #fff;
border-radius: 0 5px 5px 0;
}
.top_greeting_name_1 {
margin-right: 1em;
}
.top_greeting_name_2 {
}
@media (max-width:1260px) {
	.top_greeting_flex_in1 {
	width: calc(50% - 20px);
	margin-left: 20px;
	}
	.top_greeting_flex_in2 {
	padding-right: 20px;
	}
	.top_greeting_name {
	bottom: 30px;
	font-size: 2.4rem;
	}
	.top_greeting_name_1 {
	margin-right: 1em;
	}
	.top_greeting_name_2 {
	}
}
@media (max-width:1023px) {
	.top_greeting_flex {
	position: relative;
	padding-top: 140px;
	}
	.top_greeting_flex_in1 {
	width: 300px;
	}
	.top_greeting_flex_in2 {
	width: calc(100% - 300px);
	}
	.top_greeting .top_ttl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	}
	.top_greeting_name {
	padding: 8px 15px 8px 5px;
	font-size: 2.0rem;
	border-radius: 0 4px 4px 0;
	}
}
@media (min-width:768px) {
}
@media (max-width:767px) {
.top_greeting_flex {
	display: block;
	padding-top: 100px;
	}
	.top_greeting_flex_in1 {
	width: 250px;
	margin: 0 auto 20px;
	padding: 0;
	}
	.top_greeting_img img {
	object-fit: cover;
	aspect-ratio: 1 / 1.2;
	border-radius: 8px;
	}
	.top_greeting_flex_in2 {
	width: 100%;
	padding-right: 0;
	}
	.top_greeting .top_ttl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	}
	.top_greeting_name {
	bottom: 20px;
	font-size: 1.8rem;
	}
}

/*-- 幸齢党とは？ --*/
.top_about {
color: #fff;
background-color: #d00a17;
background-image: url(./common/img/about_bg.jpg);
background-repeat: no-repeat;
background-position: center right;
background-size: auto 100%;
}
.top_about .top_ttl_1 {
color: #fff;
}
.top_about_txt {
}
.top_about_txt .top_txt_p + .top_txt_p {
margin-top: 2em;
}
@media (max-width:1260px) {
	.top_about {
	background-position: center right -150px;
	}
	.top_about_txt .top_txt_p + .top_txt_p {
	margin-top: 1em;
	}
}
@media (max-width:1023px) {
	.top_about_txt .pc {
	display: none;
	}
}
@media (min-width:768px) {
}
@media (max-width:767px) {
	.top_about {
	background-image: url(./common/img/about_bg_sp.jpg);
	background-position: bottom right;
	background-size: 600px auto;
	}
}

/*-- 幸齢党の10大政策 --*/
.top_policy {
padding-bottom: 600px;
background-image: url(./common/img/policy_bg.jpg);
background-repeat: no-repeat;
background-position: center bottom;
background-size: 100% auto;
}
.top_policy .top_ttl {
text-align: center;
}
.top_policy_ul {
max-width: 871px;
margin: auto;
}
.top_policy_li {
display: flex;
line-height: 1.4;
background-color: #f3f3f3;
border-radius: 5px;
}
.top_policy_li + .top_policy_li {
margin-top: 15px;
}
.top_policy_li_no {
display: flex;
align-items: center;
justify-content: center;
width: 83px;
padding: 10px 0;
font-size: 4.0rem;
font-weight: 900;
text-align: center;
color: #fff;
background-color: #d70b19;
border-radius: 5px;
}
.top_policy_li_txt {
width: calc(100% - 83px);
padding: 10px 30px;
font-size: 3.0rem;
font-weight: bold;
}
.top_policy_li_txt_s {
color: #d61923;
}
.kouyaku_more {
width: fit-content;
margin: 50px auto 0;
font-size: 2.2rem;
font-weight: bold;
text-align: center;
line-height: 1.4;
color: #fff;
background-color: #ff8e00;
border: 5px solid #ff8e00;
box-shadow: 0 8px rgba(0,0,0,.2);
border-radius: 100px;
}
.kouyaku_more a {
position: relative;
display: block;
padding: 25px 50px;
}
@media (max-width:1920px) {
	.top_policy {
	padding-bottom: 26vw;
	}
}
@media (max-width:1260px) {
	.top_policy_ul {
	width: fit-content;
	}
	.top_policy_li_no {
	width: 70px;
	font-size: 2.4rem;
	}
	.top_policy_li_txt {
	width: calc(100% - 70px);
	font-size: 2.2rem;
	}
	.kouyaku_more {
	font-size: 2.0rem;
	}
	.kouyaku_more a {
	padding: 15px 30px;
	}
}
@media (max-width:1023px) {
	.top_policy_li + .top_policy_li {
	margin-top: 10px;
	}
	.top_policy_li_no {
	width: 60px;
	font-size: 2.2rem;
	}
	.top_policy_li_txt {
	width: calc(100% - 60px);
	font-size: 1.8rem;
	}
	.kouyaku_more {
	margin-top: 30px;
	font-size: 1.8rem;
	box-shadow: 0 4px rgba(0,0,0,.2);
	}
	.kouyaku_more a {
	padding: 12px 20px;
	}
}
@media (min-width:768px) {
	/* hover */
	.kouyaku_more:hover {
	color: #ff6200;
	background-color: #fff;
	border-color: #ff6200;
	transform: translateY(-5px);
	transition: background-color .3s,transform .3s;
	}
}
@media (max-width:767px) {
	.top_policy {
	padding-bottom: 250px;
	background-size: auto 420px;
	}
	.top_policy_li {
	border-radius: 4px;
	}
	.top_policy_li + .top_policy_li {
	margin-top: 8px;
	}
	.top_policy_li_no {
	width: 45px;
	font-size: 1.8rem;
	border-radius: 4px;
	}
	.top_policy_li_txt {
	width: calc(100% - 45px);
	padding: 10px 15px;
	}
	.kouyaku_more {
	font-size: inherit;
	}
	.kouyaku_more a {
	padding: 10px 20px;
	}
}
@media (max-width:500px) {
	.top_policy {
	padding-bottom: 200px;
	background-size: auto 350px;
	}
}

/*-- 最新動画 --*/
.top_movie {
color: #fff;
background-color: #d20c17;
}
.top_movie .top_ttl {
text-align: center;
}
.top_movie_ul {
display: flex;
flex-wrap: wrap;
margin: -33px -18px;
}
.top_movie_li {
width: calc(50% - 36px);
margin: 33px 18px;
}
.top_movie_li_box {
aspect-ratio: 16 / 9;
margin-bottom: 20px;
}
.top_movie_li_box iframe {
position: relative !important;
display: block !important;
width: 100% !important;
height: 100% !important;
}
.top_movie_li_ttl {
font-size: 2.2rem;
text-decoration: underline;
}
.playlist {
max-width: 1000px;
margin: auto;
aspect-ratio: 16 / 9;
}
.playlist iframe {
position: relative !important;
display: block !important;
width: 100% !important;
height: 100% !important;
}
@media (max-width:1260px) {
}
@media (max-width:1023px) {
}
@media (min-width:768px) {
}
@media (max-width:767px) {
}

/*-- 活動内容 --*/
.top_activity {
}
.top_activity .top_ttl {
text-align: center;
}
.top_activity_box {
}
.top_activity_box_li {
position: relative;
display: flex;
align-items: center;
flex-direction: row-reverse;
padding: 30px;
background-color: #f3f3f3;
border-radius: 5px;
}
.top_activity_box_li + .top_activity_box_li {
margin-top: 25px;
}
.top_activity_box_li a {
z-index: 1;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.top_activity_box_in1 {
width: calc(100% - 380px);
padding-left: 58px;
padding-right: 10px;
}
.top_activity_box_date {
margin-bottom: 20px;
font-size: 1.9rem;
font-weight: bold;
line-height: 1;
color: #ff8e00;
}
.top_activity_box_ttl {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
text-overflow: ellipsis;
font-size: 2.4rem;
font-weight: bold;
text-decoration: underline;
}
.top_activity_box_in2 {
width: 380px;
}
.top_activity_box_img {
overflow: hidden;
}
.top_activity_box_img img {
object-fit: cover;
aspect-ratio: 16 / 9;
}
.top_activity_more {
width: fit-content;
margin: 50px auto 0;
font-size: 2.2rem;
font-weight: bold;
text-align: center;
line-height: 1.4;
color: #fff;
background-color: #d50d18;
border: 5px solid #d50d18;
box-shadow: 0 8px rgba(0, 0, 0, .2);
border-radius: 100px;
}
.top_activity_more a {
position: relative;
display: block;
padding: 25px 50px;
}
@media (max-width:1260px) {
	.top_activity_box_in1 {
	width: calc(100% - 330px);
	padding-left: 30px;
	padding-right: 0;
	}
	.top_activity_box_date {
	margin-bottom: 15px;
	font-size: 1.9rem;
	}
	.top_activity_box_ttl {
	-webkit-line-clamp: 5;
	font-size: inherit;
	}
	.top_activity_box_in2 {
	width: 330px;
	}
	.top_activity_more {
	font-size: 2.0rem;
	}
	.top_activity_more a {
	padding: 15px 30px;
	}
}
@media (max-width:1023px) {
	.top_activity_box_li {
	padding: 20px;
	}
	.top_activity_box_li + .top_activity_box_li {
	margin-top: 15px;
	}
	.top_activity_box_in1 {
	width: calc(100% - 280px);
	padding-left: 20px;
	}
	.top_activity_box_date {
	margin-bottom: 10px;
	font-size: inherit;
	}
	.top_activity_box_ttl {
	-webkit-line-clamp: 4;
	}
	.top_activity_box_in2 {
	width: 280px;
	}
	.top_activity_more {
	margin-top: 30px;
	font-size: 1.8rem;
	box-shadow: 0 4px rgba(0, 0, 0, .2);
	}
	.top_activity_more a {
	padding: 12px 20px;
	}
}
@media (min-width:768px) {
	/* hover */
	.top_activity_box_li:hover {
	background-color: #d50d18;
	transition: .3s;
	}
	.top_activity_box_li:hover .top_activity_box_date,
	.top_activity_box_li:hover .top_activity_box_ttl {
	text-decoration: none;
	color: #fff;
	}
	.top_activity_box_li:hover .top_activity_box_img img {
	transform: scale(1.1, 1.1);
	transition: .3s;
	}
	.top_activity_more:hover {
	color: #d50d18;
	background-color: #fff;
	transform: translateY(-5px);
	transition: background-color .3s, transform .3s;
	}
}
@media (max-width:767px) {
	.top_activity_box_li {
	align-items: inherit;
	padding: 15px;
	}
	.top_activity_box_li + .top_activity_box_li {
	margin-top: 10px;
	}
	.top_activity_box_in1 {
	display: flex;
	align-items: center;
	width: calc(100% - 100px);
	padding-left: 20px;
	}
	.top_activity_box_date {
	position: absolute;
	top: 15px;
	left: 15px;
	margin-bottom: 0;
	}
	.top_activity_box_ttl {
	-webkit-line-clamp: 4;
	line-height: 1.5;
	}
	.top_activity_box_in2 {
	width: 100px;
	}
	.top_activity_box_img {
	padding-top: 27px;
	}
	.top_activity_box_img img {
	aspect-ratio: 3 / 2;
	}
	.top_activity_more {
	font-size: inherit;
	}
	.top_activity_more a {
	padding: 10px 20px;
	}
}

/*-- 後援会について --*/
.top_supporters {
background-image: url(./common/img/supporters_bg.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.top_supporters .top_wrap {
max-width: 960px;
padding: 35px 20px 25px 20px;
background-color: rgba(255,255,255,.9);
border: 3px solid #d50d18;
border-radius: 25px;
}
.top_supporters .top_ttl {
margin-bottom: 40px;
text-align: center;
}
.top_supporters_txt1 {
margin-bottom: 40px;
font-size: 2.4rem;
font-weight: bold;
text-align: center;
}
.top_supporters_more {
margin: 0 auto 56px;
max-width: 510px;
font-size: 2.4rem;
font-weight: bold;
text-align: center;
line-height: 1;
color: #fff;
background-color: #d50d18;
border: 5px solid #d50d18;
border-radius: 5px;
box-shadow: 0 8px rgba(0,0,0,.2);
}
.top_supporters_more a {
display: block;
padding: 25px 10px;
}
.top_supporters_txt2 {
width: fit-content;
margin: auto;
font-size: 1.5rem;
}
@media (max-width:1260px) {
	.top_supporters .top_wrap {
	max-width: 800px;
	}
	.top_supporters .top_ttl {
	margin-bottom: 30px;
	}
	.top_supporters_txt1 {
	margin-bottom: 30px;
	font-size: inherit;
	}
	.top_supporters_more {
	margin-bottom: 30px;
	max-width: 400px;
	font-size: 2.0rem;
	}
	.top_supporters_more a {
	padding: 20px 10px;
	}
	.top_supporters_txt2 {
	width: fit-content;
	margin: auto;
	font-size: 1.5rem;
	}
}
@media (max-width:1023px) {
	.top_supporters .top_wrap {
	max-width: 650px;
	}
	.top_supporters .top_ttl {
	margin-bottom: 20px;
	}
	.top_supporters_txt1 {
	margin-bottom: 20px;
	}
	.top_supporters_more {
	max-width: 350px;
	font-size: 1.8rem;
	}
	.top_supporters_more a {
	padding: 16px 10px;
	}
}
@media (min-width:768px) {
	/* hover */
	.top_supporters_more:hover {
	color: #d50d18;
	background-color: #fff;
	transform: translateY(-5px);
	transition: background-color .3s,transform .3s;
	}
}
@media (max-width:767px) {
	.top_supporters {
	background-image: url(./common/img/supporters_bg_sp.jpg);
	background-position: bottom center;
	background-size: cover;
	}
	.top_supporters .top_wrap {
	padding: 20px 15px;
	border-radius: 15px;
	border-width: 2px;
	}
	.top_supporters_txt1 {
	text-align: left;
	}
	.top_supporters_more {
	margin-bottom: 20px;
	max-width: 250px;
	font-size: inherit;
	box-shadow: 0 4px rgba(0,0,0,.2);
	}
	.top_supporters_more a {
	padding: 12px 10px;
	}
}

/*-- 本部について --*/
.top_info {
}
.top_info .top_wrap {
display: flex;
align-items: flex-end;
}
.top_info_in1 {
width: 50%;
padding-right: 70px;
}
.top_info .top_ttl {
margin-bottom: 80px;
}
.top_info .top_ttl_1 {
font-size: 2.3rem;
}
.top_info .top_ttl_2 {
font-size: 3.5rem;
}
.top_info_txt {
font-size: 2.2rem;
}
.top_info_txt_p {
padding: 15px 15px 15px 50px;
border-bottom: 1px solid #ccc;
}
.top_info_txt_p + .top_info_txt_p {
}
.top_info_txt_p a {
}
.top_info_in2 {
width: 50%;
}
.top_info_img {
}
.top_info_img img {
aspect-ratio: 3 / 2;
border-radius: 10px;
}
@media (max-width:1260px) {
	.top_info_in1 {
	padding-right: 40px;
	}
	.top_info .top_ttl {
	margin-bottom: 40px;
	text-align: left;
	}
	.top_info_txt {
	font-size: inherit;
	}
	.top_info_txt_p {
	padding: 15px;
	}
}
@media (max-width:1023px) {
	.top_info_in1 {
	padding-right: 40px;
	}
	.top_info .top_ttl {
	margin-bottom: 30px;
	}
	.top_info .top_ttl_1 {
	font-size: 2.0rem;
	}
	.top_info .top_ttl_2 {
	font-size: 3.0rem;
	}
	.top_info_txt_p {
	padding: 15px 0;
	}
}
@media (min-width:768px) {
}
@media (max-width:767px) {
	.top_info .top_wrap {
	display: block;
	}
	.top_info_in1 {
	width: 100%;
	margin-bottom: 30px;
	padding-right: 0;
	}
	.top_info_txt_p {
	padding: 10px 0;
	}
	.top_info_in2 {
	width: 100%;
	}
	.top_info_img img {
	border-radius: 8px;
	}
}

/*-- お問い合わせ --*/
.top_contact {
background-color: #f3f3f3;
}
.top_contact .top_ttl {
text-align: center;
}
.contact_form {
}
.contact_form dl {
display: flex;
font-size: 2.0rem;
}
.contact_form dt {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
width: 327px;
padding: 12px 50px 12px 0;
font-weight: bold;
background-color: #f5f5f5;
}
.contact_form dd {
width: calc(100% - 327px);
padding: 12px 0;
}
.contact_name dd {
display: flex;
align-items: center;
}
.contact_form .hissu {
padding: 0;
font-size: 2.0rem;
font-weight: bold;
color: #d50d18;
background-color: transparent;
border-width: 0;
}
.hissu::before {
content: "［";
}
.hissu::after {
content: "］";
}
.privacy_box {
overflow-y: auto;
max-height: 400px;
margin-top: 30px;
padding: 30px;
background-color: #fff;
border-radius: 5px;
}
.privacy_ttl {
margin-bottom: 1em;
font-size: 2.0rem;
font-weight: bold;
text-align: center;
}
.privacy_txt1 {
width: fit-content;
margin-top: 1em;
margin-bottom: 5px;
padding: 0 10px;
font-size: 1.6rem;
font-weight: bold;
border: 1px solid #000;
}
.privacy_txt2 {
font-size: 1.6rem;
}
.privacy_txt2 p + p {
margin-top: .5em;
}
.conf_msg {
margin-top: 2em;
text-align: center;
}
.thanks_msg {
position: relative;
padding: 100px 0 50px 0;
text-align: center;
line-height: 2;
}
.thanks_msg::before {
position: absolute;
content: "";
width: calc(106px * 1);
height: calc(73px * 1);
top: 0;
left: 0;
right: 0;
margin: auto;
background-image: url(./common/img/thanks.png);
background-repeat: no-repeat;
background-size: contain;
}
@media (max-width:1260px) {
	.contact_form dl {
	font-size: inherit;
	}
	.contact_form .hissu {
	font-size: 1.6rem;
	}
	.contact_form dt {
	padding-right: 30px;
	}
}
@media (max-width:1023px) {
	.contact_form dl {
	display: block;
	margin-bottom: 20px;
	}
	.contact_form dt {
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
	}
	.contact_form dd {
	width: 100%;
	padding: 0;
	}
	.privacy_box {
	padding: 20px;
	}
	.privacy_ttl {
	font-size: 1.8rem;
	}
}
@media (min-width:768px) {
}
@media (max-width:767px) {
	.contact_form dl {
	display: block;
	margin-bottom: 20px;
	}
	.contact_form dt {
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
	}
	.contact_form dd {
	width: 100%;
	padding: 0;
	}
	.privacy_box {
	padding: 15px;
	}
	.thanks_msg {
	padding-top: 60px;
	line-height: inherit;
	}
	.thanks_msg::before {
	width: calc(106px * .6);
	height: calc(73px * .6);
	}
}

/*-----------------------
 下層共通
-----------------------*/
/*-- パンくず --*/
.pankuzu {
position: relative;
margin-top: 135px;
padding: 20px 30px;
background-color: #f3f3f3;
}
.pankuzu_wrap {
max-width: 1920px;
margin: auto;
}
.breadcrumb {
display: flex;
flex-wrap: wrap;
align-items: center;
font-size: 1.5rem;
font-weight: bold;
line-height: 1.4;
}
.breadcrumb span {
display: block;
}
.breadcrumb span > a,
.breadcrumb span > span {
display: block;
margin: 2px 10px;
}
.breadcrumb span > a {
}
.breadcrumb span > span {
}
.breadcrumb .current-item {
}
@media (max-width: 1260px) {
}
@media (max-width: 1023px) {
	.pankuzu {
	margin-top: 0;
	padding: 15px;
	}
}
@media (min-width: 768px) {
	/* hover */
	.breadcrumb a:hover {
	opacity: .5;
	transition: .3s;
	}
}
@media (max-width: 767px) {
	.pankuzu {
	padding: 10px;
	}
}

/*-- 大枠div --*/
.low {
position: relative;
padding: 100px 30px;
background-color: #f3f3f3;
}
.low_wrap {
max-width: 1200px;
margin: auto;
}
.low .top_ttl {
margin-bottom: 65px;
text-align: center;
}
.top_return {
width: fit-content;
margin: 50px auto 0;
font-size: 2.0rem;
line-height: 1;
}
.top_return a {
position: relative;
display: block;
padding-left: 35px;
}
.top_return a::before {
position: absolute;
content: "";
width: 19px;
height: 19px;
top: 50%;
transform: translateY(-50%);
left: 0;
background-image: url(./common/img/top_return_arrow.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
@media (max-width:1260px) {
	.low_wrap {
	max-width: 964px;
	}
}
@media (max-width:1023px) {
	.low {
	padding: 80px 30px;
	}
	.low_wrap {
	max-width: 708px;
	}
	.low .top_ttl {
	margin-bottom: 40px;
	}
	.top_return {
	margin-top: 40px;
	font-size: 1.8rem;
	}
	.top_return a {
	padding-left: 25px;
	}
	.top_return a::before {
	width: 15px;
	height: 15px;
	}
}
@media (max-width:767px) {
	.low {
	padding: 60px 15px;
	}
	.low_wrap {
	max-width: 330px;
	}
	.low .top_ttl {
	margin-bottom: 30px;
	}
	.top_return {
	margin-top: 30px;
	font-size: inherit;
	}
	.top_return a {
	padding-left: 20px;
	}
	.top_return a::before {
	width: 12px;
	height: 12px;
	}
}

/*-----------------------
 お知らせ
-----------------------*/
.activity {
}
.activity .top_ttl {
}
.activity_box {
padding: 75px;
background-color: #fff;
border-radius: 5px;
}
.activity_date {
margin-bottom: 15px;
font-size: 1.9rem;
font-weight: bold;
text-align: center;
line-height: 1;
color: #ff8e00;
}
.activity_ttl {
width: fit-content;
margin: 0 auto 50px;
font-size: 3.1rem;
font-weight: bold;
line-height: 1.4;
}
.activity_img {
margin-bottom: 1em;
}
.activity_img img {
border-radius: 5px;
}
.activity_txt {
line-height: 2;
}
.activity_txt p + p {
margin-top: 1em;
}
@media (max-width:1260px) {
	.activity_box {
	padding: 40px 30px;
	}
	.activity_date {
	margin-bottom: 12px;
	font-size: 1.8rem;
	}
	.activity_ttl {
	margin-bottom: 40px;
	font-size: 3.0rem;
	}
	.activity_txt {
	line-height: 1.8;
	}
}
@media (max-width:1023px) {
	.activity_box {
	padding: 30px 20px;
	}
	.activity_date {
	margin-bottom: 10px;
	font-size: inherit;
	}
	.activity_ttl {
	margin-bottom: 30px;
	font-size: 2.8rem;
	}
	.activity_txt {
	line-height: inherit
	}
}
@media (min-width:768px) {
	/* hover */
	.top_return:hover {
	opacity: .5;
	transition: .3s;
	}
}
@media (max-width:767px) {
	.activity_box {
	padding: 25px 15px;
	}
	.activity_ttl {
	margin-bottom: 20px;
	font-size: 2.2rem;
	}
	.activity_txt {
	line-height: inherit
	}
}

/*-----------------------
 後援会申し込み
-----------------------*/
.supporters {
}
.supporters_txt1 {
width: fit-content;
margin: 0 auto 15px;
font-size: 2.4rem;
font-weight: bold;
}
.supporters_txt2 {
width: fit-content;
margin: 0 auto 85px;
font-size: 1.5rem;
}
@media (max-width:1260px) {
	.supporters_txt1 {
	font-size: 2.0rem;
	}
	.supporters_txt2 {
	margin-bottom: 60px;
	}
}
@media (max-width:1023px) {
	.supporters_txt1 {
	font-size: 1.8rem;
	}
	.supporters_txt2 {
	margin-bottom: 50px;
	}
}
@media (max-width:767px) {
	.supporters_txt1 {
	font-size: inherit;
	}
	.supporters_txt2 {
	margin-bottom: 40px;
	}
}

/*-----------------------
 mail.php確認画面用
-----------------------*/
.formTable {
width: 100%;
max-width: 800px;
margin: 1em auto 2em;
}
.formTable th,
.formTable td {
padding: 10px 20px;
border: 1px solid;
}
.formTable th {
width: 270px;
background-color: #f1f1f1;
}
.formTable td {
width: calc(100% - 270px);
background-color: #fff;
}
.form_cnf.contact_submit_flex {
max-width: 824px;
}
@media (max-width:1023px) {
}
@media (max-width:767px) {
	.formTable tr {
	display: block;
	margin-bottom: 5px;
	}
	.formTable th,
	.formTable td {
	display: block;
	width: 100% !important;
	padding: 5px 15px;
	}
	.formTable td {
	border-top-width: 0;
	}
}


/*-----------------------
 ブログ
-----------------------*/
.post_archives {
padding: 100px 30px;
}
.post_wrap {
display: flex;
align-items: flex-start;
max-width: 1400px;
margin: auto;
}
.post_main_col {
width: calc(100% - 300px);
padding-right: 80px;
}
/*-- サイドメニュー --*/
.post_side_col {
width: 300px;
}
.post_side_col_in {
margin-bottom: 80px;
}
.post_side_col_in:last-child {
margin-bottom: 0;
}
.post_side_col_ttl {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
padding: 10px 20px;
color: #fff;
background-color: #d50d18;
border-radius: 2px;
}
.post_side_col_ttl span:nth-of-type(1) {
}
.post_side_col_ttl span:nth-of-type(2) {
font-family: "arial",sans-serif;
font-size: 1.2rem;
font-weight: normal;
}
.post_side_col_list {
font-size: 1.3rem;
}
.post_side_col_list li {
position: relative;
padding: 8px;
font-size: 1.4rem;
border-bottom: 1px solid #ccc;
}
.post_side_col_list li:last-of-type {
margin-bottom: 0;
}
.post_side_col ul li dl {
}
.post_side_col ul li dt {
}
.post_side_col ul li dd {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
text-overflow: ellipsis;
}
/*-- 共通 --*/
.post_Category {
display: flex;
flex-wrap: wrap;
flex-wrap: wrap;
justify-content: flex-end;
margin-right: -2px;
margin-bottom: 5px;
}
.post_Category li {
margin: 2px;
padding: 7px 8px;
font-size: 1.3rem;
text-align: center;
line-height: 1;
background-color: #f1f1f1;
border-radius: 3px;
}
.post_date {
font-size: 1.5rem;
text-align: right;
line-height: 1;
letter-spacing: 1px;
}
/*-- アーカイブ --*/
.post_archives {
}
.post_list {
}
.post_list>li {
overflow: hidden;
position: relative;
height: 250px;
background-color: #fff;
box-shadow: 0 0 15px rgba(0,0,0,.2);
border-radius: 6px;
}
.post_list>li + li {
margin-top: 30px;
}
.post_list>li>a {
z-index: 1;
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.post_list_box {
display: flex;
}
.post_list_box_in1 {
width: calc(100% - 300px);
padding: 20px;
line-height: 1.4;
}
.post_list_box_flex {
margin-bottom: 8px;
}
.post_cat {
position: absolute;
bottom: 0;
right: 0;
width: 150px;
padding: 10px;
font-size: 1.4rem;
text-align: center;
line-height: 1;
color: #fff;
background-color: #d50d18;
border-radius: 6px 0 0 0;
}
.post_date {
font-size: 1.5rem;
}
.post_list_ttl {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
text-overflow: ellipsis;
margin-bottom: 10px;
font-size: 1.7rem;
line-height: 1.2;
}
.post_list_txt {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
text-overflow: ellipsis;
font-size: 90%;
}
.post_list_box_in2 {
width: 300px;
height: 250px;
}
.post_list_box_in2 img {
object-fit: cover;
max-width: inherit !important;
aspect-ratio: 4 / 3;
width: 100%;
height: 100%;
}
/*-- ページャー --*/
.wp-pagenavi {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin-top: 50px;
font-family: "arial",sans-serif;
font-size: 90%;
line-height: 1;
}
.wp-pagenavi .pages {
margin-right: 10px;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
width: 30px;
height: 30px;
margin: 2px;
display: flex;
align-items: center;
justify-content: center;
background-color: #eee;
border-radius: 100%;
}
.wp-pagenavi .current {
font-weight: bold;
color: #fff;
background-color: #d50d18;
border: 1px solid #d50d18;
}
.wp-pagenavi .nextpostslink {
margin-left: 10px;
font-size: 2.0rem;
}
/*-- シングルページ --*/
.post_single_box {
position: relative;
margin-bottom: 3em;
padding: 30px 30px 60px 30px;
background-color: #fff;
box-shadow: 0 0 15px rgba(0,0,0,.2);
border-radius: 6px;
}
.post_single .post_list_box_flex {
}
.post_single .post_cat {
}
.post_single .post_date {
}
.post_single_title {
margin: 0 auto 30px;
font-size: 2.2rem;
}
.post_in {
/*line-height: 2;*/
}
.post_in h1 {
margin-top: 0;
margin-bottom: 1em;
padding: 15px 15px;
font-size: 120%;
background-color: #f1f1f1;
border-radius: 4px;
}
.post_in h2 {
margin-top: 0;
margin-bottom: 1em;
padding-bottom: 4px;
font-size: 115%;
border-bottom: 2px solid #252525;
}
.post_in h3 {
width: fit-content;
margin-top: 0;
margin-bottom: 1em;
padding-bottom: 2px;
font-size: 110%;
border-bottom: 1px solid #252525;
}
.post_in h4 {
margin-bottom: .5em;
}
.post_in h5 {
margin-bottom: .5em;
}
.post_in h6 {
margin-bottom: .5em;
}
.post_in img {
width: 100%;
max-width: 800px;
margin: 2em auto 2em;
}
.post_in p a {
text-decoration: underline;
}
.post_in ul,
.post_in ol {
margin-top: 1em;
margin-bottom: 1em;
margin-left: 1.5em;
}
.post_in ul {
list-style: disc;
}
.post_in ol {
list-style: decimal;
}
.post_dl_btn {
}
.post_dl_btn a {
}
/*-- singleページャー --*/
.single_pager {
z-index: 1;
display: flex;
display: box;
align-items: center;
position: relative;
}
.single_pager li {
position: relative;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
text-overflow: ellipsis;
width: 33.3333%;
}
.single_pager_prev,
.single_pager_next {
width: calc((100% - 150px)/2);
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
text-overflow: ellipsis;
}
.single_pager li a {
padding: 0 15px;
}
.single_pager_prev a,
.single_pager_next a {
display: block;
width: fit-content;
}
.single_pager_next a {
margin-left: auto;
}
.single_pager_prev::before,
.single_pager_next::before {
position: absolute;
content: "";
width: 5px;
height: 5px;
top: 9px;
transform: rotate(45deg);
}
.single_pager_prev::before {
left: 1px;
border-bottom: 2px solid #252525;
border-left: 2px solid #252525;
}
.single_pager_next::before {
right: 1px;
border-top: 2px solid #252525;
border-right: 2px solid #252525;
}
.single_pager_return {
width: 150px;
text-align: center;
}
@media (max-width:1460px) {
	.post_wrap {
	max-width: 1250px;
	}
	.post_main_col {
	width: calc(100% - 250px);
	padding-right: 40px;
	}
	.post_side_col {
	width: 250px;
	}
}
@media (max-width:1310px) {
	.post_wrap {
	max-width: 964px;
	}
	.post_single .post_date {
	font-size: inherit;
	}
	.post_single_title {
	font-size: 2.4rem;
	}
	.post_list_box_in1 {
	width: calc(100% - 250px);
	}
	.post_list_box_in2 {
	width: 250px;
	}
}
@media (max-width:1023px) {
	.post {
	padding: 60px 30px;
	}
	.post_wrap {
	display: block;
	max-width: 660px;
	}
	.post_side_col {
	width: 100%;
	}
	.post_side_col_in {
	margin-bottom: 40px;
	}
	.post_side_col_ttl {
	margin-bottom: 10px;
	}
	.post_main_col {
	width: 100%;
	margin: 0 auto 60px;
	padding-right: 0;
	}
	.post_single_box {
	padding: 20px 20px 50px 20px;
	}
	.post_single_title {
	font-size: 2.0rem;
	}
	.post_list {
	}
	.post_list>li {
	height: 235px;
	}
	.post_list>li + li {
	margin-top: 20px;
	}
	.wp-pagenavi {
	margin-top: 30px;
	}
	.post_in {
	line-height: inherit;
	}
	.post_cat {
	width: 120px;
	}
}
@media (min-width:768px) {
	/*-- hover */
	.post_side_col_list li a:hover {
	opacity: .5;
	transition: .5s;
	}
	.post_list>li:hover {
	opacity: .6;
	transition: .5s;
	}
	.wp-pagenavi .page:hover {
	font-weight: bold;
	color: #fff;
	background-color: #d50d18;
	transition: .5s;
	}
	.single_pager li:hover {
	opacity: .5;
	transition: .5s;
	}
}
@media (max-width:767px) {
	.post {
	padding: 50px 15px;
	}
	.post_wrap {
	max-width: 330px;
	}
	.post_main_col {
	margin-bottom: 50px;
	}
	.post_side_col_in {
	margin-bottom: 30px;
	}
	.post_side_col_ttl {
	padding: 10px 15px;
	}
	.post_side_col_list li {
	padding: 5px;
	}
	.post_date {
	margin-bottom: 10px;
	}
	.post_list {
	margin: -6px;
	}
	.post_list>li {
	height: 150px;
	}
	.post_list_box_in1 {
	width: calc(100% - 150px);
	padding: 15px;
	}
	.post_list_box_in2 {
	width: 150px;
	height: 150px;
	}
	.post_list_box_flex {
	display: block;
	margin-bottom: 3px;
	}
	.post_archives .post_cat {
	width: 100px;
	padding: 8px;
	}
	.post_date {
	margin-bottom: 0;
	font-size: 1.2rem;
	}
	.post_list_ttl {
	font-size: inherit;
	}
	.post_list_txt {
	-webkit-line-clamp: 4;
	font-size: 1.3rem;
	line-height: 1.3;
	}
	.post_single_box {
	padding: 15px 15px 45px 15px;
	}
	.post_single .post_list_box_flex {
	margin-bottom: 10px;
	}
	.post_in {
	}
	.single_pager {
	display: block;
	}
	.post_single_title {
	margin-bottom: 1em;
	font-size: 2.0rem;
	}
	.single_pager {
	display: block;
	}
	.single_pager li {
	width: 100%;
	}
	.single_pager_prev,
	.single_pager_return {
	margin-bottom: 8px;
	}
	.single_pager li a {
	padding: 0 10px;
	font-size: 1.5rem;
	}
	.single_pager_prev::before,
	.single_pager_next::before {
	width: 4px;
	height: 4px;
	top: 8px;
	border-width: 1px !important;
	}
}
