@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
*,
::before,
::after{
	background-repeat:no-repeat;
	-webkit-box-sizing:inherit;
	        box-sizing:inherit;
}
::before,
::after{
	text-decoration:inherit;
	vertical-align:inherit;
}
html{
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	cursor:default;
	font-family:sans-serif;
	line-height:1.5;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}
article,
aside,
footer,
header,
nav,
section{
	display:block;
}
body{
	margin:0;
}
h1{
	font-size:2em;
	margin:.67em 0;
}
figcaption,
figure,
main{
	display:block;
}
figure{
	margin:1em 40px;
}
hr{
	-webkit-box-sizing:content-box;
	        box-sizing:content-box;
	height:0;
	overflow:visible;
}
nav ol,
nav ul{
	list-style:none;
}
pre{
	font-family:monospace, monospace;
	font-size:1em;
}
a{
	background-color:transparent;
	-webkit-text-decoration-skip:objects;
}
abbr[title]{
	border-bottom:none;
	text-decoration:underline;
	-webkit-text-decoration:underline dotted;
	        text-decoration:underline dotted;
}
b,
strong{
	font-weight:inherit;
	font-weight:bolder;
}
code,
kbd,
samp{
	font-family:monospace, monospace;
	font-size:1em;
}
dfn{
	font-style:italic;
}
mark{
	background-color:#ffff00;
	color:#000000;
}
small{
	font-size:80%;
}
sub,
sup{
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sub{
	bottom:-.25em;
}
sup{
	top:-.5em;
}
::-moz-selection{
	background-color:#b3d4fc;
	color:#000000;
	text-shadow:none;
}
::selection{
	background-color:#b3d4fc;
	color:#000000;
	text-shadow:none;
}
audio,
canvas,
iframe,
img,
svg,
video{
	vertical-align:middle;
}
audio,
video{
	display:inline-block;
}
audio:not([controls]){
	display:none;
	height:0;
}
img{
	border-style:none;
}
svg{
	fill:currentColor;
}
svg:not(:root){
	overflow:hidden;
}
table{
	border-collapse:collapse;
}
button,
input,
optgroup,
select,
textarea{
	margin:0;
}
button,
input,
select,
textarea{
	background-color:transparent;
	color:inherit;
	font-size:inherit;
	line-height:inherit;
}
button,
input{
	overflow:visible;
}
button,
select{
	text-transform:none;
}
button, html [type="button"], [type="reset"], [type="submit"]{
	-webkit-appearance:button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner{
	border-style:none;
	padding:0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring{
	outline:1px dotted ButtonText;
}
legend{
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	color:inherit;
	display:table;
	max-width:100%;
	padding:0;
	white-space:normal;
}
progress{
	display:inline-block;
	vertical-align:baseline;
}
textarea{
	overflow:auto;
	resize:vertical;
}
[type="checkbox"],
[type="radio"]{
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	padding:0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button{
	height:auto;
}
[type="search"]{
	-webkit-appearance:textfield;
	outline-offset:-2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration{
	-webkit-appearance:none;
}
::-webkit-file-upload-button{
	-webkit-appearance:button;
	font:inherit;
}
details, menu{
	display:block;
}
summary{
	display:list-item;
}
canvas{
	display:inline-block;
}
template{
	display:none;
}
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex]{
	-ms-touch-action:manipulation;
	touch-action:manipulation;
}
[hidden]{
	display:none;
}
[aria-busy="true"]{
	cursor:progress;
}
[aria-controls]{
	cursor:pointer;
}
[aria-hidden="false"][hidden]{
	clip:rect(0, 0, 0, 0);
	display:inherit;
	position:absolute;
}
[aria-hidden="false"][hidden]:focus{
	clip:auto;
}
[aria-disabled]{
	cursor:default;
}
/*!
* @license Copyright novita[Ryuta Uchida].
* @author novita[Ryuta Uchida].
* http://www.novita.jp/
*/
@-webkit-keyframes fadein{
  0%{
    opacity:0;
  }
  100%{
    opacity:1;
  }
}
@keyframes fadein{
  0%{
    opacity:0;
  }
  100%{
    opacity:1;
  }
}
@-webkit-keyframes purupuru{
  0%{
    -webkit-transform:translate(0px, 0px);
            transform:translate(0px, 0px)
  }
  50%{
    -webkit-transform:translate(0px, 0px) rotateZ(5deg);
            transform:translate(0px, 0px) rotateZ(5deg);
  }
}
@keyframes purupuru{
  0%{
    -webkit-transform:translate(0px, 0px);
            transform:translate(0px, 0px)
  }
  50%{
    -webkit-transform:translate(0px, 0px) rotateZ(5deg);
            transform:translate(0px, 0px) rotateZ(5deg);
  }
}
@-webkit-keyframes purupuru2{
  0%{
    -webkit-transform:translate(0px, 0px);
            transform:translate(0px, 0px)
  }
  50%{
    -webkit-transform:translate(0px, 0px) rotateZ(2deg);
            transform:translate(0px, 0px) rotateZ(2deg);
  }
}
@keyframes purupuru2{
  0%{
    -webkit-transform:translate(0px, 0px);
            transform:translate(0px, 0px)
  }
  50%{
    -webkit-transform:translate(0px, 0px) rotateZ(2deg);
            transform:translate(0px, 0px) rotateZ(2deg);
  }
}
*{
  margin:0;
}
html,
body{
  position:relative;
  width:100%;
  font-size:3.75vw;
}
html #pc-wrapper, body #pc-wrapper{
    position:relative;
    width:100%;
    max-width:640px;
    margin:0 auto;
    font-family:"Noto Sans JP","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","Hiragino Sans","ヒラギノ角ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-weight:normal;
    -webkit-font-feature-settings:"palt";
            font-feature-settings:"palt";
    text-align:justify;
    text-justify:inter-ideograph;
    color:#231815;
    background:#ffffff;
    line-height:1.5;
    word-break:break-all;
    container-type:inline-size;
  }
@media screen and (min-width: 641px){
html,
body{
		font-size:24px
}
}
h1{
  font-size:2rem;
}
code,
kbd,
pre,
samp{
  font-family:monospace, monospace;
  font-size:1rem;
}
button,
input,
select,
textarea{
  font-size:1rem;
}
a{
  text-decoration:none;
  display:inline;
  outline:none;
  border-bottom:none;
}
a,a:visited{
  color:#4ebfde;
  }
a.hover{
    color:#f07270;
  }
a.underlined,
  .underlined a,a.underlined-hover.hover, .underlined-hover a.hover{
      text-decoration:underline;
    }
a.nohref{
    pointer-events:none;
  }
a.btn_hover{
  -webkit-transition:opacity 0.2s ease-out;
  transition:opacity 0.2s ease-out;
  opacity:1;
}
a.btn_hover.hover,a.btn_alpha{
    opacity:0.8;
}
a.btn_alpha{
  -webkit-transition:opacity 0.2s ease-out;
  transition:opacity 0.2s ease-out;
}
a.btn_alpha.hover{
    opacity:1;
  }
.small,h6{
  font-size:0.83em;
}
.big{
  font-size:1.5em;
}
ol,
ul{
  padding-left:2em;
}
ol.listIndent,
ul.listIndent{
  margin-left:1.5em;
}
ol.noListMark,
ul.noListMark{
  list-style:none;
  padding-left:0;
}
h1,
h2,
h3,
h4,
h5{
  font-weight:600;
}
h6{
  font-weight:normal;
}
.strong{
  color:#ff0500 !important;
}
.strong,.bold{
  font-weight:600 !important;
}
.accent{
  color:#ff0500 !important;
}
.roman{
  font-family:'Lora', serif !important;
  font-weight:400 !important;
  font-size:1.05em;
  margin-left:0.1em;
  margin-right:0.1em;
}
body{
  overflow-x:hidden;
}
*{
  min-height:0;
  min-width:0;
}
body.-development:before{
  position:fixed;
  right:10px;
  bottom:0;
  z-index:99999;
  font-size:40px;
  color:rgba(0,0,0,0.3);
  background:none;
  pointer-events:none;
  content:"スマホ";
}
@media screen and (min-width: 376px){
body.-development:before{
		content:"タブレット"
}
}
@media screen and (min-width: 641px){
body.-development:before{
		content:"タブレット(横)"
}
}
@media screen and (min-width: 1080px){
body.-development:before{
		content:"PC"
}
}
@media screen and (min-width: 1400px){
body.-development:before{
		content:"HD"
}
}
.development-div{
  display:none;
  width:100%;
  overflow-y:scroll;
}
.development-div pre{
    white-space:pre-wrap;
    font-size:0.75em;
  }
body.-development .development-div{
    display:block;
  }
.development-div-float{
  display:none;
  position:fixed;
  bottom:0;
  right:0;
  background:rgba(0,0,0,0.8);
  color:#fff;
  z-index:99999;
  width:40%;
  height:10rem;
  font-size:0.85rem;
  padding:1em;
  overflow-y:scroll;
}
.development-div-float pre{
    white-space:pre-wrap;
    font-size:0.75em;
  }
body.-development .development-div-float{
    display:block;
  }
.forSP{
  display:initial !important;
}
@media screen and (min-width: 641px){
.forSP{
		display:none !important
}
}
.forPC{
  display:none !important;
}
@media screen and (min-width: 641px){
.forPC{
		display:inline !important;
		display:initial !important
}
}
br.forSP{
  display:inline !important;
}
@media screen and (min-width: 641px){
br.forSP{
		display:none !important
}
}
br.forPC{
  display:none !important;
}
@media screen and (min-width: 641px){
br.forPC{
		display:inline !important
}
}
img.forSP{
  display:inline !important;
}
@media screen and (min-width: 641px){
img.forSP{
		display:none !important
}
}
img.forPC{
  display:none !important;
}
@media screen and (min-width: 641px){
img.forPC{
		display:inline !important
}
}
span.forSP{
  display:inline !important;
}
@media screen and (min-width: 641px){
span.forSP{
		display:none !important
}
}
span.forPC{
  display:none !important;
}
@media screen and (min-width: 641px){
span.forPC{
		display:inline !important
}
}
.mx-auto{
  margin-left:auto !important;
  margin-right:auto !important;
}
.mt--10{
    margin-top:-10rem !important;
  }
.mb--10{
    margin-bottom:-10rem !important;
  }
.ml--10{
    margin-left:-10rem !important;
  }
.mr--10{
    margin-right:-10rem !important;
  }
.pt--10{
    padding-top:-10rem !important;
  }
.pb--10{
    padding-bottom:-10rem !important;
  }
.pl--10{
    padding-left:-10rem !important;
  }
.pr--10{
    padding-right:-10rem !important;
  }
.mt--9{
    margin-top:-9rem !important;
  }
.mb--9{
    margin-bottom:-9rem !important;
  }
.ml--9{
    margin-left:-9rem !important;
  }
.mr--9{
    margin-right:-9rem !important;
  }
.pt--9{
    padding-top:-9rem !important;
  }
.pb--9{
    padding-bottom:-9rem !important;
  }
.pl--9{
    padding-left:-9rem !important;
  }
.pr--9{
    padding-right:-9rem !important;
  }
.mt--8{
    margin-top:-8rem !important;
  }
.mb--8{
    margin-bottom:-8rem !important;
  }
.ml--8{
    margin-left:-8rem !important;
  }
.mr--8{
    margin-right:-8rem !important;
  }
.pt--8{
    padding-top:-8rem !important;
  }
.pb--8{
    padding-bottom:-8rem !important;
  }
.pl--8{
    padding-left:-8rem !important;
  }
.pr--8{
    padding-right:-8rem !important;
  }
.mt--7{
    margin-top:-7rem !important;
  }
.mb--7{
    margin-bottom:-7rem !important;
  }
.ml--7{
    margin-left:-7rem !important;
  }
.mr--7{
    margin-right:-7rem !important;
  }
.pt--7{
    padding-top:-7rem !important;
  }
.pb--7{
    padding-bottom:-7rem !important;
  }
.pl--7{
    padding-left:-7rem !important;
  }
.pr--7{
    padding-right:-7rem !important;
  }
.mt--6{
    margin-top:-6rem !important;
  }
.mb--6{
    margin-bottom:-6rem !important;
  }
.ml--6{
    margin-left:-6rem !important;
  }
.mr--6{
    margin-right:-6rem !important;
  }
.pt--6{
    padding-top:-6rem !important;
  }
.pb--6{
    padding-bottom:-6rem !important;
  }
.pl--6{
    padding-left:-6rem !important;
  }
.pr--6{
    padding-right:-6rem !important;
  }
.mt--5{
    margin-top:-5rem !important;
  }
.mb--5{
    margin-bottom:-5rem !important;
  }
.ml--5{
    margin-left:-5rem !important;
  }
.mr--5{
    margin-right:-5rem !important;
  }
.pt--5{
    padding-top:-5rem !important;
  }
.pb--5{
    padding-bottom:-5rem !important;
  }
.pl--5{
    padding-left:-5rem !important;
  }
.pr--5{
    padding-right:-5rem !important;
  }
.mt--4{
    margin-top:-4rem !important;
  }
.mb--4{
    margin-bottom:-4rem !important;
  }
.ml--4{
    margin-left:-4rem !important;
  }
.mr--4{
    margin-right:-4rem !important;
  }
.pt--4{
    padding-top:-4rem !important;
  }
.pb--4{
    padding-bottom:-4rem !important;
  }
.pl--4{
    padding-left:-4rem !important;
  }
.pr--4{
    padding-right:-4rem !important;
  }
.mt--3{
    margin-top:-3rem !important;
  }
.mb--3{
    margin-bottom:-3rem !important;
  }
.ml--3{
    margin-left:-3rem !important;
  }
.mr--3{
    margin-right:-3rem !important;
  }
.pt--3{
    padding-top:-3rem !important;
  }
.pb--3{
    padding-bottom:-3rem !important;
  }
.pl--3{
    padding-left:-3rem !important;
  }
.pr--3{
    padding-right:-3rem !important;
  }
.mt--2{
    margin-top:-2rem !important;
  }
.mb--2{
    margin-bottom:-2rem !important;
  }
.ml--2{
    margin-left:-2rem !important;
  }
.mr--2{
    margin-right:-2rem !important;
  }
.pt--2{
    padding-top:-2rem !important;
  }
.pb--2{
    padding-bottom:-2rem !important;
  }
.pl--2{
    padding-left:-2rem !important;
  }
.pr--2{
    padding-right:-2rem !important;
  }
.mt--1{
    margin-top:-1rem !important;
  }
.mb--1{
    margin-bottom:-1rem !important;
  }
.ml--1{
    margin-left:-1rem !important;
  }
.mr--1{
    margin-right:-1rem !important;
  }
.pt--1{
    padding-top:-1rem !important;
  }
.pb--1{
    padding-bottom:-1rem !important;
  }
.pl--1{
    padding-left:-1rem !important;
  }
.pr--1{
    padding-right:-1rem !important;
  }
.mt-0{
    margin-top:0rem !important;
  }
.mb-0{
    margin-bottom:0rem !important;
  }
.ml-0{
    margin-left:0rem !important;
  }
.mr-0{
    margin-right:0rem !important;
  }
.pt-0{
    padding-top:0rem !important;
  }
.pb-0{
    padding-bottom:0rem !important;
  }
.pl-0{
    padding-left:0rem !important;
  }
.pr-0{
    padding-right:0rem !important;
  }
.mt-1{
    margin-top:1rem !important;
  }
.mb-1{
    margin-bottom:1rem !important;
  }
.ml-1{
    margin-left:1rem !important;
  }
.mr-1{
    margin-right:1rem !important;
  }
.pt-1{
    padding-top:1rem !important;
  }
.pb-1{
    padding-bottom:1rem !important;
  }
.pl-1{
    padding-left:1rem !important;
  }
.pr-1{
    padding-right:1rem !important;
  }
.mt-2{
    margin-top:2rem !important;
  }
.mb-2{
    margin-bottom:2rem !important;
  }
.ml-2{
    margin-left:2rem !important;
  }
.mr-2{
    margin-right:2rem !important;
  }
.pt-2{
    padding-top:2rem !important;
  }
.pb-2{
    padding-bottom:2rem !important;
  }
.pl-2{
    padding-left:2rem !important;
  }
.pr-2{
    padding-right:2rem !important;
  }
.mt-3{
    margin-top:3rem !important;
  }
.mb-3{
    margin-bottom:3rem !important;
  }
.ml-3{
    margin-left:3rem !important;
  }
.mr-3{
    margin-right:3rem !important;
  }
.pt-3{
    padding-top:3rem !important;
  }
.pb-3{
    padding-bottom:3rem !important;
  }
.pl-3{
    padding-left:3rem !important;
  }
.pr-3{
    padding-right:3rem !important;
  }
.mt-4{
    margin-top:4rem !important;
  }
.mb-4{
    margin-bottom:4rem !important;
  }
.ml-4{
    margin-left:4rem !important;
  }
.mr-4{
    margin-right:4rem !important;
  }
.pt-4{
    padding-top:4rem !important;
  }
.pb-4{
    padding-bottom:4rem !important;
  }
.pl-4{
    padding-left:4rem !important;
  }
.pr-4{
    padding-right:4rem !important;
  }
.mt-5{
    margin-top:5rem !important;
  }
.mb-5{
    margin-bottom:5rem !important;
  }
.ml-5{
    margin-left:5rem !important;
  }
.mr-5{
    margin-right:5rem !important;
  }
.pt-5{
    padding-top:5rem !important;
  }
.pb-5{
    padding-bottom:5rem !important;
  }
.pl-5{
    padding-left:5rem !important;
  }
.pr-5{
    padding-right:5rem !important;
  }
.mt-6{
    margin-top:6rem !important;
  }
.mb-6{
    margin-bottom:6rem !important;
  }
.ml-6{
    margin-left:6rem !important;
  }
.mr-6{
    margin-right:6rem !important;
  }
.pt-6{
    padding-top:6rem !important;
  }
.pb-6{
    padding-bottom:6rem !important;
  }
.pl-6{
    padding-left:6rem !important;
  }
.pr-6{
    padding-right:6rem !important;
  }
.mt-7{
    margin-top:7rem !important;
  }
.mb-7{
    margin-bottom:7rem !important;
  }
.ml-7{
    margin-left:7rem !important;
  }
.mr-7{
    margin-right:7rem !important;
  }
.pt-7{
    padding-top:7rem !important;
  }
.pb-7{
    padding-bottom:7rem !important;
  }
.pl-7{
    padding-left:7rem !important;
  }
.pr-7{
    padding-right:7rem !important;
  }
.mt-8{
    margin-top:8rem !important;
  }
.mb-8{
    margin-bottom:8rem !important;
  }
.ml-8{
    margin-left:8rem !important;
  }
.mr-8{
    margin-right:8rem !important;
  }
.pt-8{
    padding-top:8rem !important;
  }
.pb-8{
    padding-bottom:8rem !important;
  }
.pl-8{
    padding-left:8rem !important;
  }
.pr-8{
    padding-right:8rem !important;
  }
.mt-9{
    margin-top:9rem !important;
  }
.mb-9{
    margin-bottom:9rem !important;
  }
.ml-9{
    margin-left:9rem !important;
  }
.mr-9{
    margin-right:9rem !important;
  }
.pt-9{
    padding-top:9rem !important;
  }
.pb-9{
    padding-bottom:9rem !important;
  }
.pl-9{
    padding-left:9rem !important;
  }
.pr-9{
    padding-right:9rem !important;
  }
.mt-10{
    margin-top:10rem !important;
  }
.mb-10{
    margin-bottom:10rem !important;
  }
.ml-10{
    margin-left:10rem !important;
  }
.mr-10{
    margin-right:10rem !important;
  }
.pt-10{
    padding-top:10rem !important;
  }
.pb-10{
    padding-bottom:10rem !important;
  }
.pl-10{
    padding-left:10rem !important;
  }
.pr-10{
    padding-right:10rem !important;
  }
.radius-0{
    border-radius:0rem !important;
  }
.radius-1{
    border-radius:0.25rem !important;
  }
.radius-2{
    border-radius:0.5rem !important;
  }
.radius-3{
    border-radius:0.75rem !important;
  }
.radius-4{
    border-radius:1rem !important;
  }
.radius-5{
    border-radius:1.25rem !important;
  }
.radius-6{
    border-radius:1.5rem !important;
  }
.radius-7{
    border-radius:1.75rem !important;
  }
.radius-8{
    border-radius:2rem !important;
  }
.radius-9{
    border-radius:2.25rem !important;
  }
.radius-10{
    border-radius:2.5rem !important;
  }
.radius-max{
  border-radius:9999px;
}
.radius-100{
  border-radius:100%;
}
.ta-left{
  text-align:left !important;
}
.ta-right{
  text-align:right !important;
}
.ta-center{
  text-align:center !important;
}
.ta-center-onlyPC{
  text-align:justify !important;
}
@media screen and (min-width: 641px){
.ta-center-onlyPC{
		text-align:center !important
}
}
.responsive-img img,
  .responsive-img svg,
  .ri img,
  .ri svg,img.responsive-img,
img.ri,
svg.responsive-img,
svg.ri{
  width:100%;
  height:auto;
}
.responsive-img-maxWidth img,
  .responsive-img-maxWidth svg,
  .ri-mw img,
  .ri-mw svg,img.responsive-img-maxWidth,
img.ri-mw,
svg.responsive-img-maxWidth,
svg.ri-mw{
    max-width:100%;
    height:auto;
}
.arrow-left{
  border-bottom:0.2em solid #000;
}
.arrow-left,.arrow-top{
  display:inline-block;
  width:1em;
  height:1em;
  margin:0 0.25em;
  border-left:0.2em solid #000;
  -webkit-transform:rotate(45deg) scale(0.7);
          transform:rotate(45deg) scale(0.7);
}
.arrow-top{
  border-top:0.2em solid #000;
}
.arrow-right{
  border-top:0.2em solid #000;
}
.arrow-right,.arrow-bottom{
  display:inline-block;
  width:1em;
  height:1em;
  margin:0 0.25em;
  border-right:0.2em solid #000;
  -webkit-transform:rotate(45deg) scale(0.7);
          transform:rotate(45deg) scale(0.7);
}
.arrow-bottom{
  border-bottom:0.2em solid #000;
}
svg .origin{
  fill:none;
}
.slideUp{
  opacity:0;
  -webkit-transform:translateY(3rem);
          transform:translateY(3rem);
  -webkit-transition:all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
  transition:all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
}
.slideUp.reveal{
    opacity:1;
    -webkit-transform:translateY(0);
            transform:translateY(0);
  }
.slideDown{
  opacity:0;
  -webkit-transform:translateY(-3rem);
          transform:translateY(-3rem);
  -webkit-transition:all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
  transition:all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
}
.slideDown.reveal{
    opacity:1;
    -webkit-transform:translateY(0);
            transform:translateY(0);
  }
.slideRight{
  opacity:0;
  -webkit-transform:translateX(-3rem);
          transform:translateX(-3rem);
  -webkit-transition:all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
  transition:all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
}
.slideRight.reveal{
    opacity:1;
    -webkit-transform:translateX(0);
            transform:translateX(0);
  }
.slideLeft{
  opacity:0;
  -webkit-transform:translateX(3rem);
          transform:translateX(3rem);
  -webkit-transition:all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
  transition:all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
}
.slideLeft.reveal{
    opacity:1;
    -webkit-transform:translateX(0);
            transform:translateX(0);
  }
.fadeIn{
  opacity:0;
  -webkit-transition:all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
  transition:all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
}
.fadeIn.reveal{
    opacity:1;
  }
.fadeInScaleUp{
  opacity:0;
  -webkit-transform:scale(0.9);
          transform:scale(0.9);
  -webkit-transition:all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
  transition:all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
}
.fadeInScaleUp.reveal{
    opacity:1;
    -webkit-transform:scale(1);
            transform:scale(1);
  }
.fadeInScaleDown{
  opacity:0;
  -webkit-transform:scale(1.1);
          transform:scale(1.1);
  -webkit-transition:all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
  transition:all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
}
.fadeInScaleDown.reveal{
    opacity:1;
    -webkit-transform:scale(1);
            transform:scale(1);
  }
.wipeInUp{
  margin:0;
  position:relative;
}
.wipeInUp:after{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    -webkit-transition:height 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition:height 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
.wipeInUp.reveal:after{
    height:0;
  }
.wipeInDown{
  margin:0;
  position:relative;
}
.wipeInDown:after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    -webkit-transition:height 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition:height 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
.wipeInDown.reveal:after{
    height:0;
  }
.wipeInRight{
  margin:0;
  position:relative;
}
.wipeInRight:after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
    background:#fff;
    -webkit-transition:width 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition:width 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
.wipeInRight.reveal:after{
    width:0;
  }
.wipeInLeft{
  margin:0;
  position:relative;
}
.wipeInLeft:after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    -webkit-transition:width 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition:width 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
.wipeInLeft.reveal:after{
    width:0;
  }
.-c-red{
  color:#f00;
}
._container{
  position:relative;
  background-size:100% 100%;
  margin-top:-1px;
}
._container.-section{
    padding-top:6rem;
  }
._container>.flex{
    position:relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-flow:column nowrap;
        -ms-flex-flow:column nowrap;
            flex-flow:column nowrap;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    margin:0 auto;
    padding:0;
    width:100%;
  }
._container>.flex>*{
      max-width:100%;
    }
._container>.flex.-vstack>*{
      width:100%;
    }
._container > .-body{
    position:relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-flow:column nowrap;
        -ms-flex-flow:column nowrap;
            flex-flow:column nowrap;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    margin:0 auto;
    padding:0;
    width:75.16cqw;
  }
._container > .-body > .-widecontent{
      width:100cqw;
      padding-bottom:0.5rem;
    }
._container > .-body > .-widecontent > img{
        width:100%;
        height:auto;
      }
._container > .-body > .-content{
      width:100%;
      padding:0 0 2rem 0;
    }
._container > .-body > .-content > h2{
        margin-top:1.5rem;
      }
._container > .-body > .-content > h2:first-child{
          margin-top:0;
        }
._container > .-body > .-content > h2 > img{
          width:100%;
          height:auto;
        }
._container > .-body > .-content > p{
        margin-top:0.5rem;
        text-align:center;
      }
._container > .-body > .-content > p > img{
          width:100%;
          height:auto;
        }
._container > .-body > .-content > p.-note{
          font-size:0.83rem;
        }
._container .-bg,._container .-title{
    width:100%;
    height:auto;
  }
._container .-title{
    margin:0.5rem 0 1rem;
  }
._container .-char-left,
  ._container .-char-right{
    position:absolute;
    top:0;
    width:40cqw;
  }
._container .-char-left > img, ._container .-char-right > img{
      width:100%;
      height:auto;
    }
._container .-char-left{
    left:0;
  }
._container .-char-right{
    right:0;
  }
#sec-syuppatushiki .-char-left{
    width:40.9375cqw;
    left:-13.91cqw;
    top:26.09cqw;
  }
#sec-syuppatushiki .-char-right{
    width:40.9375cqw;
    right:-16.1875cqw;
    top:26.09cqw;
  }
#sec-wrappingtrain .-char-left{
    width:40.9375cqw;
    left:-17.3cqw;
    top:8.4375cqw;
  }
#sec-wrappingtrain .-char-right{
    width:40.9375cqw;
    right:-14.06cqw;
    top:8.4375cqw;
  }
