

/* promotion
----------------------------------------------- */

.promotion__item-specialwide,
.promotion__item-onlineshop {
	display: block;
}


/* corner
----------------------------------------------- */

.corner {
	background-image: url(../../note/images/thema_dot_pc.png);
}


/* kv
----------------------------------------------- */

.kv {
	padding: 245px 0 0;
	text-align: center;
}
.kv__image {
}
.kv__copy {
	margin: 25px 0 0;
	font-family: "IwaGNGoPro-Bd";
	font-size: 20px;
	letter-spacing: 0.07em;
	line-height: 32px;
}


/* thema
----------------------------------------------- */

.thema {
	overflow: hidden;
}
.thema__title {
	position: relative;
	margin: 85px 0 0;
	text-align: center;
	z-index: 1;
}
.thema__title:before,
.thema__title:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	width: 250px;
	height: 2px;
	background-color: #000;
	z-index: 2;
}
.thema__title:before {
	right: 50%;
	margin: 0 230px 0 0;
}
.thema__title:after {
	left: 50%;
	margin: 0 0 0 230px;
}
.thema__title span {
	display: inline-block;
	position: relative;
	padding: 29px 20px 24px;
	min-width: 470px;
	font-family: "IwaNGoPro-Th";
	font-size: 34px;
	letter-spacing: 0.07em;
	line-height: 44px;
	z-index: 1;
}
.thema__title span:before,
.thema__title span:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #000;
	background-color: #c3fa64;
	box-sizing: border-box;
	z-index: -1;
}
.thema__title span:after {
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background-color: #fff;
}

