@charset "UTF-8";
/*
 Theme Name:   pupu-2026
 Description:  ププコレクションのテーマ
 Author:       サイバーブリッジ株式会社
 Author URI:   http://cyber-bridge.jp
 Version:      1.0.0
*/ 
/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* common */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
/*繝ｪ繧ｭ繝｣繝励メ繝｣髱櫁｡ｨ遉ｺ*/
.grecaptcha-badge {
	visibility: hidden;
}
.splide.is-initialized{
	overflow: hidden!important;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

body {
	color: var(--text-color);
	font-family: "Rounded Mplus 1c";
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-size: 16px;
	letter-spacing: 1.5px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	width: 100%;
	margin: 0 auto 30px;
	padding: 0;
	line-height: 1.5;
	letter-spacing: 1.5px;
	font-size: 22px;
	color: var(--txt-grey);
}

p {
	margin-bottom: 15px;
	letter-spacing: 2px;
	line-height: 1.7;
	color: var(--text-color);
}


ol,
ul,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	width: 100%;
	vertical-align: bottom;
	object-fit: cover;
}

a {
	color: var(--text-color);
	text-decoration: none;
}
.higlight{
	color: var(--txt-grey)!important;
}
em,b{
	color: var(--txt-grey);
}
address {
	font-style: normal;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* root險ｭ螳� */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
:root {
	/*繧ｫ繝ｩ繝ｼ髢｢菫�*/
	--main-color1:#69554D;
	--main-color:#737373;
	--base-color:#E3DDDC;
	--acs-color:rgba(115, 96, 91, 0.9);

	--btn-color: #4F3F39;

	--main-color2:#95cbc9;
	--base-color2:#BFFFDE;
	--acs-color2:#18a6a6b0;
	/* --text-color:#363237; */
	--text-color: #3e3e3e;
	--text-color2: #191919;
	--color2: #333;
	--color3: #777;
	--color4: #aaa;
	--color5: #ccc;
	--color6: #ddd;
	--color7: #eee;
	--color8: #F1F1F1;
	--error-color: #933E3E;
	/*繧ｳ繝ｳ繝�Φ繝�ｹ� - width*/
	--width-contents: 1200px;
	/*繝翫ン縺ｮ鬮倥＆*/
	--nav-height: 70px;
	/*繝輔か繝ｳ繝医ヵ繧｡繝溘Μ繝ｼ*/
	--font-g: "Rounded Mplus 1c";
	--font-a: fontawesome;
	--white:#fff;

	--bg-ribbon:#C3D3E1;

	--pupu-01:#95cbc9;

	--pupu-02:#C3E1E0;

	--pupu-03:#95B3CB;

	--txt-grey:#737373;

	--pupu-04:#c3e1e052;
}
.sbi_load_btn{
	background-color: var(--pupu-01)!important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* 蜈ｱ騾夊ｨｭ螳� */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
.conWrap {
	width: var(--width-contents);
	margin: 0 auto;
}

/*荳贋ｸ九菴咏區*/
.conMAXp {
	padding: 150px 0;
}

.conMINp {
	padding: 100px 0;
}

/*菴咏區*/
.conMAXm-t {
	margin-top: 100px;
}

.conMINm-t {
	padding: 50px 0;
}

.conMAXp-t {
	padding: 100px 0 0;
}

/* 隕句�縺暦ｼ育判蜒擾ｼ� */
.hLimg {
	/*蟾ｦ*/
	width: 100%;
	text-align: left;
	z-index: 2;
	position: relative;
}
.hlimg-title{
	position: absolute;
	top: -40px;
	left: 0;
	font-size: 20px;
	color: var(--pupu-01);
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8), 0px 0px 5px rgba(255, 255, 255, 0.5), 0px 0px 5px rgba(255, 255, 255, 0.5);

}
.hlimg-title-access{
	position: absolute;
	top: -40px;
	right: 0;
	font-size: 20px;
	color: var(--pupu-01);
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8), 0px 0px 5px rgba(255, 255, 255, 0.5), 0px 0px 5px rgba(255, 255, 255, 0.5);
}
.hlimg-title-2{
	position: absolute;
	top: -40px;
	left: 0;
	padding-left: 20px;
	font-size: 20px;
	color: var(--pupu-01);
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8), 0px 0px 5px rgba(255, 255, 255, 0.5), 0px 0px 5px rgba(255, 255, 255, 0.5);
}

.hRimg {
	width: 100%;
	text-align: right;
	position: relative;
	z-index: 2;
}

.hLimg img,
.hRimg img {
	width: auto;
	height: 50px;
}

