@charset "UTF-8";
html,
body {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: YuGothic, "Yu Gothic",-apple-system, BlinkMacSystemFont, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans",
    "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

@media all and (-ms-high-contrast: none) {
  html,
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

body {
  line-height: 1;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: YuGothic, "Yu Gothic",-apple-system, BlinkMacSystemFont, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans",
    "ヒラギノ角ゴシック" "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

@media all and (-ms-high-contrast: none) {
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  font,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}

a {
  text-decoration: none;
  color: #000;
}

a.decoration {
  text-decoration: underline;
}

a.decoration:visited,
a.decoration:focus,
a.decoration:active {
  text-decoration: underline;
  outline: 0;
}

a:visited,
a:focus,
a:active {
  text-decoration: none;
  color: #000;
  outline: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  font-size: 16px;
}

a {
  color: #333;
}

a:visited,
a:focus,
a:active {
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
	width: 100%;
}

/* common */
/*------------------------------------------------*/
.inner {
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1019px) {
  .inner {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .inner {
    width: 90%;
  }
}

@media only screen and (min-width: 1020px) {
  .flL {
    float: left;
  }
  .flR {
    float: right;
  }
  .hoverOpacity {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .hoverOpacity:hover {
    opacity: 0.8;
  }
  .pcH {
    display: none !important;
  }
}

@media only screen and (max-width: 1019px) {
  .spTabH {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1019px) {
  .tabH {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .spH {
    display: none !important;
  }
}

.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 1019px) {
  .tabAlignL {
    text-align: left;
  }
  .tabAlignC {
    text-align: center;
  }
  .tabAlignR {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .spAlignL {
    text-align: left;
  }
  .spAlignC {
    text-align: center;
  }
  .spAlignR {
    text-align: right;
  }
}

/* font */
/*------------------------------------------------*/
.required {
  color: #c00;
  font-size: 10px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

/* tab */
/*------------------------------------------------*/
.tabBox {
  width: 100%;
  display: none;
}

.tabBox.active {
  display: block;
}

#wrap {
  overflow: hidden;
  background-color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media only screen and (min-width: 768px) and (max-width: 1019px) {
  #wrap {
    padding-bottom: 10vw;
  }
}

@media only screen and (max-width: 767px) {
  #wrap {
    padding-bottom: 15vw;
  }
}

#mainWrap {
  width: 100%;
}

#main {
  width: 100%;
}

.sectionWrap {
  width: 100%;
}


.bg_black {
  background-color: #000;
}

.bg_white {
  background-color: #fff;
}

.bg_dot {
  background-image: radial-gradient(rgba(255, 255, 255, 0.15) 20%, rgba(0, 0, 0, 0) 0%),
    radial-gradient(rgba(255, 255, 255, 0.15) 20%, rgba(0, 0, 0, 0) 0%);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
}

.color_white {
  color: #fff;
}

.color_white .decoration {
  color: #fff;
}

.color_white .decoration:visited,
.color_white .decoration:focus,
.color_white .decoration:active {
  color: #fff;
}

.color_black {
  color: #000;
}

.color_black .decoration {
  color: #000;
}

.color_black .decoration:visited,
.color_black .decoration:focus,
.color_black .decoration:active {
  color: #000;
}

.color_pink {
  color: #f96f8d;
}

.color_pink .decoration {
  color: #f96f8d;
}

.color_pink .decoration:visited,
.color_pink .decoration:focus,
.color_pink .decoration:active {
  color: #f96f8d;
}

.sat {
  color: #008fce;
}

.sun {
  color: #fb5696;
}

.holiday {
  color: #fb5696;
}

.ryumin {
  font-family: "Ryumin Regular KL", serif;
}

.ryumin.bold,
.ryumin .bold {
  font-family: "Ryumin Bold KL", serif;
}

.lora {
  font-family: "Lora", serif;
}

.barlow {
  font-family: "Barlow Condensed", sans-serif;
}

.decoration {
  text-decoration: underline;
  color: #000;
}

.decoration:visited,
.decoration:focus,
.decoration:active {
  color: #000;
}

@media only screen and (min-width: 1020px) {
  .decoration:hover {
    text-decoration: none;
  }
}

.decoration.color_white {
  color: #fff;
}

.decoration.color_white:visited,
.decoration.color_white:focus,
.decoration.color_white:active {
  color: #fff;
}

.big {
  font-size: 140%;
}

.small {
  font-size: 80%;
}


/* FESTA ORIGINAL */
/*------------------------------------------------*/
/*
[data-scroll] {
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	-webkit-transition: -webkit-transform .5s ease-out, opacity 1.0s ease;
	transition: transform .5s ease-out, opacity 1.0s ease;
}
[data-scroll="in"] {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
*/

body {
	background: linear-gradient(to bottom left, #FBFCDD, #FAC8F5, #E2F7FA, #C6E7FC);
}

#wrap {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.text-asterisk {
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.text-right {
	text-align: right;
}

.btn {
	max-width: 630px;
	margin: 20px auto 25px;
	position: relative;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(237,115,147,.3);
	z-index: 1;
}
.btn img {
	width: 100%;
	border-radius: 10px;
	z-index: 1;
}
.btn a {
	display: block;
	transition: 0.3s;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	z-index: -1;
}
.btn::before {
	content: "";
	top: -20px;
	left: -20px;
	width: 116px;
	height: 116px;
	position: absolute;
	z-index: 1;
	background: url("../images/btn-contact-icon-white.png") no-repeat;
	background-size: 100%;
	pointer-events: none;
}
.btn::after {
	content: "";
	position: absolute;
	background: url("../images/btn-contact-icon.png") no-repeat;
	background-size: 100%;
	width: 116px;
	height: 116px;
	top: -20px;
	left: -20px;
	transition: 0.3s;
	z-index: 2;
	pointer-events: none;
}
.btn.btn--deep::after {
	content: "";
	position: absolute;
	background: url("../images/btn-contact-icon-02.png") no-repeat;
	background-size: 100%;
	width: 116px;
	height: 116px;
	top: -20px;
	left: -20px;
	transition: 0.3s;
	z-index: 2;
	pointer-events: none;
}
.btn.line,
.btn.line a {
	border-radius: 0;
	box-shadow: none;
	margin: 0 auto;
    text-align: center;
}
.btn.line img{
	border-radius: 0;
    width:150px;
}
.btn.line::after,
.btn.line::before {
	display: none;
}
.btn:hover::after {
	opacity: .5;
}
.btn a:hover {
	opacity: .5;
}


.shiny::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: -90px;
	left: -10px;
	width: 30px;
	height: 100%;
	background-color: #fff;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	animation: shiny 3s ease-in-out infinite;
	mask-image: linear-gradient(rgba(0,0,0,1) 15%, rgba(0,0,0,0.3) 80%);
}
@keyframes shiny {
	0% { transform: scale(0) rotate(45deg); opacity: 0; }
	80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { transform: scale(4) rotate(45deg); opacity: 1; }
	100% { transform: scale(50) rotate(45deg); opacity: 0; }
}

@media only screen and (max-width: 767px) {
	.text-asterisk {
		font-size: calc(10 / 375 * 100vw);
		text-indent: calc(-10 / 375 * 100vw);
		margin-left: calc(10 / 375 * 100vw);
	}
	
	.btn {
		width: 84%;
		max-width: calc(315 / 375 * 100vw);
		margin: calc(20 / 375 * 100vw) auto calc(25 / 375 * 100vw);
	}
	
	.btn.line,
	.btn.line a {
		margin: 0 auto;
	}
	.btn.btn--deep::after,
	.btn::before,
	.btn::after {
		width: calc(58 / 375 * 100vw);
		height: calc(58 / 375 * 100vw);
		top: calc(-20 / 375 * 100vw);
		left: calc(-20 / 375 * 100vw);
	}
}


#kvWrap h1.title {
	padding: 50px 30px 18px 40px;
}
#kvWrap h1.title span {
	display: block;
	color: #2F3840;
	font-size: 12px;
	margin-top: 20px;
}

#kvWrap #kvImg {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#kvWrap .contents01 {
	position: relative;
}

#kvWrap .contents01 .kvCatch {
	max-width: 350px;
	position: absolute;
	right: 10px;
	bottom: 60px;
	animation: fadein 1.5s ease-in-out;
}

