@charset "utf-8";

/* DEFINE
--------------------------------------*/
:root {
	--maincolor: #000;
}

/* RESET
--------------------------------------*/
html {
	color: #000;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: "";
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%;
}

legend {
	color: #000;
}

#yui3-css-stamp.cssreset {
	display: none;
}

/* COMMON
--------------------------------------*/
html {
	scroll-behavior: smooth;
	position: relative;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 16px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0.1em;
	position: relative;
	background: #eff7e8;
}

body.active {
	overflow-y: hidden;
}

img {
	max-width: 100%;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}

a {
	color: #000;
	text-decoration: none;
}

p {
	word-break: break-all;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	display: table-cell;
	vertical-align: inherit;
	font-weight: bold;
	text-align: -internal-center;
}

td {
	display: table-cell;
	vertical-align: inherit;
}

.inner {
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.abdon {
	font-family: "ab-don", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

.onlySp {
	display: none !important;
}

.fade_up {
	transform: translateY(30px);
	transition: all ease 0.4s;
	opacity: 0;
	-webkit-transform: translateY(30px);
	-webkit-transition: all ease 0.4s;
	perspective: 1000;
}

.fade_up.scrolled {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.fade_left {
	transform: translateX(30px);
	transition: all ease 0.4s;
	-webkit-transform: translateX(30px);
	-webkit-transition: all ease 0.4s;
	opacity: 0;
}

.fade_left.scrolled {
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}

.videoBox {
	width: 50%;
	margin: 0 auto;
}

.video {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 0;
	padding-bottom: 56.25%;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.gmap {
	position: relative;
	width: 90%;
	margin: 0 auto 30px;
	height: 0;
	padding-bottom: 56.25%;
}

.gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* navigation */
.pcNav {
	height: 100%;
	align-items: center;
}

.pcNav li {
	border-bottom: 1px solid #000;
	padding: 10px;
}

.pcNav li a {
	color: #000;
	display: block;
	padding: 4px 8px;
	box-sizing: border-box;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	position: relative;
	font-size: 1.5rem;
	line-height: 160%;
	letter-spacing: 0.1em;
}

.pcNav li a:hover {
	opacity: 0.7;
}

.spNav {
	position: fixed;
	z-index: 1000;
	right: 14px;
	top: 14px;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	cursor: pointer;
}

.spNav .toggle {
	display: block;
	position: relative;
	width: 1.75rem;
	height: 22px;
}

.spNav .toggle i {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}

.show .spNav .toggle i {
	background-color: #000;
}

.spNav .toggle i:nth-child(1) {
	top: 0;
}

.spNav .toggle i:nth-child(2) {
	top: 0;
	bottom: 0;
	margin: auto;
}

.spNav .toggle i:nth-child(3) {
	bottom: 0;
}

.show .toggle i:nth-child(1) {
	transform: translateY(10px) rotate(-45deg);
	-webkit-transform: translateY(10px) rotate(-45deg);
}

.show .toggle i:nth-child(2) {
	opacity: 0;
}

.show .toggle i:nth-child(3) {
	transform: translateY(-10px) rotate(45deg);
	-webkit-transform: translateY(-10px) rotate(45deg);
}

.spMenu {
	position: fixed;
	z-index: -100;
	display: block;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	opacity: 0;
	visibility: hidden;
}

.show .spMenu {
	opacity: 1;
	visibility: visible;
	z-index: 900;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
}

.spMenu ul {
	display: none;
}

.show .spMenu ul {
	display: block;
	padding: 40px;
	box-sizing: border-box;
}

.spMenu a {
	display: block;
	color: #000;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 0.6% 0;
	letter-spacing: 0.07em;
	display: block;
}

.show .spMenu ul#snsNavSp {
	align-items: flex-start;
	display: flex;
	justify-content: flex-start;
}

.marker {
	position: relative;
	background: linear-gradient(transparent 60%, yellow 60%);
}

/* ANIMATION
--------------------------------------*/

/* ----------------------------
  ROTATION
----------------------------  */
.rotate {
	display: inline-block;
	animation: rotation 10s linear infinite;
}

@keyframes rotation {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.rotateR {
	display: inline-block;
	animation: rotationR 10s linear infinite;
}

@keyframes rotationR {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(-360deg);
	}
}

.slide {
	display: inline-block;
	animation: sliding 2.5s ease-in-out infinite;
}

@keyframes sliding {
	0% {
		transform: translate(3px, 0px);
	}

	5% {
		transform: translate(-3px, 0px);
	}

	10% {
		transform: translate(3px, 0px);
	}

	15% {
		transform: translate(-3px, 0px);
	}

	20% {
		transform: translate(3px, 0px);
	}

	25% {
		transform: translate(-3px, 0px);
	}

	30% {
		transform: translate(0px, 0px);
	}
}

/* 点滅 */
.blinking {
	-webkit-animation: blink 1s ease-in-out infinite alternate;
	-moz-animation: blink 1s ease-in-out infinite alternate;
	animation: blink 1s ease-in-out infinite alternate;
}

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

	100% {
		opacity: 1;
	}
}

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

	100% {
		opacity: 1;
	}
}

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

	100% {
		opacity: 1;
	}
}

