@charset "utf-8";


/* Common
  ------------------------------------------------------------- */

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}
body {
	background: #fafafa;
}
p {
	line-height: 160%;
}
a {
	color: #5a78c8;
}
.bold {
	font-weight: 700;
}

.mt1em {
	margin-top: 1em!important;
}
.mt2em {
	margin-top: 2em!important;
}
.mb1em {
	margin-bottom: 1em!important;
}
.mb2em {
	margin-bottom: 2em!important;
}
.my1em {
	margin: 1em 0!important;
}
.my2em {
	margin: 2em 0!important;
}
.pb1em {
	padding-bottom: 1em!important;
}
.pb2em {
	padding-bottom: 2em!important;
}
.pb3em {
	padding-bottom: 3em!important;
}

.left {
	text-align: left!important;
}
.right {
	text-align: right!important;
}
.center {
	text-align: center!important;
}
.red {
	color: #c00000;
}
.orange {
	color: #eb5505;
}

ul li ol {
	position: relative;
	margin: .5em 0 0 0;
}
ul li ol li {
	text-indent: -1em;
	margin: 0 0 0 1em!important;
}
ul li ol li::before {
	position: absolute;
	left: 0;
	content: ""!important;
}



@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		transform: translate3d(0, 20%, 0);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
.animate__fadeInUpSmall {
	animation-name: fadeInUpSmall;
}


/* PC
  ------------------------------------------------------------- */

header {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
header img {
	width: 36vw;
	max-width: 200px;
	padding: 1em;
}

main {
	width: 100%;
	color: #333;
}
article {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding: 0;
	color: #333;
	background: url(../img/campaign_202602/bg.png) no-repeat #caf2ff;
	background-size: contain;
}

h1 {
	margin: 0;
	padding: 0;
}
h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 24px;
	font-weight: 700;
	color: #5847ee;
}
p {
	font-size: 28px;
	line-height: 140%;
}

.btn a {
	display: block;
	color: #fff;
	background: #eb5505;
	border-radius: 8px;
	font-size: 36px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	padding: 1em;
}
.btn a span {
	display: block;
	font-size: 70%;
	font-weight: 400;
	margin-top: .5em;
}

section {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding: 0;
}
.inner {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding: 1.5em;
}

#mv {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 5%;
}
#mv .mv-h1 {
	position: absolute;
	top: 16%;
	z-index: 1;
	animation-delay: .3s;
}
#mv .mv-card {
	position: absolute;
	bottom: 0;
	z-index: 1;
	animation-delay: .7s;
}
#mv .mv-bottom {
	position: absolute;
	bottom: 0;
	z-index: 2;
	animation-delay: 2.2s;
}
#mv .mv-balloon {
	position: absolute;
	top: 42%;
	right: 5%;
	width: 27vw;
	max-width: 210px;
	z-index: 2;
	animation-delay: 1.4s;
}

#overview {
	width: auto;
	/*overflow: hidden;*/
	margin: 1em;
	padding: 1em;
	background: #fff;
	box-sizing: border-box;
}
#overview h2 {
	margin-top: -1.2em;
}

#entry {
	width: auto;
	margin: 1em;
	padding: 0em 1em 1em;
}
#entry ul {
	display: flex;
	gap: 2em;
}
.entry {
	width: auto;
	margin: 0;
	margin-top: -2em;
	padding: 0em 1em 1em;
}
.entry ul {
	display: flex;
	gap: 2em;
}

#scene {
	
}

#note, #faq {
	background: #fff;
}
#note h2, #faq h2 {
	color: #fff;
	background: #5847ee;
	padding: .5em;
}


#contact {
	background: #fff;
	padding: 2em 0 2em;
	text-align: center;
  font-size: 1.6rem;
}
#contact h2 {
  margin-bottom: .5em;
}
#contact p {
  line-height: 180%;
}

.border-bottom {
	border-bottom: 1px solid #ccc;
}

.sp-fixed {
		visibility: hidden;
	}

.pc-fixed {
	display: none;
	visibility: visible;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #b3edff;
	z-index: 999;
}
.pc-fixed .entry {
	width: 100%;
	max-width: 650px;
	margin: auto;
}



footer {
	position: relative;
  padding: 1.5em;
	padding-bottom: 12em;
  width: 100%;
  text-align: center;
  color: #000;
  background: #fff;
  overflow: hidden;
  border-top: 1px solid #ccc;
	z-index: 5;
}
footer ul {
	display: flex;
	justify-content: center;
	flex-flow: wrap;
	margin-bottom: 1em;
}
footer ul li {
	font-size: 14px;
	line-height: 140%;
	margin-right: .5em;
	display: inline-block;
  padding: 0 1.5em 0 .5em;
  background: url(../img/icon-blank-gray.png) no-repeat right;
}
footer ul li:first-child {
	border-left: none;
}
footer ul li:last-child {
	margin-right: 0;
}
footer p.copy {
	font-size: 12px;
	line-height: 140%;
}


