* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.act_25aw-img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
a {
	text-decoration: none;
}
a.disabled {
	pointer-events: none;
}
ul {
	list-style: none;
	padding: 0;
}
.item-right-text-caption-tabonly {
	display: none;
}
.page-listtop,
.page-list {
	display: none;
}
.at_topimage-sp {
	display: none;
}
.title-text-sp {
	display: none;
}

body {
	animation: fadeIn 1.5s ease 0s 1 normal;
	-webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

header {
	width: 100%;
	height: auto;
	background-color: #080808;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.5em 0;
	position: absolute;
	z-index: 99;
}
.header-logo {
	width: 10em;
	height: 100%;
	width: 11.5em;
}
.header-logo a img {
	display: block;
}
.header-icon-text {
	position: absolute;
	width: 14em;
	right: 1.5em;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 16em;
}
.header-icon-line img {
	width: 1.5em;
	display: block;
	width: 6em;
}
.header-icon-sns a {
	display: flex;
	width: 1.4em;
}
.header-icon-sns a:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -6px;
	width: 10%;
	height: 1px;
	background: white;
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.4s;
}
.header-icon-sns a:hover:before {
	transform: scale(1);
}
.header-icon img {
	display: block;
}
.at_topimage_wrapper {
	padding: 5em 0 2em 0;
	align-items: center;
	margin: 0 auto;
}
.at_topimage_wrapper {
	width: 100%;
}
.title-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	color: rgb(0, 0, 0);
	margin-top: 4em;
	z-index: 100;
}
.title-text img {
	display: block;
	width: 15em;
	margin: 0 auto;
	margin-bottom: 1.5em;
}
.title-text h1 {
	font-size: 1.6em;
	font-weight: 500;
	margin-bottom: 0.7em;
	letter-spacing: 0.08em;
}
.title-text p {
	font-size: 1em;
	line-height: 1.8;
	font-weight: 600;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.08em;
	-webkit-font-smoothing: antialiased;
}

/* .scrolldown1{
position:absolute;
left:50%;
bottom:0.5em;
height:5em;
}

.scrolldown1 span{
position: absolute;
left:-15px;
top: -15px;
color: #eee;
font-size: 0.7rem;
letter-spacing: 0.05em;
}

.scrolldown1::after{
content: "";
position: absolute;
top: 0;
width: 1px;
height: 30px;
background: #eee;
animation: pathmove 2s ease-in-out infinite;
opacity:0;
} */

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
	0% {
		height: 0;
		top: 0;
		opacity: 0;
	}
	30% {
		height: 30px;
		opacity: 1;
	}
	100% {
		height: 0;
		top: 50px;
		opacity: 0;
	}
}

