<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("grid.css");



/*中文*/
.cwTeXYen{
    font-family: 'cwTeXYen', sans-serif;
	font-weight: bold;
}
.kantaiji{
    font-family: "SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-weight: bold;
}

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
/*    display:block;*/
    color: #666;
    text-decoration-line: none;
	transition: .3s;
}
a:hover { 
    color: #999;
}
a img:hover {
	opacity: 0.6;	
}
img {
max-width: 100%;
height: auto;
}

.underline {
	border-bottom: 3px solid #000;
	padding-bottom: 0.5rem;
}

.mini{
font-size:80%;
}

.about li {	margin-left: 1.4em;	text-indent: -1.4em;}

/*.logo{float: left; margin-top: 0px;position: relative;
}*/
@media (max-width: 550px) {
.logo{  /*display: none;*/visibility:hidden
}
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 992px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/*ヘッダー
-------------------------------------*/
.head {
	display: flex;
    flex-direction: row;
    padding: 1rem 0 0 0;
	font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	/*
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-image:url("../img/logo_switch.png");
	background-repeat: no-repeat;*/
}
.head img{margin: 0 0 0 10px;}

.head h1 { 
    padding: 1rem 0;
}
.telbox {
	margin-left: auto;	
/*	font-size: 3.0rem;	padding: 1rem 0 0 0;*/
	padding: 1rem 0 0 0;font-size: 1.2rem;
	text-align: right;
}

 select{
  position: relative;
 width: 160px;/* */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
 display: none;
}



nav ul {    font-size: 1.2em;	
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin-top: 1.3rem;
	font-weight: bold;
	/*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	*/
	transform: rotate(.01deg);
}
nav li {
    display: block;
    flex: 1 0 auto;  text-align: center;
	letter-spacing: 0.12em;
}
nav li a {
	color: #996b7a; 
	text-decoration: none;
    text-align: center;
  position: relative;
  display: inline-block;
}
nav a:hover {
	color: #996b7a;	
   /* transform: translateY(2px);　border-bottom: 1px solid;　background-color: #80534d;　 text-shadow:2px 2px 1px #330900;*/   
}
nav a {
    padding: 0.7rem;
}

nav a::before{   /* transform: translateY(2px);*/   
	content:"";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:0;
	height:100%;
	border-bottom: 2px solid #996b7a;
	opacity: 0;
	transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
nav a:hover::before{
	content:"";
	display: block;
	width:100%;
	opacity: 1;
}
nav a::after{
	content:"";
	display: block;
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
	transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform:translate(40px,0);
}
nav a:hover::after{
	content:"";
	display: block;
	width:100%;
	opacity: 1;
}


.pro dt
{    width: 110px;
}

@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}
/*768px*/
@media screen and (max-width: 768px){
.head {
	flex-direction: column;
    text-align: left;
    margin-bottom: 0px;
}
.telbox {
	margin-left: 0;    margin-top: 0px;
	text-align: center;
}
.head #open,#close  {
    position: absolute;
    top: 0px;
    right: 0px;
    }

	nav ul {
	flex-direction: column;
	}

	nav li {
	padding-top: 0;
   /* background: rgba(64, 48, 40, 0.5);
			border-bottom: 1px solid #ccc;
*/	margin-bottom: 0;  text-align: center;
}
	
	/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
	.pro dt
{    width: 100%;
}
	
}

/*メイン画像
-------------------------------------*/
.mainimg img {
/*	width: 100vw;*/
	max-width: 100%;
	text-align: center;
    margin-left:auto;
    margin-right:auto;
    display:block;
margin:0px auto;
/*	box-shadow:rgba(0,0,0,0.5) 1px 1px 5px 0;
	border-bottom-left-radius: 20% 20%;
    border-bottom-right-radius: 20% 20%;*/
}


/*メインコンテンツ
-------------------------------------*/
main {
margin: -5rem 0 5rem 0; 
}
/*margin: -10px 0 5rem 0;*/

.small{font-size:80%}

/*新着情報
-------------------------------------*/
.news h4 {
    border-bottom: 1px solid #fff;
	padding-bottom: 0.5rem;
}