.thema__main {
	position: relative;
	margin: 18px 0 0;
	padding: 156px 0 96px;
	background-image: url(../../note/images/thema_bg.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 3000px 2500px;
	z-index: 1;
}
.thema__main:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 7px;
	border: 2px solid #000;
	border-left: 0;
	border-right: 0;
	box-sizing: border-box;
	z-index: 1;
}
.thema__text {
	position: relative;
	margin: 0 0 17px;
	font-family: "IwaGNGoPro-Bd";
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 28px;
	z-index: 2;
}
.thema__text u {
	position: relative;
	padding: 0 0 7px;
	text-decoration: none;
	z-index: 1;
	background:linear-gradient(transparent 40%, #c3fa64 40%);
}
.thema__text u:after {
	display: inline-block;
	content: "";
	margin: 0 0 3px 5px;
	width: 18px;
	height: 15px;
	vertical-align: middle;
	background-image: url(../../note/images/ic_arrow_bottom_white.svg);
	background-repeat: no-repeat;
	background-size: 18px 15px;
}

.thema__illust {
	position: absolute;
	left: 50%;
	z-index: 1;
}
.thema__illust img {
	width: 100%;
	height: auto;
}

.thema__illust:nth-child(1) {
	top: 55px;
	margin: 0 0 0 -463px;
	width: 121px;
}
.thema__illust:nth-child(2) {
	top: 25px;
	margin: 0 0 0 -313px;
	width: 65px;
}
.thema__illust:nth-child(3) {
	top: 30px;
	margin: 0 0 0 188px;
	width: 123px;
}
.thema__illust:nth-child(4) {
	top: 68px;
	margin: 0 0 0 350px;
	width: 100px;
}


/* tab
----------------------------------------------- */

.tab {
	margin: 63px auto 0;
	width: 900px;
	height: 120px;
	background-image: url(../../note/images/tab_base_pc@2x.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 900px 120px;
}
.tab__lists {
	display: flex;
}
.tab__list {
	position: relative;
	width: 20%;
	height: 120px;
	text-align: center;
	background-image: url(../../note/images/tab_base_on_pc@2x.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 900px 120px;
	cursor: pointer;
	z-index: 1;
}
.tab__list:after {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	bottom: -17px;
	margin: 0 0 0 -9px;
	width: 18px;
	height: 15px;
	background-image: url(../../note/images/tab_arrow_down.svg);
	background-repeat: no-repeat;
	background-size: 18px 15px;
	z-index: 1;
	opacity: 0;
	transform: translateY(-50%);
}
.tab__list:nth-child(1) {
	background-position: 0 120px;
}
.tab__list:nth-child(2) {
	background-position: -180px 120px
}
.tab__list:nth-child(3) {
	background-position: -360px 120px
}
.tab__list:nth-child(4) {
	background-position: -540px 120px
}
.tab__list:nth-child(5) {
	background-position: -720px 120px
}

.tab__label {
	padding: 15px 0 0;
	font-family: "IwaGNGoPro-Bd";
	font-size: 14px;
	letter-spacing: 0.11em;
}
.tab__icon {
	margin: 0 0 -5px;
}
.tab__title {
	margin: 5px 0 0;
	font-family: "IwaGNGoPro-Bd";
	font-size: 16px;
	letter-spacing: 0.11em;
}

/* current */

.tab__list--current:after {
	opacity: 1;
	transform: translateY(0);
}
.tab__list--current:nth-child(1) {
	background-position: 0 0;
}
.tab__list--current:nth-child(2) {
	background-position: -180px 0
}
.tab__list--current:nth-child(3) {
	background-position: -360px 0
}
.tab__list--current:nth-child(4) {
	background-position: -540px 0
}
.tab__list--current:nth-child(5) {
	background-position: -720px 0
}

/* bottom */

.tab--bottom {
	margin-top: 18px;
}
.tab--bottom .tab__list:after {
	top: -17px;
	bottom: auto;
	background-image: url(../../note/images/tab_arrow_up.svg);
	transform: translateY(50%);
}
.tab--bottom .tab__list--current:after {
	transform: translateY(0);
}


/* book
----------------------------------------------- */

.book {
	margin: 18px auto 0;
	width: 960px;
}
.book__inner {
	position: relative;
	z-index: 1;
}
.book__inner:before,
.book__inner:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #000;
	box-sizing: border-box;
	background-color: #c3fa64;
	z-index: -1;
}
.book__inner:before {
	top: 12px;
	bottom: -12px;
}
.book__inner:after {
	top: 7px;
	left: 6px;
	right: 6px;
	bottom: -6px;
}
.book__base {
	position: relative;
	margin: 0 12px;
	padding: 0 0 20px;
	min-height: 634px;
	border: 2px solid #000;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 2;
}
.book__parts {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -23px;
	z-index: 1;
}
.book__parts--top {
	top: -2px;
}
.book__parts--bottom {
	bottom: -33px;
}

.book__arrow {
	position: absolute;
	top: 50%;
	margin: -5px 0 0;
	cursor: pointer;
	z-index: 1;
}
.book__arrow--prev {
	left: 7px;
}
.book__arrow--next {
	right: 7px;
}
.book__arrow img:last-child {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}

.book__header {
	position: relative;
	margin: 0 48px;
	padding: 41px 0 24px;
	font-family: "IwaGNGoPro-Bd";
	text-align: center;
	z-index: 1;
}
.book__header:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 7px;
	text-align: center;
	border: 2px solid #000;
	box-sizing: border-box;
	z-index: 1;
}
.book__label {
	font-size: 14px;
	letter-spacing: 0.05em;
}
.book__title {
	margin: 10px 0 0;
	font-size: 35px;
	letter-spacing: 0.11em;
}
.book__image {
	margin: -6px 0 0;
	text-align: center;
}
.book__image img {
	margin: auto;
}
.book__summary {
	margin: -2px 0 0;
	font-family: "IwaGNGoPro-Bd";
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 28px;
}

/* slick */

.book__items .slick-slide {
	outline: none;
}


/* point
----------------------------------------------- */

.point {
}
.point__inner {
	margin: auto;
	padding: 72px 0 60px;
	width: 900px;
	border: 2px solid #000;
	background-color: #fff;
	box-sizing: border-box;
}
.point__title {
	text-align: center;
}

.point__items {
	display: none;
	margin: 38px 30px 0 0;
}
.point__item {
	margin: 0 0 0 30px;
	width: calc(33.33% - 30px);
}
.point__subject {
	position: relative;
	padding: 0 0 15px;
	font-family: "IwaGNGoPro-Bd";
	font-size: 22px;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 32px;
	z-index: 1;
}
.point__subject:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 5px;
	border: 1px solid #000;
	background-color: #c3fa64;
	box-sizing: border-box;
	z-index: 1;
}
.point__text {
	margin: 10px 0 0;
	font-family: "IwaNGoPro-Th";
	font-size: 13px;
	letter-spacing: 0.06em;
	line-height: 22px;
}

/* current */

.point__items--current {
	display: flex;
}


/* campaign
----------------------------------------------- */