.item-list {
	margin-top: 8em;
}
.item-list-container,
.item-list-container2 {
	display: flex;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 10em;
	justify-content: space-between;
}
.item-list-container2 {
	flex-direction: row-reverse;
}
.item-left {
	flex-basis: 51%;
}
.item-right {
	flex-basis: 44%;
	display: flex;
	border: solid;
	border-left: transparent;
	border-top: transparent;
	border-width: thin;
	border-color: #bbb;
}
.item-right2 {
	flex-basis: 44%;
	display: flex;
	border: solid;
	border-right: transparent;
	border-top: transparent;
	border-width: thin;
	border-color: #bbb;
}
.item-right-images {
	display: flex;
	margin-top: 2em;
}
.item-right-1 {
	flex-basis: 49%;
}
.item-right-2 {
	flex-basis: 49%;
	margin-left: 1em;
}
.item-right-container,
.item-right-container2 {
	align-self: center;
	margin-bottom: 4em;
}
.item-right-container {
	margin-right: 4em;
}
.item-right-container2 {
	margin-left: 4em;
}
.item-right-text {
	font-feature-settings: "palt" 1;
	letter-spacing: 0.08em;
	line-height: 1.7;
	width: auto;
	color: rgb(0, 0, 0);
}
.item-right-text-number {
	display: flex;
	align-items: center;
	color: rgb(0, 0, 0);
}
.item-right-text h1,
h3 {
	font-family: "Oswald", sans-serif;
	font-weight: 300;
}
.item-right-text h1 {
	font-size: 3em;
}
.item-right-text h2 {
	font-size: 1em;
	margin-bottom: 0.5em;
	font-weight: 600;
}
.item-right-text h3 {
	font-size: 1.6em;
	margin-left: 0.5em;
}
.item-right-text h4 {
	width: 100%;
	font-size: 1.1em;
	line-height: 1.75em;
	margin-bottom: 1.3em;
	font-weight: 600;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	-webkit-font-smoothing: antialiased;
}
.item-right-text h2,
h4,
p {
	font-family: "Noto Serif JP", serif;
}
.item-right-text-caption p,
.item-right-text-caption-tabonly p,
.page-list-text p {
	font-size: 0.9em;
	line-height: 2em;
	letter-spacing: normal;
}
.item-right-text-caption a,
.item-right-text-caption-tabonly a,
.page-list-text a {
	display: inline-block;
	position: relative;
	color: #333;
	opacity: 0.5;
}
.item-right-text-caption a:before,
.item-right-text-caption-tabonly a:before,
.page-list-text a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background: #555;
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.4s;
}
.item-right-text-caption a:hover:before,
.item-right-text-caption-tabonly a:hover:before,
.page-list-text a:hover:before {
	transform: scale(1);
}
.item-right-text-caption a:hover,
.item-right-text-caption-tabonly a:hover,
.page-list-text a:hover:before {
	opacity: 1;
}

.item-right-text-caption span,
.item-right-text-caption-tabonly span,
.page-list-text span {
	font-size: 0.8em;
	opacity: 0.4;
}

.swiper-container {
	padding-bottom: 2.5em;
}
.swiper-button-white {
	text-shadow: 0 0 1.5em rgba(0, 0, 0, 0.5);
}
.swiper-button-prev:after,
.swiper-button-next:after {
	font-size: 2em !important;
}
.swiper-pagination {
	position: static !important;
}

@media screen and (min-width: 768px) {
	.br-sp,
	.br-sp2 {
		display: none;
	}
}

