@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
/*    display:block;*/
    color: #FFF;
    text-decoration-line: none;
	transition: .3s;
}
a:hover { 
    color: #999;
}
a img:hover {
	opacity: 0.8;	
}
.underline {
	border-bottom: 3px solid #000;
	padding-bottom: 0.5rem;
}

.small{font-size:70%}

.big{
font-size:140%;
}

/*.logo{float: left; margin-top: 0px;position: relative;
}*/




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

/*ヘッダー
-------------------------------------*/
header {
background: linear-gradient(rgba(0,0,20,0.8),rgba(0,0,20,0));
}
.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;*/
}
.head img{margin: 0 0 0 10px;}

.head h1 { 
    padding: 1rem 0;
}

.header-box {
	/*margin: auto;*/
	position:absolute;
	right:10px;
	margin-top: 0px;
}

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

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

nav ul {
	font-size: 1.35em;	
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin-bottom: 0.5rem;
/*	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	font-weight: bold;*/
	font-family: "Girassol", serif;
	transform: rotate(.01deg);
}
nav li {
    display: block;
    flex: 1 0 auto;  text-align: center;
	letter-spacing: 0.11em;
}
nav li a {
	color: #fff; 
	text-decoration: none;
    text-align: center;
  position: relative;
  display: inline-block;   
}
nav a:hover {
	color: #fff;	
  	transform: translateY(2px);
	text-shadow:#1a1a33 1px 1px 10px, #1a1a33 -1px 1px 10px,
	black 1px -1px 10px, #1a1a33 -1px -1px 10px;
}
nav a {
padding: 1em;
}

nav a::before{   /* transform: translateY(2px);*/   
	content:"";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:0;
	height:100%;
	opacity: 0;
	background: url(../img/F_mark_icon.png); background-position: center 0%;
	background-repeat: no-repeat;	
	background-size: contain;	
	z-index:-2;
/*	border-bottom: 2px solid #fff;*/
/*	transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform:translate(0px,3px);
	filter: drop-shadow(0px 0px 5px rgba(26, 26, 51, 0.9));*/
}
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;
/*	transform:translate(0px,-10px);
	transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);*/

}
nav a:hover::after{
	content:"";
	display: block;
	width:100%;
	opacity: 1;
}

/*cn
 <weight>: Use a value from 100 to 900
 <uniquifier>: Use a unique and descriptive class name
*/



.telbox {
	margin-left: auto;	
	/*font-size: 2.0rem;padding: 1rem 0 0 0;	*/
	padding: 5px 0 0 0;text-align: right;
	font-size: 0.9em;
}

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

#navi {
    display: block !important;
}	
}
/**/
@media screen and (max-width: 550px){
.head {
	flex-direction: column;
    text-align: left;
    margin-bottom: 0px;
}
	.telbox {
	margin-left: 0;
	text-align: center;
	font-size: 0.7em;
}	
	
.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;
}

.header-box {
	/*margin: auto;*/
	position:absolute;
	left:10px;
}
	
	

}


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

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

.news{
	width: 100%;
	min-width: 250px;
	height: 100%;
	padding: 10px;
	/*border-radius: 10px;*/ 	border: solid 5px #000;
	background: url(../img/bg_asfalt.png);
}

.news_base  {
	overflow: auto;
	width: 100%;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	min-width: 280px;
	height: 215px;
	/*color: #FFFFFF; 	border: 1px solid #333;*/
	margin-right: 0px;
	margin-left: 0px;
	background: url(../img/F_mark_icon.png);
	background-repeat: no-repeat;
/*		background-color:rgba(174,194,176,0.05);  background-position: left 0px;*/
	text-shadow:0px 0px 5px #000, 1px 1px 8px #000;
}

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

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

.news_base strong{
	color: #daa520;
}

/*h2*/
.news_base dd {
	color: #ddd;
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	border-bottom: solid 1px #444;
}
.news_base dt {
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-family: "M PLUS 1p", serif;
	font-size: 1.2em;
	/*border-left: groove 10px #b22222;*/
	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-bottom: none;

}
.product dt{
	float: left;font-size: 80%; 
	padding: 5px;border-bottom: 1px dotted #777;
	width: 175px;font-weight: bold;
}
.product dd{ 
	padding: 5px;	border-bottom: 1px solid #777;
	width: calc(100% - 180px);
}
	
.product h1, h3, h4{ 
/*	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/ 
	font-family: "M PLUS 1p", "LiHei Pro",serif;
	text-shadow:2px 2px 5px #000;
}

.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);
}


.st01{color: #ffa500;
	font-size:120%;
}

@media only screen and (max-width: 768px) {
.product dl dt{ 
	width: 100%;
	border-right: none;
	text-align: center;	margin: auto; 
	border-bottom: none;
	}
.product dl dd{
	width: 100%; 
	  text-align: center;	margin: auto; 
	}
}

.product h3{	
	font-family: "M PLUS 1p","PingFang SC","Arial","Microsoft YaHei",serif;
	border-bottom: 1px solid #ccc;
	font-size: 1.3em; 
/*	font-weight: 800;*/
}

