@charset "shift_jis";
/* -----------------------------------------------

	Utility

----------------------------------------------- */
.item-pc {
	display: inline-block; }
	@media screen and (max-width: 768px) {
	  .item-pc {
		display: none; } }

  .item-sp {
	display: none; }
	@media screen and (max-width: 768px) {
	  .item-sp {
		display: block; } }

/* ------------------------------------------------------
default
------------------------------------------------------ */

body {
	background-image: repeating-linear-gradient(135deg, #c7000b, #c7000b 10px, #d40713 10px, #d40713 20px);
	min-width: 950px;
	font-family: "���S�V�b�N", "Yu Gothic", "���S�V�b�N��", "YuGothic", "�q���M�m�p�S Pro W3", 'Hiragino Kaku Gothic Pro', "���C���I", 'Meiryo', "�l�r �o�S�V�b�N", 'MS PGothic', Arial, sans-serif;
	box-sizing: border-box;
	font-weight: 500;
	background-color: #fff;
}

.loaded .first-view {
    opacity: 0;
}

@media screen and (max-width: 768px) {
	body {
		min-width: 100%;
	}

	.hidden {
		overflow: hidden;
	}
}

/* wrap
------------------------------------------------------ */
#wrap {
	background: #fff url(/common/images/bg_hd_01.gif) repeat-x;
	width: 100%;
}

/* header
------------------------------------------------------ */
#header {
	margin: auto;
}

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

	#header {
		height: 16vw;
		background-position: bottom;
		z-index: 1000;
		background-color: #fff;
		width: 100%;
	}

	#header li.nav01 {
		position:absolute;
        top: 4vw;
        left: 5vw;
	}

	.nav01 img {
		width: 59vw;
	}

	.burger-menu {
		width: 6.7vw;
		height: 7vw;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		right: 6%;
		background-image: url(/common/images/humberger_open.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 3000;
	}

	.burger-menu.is-open {
		background-image: url(/common/images/humberger_close.png);
	}

	.hamburger-demo-cover {
		display: none;
	}

	.hamburger-demo-cover.is-open {
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 10;
		background: rgba(39,39,39,.9);
	}

	.sp-menu {
		position: fixed;
		width: 100%;
		height: 69.5vw;
		top: 0;
		left: 0;
		background-color: #fff;
		z-index: 500;
		display: none;
	}

	.inner {
		margin-top: 29.7vw;
	}

	.inner li:nth-child(2) {
		margin-top: 8.4vw;
	}

	.inner li:nth-child(1) img {
		width: 44vw;
	}

	.inner li:nth-child(2) img {
		width: 60vw;
	}
}

/* footer
------------------------------------------------------ */
#footer {
	background: none;
	border-top: 2px solid #fff;
}

#footerIn {
	padding: 23px 0;
	text-align: right;
}

@media screen and (max-width: 768px) {
    #footer {
        border-top: 0.5vw solid #fff;
    }

    #footerIn {
        padding: 1.9vw 0 4vw;
		width: 83%;
		margin: 0 auto;
    }

	#footerIn img {
		width: 100%;
    }
}


/* ------------------------------------------------------
contents
------------------------------------------------------ */

#contents {
	padding-top: 22px;
	text-align: left;
}
#contents img {
	-ms-interpolation-mode: bicubic;
}
#contents a:hover,
#contents a:active {
	text-decoration: underline;
}

#popup {
	display: none;
}

.js-btn-hover img {
	width: 100%;
}

.first-view {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #c7000b;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.first-view_inner {
	text-align: center;
	color: #fff;
	height: 100%;
	display: -webkit-box;
  display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.first-view-ttl {
	font-size: 15px;
	font-weight: bold;
	line-height: 2.4;
	margin-bottom: 35px;
}

.first-view-btn {
	width: 242px;
	margin: auto;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.first-view-btn a {
	text-decoration: none !important;
	color: #fff;
}

.first-view-btn span {
	display: block;
	font-size: 14px;
	margin-top: 15px;
}

@media screen and (max-width: 768px) {
	#contents {
		padding-top: 0;
		padding-bottom: 0;
	}
}
/* ------------------------------------------------------
main
------------------------------------------------------ */

#main {
	position: relative;
	margin: 0 auto;
	width: 971px;
	margin-bottom: 40px;
}

.sound-fixed {
	position: fixed;
	top: 106px;
	right: 0;
	width: 50px;
	height: 66px;
}

.sound-fixed a {
	position: absolute;
	top: 0;
	left: 0;
}