#sec-wrappingbus .-char-left{
    width:40.9375cqw;
    left:-16.03cqw;
    top:7.39cqw;
  }
#sec-wrappingbus .-char-right{
    width:40.9375cqw;
    right:-17.34cqw;
    top:4.6875cqw;
  }
#sec-shoot .-char-left{
    width:42.3cqw;
    left:-15.09cqw;
    top:-2.4788cqw;
  }
#sec-shoot .-char-right{
    width:42.857cqw;
    right:-14.563cqw;
    top:-4.78cqw;
  }
#sec-prezio1 .-char-left, #sec-prezio2 .-char-left{
    width:40.9375cqw;
    left:-16.383cqw;
    top:17.1cqw;
  }
#sec-prezio1 .-char-right, #sec-prezio2 .-char-right{
    width:40.9375cqw;
    right:-16.278cqw;
    top:17.1cqw;
  }
#sec-ropeway .-char-left{
    width:40.9375cqw;
    left:-7.981cqw;
    top:13.67cqw;
  }
#sec-ropeway .-char-right{
    width:39.81cqw;
    right:-15.7cqw;
    top:15.27cqw;
  }
#home-fv{
  position:relative;
  width:100%;
  margin-top:80px;
  background:#fff;
}
#home-fv > img{
    width:100%;
    height:auto;
  }
