body {
  min-width: 1136px;
}
#tsunagoecp .section-mv {
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 1;
  width: 100%;
  height: 400px;
	overflow-x: hidden;
}
#tsunagoecp .section-mv::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#tsunagoecp .section-mv__loop {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
	position: relative;
  background-image: url("/samuraiblue/tsunagoecp/img/mv.jpg");
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 4960px auto;
  animation: loop 80s linear infinite;
}
@keyframes loop {
  0% {
    background-position: 0 center;
  }
  to {
    background-position: -4960px center;
  }
}
@keyframes loop-sp {
  0% {
    background-position: 0 center;
  }
  to {
    background-position: -3595px center;
  }
}
@keyframes belt {
  0% {
    background-position: 0 center;
  }
  to {
    background-position: -530px center;
  }
}
@keyframes belt-sp {
  0% {
    background-position: 0 center;
  }
  to {
    background-position: -380px center;
  }
}
#tsunagoecp .section-mv__belt {
	position: absolute;
	top: 250px;
	left: 0;
	right: 0;
	height: 50px;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#tsunagoecp .section-mv__belt::before {
	content: "";
	mix-blend-mode: multiply;
	background-color: #001E55;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#tsunagoecp .section-mv__belt::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-image: url("/samuraiblue/tsunagoecp/img/mv_belt.svg");
	background-position: 0 center;
	background-repeat: repeat-x;
	background-size: 530px auto;
  animation: belt 20s linear infinite;
}
/* ▲ .section-mv ▲ */

/* ▼ .section-about ▼ */
#tsunagoecp .section-about {
	position: relative;
	z-index: 10;
	margin-top: 460px;
	background-color: white;
	padding: 30px 0 64px;
}
#tsunagoecp .section-about__sub {
	filter: drop-shadow(0 3px 3px rgb(0 0 0 / 30%));
	margin: auto;
	width: 417px;
}
#tsunagoecp .section-about__sub img {
	margin-left: -110px;
}
#tsunagoecp .section-about__title {
	display: block;
	margin: -38px auto 0;
	width: 400px;
}
#tsunagoecp .section-about__period {
	margin: 30px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#tsunagoecp .section-about__period__date {
  padding: 0 20px;
}
#tsunagoecp .section-about__text {
	margin: 30px auto 0;
	font-size: 20px;
	font-weight: bold;
	color: #001E55;
	text-align: center;
	line-height: 1.5;
}
#tsunagoecp .section-about__text__large {
	font-size: 24px;
}
/* ▲ .section-about ▲ */

/* ▼ .section-support ▼ */
#tsunagoecp .section-support {
	position: relative;
	z-index: 10;
  background-color: #E8EAEC;
  box-shadow: 0 -1px 0 #E8EAEC, 0 1px 0 #E8EAEC;
}
#tsunagoecp .section-support__wrap {
  position: relative;
  top: -16px;
  max-width: 1136px;
  margin: auto;
}
#tsunagoecp .section-support__main {
  text-align: center;
  font-size: 32px;
  color: #001E55;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
}
#tsunagoecp .section-support__sub {
  text-align: center;
  font-size: 20px;
  color: #001E55;
  font-weight: bold;
  line-height: 1;
  margin-top: 25px;
}
#tsunagoecp .section-support__sns {
  display: flex;
  position: absolute;
  bottom: -5px;
  right: 0;
}
#tsunagoecp .section-support__sns a {
  display: block;
  width: 40px;
  margin-left: 16px;
  transition: 0.5s;
}
#tsunagoecp .section-support__sns a:hover {
  opacity: 0.5;
}
/* ▲ .section-support ▲ */

/* ▼ .section-message ▼ */
#tsunagoecp .section-message {
	position: relative;
	z-index: 11;
}
/* ▲ .section-message ▲ */

