.main {
  position: relative;
  overflow: hidden;
}

.pager {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0;
}
.pager li {
  display: block;
  margin: 20px;
}
.pager li a {
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
.pager .is-current a {
  background: #232323;
}

.section {
  width: 100%;
}
.section.is-show .section-content {
  opacity: 1;
}
.autoBox {
	overflow: hidden;
}
.section-content {
  /* max-width: 300px; */
  margin: 0 auto;
  padding: 40px 60px;
  text-align: center;
  /* opacity: 0; */
  opacity: 1;
  /* transition: opacity 0.5s ease 0.75s; */
}

h2 {
  color: #232323;
}
h2:first-child {
  /* margin-top: 0; */
}

h3 {
  color: #232323;
}

p {
  color: #232323;
}

.section-red {
  background-color: #ff6363;
}

.section-blue {
  background-color: #8fbbff;
}

.section-green {
  background-color: #fff;
}
	
/* ===================== */

#nav-toggle {
  position: fixed;
  top: 25px;
  right: 25px;
  height: 32px;
  cursor: pointer;
}
#nav-toggle > div {
  position: relative;
  width: 36px;
}
#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #333;
  position: absolute;
  transition: transform 0.2s ease-in-out, top 0.2s ease;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 14px;
}
#nav-toggle span:nth-child(3) {
  top: 28px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

.open #nav-toggle span {
  background: #fff;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#global-nav {
  background: #000;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
	display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  /* transition: opacity 0.6s ease, visibility 0.6s ease; */
}

#global-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  transition: color 0.6s ease;
}
#global-nav a:hover {
  color: #666;
}
#global-nav ul {
  list-style: none;
}
#global-nav ul li {
  opacity: 0;
  transform: translateX(30px);
  transition: transform 0.1s ease, opacity 0.1s ease;
}
#global-nav ul li:nth-child(2) {
  transition-delay: 0.1s;
}
#global-nav ul li:nth-child(3) {
  transition-delay: 0.2s;
}
#global-nav ul li:nth-child(4) {
  transition-delay: 0.3s;
}
#global-nav ul li:nth-child(5) {
  transition-delay: 0.4s;
}
#global-nav ul li:nth-child(6) {
  transition-delay: 0.5s;
}
#global-nav ul li:nth-child(7) {
  transition-delay: 0.6s;
}
#global-nav ul li:nth-child(8) {
  transition-delay: 0.7s;
}
#global-nav ul li:nth-child(9) {
  transition-delay: 0.8s;
}
#global-nav ul li:nth-child(10) {
  transition-delay: 0.9s;
}

/* open */
.open {
  overflow: hidden;
}
.open #global-nav {
  visibility: visible !important;
  opacity: 1;
}
.open #global-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* ===================== */

/* #ff1713 */
	
/* ===================== */	
	