#pcbg{
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
}
#pcbg > .-fv{
    height:1080px;
  }
#pcbg > .-fv,#pcbg > .-rest{
    background-size:1920px auto;
    background-position:50% 0;
    background-repeat:repeat;
    width:100%;
  }
#pcbg > .-rest{
    height:calc(100% - 1080px);
  }
.scroll-table{
  width:100%;
  overflow:auto;
}
.scroll-table .scroll-table-note{
    margin:1rem 0;
    color:#ff9300;
    display:block;
  }
@media screen and (min-width: 641px){
.scroll-table .scroll-table-note{
		display:none
  }
}
body.naviopen{
  -ms-scroll-chaining:none;
      overscroll-behavior:none;
  overflow-y:hidden;
}
._nodisplay{
  display:none !important;
}
*[id^="anchor-"]{
  pointer-events:none;
  width:100%;
  padding-top:80px !important;
  margin-top:-80px !important;
}
*[id^="anchor-"]>*{
    pointer-events:auto;
  }
h2.commonText{
  position:relative;
  display:block;
  width:100%;
  margin:2rem 0 1rem;
  text-align:center;
  line-height:1.2;
  font-size:1.2rem;
}
h2.commonText > span{
    display:inline-block;
    letter-spacing:0.1em;
    color:#3D3338;
    position:relative;
    background:#fff;
    padding:0 0.5em 0 0.8em;
    z-index:2;
  }