@keyframes fadein {
	0% { 
		opacity: 0;
		transform: translateX(60px);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

#kvWrap .bg {
	background: linear-gradient(to bottom left, #FAC8F5, #E2F7FA, #C6E7FC);
}

#kvWrap .contents02 {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 40px 20px;
	box-sizing: border-box;
}
#kvWrap .contents02-item {
	display: table-cell;
	padding: 0 10px;
}
#kvWrap .contents02-item p {
	color: #2F3840;
	font-size: 12px;
	margin-top: 10px;
}
#kvWrap .contents02-item img {
	width: 100%;
}
#kvWrap .contents02-item:first-child {
	width: 51.4%;
}
#kvWrap .contents02-item:last-child {
	width: 45.3%;
}


#kvWrap .contents03 {
	padding: 80px 0 60px;
}


#kvWrap .contents04 {
	padding: 0 0 40px;
}
#kvWrap .contents04 .btn {
	margin-bottom: 60px;
}
#kvWrap .contents04 .btn.line {
	margin-bottom: 20px;
	text-align: center;
	max-width: 260px;
}


@media only screen and (max-width: 767px) {
	#kvWrap h1.title {
		padding: calc(13 / 375 * 100vw) calc(11 / 375 * 100vw) calc(10 / 375 * 100vw) calc(15 / 375 * 100vw) ;
	}
	
	#kvWrap h1.title span {
		font-size: calc(10 / 375 * 100vw) ;
		margin-top: calc(10 / 375 * 100vw) ;
		text-indent: calc(-10 / 375 * 100vw) ;
		margin-left: calc(10 / 375 * 100vw) ;
		line-height: 1.5;
	}
	
	#kvWrap .contents01 .kvCatch {
		width: 46.6%;
		max-width: 175px;
		bottom: calc(20 / 375 * 100vw) ;
		right: 0;
	}
	
	#kvWrap .contents02 {
		padding: calc(15 / 375 * 100vw) calc(5 / 375 * 100vw) calc(25 / 375 * 100vw);
	}
	
	#kvWrap .contents02-item p {
		font-size: calc(10 / 375 * 100vw);
		margin-top: calc(8 / 375 * 100vw);
	}
	
	#kvWrap .contents03 {
		padding: calc(40 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
	}
	#kvWrap .contents04 .btn {
		margin-bottom: calc(30 / 375 * 100vw);
	}
	#kvWrap .contents04 {
		padding: 0 0 calc(30 / 375 * 100vw);
	}
	#kvWrap .contents04 .btn.line {
		margin-bottom: 0;
		max-width: 130px;
	}
 
}