.about h3{
	border-bottom: 1px solid #ccc;
	font-size: 1.4em;
	padding-top: 20px;
  font-family: "M PLUS 1p", serif;
  font-weight: 800;
  font-style: normal;
}

.about h1{
  font-family: "Girassol", serif;
  font-weight: 400;
  font-style: normal;
}
/*最初のテキストだけスタイルを適用*/
.about h1::first-letter{
	color: #dd960f;
	font-size:1.3em;
}

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



/*フッター
-------------------------------------*/
footer {	font-size: 1em;
    color: #f5f5f5;
	padding: 4rem 0;
	/*background-color: #222;background: rgba(0,0,0,0.5);*/
background: linear-gradient(rgba(0,0,20,0),rgba(0,0,20,1));
}
footer h3{border-bottom: 1px solid #999;
		font-size: 1.3em;	font-weight: bold;
}
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: 75%; 
/*	background: #f5f5f5;	border-right: 1px solid #ddd;*/
	padding: 5px;
	width: 155px;
	border-bottom: 1px dotted #333;
}
footer  dd{ 
	/*background: #fff;font-weight: bold;*/	margin-left: 5px;
	padding: 5px;
	width: calc(95% - 154px);
	border-bottom: 1px solid #333;
}
@media only screen and (max-width: 768px) {
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;
	/*border-top:1px solid #fff; 枠線 bottom */
	background:url("../img/F_mark.png") no-repeat right top;
	background-color: rgba(0, 0, 20, 1);

}
.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: #191970 ;
/* border: 3px solid #aaaaaa;*/
  border-radius: 50vh;
  transition: 0.3s;
}
#pagetop a:hover {
  background-color: #4682b4  ;
}

#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);
}


/*パンくずリスト
-----------------------------------*/
.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;}

.box01{
  position: relative;
}
.center01 {color: #fff;  margin: 50px 0 50px 0;
}
.center01 h2{
font-weight: bold;letter-spacing: 0.3em; line-height: 1.5;
font-size: 3.1em;
/*font-family: "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
*/text-shadow:0px 0px 1px #000, 1px 1px 15px #000;
margin-top: 100px;
}

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

	.center01 img{ width: 500px; height: Auto;
}
}	
.release h2{
letter-spacing: 0.07em; 
font-size: 3em;
  font-family: "M PLUS 1p", serif;
  font-weight: 800;
  font-style: normal;
text-shadow:0px 0px 1px #000, 1px 1px 15px #000;
margin-top: 100px;
}

/*Story*/
.story{	    
	color: #fff;
	font-size: 1.25em;
/*	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-family: "Shippori Antique", serif;
	text-shadow:0px 0px 1px #1a1a33, 1px 1px 5px #1a1a33;
	line-height:2.8;	   
	padding: 2.5em 1em 1.5em 1em;
}
.storybg{
	padding: 10px;
	background-image: linear-gradient(rgba(8, 9, 0, 0.8), rgba(0, 0, 0, 0.0));
/*	background-image: linear-gradient(rgba(8, 9, 0, 0.8), rgba(0, 0, 0, 0.0)),
                  url("../img/story_bg.png");*/
}
.storybg02
{	padding: 10px;
	background-image: linear-gradient(rgba(8, 9, 0, 0.0), rgba(0, 0, 0, 0.5));
}
.st_end{
	font-size: 1.7em;
	letter-spacing: 0.07em;
}

.st_text {
font-size: 1.05em;    text-align: left ;
}

.sys {  
  display: flex;
  justify-content: center;
  align-items: center;	
	
  cursor: pointer;  margin: 0 auto;
  max-width: 500px;
  overflow: hidden;
  width: 100%;  border:3px solid #000;  background: #000;
}

.sys img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.sys:hover img {
  transform: scale(1.2) rotate(-5deg); /* 拡大＆角度 */
}


 .comi {   margin: 0 auto; 
}
.comi img {  width: 33%;	padding: 5px;
}

@media (max-width: 550px) {
.logo{  display: none;
}

.comi img{width: 80%;
}	
}

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

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

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

/*ボタン*/

.btn,
a.btn,
button.btn {    margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4.2rem;
  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: #212529;
/*  border-radius: 0.5rem;*/
  border:3px solid #f39800;
}

a.btn-flat {
  overflow: hidden;
  padding: 1.0rem 4rem;

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

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

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

  width: 150%;
  height: 560%;

  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: #f39800;
}

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


/*追加*/

.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 #997009;*/
}

.list-tab > 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 img{
/*background:rgba(153,112,9,0.4);opacity: .8;*/
padding: 0.2em; opacity:1;
}

.list-tab .active{
 opacity: 1;	border-bottom: 2px solid #997009;
}
.list-tab img:hover{
 transition: 0.3s linear; opacity: 0.5;
}
/*.list-tab img{  margin: 0 auto;
text-align: center;}*/

.tab-content{
  display: none;  height: 100%;
  padding: 1em;  margin: 1.5em 0;
/*background:rgba(255,255,255,0.1);
border-bottom: 1px solid #997009;
  border-left: 1px solid #997009;
  border-right: 1px solid #997009;
*/  align-items: center;
  justify-content: center;
}
.tab-content.active{
  display: block;
}

