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

/* ----------base---------- */
html{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	font-size: 62.5%;
}
 body{
 	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	color: #444; 
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	-webkit-text-size-adjust: 100%;	
    animation: fade 1s;
}
@keyframes fade {
	0% {opacity: 0}
	100% {opacity: 1}
}
img{
	border: none; 
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
a{
	outline: none;
	transition: 0.3s;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}
.aligncenter{
	text-align: center;
}
.alignright{
	text-align: right;
}

img.alignleft{
	display: block;
	float: left;
	margin: 10px 25px 10px 0;
}
img.aligncenter{
	display: block;
	margin: 10px auto;
}
img.alignright{
	display: block;
	float: right;
	margin: 10px 0 10px 25px;
}

hr{
	clear: both;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	border: 0;
}
.pc{
	display: none;
}
.none{
	display: none;
}



/* -----column----- */
.column{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

/* sidebar （column left）*/
.sidebar{
	width: 100%;
}
/* header */
.header{
/* 	position: fixed;
	top: 0; */
	width: 100%;
	height: 100px;
	background-color: #fff;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.15));
	z-index: 100;
}
.header p{
	height: 20px;
	line-height: 20px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 2px;
	width: 100%;
	color: #fff;
	background-color: #8979db;
	text-align: center;
	margin: 0;
}
.header h1{
	display: block;
	height: 80px;
	margin: 5px auto 0;
	max-width: 220px;
	padding-right: 5%;
}
.header h1 a{
	cursor: pointer;
	transition: 0.3s;	
}
.header h1 a:hover{
	opacity: 0.6;
}

/* scroll */
.scroll{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
}

/* info */
.info{
}


/* ---navi--- */
/* navi.cssへ */



/* contents（column right） */
.contents{
	width: 100%;
}


/* mv */
.mv{
	width: 100%;
	height: 490px;
	z-index: 0;
	position: relative;
	background-color: #8979db;
	background-image: url(../images/mv.jpg);
	background-position: center center; 	
	background-repeat: no-repeat;
	background-size: cover;
}


/* steam */
.steam {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden !important;
	object-fit: cover;
}
.steam > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.steam01 {
 position: absolute;
  right: 0;
  animation: steam01 8s infinite linear;
  opacity: 0;
}
.steam02 {
 position: absolute;
  right: 50%;
  animation: steam01 15s infinite linear;
  opacity: 0;
  animation-delay: 2s;
 transform: scaleX(-1);
}
.steam03 {
 position: absolute;
  left: 45%;
  animation: steam02 6s infinite linear;
  opacity: 0;
  animation-delay: 5s;
 transform: scaleX(-1);
}
.steam01 img{
  width: 70vw;
  height: 80vh;
}
.steam02 img {
  width: 50vw;
  height: 500px;
}
.steam03 img {
  width: 50vw;
  height: 60vh;
}
@keyframes steam01 {
  0% {
    bottom: 10vh;
    filter: blur(10px);
    transform: rotateY(0deg);
    transform: scale(0.6, 1);
    opacity: 0;
  }
  11% { opacity: 0.1 }
  33% {
    filter: blur(20px);
    transform: rotateY(40deg);
    transform: scale(1, 1.4);
    opacity: 1;
  }
  66% {
    transform: rotateY(10deg);
    transform: scaleY(1.8, 1);
    opacity: 0.9;
  }
  100% {
    bottom: 100%;
    filter: blur(30px);
    transform: rotateY(60deg);
    transform: scaleY(2, 1.8);
    opacity: 0.5;
  }
}

@keyframes steam02 {
  0% {
    bottom: -500px;
    filter: blur(10px);
    transform: rotateY(0deg);
    transform: scale(0.6, 0.6);
    opacity: 0;
  }
  11% { opacity: 0.1 }
  33% {
    filter: blur(36px);
    transform: rotateY(40deg);
    transform: scale(0.8, 1);
    opacity: 0.7;
  }
  66% {
    transform: rotateY(2deg);
    transform: scaleY(1, 1.2)
  }
  100% {
    bottom: 10vh;
    left: 30%;
    filter: blur(20px);
    transform: rotateY(50deg);
    transform: scaleY(1.2, 1.4);
    opacity: 0;
  }
}

/* copy */
.copy{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	display: grid;
 	place-items: center;
}
.copy .inner{
	margin: -10px 20px 0 0;
	color: #fff;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
	writing-mode: vertical-rl;
}
.copy h1{
	font-size: 4.5rem;
	ruby-position : over;
	font-family: 'Zen Antique', serif;
	margin: 0;
	font-weight: 400;
}
.copy h1 ruby{
	writing-mode: vertical-rl;

}
.copy h1 ruby rt{
	display: block;
	font-size: 25%;
	text-align: start;
}
.copy h2{
	line-height: 1.6;
	font-size: 1.8rem;
	margin: 0 0 0 10px;
	font-weight: 400;
}
.copy h3{
	padding: 0;
	margin: 5px 0 0 -12px;
	font-weight: 400;
	letter-spacing: 16px; 
	font-family: 'Zen Antique', serif;
}
.copy p{
	line-height: 1.8;
	font-size: 1.4rem;
	margin: 0 10px 0 0;
}

/* wave */
.wave {
    width: 100%;
    height: 60px;
    position: relative;
    margin: -59px 0 0;
   	z-index: 10;
}
.home .wave{
    margin: -59px 0 -30px;
}

.wave canvas{
    width: 100%;
    height: 60px;
}


/* footer */
.footer{
	color: #fff;
	background-color: #8979db;
	width: 100%;	
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}

.footer h1{
	width: 150px;
	margin: 0 auto;
}
.footer p{
	width: 100%;
	color: #fff;
	background-color: #8979db;
	text-align: center;
	padding: 5px 0;
	margin: 0;
}
.footer p.copyright{
	width: 240px;
	font-size: 80%;
	margin: 30px auto 10px;
}
.footer p a{
	color: #fff;
}


/* scroll-up */
.scroll-up{
	position: fixed;
	bottom: 10px;
	right: 0;
	z-index: 999;
}
.scroll-up a{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
   	border-radius: 10px 0 0 10px;
	color: #fff;
   	background-color: #8979db;
	text-align: center;
	font-size: 1.1rem;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.15));
}
.scroll-up a:hover{
	color: #8979db;
   	background-color: #fff;
	text-decoration: none;
}