.linkBtn {
	display: block;
	width: 300px;
	margin: 50px auto 0;
	padding: 20px 10px;
	background-color: var(--pupu-01);
	color: var(--white);
	text-align: center;
	font-weight: bold;
}

.linkBtn:hover {
	border-radius: 50px;
}

.mbImg,
.mbImg2 {
	display: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - */
#hamburger {
	display: none;
}

.change-color {
	background-color: #fff;
	transition: 0.5s;
	box-shadow: 0px 0px 10px rgba(000, 000, 000, 0.3);
}

/* - - - - - - - - - */
header {
	width: 100%;
	position: fixed;
	top: 0;
	display: block;
	z-index: 998;
}

.headerWrap {
	padding: 0 0 0 20px;
	height: var(--nav-height);
	display: flex;
	justify-content: space-between;
}

/*繝ｭ繧ｴ*/
.hdLogo,
.hdLogo a,
.hdLogo a img {
	display: block;
	width: 150px;
	height: 150px;
}

/*繝翫ン*/
/* - - - - - - - - - */
#pcHeader ul {
	height: var(--nav-height);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#pcHeader ul li {
	margin-left: 40px;
	letter-spacing: 1px;
	
}
#pcHeader ul li a{
	color: var(--txt-grey);
}

li.navMenu {
	padding-top: 10px;
	text-align: center;
	line-height: 1.2;
	position: relative;
}

li.navMenu span {
	display: block;
}

li.navMenu span img {
	width: auto;
	height: 15px;
}

li.navMenu::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: var(--main-color);
	bottom: -12px;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform 0.3s;
}

li.navMenu:hover::after {
	transform: scale(1, 1);
}

li.navMenu:hover a {
	color: var(--main-color);
}

li.contactMenu {
	height: var(--nav-height);
	background-color: var(--pupu-03);
	font-size: 18px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

li.contactMenu::after {
	background: var(--pupu-02);
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}

li.contactMenu:hover::after {
	transform: scale(1, 1);
}

li.contactMenu:hover a {
	color: var(--main-color);
	font-weight: bold;
}

.contactMenu a {
	display: block;
	color: #fff;
	padding: 0 50px;
	height: var(--nav-height);
	display: grid;
	place-items: center;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - */
footer {
	padding: 0 0 5px;
	background: linear-gradient(180deg, #fff 0%, #fff 50%, var(--pupu-02) 50%, var(--pupu-02) 100%);
}

.ftLogo {
	margin: 0 auto;
	padding-top: 150px;
	width: 200px;
}

.ftCon {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

/* - - - - - - - - - */
.ftAbout {
	flex: 1;
}

.ftAbout h3 {
	margin-bottom: 10px;
}

.ftAbout h3 img {
	width: auto;
	height: 30px;
}

.ftAbout h3 .rubby {
	display: flex;
    align-content: center;
    flex-direction: column;
    align-items: center;
}

.ftAbout h3 rt {
	display: block;
	text-align: center;
	letter-spacing: 10px;
	color: var(--txt-grey);
}

.ftAbout p {
	margin: 0;
}

/* - - - - - - - - - */
.ftSitemap {
	width: 50%;
}

.ftSitemap nav ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-end;
}

.ftSitemap nav ul li {
	text-align: right;
	padding-left: 50px;
	margin-top: 20px;
}

footer small {
	display: block;
	color: var(--txt-grey);
	text-align: right;
	margin: 20px 0 0;
}

/* SNS */
.snsBox {
	margin-top: 10px;
	display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.snsBox li {
	margin-left: 30px;
	font-size: 30px;
}

.snsBox li a {
	display: flex;
	padding: 5px 10px;
	align-items: center;
	background-color: var(--pupu-01);
	color: var(--white);
	width: 200px;
}

.snsBox li a:hover {
	background-color: var(--bg-ribbon);
}

.snsBox li span {
	display: block;
	margin-left: 10px;
	font-size: 12px;
	line-height: 1;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - */
#pan {
	padding: 5px 5%;
}

#pan ol {
	width: auto;
	font-size: 12px;
	display: flex;
	overflow-x: scroll;
	word-break: keep-all;
	white-space: nowrap;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

#pan ol::-webkit-scrollbar {
	display: none;
}

#pan ol li {
	display: block;
	color: var(--txt-grey);
}

#pan ol li::after {
	content: '\f105';
	font-family: var(--font-a);
	margin: 0 10px;
	color: var(--main-color);
	;
}

#pan ol li:last-child::after {
	content: '';
}

#pan ol li a {
	color: var(--txt-grey);
}

