@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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (min-width: 1000px)and (max-width: 1500px) {
	html {
		font-size: 0.732vw;
	}
}
@media all and (min-width: 1500px) {
	html {
		font-size: 68.5%;
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: 56%;
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #222;
	text-decoration: none;
	transition: .2s;
}
a:visited {
	color: #222;
}
a:hover {
	color: #222;
}
a:active {
	color: #222;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #222;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding: 15.2rem 0 0;
	position: relative;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	font-feature-settings : "palt";
	opacity: 0;
}
#container.visible {
	opacity: 1;
}
#container::before {
	position: absolute;
	left: 1rem;
	width: calc(100% - 2rem);
	top: 1rem;
	height: 31.3rem;
	border-radius: 0.5rem;
	background: linear-gradient(105deg,#c9005d 0%, #86003e  100%);
	content: "";
}
#main {
	position: relative;
	z-index: 1;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 1000px) {
	.sp {
		display: none !important;
	}
	body.fixed {
		overflow-y: scroll;
	}
}
@media all and (max-width: 999px) {
	body {
		font-size: 1.3rem;
	}
	#container {
		padding: 10.5rem 0 0;
	}
	#container::before {
		left: 0;
		width: 100%;
		top: 0;
		height: 24.6rem;
		border-radius: 0;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
.cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #fff;
	transition: .3s;
}
body.hideCover .cover {
	opacity: 0;
	visibility: hidden;
}
.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10001;
	background-color: #fff;
}
.loadImg {
	width: 3rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.gHeader {
	position: absolute;
	left: .6rem;
	width: calc(100% - 1.2rem);
	padding: 3.4rem 4.3rem;
	box-sizing: border-box;
	z-index: 99;
	top: .6rem;
	pointer-events: none;
	border-radius: 0.5rem;
}
.gHeader .hBox {
	position: relative;
}
.gHeader h1 {
	width: 26.4rem;
	pointer-events: auto;
}
.gHeader h1 .fix {
	display: none;
}
.gHeader .hInfo {
	position: absolute;
	right: -1rem;
	top: 50%;
	justify-content: flex-end;
	transform: translate(-2.5rem,-52%);
}
.gHeader.active .hInfo {
	transform: translate(0,-52%);
}
.gHeader .search {
	width: 4.8rem;
	height: 4.8rem;
	padding-left: 2rem;
	background-color: #fff;
	overflow: hidden;
	border-radius: 5rem;
	box-sizing: border-box;
	transition: all 0.3s;
}
.gHeader .search .ico {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 4.8rem;
	height: 100%;
	font-size: 0;
	background: url(../img/common/icon01.png) no-repeat center center;
	background-size: 100% 100%;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 100%;
}
.gHeader .search .ico input {
	display: none !important;
}
.gHeader .search .ico input {
	width: 4.8rem;
	height: 100%;
	font-size: 0;
	background: url(../img/common/icon01.png) no-repeat center center;
	background-size: 100% 100%;
	box-sizing: border-box;
	border: none;
	appearance: none;
	box-shadow: none;
	cursor: pointer;
	border-radius: 100%;
}
.gHeader .search input[type="text"] {
	padding: 1rem 0 0;
	width: 0;
	height: 3.5rem;
	font-size: 1.2rem;
	font-weight: 500;
	color: #79003B;
	background: #fff;
	box-sizing: border-box;
	border: none;
	border-bottom: 1px solid rgba(121,0,59,0.7);
	appearance: none;
	box-shadow: none;
	cursor: pointer;
	border-radius: 0;
	transition: all 0.3s;
}
.gHeader .search.on input[type="text"] {
	width: 18.2rem;
}
.gHeader .search input[type="text"]::-webkit-input-placeholder { 
	color: #79003B;
	opacity: 0.2;
}
.gHeader .search input[type="text"]:-moz-placeholder {
	color: #79003B;
	opacity: 0.2;
}
.gHeader .search input[type="text"]::-moz-placeholder {
	color: #79003B;
	opacity: 0.2;
}
.gHeader .search input[type="text"]:-ms-input-placeholder {
	color: #79003B;
	opacity: 0.2;
}
.gHeader .search.on {
	width: 25rem !important;
}
.gHeader .search.on .ico input {
	display: block !important;
}
.gHeader .hLink {
	margin-right: 1.5rem;
	width: 14.5rem;
}
.gHeader .hLink a {
	height: 4.8rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.04em;
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 5rem;
	transition: .3s;
    overflow: hidden;
}
.gHeader .hLink a::before {
	position: absolute;
	right: 2rem;
	top: 50%;
	width: 0.5rem;
	height: 0.5rem;
	background-color: #fff;
	border-radius: 100%;
	content: "";
	transform: translateY(-50%);
	z-index: -1;
    transition: .3s;
}
#gHeader .hLink a:hover {
	color: #AD0458;
	border-color: transparent;
}
#gHeader .hLink a:hover:before {
    transform: translateY(-50%) scale(51.5);
}
.gHeader .hText {
	display: none;
}
.changeHead {
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}
.changeHead.show {
	opacity: 1;
	visibility: visible;
}
.gHeader.fix {
	position: fixed;
	padding: 1.8rem 2.4rem;
    background-color: rgba(255, 255, 255, .9);
}
.gHeader.fix h1 {
	width: 25.1rem;
	transition: none;
	opacity: 1;
	transform: none;
}
.gHeader.fix h1 .fix {
	display: inline-block;
}
.gHeader.fix h1 .off {
	display: none;
}
.gHeader.fix .hInfo,
.gHeader.on .hInfo {
	display: none;
}
.gHeader.on {
	position: fixed;
	padding: 1.8rem 2.4rem;
	pointer-events: none;
}
.gHeader.on h1 {
	width: 25.1rem;
	pointer-events: auto;
}
.gHeader.on.fix {
	position: fixed;
	background-color: transparent;
}
.gHeader.on.fix h1 .fix {
	display: none;
}
.gHeader.on.fix h1 .off {
	display: inline-block;
}