/* control */
.control{
	position: fixed;
	top: 115px;
	right: -40px;
	width: 80px;
	height: 100px;
	z-index: 100;
   	display: flex;
	flex-wrap: wrap;
  	filter: drop-shadow(0 0 3px rgba(0,0,0,0.15));
}
.control div{
	font-size: 1.3rem;
	font-weight: 500;
	margin: 5px 0;
   	text-align: right;
   	line-height: 40px;
	color: #fff;
   	background-color: #8979db;
   	border-radius: 10px 0 0 10px;
	background-repeat: no-repeat;
	width: 100%;
	padding: 0 10px 0 30px;
	box-sizing: border-box;
	overflow: hidden;
}
.control .search{
	background-image: url(../images/icon_search.svg);
	background-position: center left 10px; 	
	background-size: 26px;
}
.control .weather{
	background-image: url(../images/icon_weather.svg);
	background-position: center left 7px; 	
	background-size: 30px;
}
.control div{
	cursor: pointer;
 	transition: 0.3s;
}
.control div:hover{
	transform: translate(-40px,0);
}
.control div a{
	color: #fff;
	display: block;
}
.control div a:hover{
	text-decoration: none;
}
.control .search:hover,
.control .weather:hover{
	background-color: #6759b2; 	
}

/* search-panel */
.search-panel{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	color: #fff;
   	background-color: #8979db;
	overflow: auto;
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	-webkit-overflow-scrolling: touch;
	transition: 0.3s;	
}
.open .search-panel {
 	visibility: visible;
 	opacity: 1;
 }
 
 .search-panel .inner{
 	width: 90%;
	padding: 50px 0;
 	margin: 0 auto;
 }

.search-panel h2{
	text-align: center;
	font-size: 2.2rem;
	margin: 0;
	padding: 0 0 10px;
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.25));
}
.search-panel h2::before,
.search-panel h2::after {
	content: '';
	height: 1px;
	background-color: #fff;
	flex-grow: 1;
	margin: 0 2rem;
}
.search-panel h3{
	text-align: center;
	font-size: 1.6rem;
	color: #8979db;
	background-color: rgba(255,255,255,0.9);
	padding: 3px;
	border-radius: 3px;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.25));
}
.search-panel ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.search-panel ul li{
	margin: 5px 0;
	width: 100%;
}
.search-panel ul a{
	width: 96%;
	font-size: 90%;
	display: block;
	margin: 0 auto;
	padding: 6px;
	box-sizing: border-box;
	color: #fff;
	background-color: #8979db;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #fff;
}
.search-panel ul a:hover{
	text-decoration: none;
	color: #8979db;
	background-color: #fff;
}
.search-panel .close{
	font-size: 90%;
	font-weight: 500;
	margin: 30px auto 60px;
	text-align: center;
	color: #8979db;
	background-color: #fff;
	width: 220px;
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
	cursor: pointer;
	transition: 0.3s;
	border: 1px solid #8979db;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.25));
}
.search-panel .close:hover{
	color: #fff;
	background-color: #8979db;	
	border: 1px solid #fff;
}