.sound-fixed-off {
	display: none;
}

@media screen and (max-width: 768px) {
	#main {
		position: relative;
		margin: 0 auto 5vw;
		width: 100%;
		background: url(../images/top/bg_header_sp.png) no-repeat center top;
		text-align: center;
		background-size: 100% auto;
	}
}

/* ------------------------------------------------------
top header
------------------------------------------------------ */
.p-top-header {
	background: url('../images/top/bg_header.png?v=230301') no-repeat center top;
	text-align: center;
	color: #fff;
	padding-bottom: 70px;
	position: relative;
}

.p-top-header h1 {
	padding-top: 88px;
	margin-bottom: 32px;
}

.p-top-header h1 .sub {
	display: block;
	margin-bottom: 25px;
}

.p-top-header h1 .sub_txt {
	display: block;
	margin-bottom: 26px;
}

.p-top-header h1 .img {
	margin-left: 44px;
}


.p-top-header_works {
	margin-bottom: 24px;
}

.p-top-header_txt {
	font-size: 13px;
	line-height: 1.61538462;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 24px;
}

.p-top-header_btn {
	margin-bottom: 14px;
	position: relative;
	display: inline-block;
	width: 359px;
}

.p-top-header_btn:before {
	content: '';
	width: 69px;
	height: 66px;
	background: url('../images/top/icon_pageper_01.png') no-repeat center center / contain;
	position: absolute;
	top: 20px;
	left: -73px;
}

.p-top-header_btn img {
	transition: all .2s;
	width: 100%;
}

.p-top-header_btn a {
	position: relative;
	display: inline-block;
	width: 310px;
	height: 60px;
}

.p-top-header_btn a:hover img {
	transform: scale(1.07);
}

.p-top-header_date {
	margin-bottom: 9px;
}

.p-top-header_note {
	font-size: 11px;
	line-height: 1.45454545;
}

.p-top-header_heart01 {
	position: absolute;
	top: -7px;
  left: 19px;
	width: 267px;
}

.p-top-header_heart02 {
	position: absolute;
	bottom: -22px;
  right: 58px;
	width: 174px;
	height: 166px;
}

.p-top-header_heart03 {
	position: absolute;
	top: 18px;
  right: 4px;
	width: 172px;
}

.p-top-header_comment {
	position: absolute;
	top: 10px;
  right: 77px;
	width: 151px;
}

.p-top-header_comment img {
	width: 100%;
}

.heart-hover img {
	width: 100%;
	transition: all .2s;
}

.heart-hover:hover img {
	transform: scale(1.1);
}

.p-top-header_close {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}

.p-top-header_close:before {
	content: '';
	width: 69px;
	height: 66px;
	background: url('../images/top/icon_pageper_01.png') no-repeat center center / contain;
	position: absolute;
	top: 18px;
	left: -73px;
}

.p-top-header_close a {
	display: block;
	transition: all 0.3s ease;
}