.news{
	width: 100%;
	min-width: 250px;
	height: 100%;
	padding: 10px;
	border-radius: 10px;
}

.news_base  {
    background: url(../img/news_b.png);
	overflow: auto;
	width: 100%;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	min-width: 280px;
	height: 150px;
	background-position: right 0%;
	/*color: #FFFFFF; 	*/border: 1px solid #f3bed0;
	margin-right: 0px;
	margin-left: 0px;
	background-color:rgba(174,194,176,0.05);  
    /*border: solid 1px #444;*/
}

.news_base a{   white-space: nowrap;
	color: #dd3672;
	filter: alpha(opacity=50);
	font-weight: bold;
}

.news_base a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}


.news_base strong{
	color: #993d68;
}

/*h2*/
.news_base dd {
	color: #998a91;
	font-size: 110%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	border-bottom: solid 1px #cccccc;
}
.news_base dt {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";/*
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-size: 1.2em;
	border-left: groove 10px #cc528b;
	padding-left: 5px;
}
/*product*/
.product dl{	text-align: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
/*	border: 1px solid #ccc;	background: #222;*/	
	border-bottom: none;

}
.product dt{  float: left;font-size: 80%; 
	padding: 5px;border-bottom: 1px dotted #777;
	width: 210px;
	font-weight: bold;
/*	background: #444;
	border-right: 1px solid #ddd;	
	border-bottom: 1px solid #ccc;margin-top: 0.2rem;*/
}
.product dd{ 
	/*background: #fff;font-weight: bold;*/
	padding: 5px;	border-bottom: 1px solid #777;
	width: calc(100% - 210px);
/*	border-bottom: 1px solid #ccc;*/
}
	
.product h1, h3, h4, h5{ 
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";/*
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	text-shadow:2px 2px 5px #fff;
}

.product {	padding: 10px;
}
.product h5{ 
	font-size:1.8em;
}


/*.copy{ 
background: rgba(0,0,0,0.5);
}*/
.copy h4{ 
	padding: 250px 0 200px 0;
	letter-spacing: 0.7em;
font-size:1.85em;	/*color: #DC143C;font-style: italic;*/
font-weight: bold;		
text-shadow:/*0px 0px 5px #990033,*/ 1px 1px 5px #dc143c;	
transform: scale(0.8, 1);
}

.container_01 h3{ 
color: #db7ba0;
text-shadow:0px 0px 15px #fff, 1px 1px 8px #fff;
}
.st01{color: #ff8787;
	font-size:120%;
}

@media only screen and (max-width: 768px) {
.product dl dt{ 
		width: 100%;
		border-right: none;	text-align: center;
	}
.product dl dd{
		width: 100%; 	text-align: center;
	}
/*.logo{width: 80px; margin-top: -105px;
}
*/
.product img{width: 300px;
}	
	
}

.product h3{	/*padding-top: 0px;*/
	border-bottom: 1px solid #ccc;
	font-size: 1.3em;
}

.about h3{	/*padding-top: 0px;*/
	border-bottom: 1px solid #ccc;
	font-size: 1.4em;padding-top: 20px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";	/*
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: left;*/
	font-weight: bold;
}