#whtas {
	background: url("../images/bg-contents-whtas.png") no-repeat;
	background-position: top center;
	background-size: 100%;
	padding-top: 95px;
}
#whtas h2 {
	max-width: 492px;
	margin: 0 auto;
}

#whtas .bg_white {
	margin: 0 8%;
	background: rgba(255,255,255,0.8);
	padding: 40px 0;
}

#whtas .bg_white h3 {
	max-width: 344px;
	margin: 0 auto 20px;
}

#whtas .bg_white p {
	color: #2F3840;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}

#whtas .ph-flex {
	display: flex;
}
#whtas .ph-flex a {
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#whtas .ph-flex a:hover {
	opacity: 0.5;
}


@media only screen and (max-width: 767px) {
	#whtas {
		padding-top: calc(48 / 375 * 100vw);
	}
	#whtas h2 {
		max-width: 250px;
	}
	#whtas .bg_white {
		padding: calc(15 / 375 * 100vw) 0;
		margin: 0 calc(30 / 375 * 100vw);
	}
	
	#whtas .bg_white h2 {
		max-width: 250px;
		width: 66.6%;
	}
	#whtas .bg_white h3 {
		width: 54.6%;
		margin: 0 auto calc(10 / 375 * 100vw);
		max-width: 172px;
	}
	
	#whtas .bg_white p {
		font-size: calc(16 / 375 * 100vw);
	}
}


#trouble {
	padding-top: 80px;
}
#trouble .bg {
	position: relative;
}
#trouble .bg p {
	position: absolute;
	width: 100%;
	top: 27.3%;
	padding: 0 2%;
	box-sizing: border-box;
}
#trouble h2 {
	max-width: 635px;
	margin: -120px auto 85px;
	position: relative;
}
#trouble h3 {
	max-width: 312px;
	margin: 0 auto 80px;
}

#trouble .trouble-voice {
	padding: 0 5.33% 40px;
}

#trouble .b_arrow {
	max-width: 75px;
	margin: 0 auto 40px;
}

#trouble .bg2 {
	background: #F4F5F9;
	padding: 54px 30px 17px 44px;
}
#trouble .bg2 img {
	margin-bottom: 33px;
}


@media only screen and (max-width: 767px) {
	#trouble {
		padding-top: calc(40 / 375 * 100vw);
	}
	
	#trouble h2 {
		max-width: 317px;
		width: 84.5%;
		margin: calc(-60 / 375 * 100vw) auto calc(35 / 375 * 100vw);
	}
	
	#trouble h3 {
		max-width: 156px;
		width: 41.6%;
		margin: 0 auto calc(40 / 375 * 100vw);
	}
	#trouble .trouble-voice {
		padding: 0 4% calc(20 / 375 * 100vw);
	}
	
	#trouble .b_arrow {
		max-width: 28px;
		margin: 0 auto calc(20 / 375 * 100vw);
	}
	
	#trouble .bg2 img {
		margin-bottom: calc(20 / 375 * 100vw);
	}

	#trouble .bg2 {
		padding: calc(25 / 375 * 100vw) calc(15 / 375 * 100vw) calc(8 / 375 * 100vw) calc(22 / 375 * 100vw);
	}
}


#plan {
	padding: 120px 0 0;
	
}
#plan h2 {
	padding: 0 45px 35px 58px;
}