.p-top-header_close a:hover {
	opacity: 0.75;
}

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

	.p-top-header {
		background: none;
		text-align: center;
		color: #c8030e;
		padding-bottom: 30vw;
		position: relative;
		width: 100%;
		margin: 0 auto;
		background-size: contain;
	}

	.p-top-header h1 {
		padding-top: 29.3vw;
		width: 75%;
		margin: 0 auto 8.5vw;
	}

	.p-top-header h1 img {
		width: 100%;
	}

	.p-top-header h1 .sub {
		display: block;
		width: 37.5%;
		margin: 0 auto 4.5vw;
	}

	.p-top-header h1 .sub img {
		width: 100%;
	}

	.p-top-header h1 .img {
	  width: 104%;
		margin-left: 0;
  }

	.p-top-header_works {
		width: 78%;
		margin: 0 auto 4.5vw;
		margin-left: 10vw;
	}

	.p-top-header_works img {
		width: 100%;
	}

	.p-top-header_txt {
		font-size: 13px;
		line-height: 1.61538462;
		font-weight: bold;
		letter-spacing: 0.1em;
		width: 54%;
		margin: 0 auto 5.3vw;
		margin-left: 21vw;
	}

	.p-top-header_txt img {
		width: 100%;
	}

	.p-top-header_btn {
		width: 77%;
		margin: 0 auto 2vw;
	}

	.p-top-header_btn:before {
		display: none;
	}

	.p-top-header_btn img {
		width: 100%;
	}

	.p-top-header_btn a {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 100%;
	}

	.p-top-header_btn a:before {
		display: none;
	}

	.p-top-header_btn a:hover img {
		transform: scale(1);
	}

  .p-top-header_close {
    width: 76%;
		margin: 0 auto 2.1vw;
  }

  .p-top-header_close img {
    width: 100%;
  }

  .p-top-header_close::before {
    display: none;
  }

	.p-top-header_date {
		margin: 0 auto 2.5vw;
		width: 68%;
	}

	.p-top-header_date img {
		width: 100%;
	}

	.p-top-header_note {
		font-size: 11px;
		line-height: 1.45454545;
		width: 68%;
		margin: 0 auto;
	}

	.p-top-header_note img {
		width: 100%;
	}

	.p-top-header_heart01 {
		position: absolute;
		width: 26vw;
		top: 8vw;
		left: 5vw;
	}

	.p-top-header_heart02 {
		position: absolute;
		bottom: 31vw;
	  right: 4vw;
		width: 30vw;
		height: 0;
		z-index: 2;
	}

	.p-top-header_heart03 {
		position: absolute;
		top: -3vw;
	  right: auto;
	  left: 2vw;
		width: 28vw;
	}

	.p-top-header_comment{
		position: absolute;
    width: 35vw;
    top: 2vw;
    right: 0;
	}

	.heart-hover img {
		width: 100%;
		transition: all .2s;
	}

	.heart-hover:hover img {
		transform: scale(1);
	}

	.p-top-header_heart01 img {
		width: 100%;
	}

	.p-top-header_heart01:hover img {
		transform: scale(1);
	}
}

/* ------------------------------------------------------
top main
------------------------------------------------------ */

.p-top-main {
	background: #fff;
	width: 880px;
	margin: auto;
	border: 5px solid #c7000b;
	border-top: 0;
	margin-left: 39px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 39px 0 0;
	word-break: break-all;
}

.p-top-prize {
	text-align: center;
	padding-bottom: 76px;
}

.p-top-prize_ttl {
	margin-top: 75px;
	margin-bottom: 24px;
}

.p-top-prize_txt {
	margin-bottom: 35px;
}

.p-top-prize_img {
	margin-bottom: 35px;
}

.p-top-award {
	width: 789px;
	margin: auto;
}

.p-top-award_ttl {
	margin-bottom: 49px;
}

.p-top-award_list {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  width: 680px;
  margin: 0 auto 62px;
}

.p-top-award_item {
	margin-bottom: 13px;
	margin-right: 13px;
}

.p-top-award_item:nth-of-type(3n) {
	margin-right: 0;
}


.p-top-gallery {
	width: 789px;
	margin: 0 auto;
	padding-bottom: 46px;
}

.p-top-gallery_ttl {
	margin-bottom: 34px;
}