.about h1{	/*padding-top: 0px;*/
padding-top: 30px;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
/*		font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";*/	/*text-align: left;*/
	font-weight: bold;letter-spacing: 0.1em;
}
.ab_text{	
	font-size: 0.9em;	padding-bottom:20px;
/*	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	text-shadow:0px 0px 1px #321d17, 1px 1px 5px #321d17;
	text-align: left;	
}
/*.text img{float: right;	margin: 0 0 0 1em;}　line-height:1.5;*/
.ab_text p{padding: 0 10px;}

.about_cen {
    margin: 0 auto;
    margin-top: 0rem;
    padding: 0 20px;
    position: relative;
	text-align: center;
}

.about .mida{
	font-size: 0.4em;
/*	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	position:relative;
	top: -25px;letter-spacing: 0.1em; line-height: 1.3;	color: #ff4d88; /*opacity: 0.7;*/
}

.about ul{padding-left: 20px;}


/*最初のテキストだけスタイルを適用*/
.about h1::first-letter{
	color: #ff4d88;
	font-size:1.3em;
}


/*top*/
.top01{
	background-color:rgba(250,250,255,0.1);
	padding: 15px;	margin-bottom: 15px;	margin-top: 20px;
	
}
.top01 h1{	/**/text-align: center;font-weight: bold;
/*	border-bottom: 2px solid #ccc;*/
	font-size: 1.8em;
	text-shadow:2px 2px 10px #fff;
	padding-top: 10px;	/*margin-top: 20px;*/
/*	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	*/
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.top01 h5{	/*"img/hana02.png"*/font-weight: bold;
/*	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	*/
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	border-bottom: 1px solid #ccc;
	padding-top: 10px;	font-size: 1.2em;
/*    background: url(../img/petal_b.png);
	background-repeat: no-repeat;*/
	padding-left: 10px;	
}
.top01 p{
	text-align: center;/**/
}

.center{
	text-align: center;/**/
}
/*フッター
-------------------------------------*/
footer {	font-size: 0.9em;
    color: #999;
	padding: 1rem 0;
	/*background-color: #222;background: rgba(0,0,0,0.5);*/
background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
}
footer h3{border-bottom: 1px solid #ccc;
		font-size: 1.3em;	font-weight: bold;
	text-align: center;
}
footer  dl{	text-align: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
	border-bottom: none;
/*	background: #fff;	border: 1px solid #ccc;*/
}
footer  dt{  float: left;font-size: 80%; 
/*	background: #f5f5f5;	border-right: 1px solid #ddd;*/
	padding: 5px;
	width: 100px;
	border-bottom: 1px dotted #ccc;
}
footer  dd{ 
	/*background: #fff;font-weight: bold;*/	margin-left: 5px;
	padding: 5px;
	width: calc(95% - 100px);
	border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 765px) {
	footer  dl{	
	text-align: center;}
	
	footer  dl dt{ 
		width: 100%;
		border-right: none;
	}
footer dl dd{
		width: 100%; 
	}

}


/*コピーライト
-------------------------------------*/
.copyright { 
	font-size: 100%;
	text-align: center;
    padding: 1rem 0;
	padding-top: 50px;
	background-color: #fff;
}
.copyright a {
    color: #fff;
    text-decoration: none;
	display: inline-block;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background-color: #73607c;
/* border: 3px solid #aaaaaa;*/
  border-radius: 50vh;
  transition: 0.3s;
}
#pagetop a:hover {
  background-color: #e5d3da;
}

#pagetop span {
  width: 0px;
  height: 0px;
  visibility: hidden;
}

 #pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s;
}

 #pagetop  a:hover::after {
  border-top: 3px solid #604957;
  border-left: 3px solid #604957;
  transform: translateY(-5px) rotate(45deg);
}