/* ▼ .section-method ▼ */
#tsunagoecp .section-method {
	position: relative;
	z-index: 10;
	background-color: white;
}
#tsunagoecp .section-method__title {
	background-color: #001E55;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: white;
	line-height: 1;
	padding: 20px 0;
}
#tsunagoecp .section-method__steps {
	padding: 48px 0 64px;
	max-width: 1136px;
	margin: auto;
	display: flex;
}
#tsunagoecp .section-method__item {
	width: 100%;
	border-left: 1px solid #E8EAEC;
	padding: 0 10px;
}
#tsunagoecp .section-method__item .campaign-shot__button {
	width: 240px;
	margin: 30px auto 0;
}
#tsunagoecp .section-method__item:first-child {
	border-left: none;
}
#tsunagoecp .section-method__item__number {
	text-align: center;
	padding: 15px 0 10px;
	margin-top: -10px;
	background-size: auto 100%;
}
#tsunagoecp .section-method__item__number img{
	width: auto;
	height: 70px;
}
#tsunagoecp .section-method__item__sns {
	width: 40px;
	margin: 20px auto 0;
}
#tsunagoecp .section-method__item__title {
	text-align: center;
	margin: 15px 0 0;
	padding: 0 0 25px;
	font-size: 24px;
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
	color: #001E55;
}
#tsunagoecp .section-method__item__text-m {
	font-size: 16px;
	color: #001E55;
	text-align: center;
	line-height: 1.5;
}
#tsunagoecp .section-method__item__text-s {
	font-size: 10px;
  vertical-align: top;
}
#tsunagoecp .section-method__item__attention {
  text-align: center;
  font-size: 10px;
	color: #001E55;
  margin-top: 10px;
}
#tsunagoecp .section-method__item__text-l {
	font-size: 20px;
	color: #001E55;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}
/* ▲ .section-method ▲ */

/* ▼ .section-first ▼ */
#tsunagoecp .section-first {
	position: relative;
	z-index: 10;
	padding: 64px 0;
	background-image: url("/samuraiblue/tsunagoecp/img/first_bg_pc.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 4px solid white;
}
/* ▲ .section-first ▲ */

/* ▼ .section-second ▼ */
#tsunagoecp .section-second {
	position: relative;
	z-index: 10;
	padding: 64px 0;
	background-image: url("/samuraiblue/tsunagoecp/img/second_bg_pc.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 4px solid white;
}
#tsunagoecp .section-second__soon {
	max-width: 552px;
	margin: 37px auto 0;
}
/* ▲ .section-second ▲ */

/* ▼ .section-terms ▼ */
#tsunagoecp .section-terms {
	position: relative;
	z-index: 10;
	background-color: white;
	padding: 40px 20px;
}
#tsunagoecp .section-terms__button {
	font-weight: bold;
	font-size: 16px;
	color: #001E55;
	text-align: center;
	display: block;
	background-color: white;
	border: 2px solid #001E55;
	border-radius: 4px;
	line-height: 1;
	padding: 15px;
	text-decoration: none;
	width: 240px;
	margin: auto;
	transition: 0.5s;
}
#tsunagoecp .section-terms__button:hover {
	opacity: 0.5;
}
#tsunagoecp .section-terms__button span {
	background-image: url("/samuraiblue/tsunagoecp/img/icon_down.svg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 13px;
	display: block;
}
#tsunagoecp .section-terms__button.is-active span {
	background-image: url("/samuraiblue/tsunagoecp/img/icon_up.svg");
}
#tsunagoecp .section-terms__content {
	max-width: 1000px;
	margin: 40px auto 0;
  display: none;
}
#tsunagoecp .section-terms__content table {
	border: none;
}
#tsunagoecp .section-terms__content th {
	width: 200px;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: #001E55;
}
#tsunagoecp .section-terms__content td {
	padding-left: 16px;
	padding-bottom: 20px;
	font-size: 15px;
	color: #001E55;
	line-height: 1.5;
}
#tsunagoecp .section-terms__content p {
	padding-bottom: 20px;
}
#tsunagoecp .section-terms__content dl {
	padding-bottom: 20px;
}
#tsunagoecp .section-terms__content ul {
	padding-left: 16px;
	padding-bottom: 20px;
}
#tsunagoecp .section-terms__content li {
	list-style: disc;
}
/* ▲ .section-terms ▲ */

/* ▼ common ▼ */
#tsunagoecp .campaign-shot {
	margin: auto;
	max-width: 1136px;
}
#tsunagoecp .campaign-shot__title {
	text-align: center;
	width: 126px;
	margin: auto;
	padding: 0;
}
#tsunagoecp .campaign-shot__period {
	text-align: center;
	margin-top: 36px;
}
#tsunagoecp .campaign-shot__period img {
	width: auto;
	height: 34px;
}
#tsunagoecp .campaign-shot__awards {
	margin: 37px -16px 0;
	display: flex;
}
#tsunagoecp .campaign-shot__awards__second {
	margin: 37px auto 0;
}
#tsunagoecp .campaign-shot__item {
	padding: 0 16px;
	width: 50%;
	min-width: 50%;
}
#tsunagoecp .campaign-shot__item__second {
	margin: 0 auto;
	padding: 0 8px;
	width: 50%;
	min-width: 50%;
}
#tsunagoecp .campaign-shot__item__inner {
	background-color: #E8EAEC;
	border-radius: 14px;
	padding: 28px;
	position: relative;
}