.campaign {
	position: relative;
	z-index: 1;
}
.campaign:after {
	display: block;
	content: "";
	position: absolute;
	top: 625px;
	left: 0;
	right: 0;
	bottom: 24px;
	background-image: url(../../note/images/campaign_bg_pc.png);
	z-index: 1;
}
.campaign__inner {
	position: relative;
	margin: auto;
	padding: 95px 0 0;
	width: 960px;
	z-index: 2;
}
.campaign__title {
	font-family: "IwaNGoPro-Th";
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	text-indent: -0.04em;
	letter-spacing: 0.04em;
	line-height: 28px;
}
.campaign__title span {
	display: block;
	margin: 0 0 24px;
	font-family: "Oswald";
	font-size: 54px;
}
.campaign__copy {
	margin: 78px 0 0;
	font-family: "IwaNGoPro-Th";
	font-size: 30px;
	text-align: center;
	letter-spacing: 0.06em;
	line-height: 46px;
}
.campaign__copy em {
	position: relative;
	font-style: normal;
	z-index: 1;
}
.campaign__copy em:after {
	display: block;
	content: "";
	position: absolute;
	top: -4px;
	left: -2px;
	right: -2px;
	bottom: -4px;
	background-color: #c3fa64;
	z-index: -1;
}
.campaign__banner {
	margin: 28px 0 0;
	padding: 28px 0 26px;
	text-align: center;
	border: 2px solid #000;
	background-color: #fff;
	box-sizing: border-box;
}
.campaign__summary {
	margin: 31px 0 0;
	font-family: "IwaNGoPro-Th";
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.06em;
	line-height: 36px;
}
.campaign__button {
	position: relative;
	margin: 70px auto 0;
	width: 400px;
	z-index: 1;
}
.campaign__button a {
	display: block;
	height: 48px;
	color: #fff;
	font-family: "IwaNGoPro-Th";
	font-size: 14px;
	text-align: center;
	line-height: 48px;
	letter-spacing: 0.06em;
	background-color: #000;
}
.campaign__fukidashi {
	position: absolute;
	top: -50px;
	left: 6px;
	pointer-events: none;
	z-index: 1;
}
.campaign__fukidashi span {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-family: "IwaNGoPro-Th";
	font-size: 18px;
	letter-spacing: 0.06em;
	z-index: 1;
}


/* supervisor
----------------------------------------------- */

.supervisor {
	margin: 144px 0 0;
}
.supervisor__inner {
	position: relative;
	margin: auto;
	width: 960px;
	border: 2px solid #000;
	border-top: 0;
	background-image: url(../../note/images/thema_dot_pc.png);
	box-sizing: border-box;
	z-index: 1;
}
.supervisor__inner:before,
.supervisor__inner:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	width: 340px;
	height: 2px;
	background-color: #000;
	z-index: 1;
}
.supervisor__inner:before {
	left: 0;
}
.supervisor__inner:after {
	right: 0;
}
.supervisor__title {
	position: absolute;
	top: -17px;
	left: 0;
	right: 0;
	font-family: "IwaNGoPro-Th";
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	text-indent: -0.04em;
	letter-spacing: 0.04em;
	line-height: 28px;
	z-index: 1;
}
.supervisor__title span {
	display: block;
	margin: 0 0 30px;
	font-family: "Oswald";
	font-size: 54px;
}

.supervisor__items {
	margin: 0 58px;
	padding: 123px 0 63px;
}
.supervisor__item {
	position: relative;
	margin: 0 0 36px;
	z-index: 1;
}
.supervisor__item:last-child {
	margin: 0;
}
.supervisor__item:after {
	display: block;
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: -5px;
	bottom: -5px;
	border: 2px solid #000;
	background-color: #c3fa64;
	z-index: 1;
}
.supervisor__base {
	position: relative;
	padding: 28px 0 25px;
	border: 2px solid #000;
	background-color: #fff;
	z-index: 2;
}
.supervisor__base:before,
.supervisor__base:after {
	display: block;
	content: "";
	position: absolute;
	width: 2px;
	height: 100px;
	background-color: #000;
	z-index: 1;
	transform: rotate(45deg);
}
.supervisor__base:before {
	top: -22px;
	left: 47px;
	transform-origin: top;
}
.supervisor__base:after {
	right: 48px;
	bottom: -22px;
	transform-origin: bottom;
}