.privacypolicy h2.commonText > span{
      color:#405899;
    }
h2.commonText::before{
    position:absolute;
    content:"";
    display:block;
    top:50%;
    left:0;
    width:100%;
    height:1px;
    background:#3D3338;
  }
@media screen and (min-width: 641px){
h2.commonText{
		font-size:1.5rem
}
}
h3.commonText{
  width:100%;
  text-align:left;
  margin:1em 0 1.5em;
  line-height:2;
  border-bottom:1px solid #707F89;
}
h3.commonText>span{
    display:inline-block;
    padding-bottom:0.25em;
    border-bottom:4px solid #707F89;
    -webkit-transform:translateY(1px);
            transform:translateY(1px);
  }
h4.commonText{
  position:relative;
  display:block;
  width:100%;
  margin:1rem 0 1rem;
  text-align:center;
}
h4.commonText > span{
    display:inline-block;
    letter-spacing:0.1em;
    color:#3D3338;
    position:relative;
    background:#fff;
    padding:0 0.5em 0 0.8em;
    z-index:2;
  }
h4.commonText::before{
    position:absolute;
    content:"";
    display:block;
    top:50%;
    left:0;
    width:100%;
    height:1px;
    background:#3D3338;
  }
p.commonText{
  width:100%;
  font-weight:normal;
  line-height:2;
  font-size:1rem;
  text-align:justify;
  margin:0 0 1rem 0;
}
.centered-icon{
  width:100%;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-flow:row wrap;
      -ms-flex-flow:row wrap;
          flex-flow:row wrap;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  padding:2.5rem 0;
}
.centered-icon>img{
    width:18%;
    min-width:120px;
    height:auto;
  }