#tsunagoecp .campaign-shot__item__inner__fin {
	position: absolute;
	max-width: 100%;
	width: 100%;
	height: 100%;
	left: 0;
	top:12%;
	z-index: 1;
}
#tsunagoecp .campaign-shot__item__fin{
	opacity: 0.3;
}
#tsunagoecp .campaign-shot__item__title 
#tsunagoecp .campaign-shot__item__title__tag {
	width: 80px;
	min-width: 80px;
	margin-right: 24px;
}
#tsunagoecp .campaign-shot__item__title__sub {
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	color: #001E55;
	line-height: 1.5;
}
#tsunagoecp .campaign-shot__item__title__main {
	font-size: 24px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	color: #001E55;
	line-height: 1.5;
}
#tsunagoecp .campaign-shot__item__flex {
	display: flex;
	margin: 20px -8px 0;
	position: relative;
}

#tsunagoecp .campaign-shot__item__flex_fin{
	margin: 20px -8px 25px;
}

#tsunagoecp .campaign-shot__item__left,
#tsunagoecp .campaign-shot__item__right {
	width: 50%;
	min-width: 50%;
	padding: 0 8px;
}
#tsunagoecp .campaign-shot__item__note{
	position: absolute;
	margin: 0 auto;
}
#tsunagoecp .campaign-shot__item__right .campaign-shot__button {
	margin-top: 18px;
}
#tsunagoecp .campaign-shot__item__caption {
	font-size: 10px;
	color: #001E55;
	margin: 5px 0 0;
}
#tsunagoecp .campaign-shot__item__text {
	font-size: 16px;
	color: #001E55;
	font-weight: bold;
	line-height: 1.5;
}
#tsunagoecp .campaign-shot__item__invite {
	margin-top: 20px;
}
#tsunagoecp .campaign-shot__item__invite img {
	width: auto;
	height: 23px;
}
#tsunagoecp .campaign-shot__button {
	font-weight: bold;
	font-size: 16px;
	color: #001E55;
	text-align: center;
	display: block;
	background-color: white;
	border: 2px solid #001E55;
	border-radius: 4px;
	line-height: 1;
	padding: 15px;
	text-decoration: none;
	transition: 0.5s;
}
#tsunagoecp .campaign-shot__button:hover {
	opacity: 0.5;
}
#tsunagoecp .campaign-shot__button span {
	background-image: url("/samuraiblue/tsunagoecp/img/icon_plus.svg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 15px;
	display: block;
}
#tsunagoecp .social {
	background: black;
	position: relative;
	z-index: 10;
}
#tsunagoecp .company {
	background: #001E55;
	position: relative;
	z-index: 10;
}
#tsunagoecp .footer {
	position: relative;
	z-index: 10;
}
#tsunagoecp .header-nav {
	border-bottom: 5px solid #b09639;
	height: 60px;
	padding: 14px 0 !important;
	min-width: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
}
body.no-scroll {
	overflow: hidden;
	position: fixed;
	z-index: 1;
  width: 100%;
}
#tsunagoecp .social__title {
	font-size: 32px;
	font-weight: bold;
	color: white;
	text-align: center;
	line-height: 1;
}
#tsunagoecp .social__list {
	margin-top: 40px;
}
#tsunagoecp .official__item--01Text,
#tsunagoecp .official__item--02Text,
#tsunagoecp .supportingCompany__Text {
	color: white;
	font-style: normal;
  font-size: 90%;
  text-align: center;
}
#tsunagoecp .social__list {
  width: 480px;
}
/* ▲ common ▲ */

/* ▼ .campaign-modal ▼ */
#tsunagoecp .campaign-modal__bg {
	background-color: black;
	opacity: 0.6;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
