@charset "UTF-8";

/**
 * share.css
 * modified : 2017.06.28
 */
/*========================================

  .s5-returnToTop

========================================*/
.s5-returnToTop {
	height: 0;
	position: relative;
	z-index: 2;
	margin: 50px 0 0;
}

.s5-returnToTop__inner1 {
	display: none;
	position: fixed;
	bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.s5-returnToTop__inner2 {
	position: relative;
	max-width: 1260px;
	height: 0;
	margin: 0 auto;
}

.s5-returnToTop__button {
	position: absolute;
	cursor: pointer;
	width: 40px;
	height: 32px;
	right: 20px;
	top: -72px;
	background: url(/share5/images/s5-returnToTop/icon_01.png) no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: top .3s;
	transition: top .3s;
	opacity: .5;
}

.s5-returnToTop__button img {
	width: 100%;
	height: auto;
	opacity: .5;
}

@media screen and (max-width: 640px) {
	.s5-returnToTop__button {
		top: -46px;
		width: 32px;
		height: 26px;
		background-size: 32px 26px;
	}
}

@media screen and (max-width: 640px) {
	.s5-returnToTop.s5-returnToTop--withFOCUSPurchaseFloated .s5-returnToTop__button {
		top: -122px;
	}
}

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

  .s5-icon-window

========================================*/
.s5-icon-window {
	width: 11px;
	height: 9px;
	vertical-align: middle;
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	margin: -2px 3px 0 0;
	background: url(/share5/images/s5-icon/sprite_01.png) no-repeat;
}

.s5-icon-window.s5-icon-window--light {
	background-position: 0 -24px;
}

.s5-icon-window.s5-icon-window--lightDark {
	background-position: 0 -24px;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.imgBox__zoom {
	display: block;
	position: relative;
	margin: 0 auto;
	line-height: 0;
	border: 1px solid #666;
}

.imgBox__zoom:before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	transition: background-color 0.2s;
}

.imgBox__zoom:hover:before {
	background-color: rgba(255, 255, 255, 0.3);
}

.imgBox__zoom:after {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 18px;
	height: 18px;
	background-image: url("../img/zoom.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: '';
}

.modaal-noscroll {
	overflow: hidden;
}

.modaal-accessible-hide {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
}

.modaal-wrapper {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: auto;
	opacity: 1;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
	border: none;
	background: transparent;
	padding: 0;
	-webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
	display: none;
	opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
	opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
	outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
	overflow: hidden;
}

.modaal-outer-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
	display: block;
}

.modaal-inner-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
	padding: 0;
	display: block;
	vertical-align: top;
}

.modaal-container {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: auto;
	text-align: left;
	color: #000;
	max-width: 1000px;
	border-radius: 0px;
	background: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	cursor: auto;
}

.modaal-container.is_loading {
	height: 100px;
	width: 100px;
	overflow: hidden;
}

.modaal-fullscreen .modaal-container {
	max-width: none;
	height: 100%;
	overflow: auto;
}

.modaal-close {
	position: absolute;
	right: -10px;
	top: -50px;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border-radius: 100%;
	transition: all 0.3s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
	outline: none;
	opacity: .7;
}

.modaal-close span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
	display: block;
	content: " ";
	position: absolute;
	top: 14px;
	left: 23px;
	width: 1.5px;
	height: 22px;
	background: #fff;
	transition: background 0.3s ease-in-out;
}

.modaal-close:before {
	transform: rotate(-45deg);
}

.modaal-close:after {
	transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
	background: #afb7bc;
	right: 10px;
	top: 10px;
}

.modaal-content-container {
	padding: 30px;
}

.modaal-confirm-wrap {
	padding: 30px 0 0;
	text-align: center;
	font-size: 0;
}

.modaal-confirm-btn {
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	background: transparent;
}

.modaal-confirm-btn.modaal-ok {
	padding: 10px 15px;
	color: #fff;
	background: #333;
	border-radius: 3px;
	transition: background 0.3s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
	background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
	text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
	text-decoration: none;
	color: #2f2f2f;
}