#plan .bg {
	background: url("../images/bg-contents-plan1-01.png") no-repeat;
	background-size: 100% 100%;
	background-position: top center;
	padding-bottom: 90px;
}
#plan .bg > p {
	padding: 60px 55px 55px 60px;
}


#plan .set {
	padding-top: 60px;
}

#plan .set h3 {
	max-width: 312px;
	margin: 0 auto 20px;
}

#plan .accordion-list {
    max-width: 630px;
    margin: 0 auto 68px;
}

#plan .accordion-list dl {
    margin-top: 30px;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 10px rgba(102,142,227, 0.5);
}
#plan .accordion-list dl:first-child {
    margin-bottom: 0;
}
#plan .accordion-list dl dt {
    font-size: 35px;
	padding: 35px 0 35px 35px;
	cursor: pointer;
	position: relative;
}
#plan .accordion-list dl dt::before {
    content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 110px;
	height: 100%;
	background: #679BFC;
}
#plan .accordion-list dl dt::after {
    content: "";
	position: absolute;
	right: 50px;
	width: 17px;
	height: 17px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	top: 45%;
}
#plan .accordion-list dl.active dt::after {
	border-bottom: none;
	border-right: none;
    border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	top: 55%;
}
#plan .accordion-list dl dd {
	display: none;
    padding: 30px;
	font-size: 28px;
	line-height: 1.6;
	border-top: 2px solid #DDDDDD;
}
#plan .accordion-list .text-asterisk {
	margin-top: 10px;
}

#plan .accordion-list + p {
	margin: 0 auto 60px;
}

#plan .bg2 {
	background: url("../images/bg-contents-plan1-02.png") no-repeat;
	background-size: 100% 100%;
	background-position: top center;
	padding-bottom: 90px;
}
#plan .bg2 h3 {
	padding: 0 40px 50px 73px;
}
#plan .bg2 h3 img {
	margin-top: -37px;
}

#plan .bg2 h3 + p {
	padding: 0 22px 60px;
}

#plan .bg2 .ph {
	margin-bottom: 60px;
}

#plan .bg2 .text-asterisk {
	margin-top: 30px;
	margin-right: 17px;
}

#plan .bg2 .text-asterisk + p {
	max-width: 516px;
	margin: 85px auto 60px;
}

#plan .flow {
	background: #B0F4EB;
	padding-top: 85px;
	padding-bottom: 130px;
	margin-bottom: 130px;
	position: relative;
}
#plan .flow::before {
	content: "";
	position: absolute;
	background: url("../images/bg-flow.png") no-repeat;
	bottom: -85px;
	width: 100%;
	height: 85px;
	background-size: 100%;
}
#plan .flow h2 {
    max-width: 670px;
    margin: 0 auto 40px;
    padding: 0;
}

#plan .flow .movie {
	margin-bottom: 80px;
}

.movie-content-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie-content-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movie-content-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	#plan {
		padding: calc(50 / 375 * 100vw) 0 0;
	}
	#plan h2 {
		padding: 0 calc(20 / 375 * 100vw) calc(15 / 375 * 100vw) calc(30 / 375 * 100vw);
	}
	
	
	#plan .bg > p {
		padding: calc(30 / 375 * 100vw) 8% calc(25 / 375 * 100vw);
	}
	
	#plan .set {
		padding-top: calc(30 / 375 * 100vw);
	}
	
	#plan .set h3 {
		max-width: 156px;
		margin: 0 auto calc(20 / 375 * 100vw);
		width: 41.6%;
	}
	
	#plan .accordion-list {
		margin: 0 auto calc(20 / 375 * 100vw);
		padding: 0 8%;
	}
	
	#plan .accordion-list dl {
		margin-top: calc(10 / 375 * 100vw);
	}
	
	#plan .accordion-list dl dt {
		font-size: calc(18 / 375 * 100vw);
		padding: calc(18 / 375 * 100vw) calc(15 / 375 * 100vw);
	}
	
	#plan .accordion-list dl dt::before {
		width: calc(55 / 375 * 100vw);
	}
	
	#plan .accordion-list dl dt::after {
		right: calc(26 / 375 * 100vw);
		width: calc(10 / 375 * 100vw);
		height: calc(10 / 375 * 100vw);
	}

	#plan .accordion-list dl dd {
		padding: calc(18 / 375 * 100vw) calc(15 / 375 * 100vw);
		font-size: calc(16 / 375 * 100vw);
	}
	
	#plan .accordion-list + p {
		margin: 0 auto calc(30 / 375 * 100vw);
	}
	
	#plan .bg {
		padding-bottom: calc(25 / 375 * 100vw);
	}
	
	#plan .bg2 {
		padding-bottom: calc(35 / 375 * 100vw);
	}
	
	#plan .bg2 h3 {
		padding: 0 8% calc(25 / 375 * 100vw);
	}
	
	#plan .bg2 h3 img {
		margin-top: calc(-20 / 375 * 100vw);
	}
	#plan .bg2 h3 + p {
		padding: 0 calc(10 / 375 * 100vw) calc(30 / 375 * 100vw);
	}
	
	#plan .bg2 .ph {
		margin-bottom: calc(25 / 375 * 100vw);
	}
	
	#plan .bg2 .text-asterisk + p {
		max-width: 258px;
		margin: calc(25 / 375 * 100vw) auto calc(40 / 375 * 100vw);
		width: 68.8%;
	}
	
	#plan .bg2 .text-asterisk {
		margin-top: calc(25 / 375 * 100vw);
		margin-right: calc(10 / 375 * 100vw);
	}
	
	#plan .flow {
		padding-top: calc(40 / 375 * 100vw);
		padding-bottom: calc(35 / 375 * 100vw);
		margin-bottom: calc(60 / 375 * 100vw);
	}
	
	#plan .flow h2 {
		margin: 0 auto calc(20 / 375 * 100vw);
		padding: 0 calc(20 / 375 * 100vw);
		width: 89.3%;
		max-width: 337px;
	}
	
	#plan .flow .movie {
		margin-bottom: calc(35 / 375 * 100vw);
	}

}