.panCurrent {
	text-decoration: underline;
}
.pageNavi{
	display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.pagination-san {
	margin-top: 50px;
	margin-bottom: 50px;
	width: 100%;
  }
  
  .pagination-san > ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin-top: 0px;
	flex-direction: row;
  }
  .pagination-san > ul> li {
	margin-bottom: 0px;
	width: auto;
  }
  .pagination-san > ul > li a,
  .pagination-san > ul > li span.page-link {
	display: block;
	height: 50px;
	width: 40px;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
	color: var(--white);
	border: solid 1px var(--txt-grey);
	background-color: var(--txt-grey);
	cursor: pointer;
  }
  .pagination-san ul li a:hover, .pagination-san ul li span.active {
	display: block;
	background-color: var(--pupu-01);
	border: solid 1px var(--pupu-01);
	color: #FFFFFF;
	font-weight: bold;
	transition: all 0.3s ease;
  }
  
  .pageBack {
	margin-top: -50px;
	text-align: left;
  }
  .pageBack button {
	border: none;
	background: none;
	cursor: pointer;
  }
  .pageBack button:hover i {
	transition: all 0.3s ease;
  }
  
@media screen and (max-width:1300px) {

	/*900px*/
	/* - - - - - - - - - - - - - - - - - - - - - - - - */
	/* root險ｭ螳� */
	/* - - - - - - - - - - - - - - - - - - - - - - - - */
	:root {
		/*繧ｳ繝ｳ繝�Φ繝�ｹ� - width*/
		--width-contents: 900px;
	}

	/* - - - - - - - - - - - - - - - - - - - - - - - - */
	/* 笘�footer */
	/* - - - - - - - - - - - - - - - - - - - - - - - - */
	/* 繧ｵ繧､繝医�繝�� */
	/* - - - - - - - - - */
	.ftSitemap nav ul li {
		padding-left: 30px;
		margin-top: 10px;
	}

	/* SNS */
	.snsBox {
		margin-top: 10px;
	}
}

@media screen and (max-width:1140px) {
	#pcHeader ul li {
		margin-left: 20px;
	}
}
@media screen and (max-width:1024px) {
	#pcHeader ul li {
		margin-left: 15px;
	}
}
/* @media screen and (1300 - 961)  */

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

	/*95%*/
	/*荳贋ｸ九菴咏區*/
	.conMAXp {
		padding: 100px 0;
	}

	.conMINp {
		padding: 70px 0;
	}

	/*菴咏區*/
	.conMAXm-t {
		margin-top: 70px;
	}

	.conMINm-t {
		padding: 50px 0;
	}

	.conMAXp-t {
		padding: 70px 0 0;
	}

	/*逕ｻ蜒�*/
	.pcImg {
		display: none;
		margin: 0!important;
	}

	.mbImg {
		display: block;
	}

	:root {
		/*繧ｳ繝ｳ繝�Φ繝�ｹ� - width*/
		--width-contents: 95%;
	}

	/* - - - - - - - - - - - - - - - - - - - - - - - - */
	/* 蜈ｱ騾夊ｨｭ螳� */
	/* - - - - - - - - - - - - - - - - - - - - - - - - */
	/* 隕句�縺暦ｼ育判蜒擾ｼ� */
	.hLimg img,
	.hRimg img {
		width: auto;
		height: 40px;
	}

	/* - - - - - - - - - - - - - - - - - - - - - - - - */
	/* 笘�header */
	/* - - - - - - - - - - - - - - - - - - - - - - - - */
	#pcHeader {
		display: none;
	}

	#hamburger {
		display: block;
	}

	/* - - - - - - - - - */
	/*繝ｭ繧ｴ*/
	.hdLogo,
	.hdLogo a,
	.hdLogo a img {
		display: block;
		width: 70px;
		height: 70px;
	}

	/*繝翫ン*/
	/* - - - - - - - - - */
	#hamburger,
	.topNavi {
		display: block;
	}

	.toggle {
		position: fixed;
		right: 15px;
		top: 15px;
		display: block;
		width: 45px;
		height: 40px;
		cursor: pointer;
		z-index: 3;
	}

	.toggle span {
		display: block;
		position: absolute;
		width: 70%;
		border-bottom: solid 3px var(--main-color);
		padding-top: 5px;
		right: 7px;
		color: #fff;
	}

	.toggle span:nth-child(1) {
		top: 3px;
	}

	.toggle span:nth-child(2) {
		top: 13px;
	}

	.toggle span:nth-child(3) {
		top: 23px;
	}

	.toggle.active span:nth-child(1) {
		top: 15px;
		left: 4px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border-bottom: solid 3px var(--main-color);
	}

	.toggle.active span:nth-child(2),
	.toggle.active span:nth-child(3) {
		top: 15px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		border-bottom: solid 3px var(--main-color);
	}

	/*螻暮幕繝｡繝九Η繝ｼ*/
	#global_navi {
		position: fixed;
		width: 100%;
		height: 100%;
		padding-bottom: 100px;
		top: 0;
		right: -100%;
		background-color: var(--pupu-02);
		padding-top: 30px;
		overflow: scroll;
		box-shadow: 0px 0px 5px rgba(000, 000, 000, 0.3);
	}

	/*繝｡繝九Η繝ｼ鬆�岼*/
	#global_navi ul {
		margin: 0 auto;
		width: 300px;
	}

	li.mBnav {
		border-bottom: solid 1px var(--main-color);
	}

	#global_navi li:nth-of-type(3) {
		border-bottom: none;
	}

	li.mBnav a {
		display: block;
		text-align: center;
		padding: 14px 0;
		color: var(--txt-grey);
	}

	li.mBnav a span {
		display: block;
		margin: 0 auto;
	}

	li.mBnav a span img {
		width: auto;
		height: 20px;
	}

	/*莠育ｴ��繧ｿ繝ｳ*/
	.mBnav-contact a {
		color: var(--white);
		margin: 20px 0 5px;
	}
	.mBnav-contact p a {
		color: var(--txt-grey);
		margin: 20px 0 5px;
	}

	li.mBnav-contact p {
		text-align: center;
		margin: 0 0 5px;
		font-weight: bold;
		font-size: 25px;
	}

	li.mBnav-contact p span {
		display: block;
		text-align: left;
		font-size: 12px;
		font-weight: normal;
	}

}