.supervisor__header {
	position: relative;
	margin: 0 28px;
	min-height: 130px;
	z-index: 1;
}
.supervisor__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	box-shadow: 4px 4px 0 #c3fa64;
	z-index: 1;
}
.supervisor__image img {
	width: 100%;
	height: auto;
}
.supervisor__name {
	margin: 0 0 0 150px;
	padding: 5px 0 0;
	font-family: "IwaNGoPro-Th";
	font-size: 20px;
	letter-spacing: 0.04em;
}
.supervisor__name small {
	font-size: 14px;
}
.supervisor__profile {
	margin: 12px 0 0 150px;
	font-size: 11px;
	letter-spacing: 0.08em;
	line-height: 16px;
}
.supervisor__profile strong {
	font-family: "IwaGNGoPro-Bd";
}
.supervisor__text {
	margin: 25px 28px 0;
	font-size: 15px;
	letter-spacing: 0.04em;
	line-height: 24px;
}


/* pc
----------------------------------------------- */

@media print, screen and (min-width:1000px) {


	/* promotion
	----------------------------------------------- */
	
	.promotion__inner {
		width: 820px;
	}


	/* thema
	----------------------------------------------- */

	.thema__text u:after {
		transition-property: transform;
		transition-duration: 0.25s;
	}

	/* hover */

	.thema__text a:hover u:after {
		transform: translateY(2px);
	}


	/* tab
	----------------------------------------------- */

	.tab__list:after {
		transition-property: opacity, transform;
		transition-duration: 0.25s;
	}

	/* hover */

	.tab__list:hover:after {
		opacity: 1;
		transform: translateY(0);
		transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1), cubic-bezier(0.34, 1.56, 0.64, 1);
	}
	.tab__list:hover .tab__icon img {
		animation-name: popup;
		animation-duration: 0.25s;
	}


	/* book
	----------------------------------------------- */

	.book__arrow img {
		transition-property: opacity, transform;
		transition-duration: 0.25s;
		transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
	}

	/* hover */

	.book__arrow--prev:hover img {
		transform: translateX(-3px);
	}
	.book__arrow--next:hover img {
		transform: translateX(3px);
	}
	.book__arrow:hover img:last-child {
		opacity: 1;
	}


	/* campaign
	----------------------------------------------- */

	.campaign__button a {
		transition-property: opacity, background-color;
		transition-duration: 0.25s;
	}

	/* hover */

	.campaign__button a:hover {
		background-color: #666;
	}

	/* supervisor
	----------------------------------------------- */

	.supervisor__image.js-parallax-mask {
		position: absolute;
	}


}


/* mobile
----------------------------------------------- */