#plan2 {
	padding-top: 90px;
}

#plan2 h2 {
	max-width: 607px;
	margin: 0 auto 35px;
}

#plan2 .bg {
	background: url("../images/bg-contents-plan2-01.png") no-repeat;
	background-size: 100% 100%;
	padding: 60px 30px 95px;
}

#plan2 .bg .ph {
	margin-bottom: 50px;
}
#plan2 .bg .ph + p {
	margin: 0 -30px 15px;
}
#plan2 .bg .ph + p img {
	width: 100%;
}
#plan2 .bg .text-asterisk + .btn {
	margin-top: 50px
}

#plan2 .album {
	background: url("../images/bg-contents-plan2-02.png") no-repeat;
	background-size: 100% 100%;
	padding: 100px 0 35px;
	position: relative;
}
#plan2 .album::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100px;
    background: rgba(239, 113, 146,0.5);
    top: -50px;
    left: 50%;
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#plan2 .album .ph {
	margin-bottom: 90px;
	padding-right: 30px;
}
#plan2 .album .ph .text-asterisk {
	margin-top: -60px;
	margin-left: 30px;
}

#plan2 .album .txt {
	max-width: 650px;
	margin: 0 auto 60px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.6;
}
#plan2 .album .txt .text-asterisk {
	text-align: center;
	font-weight: normal;
	margin-top: 5px;
}

@media only screen and (max-width: 767px) {
	
	#plan2 {
		padding-top: calc(35 / 375 * 100vw);
	}
	
	#plan2 h2 {
		max-width: 303px;
		width: 80.8%;
		margin: 0 auto calc(15 / 375 * 100vw);
	}
	
	#plan2 .bg {
		padding: calc(30 / 375 * 100vw) calc(15 / 375 * 100vw) calc(35 / 375 * 100vw);
	}
	
	#plan2 .bg .ph {
		margin-bottom: calc(25 / 375 * 100vw);
	}
	
	#plan2 .bg .ph + p {
		margin: 0 calc(-15 / 375 * 100vw) calc(10 / 375 * 100vw);
	}
	#plan2 .bg .text-asterisk {
		padding-left: calc(15 / 375 * 100vw);
	}
	#plan2 .bg .text-asterisk + .btn {
		margin-top: calc(30 / 375 * 100vw);
		width: 100%;
	}
	
	#plan2 .album {
		padding: calc(50 / 375 * 100vw) 0 calc(20 / 375 * 100vw);
	}
	
	#plan2 .album::before {
		width: 2px;
		height: calc(50 / 375 * 100vw);
		top: calc(-25 / 375 * 100vw);
	}
	
	#plan2 .album .txt {
		font-size: calc(16 / 375 * 100vw);
		width: auto;
		max-width: inherit;
		margin: 0 auto calc(30 / 375 * 100vw);
	}
	
	#plan2 .album .ph .text-asterisk {
		margin-top: calc(-30 / 375 * 100vw);
	}
	
	#plan2 .album .txt .text-asterisk {
		margin-top: calc(7 / 375 * 100vw);
	}
	
	#plan2 .album .ph {
		margin-bottom: calc(40 / 375 * 100vw);
		padding-right: calc(15 / 375 * 100vw);
	}
  
}