@keyframes instaReveal {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes instaReveal {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes instaReveal {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes instaReveal {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes instaReveal {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.modaal-instagram .modaal-container {
	width: auto;
	background: transparent;
	box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
	padding: 0;
	background: transparent;
}

.modaal-instagram .modaal-content-container>blockquote {
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.modaal-instagram iframe {
	opacity: 0;
	margin: -6px !important;
	border-radius: 0 !important;
	width: 1000px !important;
	max-width: 800px !important;
	box-shadow: none !important;
	animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
	padding-left: 140px;
	padding-right: 140px;
}

.modaal-image .modaal-container {
	width: auto;
	max-width: 1200px;
}

.modaal-gallery-wrap {
	position: relative;
	color: #fff;
}

.modaal-gallery-item {
	display: none;
}

.modaal-gallery-item img {
	display: block;
}

.modaal-gallery-item.is_active {
	display: block;
}

.modaal-gallery-label {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 10px 0 0;
	font-size: 13px;
	font-size: 0.8125rem;
	color: #fff;
}

.modaal-gallery-label:focus {
	outline: none;
}

@media screen and (min-width: 640px) {
	.modaal-gallery-label {
		text-align: right;
	}
}

.modaal-gallery-control {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
	cursor: pointer;
	color: #fff;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border: none;
	border-radius: 100%;
	transition: all 0.3s ease-in-out;
}

.modaal-gallery-control.is_hidden {
	opacity: 0;
	cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
	outline: none;
	background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
	background: #afb7bc;
}

.modaal-gallery-control span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
	display: block;
	content: " ";
	position: absolute;
	top: 16px;
	left: 25px;
	width: 4px;
	height: 18px;
	border-radius: 4px;
	background: #fff;
	transition: background 0.3s ease-in-out;
}

.modaal-gallery-control:before {
	margin: -5px 0 0;
	transform: rotate(-45deg);
}

.modaal-gallery-control:after {
	margin: 5px 0 0;
	transform: rotate(45deg);
}

.modaal-gallery-next-inner {
	left: 100%;
	margin-left: 40px;
}

.modaal-gallery-next-outer {
	right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
	left: 22px;
}

.modaal-gallery-prev:before {
	margin: 5px 0 0;
	transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
	margin: -5px 0 0;
	transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
	right: 100%;
	margin-right: 40px;
}

.modaal-gallery-prev-outer {
	left: 45px;
}

.modaal-video-wrap {
	margin: auto 50px;
	position: relative;
}

.modaal-video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	background: #000;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modaal-iframe .modaal-content {
	width: 100%;
	height: 100%;
}

.modaal-iframe-elem {
	width: 100%;
	height: 100%;
	display: block;
}

@media only screen and (min-width: 1400px) {
	.modaal-video-container {
		padding-bottom: 0;
		height: 731px;
	}
}

@media only screen and (max-width: 1140px) {
	.modaal-image .modaal-inner-wrapper {
		padding-left: 25px;
		padding-right: 25px;
	}

	.modaal-gallery-control {
		top: auto;
		bottom: 20px;
		transform: none;
		background: rgba(0, 0, 0, 0.7);
	}

	.modaal-gallery-control:before,
	.modaal-gallery-control:after {
		background: #fff;
	}

	.modaal-gallery-next {
		left: auto;
		right: 20px;
	}

	.modaal-gallery-prev {
		left: 20px;
		right: auto;
	}
}

@media screen and (max-width: 900px) {
	.modaal-instagram iframe {
		width: 500px !important;
	}
}

@media screen and (max-height: 1100px) {
	.modaal-instagram iframe {
		width: 700px !important;
	}
}

@media screen and (max-height: 1000px) {
	.modaal-inner-wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.modaal-instagram iframe {
		width: 600px !important;
	}
}

@media screen and (max-height: 900px) {
	.modaal-instagram iframe {
		width: 500px !important;
	}

	.modaal-video-container {
		max-width: 900px;
		max-height: 510px;
	}
}

@media only screen and (max-width: 600px) {
	.modaal-instagram iframe {
		width: 280px !important;
	}
}

@media only screen and (max-height: 820px) {
	.modaal-gallery-label {
		display: none;
	}
}

.modaal-profile-item {
	padding: 20px 20px 30px;
	background: #000;
	color: #fff;
	line-height: 1.5;
}

@media screen and (min-width: 640px) {
	.modaal-profile-item {
		padding: 40px 40px 50px;
		display: flex;
	}
}

.modaal-profile-picturebox {
	text-align: center;
}

.modaal-profile-picturebox img {
	width: 100%;
}

@media screen and (min-width: 480px) {
	.modaal-profile-picturebox img {
		width: 60%;
	}
}

@media screen and (min-width: 640px) {
	.modaal-profile-picturebox {
		flex: 0 1 auto;
	}

	.modaal-profile-picturebox img {
		width: auto;
		min-width: 100%;
	}
}

.modaal-profile-textbox {
	margin-top: 20px;
}

@media screen and (min-width: 640px) {
	.modaal-profile-textbox {
		margin-top: 0;
		margin-left: 50px;
		flex: 1 1 auto;
	}
}

.modaal-profile-workname,
.modaal-profile-worker {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}

.modaal-profile-workname {
	font-size: 18px;
	font-size: 1.125rem;
}

.modaal-profile-worker {
	font-size: 36px;
	font-size: 2.25rem;
}

.modaal-profile-text {
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 20px;
}

.modaal-loading-spinner {
	background: none;
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-ms-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
	}

	100% {
		opacity: .1;
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-ms-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
	}

	100% {
		opacity: .1;
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-ms-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
	}

	100% {
		opacity: .1;
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-ms-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
	}

	100% {
		opacity: .1;
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-ms-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
	}

	100% {
		opacity: .1;
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

.modaal-loading-spinner>div {
	width: 24px;
	height: 24px;
	margin-left: 4px;
	margin-top: 4px;
	position: absolute;
}

.modaal-loading-spinner>div>div {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: #fff;
}

.modaal-loading-spinner>div:nth-of-type(1)>div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-ms-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
}

.modaal-loading-spinner>div:nth-of-type(2)>div,
.modaal-loading-spinner>div:nth-of-type(3)>div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(1) {
	-ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	-moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(2)>div {
	animation: modaal-loading-spinner 1s linear infinite;
	-ms-animation-delay: .12s;
	-moz-animation-delay: .12s;
	-webkit-animation-delay: .12s;
	-o-animation-delay: .12s;
	animation-delay: .12s;
}

.modaal-loading-spinner>div:nth-of-type(2) {
	-ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	-moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(3)>div {
	animation: modaal-loading-spinner 1s linear infinite;
	-ms-animation-delay: .25s;
	-moz-animation-delay: .25s;
	-webkit-animation-delay: .25s;
	-o-animation-delay: .25s;
	animation-delay: .25s;
}

.modaal-loading-spinner>div:nth-of-type(4)>div,
.modaal-loading-spinner>div:nth-of-type(5)>div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(3) {
	-ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	-moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(4)>div {
	animation: modaal-loading-spinner 1s linear infinite;
	-ms-animation-delay: .37s;
	-moz-animation-delay: .37s;
	-webkit-animation-delay: .37s;
	-o-animation-delay: .37s;
	animation-delay: .37s;
}

.modaal-loading-spinner>div:nth-of-type(4) {
	-ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	-moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(5)>div {
	animation: modaal-loading-spinner 1s linear infinite;
	-ms-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-webkit-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s;
}

.modaal-loading-spinner>div:nth-of-type(6)>div,
.modaal-loading-spinner>div:nth-of-type(7)>div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(5) {
	-ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	-moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(6)>div {
	animation: modaal-loading-spinner 1s linear infinite;
	-ms-animation-delay: .62s;
	-moz-animation-delay: .62s;
	-webkit-animation-delay: .62s;
	-o-animation-delay: .62s;
	animation-delay: .62s;
}

.modaal-loading-spinner>div:nth-of-type(6) {
	-ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	-moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(7)>div {
	animation: modaal-loading-spinner 1s linear infinite;
	-ms-animation-delay: .75s;
	-moz-animation-delay: .75s;
	-webkit-animation-delay: .75s;
	-o-animation-delay: .75s;
	animation-delay: .75s;
}

.modaal-loading-spinner>div:nth-of-type(7) {
	-ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	-moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(8)>div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-ms-animation-delay: .87s;
	-moz-animation-delay: .87s;
	-webkit-animation-delay: .87s;
	-o-animation-delay: .87s;
	animation-delay: .87s;
}

.modaal-loading-spinner>div:nth-of-type(8) {
	-ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	-moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* alphainfo template stylesheet */
.tpl__alphainfo__header {
	background: #ffffff;
}

.tpl__alphainfo__header.black {
	background: #000;
}

.tpl__alphainfo__header--inner {
	width: 93.75%;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
	margin: 0 auto;
	height: 70px;
}

.tpl__alphainfo__header--logo {
	display: block;
	padding: 15px 0;
	width: 110px;
}

.tpl__alphainfo__header--logo img {
	vertical-align: middle;
}

.tpl__alphainfo__header--txt {
	margin-left: auto;
	padding: 14px 0 18px;
	width: 351px;
	line-height: 0;
}

@media (max-width: 960px) {
	.tpl__alphainfo__header--txt {
		width: 300px;
	}
}

@media (max-width: 640px) {
	.tpl__alphainfo__header--logo {
		width: 80px;
	}

	.tpl__alphainfo__header--txt {
		width: 52%;
	}

	.tpl__alphainfo__header--inner {
		height: 55px;
	}
}

.tpl__alphainfo__academy {
	max-width: 1200px;
	margin: 0 auto;
	background: #efefef;
	color: #000;
}

.tpl__alphainfo__academy--inner {
	padding: 50px 60px 80px 50px;
}

.tpl__alphainfo__academy--txt {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.67;
}

.tpl__alphainfo__academy--heading {
	background: #ccc;
	padding: 50px 20px 35px;
	text-align: center;
	color: #333;
	font-size: 28px;
	font-size: 1.75rem;
	font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明朝", "HGP明朝", "HG明朝", serif;
	line-height: 1;
}

.tpl__alphainfo__academy--heading--logo {
	display: block;
	margin-top: 16px;
}

.tpl__alphainfo__academy--heading--logo img {
	display: block;
	margin: 0 auto;
}

.tpl__alphainfo__academy--intro--imgbox {
	margin-left: 46px;
	width: 46.1155%;
	max-width: 463px;
	float: right;
}

.tpl__alphainfo__academy--intro--spimgbox {
	display: none;
}

.tpl__alphainfo__academy--intro--heading {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.5;
	letter-spacing: .05em;
	margin-bottom: 30px;
	font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明朝", "HGP明朝", "HG明朝", serif;
}

.tpl__alphainfo__academy--intro::after {
	content: '';
	display: block;
	clear: both;
}

.tpl__alphainfo__academy--course {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

.tpl__alphainfo__academy--course--imgbox {
	flex: 0 0 39.8406;
	max-width: 400px;
}

.tpl__alphainfo__academy--course--txtbox {
	flex: 0 1 auto;
	margin-left: 60px;
}

.tpl__alphainfo__academy--course--boxttl {
	background: #ea5504;
	display: inline-block;
	padding: 6px 20px 5px;
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: .025em;
	line-height: 1;
}

.tpl__alphainfo__academy--course--tags {
	padding: 0;
	display: flex;
	margin-top: 30px;
	list-style: none;
}

.tpl__alphainfo__academy--course--tags li {
	border: 1px solid;
	padding: 2px 5px 1px;
	line-height: 1.2;
	box-sizing: border-box;
	font-size: 14px;
	font-size: .875rem;
}

.tpl__alphainfo__academy--course--tags li:nth-of-type(n+2) {
	margin-left: 5px;
}

.tpl__alphainfo__academy--course--tags .free {
	border-color: #5887ab;
	color: #5887ab;
}

.tpl__alphainfo__academy--course--tags .beginner {
	border-color: #f9e575;
	background: #f9e575;
	color: #3a3519;
}

.tpl__alphainfo__academy--course--tags .use {
	border-color: #a2bbea;
	color: #000;
}

.tpl__alphainfo__academy--course--tags .teacher {
	border-color: #ec9717;
	color: #6B460E;
}

.tpl__alphainfo__academy--course--heading {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
	letter-spacing: .075em;
	margin-bottom: 16px;
	margin-top: 26px;
}

.tpl__alphainfo__academy--course--spimgbox {
	display: none;
}

.tpl__alphainfo__academy--banner {
	margin-top: 80px;
	text-align: center;
}

.tpl__alphainfo__academy--banner--heading {
	font-size: 30px;
	font-size: 1.875rem;
	letter-spacing: .05em;
	font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明朝", "HGP明朝", "HG明朝", serif;
}

.tpl__alphainfo__academy--banner--link {
	display: block;
	margin-top: 30px;
	transition: 0.2s;
}

.tpl__alphainfo__academy--banner--link:hover,
.tpl__alphainfo__academy--banner--link:focus {
	opacity: .6;
}

.tpl__alphainfo__academy--banner--caution {
	margin-top: 16px;
}

@media (max-width: 960px) {
	.tpl__alphainfo__academy--inner {
		padding: 30px 20px 40px;
	}

	.tpl__alphainfo__academy--heading {
		padding: 40px 20px 25px;
	}

	.tpl__alphainfo__academy--heading--logo {
		margin-top: 10px;
		transform: scale(0.8);
	}

	.tpl__alphainfo__academy--intro--heading {
		font-size: 24px;
		font-size: 1.5rem;
		margin-bottom: 20px;
	}

	.tpl__alphainfo__academy--intro--heading br {
		display: none;
	}

	.tpl__alphainfo__academy--intro--imgbox {
		margin-left: 20px;
	}
}

@media (max-width: 640px) {
	.tpl__alphainfo__academy--heading {
		padding: 30px 20px 20px;
	}

	.tpl__alphainfo__academy--heading--logo {
		transform: scale(0.6);
	}

	.tpl__alphainfo__academy--intro--heading {
		font-size: 24px;
		font-size: 1.5rem;
		margin-bottom: 15px;
	}

	.tpl__alphainfo__academy--course {
		margin-top: 40px;
	}

	.tpl__alphainfo__academy--course--imgbox {
		display: none;
	}

	.tpl__alphainfo__academy--course--spimgbox {
		display: block;
		margin-top: 20px;
	}

	.tpl__alphainfo__academy--course--spimgbox img {
		width: 100%;
	}

	.tpl__alphainfo__academy--course--txtbox {
		margin-left: 0;
	}

	.tpl__alphainfo__academy--course--tags {
		margin-top: 20px;
	}

	.tpl__alphainfo__academy--course--heading {
		margin-top: 20px;
	}

	.tpl__alphainfo__academy--banner {
		margin-top: 60px;
	}

	.tpl__alphainfo__academy--banner--link {
		margin-top: 20px;
	}

	.tpl__alphainfo__academy--banner--caution {
		text-align: left;
	}
}

@media (max-width: 479px) {
	.tpl__alphainfo__academy--heading {
		font-size: 22.4px;
		font-size: 1.4rem;
	}

	.tpl__alphainfo__academy--intro--heading {
		font-size: 24px;
		font-size: 1.5rem;
		margin-bottom: 15px;
	}

	.tpl__alphainfo__academy--intro--imgbox {
		display: none;
	}

	.tpl__alphainfo__academy--intro--spimgbox {
		display: block;
		margin-bottom: 20px;
	}

	.tpl__alphainfo__academy--course--tags li {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	.tpl__alphainfo__academy--banner--heading {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

.tpl__alphainfo-asidebox {
	background: #eaeaea;
	color: #333333;
	padding: 70px 0 30px;
}

@media screen and (max-width: 640px) {
	.tpl__alphainfo-asidebox {
		padding: 50px 0 80px;
	}
}

.tpl__alphainfo-store+.tpl__alphainfo-store,
.tpl__alphainfo-store+.tpl__alphainfo-program,
.tpl__alphainfo-program+.tpl__alphainfo-store,
.tpl__alphainfo-program+.tpl__alphainfo-program {
	margin-top: 60px;
}

.tpl__alphainfo-store--inner,
.tpl__alphainfo-program--inner {
	width: 93.75%;
	max-width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
}

.tpl__alphainfo-store--heading,
.tpl__alphainfo-program--heading {
	text-align: center;
	font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明朝", "HGP明朝", "HG明朝", serif;
	font-size: 38px;
	font-size: 2.375rem;
	line-height: 1.34;
	font-weight: normal;
}

.tpl__alphainfo-store--txt,
.tpl__alphainfo-program--txt {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.67;
}

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

	.tpl__alphainfo-store--heading,
	.tpl__alphainfo-program--heading {
		font-size: 30px;
		font-size: 1.875rem;
	}
}

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

	.tpl__alphainfo-store--heading,
	.tpl__alphainfo-program--heading {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

.tpl__alphainfo-store--imgbox {
	margin: 30px 0 50px;
	display: flex;
}

.tpl__alphainfo-store--imgitem {
	flex: 0 0 50%;
}

.tpl__alphainfo-store--list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}

.tpl__alphainfo-store--item {
	flex: 0 0 19.167%;
	transition: opacity .25s !important;
}

.tpl__alphainfo-store--item:hover {
	opacity: .8;
}

.tpl__alphainfo-store--name {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	background: #5787e4;
	height: 64px;
}

.tpl__alphainfo-store--name::before {
	content: '';
	display: inline-block;
	position: relative;
	top: -0.1em;
	margin-right: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #fff;
}

.tpl__alphainfo-store--store-sp {
	display: none;
}

.tpl__alphainfo-store--img {
	display: block;
}

@media screen and (max-width: 1259px) {
	.tpl__alphainfo-store--name {
		font-size: 1.2vw;
		height: 4.8vw;
	}
}

@media screen and (max-width: 640px) {
	.tpl__alphainfo-store--store-sp {
		display: block;
		margin-top: 30px;
	}

	.tpl__alphainfo-store--list {
		display: none;
	}

	.tpl__alphainfo-store--name {
		font-size: 16px;
		font-size: 1rem;
		height: 48px;
	}

	.tpl__alphainfo-store--imgbox {
		margin: 30px 0;
	}

	.tpl__alphainfo-store--item {
		display: block;
	}
}

@media screen and (max-width: 479px) {
	.tpl__alphainfo-store--name {
		font-size: 14px;
		font-size: 0.875rem;
		height: 40px;
	}

	.tpl__alphainfo-store--imgbox {
		margin: 20px 0;
	}

	.tpl__alphainfo-store--store-sp {
		display: block;
		margin-top: 20px;
	}
}

.tpl__alphainfo-program--box {
	clear: both;
	display: block;
	content: '';
	margin-top: 30px;
}

.tpl__alphainfo-program--img {
	float: right;
	margin: 0 0 0 40px;
	width: 38.584%;
	transition: opacity .2s !important;
}

.tpl__alphainfo-program--img:hover {
	opacity: .8;
}

.tpl__alphainfo-program--btn {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	margin-top: 20px;
	padding: 13px 30px 12px 30px;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #5687f5;
	transition: opacity .2s !important;
}

.tpl__alphainfo-program--btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -3.5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 4px;
	border-color: transparent transparent transparent #fff;
}

.tpl__alphainfo-program--btn:hover {
	color: #fff;
	opacity: .8;
}

@media screen and (max-width: 640px) {
	.tpl__alphainfo-program--img {
		display: block;
		float: none;
		margin: 0 0 30px;
		width: 100%;
	}

	.tpl__alphainfo-program--btn {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media screen and (max-width: 479px) {
	.tpl__alphainfo-program--img {
		margin: 0 0 20px;
	}

	.tpl__alphainfo-program--box {
		margin-top: 20px;
	}

	.tpl__alphainfo-program--btn {
		font-size: 14px;
		font-size: 0.875rem;
	}
}

/* End alphainfo template stylesheet */
/* survey template stylesheet */
.tpl__survey {
	background: #fff;
	color: #444;
}

.tpl__survey--inner {
	max-width: 950px;
	width: 93.75%;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
}

.tpl__survey--heading {
	font-size: 38px;
	font-size: 2.375rem;
	letter-spacing: .06em;
	line-height: 1.33;
}

.tpl__survey--txt {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: .06em;
	font-weight: 500;
	margin-top: 30px;
	line-height: 1.77;
}

.tpl__survey--linkbtn {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: bold;
	margin-top: 40px;
	display: block;
	color: #fff;
	background: #5787e4;
	padding: 16px;
	text-decoration: none;
	transition: 0.2s !important;
	line-height: 1.25;
}

.tpl__survey--linkbtn:hover,
.tpl__survey--linkbtn:focus {
	color: #fff;
	background: #8aacf6;
}

@media screen and (max-width: 960px) {
	.tpl__survey--heading {
		font-size: 30px;
		font-size: 1.875rem;
	}
}

@media screen and (max-width: 640px) {
	.tpl__survey--inner {
		width: 90.625%;
	}

	.tpl__survey--txt {
		text-align: left;
	}

	.tpl__survey--linkbtn {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

@media screen and (max-width: 479px) {
	.tpl__survey--inner {
		padding: 34px 0;
	}

	.tpl__survey--heading {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.tpl__survey--txt {
		margin-top: 20px;
	}

	.tpl__survey--linkbtn {
		margin-top: 26px;
		font-size: 18px;
		font-size: 1.125rem;
	}
}

body {
	color: #333;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'YuGothic Medium', ' 游ゴシック', 'Yu Gothic',' ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',' メイリオ',Meiryo,sans-serif;
	background: #fff;
}

footer {
	background: #fff;
}

.no-js .lazyparent {
	display: none;
}

.no-js img.mod__lazy {
	display: none;
}

.serif,
.section-title,
.title {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}

.mod-img a {
	display: block;
}

.pc {
	display: none;
}

@media screen and (min-width: 640px) {
	.sp {
		display: none;
	}

	.pc {
		display: block;
	}
}

/* has-play */
.has-play::before {
	content: '';
	width: 21px;
	height: 21px;
	background-image: url('../img/icon-arrow.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: .5em;
	transform: translateY(3px);
}

/* main visual */
.mv {
    height: 735px;
    /* height: 700px; */
    margin: 0 auto;
	position: relative;
    overflow: hidden;
}
.mv-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.mv .pc-mv {
	display: block;
}
.mv .sp-mv {
	display: none;
}
.mv-text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	width: 1200px;
    font-size: 18px;
    text-align: right;
}
@media screen and (min-width: 1920px) {
    .mv {
        height: auto;
        margin: 0 auto;
        position: static;
    }
    .mv-img {
        position: static;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    .mv-img img {
        width: 100%;
    }
    .mv-text {
        position: static;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        width: 61.9vw;
        margin: 0 auto;
        padding: 0.4em 0 0;
        font-size: 18px;
    }
}
@media screen and (max-width: 1000px) {
    .mv {
        height: inherit;
        margin: 0;
        position: static;
    }
    .mv-img {
        position: static;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    .mv-img img {
        width: 100%;
    }
    .mv .pc-mv {
		display: none;
	}
	.mv .sp-mv {
		display: block;
	}
    .mv-text {
        position: static;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        width: auto;
        padding: 5px 0 0;
    }
}

.main-contents {
    padding: 0 20px;
}
@media screen and (max-width: 640px) {
    .main-contents {
        padding: 0;
    }
    .mv-text {
        padding: 1vw 0 0;
        font-size: 3vw;
    }
}

/* section01 */
.section01 {
    width: 1200px;
    margin: 0 auto 140px;
}
.section01 > p {
    font-size: 20px;
    text-align: center;
    padding: 3em 0;
}
.page-nav {
    background: #1447A0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.page-nav li {
    padding: 12px 0;
}
.page-nav li:not(:last-child) {
    margin-right: 20px;
}
.page-nav li a {
    display: block;
    background: url("../img/icon_seiza.png") no-repeat 0 center;
    background-size: 113px 84px;
    color: #FFF;
    font-size: 25px;
    line-height: 1.4;
    font-weight: bold;
    transition: opacity .2s;
    padding: 1.1rem 20px 1rem 125px;
}
.page-nav li a span {
    display: inline-block;
}
.page-nav li a:hover {
    opacity: .7;
}
.page-nav li:not(:last-child) a {
    border-right: 2px #FFF solid;
}
.page-nav li:last-child a {
    padding: 1.1rem 0 1rem 120px;
}
.page-nav li:first-child a span {
    padding: 0.8em 0 0.6em;
}
@media screen and (max-width: 1240px) {
	.section01 {
        width: 100%;
    }
    .page-nav li {
        padding: 1vw 0;
    }
    .page-nav li:not(:last-child) {
        margin-right: 1vw;
    }
    .page-nav li a {
        font-size: 2vw;
        padding: 1.1rem 1vw 1rem 8vw;
        background-size: 7vw auto;
    }
    .page-nav li:last-child a {
        padding: 1.1rem 0 1rem 7.5vw;
    }
}
@media screen and (max-width: 950px) {
    .section01 > p {
        text-align: left;
    }
    .section01 > p br {
        display: none;
    }
}
@media screen and (max-width: 640px) {
	.section01 {
        width: inherit;
        margin: 0 0 8vw;
    }
    .section01 > p {
        font-size: 4vw;
        text-align: left;
        padding: 5vw 4vw;
    }
    .page-nav {
        width: inherit;
        display: block;
        padding: 0 4vw;
    }
    .page-nav li {
        margin: 0 !important;
        padding: 0;
        text-align: center;
    }
    .page-nav li:not(:last-child) {
        border-bottom: 1px #FFF solid;
    }
    .page-nav li a {
        font-size: 4vw;
        padding: 1.5vw 0 !important;
        background: none;
    }
    .page-nav li:not(:last-child) a {
        border-right: none !important;
    }
    .page-nav li a span {
        padding: 2vw 0 2vw 14.5vw !important;
        background: url("../img/icon_seiza.png") no-repeat 0 0;
        background-size: auto 100%;
    }
}

/* section02 */
.section02 {
    width: 1200px;
    margin: -50px auto 140px;
    padding: 50px 0 0;
}
#s4.section02 > p:not(.section-text01) {
    font-size: 24px;
    text-align: center;
    margin: 0 0 -40px;
    padding: 90px 0 0;
}
.section02 .section-details01.photo01,
.section02 .section-details01.photo02 {
    margin: 0 auto 60px;
    padding: 100px 0 0;
}
.section02 .section-details01.photo01 {
    width: 950px;
}
.section02 .section-details01.photo02 {
    width: 640px;
}
.section02 .section-details01.photo01 img,
.section02 .section-details01.photo02 img {
    width: 100% !important;
}
.section02 .section-details01 p {
    font-size: 18px;
    padding: 0.3em 0 0;
}
.section02 .section-details02.type02 {
    padding: 100px 0 0;
}
.section02 .section-details02 h3 {
    text-align: center;
    margin-bottom: 40px;
}
.section02 .section-details02 > ul {
    margin-bottom: 20px;
}
#s1.section02 .section-details02 > ul,
#s3.section02 .section-details02 > ul,
#s4.section02 .section-details02 > ul {
    padding-bottom: 2em;
}
.section02 .section-details02 > ul > li {
    font-size: 25px;
    line-height: 1.4;
    margin: 0 0 1em;
    padding: 0 0 0 65px;
    background: url("../img/check.png") no-repeat 0 0.4em;
}
.section02 .section-details02 > ul > li.type02 {
    position: relative;
    background: none;
    margin: 2em 0 0;
    padding: 0 0 0 1.6em;
}
.section02 .section-details02 > ul > li.type02.type02-01 {
    margin: 0;
}
.section02 .section-details02 > ul > li.type02.type02-02 {
    margin: 0.5em 0 0;
}
.section02 .section-details02 > ul > li.type02:before {
    position: absolute; top: 0; left: 0;
    content: "・";
    font-size: 38px;
    font-weight: bold;
}
.section02 .section-details02 > ul > li a {
    color: #D60000;
    text-decoration: underline;
    transition: opacity .2s;
}
.section02 .section-details02 > ul > li a:hover {
    opacity: .7;
}
.section02 .section-details02 > ul > li strong {
    font-size: 38px;
    font-weight: bold;
    padding: 0 0.1em;
}
.section02 .section-details02 .section-img01 {
    width: 480px;
    margin: 0 auto;
    padding: 1em 65px 0 0;
}
@media screen and (min-width: 640px) {
    .section02 .section-details02 .section-img01 .type02-pc {
        width: 322px;
        margin: 0 auto;
    }
}
.section02 .section-details02 .section-img02 {
    margin: 0 0 0 -65px;
    padding: 1em 0 2em;
}
.section02 .section-details02 > ul > li.type02 .section-img02 {
    margin: 0 0 0 -1.6em;
    padding: 0.4em 0 2em;
}
.section02 .section-details02 .section-img02 > div {
    width: 950px;
    display: flex;
    justify-content: space-between;
}
.section02 .section-details02 .section-img02.type02 > div {
    justify-content: center;
}
.section02 .section-details02 .section-img02.type04 > div {
    justify-content: flex-start;
    align-items: center;
}
.section02 .section-details02 .section-img02 > div > div {
    width: 455px;
}
.section02 .section-details02 .section-img02.type02 > div > div {
    width: 322px;
    margin: 0 20px;
}
.section02 .section-details02 .section-img02.type03 > div > div {
    width: 303px;
}
.section02 .section-details02 .section-img02.type04 > div > div:first-of-type {
    width: 322px;
    margin: 0 40px 0 55px;
}
.section02 .section-details02 .section-img02.type04 > div > div:last-of-type {
    width: 480px;
}
.section02 .section-details02 .section-img01 div img,
.section02 .section-details02 .section-img02  > div > div > div img {
    width: 100%;
}
.section02 .section-details02 .section-img01 p,
.section02 .section-details02 .section-img02 > div > div > p,
.section02 .section-details02 .notes {
    font-size: 18px;
    line-height: 1.4;
    padding: 0.3em 0 0;
}
.section02 .section-details02 .notes.type02 {
    margin: -30px 0 40px -2.2em;
}
.section02 .section-details02 .section-img02 > p {
    font-size: 18px;
    line-height: 1.4;
    padding: 0 0 0.3em;
}
.section02 .section-details03 {
    display: flex;
    justify-content: center;
    padding: 100px 0 0;
}
.section02 .section-details03 > div {
    margin: 0 40px;
}
.section02 .section-details03 > div:first-of-type img {
    width: 354px;
}
.section02 .section-details03 > div:last-of-type {
    width: 420px;
}
.section02 .section-details03 > div:last-of-type ul li:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.2em;
}
.section02 .section-details03 > div:last-of-type ul li:nth-child(2) {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 0.3em;
}
.section02 .section-details03 > div:last-of-type ul li:nth-child(3) {
    font-size: 14px;
    margin-bottom: 0.8em;
}
.section02 .section-details03 > div:last-of-type div img {
    width: 430px;
    padding-bottom: 7px;
}
.section02 .section-details03 > div:last-of-type div img.type02 {
    width: 286px;
}
.section02 .section-details03 > div:last-of-type .section-btn01 a {
    display: inline-block;
    width: 14em;
    position: relative;
    background: #2D75C7;
    padding: 0.4em 0.1em 0.4em 0 ;
    color: #FFF;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    transition: opacity .2s;
}
.section02 .section-details03 > div:last-of-type .section-btn01 a:before {
    position: absolute;
    left: 20px; top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 7px;
    border-color: transparent transparent transparent #FFF;
}
.section02 .section-details03 > div:last-of-type .section-btn01 a:hover {
    opacity: .7;
}
#s4.section02 .section-text01 {
    margin-top: 80px;
}
.section02 .section-text01 {
    background: #FFFAE2;
    padding: 0.6em 0;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
.section02 .section-text01 a {
    color: #D60000;
    text-decoration: underline;
    transition: opacity .2s;
}
.section02 .section-text01 a:hover {
    opacity: .7;
}
@media screen and (max-width: 990px) {
    .section02 .section-details01.photo01 {
        width: 100%;
    }
}
@media screen and (max-width: 680px) {
    .section02 .section-details01.photo02 {
        width: 100%;
    }
    .section02 .section-details02 .section-img02.type02 > div {
        justify-content: space-between;
    }
    .section02 .section-details02 .section-img02.type03 > div {
        justify-content: center;
        flex-wrap: wrap;
    }
    .section02 .section-details02 .section-img02.type04 > div {
        justify-content: space-between;
    }
    .section02 .section-details02 .section-img02.type02 > div > div {
        width: 48%;
        margin: 0;
    }
    .section02 .section-details02 .section-img02.type03 > div > div {
        width: 48%;
    }
    .section02 .section-details02 .section-img02.type03 > div > div:first-of-type {
        margin: 0 4% 0 0;
    }
    .section02 .section-details02 .section-img02.type03 > div > div:last-of-type {
        padding: 4% 0 0;
    }
    .section02 .section-details02 .section-img02.type04 > div > div:first-of-type {
        width: 38%;
        margin: 0 2% 0 0;
    }
    .section02 .section-details02 .section-img02.type04 > div > div:last-of-type {
        width: 58%;
        margin: 0 0 0 2%;
    }
}
@media screen and (max-width: 1240px) {
    .section02 {
        width: 100%;
    }
    .section02 .section-details02 .section-img02 > div {
        width: inherit;
    }
    .section02 .section-details02 .section-img02 > div > div {
        width: 48%;
    }
}
@media screen and (max-width: 640px) {
	.section02 {
        width: inherit;
        margin: 0 4vw 12vw !important;
        padding: 0 !important;
    }
    #s4.section02 > p:not(.section-text01) {
        font-size: 4vw;
        text-align: left;
        margin: 0 0 -5vw;
        padding: 5vw 0 0;
    }
    .section02 .section-details01 {
        margin-bottom: 6vw !important;
        padding: 6vw 0 0 !important;
    }
    .section02 .section-details01.photo02 > div{
        width: 70%;
        margin: 0 auto;
    }
    .section02 .section-details01 p {
        font-size: 3.2vw;
    }
    .section02 .section-details02.type02 {
        padding: 6vw 0 0 !important;
    }
    .section02 .section-details02 h3 {
        margin-bottom: 4vw;
    }
    .section02 .section-details02 h3 img {
        width: 50vw;
    }
    .section02 .section-details02 > ul {
        margin-bottom: 4vw;
        padding: 0 !important;
    }
    .section02 .section-details02 > ul > li {
        font-size: 4.5vw;
        padding: 0 0 0 10vw;
        background-position: 0 0;
        background-size: 8vw;
    }
    .section02 .section-details02 > ul > li.type02 {
        margin: 6vw 0 0;
    }
    .section02 .section-details02 > ul > li.type02.type02-02 {
        margin: 1em 0 0;
    }
    .section02 .section-details02 > ul > li.type02:before {
        font-size: 5.5vw;
    }
    #s1.section02 .section-details02 > ul > li:last-child,
    #s2.section02 .section-details02 > ul > li:last-child,
    #s4.section02 .section-details02 > ul > li:last-child {
        margin-bottom: 0;
    }
    .section02 .section-details02 > ul > li strong {
        font-size: 5.5vw;
        padding: 0 0.1em;
    }
    .section02 .section-details02 .section-img01 {
        width: inherit !important;
        margin: 0 0 8vw -10vw;
        padding: 1em 0 0;
    }
    .section02 .section-details02 > ul > li.type02 .section-img02 {
        padding: 2vw 0 6vw;
    }
    .section02 .section-details02 .section-img01.type02 > div,
    .section02 .section-details02 .section-img01.type02 > p,
    .section02 .section-details02 .section-img01.type02-sp > div,
    .section02 .section-details02 .section-img01.type02-sp > p {
        width: 70%;
        margin: 0 auto;
    }
    .section02 .section-details02 .section-img02 {
        margin: 0 0 8vw -10vw;
        padding: 1em 0 0;
    }
	.section02 .section-details02 .section-img01 div img {
        margin: 0;
    }
    .section02 .section-details02 .section-img01 p,
    .section02 .section-details02 .section-img02 > p,
    .section02 .section-details02 .section-img02 > div > div > p,
    .section02 .section-details02 .notes {
        font-size: 3.2vw;
    }
    .section02 .section-details02 .notes.type02 {
        margin: -4vw 0 6vw -2.2em;
    }
    .section02 .section-text01 {
        font-size: 4vw;
    }
    .section02 .section-details03 {
        display: block;
        padding: 14vw 0 0;
    }
    .section02 .section-details03 > div {
        margin: 0;
    }
    .section02 .section-details03 > div:first-of-type {
        text-align: center;
        margin-bottom: 4vw;
    }
    .section02 .section-details03 > div:first-of-type img {
        width: 90%;
    }
    .section02 .section-details03 > div:last-of-type {
        width: inherit;
    }
    .section02 .section-details03 > div:last-of-type ul li:nth-child(1) {
        font-size: 4vw;
        margin-bottom: 0.2em;
    }
    .section02 .section-details03 > div:last-of-type ul li:nth-child(2) {
        font-size: 4.4vw;
        margin-bottom: 0.3em;
    }
    .section02 .section-details03 > div:last-of-type ul li:nth-child(3) {
        font-size: 3.4vw;
        margin-bottom: 0.8em;
    }
    .section02 .section-details03 > div:last-of-type div {
        text-align: center;
    }
    .section02 .section-details03 > div:last-of-type div img {
        width: 100%;
        height: auto;
    }
    .section02 .section-details03 > div:last-of-type div img.type02 {
        width: 70%;
    }
    .section02 .section-details03 > div:last-of-type .section-btn01 a {
        width: 14em;
        padding: 0.4em 0;
        font-size: 4vw;
    }
    #s4.section02 .section-text01 {
        margin: 10vw 0 0;
    }
	.section02 .section-details02 .section-img01 div img {
    	width: 100%;
	}
}

.section-details01, .section-details02,
.section-details03, .section-details04 {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 990px) {
    .section-details01, .section-details02,
    .section-details03, .section-details04 {
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    .section-details01, .section-details02,
    .section-details03, .section-details04 {
        width: inherit;
    }
}

/* title */
.section-title01 {
    position: relative;
	font-size: 40px;
    font-weight: bold;
	line-height: 1.4;
    white-space: nowrap;
}
.section-title01 span {
    position: absolute; top: 50%; left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    background: #fff url("../img/icon_seiza.png") no-repeat 20px 50%;
    background-size: 113px 84px;
    padding: 25px 30px 25px 145px;
}
.section-title01::before {
	content: '';
	display: block;
	position: absolute; top: 50%; left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	width: 100%;
	border-top: 2px solid #D60000;
}

.exposure-font_size {
	font-size: 41px;
}

@media screen and (max-width: 640px) {
    .section-title01 {
        position: static;
        font-size: 5vw;
        text-align: center;
        border-bottom: 1px solid #D60000;
    }
    .section-title01 span {
        display: inline-block;
        position: static;
        transform: translateY(0) translateX(0);
        -webkit-transform: translateY(0) translateX(0);
        padding: 3.5vw 0 4vw 16vw;
        background: url("../img/icon_seiza.png") no-repeat 0 center;
        background-size: 14vw auto;
        text-align: left;
	}
    .section-title01.title-icon04 span {
        padding: 1vw 0 1vw 16vw;
	}
    .section-title01::before {
        display: none;
    }
	.exposure-font_size {
		font-size: 5.5vw;
	}
}


/*221128____追記*/
.section02 .section-details03 > div:last-of-type .section-btn02 a {
    display: inline-block;
    width: 14em;
    position: relative;
    background: #fff;
    padding: 0.4em 0;
    color: #2f353d;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    transition: opacity .2s;
	border-style: solid;
    border-width: 1px;
    border-color: #959595;
	margin-top: 10px;
}
.section02 .section-details03 > div:last-of-type .section-btn02 a:before {
    position: absolute;
    left: 20px; top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 7px;
    border-color: transparent transparent transparent #2f353d;
}
.section02 .section-details03 > div:last-of-type .section-btn02 a:hover {
    opacity: .7;
}

@media screen and (max-width: 640px) {
    .section02 .section-details03 > div:last-of-type .section-btn02 a {
        width: 14em;
        padding: 0.4em 0;
        font-size: 4vw;
    }
}

.a-cafe_cap {
  line-height: 1.5;
  padding-bottom: 10px;
  font-size: 0.929em;
}
@media screen and (max-width: 640px) {
    .a-cafe_cap {
        
    }
}

.banner-contents {
    text-align: center;
    margin: -50px 20px 120px;
}
.banner-contents > p {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}
.banner-contents > div a img.pc {
    display: inline;
}
.banner-contents > div a img:hover {
    display: inline;
    opacity: .8;
}
@media screen and (max-width: 640px) {
    .banner-contents {
        text-align: center;
        margin: -2vw 4vw 14vw;
    }
    .banner-contents > p {
        font-size: 5vw;
        margin-bottom: 2vw;
    }
    .banner-contents > div a img.pc {
        display: none;
    }
    .banner-contents > div a img.sp {
        width: 100%;
    }
}