@media only screen and (max-width:999px) {


	/* corner
	----------------------------------------------- */
	
	.corner {
		background-image: url(../../note/images/thema_dot_sp.png);
		background-size: 7px;
	}


	/* kv
	----------------------------------------------- */
	
	.kv {
		margin: 0 15px;
		padding: 135px 0 0;
	}
	.kv__inner {
		margin: auto;
		max-width: 640px;
	}
	.kv__image {
		margin: auto;
		width: 247px;
	}
	.kv__image img {
		width: 100%;
		height: auto;
	}
	.kv__copy {
		margin: 24px 0 0;
		font-size: 15px;
		letter-spacing: 0;
		line-height: 25px;
	}


	/* thema
	----------------------------------------------- */
	
	.thema__title {
		margin: 39px 15px 0;
	}
	.thema__title:before,
	.thema__title:after {
		margin: 0;
		width: 25%;
	}
	.thema__title:before {
		margin: 0 144px 0 0;
	}
	.thema__title:after {
		margin: 0 0 0 144px;
	}
	.thema__title span {
		margin: auto;
		max-width: 315px;
		width: 100%;
		padding: 15px 0 11px;
		min-width: initial;
		font-size: 21px;
		line-height: 30px;
	}
	.thema__title span:after {
		top: 4px;
		left: 4px;
		right: 4px;
		bottom: 4px;
	}
	
	.thema__main {
		margin: 86px 0 0;
		padding: 112px 0 50px;
	}
	.thema__main:after {
		height: 6px;
	}
	.thema__text {
		margin: 0 15px 14px;
		font-size: 15px;
		letter-spacing: 0.07em;
		line-height: 23px;
	}
	.thema__text u {
		padding: 0 0 3px;
		background:linear-gradient(transparent 30%, #c3fa64 30%);
	}
	.thema__text u:after {
		margin: 0 0 2px 5px;
		width: 15px;
		height: 12px;
		background-size: 15px 12px;
	}

	.thema__illust:nth-child(1) {
		top: -20px;
		margin: 0 0 0 -172px;
		width: 78px;
	}
	.thema__illust:nth-child(2) {
		top: -39px;
		margin: 0 0 0 -85px;
		width: 44px;
	}
	.thema__illust:nth-child(3) {
		top: -29px;
		margin: 0 0 0 11px;
		width: 80px;
	}
	.thema__illust:nth-child(4) {
		top: -8px;
		margin: 0 0 0 108px;
		width: 65px;
	}


	/* tab
	----------------------------------------------- */
	
	.tab {
		margin: 40px auto 0;
		width: 315px;
		height: 70px;
		background-image: url(../../note/images/tab_base_sp.png);
		background-size: 315px 70px;
	}
	.tab__list {
		height: 70px;
		background-image: url(../../note/images/tab_base_on_sp.png);
		background-size: 315px 70px;
	}
	.tab__list:after {
		bottom: -14px;
		margin: 0 0 0 -7px;
		width: 14px;
		height: 12px;
		background-size: 14px 12px;
	}
	.tab__list:nth-child(1) {
		background-position: 0 70px;
	}
	.tab__list:nth-child(2) {
		background-position: -63px 70px
	}
	.tab__list:nth-child(3) {
		background-position: -126px 70px
	}
	.tab__list:nth-child(4) {
		background-position: -189px 70px
	}
	.tab__list:nth-child(5) {
		background-position: -252px 70px
	}
	
	.tab__label {
		padding: 6px 0 0;
		font-size: 10px;
		letter-spacing: 0em;
	}
	.tab__icon {
		margin: 4px 0 1px;
	}
	.tab__icon img {
		width: auto;
		height: 30px;
	}
	.tab__title {
		margin: 0;
		font-size: 12px;
	}
	
	/* current */
	
	.tab__list--current:after {
		opacity: 1;
		transform: translateY(0);
	}
	.tab__list--current:nth-child(1) {
		background-position: 0 0;
	}
	.tab__list--current:nth-child(2) {
		background-position: -63px 0
	}
	.tab__list--current:nth-child(3) {
		background-position: -126px 0
	}
	.tab__list--current:nth-child(4) {
		background-position: -189px 0
	}
	.tab__list--current:nth-child(5) {
		background-position: -252px 0
	}

	/* bottom */
	
	.tab--bottom {
		margin-top: 23px;
	}
	.tab--bottom .tab__list:after {
		top: -14px;
	}


	/* book
	----------------------------------------------- */
	
	.book {
		margin: 16px auto 0;
		width: auto;
	}
	.book__inner {
		margin: auto;
		max-width: 375px;
	}
	.book__inner:before {
		top: 9px;
		left: 5px;
		right: 5px;
		bottom: -8px;
	}
	.book__inner:after {
		top: 4px;
		left: 9px;
		right: 9px;
		bottom: -4px;
	}
	.book__base {
		margin: 0 13px;
		padding: 0 0 16px;
		min-height: 368px;
	}
	.book__parts {
		margin: 0 0 0 -13.5px;
	}
	.book__parts--top {
		top: -2px;
	}
	.book__parts--top img {
		width: 27px;
		height: auto;
	}
	.book__parts--bottom {
		bottom: -17px;
	}
	.book__parts--bottom img {
		width: 27px;
		height: auto;
	}
	.book__arrow {
		margin: -15px 0 0;
	}
	.book__arrow img {
		width: 20px;
		height: auto;
	}
	.book__arrow--prev {
		left: 6px;
	}
	.book__arrow--next {
		right: 6px;
	}

	.book__header {
		margin: 0 16px;
		padding: 18px 0 13px;
	}
	.book__header:after {
		height: 6px;
	}
	.book__label {
		font-size: 11px;
	}
	.book__title {
		margin: 4px 0 0;
		font-size: 20px;
	}
	.book__image {
		margin: 0 70px;
	}
	.book__image img {
		width: 100%;
		height: auto;
	}
	.book__summary {
		margin: 3px 15px 0;
		font-size: 14px;
		line-height: 19px;
	}


	/* point
	----------------------------------------------- */
	
	.point {
		margin: 0 30px;
	}
	.point__inner {
		padding: 55px 0 30px;
		max-width: 315px;
		width: auto;
	}
	.point__title img {
		width: 176px;
		height: auto;
	}
	
	.point__items {
		display: none;
		margin: 23px 26px 0;
	}
	.point__item {
		margin: 0 0 20px;
		width: auto;
	}
	.point__item:last-child {
		margin: 0;
	}
	.point__subject {
		padding: 0 0 18px;
		font-size: 18px;
		line-height: 25px;
	}
	.point__subject:after {
		height: 6px;
		border-width: 2px;
	}
	.point__text {
		margin: 10px 0 0;
		font-size: 14px;
		line-height: 23px;
	}

	/* current */
	
	.point__items--current {
		display: block;
	}


	/* campaign
	----------------------------------------------- */
	
	.campaign:after {
		top: 333px;
		bottom: 20px;
		background-image: url(../../note/images/campaign_bg_sp.png);
		background-size: 14px;
	}
	.campaign__inner {
		margin: auto;
		padding: 46px 0 0;
		max-width: 375px;
		width: auto;
	}
	.campaign__title {
		font-size: 15px;
	}
	.campaign__title span {
		margin: 0 0 21px;
		font-size: 42px;
	}
	.campaign__copy {
		margin: 24px 0 0;
		font-size: 24px;
		letter-spacing: 0.04em;
		line-height: 35px;
	}
	.campaign__copy em:after {
		top: -3px;
		left: -3px;
		right: -3px;
		bottom: -3px;
	}
	.campaign__banner {
		margin: 27px 15px 0;
		padding: 13px 13px;
	}
	.campaign__banner img {
		width: 100%;
		height: auto;
	}
	.campaign__summary {
		margin: 23px 15px 0;
		font-size: 15px;
		line-height: 30px;
	}
	.campaign__button {
		margin: 34px 45px 0;
		width: auto;
	}
	.campaign__button a {
		height: 41px;
		font-size: 12px;
		line-height: 41px;
		letter-spacing: 0.04em;
	}
	.campaign__fukidashi {
		top: -34px;
		left: -30px;
		width: 60px;
	}
	.campaign__fukidashi img {
		width: 100%;
		height: auto;
	}
	.campaign__fukidashi span {
		font-size: 14px;
	}


	/* supervisor
	----------------------------------------------- */
	
	.supervisor {
		margin: 63px 15px 0;
	}
	.supervisor__inner {
		max-width: 345px;
		width: auto;
		background-image: url(../../note/images/thema_dot_sp.png);
		background-size: 7px;
	}
	.supervisor__inner:before,
	.supervisor__inner:after {
		width: 19%;
	}
	.supervisor__title {
		top: -16px;
		font-size: 15px;
	}
	.supervisor__title span {
		margin: 0 0 20px;
		font-size: 42px;
	}
	
	.supervisor__items {
		margin: 0 13px;
		padding: 82px 0 32px;
	}
	.supervisor__item {
		margin: 0 0 17px;
	}
	.supervisor__item:after {
		top: 2px;
		left: 2px;
		right: -4px;
		bottom: -4px;
	}
	.supervisor__base {
		padding: 13px 0;
		min-height: initial;
	}
	.supervisor__base:before,
	.supervisor__base:after {
		width: 2px;
		height: 50px;
	}
	.supervisor__base:before {
		top: -11px;
		left: 23px;
	}
	.supervisor__base:after {
		right: 23px;
		bottom: -11px;
	}

	.supervisor__header {
		margin: 0 13px;
		min-height: initial;
	}
	.supervisor__main {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.supervisor__image {
		position: static;
		width: 100px;
		box-shadow: 3px 3px 0 #c3fa64;
	}
	.supervisor__image img {
	}
	.supervisor__name {
		margin: 0;
		padding: 0;
		width: calc(100% - 115px);
		font-size: 16px;
		line-height: 22px;
	}
	.supervisor__name small {
		font-size: 12px;
	}
	.supervisor__profile {
		margin: 15px 0 0;
		line-height: 15px;
	}
	.supervisor__profile strong {
	}
	.supervisor__text {
		margin: 12px 13px 0;
		padding: 10px 0 0;
		font-size: 14px;
		line-height: 23px;
		border-top: 2px solid #000;
	}


}


/* keyframes
----------------------------------------------- */

@keyframes popup {
	30% {
		transform: rotate(0.09deg) scale(1.1);
	}
}