#check {
	background: url("../images/bg-contents-check.png") no-repeat;
	background-size: 100% 100%;
	padding: 110px 60px 85px;
}
#check > div div:first-child {
	margin-bottom: 15px;
}
#check > div div:nth-child(2) {
	margin-bottom: 50px;
}
#check .btn {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	#check {
		padding: calc(50 / 375 * 100vw) 0 calc(60 / 375 * 100vw);
	}
	
	#check > div {
		padding: 0 8% 0;
	}
  
	#check > div div:nth-child(2) {
		margin-bottom: calc(30 / 375 * 100vw);
	}
	
	#check .btn {
		margin: calc(30 / 375 * 100vw) auto 0;
	}
}

#maintenance {
	background: #F4F5F9;
	padding-bottom: 90px;
}
#maintenance h2 {
	padding: 0 40px 0 25px;
	position: relative;
	margin-bottom: 57px;
}
#maintenance h2::before {
	content: "";
	position: absolute;
	width: 690px;
	height: 80px;
	background: #F4F5F9;
	top: -80px;
	left: 0;
}
#maintenance h2 img {
	margin-top: -18px;
	position: relative;
}
#maintenance .sectionInner {
	padding: 0 5.8%;
}
#maintenance .sectionInner .ph {
	margin-bottom: 55px;
}
#maintenance .sectionInner .text-read {
	font-size: 28px;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 0.15em;
	margin-bottom: 50px;
}

#maintenance .sectionInner .text-list h3 {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	border: 1px solid #707070;
	padding: 20px 0 15px;
	margin-bottom: 15px;
	
}
#maintenance .sectionInner .text-list {
	margin-bottom: 7px;
}
#maintenance .sectionInner .text-list p {
	font-size: 28px;
	border-bottom: 1px solid #707070;
	padding: 15px 0;
	line-height: 1.5;
	
}
#maintenance .sectionInner .text-list p span {
	font-size: 20px;
	margin-left: 5px;
	
}
#maintenance .sectionInner .text-list p.text-flex {
    display: flex;
}
#maintenance .sectionInner .text-list p.text-flex > span {
    font-size: 28px;
	margin: 0;
	width: 50%;
}
#maintenance .btn {
	margin-top: 60px;
	
}

@media only screen and (max-width: 767px) {
	
	#maintenance {
		padding-bottom: calc(60 / 375 * 100vw);
	}
	
	#maintenance h2::before {
		width: 92%;
		height: 40px;
		top: -40px;
	}
	
	
	#maintenance h2 img {
		margin-top: -9px;
	}
	
	#maintenance h2 {
		padding: 0 calc(30 / 375 * 100vw) 0 calc(5 / 375 * 100vw);
		margin-bottom: calc(28 / 375 * 100vw);
	}
	
	#maintenance .sectionInner .ph {
		margin-bottom: calc(25 / 375 * 100vw);
	}
	
	#maintenance .sectionInner .text-read {
		font-size: calc(16 / 375 * 100vw);
		margin-bottom: calc(30 / 375 * 100vw);
	}
	
	#maintenance .sectionInner .text-list h3 {
		font-size: calc(20 / 375 * 100vw);
		padding: calc(12 / 375 * 100vw) 0 calc(10 / 375 * 100vw);
	}
	
	#maintenance .sectionInner .text-list p {
		font-size: calc(16 / 375 * 100vw);
	}
	#maintenance .sectionInner .text-list p span {
		font-size: calc(12 / 375 * 100vw);
	}
	#maintenance .sectionInner .text-list p.text-flex > span {
		font-size: calc(16 / 375 * 100vw);
	}
	#maintenance .sectionInner .text-asterisk {
		margin-top: calc(10 / 375 * 100vw);
	}
	
	#maintenance .btn {
		margin: calc(40 / 375 * 100vw) auto 0;
		max-width: inherit;
	}

}

#voice {
	background: url("../images/bg-contents-voice.png") no-repeat;
	background-size: 100% 100%;
}
#voice .sectionInner {
	padding: 75px 5.8% 25px;
}
#voice h2 {
	max-width: 313px;
	margin: 0 auto 55px;
}
#voice .faq-item {
	padding-bottom: 35px;
	margin-bottom: 55px;
	border-bottom: 2px solid #FF7EC3;
	position: relative;
}
#voice .faq-item::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 187px;
    background: #FF7EC3;
    right: 0;
    bottom: 0;
}
#voice .faq-item h3 {
	font-size: 32px;
	font-weight: bold;
	position: relative;
	padding: 10px 0 30px 95px;
}
#voice .faq-item h3::before {
	content: "";
	position: absolute;
	background: url("../images/ico-fukidashi.png") no-repeat;
	background-size: 100%;
	width: 67px;
	height: 62px;
	left: 0;
	top: 0;
}
#voice .faq-item p {
	font-size: 28px;
	line-height: 1.5;
	padding-right: 30px;
	letter-spacing: 0.1em;
}
#voice .faq-item p span {
	background: #FCF8A5;
}