/*店舗特典*/
.shop_top{
    margin: 0 auto;
	text-align: center;    padding: 0 2.0rem;
}
.shop {
	background-image: url("../img/bg_rockywall_02.png");
	background-repeat: repeat;
	padding: 10px;    margin-bottom: 2rem;
	border: 1px solid #ccc;
	color: #333;
  /* ドット斜め */
	background-color: rgba(255 , 240 , 230, 0.2);
  background-image:
    radial-gradient(#fff 20%, transparent 20%),
    radial-gradient(#fff 20%, transparent 20%);
  background-size: 25px 25px;
  background-position: 0 0, 12.5px 12.5px;

}

/*パンくずリスト
-----------------------------------*/
.breadcrumb {    font-size: 85%;
    margin: 0 0 1em 0;
    padding: 0;	
}
.breadcrumb li {
    list-style-type: none;
}
.breadcrumb li a {
    display: inline-block;
    color: #959fa5;
}

/*追加*/
.box17{
    position: relative;
	margin:2em 0 0 0;
    padding: 0.5em 0.5em;
}
.container h5{font-weight: bold;	text-align: center;}
.container p{padding: 0 12px;	font-size: 0.8em;}
.container h1{color: #b35983;  letter-spacing: 0.03em; 
	background-image:url("../img/h1_W.png");
   background-repeat: repeat; border-radius: 15px; 
	background-color:#fbefed; /*rgba(255, 204, 237, 0.6)	  */; 

}

.box01{
  position: relative;
	top: -30px;
	margin: 0 auto;
}
.center01 {color: #b36b9b;  margin: 50px 0 50px 0;
}
.center01 h2{
font-weight: bold;letter-spacing: 0.1em; line-height: 1.3;
font-size: 3.1em;
/*font-family: "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
text-shadow:0px 0px 1px #fff, 1px 1px 15px #fff;
margin-top: 50px;
}

@media only screen and (max-width: 900px) {
	.center01 h2 {
	font-size: 2.4em;letter-spacing: 0.1em;}

	.center01 img{ max-width: 70px; height: Auto;
}
}	

.g-box{box-shadow:0px 0px 25px #fff/*f1dddc*/;	}

/*Story*/
.story{	  
	color: #b35983;
	font-size: 1.5em;
/*	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/font-family: 'Zen Maru Gothic', serif;
	text-shadow:0px 0px 1px #fff, 1px 1px 1px #fff;
	line-height:2.0;	    padding: 2.5em 1em 1.5em 1em;	/*box-shadow:0px 0px 15px #e6b8bf;font-weight: bold;*/

}
.storybg{
	/*linear-gradient(rgba(230 , 184 , 191, 0.1), rgba(179 , 89 , 131, 0.3)),*/
	background-image:url("../img/story_bg.png");
	background-repeat:no-repeat;
	background-position: top center;
	background-size: auto;
}

/**/
.story h4{color: #e68a99;
font-weight: bold;
padding: 1.2em ;font-size: 2.2em;
text-shadow: 1px 1px 2px #fff, 0 0 1em #fff, 0 0 0.2em #ffccd5;
letter-spacing: 0.05em;
/*font-family: 'Zen Maru Gothic', serif;.kantaiji{
    font-family:'Noto Sans SC',sans-serif;}*/
	
}

.st_d {
	color: #e673a8;
	font-weight: bold; font-style: italic;
}
/*花チラシ*/

/*========= particle js を描画するエリア設定 ===============*/


#particles-js{ 
  position:fixed;/*描画固定*/
  z-index:-1;/*描画を一番下に*/
  width: 100%;
  height: 100%;
}

#wrapper{
  position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
  z-index: 1;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
}

/*ボタン*/

.btn,
a.btn,
button.btn {    margin-bottom: 35px;   
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding:0.5rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
/*  color: #fff;*/
  border-radius: 0.5rem;
}

a.btn-flat {
  overflow: hidden;
  padding:0.8rem 4rem;
  color: #fff;
  border-radius: 0;
  background: #604957;/*fff*/
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 550%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);

  background: #ff6699;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

/*その他と主な共通部分は省略*/

.top01 a.btn-flat {
  overflow: hidden;

  padding: 1.0rem 6rem;

  color: #fff;
  border-radius: 0;
  background: #803357;
}

.top01 a.btn-flat span {
  position: relative;
}

.top01 a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 100px;
  height: 100px;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-80%) translateY(-25px);
  transform: translateX(-80%) translateY(-25px);

  border-radius: 50%;
  background: #b35983;
}

.top01 a.btn-flat:hover:before {
  width: 400px;
  height: 400px;

  -webkit-transform: translateX(-1%) translateY(-175px);

  transform: translateX(-1%) translateY(-175px);
}


/*追加*/



.wrap-tab ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.wrap-tab p{
  margin: 0;
}
.wrap-tab{
  overflow: hidden;
}

.list-tab{
  display: flex;
  margin: 0 -2px;  
  border-bottom: 1px solid #604957;
}
.list-tab &gt; li{
  display: block;
  padding: 0.5em 0em 0em 0em;
  margin: 0 auto;
  width: 100%;
/*   color: #fff; background: #ccc;*/
  box-sizing: border-box;
  cursor: pointer;
}
.list-tab{
	opacity: 1; 
	background:rgba(255,255,255,0.4);
	border-radius: 20px 20px 0px 0px;
	/*background:rgba(129,105,120,0.4);  */
}
/*opacity: .4;  opacity: 1;background: #604957;*/
.list-tab .active{
	background:rgba(129,105,120,0.4);
	border-radius: 20px 20px 0px 0px;
}
.list-tab img:hover{
  opacity: 0.5;  transition: 0.3s linear;
}
/*.list-tab img{  margin: 0 auto;
text-align: center;}*/