/* ----------------------------
  FLOATING
----------------------------  */
.floate {
	display: inline-block;
	animation: floating 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating {
	0% {
		transform: translateY(-20%);
	}

	100% {
		transform: translateY(20%);
	}
}

/* PARTS
--------------------------------------*/

/* ----------------------------
  PARTS__LIST
----------------------------  */
.parts__list {
	margin-bottom: 20px;
}

.parts__list li {
	list-style: none;
	list-style-position: outside;
	margin-left: 20px;
	line-height: 160%;
	letter-spacing: 0.04em;
	font-weight: 400;
	margin-bottom: 10px;
	font-size: 0.85rem;
}

.parts__list li a {
	color: #971953;
	text-decoration: underline;
	transition: all ease 0.4s;
	display: inline-block;
}

.parts__list li a:hover {
	opacity: 0.7;
}

.parts__list li::before {
	position: relative;
	top: -2px;
	left: -12px;
	display: inline-block;
	width: 4px;
	height: 4px;
	content: "";
	border-radius: 100%;
	background: #000;
}

.parts__list.note__ans li::before {
	position: relative;
	top: 0px;
	left: -18px;
	display: inline-block;
	width: 4px;
	height: 4px;
	content: "A.";
	font-size: 1rem;
	border-radius: 100%;
	background: none;
	letter-spacing: 0.1em;
}

.parts__list.ans li {
	margin-left: 26px;
}

.parts__list.ans li::before {
	position: relative;
	top: -2px;
	left: -22px;
	display: inline-block;
	content: "A.";
	background: none;
	width: 0px;
}

.parts__list .acBtn {
	font-size: 0.7rem;
	text-decoration: underline;
	text-align: right;
	display: block;
	width: 100%;
	padding-top: 10px;
	cursor: pointer;
}

.parts__list .acBtn.open {
	display: none;
}

.parts__list .acArea {
	opacity: 0;
	visibility: hidden;
	height: 0;
}

.parts__list .acArea.open {
	opacity: 1;
	visibility: visible;
	height: auto;
}

/* ----------------------------
  PARTS__POP
----------------------------  */
.parts__popBtn:hover {
	cursor: pointer;
}

.parts__pop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	transform: scale(0.2);
	-webkit-transform: scale(0.2);
	color: #fff;
	padding: 7%;
	box-sizing: border-box;
	overflow: scroll;
}

.parts__pop.active {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
	z-index: 1000;
}

.parts__pop.active .video {
	position: relative;
	width: 60%;
	margin: 0 auto 20px;
	height: 0;
	padding-bottom: 36.25%;
}

.parts__popClose {
	width: 60px;
	position: absolute;
	top: 3%;
	right: 3%;
	cursor: pointer;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}

.parts__popClose:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.parts__popBox {
	max-width: 800px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
}

.parts__popDesc {
	height: 100%;
}

.parts__popP {
	color: #fff;
	font-size: 0.9rem;
}

.parts__popP_ttl {
	color: #fff;
	font-size: 2rem;
	line-height: 160%;
	text-align: center;
	margin-bottom: 20px;
}