@media only screen and (max-width: 767px) {
	
	#voice .sectionInner {
		padding: calc(40 / 375 * 100vw) calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
	}
	
	#voice h2 {
		max-width: 156px;
		margin: 0 auto calc(25 / 375 * 100vw);
	}
	
	#voice .faq-item {
		padding-bottom: calc(20 / 375 * 100vw);
		margin-bottom: calc(30 / 375 * 100vw);
	}
	#voice .faq-item h3 {
		font-size: calc(16 / 375 * 100vw);
		padding: 10px 0 20px calc(45 / 375 * 100vw);
	}
	#voice .faq-item p {
		font-size: calc(16 / 375 * 100vw);
		padding-right: calc(25 / 375 * 100vw);
	}
	
	#voice .faq-item h3::before {
		width: calc(33 / 375 * 100vw);
		height: calc(31 / 375 * 100vw);
	}
	
	#voice .faq-item::after {
		height: calc(104 / 375 * 100vw);
	}

}

#faq {
	padding: 55px 40px 85px;
}
#faq h2 {
	max-width: 278px;
	margin: 0 auto 50px;
}
#faq .faq-item {
	border: 4px solid #679BFC;
	border-radius: 10px;
	background: #F4F5F9;
	padding: 40px;
	margin-bottom: 30px;
}
#faq .faq-item dt {
	font-size: 28px;
	line-height: 1.6;
	font-weight: bold;
	padding: 0 45px;
	position: relative;
	cursor: pointer;
}
#faq .faq-item dt::before {
	content: "Q.";
	position: absolute;
	color: #679BFC;
	font-size: 33px;
	font-style: italic;
	left: 0;
	top: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
	line-height: 1;
}
#faq .faq-item dt::after {
    content: "";
	position: absolute;
	right: 0;
	width: 17px;
	height: 17px;
	border-bottom: 3px solid #679BFC;
	border-right: 3px solid #679BFC;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	top: 45%;
}
#faq .faq-item dt.open::after {
	border-bottom: none;
	border-right: none;
    border-top: 3px solid #679BFC;
	border-left: 3px solid #679BFC;
	top: 55%;
}
#faq .faq-item dd {
	display: none;
	border-top: 2px solid #B1C5F2;
	padding-top: 25px;
	margin-top: 15px;
	font-size: 28px;
	line-height: 1.5;
}
#faq .faq-item dd a {
	font-weight: bold;
	color: #679BFC;
	text-decoration: underline;
}
#faq .faq-item dd a:hover {
	text-decoration: none;
}


@media only screen and (max-width: 767px) {
	#faq {
		padding: calc(30 / 375 * 100vw) calc(15 / 375 * 100vw);
	}
	#faq h2 {
		max-width: 146px;
		width: 38.9%;
		margin: 0 auto calc(20 / 375 * 100vw);
	}
	#faq .faq-item {
		border: 2px solid #679BFC;
		padding: calc(15 / 375 * 100vw);
		margin-bottom: calc(15 / 375 * 100vw);
	}
	#faq .faq-item dt {
		font-size: calc(16 / 375 *100vw);
		padding: 0 calc(30 / 375 *100vw) 0 calc(25 / 375 *100vw);
	}
	
	#faq .faq-item dt::before {
		font-size: calc(20 / 375 *100vw);
	}
	#faq .faq-item dt::after {
		right: calc(5 / 375 * 100vw);
		width: calc(8 / 375 * 100vw);
		height: calc(8 / 375 * 100vw);
	}

	#faq .faq-item dd {
		font-size: calc(16 / 375 *100vw);
		padding-top: calc(15 / 375 * 100vw);
	}
  
}

#contact {
	padding-bottom: 90px;
}
#contact .ph-flex {
	display: flex;
}
#contact .ph-flex a {
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#contact .ph-flex a:hover {
	opacity: 0.5;
}

#contact .ph-flex + p {
	padding: 60px 0 40px;
	max-width: 507px;
	margin: 0 auto;
}


@media only screen and (max-width: 767px) {
	
	#contact {
		padding-bottom: calc(40 / 375 * 100vw);
	}

	#contact .ph-flex + p {
		padding: calc(30 / 375 * 100vw) 0 calc(20 / 375 * 100vw);
		max-width: 260px;
	}
  
}


#info {
	background: #EDF0FA;
	padding-bottom: 60px;
}

#info .ttl {
	padding: 30px 45px 40px 15px;
}

#info .ttl .text-asterisk {
	padding: 15px 0 0 45px;
	letter-spacing: 0;
}

#info .ph + p {
    margin: -60px 0;
}