.tab-content{
  background: repeating-linear-gradient(90deg, #f9f9f9, #f9f9f9 20px, #fff 20px, #fff 40px);
/*background:rgba(255,255,255,0.1);*/
display: none;  height: 100%;
  /*padding: 1em;*/
  border-bottom: 1px solid #604957;
  border-left: 1px solid #604957;
  border-right: 1px solid #604957;
        align-items: center;
        justify-content: center;
}
.tab-content.active{
  display: block;
}

/**/

/* content */

.content-item dl {  font-family: 'Zen Maru Gothic', serif;
  display: flex; font-size: 1em;
  flex-wrap: wrap;background-color: #fff;  width: 400px;margin:0 auto;

}
.content-item dl dt {
  width: 100%;  	border-bottom: 1px solid #fff;
text-align: left ;padding: 0 5px;	/*font-weight: bold;*/background-color: #f9f9f9;
}
.content-item dl dd {
  width: 100%;	border-bottom: 1px solid #f9f9f9;
	text-align: left ;letter-spacing: 0.06em;
}

@media (min-width: 992px) {
    .tab-content .container .content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


.tab-content .content-item {     
    width:100%;
}



@media (min-width: 992px) {
    .tab-content .content-item {
        width:50%;
    }
}
.tab-content .image{
    display:block;	z-index: 10;
    max-width:100%;	position: relative; 
    margin:0 auto;
}

.tab-content .imagete{
	z-index: 5; 
	font-family: 'Fredericka the Great', serif;
	position: absolute; text-align: right ;
	top:20px;
    right:10px;
	color:rgba(0,0,0,0.15);
/*ななめ*/   transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);

}
.content-item h3{ font-family: 'Zen Maru Gothic', serif;text-align: left ; letter-spacing: 0.06em; font-size: 1.80em;  /* font-style: italic;		text-shadow: 1px 1px 10px #cc960c;	color:#cc960c;*/
padding:15px 0;	
  display: inline-block;
color:#99748b;
  text-shadow: 4px 4px 4px #fff, -4px -4px 4px #fff,
  -4px 4px 4px #fff,  4px -4px 4px #fff,
  4px 0 4px #fff, -4px  0 4px #fff,
  0 4px 4px #fff,  0 -4px 4px #fff;
font-weight: bold;
writing-mode: vertical-rl;
position:absolute;top: 10px;left: 30px;z-index: 11; 
}

@media only screen and (min-width: 992px) {
	.is-sp2{
		display: none!important;
	}
}
@media only screen and (min-width: 580px) {
	.is-sp{
		display: none!important;
	}

}
@media screen and (max-width:1249px){
	.is-pc{
		display: none!important;
	}
}
@media screen and (max-width:735px){
	.is-pc2{
		display: none!important;
	}
.content-item h3{ letter-spacing: 0.03em; font-size: 1.50em; 
}

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

.content-item h3{ letter-spacing: 0.03em; font-size: 1.20em; 
}

}

.imagete01{
font-size: 4em;
}
.imagete02{
font-size: 5.7em;      padding:5px 0px;
}

.tab-content .text{
	background:rgba(255,255,255,0.3);
    padding:20px;color: #604957;
	/*text-shadow: 0px 0px 15px #333; */   margin:15px 0px 15px 0px;
	text-align: left ;  line-height: 1.7em;
}
.tab-content .text .heading{
    margin:0px 0px 5px 0px;
/*    font-size: 24px;    font-weight: lighter;    text-align: center;*/
	font-weight: bold;
}
.tab-content .text p {
font-size: 0.9em;    text-align: left ;
}
.name_tag {
    position: relative;	text-align: center;    padding:4px 15px 2px 15px;     /*border: 3px solid #212121;*/
    border-radius: 8px;    background-color: #604957;
    color: #fff;    font-size:  1em;     	/*margin:0px;*/
}
/*キャラ紹介補足*/
blockquote{
    position:relative;font-family: 'Zen Maru Gothic', serif;
    border-left:3px solid #DA8596;
    padding:10px;color: #555;
	text-align:left;background:rgba(255,255,255,0.9);
}
blockquote:before{
    position:absolute;
    font-family:'FontAwesome';
    content:'\f10d';
    font-size: 2.5em;
    color:#DA8596; opacity:0.4;
}
blockquote p{
    position:relative;
    padding-left:50px;
}
blockquote cite{
    display: block;
    font-size:0.7rem;
    color:#F8C8B2;
    text-align:right;
}

.fadeIn {
animation-name: fadeInAnime;
animation-fill-mode:backwards;
animation-duration:3s;
/*animation-iteration-count:infinite;*/
animation-timing-function:ease;
animation-delay: 0.5s;
animation-direction:normal;
}

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

  100% {
    opacity: 1;
  }
}

