@charset "utf-8";
@font-face
{
	font-family:"ロゴたいぷゴシック-コンデンスド" ;
	src: url('https://cdn.leafscape.be/LogoTypeGothicCondense/07LogoTypeGothic-Condense_web.woff2')
	format("woff2");
}

@media print {
	body {
		width: 1132px;
		margin: 0 auto;
		transform: scale(0.9);
		transform-origin: 0 0;
		/*width: 1240px;*/
		/*margin: 0 auto;*/
		/*transform: scale(0.85);*/
		/*transform-origin: 0 0;*/
	}
}

body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: .03em;
	font-feature-settings : "palt";
	text-align: left;
	background-color: #fff;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;*/
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
@media screen\0 {
	/*body {*/
	/*font-family: メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	/*}*/
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
main {
	display: block;
}
table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
input[type="radio"],input[type="checkbox"],label,button,input[type="submit"] {
	cursor: pointer;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
	height: 50px;
	padding: 5px 20px;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
select {
	height: 50px;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 150px;
	padding: 15px 20px;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	vertical-align: top;
}
/* Webkit */
::-webkit-input-placeholder {
	color: #b8b8b8;
	opacity: 1;
}
/* Firefox 18 以前 */
:-moz-placeholder {
	color: #b8b8b8;
}
/* Firefox 19 以降 */
::-moz-placeholder {
	color: #b8b8b8;

	/* Firefox 19 以降のデフォルトでは */
	/* color ではなく opacity で色合いを調整しているため */
	/* 文字色を指定する場合、opacity を 1 にする必要がある */
	opacity: 1;
}
/* IE 10 以降 */
:-ms-input-placeholder {
	color: #b8b8b8 !important;
}
/* CSS4では以下のような名前の擬似クラスになるらしい */
/* おそらく今のところ対応ブラウザはない */
:placeholder-shown {
	color: #b8b8b8;
}
/* Android chrome対策 */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	max-height:999999px;
}

.clear {
	clear: both;
}
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
a:link {
	color: #0B8BD2;
}
a:visited {
	color: #0B8BD2;
}
a.normal:link {
	color: #231815;
}
a.normal:visited {
	color: #231815;
}
a:hover {
	text-decoration: none;
}
a:active {
}
a.noline {
	text-decoration: none;
}
a.reverse {
	text-decoration: none;
}
a.reverse:hover {
	text-decoration: underline;
}
.linkBox {
	cursor: pointer;
}
body {
	text-align: center;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}
a { /* FireFox リンク選択時の点線を消す　*/
	overflow: hidden;
	outline: none;
}
.ov {
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ov:hover {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.ovImg:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.nowrap {
	white-space: nowrap;
}
.mincho {
	font-family: "Times New Roman", Georgia, YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
}
.gothic {
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
}
.lato {
	font-family: 'Lato', sans-serif;
}
* {
	box-sizing: border-box;
}


@media screen and (max-width:767px){
	input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
		height: 44px;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px solid #dddddd;
	}
	select {
		height: 44px;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px solid #dddddd;
	}
	textarea {
		height: 34.6666666vw;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px solid #dddddd;
	}
}

/**********************************

 general

***********************************/
/* margin-bottom */
.mb5  {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}
.mb70 {margin-bottom: 70px;}
.mb75 {margin-bottom: 75px;}
.mb80 {margin-bottom: 80px;}
.mb85 {margin-bottom: 85px;}
.mb90 {margin-bottom: 90px;}
.mb95 {margin-bottom: 95px;}
.mb100 {margin-bottom: 100px;}
.mb110 {margin-bottom: 110px;}
.mb120 {margin-bottom: 120px;}
/* margin-top */
.mt5  {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
/* margin-left */
.ml5  {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}
/* margin-right */
.mr5  {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}
.mr40 {margin-right: 40px;}
.mr50 {margin-right: 50px;}
/* padding-top */
.pt5  {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pt50 {padding-top: 50px;}
.pt60 {padding-top: 60px;}
.pt70 {padding-top: 70px;}
/* padding-bottom */
.pb5  {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}
.pb55 {padding-bottom: 55px;}
.pb60 {padding-bottom: 60px;}
.pb70 {padding-bottom: 70px;}
/* width */
.w10   {width: 10px;}
.w20   {width: 20px;}
.w30   {width: 30px;}
.w40   {width: 40px;}
.w50   {width: 50px;}
.w60   {width: 60px;}
.w70   {width: 70px;}
.w80   {width: 80px;}
.w90   {width: 90px;}
.w100  {width: 100px;}
.w110  {width: 110px;}
.w120  {width: 120px;}
.w130  {width: 130px;}
.w140  {width: 140px;}
.w150  {width: 150px;}
.w200  {width: 200px;}
.w240  {width: 240px;}
.w250  {width: 250px;}
.w300  {width: 300px;}
.w350  {width: 350px;}
.w400  {width: 400px;}
.w450  {width: 450px;}
.w500  {width: 500px;}
.wfull {width: 100%;}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
.veralignT {
	vertical-align: top;
}
.veralignM {
	vertical-align: middle;
}
.veralignB {
	vertical-align: bottom;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.bold {
	font-weight: bold;
}
.red {
	color: #ff3f00;
}
.blue {
	color: #1184df;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 60%, #ffbf00 60%);
}
@media screen\0 {
	/*.marker {*/
	/*font-family: Lato, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	/*}*/
}
.underline {
	text-decoration: underline;
}
.large {
	font-size: 24px;
}
.large-x {
	font-size: 36px;
}
.small {
	font-size: 86%;
}
@media screen and (min-width:768px){
	.sp {
		display: none;
	}
}
@media screen and (max-width:767px){
	.pc {
		display: none;
	}
	.large {
		font-size: 15px;
	}
	.large-x {
		font-size: 18px;
	}
}

/**********************************

 parts

***********************************/
.define_wrap {
	padding: 0 40px;
}

.define_inner {
	max-width: 100%;
	width: 930px;
	margin: 0 auto;
}


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

	.define_wrap {
		padding: 0 8%;
	}
}

/**********************************

 layout

***********************************/
.l-wrap {
	position: relative;
	overflow: hidden;
	/*background: url(../images/common/main_bg01.png) repeat;*/
}

.l-wrap.is-noneActive .l-main,
.l-wrap.is-noneActive .l-footer {
	pointer-events: none;
}

.l-cover {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(0,0,0,.66);
	pointer-events: none;
	opacity: 0;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-cover.is-active {
	opacity: 1;
	pointer-events: auto;
}

.l-main {
}

.l-pageTop {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 5;
}

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

	.l-pageTop {
		width: 60px;
		bottom: 24px;
		right: 24px;
	}
}

@media screen and (max-width:767px){
	.l-wrap {
		background-size: 23px 23px;
	}

	.l-pageTop {
		width: 40px;
		bottom: 15px;
		right: 4.66666667%;
	}
}

/**********************************

 l-header

***********************************/
.l-header {
	padding: 0 3.46666667%;
	background: #fff;
	position: relative;
	z-index: 3;
}

.l-header__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 127px;
	margin: 0 auto;
}

.l-header__inner__appli {
	display: flex;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 24px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-header__inner__appli .txt {
	margin-right: 20px;
}

.l-header__inner__appli .btn {
}

.l-header__inner__logo {
	width: 212px;
	/*width: 202px;*/
	/*margin: 0 auto;*/
}

.l-header__inner__logo img {
	display: block;
}

.l-header__inner__btn01 {
	position: absolute;
	top: 50%;
	right: 135px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-header__inner__btn01 a {
	display: block;
	padding: 19px 45px 19px 30px;
	text-align: center;
	background-color: #deefca;
	border: 1px solid #10b08b;
	border-radius: 100px;
	position: relative;
	z-index: 1;
}

.l-header__inner__btn01 a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 6px 0 6px;
	border-color: #00ac87 transparent transparent transparent;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-header__inner__btn01 a img {
	width: 307px;
}

.l-header__inner__humberger {
	width: 60px;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-header__inner__humberger a {
	display: block;
	overflow: visible;
}

@media screen and (max-width:1299px){
	.l-header {
		/*margin-top: 90px;*/
		/*margin-bottom: 90px;*/
	}

	.l-header__inner__appli {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 90px;
		border-bottom: 1px solid #eeeeee;
		position: absolute;
		width: 100%;
		top: auto;
		bottom: 100%;
		left: 0;
		background-color: #fff;
		transform: none;
		-webkit-transform: none;
	}

	.l-header__inner__btn01 {
		width: 100%;
		height: 90px;
		padding: 0 24px;
		background-color: #fff;
		position: absolute;
		top: 100%;
		right: 0;
		transform: none;
		-webkit-transform: none;
	}
}

@media screen and (max-width:767px){
	.l-header {
		padding: 0 3.46666667%;
		margin-top: 45px;
		margin-bottom: 45px;
	}

	.l-header__inner {
		height: 45px;
	}

	.l-header__inner__appli {
		height: 45px;
	}

	.l-header__inner__appli .txt {
		width: 154px;
		margin-right: 13px;
	}

	.l-header__inner__appli .btn {
		width: 89px;
	}

	.l-header__inner__logo {
		width: 106px;
	}

	.l-header__inner__humberger {
		width: 27px;
		right: 1.6%;
	}

	.l-header__inner__btn01 {
		height: 45px;
		padding: 0 7.333333333333333%;
	}

	.l-header__inner__btn01 a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 37px;
		padding: 4px 45px 4px 30px;
	}

	.l-header__inner__btn01 a:before {
		border-width: 10px 7px 0 7px;
		right: 14px;
	}

	.l-header__inner__btn01 a img {
		width: 246px;
		max-width: 100%;
	}
}

/**********************************

 l-drawerMenu

***********************************/
.l-drawerMenu {
	display: none;
	width: 375px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	transform: translateX(105%);
	-webkit-transform: translateX(105%);
	transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-drawerMenu.is-active {
	transform: none;
	-webkit-transform: none;
}

.l-drawerMenu__inner {
	background-color: #fff;
}

.l-drawerMenu__inner__close {
	padding: 14px 20px;
	background-color: #fff;
}

.l-drawerMenu__inner__close__btn {
	width: 62px;
	margin-left: auto;
}

.l-drawerMenu__inner__ttl {
	padding: 15px 0;
	background-color: #00ab84;
}

.l-drawerMenu__inner__ttl__txt {
	width: 80px;
	margin: 0 auto;
}

.l-drawerMenu__inner__ttl__txt img {
	display: block;
}

.l-drawerMenu__inner ul {
}

.l-drawerMenu__inner ul li {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #898989;
}

/*.l-drawerMenu__inner ul li:nth-child(5),*/
/*.l-drawerMenu__inner ul li:nth-child(7),*/
/*.l-drawerMenu__inner ul li:nth-child(8) {*/
/*display: none;*/
/*}*/

.l-drawerMenu__inner ul li:last-child {
	border-bottom: none;
}

.l-drawerMenu__inner ul li a {
	display: block;
	padding: 25px 25px;
	color: #fff;
	text-decoration: none;
	position: relative;
}

.l-drawerMenu__inner ul li a:before {
	content: "";
	display: block;
	width: 13px;
	height: 23px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-drawerMenu__inner ul li.top a:before {
	background: url(../images/common/humberger_arr01.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li.geijyutsu a:before {
	background: url(../images/common/humberger_arr02.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li.undo a:before {
	background: url(../images/common/humberger_arr03.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li.manabu a:before {
	background: url(../images/common/humberger_arr04.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li.outdoorcarnival a:before {
	background: url(../images/common/humberger_arr05.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li.kodomo-shougi a:before {
	background: url(../images/common/humberger_arr06.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li.sustainacampus a:before {
	background: url(../images/common/humberger_arr07.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li.shimajiro a:before {
	background: url(../images/common/humberger_arr08.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li.precure a:before {
	background: url(../images/common/humberger_arr09.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li.universalstudiosjapan a:before {
	background: url(../images/common/humberger_arr10.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li.yellFromMall a:before {
	background: url(../images/common/humberger_arr11.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li.naokotosa a:before {
	background: url(../images/common/humberger_arr12.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li.shokudesekai a:before {
	background: url(../images/common/humberger_arr13.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li.spyfamilycp a:before {
	background: url(../images/common/humberger_arr14.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li.disney-heartfulchristmas a:before {
	background: url(../images/common/humberger_arr15.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li.masayumebukuro-2023 a:before {
	background: url(../images/common/humberger_arr16.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li a img {
	width: 250px;
}

.l-drawerMenu__inner ul li.shimajiro a img,
.l-drawerMenu__inner ul li.precure a img,
.l-drawerMenu__inner ul li.universalstudiosjapan a img,
.l-drawerMenu__inner ul li.yellFromMall a img,
.l-drawerMenu__inner ul li.naokotosa a img,
.l-drawerMenu__inner ul li.shokudesekai a img,
.l-drawerMenu__inner ul li.spyfamilycp a img,
.l-drawerMenu__inner ul li.masayumebukuro-2023 a img {
	width: 300px;
}

@media screen and (max-width:767px){
	.l-drawerMenu {
		width: 100%;
	}

	.l-drawerMenu__inner__close {
		padding: 14px 2.93333333%;
	}
}

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

	.l-drawerMenu__inner ul li a img {
		width: 66.66666666666666vw;
	}

	.l-drawerMenu__inner ul li.shimajiro a img,
	.l-drawerMenu__inner ul li.precure a img,
	.l-drawerMenu__inner ul li.universalstudiosjapan a img,
	.l-drawerMenu__inner ul li.yellFromMall a img,
	.l-drawerMenu__inner ul li.naokotosa a img,
	.l-drawerMenu__inner ul li.shokudesekai a img,
	.l-drawerMenu__inner ul li.spyfamilycp a img,
	.l-drawerMenu__inner ul li.masayumebukuro-2023 a img {
		width: 80vw;
	}
}

/**********************************

 l-footer__inner-sns

***********************************/
.l-footer__inner-sns {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

.l-footer__inner-sns-txt01 {
	margin-right: 30px;
	font-size: 14px;
	font-weight: bold;
}

.l-footer__inner-sns-txt01 .strong {
	color: #b62a92;
}

.l-footer__inner-sns-list {
	display: flex;
	align-items: center;
}

.l-footer__inner-sns-list .x {
	width: 44px;
	margin-right: 15px;
}

.l-footer__inner-sns-list .fb {
	width: 44px;
	margin-right: 15px;
}

.l-footer__inner-sns-list .line {
	width: 44px;
}


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


	.l-footer__inner-sns {
		display: block;
		margin-bottom: 20px;
	}

	.l-footer__inner-sns-txt01 {
		margin-right: 0;
		margin-bottom: 12px;
		font-size: 13px;
		text-align: center;
	}

	.l-footer__inner-sns-list {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.l-footer__inner-sns-list .x {
		margin-right: 15px;
	}

	.l-footer__inner-sns-list .fb {
		margin-right: 15px;
	}

	.l-footer__inner-sns-list .line {
	}
}

/**********************************

 l-footer

***********************************/
.l-footer {

}

.l-footer__bottom {
	padding-bottom: 25px;
	background-color: #fff;
}

.l-footer__bottom-inner {
	width: 1060px;
}

.l-footer__bottom-inner-contact {
	margin-bottom: 30px;
}

.l-footer__bottom-inner-contact a {
	color: #b50081;
	text-decoration: underline;
}

.l-footer__bottom-inner-contact a:hover {
	text-decoration: none;
}

.l-footer__bottom-inner-contact .ttl {
	margin-bottom: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.l-footer__bottom-inner-contact .ttl span {
	display: inline-block;
	padding: 4px 35px;
	background-color: #b60081;
}

.l-footer__bottom-inner-contact .office {
	color: #b50081;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.l-footer__bottom-inner-contact .email {
	color: #b50081;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.l-footer__bottom-inner-contact .tel {
	color: #b50081;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.l-footer__bottom-inner-contact .period {
	color: #b50081;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.l-footer__bottom-inner-note {
	font-size: 18px;
	line-height: 1.444444444444444;
}

.l-footer__bottom-inner-note li {
	text-indent: -1em;
	margin-left: 1em;
}

.l-footer__bottom-inner-copy {
	padding-top: 25px;
	margin-top: 60px;
	border-top: 2px solid #9d0056;
}

.l-footer__bottom-inner-copy .logo {
	width: 210px;
	margin: 0 auto 15px;
}

.l-footer__bottom-inner-copy .logo a {
	display: block;
}

.l-footer__bottom-inner-copy .logo img {
	display: block;
}

.l-footer__bottom-inner-copy .copy {
	font-size: 18px;
	text-align: center;
}

.l-footer__bottom-inner-box {
	margin-top: 60px;
}

.l-footer__bottom-inner-box .txt01 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.l-footer__bottom-inner-box .txt01 a {
	color: #000;
	text-decoration: none;
}

.l-footer__bottom-inner-box .copyright {
	margin-top: 30px;
	font-size: 16px;
	text-align: center;
}

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

	.l-footer__bottom {
		padding: 0 3.333333333333333% 25px;
	}

	.l-footer__bottom-inner {
		width: 1060px;
	}

	.l-footer__bottom-inner-contact {
		margin-bottom: 15px;
	}

	.l-footer__bottom-inner-contact .ttl {
		margin-bottom: 10px;
		font-size: 9px;
	}

	.l-footer__bottom-inner-contact .ttl span {
		padding: 2px 18px;
	}

	.l-footer__bottom-inner-contact .office {
		font-size: 12px;
	}

	.l-footer__bottom-inner-contact .email {
		font-size: 9px;
	}

	.l-footer__bottom-inner-contact .tel {
		font-size: 9px;
	}

	.l-footer__bottom-inner-contact .period {
		font-size: 14px;
	}

	.l-footer__bottom-inner-note {
		font-size: 9px;
	}

	.l-footer__bottom-inner-copy {
		padding-top: 12px;
		margin: 30px -3.571428571428571% 0;
		border-top: 2px solid #9d0056;
	}

	.l-footer__bottom-inner-copy .logo {
		width: 105px;
		margin: 0 auto 8px;
	}

	.l-footer__bottom-inner-copy .copy {
		font-size: 9px;
	}

	.l-footer__bottom-inner-box {
		margin-top: 30px;
	}

	.l-footer__bottom-inner-box .txt01 {
		font-size: 12px;
	}

	.l-footer__bottom-inner-box .copyright {
		margin-top: 15px;
		font-size: 9px;
	}

}

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


/**********************************

 c-anchor

***********************************/
.c-anchor {
	display: block;
}


/**********************************

 c-happiness

***********************************/
.c-happiness {
	background-color: #fff;
}

.c-happiness__inner {
	padding: 60px 0 70px;
}

.c-happiness__inner__box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px;
	margin-bottom: 30px;
	background-color: #e5f7f3;
	border-radius: 6px;
}

.c-happiness__inner__box__logo {
	width: 9.12%;
	margin-right: 24px;
}

.c-happiness__inner__box__logo img {
	display: block;
}

.c-happiness__inner__box p {
	flex: 1;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .1em;
}

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

	.c-happiness__inner__box p {
		font-size: 1.55vw;
	}
}

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

	.c-happiness {
		padding: 0 3.333333333333333%;
	}

	.c-happiness__inner {
		padding: 30px 0 25px;
	}

	.c-happiness__inner__box {
		padding: 4% 3%;
		margin-bottom: 10px;
		border-radius: 5px;
	}

	.c-happiness__inner__box__logo {
		width: 9.12%;
		margin-right: 3%;
	}

	.c-happiness__inner__box p {
		font-size: 1.7vw;
		letter-spacing: -.05em;
	}
}