/* Menuの設定 */
#nav-toggle {
	background: #ff1713;
	padding: 20px;
	height: 70px;
	top: 0;
	right: 0;
}
#nav-toggle span {
	height:  2px;
}
.pager li a {
	background: #ddd;
}
.pager .is-current a {
	background: #ff1713;
}
.bg_photo01 {
	background-image: url(/wp-content/themes/main/assets/img/bg_photo01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	colo: #fff;
}
.bg_photo01.bg_photo01_update {
	background-image: url(/wp-content/themes/main/assets/img/bg_photo01_update.jpg) !important;
}
.bg-photo-copy {
	position: absolute;
	bottom: 20px;
	right: 30px;
	color: #fff;
	text-shadow: #000 0 0 5px;
	opacity: 0.9;
	font-size: 0.9em;
}
	
h2 {
	font-weight: 600;
	margin-bottom: 50px;
	font-size: 2.6em;
}	
.bg-photo-copy h2 {
	text-shadow: #000 0 0 5px;
}
.text-white, 
.text-white p {
	color: #fff;
	text-shadow: #000 0 0 5px;
}
.catch-text {
	
}
.catch-text p {
	margin-bottom: 10px;
}

.order-group-01 {
	/* position: absolute; */
	bottom: 10%;
	width: 100vw;
	margin-top: 100px;
	margin-bottom: 50px;
}

.order-group-01 h3 {
	color: #fff;;
	text-shadow: #000 0 0 5px;
	font-size: 2.2em;
	font-weight: 600;
}

.order-group-02 {
	/* position: absolute; */
	bottom: 10%;
	width: 100vw;
	margin-left: -60px;
	margin-right: -60px;
	margin-top:100px;
	margin-bottom:100px;
	clear: both;
}

.order-group-02 h3 {
	color: #ff1713;
	font-size: 2.0em;
	font-weight: 600;
}


.btn-order-01 {
	background: rgba(255,255,255,0.7);
	color: #ff1713;
	display: inline-block;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 600;
	padding: 10px 60px;
	font-size: 2.6em;
  transition: transform 0.1s ease, opacity 0.1s ease;
}
.btn-order-01:hover {
	opacity: 0.8;
	color: #ff1713;
}
.btn-order-02 {
	background: #ff1713;
	color: #fff;
	display: inline-block;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 600;
	padding: 10px 60px;
	font-size: 2.6em;
  transition: transform 0.1s ease, opacity 0.1s ease;
}
.btn-order-02:hover {
	opacity: 0.8;
	color: #fff;
}

/* =========== */
.bg-main {
	position: relative;
}
.top-section {
	
}
.top-section h2 {
	color: #000;
	font-size: 2em;
	margin-bottom: 20px;
}
.top-section h1 {
	color: #ff1713;
	font-weight: 900;
	font-size: 5em;
	margin-bottom: 10px;
}
.top-section h3 {
	color: #ff1713;
	font-weight: 600;
	font-size: 2em;
}
.top-btn {
	/* position: absolute; */
	bottom: 80px;
	width: 100vw;
	margin-left: -60px;
	margin-right: -60px;
}
.top-btn .top-news {
}
.top-btn .top-news span {
	display: block;
	
}
.top-btn .top-news strong {
	display: block;
	font-size: 22px;
}
.top-sponsor {
	/* position: absolute;
	top: 20px; */
	width: 100vw;
	margin-left: -60px;
	margin-right: -60px;
	padding-left: 70px;
	padding-right: 70px;
}
.sponsor-item {
	padding: 20px 20px;
	width: 100%;
	text-align: center;
}
.sponsor-item img {
	display: inline-block;
	max-width: 100%;
	max-height: 70px;
}
.top-title {
	/* position: absolute; */
	/* top: 30%; */
	width: 100vw;
	margin-left: -60px;
	margin-right: -60px;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 30px;
}
.top-title img {
	width: 45vw;	
}
.bottom-title img.sponsor-title-img {
	width: 35vw;	
}
.bottom-title {
	margin-bottom: 40px;
}
.logo-softbank {
	margin-top: 10px;
}
.top-character {
}
.top-character .top-character-item {
	vertical-align: text-bottom;
	/* position: absolute; */
	/* bottom: 30px; */
}
.top-character .top-character-item img {
	min-height: 400px;
/* 	max-height: 500px; */
	max-height: 410px;
	vertical-align: text-bottom;
}
.top-character .top-character-item.left {
	text-align: left;
	left: 40px;
	float: left;
	padding-left: 50px;
}
.top-character .top-character-item.right {
	text-align: right;
	right: 40px;
	float: right;
	padding-right: 50px;
}
.top-character .top-character-item img {
	display: inline;
}
.top-character .top-character-item .character-copy {
	display: inline-block;
	vertical-align: text-bottom;
}
.top-character .top-character-item.right .character-copy {
	padding-right: 15px;
}
.list-rhomboid {
	padding-left: 0;
	text-align: left;
}
.list-rhomboid li {
	list-style-type: none;
	margin-bottom: 10px;
}
.list-rhomboid li::before {
	content:  "◆ ";
}
.list-round {
	padding-left: 0;
	text-align: left;
}
.list-round li {
	list-style-type: none;
	margin-bottom: 10px;
}
.list-round li::before {
	content:  "● ";
}
s
.left-box-photo {
	/* position: absolute; */
	/* top: 0; */
	/* left: 0; */
	float: left;
	width: 50vw;
}
.left-box-photo img {
	width: 100%;
}

.right-box-text {
	/* position: absolute; */
	/* top: 5%; */
	/* right: 0; */
	float: right;
	width: 50vw;
	padding-left: 30px;
	padding-right: 30px;
}
.right-box-text h2 {
	color: #ff1713;
	text-align: left;	
}


.second-character {
	float: right;
}


.second-character-01 {
	margin-top: 0px;
	margin-bottom: -200px;
}
.second-character-02 {
	margin-top: -410px;
}


.second-character .second-character-item {
	vertical-align: text-bottom;
	/* position: absolute; */
	bottom: 30px;
}
.second-character .second-character-item img {
	min-height: 300px;
	max-height: 400px;
	vertical-align: text-bottom;
}
.second-character .second-character-item.left {
	text-align: left;
	left: 40px;
	float: left;
	/* padding-left: 50px; */
}
.second-character .second-character-item.right {
	text-align: right;
	right: 40px;
	float: right;
	/* padding-right: 50px; */
}
.second-character .second-character-item img {
	display: inline;
}
.second-character .second-character-item .character-copy {
	display: inline-block;
	vertical-align: text-bottom;
}
.second-character .second-character-item.right .character-copy {
	padding-right: 15px;
}

.page-base-title {
	color: #ff1713;
}
.page-black-title {
	color: #000;
}
.news-post-box {}
.news-post-new {
	padding-bottom: 50px;
}
.news-post-box .news-post-title {
	display: block;
	margin-bottom: 20px;
	font-weight: bold;
}
.news-post-box .news-post-list {
	list-style-type: none;
}
.news-post-box .news-post-list li {
	margin-bottom: 10px;
}
.news-post-box .news-post-list li a {
	colo: #000;
}
.hr-01 {
	height: 2px !important;
	background-color: #000000;
	border: none;
	margin-top: 50px;
	margin-bottom: 50px;
	opacity: 1;
}
.hr-02 {
	height: 3px !important;
	background-color: #ff1713;
	border: none;
	margin-top: 50px;
	margin-bottom: 50px;
	opacity: 1;
}

.flow-box {
	overflow: hidden;
	width: 80%;
	margin: 0 auto;
	padding-top: 50px;
}
.flow-box .flow-item {
	float: left;
	width: 20%;
	overflow: hidden;
}
.flow-box .flow-item .flow-box {
	float: left;
	width: 80%;
}
.flow-box .flow-item .flow-box .flow-sub {
}
.flow-box .flow-item .flow-box .flow-square {
	border: solid 4px #ff1713;
	border-radius: 10px;
	height: 170px;
	width: 100%;
	display: table;
}
.flow-box .flow-item .flow-box .flow-square .objects {
	height: 170px;
	width: 100%;
	text-align: center;
	color: #ff1713;
	font-weight: 600;
	font-size: 1.7em;
	display: table-cell;
	vertical-align: middle;
}

.flow-box .flow-item .flow-arrow {
	float: right;
	width: 20%;
	text-align: center;
	padding-top: 130px;
	color: #ff1713;
	font-size: 40px;
}

.bg-red {
	background: #ff1713;
	color: #fff;
}

.full-title {
	margin-bottom: 50px;
}
.full-title h2 {
	color: #fff;
	margin-bottom: 10px;
}
.full-title h3 {
	color: #fff;
	font-size: 0.9em;
}
.full-text {
	text-align: left;
	padding: 10px 50px;
}
.full-text p {
	color: #fff;
	line-height: 1.7;
	margin-bottom: 30px;
}
.footer-logo {
	/* width: 100%; */
	/* position: absolute; */
	margin-left: -60px;
	margin-right: -60px;
	/* bottom: 0; */
	background: #fff;
	color: #000;
	padding: 40px 60px;
}
.section-content-message {
	padding-bottom: 0 !important;
}
.top-title .hide,
.bottom-title .hide {
	display: none;
}

.head-btn {
	/* position: absolute;
	bottom: 80px;
	width: 100vw;
	margin-left: -60px;
	margin-right: -60px; */
	margin-top: 100px;
	margin-bottom: 100px;
}
.head-btn .head-news {
}
.head-btn .head-news span {
	display: block;
	
}
.head-btn .head-news strong {
	display: block;
	font-size: 22px;
}

.bottom-btn {}
.bottom-btn .bottom-news {
	font-weight: bold;
}

.btn-order-03 {
	background: #ccc;
	color: #000;
	display: inline-block;
	border-radius: 15px;
	text-decoration: none;
	font-weight: 600;
	padding: 10px 80px;
	font-size: 2em;
  transition: transform 0.1s ease, opacity 0.1s ease;
}
.btn-order-03:hover {
	opacity: 0.8;
	color: #000;
}

.bottom-btn .bottom-text {
	font-size: 0.7em;
	margin: 20px 0;
}

.bottom-title {
	display: table;
	width: 100%;
}
.bottom-title-inner {
	display: table-cell;
	vertical-align: middle;
	height: 90vh;
}
.bottom-title h2 {
	color: #000;
	font-size: 1.4em;
	margin-bottom: 10px;
}
.bottom-title h1 {
	color: #ff1713;
	font-weight: 900;
	font-size: 3.2em;
	margin-bottom: 10px;
}
.bottom-title h3 {
	color: #ff1713;
	font-weight: 600;
	font-size: 1.4em;
}
.bottom-title .bottom-logo {
	width: 50%;
	margin: 30px auto;
}
.bottom-title .bottom-logo img {
	min-height: auto !important;
	max-width: auto !important;
	max-height: 45px;
}
.bottom-title .bottom-logo img.logo-softbank {
	margin-top: 0;
}

#global-nav ul {
	padding-left: 0;
}


