@charset "UTF-8";
/*----------
	icons
----------*/
@font-face {
	font-family: 'iconfont';
	src: url("../../fonts/iconfont.ttf?cyflc1") format("truetype"), url("../../fonts/iconfont.woff?cyflc1") format("woff"), url("../../fonts/iconfont.svg?cyflc1#icons") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

.icon, .icon-arrow1-r, .icon-arrow1-l, .icon-arrow1-b, .icon-arrow1-t, .icon-arrow2-r, .icon-arrow2-l, .icon-arrow2-b, .icon-arrow2-t, .icon-blank, .icon-plus, .icon-minus, .icon-close, .icon-download, .icon-search, .icon-access, .icon-locked, .icon-unlocked, .icon-global, .icon-question, .icon-exclamation, .icon-pdf, .icon-excel, .icon-powerpoint, .icon-word, .icon-zip, .icon-url, .icon-doc, .icon-check, .icon-circle, .icon-circle_border, .icon-play, .icon-stop, .icon-swipe, .icon-rss, .icon-alert, .icon-print, .icon-calendar, .icon-cart, .icon-humberger, .icon-bookmark, .icon-mail, .icon-first, .icon-last, .icon-new, .icon-to-top, .icon-pinch-in, .icon-pinch-out, .icon-phone {
	display: inline;
	font-family: 'iconfont' !important;
	speak: never;
	font-style: normal !important;
	font-size: inherit;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none;
	line-height: inherit;
	color: red;
}

.icon-arrow1-r::before {
	content: "";
}

.icon-arrow1-l::before {
	content: "";
}

.icon-arrow1-b::before {
	content: "";
}

.icon-arrow1-t::before {
	content: "";
}

.icon-arrow2-r::before {
	content: "";
}

.icon-arrow2-l::before {
	content: "";
}

.icon-arrow2-b::before {
	content: "";
}

.icon-arrow2-t::before {
	content: "";
}

.icon-blank::before {
	content: "";
}

.icon-plus::before {
	content: "";
}

.icon-minus::before {
	content: "";
}

.icon-close::before {
	content: "";
}

.icon-download::before {
	content: "";
}

.icon-search::before {
	content: "";
}

.icon-access::before {
	content: "";
}

.icon-locked::before {
	content: "";
}

.icon-unlocked::before {
	content: "";
}

.icon-global::before {
	content: "";
}

.icon-question::before {
	content: "";
}

.icon-exclamation::before {
	content: "";
}

.icon-pdf::before {
	content: "";
}

.icon-excel::before {
	content: "";
}

.icon-powerpoint::before {
	content: "";
}

.icon-word::before {
	content: "";
}

.icon-zip::before {
	content: "";
}

.icon-url::before {
	content: "";
}

.icon-doc::before {
	content: "";
}

.icon-check::before {
	content: "";
}

.icon-circle::before {
	content: "";
}

.icon-circle_border::before {
	content: "";
}

.icon-play::before {
	content: "";
}

.icon-stop::before {
	content: "";
}

.icon-swipe::before {
	content: "";
}

.icon-rss::before {
	content: "";
}

.icon-alert::before {
	content: "";
}

.icon-print::before {
	content: "";
}

.icon-calendar::before {
	content: "";
}

.icon-cart::before {
	content: "";
}

.icon-humberger::before {
	content: "";
}

.icon-bookmark::before {
	content: "";
}

.icon-mail::before {
	content: "";
}

.icon-first::before {
	content: "";
}

.icon-last::before {
	content: "";
}

.icon-new::before {
	content: "";
}

.icon-to-top::before {
	content: "";
}

.icon-pinch-in::before {
	content: "";
}

.icon-pinch-out::before {
	content: "";
}

.icon-phone::before {
	content: "";
}

/* --------------------
	Foundation
---------------------*/
/* Reset */
*, :after, :before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	font-style: inherit;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

td, th {
	border: 1px solid #ccc;
}

em, strong {
	font-weight: 700;
}

button {
	cursor: pointer;
}

/*----------
	base
----------*/
html {
	width: 100%;
	font-size: 62.5%;
}

html.locked {
	position: fixed;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	html {
		min-width: 1280px;
	}
}

body {
	font-size: 1.6rem;
	line-height: 1.5;
	font-family: "游ゴシック体","YuGothic", "游ゴシック Medium", "游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	background-color: #F2F2F6;
}

sup {
	font-size: 0.75em;
	vertical-align: top;
}

a, button {
	text-decoration: none;
	word-break: break-word;
}

a:focus, button:focus {
	color: inherit;
}

img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/*--------------------
	layout
---------------------*/
.wrap {
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.header {
	position: absolute;
	top: 0;
	background-color: transparent;
	padding-top: 15px;
	width: 100%;
	height: 85px;
	transition: 0.3s;
	z-index: 3;
}

.header__logo-camembert {
	display: block;
	width: 160px;
	margin: 0 auto;
}

.header__inner {
	position: absolute;
	top: 85px;
	height: 0;
	overflow: hidden;
}

.header.is-open {
	height: 80vh;
	background: #F2F2F6;
}

.header.is-open .header__inner {
	height: auto;
	overflow: visible;
}

@media screen and (min-width: 768px) {
	.header {
		width: 100%;
		height: 100px;
		max-width: 1440px;
		padding: 20px 60px 0;
		display: flex;
		justify-content: flex-start;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.header__logo-camembert {
		width: 184px;
		margin: 0;
	}
	.header__inner {
		display: flex;
		justify-content: flex-start;
		height: auto;
		width: calc(100% - 184px);
		position: initial;
		top: 0;
	}
}

.header-nav {
	padding: 26px 20px 0;
}

.header-nav__lists {
	padding-bottom: 40px;
	border-bottom: 1px solid #101678;
}

.header-nav__list > a {
	display: block;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	color: #101678;
}

@media screen and (min-width: 768px) {
	.header-nav {
		padding: 20px 0 0;
		margin: 0 40px;
	}
	.header-nav__lists {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		border-bottom: 0;
		padding: 0;
	}
	.header-nav__list {
		margin-right: 32px;
	}
	.header-nav__list:last-of-type {
		margin-right: 0;
	}
	.header-nav__list > a {
		position: relative;
	}
	.header-nav__list > a::after {
		position: absolute;
		bottom: .3em;
		left: 0;
		content: '';
		width: 100%;
		height: 1px;
		background-color: #101678;
		opacity: 0;
		transition: .3s;
	}
	.header-nav__list > a:hover::after {
		bottom: 0;
		opacity: 1;
	}
}

.header-logoGroup {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 35px 44px;
}

.header-logoGroup__logo-camembert {
	width: 34.42623%;
}

.header-logoGroup__logo-site {
	width: 45.90164%;
}

@media screen and (min-width: 768px) {
	.header-logoGroup {
		padding: 0;
		position: absolute;
		right: 60px;
		top: 60%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.header-logoGroup__logo-camembert {
		display: none;
	}
	.header-logoGroup__logo-site {
		width: 160px;
	}
}

.header-toggle {
	position: absolute;
	display: block;
	right: 13px;
	top: 20px;
	width: 45px;
	height: 45px;
	border: 1px solid #101678;
	border-radius: 50%;
}

.header-toggle span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
}

.header-toggle span::after {
	font-family: 'iconfont' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	display: block;
	position: absolute;
	font-size: 25px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #101678;
}

.header-toggle.is-open span::after {
	content: "";
	font-size: 20px;
}

@media screen and (min-width: 768px) {
	.header-toggle {
		display: none;
	}
}

.main {
	position: relative;
	z-index: 1;
}

/*----------
	relatedLinks
----------*/
.lineup .relatedLinks__list--lineup {
	display: none;
}

.kodawari .relatedLinks__list--kodawari {
	display: none;
}

.history .relatedLinks__list--history {
	display: none;
}

.presentation .relatedLinks__list--presentation {
	display: none;
}

.relatedLinks__list {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.relatedLinks__list::before {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-filter: blur(0);
	filter: blur(0);
}

.relatedLinks__list a {
	position: relative;
	display: block;
	height: 0;
	padding-bottom: 50%;
	font-size: 3.2rem;
	line-height: 1.4;
	color: #FFFFFF;
	background-position: center 80%;
	background-repeat: no-repeat;
	background-size: 101% auto;
	-webkit-backdrop-filter: blur(0);
	backdrop-filter: blur(0);
	background-size: cover;
	position: relative;
	z-index: 2;
}

.relatedLinks__list a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.5;
	transition: 0.3s;
}

.relatedLinks__list a:after {
	font-family: 'iconfont' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	display: inline-flex;
	position: absolute;
	z-index: 1;
	right: 20px;
	bottom: 20px;
	width: 27px;
	height: 27px;
	border: 1px solid #fff;
	border-radius: 50% 50%;
	align-items: center;
	justify-content: center;
	font-size: 11px;
}

.relatedLinks__list--camembertcheese1::before {
	background-image: url(../img/links_camembertcheese1_sp.png);
}

.relatedLinks__list--camembertcheese2::before {
	background-image: url(../img/links_camembertcheese2_sp.jpg);
}

.relatedLinks__list--lineup::before {
	background-image: url(../img/links_lineup_sp.jpg);
}

.relatedLinks__list--kodawari::before {
	background-image: url(../img/links_kodawari_sp.jpg);
}

.relatedLinks__list--history::before {
	background-image: url(../img/links_history_sp.jpg);
}

.relatedLinks__list--presentation::before {
	background-image: url(../img/links_presentation_sp.jpg);
}

.relatedLinks__text {
	font-family: ZenOldMincho-Black, "Yu Mincho","YuMincho",'Noto Serif JP', serif;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 39px;
	z-index: 3;
}

.relatedLinks__text span {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 2px;
}

@media screen and (min-width: 768px) {
	.relatedLinks__lists {
		display: flex;
		justify-content: center;
	}
	.relatedLinks__list {
		width: 33.33%;
		height: 400px;
	}
	.relatedLinks__list a {
		padding-bottom: 400px;
	}
	.relatedLinks__list::before {
		transition: 0.3s;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-filter: blur(0);
		filter: blur(0);
		top: -10px;
		left: -10px;
		right: -10px;
		bottom: -10px;
		width: calc(100% + 20px);
		height: calc(100% + 20px);
	}
	.relatedLinks__list:hover::before {
		-webkit-filter: blur(2px);
		filter: blur(2px);
	}
	.relatedLinks__list--camembertcheese1 {
		width: 50%;
	}
	.relatedLinks__list--camembertcheese1::before {
		background-image: url(../img/links_camembertcheese1_pc.png);
	}
	.relatedLinks__list--camembertcheese2 {
		width: 50%;
	}
	.relatedLinks__list--camembertcheese2::before {
		background-image: url(../img/links_camembertcheese2_pc.jpg);
	}
	.relatedLinks__list--lineup::before {
		background-image: url(../img/links_lineup_pc.jpg);
	}
	.relatedLinks__list--kodawari::before {
		background-image: url(../img/links_kodawari_pc.jpg);
	}
	.relatedLinks__list--history::before {
		background-image: url(../img/links_history_pc.jpg);
	}
	.relatedLinks__list--presentation::before {
		background-image: url(../img/links_presentation_pc.jpg);
	}
	.relatedLinks__list a:after {
		width: 45px;
		height: 45px;
		font-size: 15px;
	}
	.relatedLinks__text {
		font-size: 32px;
		line-height: 36px;
	}
	.relatedLinks__text span {
		font-size: 18px;
		margin-bottom: 8px;
	}
}

.pagetop {
	position: fixed;
	z-index: 99;
	left: calc(100% - 76px);
	bottom: 20px;
	display: none;
}

.pagetop__button {
	font-size: 0;
	width: 56px;
	height: 56px;
	background-size: auto 18px;
	background-color: #D8B567;
	border-radius: 50% 50%;
}

.pagetop__button > a {
	font-size: 0;
}

.pagetop__button > a::before {
	font-family: 'iconfont' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	color: #101678;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}

@media screen and (min-width: 768px) {
	.pagetop {
		bottom: 40px;
	}
	.pagetop__button {
		position: relative;
		bottom: 0;
		transition: .3s ease;
		right: 30px;
	}
	.pagetop__button:hover {
		background-color: #E6D2A6;
		bottom: 10px;
		color: #101678;
	}
}

.fixed-caption {
	position: fixed;
	bottom: 20px;
	display: none;
	z-index: 99;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-left: 20px;
	pointer-events: none;
}

.fixed-caption__text {
	color: #888888;
	font-size: 13px;
}

@media screen and (min-width: 768px) {
	.fixed-caption {
		padding-left: 0;
	}
}

.footer {
	padding: 30px 0;
	position: relative;
	z-index: 2;
}

.footer__logo-camembert {
	display: block;
	width: 150px;
	margin: 0 auto;
}

.footer__copyright {
	color: #666666;
	font-size: 11px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.footer {
		padding: 60px 60px 33px;
		display: flex;
		justify-content: flex-start;
		max-width: 1440px;
		flex-flow: wrap;
		margin: 0 auto;
	}
	.footer__logo-camembert {
		width: 150px;
		margin: 0 40px 0 0;
	}
	.footer__inner {
		width: calc(100% - 190px);
		height: 100px;
		display: flex;
		justify-content: flex-start;
	}
	.footer__copyright {
		width: 100%;
		text-align: center;
	}
}

.footer-nav {
	padding: 14px 20px 0;
}

.footer-nav__lists {
	padding-bottom: 40px;
	border-bottom: 1px solid #101678;
}

.footer-nav__list > a {
	display: block;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	color: #101678;
}

@media screen and (min-width: 768px) {
	.footer-nav {
		padding: 24px 0 0;
	}
	.footer-nav__lists {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		border-bottom: 0;
		padding: 0;
	}
	.footer-nav__list {
		margin-right: 32px;
	}
	.footer-nav__list:last-of-type {
		margin-right: 0;
	}
	.footer-nav__list > a {
		position: relative;
	}
	.footer-nav__list > a::after {
		position: absolute;
		bottom: .3em;
		left: 0;
		content: '';
		width: 100%;
		height: 1px;
		background-color: #101678;
		opacity: 0;
		transition: .3s;
	}
	.footer-nav__list > a:hover::after {
		bottom: 0;
		opacity: 1;
	}
}

.footer-logoGroup {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 20px 44px;
}

.footer-logoGroup__logo-camembert {
	width: 105px;
}

.footer-logoGroup__logo-site {
	width: 140px;
}

@media screen and (min-width: 768px) {
	.footer-logoGroup {
		padding: 0;
		position: absolute;
		right: 60px;
		bottom: 88px;
	}
	.footer-logoGroup__logo-camembert {
		width: 105px;
		margin-right: 24px;
	}
	.footer-logoGroup__logo-site {
		width: 160px;
	}
}

/* --------------------------------------------------
		magnificPopup
-------------------------------------------------- */
.mfp-fade.mfp-bg {
	opacity: 0.5;
	background-image: url(../../common/img/pattern_1.png);
	background-size: 50%;
	transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.mfp-container {
	padding: 0 20px !important;
}

button.mfp-close {
	position: absolute;
	background-color: #D8B567 !important;
	border: 1px solid #D8B567 !important;
	border-radius: 50% 50%;
	width: 45px;
	height: 45px;
	font-size: 0;
	opacity: 1;
	padding: 0 0;
	top: -10px !important;
	right: 0 !important;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

button.mfp-close::before {
	font-family: 'iconfont' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

@media screen and (min-width: 768px) {
	button.mfp-close {
		width: 60px;
		height: 60px;
		top: -20px !important;
		transition: background-color .3s ease;
	}
	button.mfp-close:hover {
		background-color: #E6D2A6 !important;
	}
}

.modal {
	max-width: 993px;
	margin: 90px 0 20px;
	position: relative;
	background-color: #F2F2F6;
	border-radius: 10px 10px;
}

.modal__inner {
	padding: 20px 20px 20px;
}

.modal__heading {
	color: #101678;
	margin-bottom: 20px;
}

.modal__title {
	font-size: 24px;
	line-height: 2;
	font-family: ZenOldMincho-Black, "Yu Mincho","YuMincho",'Noto Serif JP', serif;
	text-align: center;
	font-weight: bold;
}

.modal__body {
	color: #101678;
}

.modal__media {
	width: 100%;
}

.modal__media--youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.modal__media--youtube > iframe {
	width: 100%;
	height: 100%;
}

.modal__texts {
	margin-bottom: 10px;
}

.modal__text {
	font-size: 18px;
	line-height: 32.4px;
}

.modal__caption {
	font-size: 13px;
	line-height: 23.4px;
	margin: 10px 0 30px;
}

@media screen and (min-width: 768px) {
	.modal {
		margin: 0 auto;
	}
	.modal__inner {
		padding: 56px 103px 53px;
	}
	.modal__heading {
		margin-bottom: 30px;
	}
	.modal__title {
		font-size: 32px;
		line-height: 1.5;
	}
	.modal__body--pc2col {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
	}
	.modal__body .modal__texts {
		margin: 0 0 0 42px;
	}
	.modal__body .modal__text {
		margin: 0;
	}
	.modal__body .modal__caption {
		margin: 10px 0 0;
	}
	.modal__body .modal__media {
		flex: 1 0 374px;
	}
	.modal__caption {
		margin: 10px 0 40px;
	}
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: opacity 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/*--------------------
	フェードイン
---------------------*/
.js-fade-in-trigger {
	opacity: 0;
	transition: 0.6s ease-in-out;
}

.js-fade-in-trigger.is-fadeIn {
	opacity: 1;
}

/*--------------------
	バウンスイン
---------------------*/
.js-bounce-in-trigger {
	opacity: 0;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

.js-bounce-in-trigger.is-bounceIn {
	-webkit-animation: popup 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
	animation: popup 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

@-webkit-keyframes popup {
	0% {
		-webkit-transform: translateY(40px) scale(0.8);
		transform: translateY(40px) scale(0.8);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0) scale(1);
		transform: translateY(0) scale(1);
	}
	80%, 100% {
		opacity: 1;
	}
}

@keyframes popup {
	0% {
		-webkit-transform: translateY(40px) scale(0.8);
		transform: translateY(40px) scale(0.8);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0) scale(1);
		transform: translateY(0) scale(1);
	}
	80%, 100% {
		opacity: 1;
	}
}

/*--------------------
	Utility
---------------------*/
/*----------
	display
----------*/
.u-hide {
	display: none !important;
}

.u-inline {
	display: inline !important;
}

.u-inline_block {
	display: inline-block !important;
}

.u-block {
	display: block !important;
}

@media screen and (max-width: 735px) {
	.u-onlydesktop {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.u-onlymobile {
		display: none !important;
	}
}

.u-disabled {
	pointer-events: none !important;
	cursor: default !important;
}

.u-txt-link.u-disabled {
	display: inline-block;
}

/*----------
	text
----------*/
.u-txt-center {
	text-align: center !important;
}

@media screen and (min-width: 768px) {
	.u-txt-pccenter {
		text-align: center !important;
	}
}

@media screen and (max-width: 735px) {
	.u-txt-spcenter {
		text-align: center !important;
	}
}

.u-txt-right {
	text-align: right !important;
}

.u-txt-left {
	text-align: left !important;
}

.u-txt-bold {
	font-weight: bold !important;
}

.u-txt-white {
	color: #fff !important;
}

/*----------
	margin
----------*/
/* 打ち消し */
.u-mb-none {
	margin-bottom: 0 !important;
}

.u-mt-none {
	margin-top: 0 !important;
}

/* 汎用マージン */
.u-mb-l1 {
	margin-bottom: 24px !important;
}

.u-mb-l2 {
	margin-bottom: 30px !important;
}

.u-mb-l3 {
	margin-bottom: 50px !important;
}

.u-mb-l4 {
	margin-bottom: 60px !important;
}

.u-mb-l5 {
	margin-bottom: 100px !important;
}

@media screen and (min-width: 768px) {
	.u-mb-l1 {
		margin-bottom: 30px !important;
	}
	.u-mb-l2 {
		margin-bottom: 40px !important;
	}
	.u-mb-l3 {
		margin-bottom: 60px !important;
	}
	.u-mb-l4 {
		margin-bottom: 80px !important;
	}
	.u-mb-l5 {
		margin-bottom: 160px !important;
	}
}

/*----------
	paddomg
----------*/
/* 打ち消し */
.u-pb-none {
	padding-bottom: 0 !important;
}

.u-pt-none {
	padding-top: 0 !important;
}