.search-panel .term{
	display: flex;
	display: inline-felx;
	flex-wrap: wrap;
	position: relative;
}
.search-panel .term label{
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}
.search-panel .term input{
	border: 0;
}

.btns{
	display: flex;
	display: inline-felx;
	flex-wrap: wrap;
}
.btns button{
	font-weight: 500;
	font-size: 110%;
	width: 48%;
	padding: 10px;
	margin: 10px auto 30px;
	color: #fff;
	box-sizing: border-box;
	background-color: #8979db;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #fff;
	cursor: pointer;
	transition: 0.3s;
}
.btns button:hover{
	color: #8979db;
	background-color: #fff;
}




/* ---------index---------- */

/* ---section---- */
.section{
	clear: both;
	padding: 30px 0;
	box-sizing: border-box;
}
.section .inner{
	width: 86%;
	margin: 0 auto;
}

/* midashi */
.section h2{
	clear: both;
	font-size: 2.4rem;
	text-align: center;
	color: #8979db;
}

/* btn */
.section a.btn{
	display: block;
	margin: 30px auto;
	width: 220px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	text-align: center;
	color: #fff;
	background-color: #8979db;
	font-weight: 500;
}
.section a.btn:hover{
	color: #8979db;
	background-color: #eee;
	text-decoration: none
}


/* ul panel */
.section ul.panel{
	width: 100%;
	margin: 40px 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(auto-fit, minmax(90%, 1fr));
}
.section ul.panel li{
	background-color: #ccc;	
	border-radius: 10px 10px 12px 12px;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
	position: relative;
	overflow: hidden;
	font-size: 90%;
	font-weight: 500;
}
.section ul.panel li .date{
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px 10px;
	border-radius: 0 10px 0 3px;
	color: #fff;
	font-size: 1.1rem;
	background-color: #8979db;
	z-index: 10;
}
.section ul.panel li p{
	position: absolute;
	background-color: #fff;	
	bottom: 0;
	margin: 0;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
}

.section ul.panel li a img{
	transition: 0.3s;
	width: 100%;
	object-fit: cover;
}
.section ul.panel li a:hover img{
	transform:scale(1.05);
}
.section ul.panel li a p{
	transition: 0.3s;
	color: #333;
}
.section ul.panel li a:hover p{
	color: #fff;
	background-color: #8979db;
}