.parts__popP_txt {
	color: #fff;
	font-size: 1.2rem;
	line-height: 160%;
	text-align: center;
	margin-bottom: 20px;
}

.parts__popP_txt a {
	display: block;
	color: #fff;
	background: #439ec3;
	padding: 10px 40px;
	max-width: 40%;
	transition: all ease 0.4s;
	margin: 0 auto 20px;
	text-align: center;
}

.parts__popP_txt a:hover {
	opacity: 0.8;
}

.parts__popP_sns {
	color: #fff;
	font-size: 1.2rem;
	line-height: 160%;
	text-align: center;
	margin-bottom: 20px;
}

.parts__popP_sns a {
	display: block;
	color: #fff;
	padding: 10px 40px;
	max-width: 38%;
	transition: all ease 0.4s;
	margin: 20px auto 20px;
	text-align: center;
}

/* ----------------------------
  PARTS__TOPSCROLL
----------------------------  */
.parts__topscroll.show {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.parts__topscroll {
	opacity: 0;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	position: fixed;
	z-index: 100;
	right: 6px;
	bottom: 20px;
	padding: 2px;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}

.parts__topscroll a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: url(../img/arrow/arrow01w.png) no-repeat, #000;
	background-size: 20px;
	background-position: center;
	box-sizing: border-box;
	transform: rotate(-90deg);
	transition: all ease 0.4s;
	-webkit-transform: rotate(-90deg);
	-webkit-transition: all ease 0.4s;
	border: 2px solid #fff;
}

.parts__topscroll a:hover {
	background: url(../img/arrow/arrow01w.png) no-repeat, var(--maincolor);
	background-size: 20px;
	background-position: center;
	box-shadow: 1px 1px 20px #fff;
	opacity: 0.7;
}

/* HEADER
--------------------------------------*/

header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: fixed;
	top: 36px;
	left: 0;
	right: 0;
	width: 100%;
	padding: 2px 0;
	min-height: 46px;
	z-index: 1000;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}

.attention {
	position: relative;
	margin: 0 auto;
	padding: 5px 10px;
	text-align: center;
	background-color: #000000;
	font-size: 90%;
	line-height: 1.8em;
	font-weight: 500;
}

.attention a {
	color: #fff;
	text-decoration: underline;
}

.header__logo__nazo {
	width: 140px;
	padding-top: 6px;
	padding-left: 10px;
}

.header__logo__nazo a {
	display: block;
	width: 100%;
}

.header__logo__nazo a img {
	max-height: 46px;
	transform: all ease 0.4s;
}

.header__logo__nazo a img:hover {
	opacity: 0.7;
}

.header__logo {
	width: 20%;
	max-width: 240px;
	padding-left: 14px;
	box-sizing: border-box;
}

.header__logo a {
	display: block;
}

.header__logo img:hover {
	opacity: 0.7;
}

/* MV
--------------------------------------*/
.mv {
	position: relative;
}