.centered-icon+.commonText{
    margin-top:0;
  }
.commonPanel{
  background:#ff9300;
  border-radius:0.5rem;
  padding:1rem;
  margin:1rem 0;
}
.commonPanel > .biglist{
    font-size:1.5rem;
    font-weight:600;
    margin:0;
    color:#fff;
  }
a.boxedLink{
  display:block;
  width:100%;
  background:#ffe8d5;
  color:#000;
  -webkit-box-shadow:0px 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow:0px 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom:1rem;
  padding:0.25em 1em;
  border-radius:0.5em;
  -webkit-transition:all ease-out 0.15s;
  transition:all ease-out 0.15s;
}
a.boxedLink.hover{
    -webkit-box-shadow:0px 0.4rem 0.8rem rgba(0, 0, 0, 0.4);
            box-shadow:0px 0.4rem 0.8rem rgba(0, 0, 0, 0.4);
    -webkit-transform:translateY(-0.25rem);
            transform:translateY(-0.25rem);
  }
a.commonBtn{
  display:block;
  background-color:#ff9300;
  border-color:#ff9300;
  border-style:solid;
  border-width:1px;
  color:#fff;
  font-size:1.5rem;
  font-weight:bold;
  line-height:1;
  text-align:center;
  padding:0.7em 1em;
  border-radius:0.65em;
  width:100%;
  max-width:14em;
  -webkit-transition:all ease-out 0.15s;
  transition:all ease-out 0.15s;
}
a.commonBtn.-small{
    font-size:1.1rem;
  }
a.commonBtn.-border{
    background-color:transparent;
    border-color:#fff;
  }
a.commonBtn.hover{
    -webkit-transform:scale(1.04);
            transform:scale(1.04);
  }
a.button-more{
  position:relative;
  display:block;
  color:#fff;
  font-size:14px;
  font-weight:bold;
  margin-top:15px;
  padding-right:24px;
}
a.button-more:after{
    content:"";
    display:block;
    position:absolute;
    right:4px;
    bottom:-6px;
    width:90px;
    height:12px;
    border-bottom:2px solid;
    border-right:2px solid;
    -webkit-transform:skew(45deg);
            transform:skew(45deg);
    border-color:#5fcfab;
    -webkit-transition:all ease-out 0.15s;
    transition:all ease-out 0.15s;
  }
a.button-more.hover:after{
    right:-6px;
    width:100px;
  }
.commonTable{
  position:relative;
  width:100%;
  font-size:1.1rem;
  margin:2rem auto;
  border-collapse:collapse;
}
.commonTable tr:not(:last-child){
    border-bottom:1px solid #009d3c;
  }
.commonTable th,.commonTable td{
    vertical-align:top;
    padding:0.75rem 0.75rem;
  }
@media screen and (min-width: 641px){
.commonTable th,.commonTable td{
		padding:0.75rem 2rem
  }
}
.commonTable th{
    white-space:nowrap;
    letter-spacing:0.1em;
    color:#009d3c;
    position:relative;
    padding-left:0;
  }
.commonTable th:after{
      content:'';
      position:absolute;
      top:0.75rem;
      right:0;
      width:0;
      height:calc(100% - 1.5rem);
      border-left:1px solid #009d3c;
    }
@media screen and (min-width: 641px){
.commonTable th{
		padding-left:2rem
  }
}
.commonTable td{
    width:100%;
    padding-right:0;
  }
.commonTable td>h3{
      margin-bottom:0.5em;
    }
.commonTable td ul,
    .commonTable td ol{
      padding-left:1.5em;
    }
.commonTable td ul,.commonTable td ul>li{
      list-style-type:disc;
    }
.commonTable td>*{
      margin:0.5rem 0;
    }
.commonTable td>*:first-child{
        margin-top:0;
      }
.commonTable td>*:last-child{
        margin-bottom:0;
      }
.commonTable tr.-section td{
      padding:1rem 0 0 0;
    }
.commonTable tr.-section td > span{
        display:block;
        width:100%;
        background:#ccd7df;
        text-align:center;
        font-weight:bold;
        color:#009d3c;
      }
.commonTable .map{
    position:relative;
    height:0;
    width:100%;
    margin-bottom:1rem !important;
    padding-top:50%;
  }
.commonTable .map iframe, .commonTable .map object, .commonTable .map embed{
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
    }
@media screen and (orientation: landscape){
.commonTable .map{
		padding-top:50%
  }
}
@media screen and (orientation: portrait){
.commonTable .map{
		padding-top:150%
  }
}
.sechead{
  width:100%;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-flow:column nowrap;
      -ms-flex-flow:column nowrap;
          flex-flow:column nowrap;
  -webkit-box-pack:start;
  -webkit-justify-content:flex-start;
      -ms-flex-pack:start;
          justify-content:flex-start;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  line-height:1;
  letter-spacing:0.08em;
  font-weight:bold;
  margin-bottom:2rem;
}
.sechead > .-eng{
    font-size:0.87rem;
    color:#5fcfab;
    margin:0 0 0.5em;
  }
.sechead > .-jp{
    font-size:1.6rem;
    color:#fff;
    margin:0;
  }
#pagination{
  padding:1rem 0 2rem;
}
#pagination > .flex > ul.-pageblock{
      list-style:none;
      padding:0;
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:horizontal;
      -webkit-box-direction:normal;
      -webkit-flex-flow:row wrap;
          -ms-flex-flow:row wrap;
              flex-flow:row wrap;
      -webkit-box-pack:center;
      -webkit-justify-content:center;
          -ms-flex-pack:center;
              justify-content:center;
      -webkit-box-align:center;
      -webkit-align-items:center;
          -ms-flex-align:center;
              align-items:center;
      background:#fff;
      -webkit-box-shadow:0px 2px 4px rgba(0, 0, 0, 0.5);
              box-shadow:0px 2px 4px rgba(0, 0, 0, 0.5);
      line-height:1;
      border-radius:4px;
    }
#pagination > .flex > ul.-pageblock > li{
        display:block;
        margin:0.2em;
        font-size:1rem;
        width:1.8em;
        height:1.8em;
      }
#pagination > .flex > ul.-pageblock > li > a{
          display:-webkit-box;
          display:-webkit-flex;
          display:-ms-flexbox;
          display:flex;
          -webkit-box-orient:horizontal;
          -webkit-box-direction:normal;
          -webkit-flex-flow:row wrap;
              -ms-flex-flow:row wrap;
                  flex-flow:row wrap;
          -webkit-box-pack:center;
          -webkit-justify-content:center;
              -ms-flex-pack:center;
                  justify-content:center;
          -webkit-box-align:center;
          -webkit-align-items:center;
              -ms-flex-align:center;
                  align-items:center;
          width:100%;
          height:100%;
          border-radius:4px;
          color:#3D3338;
        }
#pagination > .flex > ul.-pageblock > li > a.hover{
            color:#1BB7CD;
          }
#pagination > .flex > ul.-pageblock > li > a.-active{
            pointer-events:none;
            background:#1BB7CD;
            color:#fff;
          }
#pagination > .flex > ul.-pageblock > li > a.-disabled{
            pointer-events:none;
          }
#pagination > .flex > ul.-pageblock > li.-page-btn{
          width:1.2em;
        }
#pagination > .flex > ul.-pageblock > li.-page-btn.-disabled{
            opacity:0.2;
          }
#pagination > .flex > ul.-pageblock > li.-page-dots{
          width:1em;
        }
#pagination > .flex > ul.-pageblock > li.-page-numbers{
          width:1.8em;
        }