#tsunagoecp .campaign-modal__bg.is-active {
	display: block;
}
#tsunagoecp .campaign-modal__body {
	background-color: #001E55;
	width: 100%;
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 10000;
	width: 90%;
	max-width: 800px;
	margin: -292px auto 0;
	border-radius: 24px;
	display: none;
	padding-bottom: 48px;
}
#tsunagoecp .campaign-modal__body.is-active {
	display: block;
}
#tsunagoecp .campaign-modal__sns {
	width: 80px;
	display: block;
	margin: auto;
}
#tsunagoecp .campaign-modal__title {
	margin: 40px auto 0;
	text-align: center;
	font-size: 32px;
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
	color: white;
}
#tsunagoecp .campaign-modal__upper {
	padding-top: 48px;
}
#tsunagoecp .campaign-modal__lower {
	border-top: 1px solid white;
	margin-top: 50px;
	padding-top: 50px;
	max-height: 288px;
	overflow-y: scroll;
	scrollbar-color: rgba(255, 255, 255, 0.5) transparent;
	scrollbar-width: thin;
}
#tsunagoecp .campaign-modal__lower::-webkit-scrollbar {
	width: 4px;
}
#tsunagoecp .campaign-modal__lower::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
}
#tsunagoecp .campaign-modal__close {
	width: 60px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10000;
}
#tsunagoecp .campaign-modal__steps {
	display: flex;
}
#tsunagoecp .campaign-modal__step {
	width: 100%;
	padding: 0 20px;
}
#tsunagoecp .campaign-modal__arrow {
	width: 24px;
	min-width: 24px;
	display: flex;
	align-items: center;
}
#tsunagoecp .campaign-modal__step-title {
	width: auto;
	height: 24px;
	display: block;
	margin: auto;
}
#tsunagoecp .campaign-modal__text {
	color: white;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	margin-top: 27px;
}
#tsunagoecp .campaign-modal__bold {
	font-weight: bold;
}
#tsunagoecp .campaign-modal__underline {
	text-decoration: underline;
}
#tsunagoecp .campaign-modal__button {
	display: block;
	width: 240px;
	margin: 30px auto 0;
	transition: 0.5s;
}
#tsunagoecp .campaign-modal__button:hover {
	opacity: 0.5;
}
#tsunagoecp .campaign-modal__check {
	padding-bottom: 50px;
	border-bottom: 1px solid white;
	margin-bottom: 50px;
}
#tsunagoecp .campaign-modal__check-inner {
	display: flex;
	align-items: center;
	max-width: 544px;
	margin: auto;
}
#tsunagoecp .campaign-modal__check-img {
	width: 135px;
	min-width: 135px;
}
#tsunagoecp .campaign-modal__check-detail {
	width: 100%;
	color: white;
	padding-right: 30px;
}
#tsunagoecp .campaign-modal__check-title {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
}
#tsunagoecp .campaign-modal__check-text {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 20px;
}
#tsunagoecp .campaign-modal__song {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid white;
}
#tsunagoecp .campaign-modal__song-title {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: white;
}
#tsunagoecp .campaign-modal__song-items {
	display: flex;
	margin-top: 30px;
}
#tsunagoecp .campaign-modal__song-item {
	width: 100%;
	padding: 0 20px;
}
#tsunagoecp .campaign-modal__song-number {
	display: block;
	width: 64px;
	margin: auto;
}
#tsunagoecp .campaign-modal__song-text {
	color: white;
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	margin-top: 20px;
}
#tsunagoecp .animated {
	opacity: 0;
}
#tsunagoecp .animated.fadeInUp {
	opacity: 1;
}