.mv__main {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.mv__ul {
	display: flex;
}

.mv__li {
	display: block;
	width: 100%;
	margin-bottom: 14px;
}

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

.mv__sns {
	position: fixed;
	bottom: 40vh;
	right: 6px;
	z-index: 10;
	max-width: 40px;
}

.mv__sns ul {
	display: flex;
}

.mv__sns li {
	display: block;
	width: 100%;
	margin-bottom: 14px;
}

.mv__sns li img {
	width: 100%;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	box-sizing: border-box;
}

.mv__ticket {
	position: fixed;
	bottom: 16vh;
	right: -10px;
	z-index: 10;
}

.mv__ticket a {
	display: block;
}

.mv__ticketBtn {
	width: 90px;
	transition: all ease 0.4s;
}

.mv__ticketBtn:hover {
	transform: scale(1.04);
}

/* NOTE
--------------------------------------*/
.note__box {
	width: 70%;
	max-width: 800px;
	margin: 0 auto;
	padding: 80px 0 0;
}

.note__single {
	width: 100%;
	margin: 0 auto 20px;
}

.note__ttl {
	font-size: 1.3rem;
	font-weight: 600;
	text-align: center;
	color: var(--maincolor);
	background: #ffe776;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	overflow: hidden;
	padding-right: 2%;
	position: relative;
	margin-bottom: 0;
	border: 2px solid #003e5b;
	border-radius: 40px;
	box-shadow: 1px 1px 1px #003e5b;
}

.note__ttl.open {
	margin-bottom: 20px;
}

.note .acArea {
	width: 100%;
	margin: 0 auto;
	font-size: 0.9rem;
	letter-spacing: 0.03em;
	line-height: 1.6;
	padding: 0 10px;
	word-break: break-all;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	height: 0;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	overflow: hidden;
	padding: 0 30px;
	box-sizing: border-box;
	background: #fff;
}

.note .acArea.open {
	opacity: 1;
	visibility: visible;
	height: auto;
	overflow: hidden;
	padding: 30px;
}

.note__sub {
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 0;
	padding-bottom: 5px;
}

.note__cat {
	line-height: 160%;
	margin-left: 20px;
	font-weight: 400;
	margin-bottom: 30px;
	font-size: 0.85rem;
	letter-spacing: 0.04em;
}

.note__ans {
	font-weight: bold;
}

.note__cat1 {
	font-size: 1.4rem;
	font-weight: bold;
	background: #fce7e7;
	padding: 4px 12px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.note__ttl:hover {
	opacity: 0.8;
}

/* FOOTER
--------------------------------------*/
footer {
	padding: 0;
}

.footer__bnr {
	width: 86%;
	max-width: 900px;
	margin: 0 auto 60px;
}

.footer__bnr li {
	width: 48%;
}

.footer__bnr img {
	transition: all ease 0.4s;
	max-height: 86px;
}

.footer__bnr img:hover {
	opacity: 0.7;
}

.f__sns {
	width: 28%;
	max-width: 214px;
	margin: 0 auto 40px;
}

.f__sns li {
	width: 24%;
}

.bg1 {
	display: block;
	width: 100%;
	margin-bottom: 40px;
}

.footer__bnr4 {
	width: 87%;
	max-width: 900px;
	margin: 0 auto 40px;
}

.footer__bnr4 li {
	width: 48%;
}

.footer__bnr4 img {
	transition: all ease 0.4s;
}

.footer__bnr4 img:hover {
	opacity: 0.7;
}

.footer__box {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 100px;
}

.footer__contact {
	background: url(../img/border.png) no-repeat, url(../img/border.png) no-repeat, #000;
	color: #fff;
	background-position: left top, left bottom;
	background-size: contain, contain;
	padding: 50px 20px 60px 20px;
	text-align: center;
	margin-bottom: 100px;
	font-size: 0.9rem;
}

.footer__contact a {
	color: #fff;
	text-decoration: underline;
}

.footer__bnr2 {
	width: 100%;
	margin: 0 auto 80px;
}

.footer__bnr2__li {
	width: 49%;
}

.footer__bnr2__li img {
	transition: all ease 0.4s;
}

.footer__bnr2__li img:hover {
	opacity: 0.7;
}

.footer__bnr3 {
	width: 80%;
	margin: 0 auto;
}

.footer__bnr3__box {
	width: 70%;
	padding: 0 8%;
	box-sizing: border-box;
	margin: 0 auto 40px;
}

.footer__bnr3__box li {
	width: 70%;
	margin: 0 auto;
}

.footer__bnr3__box li img {
	transition: all ease 0.4s;
}

.footer__bnr3__box li img:hover {
	opacity: 0.7;
}

.footer__logo {
	width: 100%;
	display: block;
	text-align: center;
	margin: 60px auto;
}

.footer__logo img {
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}

.footer__logo img:hover {
	opacity: 0.7;
}

.footer__desc {
	font-size: 0.9rem;
	text-align: center;
	letter-spacing: 0.06em;
}

/* tutorial
--------------------------------------*/

#tutorial {
	padding: 0;
}

.question_area {
	background: #ffffd8;
	border-radius: 15px;
	width: 85%;
	text-align: center;
	margin: 0 auto 20px;
	padding: 15px 0;
}

.question_area__txt {
	font-family: "Zen Maru Gothic";
	font-style: normal;
	font-weight: 700;
	font-size: 1.2rem;
	text-align: center;
	line-height: 150%;
	letter-spacing: 0.04em;
	color: #03405c;
}

#tutorial form {
	margin: 0 auto;
	text-align: center;
}
.tutorial_ttl_main {
	margin: 0 auto 30px;
}