#sec-footer{
  color:#000;
  text-align:center;
}
#sec-footer > .-bg{
    width:100%;
    height:auto;
  }
#sec-footer > .-copyright{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    font-size:0.5rem;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row wrap;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
        -ms-flex-align:end;
            align-items:flex-end;
    padding-bottom:3cqw;
  }
#sec-header{
  position:fixed;
  pointer-events:none;
  z-index:999;
  top:0;
  left:0;
  width:100%;
  height:80px;
}
#sec-header > .-wrapper{
    width:100%;
    max-width:640px;
    height:80px;
    background:#fff;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row nowrap;
        -ms-flex-flow:row nowrap;
            flex-flow:row nowrap;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    padding:10px;
    margin:0 auto;
  }
#sec-header > .-wrapper > .-logo{
      pointer-events:all;
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:horizontal;
      -webkit-box-direction:normal;
      -webkit-flex-flow:row wrap;
          -ms-flex-flow:row wrap;
              flex-flow:row wrap;
      -webkit-box-pack:start;
      -webkit-justify-content:flex-start;
          -ms-flex-pack:start;
              justify-content:flex-start;
      -webkit-box-align:center;
      -webkit-align-items:center;
          -ms-flex-align:center;
              align-items:center;
    }
#sec-header > .-wrapper > .-logo > a{
        display:block;
        height:44px;
      }
#sec-header > .-wrapper > .-logo > a > img{
          width:auto;
          height:100%;
        }
#sec-header > .-wrapper > .-icons{
      pointer-events:all;
    }
#sec-header > .-wrapper > .-icons > a{
        display:block;
        width:60px;
        height:60px;
        -webkit-transition:opacity ease-out 0.15s;
        transition:opacity ease-out 0.15s;
      }
#sec-header > .-wrapper > .-icons > a:hover{
          opacity:0.7;
        }
#sec-header > .-wrapper > .-icons > a > img{
          width:auto;
          height:100%;
        }
#sec-navi{
  position:fixed;
  z-index:999;
  top:0;
  left:0;
  width:100%;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-flow:column nowrap;
      -ms-flex-flow:column nowrap;
          flex-flow:column nowrap;
  -webkit-box-pack:start;
  -webkit-justify-content:flex-start;
      -ms-flex-pack:start;
          justify-content:flex-start;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
}
#sec-hero{
  position:relative;
  background-color:#fffcdb;
  margin-top:80px;
  padding:3rem;
}
#sec-hero h1{
    color:#009d3c;
    text-align:center;
    margin:0;
    letter-spacing:0.1em;
  }
#sec-hero > .-illust-l-pc{
    position:absolute;
    bottom:-2.6vw;
    left:-70px;
    width:36vw;
    height:auto;
    display:none;
  }
@media screen and (min-width: 641px){
#sec-hero > .-illust-l-pc{
		display:block
  }
}
#sec-hero > .-illust-r-pc{
    position:absolute;
    bottom:-2.6vw;
    right:-70px;
    width:36vw;
    height:auto;
    display:none;
  }
@media screen and (min-width: 641px){
#sec-hero > .-illust-r-pc{
		display:block
  }
}
#sec-hero > .-illust-l-sp{
    position:absolute;
    bottom:-3.2vw;
    left:-20px;
    width:55vw;
    height:auto;
    display:block;
  }
@media screen and (min-width: 641px){
#sec-hero > .-illust-l-sp{
		display:none
  }
}
#sec-hero > .-illust-r-sp{
    position:absolute;
    bottom:-3.2vw;
    right:-20px;
    width:55vw;
    height:auto;
    display:block;
  }
@media screen and (min-width: 641px){
#sec-hero > .-illust-r-sp{
		display:none
  }
#sec-hero{
		padding:3rem
}
}
@media screen and (min-width: 641px){}
#sec-home-main{
  padding-top:4rem;
  padding-bottom:4rem;
}
#sec-home-main > .flex{
    display:-ms-grid;
    display:grid;
    -ms-grid-rows:auto;
    grid-template-rows:auto;
    -ms-grid-columns:(1fr)[2];
    grid-template-columns:repeat(2, 1fr);
    gap:10px;
  }
#sec-home-main > .flex > .-event > a, #sec-home-main > .flex > .-onedaypass > a, #sec-home-main > .flex > .-x > a, #sec-home-main > .flex > .-happyride > a{
        -webkit-transition:all ease-out 0.15s;
        transition:all ease-out 0.15s;
      }
#sec-home-main > .flex > .-event > a > img, #sec-home-main > .flex > .-onedaypass > a > img, #sec-home-main > .flex > .-x > a > img, #sec-home-main > .flex > .-happyride > a > img{
          width:100%;
          height:auto;
          border-radius:0.75rem;
        }
#sec-home-main > .flex > .-event > a.hover, #sec-home-main > .flex > .-onedaypass > a.hover, #sec-home-main > .flex > .-x > a.hover, #sec-home-main > .flex > .-happyride > a.hover{
          opacity:0.7;
        }
#sec-home-main > .flex > .-event{
      -ms-grid-column-span:2;
      grid-column:span 2 / span 2;
    }
@media screen and (min-width: 641px){
#sec-home-main > .flex > .-event{
		-ms-grid-column-span:4;
		grid-column:span 4 / span 4
    }
}
#sec-home-main > .flex > .-onedaypass{
      -ms-grid-column-span:2;
      grid-column:span 2 / span 2;
      -ms-grid-row:2;
          grid-row-start:2;
    }
@media screen and (min-width: 641px){
#sec-home-main > .flex > .-onedaypass{
		-ms-grid-column-span:2;
		grid-column:span 2 / span 2;
		-ms-grid-row:2;
		    grid-row-start:2
    }
}
@media screen and (min-width: 641px){}
#sec-home-main > .flex > .-x{
      -ms-grid-column:1;
          grid-column-start:1;
      -ms-grid-row:3;
          grid-row-start:3;
    }
@media screen and (min-width: 641px){
#sec-home-main > .flex > .-x{
		-ms-grid-column:3;
		    grid-column-start:3;
		-ms-grid-row:2;
		    grid-row-start:2
    }
}
@media screen and (min-width: 641px){}
#sec-home-main > .flex > .-happyride{
      -ms-grid-column:2;
          grid-column-start:2;
      -ms-grid-row:3;
          grid-row-start:3;
    }
@media screen and (min-width: 641px){
#sec-home-main > .flex > .-happyride{
		-ms-grid-column:4;
		    grid-column-start:4;
		-ms-grid-row:2;
		    grid-row-start:2
    }
#sec-home-main > .flex{
		-ms-grid-columns:(1fr)[4];
		grid-template-columns:repeat(4, 1fr);
		gap:20px
  }
}
@media screen and (min-width: 641px){}
@media screen and (min-width: 641px){}
@media screen and (min-width: 641px){}
#sec-dummy{
  padding-top:5rem;
  padding-bottom:4rem;
}
#sec-dummy > .flex > .-inner{
      width:100%;
      height:30rem;
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:vertical;
      -webkit-box-direction:normal;
      -webkit-flex-flow:column nowrap;
          -ms-flex-flow:column nowrap;
              flex-flow:column nowrap;
      -webkit-box-pack:center;
      -webkit-justify-content:center;
          -ms-flex-pack:center;
              justify-content:center;
      -webkit-box-align:center;
      -webkit-align-items:center;
          -ms-flex-align:center;
              align-items:center;
      background-color:#fff;
      border-radius:2rem;
    }
#sec-dummy > .flex h1{
      color:#aaa;
      padding:2rem 3rem;
      border:2px dashed #aaa;
      border-radius:1rem;
      text-align:center;
    }
#sec-dummy > .flex h1 > small{
        display:block;
        font-size:0.4em;
        margin-top:2em;
      }
h1.dummy{
  color:#fff;
  padding:2rem 3rem;
  border:2px dashed #fff;
  border-radius:1rem;
}
h1.dummy.-gray{
    color:#666;
    border-color:#666;
  }