.p-top-gallery_list {
	/* width: 707px; */
	margin: 0 auto;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.p-top-gallery_item {
	/* width: 144px; */
}

.p-top-gallery_item .item-img {
	margin-bottom: 14px;
	border: 2px solid #e2e2e2;
}

.p-top-gallery_item .item-img img {
	width: 100%;
	height: auto;
}

.p-top-gallery_item .item-ttl {
	text-align: center;
}

.p-top-team {
	width: 789px;
	margin: auto;
	padding: 0 0 14px;
}

.p-top-team_ttl {
	margin-bottom: 18px;
}

.p-top-team_txt {
	font-size: 14px;
	line-height: 1.57142857;
	color: #c8030e;
	font-weight: bold;
	text-align: center;
	margin-bottom: 71px;
	letter-spacing: 0.15em;
}

.p-top-team_box {
	width: 678px;
	margin: 0 auto 69px;
	border: 2px solid #c7000b;
	border-radius: 6px;
	position: relative;
	color: #c8030e;
	font-size: 14px;
	line-height: 1.71428571;
}

.p-top-team_box .box-ttl {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
}


.p-top-team_box .box-content-01 {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
	-webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
	padding: 54px 29px 54px 66px;
}

.p-top-team_box .box-content-01 .left {
	width: 201px;
}

.p-top-team_box .box-content-01 .right {
	width: calc(100% - 250px);
}

.p-top-team_box .box-content-01 .right p {
	margin-bottom: 11px;
}

.p-top-team_box .box-content-02 {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
	-webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
	padding: 45px 40px 43px 93px;
}

.p-top-team_box .box-content-02 .left {
	width: 149px;
}

.p-top-team_box .box-content-02 .right {
	width: calc(100% - 220px);
}

.p-top-team_box .box-content-03 {
	padding: 43px 55px 76px 45px;
	position: relative;
}

.p-top-team_box .box-content-04 {
	padding: 42px 59px 65px 48px;
	position: relative;
}

.p-top-team_box .box-content-05 {
	padding: 45px 55px 45px;
}

.p-top-team_box .txt-lead {
	margin-bottom: 4px;
}

.p-top-team_box .note02 {
	position: absolute;
	bottom: 20px;
	right: 20px;
	margin: 0;
	font-weight: 700;
	white-space: nowrap;
}

.p-top-team_box .note.note02 {
	font-size: 12px;
}

.p-top-team_box .image img {
	width: 100%;
}

.p-top-team_box p {
	margin-bottom: 13px;
	text-align: justify;
}

.p-top-team_box .link {
	color: #c8030e;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 10px;
	transition: all .2s;
}

.p-top-team_box .link[target=_blank]:after {
	content: '';
	width: 13px;
	height: 13px;
	background: url('../images/top/icon_window_01.png') no-repeat center center / contain;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}

.p-top-team_box .link:hover {
	opacity: .5;
}

.p-top-team_box h5 {
	text-align: center;
	margin-top: 45px;
	margin-bottom: 30px;
}

.p-top-team_box .note {
	font-size: 11px;
}

.p-top-team_box .txt-small {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}

.p-top-team_box .txt-note {
	font-size: 11px;
	text-align: right;
	margin: 0 65px 19px;
}

.p-top-team_box .content-address {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
	width: 230px;
	margin: 0 auto 12px;
}

.p-top-team_box .content-address-text {
	width: 230px;
	font-size: 12px;
	line-height: 1.25;
	font-weight: bold;
}

.p-top-team_box .content-address-text p {
	margin-bottom: 7px;
}

.p-top-team_box .content-address-text span {
	font-size: 11px;
}

.p-top-team_box .content-address .note {
	font-size: 10px;
	font-weight: 500;
}

.p-top-team_box .content-address-btn {
	width: 230px;
}

.p-top-team_box .content-address-btn img {
	width: 100%;
}

.p-top-team_box .content-address-btn .note {
	text-align: center;
	margin: 6px 0 0;
}

.p-top-team_box .content-event-close {
	text-align: center;
}

.p-top-team_box .box-content-04 .content-event-close {
	margin-top: 30px;
}

.p-top-team_box .content-image {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 45px 0 0;
}
.content-image-img {
	width: 210px;
}

.content-image-img img {
	width: 100%;
}

.p-top-team_box .content-image-text {
	width: calc(100% - 235px);
	margin-top: -6px;
}

.p-top-team_box .content-image-text p {
	margin-bottom: 7px;
}

.p-top-team_box .kinokuniya-text {
	width: 290px;
  margin: 20px 0 0 153px;
}

.p-top-team_box .kinokuniya-text p {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}

.p-top-team_box .kinokuniya-text .txt-adress {
	font-size: 11px;
}

.p-top-team_box .kinokuniya-text .txt-time {
	font-size: 11px;
	margin-top: 4px;
	display: block;
}

.p-top-team_box .issue {
	text-align: center;
}

.p-top-team_box .issue-ttl {
	margin: 0 0 24px 0;
}

.p-top-team_box .issue-copy {
	text-align: center;
	margin-top: -3px;
  margin-bottom: 19px;
}

.gallery_content {
	margin: 0 auto;
}

.gallery_content-ttl {
	margin-bottom: 14px;
	text-align: center;
}

.gallery_content-container + .gallery_content-container {
	margin-top: 39px;
}

.gallery_movie {
	width: 544px;
}

.gallery_movie iframe {
  width: 100%;
}

.gallery_movie .gallery_movie_inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
	cursor: pointer;
}

.gallery_poster {
	width: 243px;
}

.gallery_poster img{
	width: 100%;
}

.p-top-list{
	display: flex;
	justify-content: space-between;
	width: 790px;
	margin: 0 auto;
	flex-wrap: wrap;
	row-gap: 27px;
}

.p-top-place{
	margin-top: 33px;
}