/* ul banner */
.section.banner ul{
	width: 100%;
	margin: 30px 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
.section.banner ul li a img{
	transition: 0.3s;
	display: block;
	border: 2px solid #fff;
}
.section.banner ul li a img:hover{
	border: 2px solid #8979db;	
}


/* home */
.home .section p br{
	display: none;
}


/* topics */
.section.topics{
}
.section.topics ul.panel li p{
}


/* original */
.section.original{
	background-color: #f7e4ec;
}
.section.original h2{
	color: #e75f9a;
} 
.section.original ul.panel li a:hover p{
	color: #fff;
	background-color: #e75f9a;
}


/* service */
.section.service{
	background-color: #ecf4d7;
}
.section.service h2{
	color: #5aa335;
}
.section.service ul.panel li a:hover p{
	color: #fff;
	background-color: #5aa335;
}

/* access */
.section.access{
	padding: 40px 0;
}
.section.access iframe{
	margin: 40px auto 0;
}


/* banner */
.section.banner{
	padding: 15px 0;
	background-color: #eee;

}



/* ---------page---------- */

/* fv */
.fv{
	width: 100%;
	height: 120px;
	z-index: 0;
	position: relative;
	background-color: #8979db;
	overflow: hidden;
}
.fv img{
	width: 100%;
	height: 120px;
	object-fit: cover;
	overflow: hidden;
}
/* p-title */
.p-title{
	width: 92%;
	margin: -12px auto 0;
	padding-top: 0;
}
.p-title h2{
	font-size: 2.4rem;
	color: #8979db;
	text-align: center;
}
/* pankuzu */
.pankuzu{
	width: 92%;
	margin: -5px auto 0;
	padding: 0 0 5px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	margin: 0 auto;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.pankuzu::-webkit-scrollbar {
	display: none;
}
.pankuzu ul{
	width: max-content;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.2rem;
	display: flex;
}
.pankuzu a{
	display: block;
	color: #8979db;
	position: relative;
	padding: 0 20px 0 0;
}
.pankuzu a:after{
	position: absolute;
	content: ">";
	right: 5px;
	top: -1px;
}


/* contents */
.section.contents{
	width: 100%;
	text-align: left;
}
.section.contents p{
	line-height: 1.8;
}


/* midashi */
.section.contents h2{
	clear: both;
	font-size: 2rem;
	color: #8979db;
	text-align: left;
	margin: 50px 0 25px;
	padding: 10px 0;
	border-bottom: solid 3px #ccc;
  	position: relative;
}
.section.contents h2:after {
  	position: absolute;
  	content: " ";
  	display: block;
  	border-bottom: solid 3px #8979db;
  	bottom: -3px;
  	width: 30%;
}
.section.contents h2:first-child{
	margin-top: 0;
}
.section.contents h3{
	clear: both;
	font-size: 1.5rem;
	color: #fff;
	background: linear-gradient(to right, #8979db, #ccc);
	text-align: left;
	margin: 40px 0 20px;
	padding: 10px 15px;
	border-radius: 5px;
	position: relative;
}
.section.contents h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 10px solid transparent;
  border-top: 10px solid #8979db;
  width: 0;
  height: 0;
}
.section.contents h4{
	clear: both;
	font-size: 1.4rem;
	border-bottom: 1px solid #8979db;
	margin: 20px 0;
	padding: 5px;
	position: relative;
}

.section.contents a:not(.pager a){
	color: #6759b2;
	text-decoration: underline;
}
.section.contents a:hover:not(.pager a:hover){
	color: #8979db;
	text-decoration: none;
}


/* -archive- */

/* -pagination- */
.pagination{	
	clear: both;
	width: 98%;
	border-top: 1px solid #ddd;
	margin: 30px 0 0;
	padding: 30px 0 0;
	display: flex;
	align-items: stretch;
	justify-content: center;
	text-align: center;
	font-size: 1.2rem;
}
.pagination a{
	width: 22px;
	padding: 4px;
	color: #8979db;
	background-color: #fff;
	transition: 0.3s ease;
	text-decoration: none !important;
	border-radius: 0.3em;
	margin: 0 2px;
}
.pagination a:hover{
	color: #fff !important;
	background-color: #8979db;
}
.pagination span{
	width: 22px;
	padding: 4px;
	color: #8979db;
	background-color: #fff;
	transition: 0.3s ease;
	text-decoration: none;
	border-radius: 0.3em;
	margin: 0 1px;
}
.pagination span.current{
	color: #fff;
	background-color: #8979db;
}
.pagination a.next,
.pagination a.prev{
	color: #8979db;
}
.pagination a.next:hover,
.pagination a.prev:hover{
	color: #fff;
}


/* -single- */
.title-area{
	width: 100%;
	margin: 0 0 30px;
	padding: 0 0 15px;
	border-bottom: 1px solid #ddd;
}
.title-area h2{
}
.title-area .date{
}

/* -pager- */
.pager{
	clear: both;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ddd;
	margin: 30px 0 0;
	padding: 20px 0 0;
}
.pager span{
	width: 33%;
}
.pager span:nth-child(1){
	text-align: left;
}
.pager span:nth-child(2) {
	text-align: center;
}
.pager span:nth-child(3) {
	text-align: right;
}
.pager a{
	text-decoration: none;
	color: #fff;
	background-color: #8979db;
	display: inline-block;
	padding: 5px 15px;
	transition: 0.3s ease;
	text-decoration: none;
	font-size: 1rem;
	border-radius: 0.3em;
}
.pager a:hover{
	color: #8979db;
	background-color: #eee;
}

/* table */
.table-scroll{
	width: 100%;
	overflow-x: scroll;
}
table{
	width: 100%;
	display: block;
	overflow: auto;
	white-space: nowrap;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
table p{
	margin: 0;
}
table th{
	width: 150px;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-weight: 400;
	vertical-align: top;
	color: #fff;
	background-color: #8979db;
}
table td{
	padding: 15px;
	box-sizing: border-box;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
table td:first-child:not(.links table td){
	background-color: #fafafa;
}
table.no-bg td{
	background: transparent !important;
}





/* ------ search arhive ------ */

/* ul panel */
.section ul.search{
	width: 100%;
	margin: 50px 0;
	padding: 0;
	list-style: none;
}
.section ul.search li{
	clear: both;
	margin: 10px 0;
	width: 100%;	
}
.section ul.search li a.detail{
	color: #fff;
	text-decoration: none;
	background-color: #8979db;
	border-radius: 10px;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
	position: relative;
	overflow: hidden;
	display: flex;
	transition: 0.3s;
}
.section ul.search li a.detail:hover{
	color: #fff;
	background-color: #6759b2;
}
.section ul.search li .detail .p{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	margin: 10px;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
}
.section ul.search li img{
	transition: 0.3s;
	width: 120px;
	height: 100%;
	object-fit: cover;
}
.section ul.search li a:hover img{
	transform: scale(1.05);
}
.section ul.search li .detail .t{
	width: calc(100% - 130px);
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
}
.section ul.search li .t h5{
	display: inline;
	font-size: 120%;
	font-weight: 500;
}
.section ul.search li .t p{
	font-size: 90%;
	font-weight: 400;
	line-height: 1.3;
}

.section ul.search li .data{
	margin: 10px 0 35px;
	padding: 5px 5px 20px 5px;
	border-bottom: 1px dashed #ddd;
	font-size: 85%;
}
.section ul.search li .data p{
	margin: 1px;
}
.section ul.search li .data p a{
	text-decoration: none;
	display: inline-block;
	background-color: #eee;
	border-radius: 10px;
	padding: 1px 6px;
	margin: 2px;
} 
.section ul.search li .data p a:hover{
	color: #fff !important;
	background-color: #8979db;	
}

.result{
	padding: 10px 20px;
	box-sizing: border-box;
	background-color: #fafafa;	
}

.post-type-archive-hotels button#more_btn{
	display: block;
	font-weight: 500;
	font-size: 110%;
	width: 48%;
	padding: 10px;
	margin: 10px auto 30px;
	color: #fff;
	box-sizing: border-box;
	background-color: #8979db;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #fff;
	cursor: pointer;
	transition: 0.3s;
}
.post-type-archive-hotels button#more_btn:hover{
	color: #8979db;
	background-color: #eee;
}

.post-type-archive-hotels  p#close_btn{
	display: none;
	text-align: center;
	color: #8979db;
	pointer-events: none;
}

.search-btn{
	display: block;
	font-weight: 500;
	text-align: center;
	color: #fff;
	margin: 30px auto 0;
   	background-color: #8979db;
	width: 160px;
	height: 36px;
   	line-height: 36px;
	border-radius: 18px;
	box-sizing: border-box;
	overflow: hidden;
	background-image: url(../images/icon_search.svg);
	background-position: center left 16px; 	
	background-size: 24px;
	background-repeat: no-repeat;
	cursor: pointer;
  	filter: drop-shadow(0 0 3px rgba(0,0,0,0.15));
}
.search-btn:hover{
	background-color: #6759b2; 	
}


.homepage{
	width: 100%;
	margin: 10px 0;
	display: flex;
	 display: inline-flex;
	flex-wrap: wrap;
}
.homepage p{
	margin: 0;
}
.homepage a{
	width: 100%;
	margin: 1% 0;
	display: block;
	padding: 10px 0;
	box-sizing: border-box;
	border-radius: 10px;
	text-align: center;
	color: #fff !important;
	text-decoration: none !important;
	background-color: #8979db;
	font-weight: 400;
	font-size:1.3rem;
}
.homepage a:hover{
	color: #8979db !important;
	background-color: #eee;
	text-decoration: none
}



}








@media (orientation: landscape){

.mv{
	width: 100%;
	height: 100svh;
}
.copy .inner{
	writing-mode: horizontal-tb;
	margin-top: -10%;
}
.copy h1{
	font-size: 4rem;
	ruby-position : over;
	font-family: 'Zen Antique', serif;
	margin: 0;
	font-weight: 400;
}
.copy h1 ruby{
	writing-mode: horizontal-tb;
}
.copy h1 ruby rt{
	display: block;
	font-size: 25%;
	text-align: start;
}
.copy h2{
	line-height: 1.6;
	font-size: 1.8rem;
	margin: 0 0 10px;
	font-weight: 400;
}
.copy p{
	line-height: 1.6;
	font-size: 1.4rem;
	margin: 0;
}


}