.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 620ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}


.catch{
	position: relative;
	top: 20px;
	text-align: right;
	z-index:2;
}
@media screen and (max-width: 992px){

.catch img{
	max-width:70%;
	top: 0px;
	}
.catch{
	top: 20px;
}
}

 .image{
/*    display:block;	z-index: 10;
    max-width:100%;	position: relative; 
    margin:0px auto;  */margin:0px auto; 
	filter: drop-shadow(5px 5px 10px rgba(255, 255, 255, .5));
}

/*追加color: #87cefa;*/
.footer-lang	{ background-color: rgba(179,107,155,0.2); text-align: center;　background-color: rgba(0,0,0,0.7);	padding: 7px;}
.footer-lang &gt; a {text-decoration:none; color: #999;}
.footer-lang &gt; a:after {content:"|";  opacity:0.5; text-decoration:none; margin:1ex;}
.footer-lang &gt; a:last-of-type:after {content:"";}
.footer-lang  a:hover{color: #b36b6b; }


.box2 { 
    padding: 0 0.5em;
    margin: 0.5em 0.5em;
    font-weight: bold;
    /*文字色  color: #87cefa;  background-color: rgba(255,255,255,0.2);*/
	background-color: #ccb8b8;
    border: solid 1px #888;/*線*/
    border-radius: 5px;/*角の丸み*/
}

/*ループ*/

@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;	padding-top: 5em;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 6);
}
.scroll-infinity__item&gt;img {
  min-width: 100%;
    opacity : 0.7;
}


/*positionで重ねて画像全体をクリック*/

.example3{
    display: block;
    position: relative;
}
.example3 img{  
	margin: 0 auto;
    max-width: 100%;
    height: auto;
    display: block;
	border: solid 3px #fff;/*線double*/
}
.example3&gt;span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 200px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.3);
    border: 1px solid #FFF;
    padding: 15px;
    text-align: center;
    color: #FFF;
    font-size: 120%;
    font-weight: bold;
    transition: .3s;
}
.example3:hover&gt;span{
    background: rgba(255,255,255,1);
    color: #685b6d;
}


.center{
	text-align: center;
	margin: 0 auto;/**/
}

.apology{	margin: 100px 0;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: rgba(255,255,255,1);
	padding: 60px;
	font-size:1.2em;    color: #000;
}
.apology h5{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
	.right{text-align: right;
}
.left{text-align: left;
}
.bold{
	font-size: 1.3em;	font-weight: bold;
	text-align: center;
}
.Lines{	font-size:0.8em; 
  text-decoration: underline solid 2px #ccc;
  text-underline-offset: 5px;
}

.apology_en{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 3em;	font-weight: bold;
	border: 2px solid #000;
	padding: 10px;margin: 20px;
	background: url(../img/bg_rockywall_02.png);
}


/*サンプルボイスcolor:#cc960c;*//*  margin: 0 auto; margin-top: -15px;*/
/*.voice {
  margin: 10px; 
}
.button {	font-weight: bold;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}*/</pre></body></html>