/* @media screen and (960 - 601)  */



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

	/* - - - - - - - - - - - - - - - - - - - - - - - - */
	/* 笘�footer */
	/* - - - - - - - - - - - - - - - - - - - - - - - - */
	footer {
		padding: 0 0 5px;
		background: none;
	}

	.ftLogo {
		display: none;
	}

	.ftCon {
		flex-direction: column;
	}

	/* 蠎苓�諠��ｱ */
	/* - - - - - - - - - */
	.ftAbout {
		width: 100%;
		padding: 0 0 20px;
	}

	.ftAbout h3 {
		margin-bottom: 10px;
	}

	.ftAbout h3 img {
		width: auto;
		height: 30px;
	}

	.ftAbout h3 rt {
		display: block;
		text-align: center;
		letter-spacing: 10px;
	}

	.ftAbout p {
		margin: 0;
	}

	/* 繧ｵ繧､繝医�繝�� */
	/* - - - - - - - - - */
	.ftSitemap {
		width: 100%;
	}

	.ftSitemap nav ul {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.ftSitemap nav ul li {
		width: 50%;
		text-align: center;
		padding: 20px 5px;
		margin-top: 0;
		border-top: solid 1px var(--txt-grey);
	}

	.ftSitemap nav ul li:nth-of-type(7),
	.ftSitemap nav ul li:nth-of-type(8) {
		border-bottom: solid 1px var(--txt-grey);
	}

	.ftSitemap nav ul li:nth-of-type(2n) {
		border-left: solid 1px var(--txt-grey);
	}

	/* .ftSitemap nav ul li:nth-of-type(7) {
		border-right: solid 1px var(--main-color);
	} */

	footer small {
		display: block;
		text-align: right;
		margin: 20px 0 0;
	}

	/* SNS */
	.snsBox {
		margin-top: 20px;
		justify-content: space-around;
	}

	.snsBox li {
		margin: 0;
		font-size: 30px;
	}

	.snsBox li a {
		display: flex;
		padding: 5px 10px;
		align-items: center;
		color: var(--white);
		justify-content: center;
	}

	.snsBox li span {
		display: block;
		margin-left: 10px;
		font-size: 12px;
		line-height: 1;
	}
}

/* @media screen and (600 - 481)  */



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

	/* - - - - - - - - - - - - - - - - - - - - - - - - */
	/* 隕句�縺暦ｼ育判蜒擾ｼ� */
	.hLimg img,
	.hRimg img {
		width: auto;
		height: 30px;
	}

	/* SNS */
	.snsBox {
		margin-top: 20px;
		flex-direction: column;
		justify-content: center;
	}

	.snsBox li {
		width: 80%;
		margin: 0 auto 10px;
		font-size: 30px;
	}

	.snsBox li a {
		padding: 10px;
		width: 100%;
	}
}

/* @media screen and (480 - )  */