/* Accordion */
ul.accordion {
  width: 100%;
  margin: 0;
	font-weight: 700;
}
ul.accordion li {
  list-style: none;
}
ul.accordion li.noline {
  list-style: none;
	border-bottom: none;
}
ul.accordion li.noline ul li {
	border-bottom: none;
}
ul.accordion li ul li {
	border-bottom: none;
}
ul.accordion .ac-head {
	border-bottom: 2px solid #ff5ff4;
  position: relative;
  margin: 0 0 0em 0;
	display: flex;
	align-items: center;
  padding: 0;
  cursor: pointer;
	transition: .2s;
}
ul.accordion .ac-head:hover {
	opacity: .8;
	transition: .2s;
}
ul.accordion .ac-head::after {
	line-height: 100%;
  content: "＋";
  position: absolute;
  right: -1em;
  top: auto;
  transition: all 0.2s ease-in-out;
  display: flex;
	justify-content: center;
	align-items: center;
	width: 34px;
	height: 34px;
	color: #fff;
	font-size: 28px;
	background: #ff5ff4;
	border-radius: 50%;
	margin: 0 1em 0 0;
}
ul.accordion .ac-head p {
	position: relative;
	left: 1.5em;
  padding: 1em 0em 1em 0;
	margin-right: 3.5em;
}
ul.accordion .ac-head p::before {
	position: absolute;
	left: -1.5em;
  content: "Q";
	color: #ff5ff4;
}

ul.accordion .ac-head.open::after {
	content: "－";
	transition: .2s;
  transform: rotate(-180deg);
  /*top: 45%;*/
}
ul.accordion .ac-content {
	margin: 0;
  padding: 0 0 1em 0;
}
ul.accordion .ac-content p {
	position: relative;
	left: 1.5em;
  padding: .5em 0em .5em 0;
	margin-right: 2em;
	font-weight: 400;
}
ul.accordion .ac-content p::before {
	position: absolute;
	left: -1.4em;
  content: "A";
	color: #ff5ff4;
	font-weight: 700;
}


/* Swiper  */
.swiper {
	position: relative;
	overflow: hidden;
	margin-bottom: 3em!important;
	padding: 0em 0 3em 0;
}
.swiper-wrapper {
	padding-bottom: 2em!important;
}
.swiper-pagination {
	position: relative;
	bottom: 0;
	display : flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	z-index: 100;
}
.swiper-pagination-bullet {
	display: block;
	background: #ccc;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin: 0 1em!important;
	padding: .6em;
	cursor: pointer;
	transition: .2s;
}
.swiper-pagination-bullet-active {
	background: #eb5505!important;
	transition: .2s;
}


/* Modal */
.clickable {
  cursor: pointer;
}
.modal-open{
	cursor: pointer;
}
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
	z-index: 9999;
}
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 95%;
}
.modal-close {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -10px;
	right: -10px;
	width: 20px;
	height: 20px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	background: #000;
	border-radius: 50%;
	padding: .8em;
}
/*モーダル内のコンテンツの指定*/
.modal-content {
	background: #fff;
	text-align: left;
	padding: 1.2em;
	border-radius: 1em;
}
.modal-content p {
	font-weight: 700;
	line-height: 160%;
}
.modal-content p.head {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
}
.modal-content .btn a {
	position: relative;
	padding: .8em;
	font-size: 26px;
}
.modal-content .btn a::after {
	position: absolute;
	right: 1.2em;
	font-size: 18px;
	content: "▶";
}





/* SP
  ------------------------------------------------------------- */

@media (max-width: 750px) {
	
	h2 {
		font-size: 4.4vw;
	}
	h3 {
		font-size: 3.4vw;
	}
	p {
		font-size: 3.7vw;
	}
	.btn a {
		display: block;
		color: #fff;
		background: #eb5505;
		border-radius: 8px;
		font-size: 5vw;
		font-weight: 700;
		text-decoration: none;
		text-align: center;
		padding: 1em;
	}
	.inner {
		padding: 1em;
	}
	
	#overview {
		width: auto;
		/*overflow: hidden;*/
		margin: .5em;
		padding: .5em;
		background: #fff;
		box-sizing: border-box;
	}
	#overview h2 {
		margin-top: -1.4em;
	}
	
	#entry {
		width: auto;
		margin: 1em .5em 0;
		padding: 0 .5em .5em .5em;
	}
	#entry  ul {
		display: flex;
		gap: 5%;
	}
	
	#contact {
		padding: 5% 0 35%;
	}
	
	ul.accordion .ac-head::after {
		width: 5vw;
		height: 5vw;
		font-size: 3.8vw;
		margin: 0 1em 0 0;
		padding: -0 0 0 0.01em;
	}
	
	/* Swiper  */
	.swiper {
		margin-bottom: 1.5em!important;
		padding: 0 0 1em 0;
	}
	.swiper-pagination-bullet {
		margin: 0 .5em!important;
		padding: 1.2vw;
	}
	
	
	.pc-fixed {
		visibility: hidden;
	}
	.sp-fixed {
		visibility: visible;
		display: none;
		position: fixed;
		bottom: 0;
		width: 100%;
		background: #b3edff;
		z-index: 999;
	}
	.sp-fixed .entry {
		margin: 0!important;
		padding: 0 1em 1em!important;
	}
	.sp-fixed .entry ul {
		gap: 5%;
	}
	
	.modal-content p.head {
		font-size: 4.2vw;
	}
	.modal-content .btn a::after {
		position: absolute;
		right: 1.5em;
		font-size: 2.4vw;
	}
	.modal-content .btn a {
		position: relative;
		padding: .8em;
		font-size: 3.6vw;
	}
}
