@charset "UTF-8";
/* /st/about/zeburaruta-kun/ css */


/* フォント
-------------------------------------------------- */
@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url('../fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Regular.woff2') format('woff2'),
       url('../fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url('../fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Medium.woff2') format('woff2'),
       url('../fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url('../fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Bold.woff2') format('woff2'),
       url('../fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url('../fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-ExtraBold.woff2') format('woff2'),
       url('../fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mochiy Pop One";
  src: url('../fonts/Mochiy_Pop_One/MochiyPopOne-Regular.woff2') format('woff2'),
       url('../fonts/Mochiy_Pop_One/MochiyPopOne-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
	background: #BCDFEB;
	color: #282C30;
	font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.4;
}
body:not(.loaded) {
	background: #fff;
	overflow: hidden;
	height: 100vh;
}
body:not(.loaded) *:not:(.p-loading) {
	opacity: 0;
}
body * {
	letter-spacing: 0;
}
@media only screen and (max-width: 1024px) {
	html:has(body.modaal-noscroll) {
		overflow: hidden;
	}
}



/* フォント
-------------------------------------------------- */
i.icon {
	display: inline-block;
	position: relative;
}
i.icon:before {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
i.icon-instagram:before {
	background-image: url(../images/icon_instagram.svg);
}
i.icon-facebook:before {
	background-image: url(../images/icon_facebook.svg);
}
i.icon-youtube:before {
	background-image: url(../images/icon_youtube.svg);
}



/* 共通ヘッダー・フッターを非表示
-------------------------------------------------- */
.l-header,
.l-header-block-support,
.l-header-block-search,
.l-menu,
.l-footer,
.l-breadcrumb {
	display: none !important;
}
.l-main {
	padding-top: 0 !important;
}
.l-main__contents > * {
	max-width: initial;
}


a {
	text-decoration: none !important;
}


@media only screen and (min-width: 1025px) {
	.p-sp-only {
		display: none !important;
	}
}
@media only screen and (max-width: 1024px) {
	.p-pc-only {
		display: none !important;
	}
}




/* ローディング
-------------------------------------------------- */
.p-loading {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 10000;
}
.p-loading__loader,
.p-loading__icon {
	margin: 0 !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.p-loading__loader {
	height: 150px;
	width: 150px;
}
.p-loading__loader .icon-circle {
  animation: spin 1.5s linear infinite;
	background-image: url(../images/loading_circle.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	display: block;
	height: 100%;
	width: 100%;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.p-loading__icon {
	color: transparent;
	font-size: 0;
	height: 62px;
	width: 48px;
}
.p-loading__icon .icon-zeburaruta {
	background-image: url(../images/loading_icon.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100% auto;
	display: block;
	height: 100%;
	width: 100%;
}
@media only screen and (max-width: 1024px) {
	.p-loading__loader {
		height: 120px;
		width: 120px;
	}
	.p-loading__icon {
		height: 51px;
		width: 39px;
	}
}





/* ヘッダー
-------------------------------------------------- */
.p-header {
	height: 120px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.p-header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding-inline: 40px;
}
.p-header__logo {
	width: 171px;
}
.p-header__logo img {
	width: 100%;
}
.p-header__menu {
	position: fixed;
	top: 0;
	right: 0;
}
.p-header__menu_trigger {
	font-family: "Mochiy Pop One", sans-serif;
	height: 56px;
	position: absolute;
	top: 32px;
	right: 40px;
	width: 146px;
	z-index: 101;
}
.p-header__menu_trigger button {
	background: rgba(255,255,255,0.6);
	border-radius: 100px;
	border: 2px solid #306FB8;
	color: #306FB8;
	display: flex;
  justify-content: center;
  align-items: center;
	height: 100%;
	width: 100%;
}
.p-header__menu_trigger .icon-menu {
	background-image: url(../images/icon_menu.svg);
	height: 32px;
	margin-right: 8px;
	width: 32px;
}
.p-header__menu_inner {
	background: #fff;
	height: 100vh;
	font-family: "Mochiy Pop One", sans-serif;
	overflow-y: auto;
	position: absolute;
	top: 0;
	right: 0;
	padding: 40px;
	transition: 0.3s all;
	transform: translateX(100%);
	width: 500px;
	z-index: 102;
}
.p-header.is-open .p-header__menu_inner {
	transform: translateX(0);
}
.p-header__menu_close {
	height: 32px;
	position: absolute;
	top: 40px;
	right: 40px;
	width: 32px;
}
.p-header__menu_close button {
	background-image: url(../images/icon_close.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	display: block;
	color: transparent;
	font-size: 0;
	height: 100%;
	width: 100%;
}
.p-header__menu_heading {
	color: #306FB8;
	font-size: 3.6rem;
	line-height: 1;
}
.p-header__menu_nav {
	margin-top: 60px;
	padding-left: 24px;
}
.p-header__menu_nav > ul > li {
	font-size: 2.4rem;
}
.p-header__menu_nav > ul > li:nth-of-type(n+2) {
	margin-top: 40px;
}
.p-header__menu_nav > ul > li a {
	color: #306FB8;
	display: inline-block;
	font-size: 2.4rem;
	line-height: 1;
}
.p-header__menu_overlay {
	background: rgba(0,0,0,0.3);
	height: 100vh;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	transition: 0.3s all;
	width: 100vw;
	z-index: 101;
}
.p-header.is-open .p-header__menu_overlay {
	opacity: 1;
	pointer-events: initial;
}
@media only screen and (max-width: 1024px) {
	.p-header {
		position: absolute;
		height: 68px;
	}
	.p-header__inner {
		justify-content: center;
		padding-inline: 16px;
	}
	.p-header__logo {
		width: 122px;
	}
	.p-header__menu {
		display: none;
	}
}



/* フッター
-------------------------------------------------- */
.p-footer {
	color: #fff;
	padding-top: 80px;
	position: relative;
}
.p-footer a {
	color: #fff;
}
.p-footer__upper {
	position: relative;
}
.p-footer__upper:after {
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 100%;
	content: "";
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 130%;
	z-index: -1;
}
.p-footer__image {
	position: relative;
}
.p-footer__image:before,
.p-footer__image:after {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
	content: "";
  position: absolute;
	z-index: 1;
}
.p-footer__image:before {
	background-image: url(../images/footer_il01.png);
	left: calc(50% - 705px);
	height: 160px;
	bottom: -10px;
	width: 476px;
}
.p-footer__image:after {
	background-image: url(../images/footer_il02.png);
	right: calc(50% - 645px);
	height: 148px;
	bottom: 10px;
	width: 442px;
}
.p-footer__image img {
	display: block;
	margin-inline: auto;
	width: 300px;
}
.p-footer__lower {
	padding: 40px 40px 16px;
	background: #7ec92c;
}
.p-footer__followusBlock_heading {
	color: #fff;
	font-family: "Mochiy Pop One", sans-serif;
	font-size: 2.4rem;
	line-height: 1;
	text-align: center;
}
.p-footer__followusBlock_list {
	border-bottom: 2px solid #fff;
	margin-top: 24px;
	margin-inline: auto;
	max-width: 580px;
	padding-bottom: 24px;
}
.p-footer__followusBlock_list > li:nth-of-type(n+2) {
	margin-top: 16px;
}
.p-footer__followusBlock_list > li a {
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.p-footer__followusBlock_list > li .icon {
	height: 32px;
	width: 32px;
}
.p-footer__followusBlock_list > li .text-title,
.p-footer__followusBlock_list > li .text-account {
	margin-top: 0;
}
.p-footer__logo {
	margin-top: 24px;
	margin-inline: auto;
	width: 184px;
}
.p-footer__message,
.p-footer__copyright {
	font-size: 1.2rem;
	margin-top: 24px;
	text-align: center;
}
.p-backtotop {
	display: none;
	height: 86px;
	position: fixed;
	bottom: 32px;
	left: 32px;
	width: 80px;
	z-index: 99;
}
.p-backtotop button {
	background-image: url(../images/btn_pagetop.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	display: block;
	color: transparent;
	font-size: 0;
	height: 100%;
	width: 100%;
}
@media only screen and (min-width: 1025px) {
	.p-footer__upper {
		padding-bottom: 10px;
	}
	.p-footer__followusBlock_list > li .text-title {
		margin-left: 24px;
	}
	.p-footer__followusBlock_list > li .text-account {
		margin-left: auto;
	}
}
@media only screen and (max-width: 1024px) {
	.p-footer {
		overflow: hidden;
		padding-top: 40px;
	}
	.p-footer__upper:after {
		background-image: url(../images/footer_bg_sp.png);
		height: 30px;
    bottom: -1px;
    width: 150%;
	}
	.p-footer__image:before {
		background-image: url(../images/footer_il01_sp.png);
		left: calc(50% - 195px);
		height: 69px;
		bottom: 7px;
		width: 124px;
	}
	.p-footer__image:after {
		background-image: url(../images/footer_il02_sp.png);
		right: calc(50% - 195px);
		height: 70px;
		bottom: 7px;
		width: 123px;
	}
	.p-footer__image img {
		width: 127px;
	}
	.p-footer__lower {
		padding: 24px 24px 12px;
	}
	.p-footer__followusBlock_heading {
		font-size: 1.6rem;
	}
	.p-footer__followusBlock_list {
		border-bottom-width: 1px;
		max-width: initial;
		margin-inline: 16px;
	}
	.p-footer__followusBlock_list > li a {
		display: block;
		min-height: 32px;
		padding-left: 48px;
		position: relative;
	}
	.p-footer__followusBlock_list > li .icon {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.p-footer__followusBlock_list > li .text-title {
		font-size: 1.2rem;
		font-weight: 800;
	}
	.p-footer__followusBlock_list > li .text-account {
		font-size: 1rem;
	}
	.p-footer__logo {
		width: 122px;
	}
	.p-footer__message,
	.p-footer__copyright {
		font-size: 1rem;
	}
	.p-backtotop {
		height: 64px;
		bottom: 16px;
		left: 16px;
		width: 60px;
	}
}




/* コンポーネント
-------------------------------------------------- */
.p-component-button {
	display: table;
	margin-inline: auto;
	margin-bottom: 4px;
	max-width: 100%;
}
.p-component-button > * {
	background: #3375BB;
	box-shadow: 0 4px 0 #1C5999;
	border-radius: 12px;
	color: #fff;
	display: block;
	font-family: "Mochiy Pop One", sans-serif;
	padding: 12px 20px;
	text-align: center;
	width: 100%;
}

.slick-nav-arrows {
	display: flex;
	justify-content: center;
}
.slick-nav-arrows .slick-arrow {
	background: #3375BB;
	box-shadow: 0 6px 0 #1C5999;
	border-radius: 12px;
  margin-bottom: 6px;
	color: transparent;
  cursor: pointer;
	font-size: 0;
	height: 46px;
  position: relative;
	transition: 0.2s ease-in-out;
	text-align: center;
	width: 90px;
}
.slick-nav-arrows .slick-arrow:after {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	content: "";
	height: 18px;
  margin-inline: auto;
  position: absolute;
  left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
  width: 15px;
}
.slick-nav-arrows .slick-prev:after {
	background-image: url(../images/icon_control_prev.svg);
}
.slick-nav-arrows .slick-next:after {
	background-image: url(../images/icon_control_next.svg);
}
.slick-nav-arrows .slick-arrow.slick-disabled {
	background: #E2E2E2;
	box-shadow: 0 6px 0 #B7B7B7;
	pointer-events: none;
}
@media only screen and (min-width: 1025px) {
	.slick-nav-arrows .slick-arrow:hover {
		opacity: 0.8;
	}
}
@media only screen and (max-width: 1024px) {
	.slick-nav-arrows .slick-arrow {
		box-shadow: 0 4px 0 #1C5999;
		margin-bottom: 4px;
		width: 64px;
	}
	.slick-nav-arrows .slick-arrow.slick-disabled {
		box-shadow: 0 4px 0 #B7B7B7;
	}
}




/* keyvisual
-------------------------------------------------- */
.p-keyvisual {
	background-image: url(../images/kv_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 146px;
	height: 846px;
	overflow: hidden;
	padding-inline: 40px;
	position: relative;
}
.p-keyvisual__image {
	margin-inline: auto;
	width: 663px;
	max-width: 100%;
}
.p-keyvisual h1 {
	color: #fff;
	font-family: "Mochiy Pop One", sans-serif;
	font-size: 6.4rem;
	line-height: 1;
	/*margin-top: 20px;*/
	text-align: center;
}
.p-keyvisual__pickupBlock {
	background: rgba(255,255,255,0.8);
	border-radius: 12px;
	display: flex;
  justify-content: flex-start;
	margin-top: 32px;
	margin-inline: auto;
	padding: 12px 16px;
	width: 500px;
}
.p-keyvisual__pickupBlock_heading {
	border-right: 2px solid #fff;
	color: #6CA02D;
	font-family: "Mochiy Pop One", sans-serif;
	max-width: 93px;
	min-width: 93px;
}
.p-keyvisual__pickupBlock_body {
	padding-left: 16px;
}
@media only screen and (max-width: 1024px) {
	.p-keyvisual {
		background-image: url(../images/kv_bg_sp.png);
		padding-bottom: 66px;
		height: calc(676 / 375 * 100vw);
		padding-inline: 0;
	}
	.p-keyvisual__image {
		width: 408px;
	}
	.p-keyvisual h1 {
		font-size: calc(40 / 375 * 100vw);
	}
	.p-keyvisual__pickupBlock {
		margin-top: 24px;
		padding: 8px 12px;
		width: calc(100vw - 48px);
	}
	.p-keyvisual__pickupBlock_heading {
		font-size: 1.2rem;
		max-width: 75px;
		min-width: 75px;
	}
	.p-keyvisual__pickupBlock_body {
		font-size: 1.4rem;
	}
}



/* section
-------------------------------------------------- */
.p-section {
	padding-inline: 40px;
	position: relative;
}
.p-section__title {
	color: #3375BB;
	font-size: 4.8rem;
	font-family: "Mochiy Pop One", sans-serif;
	text-align: center;
}
.p-section__summaryText {
	font-size: 2rem;
	margin-top: 16px;
	text-align: center;
}
@media only screen and (max-width: 1024px) {
	.p-section {
		padding-inline: 16px;
	}
	.p-section__title {
		font-size: 3.2rem;
	}
	.p-section__summaryText {
		font-size: 1.4rem;
		margin-top: 12px;
	}
}



/* anchor
-------------------------------------------------- */
.p-anchorBlock {
	margin-top: 40px;
	padding-inline: 40px;
}
.p-anchorBlock > ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.p-anchorBlock > ul li {
	border-bottom: 3px solid #3375BB;
	font-size: 2rem;
  font-weight: 800;
	text-align: center;
	width: 100%;
}
.p-anchorBlock > ul li a {
	color: #3375BB;
	display: block;
	height: 100%;
	line-height: 60px;
	width: 100%;
}
.p-anchorBlock > ul li a span {
	padding-right: 30px;
	position: relative;
}
.p-anchorBlock > ul li a span:after {
	border-top: 3px solid #3375BB;
  border-right: 3px solid #3375BB;
  content: "";
  height: 11px;
	margin-top: -2px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(135deg);
  width: 11px;
}
@media only screen and (min-width: 1025px) {
	.p-anchorBlock > ul {
		margin-inline: auto;
		max-width: 1080px;
	}
}
@media only screen and (max-width: 1024px) {
	.p-anchorBlock {
		margin-top: 0;
		padding-inline: 16px;
	}
	.p-anchorBlock > ul {
		flex-wrap: wrap;
	}
	.p-anchorBlock > ul li {
		border-bottom-width: 2px;
		font-size: 1.4rem;
	}
	.p-anchorBlock > ul li:nth-of-type(1),
	.p-anchorBlock > ul li:nth-of-type(2),
	.p-anchorBlock > ul li:nth-of-type(3) {
		width: 33.333%;
	}
	.p-anchorBlock > ul li:nth-of-type(4),
	.p-anchorBlock > ul li:nth-of-type(5) {
		margin-top: 16px;
		width: 50%;
	}
	.p-anchorBlock > ul li a {
		line-height: 38px;
	}
	.p-anchorBlock > ul li a span {
		padding-right: 20px;
	}
	.p-anchorBlock > ul li a span:after {
		border-top-width: 2px;
		border-right-width: 2px;
		height: 9px;
		margin-top: -1px;
		width: 9px;
	}
}




/* まいにちゼブラルタくん
-------------------------------------------------- */
.p-section--everyday {
	background: #FFF7EE;
	position: relative;
}
.p-section--everyday:before {
	background-image: url(../images/everyday_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	content: "";
	height: 96px;
	position: absolute;
	top: -96px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1;
}
.p-section--everyday .p-section__title {
	font-size: 3.2rem;
	padding-top: 65px;
	position: relative;
}
.p-section--everyday .p-section__title .subtext {
	display: inline-block;
	line-height: 1;
  position: absolute;
  padding-inline: 26px;
	top: 12px;
  left: calc(50% - 215px);
  transform: rotate(-12deg);
  font-size: 4rem;
}
.p-section--everyday .p-section__title .subtext:before,
.p-section--everyday .p-section__title .subtext:after {
	background: #3375BB;
	border-radius: 100px;
	content: "";
	height: 30px;
	position: absolute;
	bottom: 0;
	width: 5px;
}
.p-section--everyday .p-section__title .subtext:before {
	left: 0;
  transform: rotate(-36deg);
}
.p-section--everyday .p-section__title .subtext:after {
	right: 0;
  transform: rotate(36deg);
}
.p-section--everyday .p-section__title .largetext {
	font-size: 4.8rem;
	line-height: 1;
}
.p-everyday-contentsBlock {
	margin-inline: -40px;
}
.p-everyday-contentsBlock__upper {
	min-height: 460px;
	padding-inline: 40px;
	position: relative;
}
.p-everyday-contentsBlock__movie {
	height: 460px;
	line-height: 0;
	margin-top: 12px;
	pointer-events: none;
	position: relative;
	text-align: center;
	z-index: 0;
}
.p-everyday-contentsBlock__movie video,
.p-everyday-contentsBlock__movie .image-background {
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1440px;
}
.p-everyday-contentsBlock__movie video {
  z-index: -2;
}
.p-everyday-contentsBlock__movie .image-background {
	max-width: initial;
	opacity: 0;
	transition: 0.5s all;
  z-index: -1;
}
.p-everyday-contentsBlock__movie.loaded .image-background {
	opacity: 1;
}
.p-everyday-contentsBlock__character {
	margin-inline: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	text-align: center;
	transition: 0.5s all;
	z-index: 2;
}
.p-everyday-contentsBlock__character.display {
	opacity: 1;
	pointer-events: initial;
	transition-delay: 2s;
}
.p-everyday-contentsBlock__character .text-comment {
	background: #fff;
	box-shadow: 0 6.45px 6.45px rgba(98,98,98,0.25);
	border-radius: 12px;
	display: table;
	line-height: 1.5;
	margin-inline: auto;
	padding: 16px 24px;
	position: relative;
}
.p-everyday-contentsBlock__character .text-comment:after {
	background-image: url(../images/icon_balloon_arrow.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	content: "";
	height: 30px;
  margin-inline: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -29px;
  width: 38px;
}
.p-everyday-contentsBlock__character .image-character {
	margin-top: 40px;
	margin-inline: auto;
	width: 280px;
}
.p-everyday-contentsBlock__lower {
	background: #BCDFEB;
	min-height: 118px;
	padding: 32px 40px;
	position: relative;
}
.p-everyday-contentsBlock__trigger {
	margin-inline: auto;
	margin-bottom: 6px;
	width: 320px;
}
.p-everyday-contentsBlock__trigger button {
	background: #E2E2E2;
	box-shadow: 0 6px 0 #B7B7B7;
	border-radius: 16px;
	color: #fff;
	display: block;
	font-family: "Mochiy Pop One", sans-serif;
	font-size: 2rem;
	padding: 10px 20px;
	pointer-events: none;
	text-align: center;
	width: 100%;
}
.p-everyday-contentsBlock__trigger.active button {
	background: #3375BB;
	box-shadow: 0 6px 0 #1C5999;
	pointer-events: initial;
}
.p-everyday-contentsBlock__trigger.clicked button {
	color: transparent;
	pointer-events: none;
}
.p-everyday-contentsBlock__charactername {
	display: none;
	margin-bottom: 6px;
}
.p-everyday-contentsBlock__charactername > span {
	background: #3375BB;
	box-shadow: 0 6px 0 #1C5999;
	border-radius: 16px;
	color: #fff;
	display: table;
	font-family: "Mochiy Pop One", sans-serif;
	font-size: 2rem;
	padding: 10px 20px;
	min-width: 320px;
	margin-inline: auto;
	text-align: center;
}
@media only screen and (max-width: 1024px) {
	.p-section--everyday {
		padding-top: 32px;
	}
	.p-section--everyday:before {
		background-image: url(../images/everyday_bg_sp.png);
		height: 36px;
		top: -36px;
	}
	.p-section--everyday .p-section__title {
		font-size: 2.4rem;
		padding-top: 40px;
	}
	.p-section--everyday .p-section__title .subtext {
		top: 8px;
		left: calc(50% - 140px);
		font-size: 2.4rem;
		padding-inline: 12px;
	}
	.p-section--everyday .p-section__title .subtext:before,
	.p-section--everyday .p-section__title .subtext:after {
		height: 18px;
		width: 4px;
	}
	.p-section--everyday .p-section__title .subtext:before {
		left: 0;
		transform: rotate(-36deg);
	}
	.p-section--everyday .p-section__title .subtext:after {
		right: 0;
		transform: rotate(36deg);
	}
	.p-section--everyday .p-section__title .largetext {
		font-size: 4rem;
	}
	.p-everyday-contentsBlock {
		margin-inline: -16px;
	}
	.p-everyday-contentsBlock__upper {
		min-height: 307px;
		padding-inline: 16px;
	}
	.p-everyday-contentsBlock__movie {
		height: 307px;
		margin-top: 16px;
	}
	.p-everyday-contentsBlock__movie video,
	.p-everyday-contentsBlock__movie .image-background {
		height: 100%;
		width: 961px;
	}
	.p-everyday-contentsBlock__character .text-comment {
		font-size: 1.4rem;
		line-height: 1.4;
		max-width: calc(100% - 48px);
		padding: 12px 14px;
	}
	.p-everyday-contentsBlock__character .text-comment:after {
		height: 26px;
		bottom: -22px;
		width: 28px;
	}
	.p-everyday-contentsBlock__character .image-character {
		margin-top: 20px;
		width: 180px;
	}
	.p-everyday-contentsBlock__lower {
		padding-top: 24px;
		padding-bottom: 40px;
	}
	.p-everyday-contentsBlock__trigger {
		max-width: 100%;
		margin-bottom: 4px;
		width: 300px;
	}
	.p-everyday-contentsBlock__trigger button {
		box-shadow: 0 4px 0 #B7B7B7;
		border-radius: 12px;
		font-size: 1.6rem;
		padding: 12px 20px;
	}
	.p-everyday-contentsBlock__charactername {
		margin-bottom: 4px;
	}
	.p-everyday-contentsBlock__charactername > span {
		box-shadow: 0 4px 0 #1C5999;
		border-radius: 12px;
		font-size: 1.6rem;
		padding: 12px 20px;
		min-width: 300px;
		max-width: 100%;
	}
}



/* ゼブラルタくんって誰？
-------------------------------------------------- */
.p-section--introduction {
	background-image: url(../images/introduction_bg02.png);
	background-repeat: no-repeat;
	background-position: center top 100px;
	background-size: 1673px auto;
	padding-top: 80px;
	padding-bottom: 30px;
}
.p-section--introduction .p-section__title {
	font-size: 3.6rem;
}
.p-section--introduction .p-section__title .largetext {
	font-size: 4.8rem;
	line-height: 1;
}
.p-introduction-contentsBlock {
	background-image: url(../images/introduction_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-inline: auto;
	min-height: 903px;
	text-align: center;
	width: 928px;
}
.p-introduction-contentsBlock__inner {
	padding-bottom: 120px;
	width: 100%;
}
.p-introduction-contentsBlock__text {
	margin-top: 32px;
}
.p-introduction-contentsBlock__text p {
	font-size: 2rem;
	line-height: 2.2;
}
.p-introduction-contentsBlock__text p + p {
	margin-top: 24px;
}
.p-introduction-contentsBlock__text p span {
	background: #fff;
  padding: 4px 8px;
}
@media only screen and (max-width: 1024px) {
	.p-section--introduction {
		background-image: url(../images/introduction_bg02_sp.png);
		background-size: 504px auto;
		padding-top: 60px;
		padding-bottom: 32px;
	}
	.p-section--introduction .p-section__title {
		font-size: 2.4rem;
	}
	.p-section--introduction .p-section__title .largetext {
		font-size: 3.6rem;
	}
	.p-introduction-contentsBlock {
		background-size: 705px auto;
		margin-inline: -16px;
		min-height: 685px;
		width: 100vw;
	}
	.p-introduction-contentsBlock__inner {
		padding-bottom: 60px;
	}
	.p-introduction-contentsBlock__text {
		margin-top: 16px;
	}
	.p-introduction-contentsBlock__text p {
		font-size: 1.4rem;
		line-height: 2;
	}
	.p-introduction-contentsBlock__text p + p {
		margin-top: 12px;
	}
	.p-introduction-contentsBlock__text p span {
		padding: 2px 4px;
	}
}



/* Profile
-------------------------------------------------- */
.p-section--profile {
	padding-top: 30px;
	padding-bottom: 45px;
}
.p-section--profile .p-section__title {
	font-size: 4rem;
}
.p-profile-contentsBlock {
	background: #fff;
	margin-top: 24px;
	border-radius: 16px;
	padding: 40px;
}
.p-profile-contentsBlock__text .text-name {
	color: #3375BB;
	font-family: "Mochiy Pop One", sans-serif;
	font-size: 3.6rem;
}
.p-profile-contentsBlock__text .text-profile {
	margin-top: 16px;
}
.p-profile-contentsBlock__text .text-profile > dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.p-profile-contentsBlock__text .text-profile > dl + dl {
	margin-top: 12px;
}
.p-profile-contentsBlock__text .text-profile > dl dt {
	color: #818181;
	font-size: 1.4rem;
}
.p-profile-contentsBlock__text .text-profile > dl dd {
	text-align: right;
}
.p-profile-contentsBlock .p-component-button {
	margin-top: 36px;
	width: 280px;
}
.p-profile-imageBlock + .slick-nav-arrows {
	margin-top: 24px;
}
.p-profile-imageBlock + .slick-nav-arrows .slick-arrow {
	margin-inline: 6px;
}
@media only screen and (min-width: 1025px) {
	.p-profile-contentsBlock {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		margin-inline: auto;
		max-width: 775px;
	}
	.p-profile-contentsBlock__image {
		width: calc(323 / 695 * 100%);
	}
	.p-profile-contentsBlock__text {
		width: calc(340 / 695 * 100%);
	}
	/* popup */
	.modaal-container .p-profile-imageBlock {
		display: flex;
		justify-content: space-between;
		margin-inline: 32px;
	}
	.modaal-container .p-profile-imageBlock__item {
		width: calc(416 / 856 * 100%);
	}
	.p-profile-imageBlock + .slick-nav-arrows {
		display: none;
	}
}
@media only screen and (max-width: 1024px) {
	.p-section--profile {
		padding-bottom: 32px;
	}
	.p-section--profile .p-section__title {
		font-size: 2rem;
	}
	.p-profile-contentsBlock {
		border-radius: 16px;
		margin-top: 12px;
		padding: 24px;
	}
	.p-profile-contentsBlock__image {
		max-width: 280px;
		margin-inline: auto;
		width: 100%;
	}
	.p-profile-contentsBlock__text {
		margin-top: 24px;
	}
	.p-profile-contentsBlock__text .text-name {
		font-size: 2.4rem;
		text-align: center;
	}
	.p-profile-contentsBlock__text .text-profile {
		margin-top: 12px;
	}
	.p-profile-contentsBlock__text .text-profile > dl dt {
		font-size: 1.2rem;
	}
	.p-profile-contentsBlock__text .text-profile > dl dd {
		font-size: 1.4rem;
	}
	.p-profile-contentsBlock .p-component-button {
		margin-top: 24px;
	}
	/* popup */
	.modaal-container .p-profile-imageBlock {
		margin-inline: 8px;
	}
	.p-profile-imageBlock > .p-profile-imageBlock__item:nth-of-type(n+2) {
		display: none;
	}
	.p-profile-imageBlock__item img {
		display: block;
		margin-inline: auto;
		max-width: 500px;
		width: 100%;
	}
}



/* ゼブラルタくんファミリー
-------------------------------------------------- */
.p-section--family {
	padding-top: 45px;
	padding-bottom: 80px;
}
.p-section--family .p-section__title {
	font-size: 4rem;
}
.p-family-contentsBlock {
	margin-top: 24px;
	position: relative;
}
.p-family-contentsBlock__items:not(.slick-slider),
.p-family-contentsBlock__items:not(.slick-slider) ~ .slick-nav-arrows,
.p-family-contentsBlock__items:not(.slick-slider) ~ .slick-pagecount {
	display: none;
}
.p-family-contentsBlock__item {
	background: #fff;
	border-radius: 16px;
	padding: 32px 24px 24px;
}
.p-family-contentsBlock__item .item-image {
	margin-inline: auto;
	width: 90px;
}
.p-family-contentsBlock__item .item-name {
	color: #3375BB;
	font-family: "Mochiy Pop One", sans-serif;
	font-size: 2.4rem;
	margin-top: 16px;
	text-align: center;
}
.p-family-contentsBlock__item .item-profile {
	margin-top: 20px;
}
.p-family-contentsBlock__item .item-profile > dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.p-family-contentsBlock__item .item-profile > dl + dl {
	margin-top: 12px;
}
.p-family-contentsBlock__item .item-profile > dl dt {
	color: #818181;
	font-size: 1.2rem;
}
.p-family-contentsBlock__item .item-profile > dl dd {
	font-size: 1.4rem;
	text-align: right;
}
.p-family-contentsBlock__item .p-component-button {
	margin-top: 24px;
	width: 280px;
}
@media only screen and (min-width: 1025px) {
	.p-family-contentsBlock {
		margin-inline: auto;
		max-width: 1029px;
	}
	.p-family-contentsBlock__items--sp {
		display: none;
	}
	.p-family-contentsBlock__items .slick-slide {
		display: flex;
		justify-content: center;
	}
	.p-family-contentsBlock__item {
		margin-inline: calc(12 / 1029 * 100%);
		width: calc(327 / 1029 * 100%);
	}
	.p-family-contentsBlock__items + .slick-nav-arrows {
		margin-top: 32px;
	}
	.p-family-contentsBlock__items + .slick-nav-arrows .slick-arrow {
		margin-inline: 72px;
	}
	.p-family-contentsBlock__items ~ .slick-pagecount {
		color: #3375BB;
		font-family: "Mochiy Pop One", sans-serif;
		font-size: 4rem;
    line-height: 1;
		margin-inline: auto;
		position: absolute;
		bottom: 8px;
    left: 0;
    right: 0;
    text-align: center;
		z-index: -1;
	}
	.p-family-contentsBlock__items + .slick-nav-arrows.sp-only {
		display: none !important;
	}
}
@media only screen and (max-width: 1024px) {
	.p-section--family {
		padding-top: 24px;
		padding-bottom: 32px;
	}
	.p-section--family .p-section__title {
		line-height: 1.3;
	}
	.p-family-contentsBlock {
		margin-inline: -16px;
	}
	.p-family-contentsBlock__item {
		margin-inline: 24px;
	}
	.p-family-contentsBlock__items--pc {
		display: none;
	}
	.p-family-contentsBlock__items + .slick-nav-arrows.pc-only {
		display: none !important;
	}
	.p-family-contentsBlock__items + .slick-nav-arrows .slick-arrow {
		height: 40px;
		position: absolute;
		top: calc(50% - 24px);
		transform: translateY(-50%);
		width: 40px;
		z-index: 1;
	}
	.p-family-contentsBlock__items + .slick-nav-arrows .slick-prev {
		left: 14px;
	}
	.p-family-contentsBlock__items + .slick-nav-arrows .slick-next {
		right: 14px;
	}
	.p-family-contentsBlock__items + .slick-nav-arrows .slick-arrow:after {
		height: 16px;
		width: 13px;
	}
	.p-family-contentsBlock .slick-pagecount {
		display: none !important;
	}
}


/* Memory
-------------------------------------------------- */
.p-section--memory {
	background: #fff;
	margin-top: 150px;
	padding-top: 24px;
	padding-bottom: 40px;
}
.p-section--memory:before {
	background-image: url(../images/bg_cloud_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 100%;
	content: "";
	height: 142px;
	position: absolute;
	top: -141px;
	left: 50%;
	transform: translateX(-50%);
	min-width: 2000px;
	width: 100vw;
	z-index: 1;
}
.p-memory-contentsBlock {
	margin-top: 40px;
}
.p-memory-contentsBlock__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.p-memory-contentsBlock__item {
	border-radius: 16px;
	overflow: hidden;
	margin-top: 20px;
}
.p-memory-contentsBlock__instagram {
	margin-top: 40px;
	text-align: center;
}
.p-memory-contentsBlock__instagram .text-heading span {
	display: inline-block;
	padding-inline: 20px;
	position: relative;
}
.p-memory-contentsBlock__instagram .text-heading span:before,
.p-memory-contentsBlock__instagram .text-heading span:after {
	background: #3375BB;
	border-radius: 100px;
	content: "";
	height: 24px;
	position: absolute;
	bottom: 0;
	width: 3px;
}
.p-memory-contentsBlock__instagram .text-heading span:before {
	left: 0;
  transform: rotate(-28deg);
}
.p-memory-contentsBlock__instagram .text-heading span:after {
	right: 0;
  transform: rotate(28deg);
}
.p-memory-contentsBlock__instagram .p-component-button {
	margin-top: 16px;
	width: 400px;
}
.p-memory-contentsBlock__instagram .p-component-button .icon {
	height: 20px;
	margin-right: 10px;
	width: 20px;
}
.p-memory-contentsBlock__instagram .p-component-button a span {
	display: flex;
	justify-content: center;
	align-items: center;
}
/* popup */
.modaal-container .p-memory-imageBlock {
	border-radius: 16px;
	overflow: hidden;
	margin-inline: auto;
	max-width: 100%;
	width: 400px;
}
.modaal-container .p-memory-imageBlock + .p-component-button {
	margin-top: 24px;
	width: 200px;
}
@media only screen and (min-width: 1025px) {
	.p-memory-contentsBlock {
		margin-inline: auto;
		max-width: 1080px;
	}
	.p-memory-contentsBlock__item {
		margin-left: calc(20 / 1080 * 100%);
		width: calc(200 / 1080 * 100%);
	}
	.p-memory-contentsBlock__item:nth-of-type(5n+1) {
		margin-left: 0;
	}
	.p-memory-contentsBlock__item:nth-of-type(-n+5) {
		margin-top: 0;
	}
}
@media only screen and (max-width: 1024px) {
	.p-section--memory {
		margin-top: 80px;
		padding-top: 12px;
		padding-bottom: 24px;
	}
	.p-section--memory:before {
		background-image: url(../images/bg_cloud_top_sp.png);
		height: 79px;
		top: -79px;
		min-width: initial;
		width: 100vw;
	}
	.p-memory-contentsBlock {
		margin-top: 24px;
	}
	.p-memory-contentsBlock__item {
		border-radius: 8px;
		margin-top: 12px;
		margin-left: calc(12 / 375 * 100vw);
		width: calc(106 / 375 * 100vw);
	}
	.p-memory-contentsBlock__item:nth-of-type(3n+1) {
		margin-left: 0;
	}
	.p-memory-contentsBlock__item:nth-of-type(-n+3) {
		margin-top: 0;
	}
	.p-memory-contentsBlock__instagram {
		margin-top: 32px;
	}
	.p-memory-contentsBlock__instagram .text-heading {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.p-memory-contentsBlock__instagram .text-heading span {
		padding-inline: 24px;
	}
	.p-memory-contentsBlock__instagram .text-heading span:before,
	.p-memory-contentsBlock__instagram .text-heading span:after {
		width: 2px;
	}
	.p-memory-contentsBlock__instagram .p-component-button {
		margin-top: 12px;
		width: 300px;
	}
	/* popup */
	.modaal-container .p-memory-imageBlock {
		border-radius: 12px;
		width: calc(279 / 375 * 100vw);
	}
	.modaal-container .p-memory-imageBlock.comic {
		overflow-y: auto;
		border-radius: 0;
		height: calc(340 / 375 * 100vw);
	}
	.modaal-container .p-memory-imageBlock + .p-component-button {
		width: 128px;
	}
}



/* Gallery
-------------------------------------------------- */
.p-section--gallery {
	background: #fff;
	padding-top: 40px;
	padding-bottom: 80px;
}
.p-gallery-contentsBlock {
	margin-top: 32px;
}
.p-gallery-contentsBlock__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.p-gallery-contentsBlock__item > a {
	background: #79C0D6;
	border-radius: 16px;
	box-shadow: 0 6px 0 #659FB1;
	display: block;
	padding: 32px;
	text-align: center;
}
.p-gallery-contentsBlock__item .text-heading {
	color: #fff;
	font-family: "Mochiy Pop One", sans-serif;
	font-size: 2.4rem;
	line-height: 1;
}
.p-gallery-contentsBlock__item .image-illust {
	margin-top: 16px;
	margin-inline: auto;
	width: 130px;
}
/* popup */
.modaal-container .p-gallery-imageBlock__item .item-heading {
	color: #3375BB;
	font-size: 2rem;
	font-family: "Mochiy Pop One", sans-serif;
	line-height: 24px;
	margin-bottom: 12px;
	position: relative;
	text-align: center;
}
.modaal-container .p-gallery-imageBlock__item .item-heading:before {
	background: #3375BB;
	content: "";
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	z-index: 0;
}
.modaal-container .p-gallery-imageBlock__item .item-heading span {
	background: #fff;
	display: inline-block;
	padding-inline: 8px;
	position: relative;
  z-index: 1;
}
.modaal-container .p-gallery-imageBlock__item:nth-of-type(n+2) {
	margin-top: 24px;
}
.modaal-container .p-gallery-imageBlock__item .item-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.modaal-container .p-gallery-imageBlock__item .item-list > li {
	border-radius: 16px;
	margin-top: 12px;
	overflow: hidden;
}
.modaal-container .p-gallery-imageBlock--nurie .p-gallery-imageBlock__item .item-list > li {
	border: 1px solid #E2E2E2;
	border-radius: 9px;
}
@media only screen and (min-width: 1025px) {
	.p-gallery-contentsBlock {
		margin-inline: auto;
		max-width: 488px;
	}
	.p-gallery-contentsBlock__item {
		width: calc(232 / 488 * 100%);
	}
	.modaal-container .p-gallery-imageBlock {
		padding-inline: 60px;
	}
	.modaal-container .p-gallery-imageBlock__item .item-list > li {
		margin-left: calc(12 / 700 * 100%);
		width: calc(130 / 700 * 100%);
	}
	.modaal-container .p-gallery-imageBlock__item .item-list > li:nth-of-type(-n+5) {
		margin-top: 0;
	}
	.modaal-container .p-gallery-imageBlock__item .item-list > li:nth-of-type(5n+1) {
		margin-left: 0;
	}
	.modaal-container .p-gallery-imageBlock--nurie .p-gallery-imageBlock__item .item-list > li.large {
		width: calc(275 / 700 * 100%);
	}
}
@media only screen and (max-width: 1024px) {
	.p-section--gallery {
		padding-top: 24px;
		padding-bottom: 32px;
	}
	.p-gallery-contentsBlock {
		margin-top: 24px;
		padding-inline: calc(8 / 375 * 100vw);
	}
	.p-gallery-contentsBlock__item {
		width: calc(155 / 375 * 100vw);
	}
	.p-gallery-contentsBlock__item > a {
		box-shadow: 0 4px 0 #659FB1;
		padding: 12px;
	}
	.p-gallery-contentsBlock__item .text-heading {
		font-size: 1.6rem;
	}
	.p-gallery-contentsBlock__item .image-illust {
		margin-top: 10px;
		width: calc(100 / 375 * 100vw);
	}
	/* popup */
	.modaal-container .p-gallery-imageBlock {
		padding-inline: 8px;
	}
	.modaal-container .p-gallery-imageBlock__item .item-heading {
		font-size: 1.6rem;
		line-height: 16px;
		margin-bottom: 16px;
	}
	.modaal-container .p-gallery-imageBlock__item .item-list > li {
		border-radius: 8px !important;
		margin-left: calc(11 / 375 * 100vw);
		width: calc(85 / 375 * 100vw);
	}
	.modaal-container .p-gallery-imageBlock__item .item-list > li:nth-of-type(-n+3) {
		margin-top: 0;
	}
	.modaal-container .p-gallery-imageBlock__item .item-list > li:nth-of-type(3n+1) {
		margin-left: 0;
	}
	.modaal-container .p-gallery-imageBlock--nurie .p-gallery-imageBlock__item .item-list > li.large {
		width: calc(181 / 375 * 100vw);
	}
}



/* お仕事日誌
-------------------------------------------------- */
.p-section--works {
	background: #fff;
	margin-bottom: 150px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.p-section--works:after {
	background-image: url(../images/bg_cloud_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	content: "";
	height: 142px;
	position: absolute;
	bottom: -141px;
	left: 50%;
	transform: translateX(-50%);
	min-width: 2000px;
	width: 100vw;
	z-index: 1;
}
.p-works-contentsBlock {
	border-color: #3375BB;
	border-style: solid;
	border-width: 2px 2px 8px 2px;
	border-radius: 24px;
	margin-top: 32px;
	padding: 64px 40px;
	position: relative;
}
.p-works-contentsBlock:before {
	background-image: url(../images/works_deco.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	content: "";
	height: 100%;
	position: absolute;
	left: -16px;
	top: 50%;
	transform: translateY(-50%);
	width: 56px;
	z-index: 1;
}
.p-works-contentsBlock__item .item-image {
	border-radius: 12px;
	overflow: hidden;
}
.p-works-contentsBlock__item .item-image img {
	width: 100%;
}
.p-works-contentsBlock__item .item-title {
	font-size: 2rem;
	font-weight: 800;
}
.p-works-contentsBlock__item .item-comment {
	font-weight: 400;
}
@media only screen and (min-width: 1025px) {
	.p-works-contentsBlock {
		margin-inline: auto;
		max-width: 1064px;
	}
	.p-works-contentsBlock__items {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.p-works-contentsBlock__item {
		border-left: 1px solid #E2E2E2;
		padding-inline: calc(24/ 980 * 100%);
		width: calc(326 / 980 * 100%);
	}
	.p-works-contentsBlock__item:nth-of-type(3n+1) {
		border-left: none;
	}
	.p-works-contentsBlock__item .item-image--sp {
		display: none;
	}
	.p-works-contentsBlock__item .item-title {
		margin-top: 16px;
	}
	.p-works-contentsBlock__item .item-comment {
		margin-top: 8px;
	}
}
@media only screen and (max-width: 1024px) {
	.p-section--works {
		margin-bottom: 80px;
		padding-top: 32px;
		padding-bottom: 24px;
	}
	.p-section--works:after {
		background-image: url(../images/bg_cloud_bottom_sp.png);
		height: 79px;
		bottom: -79px;
		min-width: initial;
		width: 100vw;
	}
	.p-works-contentsBlock {
		border-width: 1px 1px 4px 1px;
		border-radius: 16px;
		margin-top: 24px;
		margin-left: 8px;
		padding: 24px 24px 24px 48px;
	}
	.p-works-contentsBlock:before {
		background-image: url(../images/works_deco_sp.png);
		left: -8px;
		width: 40px;
	}
	.p-works-contentsBlock__item {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	.p-works-contentsBlock__item .item-image {
		border-radius: 8px;
		width: calc(110 / 375 * 100vw);
	}
	.p-works-contentsBlock__item .item-image--pc {
		display: none;
	}
	.p-works-contentsBlock__item .item-title {
		margin-top: 0;
		margin-bottom: 12px;
		width: 100%;
	}
	.p-works-contentsBlock__item .item-comment {
		font-size: 1.4rem;
		margin-top: 0;
		width: calc(100% - (calc(133 / 375 * 100vw)));
	}
	.p-works-contentsBlock__item:nth-of-type(n+2) {
		border-top: 1px solid #E2E2E2;
		margin-top: 16px;
		padding-top: 16px;
	}
}



/* いっしょの時間
-------------------------------------------------- */
.p-section--jikan {
	background-image: url(../images/jikan_bg.png);
	background-repeat: no-repeat;
	background-position: center top 200px;
	background-size: 1539px auto;
	padding-top: 130px;
	padding-bottom: 90px;
}
.p-section--jikan .p-section__title {
	font-size: 4rem;
}
.p-section--jikan .p-section__inner {
	background: rgba(121,192,214,0.2);
	border-radius: 32px;
	padding: 40px;
}
.p-jikan-contentsBlock {
	margin-top: 32px;
}
.p-jikan-contentsBlock__image {
	margin-inline: auto;
	max-width: 300px;
}
.p-jikan-contentsBlock__comment {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 6.4px 6.4px rgba(98,98,98,0.25);
	display: table;
	margin-top: 24px;
	margin-inline: auto;
	padding: 12px 24px;
	position: relative;
}
.p-jikan-contentsBlock__comment:before {
	background-image: url(../images/icon_balloon_arrow02.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	content: "";
	height: 23px;
  margin-inline: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  width: 26px;
}
.p-jikan-contentsBlock__button {
	margin-top: 32px;
	text-align: center;
}
.p-jikan-contentsBlock__button .p-component-button {
	margin-top: 16px;
	width: 400px;
}
.p-jikan-contentsBlock__button .p-component-button a span {
	padding-right: 36px;
	position: relative;
}
.p-jikan-contentsBlock__button .p-component-button a span:after {
	background-image: url(../images/icon_arrow_right_white.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	content: "";
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}
@media only screen and (min-width: 1025px) {
	.p-section--jikan .p-section__inner {
		margin-inline: auto;
		max-width: 800px;
	}
	.p-jikan-contentsBlock__button .p-component-button a {
		border-radius: 16px;
		font-size: 2.4rem;
		padding-block: 6px;
	}
}
@media only screen and (max-width: 1024px) {
	.p-section--jikan {
		background-image: url(../images/jikan_bg_sp.png);
		background-position: center top 160px;
		background-size: 474px auto;
		padding-top: 40px;
		padding-bottom: 0;
	}
	.p-section--jikan .p-section__title {
		font-size: 3.2rem;
	}
	.p-section--jikan .p-section__inner {
		border-radius: 16px;
		padding: 32px 24px;
	}
	.p-jikan-contentsBlock {
		margin-top: 16px;
	}
	.p-jikan-contentsBlock__image {
		width: calc(185 / 375 * 100vw);
	}
	.p-jikan-contentsBlock__comment {
		border-radius: 12px;
		box-shadow: 0 4px 4px rgba(98,98,98,0.25);
		font-size: 1.2rem;
		margin-top: 20px;
		padding: 12px 32px;
	}
	.p-jikan-contentsBlock__comment:before {
		height: 18px;
		left: -50px;
		top: -10px;
		width: 20px;
	}
	.p-jikan-contentsBlock__button {
		margin-top: 24px;
	}
	.p-jikan-contentsBlock__button .text-heading {
		font-size: 1.2rem;
	}
	.p-jikan-contentsBlock__button .p-component-button {
		margin-top: 12px;
		max-width: 400px;
		width: 100%;
	}
	.p-jikan-contentsBlock__button .p-component-button a span {
		padding-right: 20px;
	}
}




/* ポップアップ
-------------------------------------------------- */
.p-popup-block {
	display: none;
}
.modaal-wrapper .modaal-container {
	border-radius: 24px;
  border-style: solid;
  border-width: 2px 2px 7px 2px;
  border-color: #E2E2E2;
	box-shadow: none !important;
	overflow: hidden !important;
	max-height: 90vh;
	border-radius: 24px;
}
.modaal-content-container {
	padding: 40px;
	padding-bottom: 0 !important;
	position: relative;
}
.modaal-wrapper .modaal-close {
	background-image: url(../images/icon_close.svg) !important;
	height: 32px;
	top: 40px;
	right: 40px;
	width: 32px;
}
.modaal-content-container .text-heading {
	color: #3375BB;
	font-family: "Mochiy Pop One", sans-serif;
	font-size: 3.6rem;
	text-align: center;
}
.modaal-content-container .text-summary {
	margin-top: 16px;
	text-align: center;
}
.modaal-content-container .p-popup-block-content__body {
	overflow-y: auto;
	margin-top: 32px;
	max-height: calc(90vh - 150px);
	padding-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
	.modaal-wrapper .modaal-container {
  	border-width: 1px 1px 4px 1px;
		border-radius: 16px;
		max-width: calc(100vw - 48px) !important;
		max-height: 88vh;
	}
	.modaal-content-container {
		padding: 32px 16px;
	}
	.modaal-wrapper .modaal-close {
		height: 16px;
		top: 28px;
		right: 28px;
		width: 16px;
	}
	.modaal-content-container .text-heading {
		font-size: 2.4rem;
	}
	.modaal-content-container .text-summary {
		font-size: 1.4rem;
		margin-top: 12px;
	}
	.modaal-content-container .p-popup-block-content__body {
		margin-top: 24px;
		max-height: calc(88vh - 150px);
		padding-bottom: 24px;
	}
}