#sec-error{
  background-color:#fff;
  padding:4rem 0 6rem;
}
#sec-error .sechead > .-jp{
    color:#000;
  }
.kirby-blocks{
  width:100%;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-flow:column nowrap;
      -ms-flex-flow:column nowrap;
          flex-flow:column nowrap;
  -webkit-box-pack:start;
  -webkit-justify-content:flex-start;
      -ms-flex-pack:start;
          justify-content:flex-start;
  -webkit-box-align:start;
  -webkit-align-items:flex-start;
      -ms-flex-align:start;
          align-items:flex-start;
}
.kirby-blocks h1,.kirby-blocks h2,.kirby-blocks h3{
    margin-bottom:1em;
  }
.kirby-blocks > .block{
    width:100%;
  }
.kirby-blocks > .block-type-heading{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row wrap;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
  }
.kirby-blocks > .block-type-line{
    margin:1em 0;
    width:100%;
    height:1px;
    background:#009d3c;
  }
.kirby-blocks > .block-type-line hr{
      display:none;
    }
.kirby-blocks > .block-type-text > p{
      margin-bottom:1em;
    }
.kirby-blocks > .block-type-text code{
      display:inline-block;
      background:#ffd683;
      border-radius:0.25em;
      padding:0 0.7em;
      margin:0 0.15em;
    }
.kirby-blocks > .block-type-list{
    margin-bottom:1em;
  }
.kirby-blocks > .block-type-image > figure{
      position:relative;
      width:100%;
      margin:1em 0;
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:vertical;
      -webkit-box-direction:normal;
      -webkit-flex-flow:column nowrap;
          -ms-flex-flow:column nowrap;
              flex-flow:column nowrap;
      -webkit-box-pack:center;
      -webkit-justify-content:center;
          -ms-flex-pack:center;
              justify-content:center;
      -webkit-box-align:center;
      -webkit-align-items:center;
          -ms-flex-align:center;
              align-items:center;
    }
.kirby-blocks > .block-type-image > figure a{
        position:relative;
        display:block;
        -webkit-transition:all ease-out 0.15s;
        transition:all ease-out 0.15s;
      }
.kirby-blocks > .block-type-image > figure a:hover{
          opacity:0.7;
        }
.kirby-blocks > .block-type-image > figure a[data-lightbox]{
          pointer-events:none;
        }
.kirby-blocks > .block-type-image > figure a img{
          width:auto;
          max-width:100%;
          height:auto;
          -o-object-fit:contain;
             object-fit:contain;
        }
.kirby-blocks > .block-type-image > figure figcaption{
        margin-top:0.5em;
      }
.kirby-blocks > .block-type-video > figure{
      position:relative;
      width:100%;
      margin:1em 0;
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:vertical;
      -webkit-box-direction:normal;
      -webkit-flex-flow:column nowrap;
          -ms-flex-flow:column nowrap;
              flex-flow:column nowrap;
      -webkit-box-pack:center;
      -webkit-justify-content:center;
          -ms-flex-pack:center;
              justify-content:center;
      -webkit-box-align:center;
      -webkit-align-items:center;
          -ms-flex-align:center;
              align-items:center;
    }
.kirby-blocks > .block-type-video > figure .video{
        display:block;
        width:100%;
      }
.kirby-blocks > .block-type-video > figure .video iframe{
          border:none;
          width:100%;
          aspect-ratio:16/9;
        }
.kirby-blocks > .block-type-video > figure figcaption{
        margin-top:0.5em;
      }
#sec-news .-nolists{
    width:100%;
    color:#fff;
    font-size:1.5rem;
    text-align:center;
  }
#sec-news .-lists{
    width:100%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-flow:column nowrap;
        -ms-flex-flow:column nowrap;
            flex-flow:column nowrap;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
        -ms-flex-align:end;
            align-items:flex-end;
    gap:1rem;
    padding:0;
  }
@media screen and (min-width: 641px){
#sec-news .-lists{
		padding:0 10%
  }
}
#sec-newslists{
  background:#fff;
}
#sec-newslists .-nolists{
    width:100%;
    color:#009d3c;
    font-size:1.5rem;
    text-align:center;
    padding:3rem 0;
  }
#sec-newslists .-lists{
    width:100%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-flow:column nowrap;
        -ms-flex-flow:column nowrap;
            flex-flow:column nowrap;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
        -ms-flex-align:end;
            align-items:flex-end;
    gap:1rem;
    padding:0;
  }
@media screen and (min-width: 641px){
#sec-newslists .-lists{
		padding:0 10%
  }
}
#sec-news .-lists a:not(.button-more), #sec-newslists .-lists a:not(.button-more){
    color:#000;
  }
#sec-news .-lists a:not(.button-more).hover, #sec-newslists .-lists a:not(.button-more).hover{
      color:#f07270;
    }
#sec-newspage{
  padding-top:4rem;
  padding-bottom:4rem;
}
#sec-newspage .-newsBlock{
    background:#fff;
    border-radius:1.5rem;
    width:100%;
    padding:2rem;
  }
#sec-newspage .-newsBlock > .-more{
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:horizontal;
      -webkit-box-direction:normal;
      -webkit-flex-flow:row wrap;
          -ms-flex-flow:row wrap;
              flex-flow:row wrap;
      -webkit-box-pack:end;
      -webkit-justify-content:flex-end;
          -ms-flex-pack:end;
              justify-content:flex-end;
      -webkit-box-align:start;
      -webkit-align-items:flex-start;
          -ms-flex-align:start;
              align-items:flex-start;
    }
#sec-newspage .button-more{
    color:#009d3c;
    -webkit-align-self:flex-end;
        -ms-flex-item-align:end;
            align-self:flex-end;
  }
#sec-onedaypass-head{
  padding:4rem 0 0;
}
#sec-onedaypass-head h1{
    color:#dbf715;
    text-align:center;
  }
#sec-onedaypass-head p{
    color:#fff;
    text-align:center;
  }
#sec-onedaypass-head p.-attention{
      background-color:#ff0500;
      font-size:0.9rem;
      padding:0.2em 1em;
    }
#sec-onedaypass-head .-pass{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row wrap;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:stretch;
    -webkit-align-items:stretch;
        -ms-flex-align:stretch;
            align-items:stretch;
    gap:20px;
    background:#fffcdb;
    border-radius:1rem;
    padding:20px 0 15px;
    margin-top:1rem;
  }
#sec-onedaypass-head .-pass > div{
      width:45%;
      max-width:350px;
      color:#000;
    }
#sec-onedaypass-head .-pass > div > img{
        width:100%;
        height:auto;
      }
#sec-onedaypass-head .-kikan{
    margin:2rem 0;
    background-color:#ffd683;
    font-size:1.4rem;
    font-weight:bold;
    padding:0.2em 1em;
    border-radius:999px;
  }
#sec-onedaypass-head .-illust{
    width:100%;
    padding-top:2rem;
  }
#sec-onedaypass-head .-illust > img{
      width:100%;
      height:auto;
      border-radius:1rem;
    }
#sec-onedaypass-list{
  padding:4rem 0;
}
.onedaypass-list{
  width:100%;
  display:-ms-grid;
  display:grid;
  -ms-grid-rows:auto;
  grid-template-rows:auto;
  gap:20px 10px;
  -ms-grid-columns:1fr 1fr;
  grid-template-columns:1fr 1fr;
}
.onedaypass-list > .onedaypass-item{
    container-type:inline-size;
    background:#fff;
    border-radius:1rem;
  }
.onedaypass-list > .onedaypass-item > *{
      width:100%;
      padding:0.5rem 0.75rem;
    }
.onedaypass-list > .onedaypass-item > .-itemtitle{
      background:#dbf715;
      text-align:center;
      font-weight:bold;
      color:#009d3c;
      border-radius:1rem 1rem 0 0;
    }