@media screen and (min-width: 577px) {
	.view-smt {
		display: none;
	}
	#cstm-title-01 {
		padding-top: 22%;
	}
	.section-content {
		overflow: hidden;
	}
	.left-box-photo {
		/* top: 25%; */
		top: 9%;
		left: 5%;
		width: 45vw;
		z-index: 100;
	}
	.right-box-text {
		/* top: 15%; */
		top: 9%;
		width: 45vw;
		z-index: 100;
	}
	h2 {
		margin-bottom: 20px;
	}
	.second-character-02 {
		margin-top: -330px;
	}
}
@media screen and (max-width: 576px) {
	.view-pc {
		display: none;
	}
	
	#global-nav ul li a {
		font-size: 20px;
	}
	#nav-toggle {
		padding:10px;
		height: 45px;
	}
	#nav-toggle > div {
		width: 25px;
	}
	
	
	#nav-toggle span:nth-child(1) {
	  top: 4px;
	}
	#nav-toggle span:nth-child(2) {
	  top: 12px;
	}
	#nav-toggle span:nth-child(3) {
	  top: 20px;
	}
	#nav-toggle:hover span:nth-child(1) {
	  top: 4px;
	}
	#nav-toggle:hover span:nth-child(3) {
	  top: 20px;
	}
	
	.open #nav-toggle span {
	  background: #fff;
	}
	.open #nav-toggle span:nth-child(1) {
	  top: 12px;
	  transform: rotate(45deg);
	}
	.open #nav-toggle span:nth-child(2) {
	  top: 12px;
	  width: 0;
	  left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
	  top: 12px;
	  transform: rotate(-45deg);
	}
	
	/* ===================== */
	.top-sponsor,
	.section-content,
	.top-title,
	.top-btn,
	.top-character,
	.top-character .top-character-item,
	.order-group-01,
	.order-group-02,
	.left-box-photo,
	.right-box-text,
	.bg-photo-copy,
	.second-character,
	.second-character .second-character-item,
	.footer-logo {
		position: inherit;
		bottom: inherit;
		left: inherit !important;
		right: inherit !important;
		margin-left: -10px;
		margin-right: -10px;
	}
	.section-content {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	
	
	.top-sponsor {
		padding-left: 30px;
		padding-right: 30px;
		margin-bottom: 30px;
	}
	.top-sponsor .col-sm-6 {
		width: 50%;
	}
	.top-title img {
		width: 80vw !important;
	}
	.bottom-title img.sponsor-title-img {
		width: 70vw !important;
	}
	.top-title {
		padding-top: 50px;
		padding-bottom: 30px;
		margin-left: 0;
	}
	.top-title h2 {
		font-size: 1.3em;
		margin-bottom: 10px;
	}
	.top-title h1 {
		font-size: 2.1em;
	}
	.top-title h3 {
		font-size: 1.0em;
	}
	.top-btn {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.top-character {
		overflow: hidden;
		padding: 20px 20px;
	}
	.top-character .top-character-item {
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 50%;
		margin-left: 0;
		margin-right: 0;
		left: inherit;
		right: inherit;
	}
	.top-character .top-character-item img {
		height: 200px;
		min-height: auto;
		display: block;
	}
	.btn-order-02 {
		font-size: 18px;
	}
	.top-character .character-copy {
		display: block;
		font-size: 12px;
	}
	.top-character .top-character-item.right img {
		float: right;
	}
	.bg_photo01 {}
	.bg_photo01 .text-white {
		font-size: 1.3em;
		padding: 10px;
	}
	.bg_photo01 .catch-text {
		
	}
	.bg_photo01 .catch-text p {
		font-size: 12px;
		text-shadow: #000 0 0 5px;
	}
	.bg_photo01 .catch-text p br {
		display: none;
	}
	.bg_photo01 h3 {
		font-size: 1.3em;
		padding: 10px 20px;
	}
	.btn-order-01 {
		font-size: 16px;
	}
	
	.bg-photo-copy {
		font-size: 12px;
		text-align: right;
		margin: 0 10px;
	}
	
	.order-group-01,
	.order-group-02 {
		margin-left: 0;
	}
	
	.right-box-text {
		clear: both;
		margin-top: 20px;
		width: 100% !important;
		margin-bottom: 20px;
	}
	.left-box-photo {
		width: 100% !important;
		margin: 0;
		margin-bottom: 20px;
	}
	.right-box-text h2 {
		padding-top: 20px;
		text-align: center;
		margin-bottom: 10px;
		font-size: 26px;
	}
	.list-rhomboid li,
	.list-round li {
		font-size: 12px;
		padding-bottom: 0px;
		margin-bottom: 5px;
	}
	.order-group-02 {}
	.order-group-02 h3 {
		margin: 10px 0;
		font-size: 14px;
		padding-top: 20px;
	}
	.second-character {
		overflow: hidden;
	}
	.second-character-item {
		margin: 0;
	}
	.second-character .second-character-item {
		margin-right: 30px;
	}
	.second-character .second-character-item img {
		min-height: 70px;
		height: 100px;
	}
	.character-copy {
		font-size: 12px;
	}
	.page-base-title, 
	.page-black-title,
	.full-title h2 {
		font-size: 26px;
	}
	.news-post-list {
		padding-left: 0;
	}
	.news-post-new {
		padding-bottom: 0px;
	}
	.hr-01 {
		margin: 10px 0;
	}
	.flow-box {
		padding-top: 0;
		width: 95%;
	}
	.flow-box .flow-item .flow-box .flow-square .objects {
		font-size: 14px;
		height: 170px;
	}
	.flow-sub {
		font-size: 10px;
	}
	.flow-box .flow-item .flow-arrow {
		padding-top: 90px;
		font-size: 20px;
	}
	.full-title {
		padding: 0 10px;
	}
	.full-title h2 {
		font-size: 22px;
	}
	.full-title h3 {
		font-size: 14px;
	}
	.full-text {
		padding: 10px 30px;
	}
	.footer-logo {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	.bg-red .section-content {
		padding-bottom: 0;
	}
	.footer-logo .sponsor-item {
		margin-bottom: 10px;
	}
	
	.btn-order-03 {
		font-size: 18px;
	}
	.bottom-text {
		font-size: 10px !important;
		padding: 0 10px;
	}
	
	.bottom-title h1 {
		font-size: 32px;
	}
	.bottom-title h3 {
		font-size: 18px;
	}
	.bottom-logo .sponsor-item {
		margin-bottom: 10px;
	}
	.full-title br {
		display: none;
	}
	.pager {
		display: none;
	}
}

@media screen and (max-width: 1490px) {
	.top-character .top-character-item {
		left: 5px;
		padding-left: 5px;
	}
	.top-character .top-character-item.right {
		right: 5px;
		padding-right: 5px;
	}
	.top-character .top-character-item img {
		min-height: 300px;
		max-height: 300px;
	}
	.top-title {
		top: 30%;
	}
	.top-title img {
		width: 50vw;
	}
	.bottom-title img.sponsor-title-img {
		width: 50vw;
	}
	#cstm-title-01 {
		padding-top:15%;
	}
	.left-box-photo {
		width: 35vw;
	}
	.right-box-text {
		/* width: 55vw; */
	}
	.second-character .second-character-item img {
		min-height: 200px;
		max-height: 300px;
	}
	.second-character .second-character-item.right .character-copy {
		font-size: 13px;
	}
	.list-rhomboid li {
		font-size: 0.9em;
		margin-bottom: 7px;
	}
	.list-round li {
		font-size: 0.9em;
		margin-bottom: 7px;
	}
	.flow-box {
		padding-top: 10px;
	}
	.flow-box .flow-item .flow-box .flow-square .objects {
		font-size: 0.9em;
		height: 50px;
	}
	.flow-box .flow-item .flow-arrow {
		padding-top: 90px;
	}
	.order-group-02 h3 {
		font-size: 1.2em;
	}
	.bottom-title .bottom-logo {
		width: 90%;
	}
}
@media screen and (max-width: 1045px) {
	.top-character .top-character-item img {
		min-height: 200px;
		max-height: 200px;
	}
	.top-section h1 {
		font-size: 4em;
	}
	.top-section h2 {
		font-size: 1.5em;
	}
	.top-section h3 {
		font-size: 1.5em;
	}
	.top-character .top-character-item.right .character-copy {
		font-size: 12px;
	}
	#cstm-title-01 {
		padding-top: 2%;
	}
	.order-group-01 h3 {
		font-size: 1.2em;
	}
	h2 {
		font-size: 1.8em;
	}
	.list-rhomboid li {
		font-size: 0.8em;
		margin-bottom: 5px;
	}
	.list-round li {
		font-size: 0.8em;
		margin-bottom: 5px;
	}
	.right-box-text {
		clear: both;
		margin-top: 20px;
		width: 100% !important;
		margin-bottom: 20px;
	}
	.left-box-photo {
		width: 100% !important;
		margin: 0;
		margin-bottom: 20px;
	}
	.order-group-02 h3 {
		font-size: 1.6em;
	}
	.second-character .second-character-item.right {
		display: none;
	}
	
	
}

@media screen and (max-width: 1490px) {
	.top-title {
	    padding-top: 50px;
	}
}

.sponsor-item {
	width: 100%;
	text-align: center;
	display: inline-block;
}
.bottom-title .footer-logo .row {
	margin-right: -80px;
}
@media screen and (min-width: 769px) {
	.bottom-title .sponsor-item {
		height: 100px;
		display: table-cell;
		vertical-align: middle;
	}
}
@media screen and (max-width: 768px) {
	.bottom-title .footer-logo .row {
		margin-right: 0 !important;
	}
}
.sponsor-smt img {
	width: 100%;
}
.bottom-title .bottom-logo .sponsor-smt img {
	width: 100%;
	max-height: 200px !important;
}
@media screen and (max-width: 800px) {
	.sponsor-smt {
		display: none;
	}
}
@media screen and (min-width: 801px) {
	.sponsor-pc {
		display: none;
	}
}
.attention-text {
	font-size: 0.7em;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}
	