.p-top-place-list{
	width: 790px;
	margin: 0 auto;
}

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

	.p-top-main {
		width: 95%;
		margin: -4vw auto 0;
		border: 2px solid #c7000b;
		border-top: none;
		padding-top: 4vw;
		padding-bottom: 1vw;
	}

	.p-top-prize {
		padding-top: 16vw;
		padding-bottom: 16vw;
	}

	.p-top-prize_ttl {
		width: 75%;
		margin: 0 auto 4vw;
	}

	.p-top-prize_ttl img {
		width: 100%;
	}

	.p-top-prize_txt {
		width: 53%;
		margin: 0 auto 7vw;
	}

	.p-top-prize_txt img {
		width: 100%;
	}

	.p-top-prize_img {
		margin: 0 auto 10vw;
		width: 89.5%;
	}

	.p-top-prize_img img {
		width: 100%;
	}

	.p-top-award {
		width: 94%;
	}

	.p-top-award_ttl {
		margin-bottom: 8vw;
	}

	.p-top-award_ttl img {
		width: 100%;
	}

	.p-top-award_list {
		width: 100%;
		margin: 0 auto 11vw;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.p-top-award_item {
		margin-bottom: 5.3vw;
		margin-right: 0;
		width: 48.8%;
	}

	.p-top-award_item img {
		width: 100%;
	}

	.p-top-gallery {
		width: 94%;
		margin: 0 auto;
		padding-bottom: 11vw;
	}

	.p-top-gallery_ttl {
		margin-bottom: 8vw;
	}

	.p-top-gallery_ttl img {
		width: 100%;
	}

	.p-top-team {
		width: 88%;
		padding: 0;
	}

	.p-top-team_box {
		width: 100%;
		font-size: 3.7vw;
		letter-spacing: 0.06em;
		line-height: 1.6;
		margin: 0 auto 8vw;
		box-sizing: border-box;
	}

	.p-top-team_box .box-ttl {
		top: -3vw;
	}

	.p-top-team_box .box-ttl img {
		width: 30vw;
	}

	.p-top-team_box .box-content-01 {
		display: block;
		padding: 6.7vw 3.7vw;
	}

	.p-top-team_box .box-content-01 .left {
		width: 72%;
		margin: 0 auto;
	}

	.p-top-team_box .box-content-01 .right {
		width: 100%;
	}

	.p-top-team_box .box-content-01 .right p {
		margin-top: 5.3vw;
		margin-bottom: 0;
	}

	#gallery_content {
		display: block;
		text-align: center;
	}

	.item-img img {
		width: 100%;
		margin: 0 auto;
	}

	.gallery_content-movie {
		margin-bottom: 3.9vw;
	}

	.gallery_content-movie img {
		width: 10%;
		margin: 0 auto;
	}

	.gallery_content-poster {
		margin-bottom: 3.6vw;
	}

	.gallery_content-poster img {
		width: 20%;
		margin: 0 auto;
	}

	.gallery_content-container:nth-child(2) {
		margin-top: 8vw;
	}

	.gallery_content-container iframe {
		width: 100%;
		height: 50.4vw;
	}

	.gallery_movie {
		width: 100%;
	}

	.gallery_poster {
		width: 100%;
	}

	.p-top-place{
		margin-top: 0;
	}

	.p-top-place-list{
		display: block;
		width: 94%;
	}

	.p-top-place-list_item img{
		width: 100%;
	}

	.p-top-list{
		display: block;
		width: 94%;
	}
	
	.p-top-list_item + .p-top-list_item{
		margin-top: 4.2vw;
	}

	.p-top-list_item img{
		width: 100%;
	}
}

/* ------------------------------------------------------
eneossunflowers
------------------------------------------------------ */
.eneos-ttl {
	font-size: 22px;
	line-height: 1.5;
	text-align: center;
	font-weight: 700;
	color: #c8030e;
	margin: 48px 0 0;
}

.letter-list {
	padding: 0 0 126px 58px;
}

.letter01 {
	margin-top: -12px;
}

.letter02 {
	margin-top: 17px;
}

.letter03 {
	margin-top: 30px;
}

.letter04 {
	margin-top: 38px;
}

.letter05 {
	margin-top: 29px;
}

.letter06 {
	margin-top: 34px;
}

.letter07 {
	margin-top: 27px;
}
/* ------------------------------------------------------
utility
------------------------------------------------------ */
.u-mt--6 {
	margin-top: 6px;
}

.u-mt--9 {
	margin-top: 9px;
}

.u-mt--12 {
	margin-top: 12px;
}

.u-mt--15 {
	margin-top: 15px;
}

.u-mt--18 {
	margin-top: 18px;
}

.u-mt--21 {
	margin-top: 21px;
}

.u-mt--24 {
	margin-top: 24px;
}