.onedaypass-list > .onedaypass-item > .-moyorieki{
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:horizontal;
      -webkit-box-direction:normal;
      -webkit-flex-flow:row nowrap;
          -ms-flex-flow:row nowrap;
              flex-flow:row nowrap;
      -webkit-box-pack:center;
      -webkit-justify-content:center;
          -ms-flex-pack:center;
              justify-content:center;
      -webkit-box-align:center;
      -webkit-align-items:center;
          -ms-flex-align:center;
              align-items:center;
      line-height:1;
    }
.onedaypass-list > .onedaypass-item > .-moyorieki > .-icon{
        width:auto;
        height:1.5em;
        margin-right:0.5em;
      }
.onedaypass-list > .onedaypass-item > .-photo{
      padding:0 0.75rem;
    }
.onedaypass-list > .onedaypass-item > .-photo > .-inner{
        width:100%;
        container-type:inline-size;
      }
.onedaypass-list > .onedaypass-item > .-photo > .-inner > .-wrapper{
          position:relative;
          overflow:hidden;
          border-radius:0.85rem;
          width:100%;
          height:75cqw;
          background:#B2B2B2;
        }
.onedaypass-list > .onedaypass-item > .-photo > .-inner > .-wrapper > img{
            width:100%;
            height:100%;
            -o-object-fit:contain;
               object-fit:contain;
          }
.onedaypass-list > .onedaypass-item > .-texts{
      font-size:0.85rem;
    }
.onedaypass-list > .onedaypass-item > .-link{
      padding:0 0.75rem;
    }
.onedaypass-list > .onedaypass-item > .-link > a{
        display:block;
        width:100%;
        background:#009d3c;
        color:#fff;
        text-align:center;
        line-height:1;
        border-radius:999px;
        padding:0.75em 0.5em;
        -webkit-transition:all ease-out 0.15s;
        transition:all ease-out 0.15s;
      }
.onedaypass-list > .onedaypass-item > .-link > a.-disabled{
          pointer-events:none;
          background:#eee;
        }
.onedaypass-list > .onedaypass-item > .-link > a.hover{
          background:#4bbd1c;
        }
.onedaypass-list > .onedaypass-item > .-kikan{
      font-size:0.9rem;
      text-align:center;
      font-weight:bold;
      color:#ff9300;
    }
@media screen and (min-width: 641px){
.onedaypass-list{
		gap:30px;
		-ms-grid-columns:(1fr)[3];
		grid-template-columns:repeat(3, 1fr)
}
}
@media screen and (min-width: 641px){}
#sec-information-medama{
  padding-top:5rem;
}
#sec-information-medama > .flex img{
      width:100%;
      height:auto;
      border-radius:2rem;
    }
#sec-information-head{
  padding:4rem 0 0;
}
#sec-information-head h1{
    color:#dbf715;
    text-align:center;
  }
#sec-information-head p{
    color:#fff;
    text-align:center;
  }
#sec-information-head p.-attention{
      background-color:#ff0500;
      font-size:0.9rem;
      padding:0.2em 1em;
    }
.information-map{
  margin-bottom:2rem;
  width:100%;
  border-radius:1rem;
  overflow:hidden;
}
.information-map > img{
    width:100%;
    height:auto;
  }
#sec-information-list{
  padding:2rem 0 4rem;
}
.information-list{
  width:100%;
}
.information-item{
  width:100%;
  container-type:inline-size;
  background:#fff;
  border-radius:1rem;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-flow:row wrap;
      -ms-flex-flow:row wrap;
          flex-flow:row wrap;
  -webkit-box-pack:start;
  -webkit-justify-content:flex-start;
      -ms-flex-pack:start;
          justify-content:flex-start;
  -webkit-box-align:stretch;
  -webkit-align-items:stretch;
      -ms-flex-align:stretch;
          align-items:stretch;
  margin-top:0.75rem;
}
.information-item > .-photo{
    padding:1rem;
    width:100%;
  }
.information-item > .-photo > .-inner{
      width:100%;
      container-type:inline-size;
    }
.information-item > .-photo > .-inner > .-wrapper{
        position:relative;
        overflow:hidden;
        border-radius:0.9rem;
        width:100%;
        height:75cqw;
        background:#B2B2B2;
      }
.information-item > .-photo > .-inner > .-wrapper > img{
          width:100%;
          height:100%;
          -o-object-fit:contain;
             object-fit:contain;
        }
#sec-information-syousai .information-item > .-photo{
      width:100%;
      margin-top:0;
    }
@media screen and (min-width: 641px){
.information-item > .-photo{
		width:40%
  }
}
.information-item > .-body{
    padding:1rem;
    width:100%;
  }
.information-item > .-body > .-booth > span{
        padding:0.25em 1.5em;
        background:#ff9300;
        border-radius:999px;
        font-weight:bold;
        color:#fff;
      }
.information-item > .-body > .-itemtitle{
      font-weight:bold;
      font-size:1.5rem;
      line-height:1.25;
      color:#009d3c;
      margin-top:0.25em;
    }
.information-item > .-body > .-itemorg{
      color:#2a690e;
    }
.information-item > .-body > .-texts{
      border-top:1px solid #EBEBF0;
      margin-top:0.5em;
      padding-top:0.5em;
      font-size:0.9rem;
      line-height:1.6;
    }
.information-item > .-body > .-link{
      padding-top:0.5rem;
    }
.information-item > .-body > .-link > a{
        display:block;
        width:100%;
        background:#009d3c;
        color:#fff;
        text-align:center;
        line-height:1;
        border-radius:999px;
        padding:0.75em 0.5em;
        -webkit-transition:all ease-out 0.15s;
        transition:all ease-out 0.15s;
      }
.information-item > .-body > .-link > a.-disabled{
          pointer-events:none;
          background:#eee;
        }
.information-item > .-body > .-link > a.hover{
          background:#4bbd1c;
        }
.information-item > .-body > .-syousai{
      width:100%;
      padding-top:1.5rem;
      display:-ms-grid;
      display:grid;
      -ms-grid-columns:auto 1fr;
      grid-template-columns:auto 1fr;
      -ms-grid-rows:auto;
      grid-template-rows:auto;
      gap:2px 6px;
      font-size:0.9rem;
      line-height:1.6;
    }
.information-item > .-body > .-syousai > .-head{
        padding:0.25em 1em;
        background:#4bbd1c;
        color:#fff;
        font-weight:bold;
        word-break:keep-all;
      }
.information-item > .-body > .-syousai > .-body{
        padding:0.25em 1em;
        background:#F2F3F4;
      }
#sec-information-syousai .information-item > .-body{
      width:100%;
    }
@media screen and (min-width: 641px){
.information-item > .-body{
		width:60%
  }
}
.modaal-iframe .modaal-inner-wrapper{
    position:relative;
  }
.modaal-iframe .modaal-inner-wrapper > .modaal-container{
      width:100%;
      height:100%;
      border-radius:1rem;
      overflow:hidden;
    }
.modaal-iframe .modaal-inner-wrapper > .modaal-container > .modaal-content > iframe{
          width:100%;
          height:100%;
        }
#sec-information-syousai{
  padding:0.75rem;
}
@media screen and (min-width: 641px){
#sec-information-syousai{
		padding:1.5rem
}
}
.information-slider{
  position:relative;
  width:75%;
}
.information-slider .swiper-slide .-inner{
      display:block;
      width:100%;
      container-type:inline-size;
    }
.information-slider .swiper-slide .-inner > .-wrapper{
        position:relative;
        overflow:hidden;
        border-radius:0.9rem;
        width:100%;
        height:75cqw;
        background:#B2B2B2;
      }
.information-slider .swiper-slide .-inner > .-wrapper > img{
          width:100%;
          height:100%;
          -o-object-fit:contain;
             object-fit:contain;
        }
@media screen and (min-width: 641px){
.information-slider{
		width:100%
}
}
#sec-information-pickup .swiper-button-prev,
  #sec-information-pickup .swiper-button-next{
    color:#fff;
  }

/*# sourceMappingURL=main.css.map */