/* ▼ SP ▼ */
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
	#tsunagoecp .section-mv {
		height: 280px;
	}
	#tsunagoecp .section-mv__belt {
		height: 33px;
    top: 175px;
	}
	#tsunagoecp .section-mv__belt::after {
		background-size: 380px auto;
		animation: belt-sp 20s linear infinite;
	}
  #tsunagoecp .section-mv__loop {
    background-size: 3595px auto;
    background-image: url("/samuraiblue/tsunagoecp/img/mv_sp.jpg");
    animation: loop-sp 80s linear infinite;
  }
	/* ▲ .section-mv ▲ */

	/* ▼ .section-about ▼ */
	#tsunagoecp .section-about {
		margin-top: 340px;
		padding: 15px 20px 35px;
		overflow: hidden;
	}
	#tsunagoecp .section-about__sub {
		width: 100%;
		transform: scale(1.3);
	}
	#tsunagoecp .section-about__sub img {
		margin: 0;
	}
	#tsunagoecp .section-about__title {
		margin: -16px auto 0;
	}
	#tsunagoecp .section-about__period {
		margin: 0;
    display: block;
	}
	#tsunagoecp .section-about__period__date {
    padding: 0;
    margin-top: 20px;
  }
	#tsunagoecp .section-about__text {
		margin: 40px auto 20px;
		font-size: 16px;
	}
	#tsunagoecp .section-about__text__large {
		font-size: 20px;
	}
	/* ▲ .section-about ▲ */

  /* ▼ .section-support ▼ */
  #tsunagoecp .section-support__wrap {
    top: -10px;
    margin: 0 20px;
  }
  #tsunagoecp .section-support__main {
    font-size: 20px;
  }
  #tsunagoecp .section-support__sub {
    font-size: 14px;
    font-weight: normal;
    margin-top: 13px;
  }
  #tsunagoecp .section-support__sns {
    position: static;
    margin-top: 13px;
    justify-content: center;
  }
  #tsunagoecp .section-support__sns a {
    margin: 0 8px;
  }
  /* ▲ .section-support ▲ */

	/* ▼ .section-method ▼ */
	#tsunagoecp .section-method__title {
		font-size: 14px;
    line-height: 1.5;
		padding: 10px 0;
	}
	#tsunagoecp .section-method__steps {
		display: block;
		padding: 0 0 46px;
	}
	#tsunagoecp .section-method__item {
		padding: 30px 20px;
		border-left: none;
		border-top: 1px solid #D1D6DA;
	}
	#tsunagoecp .section-method__item:first-child {
		border-top: none;
	}
	#tsunagoecp .section-method__item__sns {
		margin: 25px auto 0;
	}
	#tsunagoecp .section-method__item__title {
		padding: 0 0 17px;
		margin: 12px 0 0;
	}
	#tsunagoecp .section-method__item__title img {
		height: 19px;
	}
	#tsunagoecp .section-method__item__text-m {
		font-size: 14px;
	}
	#tsunagoecp .section-method__item__text-l {
		font-size: 16px;
	}
	#tsunagoecp .section-method__item .campaign-shot__button {
		width: auto;
		margin: 20px 20px 0;
	}
	/* ▲ .section-method ▲ */

	/* ▼ .section-first ▼ */
	#tsunagoecp .section-first {
		padding: 25px 20px 40px;
		background-image: url("/samuraiblue/tsunagoecp/img/first_bg_sp.png");
		background-position: center top;
		border-top: 2px solid white;
	}
	/* ▲ .section-first ▲ */

	/* ▼ .section-second ▼ */
	#tsunagoecp .section-second {
		padding: 25px 20px 40px;
		background-image: url("/samuraiblue/tsunagoecp/img/second_bg_sp.png");
		background-position: center top;
		border-top: 2px solid white;
	}
	/* ▲ .section-second ▲ */

	/* ▼ .section-terms ▼ */
	#tsunagoecp .section-terms {
		padding: 32px 20px;
	}
	#tsunagoecp .section-terms__button {
		font-size: 14px;
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
	#tsunagoecp .section-terms__content {
		margin-top: 32px;
	}
	#tsunagoecp .section-terms__content tr,
	#tsunagoecp .section-terms__content th,
	#tsunagoecp .section-terms__content td {
		display: block;
	}
	#tsunagoecp .section-terms__content th {
		width: 100%;
		text-align: left;
		font-size: 14px;
	}
	#tsunagoecp .section-terms__content td {
		padding-left: 0;
		padding-bottom: 16px;
		font-size: 12px;
	}
	#tsunagoecp .section-terms__content p,
	#tsunagoecp .section-terms__content dl,
	#tsunagoecp .section-terms__content ul {
		padding-bottom: 16px;
	}
	#tsunagoecp .section-terms__content li::marker {
		font-size: 10px;
	}
	/* ▲ .section-terms ▲ */

	/* ▼ common ▼ */
	#tsunagoecp .campaign-shot__period {
		margin-top: 23px;
		margin-left: 10px;
		margin-right: 10px;
	}
	#tsunagoecp .campaign-shot__period img {
		height: auto;
	}
	#tsunagoecp .campaign-shot__awards {
		display: block;
		margin: 37px 0 0;
	}
	#tsunagoecp .campaign-shot__item {
		margin: 25px 0 0;
		width: auto;
		padding: 0;
	}
	#tsunagoecp .campaign-shot__item__second {
		margin: 25px 0 0;
		width: auto;
		padding: 0;
	}
	#tsunagoecp .campaign-shot__item__inner {
		padding: 20px;
		position: relative;
	}

	#tsunagoecp .campaign-shot__item__inner__fin {
		top: 0;
	}
	#tsunagoecp .campaign-shot__item__title {
		margin: 0;
		display: block;
	}
	#tsunagoecp .campaign-shot__item__title__sub {
		margin-top: 10px;
		text-align: center;
		font-size: 17px;
	}
	#tsunagoecp .campaign-shot__item__title__main {
		text-align: center;
		font-size: 19px;
	}
	#tsunagoecp .campaign-shot__item__title__tag {
		margin: auto;
	}
	#tsunagoecp .campaign-shot__item__flex {
		display: block;
		margin: 20px 0 0;
	}
	#tsunagoecp .campaign-shot__item__note{
		position: static;
		margin: 0 auto;
	}
	#tsunagoecp .campaign-shot__item__left,
	#tsunagoecp .campaign-shot__item__right {
		margin: 0;
		padding: 0;
		width: auto;
	}
	#tsunagoecp .campaign-shot__item__caption {
		/* text-align: right; */
		text-align: left;
	}
	#tsunagoecp .campaign-shot__item__text {
		text-align: center;
		font-size: 14px;
		margin-top: 10px;
	}
	#tsunagoecp .campaign-shot__item__invite {
		text-align: center;
	}
	#tsunagoecp .campaign-shot__button span {
		font-size: 14px;
	}
	#tsunagoecp .social__title {
		font-size: 20px;
		margin-top: 0;
	}
	#tsunagoecp .social__list {
		margin-top: 20px;
    width: 70vw;
	}
  #tsunagoecp .official__item--01Text,
  #tsunagoecp .official__item--02Text,
  #tsunagoecp .supportingCompany__Text {
    font-size: inherit;
  }
	/* ▲ common ▲ */

	/* ▼ .campaign-modal ▼ */
	#tsunagoecp .campaign-modal__body {
		top: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		border-radius: 0;
		padding: 0;
	}
	#tsunagoecp .campaign-modal__sns {
		width: 40px;
	}
	#tsunagoecp .campaign-modal__title {
		margin: 12px auto 0;
		font-size: 20px;
	}
	#tsunagoecp .campaign-modal__lower {
		margin-top: 33px;
		padding-top: 9px;
		padding-bottom: 44px;
		max-height: none;
		height: calc(100% - 152px);
	}
	#tsunagoecp .campaign-modal__steps {
		display: block;
	}
	#tsunagoecp .campaign-modal__step-title {
		height: 15px;
	}
	#tsunagoecp .campaign-modal__text {
		margin-top: 25px;
		font-size: 14px;
	}
	#tsunagoecp .campaign-modal__button {
		margin: 18px auto 0;
	}
	#tsunagoecp .campaign-modal__arrow {
		width: 36px;
		margin: 24px auto 0;
	}
	#tsunagoecp .campaign-modal__step {
		margin-top: 24px;
	}
	#tsunagoecp .campaign-modal__check {
		padding: 0 20px 33px;
		margin-bottom: 33px;
		margin-top: 24px;
	}
	#tsunagoecp .campaign-modal__check-inner {
		display: block;
	}
	#tsunagoecp .campaign-modal__check-img {
		width: auto;
		margin: 20px 12px 0;
	}
	#tsunagoecp .campaign-modal__check-title {
		font-size: 16px;
	}
	#tsunagoecp .campaign-modal__check-text {
		font-size: 14px;
	}
	#tsunagoecp .campaign-modal__check-detail {
		padding-right: 0;
		text-align: center;
	}
	#tsunagoecp .campaign-modal__song {
		margin-top: 33px;
		padding: 33px 20px 0;
	}
	#tsunagoecp .campaign-modal__song-title {
		font-size: 16px;
	}
	#tsunagoecp .campaign-modal__song-items {
		display: block;
		margin: 0;
	}
	#tsunagoecp .campaign-modal__song-item {
		padding: 0;
		margin-top: 33px;
	}
	#tsunagoecp .campaign-modal__song-number {
		width: 32px;
	}
	#tsunagoecp .campaign-modal__song-text {
		font-size: 14px;
	}
}