#info .corona {
	margin: 65px 40px 0;
	position: relative;
}
#info .corona .btn {
	position: absolute;
	bottom: 10px;
	display: block;
	right: 0;
	margin: 0 auto;
	box-shadow: none;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}
#info .btn {
	margin: 0 auto 20px;
	box-shadow: none;
}
#info .btn::before,
#info .btn::after {
	display: none;
}


@media only screen and (max-width: 767px) {
	#info .ttl {
		padding: calc(15 / 375 * 100vw) calc(15 / 375 * 100vw) calc(10 / 375 * 100vw) calc(5 / 375 * 100vw);
	}
	#info .ttl .text-asterisk {
		display: block;
		padding-left: calc(15 / 375 * 100vw);
	}
	#info .ph + p {
		margin: calc(-30 / 375 * 100vw) 0;
	}
	#info .btn {
		width: 84%;
		max-width: 315px;
		margin: 0 auto calc(10 / 375 * 100vw);
	}
	
	#info .corona {
		margin: calc(35 / 375 * 100vw) calc(15 / 375 * 100vw) 0;
	}
	
	#info .corona .btn {
		max-width: inherit;
		margin: 0 auto;
		width: 91.3%;
	}
}

#foot {
	padding: 50px 0 80px;
}
#foot .line {
	max-width: 260px;
	margin: 60px auto 55px;
	box-shadow: none;
}

#foot .logo {
	max-width: 260px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	#foot {
		padding: calc(20 / 375 * 100vw) 0;
	}
	
	#foot .line {
		max-width: 130px;
		margin: calc(30 / 375 * 100vw) auto calc(25 / 375 * 100vw);
	}
	
	#foot .logo {
		max-width: 130px;
	}

}

.pagetop_btn {
	width: 80px;
	position: fixed;
	bottom: 80px;
	right: 20px;
	-webkit-transition: all 0.5s 0.3s ease;
	transition: all 0.5s 0.3s ease;
	display: block;
	opacity: 0;
	z-index: 10;
}

.pagetop_btn.active {
	opacity: 1;
}

.pagetop_btn a {
	transition: 0.3s;
	display: block;
	pointer-events: none;
}

.pagetop_btn.active a {
	pointer-events: auto;
}

.pagetop_btn a:hover {
	opacity: .5;
}


.floeat_btn {
	position: fixed;
	bottom: 10px;
	right: 20px;
	right: 10px;
	z-index: 10;
}

.floeat_btn_inner {
	display: flex;
	justify-content: center;
	-webkit-transition: all 0.5s 0.3s ease;
	transition: all 0.5s 0.3s ease;
	opacity: 0;
}

.floeat_btn_inner.active {
	opacity: 1;
}

.floeat_btn_inner a {
    max-width: 187px;
	-webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    padding: 15px 40px;
    border-radius: 3px;
    margin: 0 10px;
	position: relative;
	overflow: hidden;
	pointer-events: none;
}

.floeat_btn_inner.active a {
	pointer-events: auto;
}

.floeat_btn_inner a:first-child {
    background: #679BFC;
    box-shadow: 0 3px 6px rgba(100,140,230, .5);
}
.floeat_btn_inner a:last-child {
    background: #FF7EC3;
    box-shadow: 0 3px 6px rgba(253,111,144, .5);
}
.floeat_btn_inner a:hover {
	opacity: .5;
}

.floeat_btn_inner a img {
	height: 24px;
	width: auto;
}

/*.floeat_btn_inner a::after {
    content: "";
    position: absolute;
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid rgba(255,255,255,0.5);
    border-right: 2px solid rgba(255,255,255,0.5);
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
}*/

@media only screen and (max-width: 767px) {
	
	.pagetop_btn {
		width: calc(60 / 375 * 100vw);
		right: 0;
		bottom: calc(50 / 375 * 100vw);
	}
	.floeat_btn {
		bottom: 0;
		right: 0;
		width: 100%;
	}
	
	.floeat_btn_inner a {
		max-width: inherit;
		padding: calc(15 / 375 * 100vw) calc(35 / 375 * 100vw);
		border-radius: 0;
		margin: 0;
		width: 50%;
		text-align: center;
	}
}

#access {
    padding: 20px 0 60px;
    text-align: center;
    line-height: 2em;
    background: #ffffff;
    font-family:游明朝体,Yu Mincho, YuMincho, ’ヒラギノ明朝 Pro’, ’Hiragino Mincho Pro’, ’MS P明朝’, ’MS PMincho’, serif !important;
}
#access h2 {
    margin: 30px auto;
    font-size: 150%;
    color: #000000;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px  #ED44AD;/*上線*/
  border-bottom: solid 3px #ED44AD;/*下線*/
}
#access a {
    border-bottom: solid 1px;
}