@media (max-width: 1025px) {
	* {
		float: none;
		position: static;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.header-icon-text {
		right: 1.5em;
	}
	.header-icon-line img {
		width: 2.6em;
	}
	.item-list-container,
	.item-list-container2 {
		width: 90%;
	}
	.item-list {
		margin-top: 6em;
	}
	.item-right-container {
		margin-right: 3.5em;
	}
	.item-right-text h1 {
		font-size: 3em;
	}
	.item-right-text h4 {
		font-size: 0.9em;
	}
	.item-right-text-caption p {
		font-size: 0.8em;
	}
	.scrolldown1 {
		display: none;
	}
	.title-text {
		margin-top: 3em;
	}
}

@media (max-width: 820px) {
	header {
		padding: 1em 0;
	}
	.header-logo {
		width: 8em;
		height: 100%;
	}
	.header-icon-text {
		right: 1.3em;
	}
	.header-icon img {
		width: 8em;
	}
	.header-icon-line img {
		width: 1.5em;
	}
	.at_topimage_wrapper {
		padding: 3.6em 0 2em 0;
	}
	.item-list {
		margin-top: 4em;
	}
	.item-right,
	.item-right2 {
		flex-basis: 43%;
	}
	.item-right-1,
	.item-right-2 {
		flex-basis: 50%;
	}
	.item-left {
		flex-basis: 52%;
	}
	.item-right-container {
		margin-right: 2em;
	}
	.item-right-container2 {
		margin-left: 2em;
	}
	.item-right-container,
	.item-right-container2 {
		margin-bottom: 2em;
	}
	.item-list-container,
	.item-list-container2 {
		width: 90%;
	}
	.item-right-text h4 {
		font-size: 0.75em;
	}
	.item-right-text h2 {
		font-size: 0.8em;
	}
	.item-right-text h1 {
		font-size: 2.75em;
	}
	.item-right-text h3 {
		font-size: 0.8em;
	}

	.item-right-text h4 {
		width: auto;
	}
	.title-text {
		margin-top: 2em;
	}
	.title-text p {
		font-size: 0.8em;
	}
	.title-text h1 {
		font-size: 1.3em;
	}
}

@media (max-width: 450px) {
	header {
		padding: 1em 1em;
		display: flex;
		justify-content: space-between;
	}
	.header-logo {
		width: 8em;
	}
	.header-icon img {
		width: 8em;
	}

	.at_topimage_wrapper {
		padding: 3.4em 0 2em 0;
	}

	.title-text {
		width: 85%;
		margin: 0 auto;
	}

	.page-list,
	.page-listtop {
		width: 100%;
	}

	.page-list-text p {
		font-size: 0.7em;
		line-height: 2.2em;
		margin-bottom: 2em;
	}

	.item-right-text {
		width: 92%;
	}
	.item-right-text h2 {
		font-size: 1em;
	}
	.item-right-text h3 {
		font-size: 1.4em;
	}
	.item-right-text h4 {
		font-size: 1em;
		line-height: 1.7em;
	}
	.item-right-container,
	.item-right-container2 {
		margin-bottom: 0;
		border: solid;
		border-left: transparent;
		border-top: transparent;
		border-width: thin;
		border-color: #bbb;
		margin-right: 0;
	}
	.item-right-container2 {
		margin-left: 0;
	}
	.item-list-container,
	.item-list-container2 {
		margin-bottom: 5em;
		flex-direction: column;
	}
	.item-right-images {
		display: none;
	}
	.item-right-text-caption-tabonly {
		display: none;
	}
	.item-right-text-caption {
		display: block;
	}
	.item-right-text-caption p {
		margin-bottom: 2em;
		font-size: 0.9em;
	}
	.item-right2,
	.item-right {
		border: none;
	}

	.at_topimage-sp {
		display: block;
	}
	.at_topimage {
		display: none;
	}
	.item-left img,
	.item-right2 img {
		display: none;
	}
	.page-listtop,
	.page-list {
		display: block;
	}

	.title-text-sp {
		display: block;
	}
	.title-text {
		display: none;
	}

	.title-text img,
	.title-text-sp img {
		margin-bottom: 1em;
	}
	.title-text,
	.title-text-sp {
		margin-top: 0;
	}

	.title-text-sp {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		font-family: "Noto Serif JP", serif;
		color: rgb(0, 0, 0);
		z-index: 100;
	}
	.title-text-sp img {
		display: block;
		width: 11em;
		margin: 0 auto;
		margin-bottom: 1em;
	}
	.title-text-sp h1 {
		font-size: 1.7em;
		margin-bottom: 0.7em;
		letter-spacing: 0.08em;
		font-weight: 600;
	}
	.title-text-sp p {
		font-size: 1em;
		line-height: 1.8;
		font-feature-settings: "palt" 1;
		letter-spacing: 0.08em;
		font-weight: 600;
	}
	.br-sp2 {
		display: none;
	}
}

@media (max-width: 320px) {
	.header-logo {
		width: 8em;
	}
	.header-icon-text {
		width: 8em;
	}
	.header-icon-sns a {
		font-size: 1em;
	}
}

/* Scroll Animation */
.scrollAnimeSlideinLeft {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-name: scrollAnimeSlideinLeft;
	-ms-animation-name: scrollAnimeSlideinLeft;
	animation-name: scrollAnimeSlideinLeft;
	visibility: visible !important;
}
@-webkit-keyframes scrollAnimeSlideinLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2em);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@keyframes scrollAnimeSlideinLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2em);
		-ms-transform: translateX(-2em);
		transform: translateX(-2em);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