.gHeader h1 {
	opacity: 0;
	transform: translateX(-2.5rem);
	transition: all 0.5s;
}
.gHeader.nodelay h1 {
	transition: none;
}
.gHeader .hText {
	opacity: 0;
	transform: translateX(-2.5rem);
	transition: all 0.5s 0.1s;
}
.gHeader .hInfo {
	opacity: 0;
	transition: all 0.5s 0.2s;
	pointer-events: auto;
}
.gHeader.active h1,
.gHeader.active .hText {
	opacity: 1;
	transform: translateX(0);
}
.gHeader.active .hInfo {
	opacity: 1;
}
@media all and (min-width: 999px) {
	.gHeader .search .ico:hover {
		opacity: 0.5;
	}
}
@media all and (max-width: 999px) {
	.gHeader {
		left: 0;
		width: 100%;
		padding: 2.2rem 2.4rem;
		top: 0;
		border-radius: 0;
	}
	.gHeader h1 {
		width: 19.2rem;
	}
	.gHeader .hInfo {
		position: static;
		transform: none !important;
		display: block;
	}
	.gHeader .searchBg {
		position: fixed;
		left: 0;
		top: 6rem;
		width: 100%;
		height: 9rem;
		background: linear-gradient(105deg,#c9005d 0%, #86003e 100%);
		opacity: 0.92;
		display: none;
	}
	.gHeader .search {
		position: absolute;
		right: -1rem;
		top: -1.3rem;
		width: 4.4rem;
		height: 4.4rem;
		padding-left: 2rem;
		z-index: 2;
	}
	.gHeader .search.on {
		width: calc(100% + 2.4rem) !important;
	}
	.gHeader .search .ico {
		width: 4.4rem;
	}
	.gHeader .search .ico input {
		width: 4.4rem;
	}
	.gHeader .search.on input[type="text"] {
		width: calc(100% - 3rem);
	}
	.gHeader.fix {
		padding: 2.1rem 2.5rem;
	}
	.gHeader.fix h1 {
		width: 18.8rem;
	}
	.gHeader.on {
		padding: 2.2rem 2.4rem;
	}
	.changeHead.fix {
		pointer-events: auto;
	}
	.gHeader.on h1 {
		width: 19.2rem;
	}
	.gHeader h1 .sp {
		display: none;
	}
}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.noto {
	font-family: "Noto Sans JP", sans-serif;
}
.urbanist {
	font-style: italic;
	font-family: "Urbanist", sans-serif;
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	position: absolute;
	left: 35.2rem;
	top: 5.6rem;
	opacity: 0.65;
	font-size: 1.1rem;
	font-weight: 500;
	opacity: 0;
	transform: translateX(-2.5rem);
	transition: all 0.5s 0.1s;
}
#pagePath.active {
	opacity: 1;
	transform: translateX(0);
}
#pagePath li {
	color: #fff;
	display: inline;
	letter-spacing: 0.02em;
	position: relative;
}
#pagePath li:after {
	content: "";
    width: 4px;
    height: 4px;
    border-top: solid 1px;
    border-right: solid 1px;
    position: absolute;
    transform: rotate(45deg) translateY(-50%);
    right: 0.7rem;
    top: 48%;
}
#pagePath li:last-of-type:after {
	display: none;
}
#pagePath li br {
	display: none;
}
#pagePath a {
	padding-right: 1.5rem;
	display: inline-block;
	color: #fff;
	font-style: normal;
}
#pagePath a:hover {
	opacity: 0.5;
}
@media all and (max-width: 999px) {
	#pagePath {
		left: 2.4rem;
		right: 8rem;
		top: 5.2rem;
		opacity: 0.7;
		font-size: 1rem;
		font-weight: 400;
		color: #fff;
	}
	#pagePath ul {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	#pagePath li {
		margin-right: 0.2rem;
		letter-spacing: 0.01em;
	}
}
/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
.mainBox {
	max-width: 110rem;
	margin: 0 auto;
}
@media all and (max-width: 999px) {
	.mainBox {
		max-width: inherit;
		display: block;
	}
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: calc(100% - 25.5rem);
}
@media all and (max-width: 999px) {
	#conts {
		width: auto;
		padding: 0 2.5rem;
	}
	.pad #conts {
		padding: 0 10.5rem;
	}
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	margin-top: 23.3rem;
	width: 18.6rem;
}
#sideBar .sideSec1 {
	margin-bottom: 5.8rem;
}
#sideBar .sideTtl {
	margin-bottom: 2rem;
	font-weight: 300;
	font-size: 2.3rem;
	font-style: normal;
	letter-spacing: 0.04em;
}
#sideBar .sideList li:not(:last-child) {
	margin-bottom: 1.7rem;
}
#sideBar .sideList a {
	padding-left: 2rem;
	position: relative;
	display: inline-block;
	color: #AD0458;
	font-size: 1.7rem;
	font-weight: 500;
}
#sideBar .sideList a::before {
	position: absolute;
	width: 0.8rem;
	height: 100%;
	left: 0.3rem;
	top: 0;
	background: linear-gradient(#bf0562 0%, #79003b 100%);
	content: "";
	box-sizing: border-box;
	transition: .2s;
}
#sideBar .sideList li:first-of-type a:before {
	border: 1px solid #BF0562;
}
#sideBar .sideList li:first-child a::before  {
	background: transparent;
}
#sideBar .sideSec2 {
	margin-bottom: 6.8rem;
}
#sideBar .comSort {
	margin: -0.1rem -0.8rem 0 0;
}
#sideBar .comSort a {
    margin: .4rem .2rem 0 0;
    padding: 0 .8rem .1rem;
    font-size: 1rem;
}
#sideBar .sideText {
	width: fit-content;
	font-size: 1.2rem;
	font-style: normal;
	letter-spacing: 0.03em;
}
#sideBar .sideText img {
	margin-top: 2rem;
	display: block;
	width: 12.9rem;
}
#sideBar .sideText a:hover {
	opacity: 0.5;
}
#sideBar .sideSec3 .comList {
	margin: 0 0 5.3rem;
}
#sideBar .sideSec3 .comList .liBox {
	margin-bottom: 0;
}
#sideBar .sideSec3 .comList li {
	width: auto;
	margin: 0 0 3.3rem;
}
#sideBar .sideSec3 .comList li:last-child {
	margin-bottom: 0 !important;
}
#sideBar .sideSec3 .comList .pho {
	margin-bottom: 1.2rem;
}
#sideBar .sideSec3 .comList .pho .time {
	right: 1.3rem;
	top: 1.1rem;
	font-weight: 600;
	font-size: 1.2rem;
}
#sideBar .sideSec3 .comList .ttl {
	margin-bottom: 0.5rem;
	font-size: 1.4rem;
	line-height: 1.42;
	letter-spacing: 0.01em;
}
@media all and (min-width: 1000px) {
	#sideBar .sideList .on a,
	#sideBar .sideList .current-cat a,
	#sideBar .sideList a:hover {
		padding-left: 3rem;
	}
	#sideBar .sideList .on a:before,
	#sideBar .sideList .current-cat a:before,
	#sideBar .sideList a:hover:before {
		width: 1.6rem;
	}
	#sideBar .sideSec3 {
		margin: -1rem 0 0 -0.5rem;
	}
	#sideBar .sideSec3 .sideTtl {
		font-size: 2rem;
		margin-bottom: 2.8rem;
	}
	#sideBar .sideSec3 .comList .pho {
		height: 12rem;
	}
	#sideBar .sideSec3 .comList .pho::before {
		height: 4.5rem;
	}
}
@media all and (max-width: 999px) {
	#sideBar {
		margin-top: 10.1rem;
		width: auto;
		padding: 4.7rem 2.5rem 8.1rem;
		border-top: 1px solid rgba(34,34,34,0.2);
	}
	.pad #sideBar {
		padding: 4.7rem 10.5rem 8.1rem;
	}
	#sideBar .sideSec1 {
		margin-bottom: 4rem;
	}
	.pad #sideBar .sideSec1 {
		display: flex;
	}
	#sideBar .sideTtl {
		margin-bottom: 1.6rem;
	}
	.pad #sideBar .sideTtl {
		margin: -.8rem 0 0 0;
		width: 15rem;
	}
	#sideBar .sideList {
		display: flex;
		flex-wrap: wrap;
	}
	.pad #sideBar .sideList {
		display: flex;
		flex-wrap: wrap;
		flex: 1;
	}
	#sideBar .sideList li {
		width: 50%;
	}
	.pad #sideBar .sideList li {
		width: 25%;
	}
	#sideBar .sideList li:not(:last-child) {
		margin-bottom: 0.6rem;
	}
	#sideBar .sideList a {
		padding-left: 1.6rem;
		font-size: 1.6rem;
	}
	#sideBar .sideList a::before {
		left: 0;
	}
	#sideBar .sideSec2 {
		margin-bottom: 0;
	}
	.pad #sideBar .sideSec2 {
		display: flex;
	}
	#sideBar .comSort {
		margin: -0.2rem -0.8rem 0 0;
	}
	.pad #sideBar .comSort {
		flex: 1;
	}
	#sideBar .comSort a {
		margin: 0.5rem 0.5rem 0 0;
		padding: 0.3rem 1.2rem 0.2rem;
	}
	#sideBar .sideText {
		display: none;
	}
	#sideBar .sideSec3 {
		margin: 0 -2.5rem 4.6rem;
		padding: 0 2.5rem 6.2rem;
		border-bottom: 1px solid rgba(34,34,34,0.2);
	}
	.pad #sideBar .sideSec3 {
        margin: 0 0 4.6rem;
        padding: 0 0 6.2rem;
	}
	#sideBar .sideSec3 .sideTtl {
		margin-bottom: 2.8rem;
		width: auto;
	}
	#sideBar .sideSec3 .comList {
		margin: 0;
	}
	.pad #sideBar .sideSec3 .comList {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#sideBar .sideSec3 .comList li {
		width: auto;
		margin: 0 0 3.3rem;
	}
	.pad #sideBar .sideSec3 .comList li {
		width: 32.3%;
	}
	#sideBar .sideSec3 .comList li:last-child {
		margin-bottom: 0 !important;
	}
	#sideBar .sideList .on,
	#sideBar .sideList .current-cat {
		opacity: .6;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 1.4rem;
	font-weight: 100;
	font-size: 5.1rem;
	color: #fff;
	letter-spacing: 0.04em;
}
.headLine01 span {
	font-weight: 500;
}
@media all and (max-width: 999px) {
	.headLine01 {
		margin-bottom: 1rem;
		font-size: 3rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin: 0.6rem 0 2.7rem;
	padding-left: 0.9rem;
	font-weight: 500;
	font-size: 4.4rem;
	color: #fff;
	line-height: 1.3;
	letter-spacing: 0.04em;
	border-left: 1rem solid #FFF;
}
.tag .headLine02 {
	border: none;
    padding: 0;
    font-size: 2.7rem;
}
.tag .headLine02 span {
    font-size: 1.5rem;
    margin: 0 0.5rem 0 0;
    letter-spacing: 0.3rem;
    vertical-align: 5px;
}
@media all and (max-width: 999px) {
	.headLine02 {
		margin: 0 0 1.7rem;
		padding-left: 0.8rem;
		font-size: 3rem;
		line-height: 1.2;
		letter-spacing: 0.02em;
		border-left-width: 0.7rem;
	}
}
/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
.comList {
	margin-top: -6.9rem;
}
.comList li {
	width: 47.3%;
	margin-top: 6.9rem;
}
.comList .fadeIn.visible:nth-of-type(2n-1) {
    transition: .5s .08s;
}
.comList .liBox {
	margin-bottom: 1.5rem;
}
.comList .liBox a {
	display: block;
}
.comList .pho {
	margin-bottom: 1.6rem;
	overflow: hidden;
	height: 25rem;
	position: relative;
	color: #fff;
	border-radius: 0.5rem;
	/* background-color: #fff; */
	transition: .3s;
}
.comList a:hover .pho {
    border-radius: 0.51rem;
}
.comList .pho img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	mix-blend-mode: hard-light;
	transition: .2s;
}
.comList .pho::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 12rem;
	background: linear-gradient(#000 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.2;
	content: "";
	z-index: 1;
}
.comList .pho::after {
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #A4004C;
    transition: .6s .1s;
    mix-blend-mode: multiply;
    transform: translateX(0%);
}
.comList .visible .pho::after {
    transform: translateX(-100%);
}
#sideBar .comList .pho::after {
	display: none;
}
.comList .pho .title {
	position: absolute;
	left: 1.4rem;
	top: 1.4rem;
	z-index: 2;
	padding: 0.3rem 0.5rem 0;
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}
.comList .pho .title::before {
	position: absolute;
	width: 1.2rem;
	height: 3rem;
	left: 0;
	top: 0;
	background: linear-gradient(#bf0562 0%, #79003b 100%);
	content: "";
	transition: .2s;
}
.comList a:hover .pho .title::before {
	width: 100%;
}
.comList .pho .title span {
	position: relative;
	z-index: 1;
}
.comList .pho .time {
	position: absolute;
	right: 2.4rem;
	top: 2rem;
	z-index: 2;
	font-weight: 800;
	font-size: 1.3rem;
	letter-spacing: 0.02em;
}
.comList .ttl {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.58;
	letter-spacing: 0.04em;
	transition: .2s;
}
.comList a:hover .ttl {
	color: #A4004C;
}
.comList a:hover img {
    transform: scale(1.1);
}
@media all and (max-width: 999px) {
	body:not(.pad) .comList {
		margin-top: 0;
		display: block;
	}
	body:not(.pad) .comList li {
		width: auto;
		margin: 0 0 4.1rem;
	}
	.comList li:last-child {
		margin-bottom: 0 !important;
	}
	.comList .liBox {
		margin-bottom: 1rem;
	}
	.comList .pho {
		margin-bottom: 1.7rem;
		height: 0;
		padding-bottom: 62.5%;
	}
	.comList .pho::before {
		height: 14.8rem;
	}
	.comList .pho .title {
		left: 1rem;
		top: 1.4rem;
		font-size: 1.5rem;
	}
	.comList .pho .title::before {
		left: 0.1rem;
		top: -0.2rem;
	}
	.comList .pho .time {
		right: 2rem;
		top: 1.8rem;
		font-size: 1.2rem;
	}
	.comList .ttl {
		font-size: 1.6rem;
		line-height: 1.5;
		letter-spacing: 0.03em;
	}
}
/*------------------------------------------------------------
	comSort
------------------------------------------------------------*/
.comSort {
	margin-top: -0.5rem;
}
.comSort a {
    margin: 0.5rem 0.2rem 0 0;
    padding: 0.1rem 1.1rem;
	display: block;
	color: #63002D;
	font-size: 1.1rem;
	text-align: center;
	letter-spacing: 0.03em;
	background-color: #F4F4F4;
	border-radius: 5rem;
	box-sizing: border-box;
}
.comSort a span {
	font-size: 1.2rem;
	font-family: "Urbanist", sans-serif;
}
.comSort a:hover {
	background: #63002D;
    color: #fff;
}
@media all and (max-width: 999px) {
	.comSort a {
		margin-right: 0.3rem;
		padding: 0.2rem 1.3rem;
		font-size: 1rem;
		letter-spacing: 0.02em;
	}
	.comSort a span {
		font-size: 1.1rem;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin-top: 7rem;
	font-size: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Urbanist", sans-serif;
}
.wp-pagenavi a,
.wp-pagenavi span {
	width: 1.8rem;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	margin: 0 5px;
	color: #79003B;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	order: 1;
}
.wp-pagenavi a:hover,
.wp-pagenavi span {
	opacity: 0.3;
}
.wp-pagenavi .first,
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .first {
	order: 2;
}
.wp-pagenavi .nextpostslink {
	margin: 1.8rem 0 0 4rem;
	order: 3;
}
.wp-pagenavi .previouspostslink {
	margin: 1.8rem 4rem 0 0;
	order: 0;
}
@media all and (max-width: 999px) {
	.wp-pagenavi {
		margin-top: 5.2rem;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		width: 1.8rem;
		margin: 0 5px;
		font-size: 1.6rem;
	}
	.wp-pagenavi .nextpostslink {
		margin: 1.8rem 0 0 1rem;
	}
	.wp-pagenavi .previouspostslink {
		margin: 1.8rem 1rem 0 0;
	}
	.wp-pagenavi img {
		width: 1.4rem;
	}
}
/*------------------------------------------------------------
	comNaviBox
------------------------------------------------------------*/
.comNaviBox {
	margin: 15rem -30rem 0 0;
	position: relative;
}
.comLink {
	text-align: center;
}
.comLink a {
	/* padding-right: 0.9rem; */
	display: inline-block;
	position: relative;
    color: #9A0147;
	font-size: 1.6rem;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 0.04em;
	font-family: "Urbanist", sans-serif;
	height: 3.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	border-radius: 5rem;
    overflow: hidden;
    z-index: 10;
    transition: .3s;
    width: 14.5rem;
    margin: 0 auto;
}
.comLink a:hover {
    color: #fff;
}
.comLink a::before {
	position: absolute;
	right: 3rem;
	top: 50%;
	width: 0.5rem;
	height: 0.5rem;
	background-color: #9A0147;
	transform: translateY(-50%);
	border-radius: 100%;
	content: "";
	transition: .3s;
    z-index: -1;
}
.comLink a:hover:before {
    transform: scale(51.5);
}
@media all and (max-width: 999px) {
	.comNaviBox {
		margin: 6rem -2.5rem 0;
	}
	.pad .comNaviBox {
		margin: 6rem 0 0;
	}
	.comNaviBox .comLink {
		display: none;
	}
	.comLink {
		margin-right: 1.9rem;
	}
	.comLink a {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	pageNavi
------------------------------------------------------------*/
.pageNavi {
	margin-bottom: 5.2rem;
	overflow: hidden;
}
.pageNavi li {
	width: 50%;
	box-sizing: border-box;
}
.pageNavi a {
	width: 100%;
	height: 100%;
	align-items: center;
	padding: 3rem 2.9rem;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.pageNavi a:hover {
	opacity: 0.5;
}
.pageNavi .img {
	width: 16.2rem;
	overflow: hidden;
	border-radius: 0.5rem;
}
.pageNavi .textInfo {
	width: calc(100% - 19.3rem);
}
.pageNavi p {
	font-weight: 700;
	line-height: 1.73;
	letter-spacing: 0.04em;
}
.pageNavi .title {
	margin-bottom: 1rem;
	position: relative;
	color: #BF0562;
	font-style: italic;
	font-size: 1.3rem;
	letter-spacing: 0.03em;
	font-family: "Urbanist", sans-serif;
}
.pageNavi .title span {
	position: absolute;
	right: 0.3rem;
	top: 0;
	font-weight: 400;
	color: #4A4A4A;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}
@media all and (min-width: 1000px) {
	.pageNavi li:first-child a {
		border: 1px solid #E0E0E0;
		border-right: none;
		border-radius: 0.5rem 0 0 0.5rem;
	}
	.pageNavi li:last-child a {
		border: 1px solid #E0E0E0;
		border-left: none;
		border-radius: 0 0.5rem 0.5rem 0;
	}
	.pageNavi li:first-child {
		border-right: 1px solid #E0E0E0;
	}
}
@media all and (max-width: 999px) {
	.pageNavi {
		padding: 0 2.5rem 0.3rem;
		margin-bottom: 0;
		background-color: #F4F4F4;
		display: block;
	}
	.pageNavi li {
		width: auto;
	}
	.pageNavi li:last-child a {
		border-top: 1px solid #E0E0E0;
	}
	.pageNavi a {
		padding: 2rem 0;
	}
	.pad .pageNavi a {
		padding: 2.5rem 0;
	}
	.pageNavi .img {
		width: 11.3rem;
		border-radius: 0.4rem;
	}
	.pageNavi .textInfo {
		width: calc(100% - 13rem);
	}
	.pageNavi p {
		line-height: 1.46;
		letter-spacing: 0.03em;
	}
	.pageNavi .title {
		margin-bottom: 0.5rem;
		font-size: 1.2rem;
	}
	.pageNavi .title span {
		right: 0.3rem;
		top: 0.2rem;
		font-size: 1.1rem;
		letter-spacing: 0.03em;
	}
}
/*------------------------------------------------------------
	fade
------------------------------------------------------------*/
.fadeIn {
	opacity: 0;
	transform: translateX(-2.5rem);
}
.fadeIn.visible {
	opacity: 1;
	transform: translateX(0);
	transition: .5s;
}
/*------------------------------------------------------------
	404
------------------------------------------------------------*/
#container:has(.notfound)::before {
    height: 10.3rem;
}
main.notfound {
	padding: 10rem 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
main.notfound h3 {
	font-size: 6.5rem;
    font-weight: 100;
    letter-spacing: 0.1rem;
    margin: 0 0 50px;
}
main.notfound .jp {
	display: flex;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    line-height: 2.4;
    font-style: initial;
}
main.notfound p {
    letter-spacing: 0.2rem;
    line-height: 2;
    margin: 0 0 30px;
    text-align: center;
    font-size: 1.5rem;
}
main.notfound .comBtn span {
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    line-height: 2.4;
}
main.notfound .comBtn a {
	padding: 4px 50px 6px;
}
@media screen and (max-width: 999px) {
    #container:has(.notfound)::before {
        height: 100vh;
        z-index: -1;
    }
    main.notfound {
		color: #fff;
        padding: 6rem 0 11rem;
	}
	main.notfound h3 {
		font-size: 4.5rem;
	}
	main.notfound .jp {
		font-size: 1.2rem;
	}
	main.notfound p {
		font-size: 1.3rem;
	}
    main.notfound a {
        color: #fff;
    }
    main.notfound a::before {
        background-color: #fff;
    }
}