/*フキダシ*/
.speechBubble {
  position: relative;
  display: inline-block;
  width: 85%;
  margin-top: 20px;
  padding: 20px;
  border: 3px solid #000000;
  border-radius: 40px;
  background-color: #fff;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.4;
  color: #333;   font-family: "Shippori Antique", serif;

}

.speechBubble::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #000000;
  translate: -50% -100%;
}

.speechBubble::after {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  border-style: solid;
  border-width: 0 0 15.2px 15.2px;
  border-color: transparent transparent #ffffff;
  translate: calc(-50% + 0.4px) -100%;
}

@media only screen and (min-width: 735px) {
	.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;
	}
}


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

.pake{
filter: drop-shadow(0px 0px 15px gray);}


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

.example3{
    display: block;
    position: relative;
	background:rgba(0,0,0,0.8);
}

.example3 img{  
	margin: 0 auto;
    max-width: 100%;
    height: auto;
    display: block;
 	border: 10px solid #000;
}

.example3>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>span{
    background: rgba(255,255,255,1);
    color: #333;
}
/*
.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: 50px;
	text-align: right;
	z-index:2;
}
@media screen and (max-width: 735px){

.story{	    
	font-size: 1.15em;
	line-height:1.5;
	text-align: left;
	padding: 2.5em 1em 1.5em 1em;
}
}




/*追加*/
.footer-lang	{ /*text-align: center;background-color: rgba(0,0,0,0.7);*/ padding: 0px; font-size: 16px;   height: 30px;}
.footer-lang > a {text-decoration:none; }
.footer-lang > a:after {content:"|";  opacity:0.5; text-decoration:none; margin:1ex;}
.footer-lang > a:last-of-type:after {content:"";}
.footer-lang  a:hover{color: #87ceeb ; }/*#FFE4B5*/

.box0 {
    margin: 2em 0;/**/
    padding: 0px 3px;
    color: #28bbf1;/*文字色background: #f5f5f5;border: solid 1px #f69a00;*/
    background-color: rgba(255,255,255,0.3);
    border-radius: 5px;/*角の丸み*/
}

.box2 {
    position: relative;
/*    margin: 2em 0;*/
    padding: 25px 10px 7px;
    /*color: #87cefa;文字色background: #f5f5f5;*/
    background-color: rgba(255,255,255,0.9);
    border: solid 4px #f69a00;
    /*border-radius: 5px;角の丸み*/
}

.box2 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #f69a00;
    color: #ffffff;
    font-weight: bold;
}
.box2 p {
	color: #020222;
	margin: 0; 
    padding: 0;
    font-size: 1.0em;
}

.box2 .midashi {
	margin: 0.5em 0;
	padding: 0px 5px 0px 5px;
	    font-size: 1.2em;
		font-weight: 800;
/*		background:linear-gradient(transparent 60%, #fff 30%);*/
	background:#fff;
}


.noto-sans-tc-900 {
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}



/*店舗特典*/
.shop_top{	
    margin: 0 auto;
	text-align: center; 
}
.shop {
	width: 100%;
	/*	background-image: url("../img/bg_rockywall_02.png");
	background-repeat: repeat;*/
	/*font-family: 'Sawarabi Mincho', serif;	*/
	font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	padding: 5px;    margin-bottom: 2rem;
	border: 3px solid #091045;
	color: #333;
	background-color: #f9f7f2;
}

.shop p{
  padding: 0 0.4rem;
  text-align: left; letter-spacing:-0.01em;
}
.shop h3{ 
color: #22272f;
font-family: "M PLUS 1p", serif;
font-size: 2.1em; margin-top: 0.7rem; 
font-weight: bold;		
text-shadow:0px 0px 15px #f9f7f2, 1px 1px 8px #f9f7f2;
}
.shop h5{
margin-top: 0.7rem;    font-weight: bold;
font-size: 1.10em;
padding:5px 0;	
color:#f9f7f2;
background-color: #2c2d30;
}

.point{
	padding: 0 7px 0 7px;  font-weight: bold;
    background: linear-gradient(86.13deg, #ff9900 -3.42%, #d63939 59.59%);
	color: #fff;
	border-radius: 7px;
}

.point01{
	padding: 0 7px 0 7px;  font-weight: bold;
    background: linear-gradient(86.13deg, #060eb2 -3.42%, #0680b2 59.59%);
	color: #fff;
	border-radius: 7px;
}

.point02{
	padding: 0 7px 0 7px;  font-weight: bold;
    background: linear-gradient(86.13deg, #565656 -3.42%, #1e2735 59.59%);
	color: #fff;
	border-radius: 7px;
}



a.btn_03 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: auto;/*120px*/
	margin: auto;
	padding: 0.5rem 1.2rem;
	font-weight: bold;
	border: 2px solid #f39800;
	color: #f39800;
	border-radius: 10vh;
	transition: 0.5s;
}
a.btn_03:hover {
	color: #fff;
	background: #f39800;
}

.dot{
		position:relative;
		right:28px;
		top:-6px;
	}