.tutorial_ttl {
	width: 26%;
	margin: 0 auto;
}

.tutorial_ttl2 {
	margin: 0 auto 30px;
	text-align: center;
	font-family: "Zen Maru Gothic";
	font-style: normal;
	font-weight: 700;
	font-size: 2rem;
	color: #03405c;
}

.tutorial_ttl3 {
	font-family: "Zen Maru Gothic";
	font-style: normal;
	font-weight: 700;
	font-size: 1.1rem;
	text-align: center;
	line-height: 200%;
	letter-spacing: 0.04em;
	color: #03405c;
}

.tutorial__txt {
	font-family: "Zen Maru Gothic";
	font-style: normal;
	font-weight: 700;
	font-size: 1.1rem;
	text-align: center;
	line-height: 200%;
	letter-spacing: 0.04em;
	color: #03405c;
	margin-bottom: 20px;
}

.tutorial_form {
	padding: 30px 0;
}
.a-form-text {
	height: 2.4em;
	width: 50%;
	padding: 1px 16px;
	border: 3px solid #03405c;
	border-radius: 5px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 1px 4px 0px #03405c;
}
.a-form-text:focus {
	outline: 0;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 1px 4px 0px #03405c;
}

.a-form-submit-button {
	display: inline-block;
	width: 18%;
	font-size: 1rem;
	padding: 8px;
	border-radius: 4px;
	background-color: #03405c;
	color: #fff;
	font-weight: bold;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	border: 3px solid #03405c;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 1px 4px 0px #03405c;
}

.a-form-submit-button:hover {
	background-color: #2d5669;
}

.a-form-submit-button:focus {
	outline: 0;
	background-color: #2d5669;
	border: 3px solid #03405c;
}

.b-form-text {
	height: 2.4em;
	width: 50%;
	padding: 1px 16px;
	border: 3px solid #ff8c5c;
	border-radius: 5px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 1px 4px 0px #ff8c5c;
}
.b-form-text:focus {
	outline: 0;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 1px 4px 0px #ff8c5c;
}

.b-form-submit-button {
	display: inline-block;
	width: 18%;
	font-size: 1rem;
	padding: 8px;
	border-radius: 4px;
	background-color: #ff8c5c;
	color: #fff;
	font-weight: bold;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	border: 3px solid #ff8c5c;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 1px 4px 0px #ff8c5c;
}

.b-form-submit-button:hover {
	background-color: rgb(247, 124, 72);
}

.b-form-submit-button:focus {
	outline: 0;
	background-color: rgb(247, 124, 72);
	border: 3px solid #ff8c5c;
}

.backto__box__btn {
	width: 50%;
	margin: 0 auto 30px;
}

.backto__box__btn a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 600;
	text-align: center;
	background: #faa346;
	border-radius: 40px;
	border: 1px solid #003e5b;
	padding: 16px 0;
	box-shadow: 2px 2px 1px #003e5b;
}
.backto__box__btn a:hover {
	opacity: 0.8;
}

/* play
--------------------------------------*/

#play {
	padding: 80px 0 60px;
}

.play1 {
	width: 26%;
	margin: 0 auto 60px;
}

.play__ul {
	width: 76%;
	margin: 0 auto 60px;
}

.play__ul li {
	width: 17%;
}

.play__info {
	width: 60%;
	border: 2px solid #ff8c5c;
	border-radius: 20px;
	margin: 0 auto 60px;
	background: #fff;
	padding: 40px 80px;
	box-sizing: border-box;
}

.play__info p {
	width: 20%;
}

.play__info ul {
	width: 70%;
	font-size: 0.85rem;
	line-height: 150%;
}

html,
body {
	touch-action: manipulation;
}
