<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.set{
	width: 55%;
}
.set2{
	width: 67%;
}
	
body{
	/*background-image: url("../0620pajama/mainback.jpg");
	background-size: auto 100%;*/
	margin: 0;
	background-position: center;
}
.cssgrid{
	display: none;
}
#set{
	display: none;
}
.method{
	width: 75%;
}
.attention{
	width: 75%;
}
.cast{
	vertical-align: bottom;
}
.img_tsukishiro2{
	vertical-align: bottom;
}
.smalltext{
	margin: 8px;
}
.provision{
	width: 75%;
	margin: 0 auto;
}
.price{
	width: 90%;
	margin: 0 auto;
}


.font{
font-family: yu-mincho-pr6n, serif;
font-weight: 400;
font-style: normal;
	font-size: 18px;
	line-height: 25px;
}

.cose{
	font-size:143%;
}

a,a:focus{
	outline:none;
}

table{
	margin: 0 auto;
}	

/*--見出し--*/
.container2{
	display: flex;
	justify-content: space-around;
	margin: 30px auto;
	color: #7B1284;
	width: 980px;
}

.itemstar{
	width: 4.5%;
}

.item p{
	font-size: 40px;
	margin: 0;
}
.container2 .item p{
	line-height: 60px;
	height: 60px;
}
/*---------*/
.pink{
	color: #350045;
	font-weight: bold;
	width: 95%;margin: 0 auto;font-size: 120%;line-height: normal
}

/*---------------------------------------*/

.main{
	text-align: center;
	margin: 0 auto;
	background-color: white;
	/*box-shadow: 0px 0px 6px 3px #7d7d7d; 
   	-moz-box-shadow: 0px 0px 6px 3px #7d7d7d;
   	-webkit-box-shadow: 0px 0px 6px 3px #7d7d7d;
   	border-right: 3px solid #cccccc;
	border-left: 3px solid #cccccc;*/
}
/*ファーストビュー&amp;バナー*/	
.logo{
	width: 90%;
	text-align: right;
	margin: 25px auto 25px;
}
.fast{
    width: 75%;
    margin: 0 auto;
    /*明朝のジャギーを直すと画像上部にずれが生じるので以下のcssで修正*/
    transform: rotate(0.028deg);
}
.topimg{
	width: 100%;
	vertical-align: bottom;
}
.baner{
	/*background-image: url(img/pajama_baner_back2.png);
	background-size: 100% auto;
	border-top: #FAEC10 solid 2px;*/
	margin: 15px auto;
	/*width: 900px;*/
	width: 100%;
}
.baner img{
	width: 80%;
}

.imgover {
   -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    filter: alpha(opacity=100);
    opacity: 1;
}
.imgover:hover {
	filter:Alpha(opacity=60); /* 旧IE */
	opacity: 0.6;
	 -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
/*-----------*/
/*上段メニュー*/
.menu-pc{
	background: #000 url(../../elisabeth%20-%20Copy/img/min/performance_2-min.jpg) center 0 no-repeat;
	background-size: contain;
	height: 512px;
	background-size: auto 100%;
   	-webkit-background-size: auto 100%;
}

.history{
	background-image: url("../../elisabeth - Copy/css/pajama_baner_back.png");
	background-size: cover;
	padding: 10px 10px 0;
	/*border-top: #FAEC10 solid 2px;
	border-bottom: #FAEC10 solid 2px;*/
}

.contents{
	display: flex;
	justify-content: space-between;
	width: 75%;
	margin: 0 auto;
}

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}

.history .left{
	text-align: left;
	width: 50%;
	padding: 0 15px;
	line-height: 22px;
	font-size: 20px;
}
.history .right{
	width: 50%;
}
.history .right table{
	width: 100%;
	/*position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;*/
}
.history .contents{
	margin: 0 auto 25px;
}
.right img{
	
	vertical-align: bottom;
}

.stage{
	/*border-top: #FAEC10 solid 2px;
	border-bottom: #001059 solid 3px;*/
	/*明朝のジャギーを直すと画像上部にずれが生じるので以下のcssで修正*/
	transform: rotate(0.028deg); 
	background-color: #000000;
	width: 70%;
}

.stage img{
	width: 1000px;
	margin: auto;
	vertical-align: bottom;
}

.stage::after{
	position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    -moz-box-shadow: inset 0px 0px 15px 15px #fff;
    -webkit-box-shadow: inset 0px 0px 15px 15px #fff;
    box-shadow: inset 0px 0px 15px 15px #fff;
    content: " ";
}

.contents_back{
	background-color: white;
	color: black;
}


.limited{
	background-color: #ffc0cb;
	color: #7B1386;
	font-family: initial;
	border-collapse: collapse;
    border-spacing: 0;
}

.item p.smalltext{
	font-size: 80%;
}
.award{	
	background-size: cover;
	color: white;
	/*border-top: #FAEC10 solid 2px;
	border-bottom: #FAEC10 solid 2px;*/
	/*明朝のジャギーを直すと画像上部にずれが生じるので以下のcssで修正*/
	transform: rotate(0.028deg); 
	background-color: #8B1F23;
}
.award .container2{
	color: white;
}

.contents .item{
	width: 50%;
	position: relative;
	line-height: 120%;
}

.kouenlogo{
	margin:auto;
	width: 80%;
}


/*-----*/


.cpbody{
	width: 980px;
	margin: 0 auto;
}
#cpmain h2 {
	margin-bottom: 40px;
	font-size: 68px;
	text-align: center;
	line-height: 1.8;
	color: #991ba4;
}
.title{
	background-color: #000000;
}
.title1{
	background-color: #000000;
}
.title_sub{
	width: 100%;
	margin-bottom: 15px;
}
.cssgrid {
	width: 75%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 2fr));
    grid-auto-rows: 1fr;
    grid-gap: 0.8em;
    padding: 0.8em;
    margin: 0 auto 0.5em;
}
.cssgrid &gt; div {
    overflow: auto;
    min-width: 0;
    padding: 5px;
}

.dropmenu{
	*zoom: 1;
	list-style-type: none;
	width: 750px;
	margin: 5px auto 30px;
 	padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 33%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  background: #960606;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  font-size: 20px;
  border-right: 1px solid #ff555a;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
  padding: 13px 15px;
  border-top: 1px solid #ff555a;
  background: rgba(193, 44, 44, 0.81);
  text-align: left;
}
.dropmenu li:hover &gt; a{
  background: #BA1B20;
  border-right: 1px solid #ff555a;
}
.dropmenu li a:hover{
  background: #BA1B20;
}
#fade-in li ul{
  visibility: hidden;
  opacity: 0;
  transition: 0s;
}
#fade-in li:hover ul{
  visibility: visible;
  opacity: 1;
}
#fade-in li ul li a{
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}
#fade-in li:hover ul li a{
  visibility: visible;
  opacity: 1;
}
iframe{
	border: none;
	height: 998px;
	width: 750px;
}
.header{
	display: none;
}
#sumahonavi{
	display: none;
}
#page-top{
	display: none;
}
.qa{
	width: 75%;
	margin: 0 auto;
}
.slide{
	position: relative;
	padding: 10px;
	border: 3px double #c2a15e;
	margin-top: 15px;
	background: none;
	background-color: #fcfcfc;
	width: 95%;
	font-size: 30px;
	text-align: center;
	cursor: pointer;
	margin: 15px auto 0;
}
.purasu:after{
	display: block;
   	content: '';
   	width: 4px;
   	height: 24px;
   	background-color: #c2a15e;
   	border-radius: 10px;
   	position: absolute;
   	top: 30%;
   	left: 97%;
}
.slide:before{
	display: block;
   	content: '';
   	background-color: #c2a15e;
   	border-radius: 10px;
   	position: absolute;
	width: 24px;
   	height: 4px;
   	top: 50%;
   	left: 96.2%;
}
.slideContents{
	display:none;
	text-align: left;
   	width: 90%;
   	font-size: 20px;
   	margin: 5px auto 30px;
}

/*---------------------------------------*/
.container{
	display: flex;
	justify-content: center;
	width: 980px;
	margin: 0 auto;
}
.container .item{
	width: 50%;
}
.subtitle{
	width: 20%;
}

.cose{
	background-color:#F1F1F1; 
	color: #00368b;
	padding: 10px 20px;
	width: 80%;
	margin: 10px auto;
	font-size: 120%;
	font-weight: bold;
	font-size: 130%;
}

.cose .small{
	font-size: 70%;
}

.Sentence {
	width:96%;
	margin: 0 auto;
}
.Sentence ul{
	width: 80%;
	margin: 8px auto 10px;
}
.Sentence ul li {
	position: relative;
	margin-top: 8px;
	margin-left: 10px;
	list-style-type: "※";
	text-align: left;
}
.Sentence ul li:before  {
	display: block;
   	position: absolute;
   	top: 0;
   	left: -1.5em;
	margin-left: 5px;
}
/*お値引き前お値引き後のPC用リスト*/
.Sentence2 {
	width:96%;
	margin: 0 auto;
}
.Sentence2 ul{
	width: 80%;
	margin: 8px auto 8px;
	list-style-type: none;
}
.Sentence2 ul li {
	width: 100%;
	position: relative;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 0;
	text-align: left;
	color: red;
	font-weight: bold;	
}
.Sentence2 ul li:before  {
	display: block;
   	position: absolute;
   	top: 0;
   	left: -1.5em;
	margin-left: 5px;
}
/*お値引き前お値引き後のPC用リスト END*/

.BtnCard {
	margin-top: 25px;
	-moz-box-shadow:inset 0px 1px 0px 0px #951cad;
	-webkit-box-shadow:inset 0px 1px 0px 0px #951cad;
	box-shadow:inset 0px 1px 0px 0px #951cad;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a51bbd), color-stop(1, #9138a3));
	background:-moz-linear-gradient(top, #a51bbd 5%, #9138a3 100%);
	background:-webkit-linear-gradient(top, #a51bbd 5%, #9138a3 100%);
	background:-o-linear-gradient(top, #a51bbd 5%, #9138a3 100%);
	background:-ms-linear-gradient(top, #a51bbd 5%, #9138a3 100%);
	background:linear-gradient(to bottom, #a51bbd 5%, #9138a3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a51bbd', endColorstr='#9138a3',GradientType=0);
	background-color:#a51bbd;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #ba4ff7;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:20px;
	padding:13px 76px;
	text-decoration:none;
	text-shadow:0px 1px 0px #6e1680;
}
.BtnCard:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9138a3), color-stop(1, #a51bbd));
	background:-moz-linear-gradient(top, #9138a3 5%, #a51bbd 100%);
	background:-webkit-linear-gradient(top, #9138a3 5%, #a51bbd 100%);
	background:-o-linear-gradient(top, #9138a3 5%, #a51bbd 100%);
	background:-ms-linear-gradient(top, #9138a3 5%, #a51bbd 100%);
	background:linear-gradient(to bottom, #9138a3 5%, #a51bbd 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9138a3', endColorstr='#a51bbd',GradientType=0);
	background-color:#9138a3;
}
.BtnCard:active {
	position:relative;
	top:1px;
}

.award ul{
   	border-bottom: 1px solid #fff100;
   	width: 90%;
   	margin: 35px auto 10px;
   	padding: 0 0 20px 0;
	list-style-type: none;
}
.award ul span{
	font-size: 80%;
} 
.award ul p{
	font-size: 80%;
}
.award ul p.small{ 
	font-size: 65%;
}
.award ul.end{
	border-bottom: none;
}
.award .contents .item ul li{
	font-size: 26px;
}
.kome{
	text-align: center;
	font-size: 19px;
	margin: 0 auto;
}
.footbaner{
	width: 980px;
}
.text30{
	font-size: 30px;
}
.text25{
	font-size: 25px;
	width: 45%;
	margin: 35px auto 0;
}
.text20{
	font-size: 20px;
}

h4{
	border: 1px black solid;
	padding: 10px;
}
.anser{
	color: #350045;
	font-weight: bold;
}

.URL{
	font-weight: normal;
	margin: 0;
}

hr.border{
	margin: 20px auto 10px;
}
.or{
	font-size: 20px;
	color: black;
	font-weight: normal;
}
.footer{
	border-top:  1px solid black;
	width: 100%;
}
.footermain{
	width: 980px;
	margin: 0 auto;
	padding-top: 15px;
}


.pc{
	display: table;
}
.pcEC_btn{
	position: fixed;
	bottom: 1rem;
	background: #665e53;
	padding: 20px 10px;
	margin: 0 auto;
	right: 5%;
	width: 15%;
	border-radius: 1.5em;
	z-index: 20000;
	box-shadow: 0 1px 4px 0 #888;
	font-size: 20px;
	opacity: 0.8;
	text-align: center;
}
.pcEC_btn a{
	color: white;
	text-decoration: none;
}
i{
	vertical-align: baseline;
}

.under{
	/*border-bottom: 1px solid;*/
	background: linear-gradient(transparent 0%, #fff686 0%);
	font-size: 130%;
}

.product{
	height: 150px;
	margin-left: 10px;
}

.product2{
	height: 130px;
	margin-left: 10px;
}
.product3{
	height: 120px;
	margin-left: 10px;
}

.bottom{
	vertical-align:bottom;
}

.sp{
	display:none;

}
.schedule{
	width: 35%;
}
.title_2{
	padding-left: 15%;
}
.block{
	width: 75%;
}
.spWidth{
		    font-family: kozuka-gothic-pr6n, sans-serif;
            font-weight: 300;
            font-style: normal;
			font-size: 15px;
			margin-top: 10px;
			width: 85%;
		}
		.spWidth img{
			width: 100%;
		}
		.sp{
			display: none;
		}
		.history{
			width: 75%;
			margin: auto;
		}
		.history .container2{
			width: 98%;
			/*display: -webkit-box;*/
		}
		.history .contents{
			width:100%;
		}
		.history .contents .item{
			width: 30%;
		}
		.history .contents .left{
			width: 70%;
		}
		.cpbody{
			width: 100%;
		}
		.cpbody .container2{
			width: 90%;
		}
/*
		.cpbody table.pc{
			width: 75%;
		}
*/
		.pc .product{
			height: 130px;
		}
		.pc .product2{
			height: 110px;
		}
		.pc tr{
			font-size: 80%;
		}
		
		.pc_cell{
			display: table-cell;
		}
		
		
		
		.img_tsukishiro{
			height:400px;
			width: auto;
		}
		.img_tsukishiro2{
			height:auto;
			width: 100%;
		}
		
		.ipad,.ipad_sp{
			display:none;
		}
		
		.Application{
			width:100%;
			margin-right: 0;
			text-align: center;
		}
		.stage img{
			width: 1200px;
			height: auto;
		}
        div.end{
            border-radius: 10px;
            border: 1px solid;
            background-color: #f8b862;
            font-size: 30px;
            font-weight: bold;
            padding: 10px;
            margin: 20px auto;
            width: 70%;
        }

		.product3{
	height: 120px;
	margin-left: 10px;
}
.card{
	width: 30%;
}
.syousai{
	width: 65%;
}
.big{
	font-size: 175%;
}
.text5{
	text-align: left;
}
.receipt{
    font-size: 180%;
    font-weight: bold;
	line-height: 1.8rem;
    border: 4px double red;
    color: red;
    background-color: #ffffd1;
    padding: 10px 10px;
    line-height:120%;
}
.price{
	width: 60%;text-align: left;margin: 50px auto 30px;
}
.ipaditem{
	display: none;
}
.spitem{
	display: none;
}
	.EC_btn_pc{ /*公式オンラインショップ追従ボタン*/
	position: fixed;
	bottom: 1rem;
	width: 25%;
	z-index: 20000;
	opacity: 0.9;
	right: 7%;
}
	.pcECmail_btn{ /*抽選結果メルマガ追従ボタン*/
	position: fixed;
	bottom: 1rem;
	width: 16%;
	z-index: 20000;
	opacity: 1;
	right: 1%;
}

/*--------------------------------pc 非表示----------------------------------*/
@media screen and (min-width:480px){
.award{	
		display: none;
}
	.pc{
		display: none;
	}
	.contents_back{
		display: none;
}
.provision{
		display: none;
}
.Sentence {
		display: none;
}
	.cpbody {
		display: none;}
}
/*--------------------------------ファーストビューサイズ用css----------------------------------*/
@media screen and (min-width: 801px) and (max-width: 1280px) {
	.fast{
		width: 100%;
	}
	.contents{
		width: 90%;
	}
	.daytable{
		width: 100%;
	}
	.schedule{
		width: 20%;
	}
	.title_2{
		padding-left: 10%;
	}
	.block{
		width: 85%;
	}
	.card{
		width: 35%;
	}
	.receipt{
		font-size: 130%;
	}
	.price{
		width: 80%;
	}
	.history{
		width: 95%;
	}
	.text25{
		width: 60%;
	}
	.ipaditem{
	display: table;
}

	.spitem{
	display: none;
}
	.pcitem{
		display: none;
	}
	.pink{
		line-height:140%; 
	}
}
	
/*--------------------------------ファーストビューサイズ用css----------------------------------*/
@media screen and (min-width: 479px) and (max-width: 800px) {
	.font{
		letter-spacing: -1px;
		font-size: 17px;
		line-height: 20px;
	}
	.set{
		width: 65%;
	}
	.sp{
		display: block;
	}
	.pc_cell{
		display: none;
	}


	.fast{
		width: 100%;
	}
	.menu-pc{
		height: 300px;
	}
	.container2{
		width: 100%;
	}
	.contents{
		width: 100%;
	}
	.cpbody{
		width: 100%;
	}
	.footermain{
		width: 100%;
	}
	.baner img{
		width:  100%;
	}
	
	.stage{
		height: auto;
	}
	
	.stage img {
		width: 100%;
		margin: auto;
	}
	
	.product{
		width:80%;
		height: auto;
		margin-left: 3px;
	}
	.product:hover{
			filter:Alpha(opacity=70); /* 旧IE */
	opacity: 0.8;
	}
	.product2{
		width:75%;
		height: auto;
		margin-left: 3px;
	}
	.product2:hover{
			filter:Alpha(opacity=70); /* 旧IE */
	opacity: 0.7;
	}

	.product3:hover{
			filter:Alpha(opacity=70); /* 旧IE */
	opacity: 0.7;
	}
	
	.pc{
		display: none;
	}
	
	.ipad{
		display: inline-block;
		width: 75%;
	}
	
	.purasu:before{
		left: 95.3%;
	}
	.purasu:after{
		top: 25%;
		left: 96.3%;
	}
	
	#page-top {
		bottom: 20px;
		right: 20px;
		display: block;
	}
	#page-top a {
		border-radius: 50%;
		font-size: 32px;
		height: 32px;
		line-height: 32px;
		width: 32px;
		background: #665e53;
		text-decoration: none;
		color: #fff;
		padding: 10px;
		text-align: center;
		display: block;
		-moz-opacity: 0.6;
		opacity: 0.6;
		position: fixed;
		bottom: 10px;
		left: 10px;
	}
	.fa-angle-up:before {
		content: "\f102";
	}
	
	.pcEC_btn{
		display:none;
	}
	
	.EC_btn{
		display: block;
		position: fixed;
		bottom: 1rem;
		background: #665e53;
		padding: 2px 10px;
		margin: 0 auto;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 1.5em;
		z-index: 20000;
		box-shadow: 0 1px 4px 0 #888;
		font-size: 25px;
		width: 55%;
		opacity: 0.8;
		text-align: center;
	}
	.EC_btn a{
		color: white;
		text-decoration: none;
	}
	.product,.product2,.product3 {
				width: auto;
				margin-left: 3px;
			}
			.block{
				width: 90%;
			}
			.block .text25{
				width: 50%;
			}
			.attention{
				width: 80%;
			}
			.history{
    	    	width: 90%;
        	}

			.img_tsukishiro{
				height: 350px;
			}

			.spWidth{
				width: 50%!important;
				display: table-cell;
				vertical-align: middle;
			}

			
			.ipad_none{
				display:none;
			}
			.ipad_sp{
				display:block;
			}
			.cpbody{
				width:100%;
			}
			.ipad_img{
				width:300px;
			}
			.stage img{
				width: 100%;
				height: auto;
			}
			.text25{
				font-size: 23px;

			}
			.provision{
				width: 100%;
			}
			.price{
				width: 100%;
			}
			.Sentence ul{width: 90%;}
			.cssgrid{
				width: 100%;
				padding: 0;
			}
	.sp{
		display: none;
	}
	.ipad{
				display:contents;
			}
	.ipadbr{
		display: block;
	}
	.daytable{
		width: 100%;
	}
	.card{
		width: 40%;
	}
	.title_2{
		padding-left: 0;
	}
.ipaditem{
	display: table;
}
.spitem{
	display: none;
}
	.pcitem{
		display: none;
	}
.EC_btn_tb{ /*公式オンラインショップ追従ボタン*/
	position: fixed;
	bottom: 1.7%;
	width: 40%;
	z-index: 20000;
	opacity: 0.9;
	right: 8px;
}
.tbECmail_btn{ /*抽選結果メルマガ追従ボタン*/
	position: fixed;
	bottom: 7%;
	width: 22%;
	z-index: 20000;
	opacity: 1;
	right: 5px;
}
}

/*202204追記*/
.regu_change{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	width: 80%;
	margin: 5rem auto 0;
	font-size: 180%;
	color: #000000;
	background-color: #FFFD00;
	font-weight: 800;
	line-height: 1.5;
}

.regu_change img{
	width: 100%;
	padding: 0;
	line-height: 0;

}
/*End 202204追記*/


	/*---------------------------------スマホ用css-----------------------------------------*/
@media screen and (max-width:479px){
	#set{
	display: block;
}
	*{
		font-size: 16px;
	}
	.pc{
		display: none;
	}
	.item p{
		font-size: 20px;
	}
	.method{
		width: 90%;
	}
	.attention{
		width: 90%;
	}
	.qa{
		width: 85%;
	}
	.subtitle{
		width: 28%;
	}
	.main{
		width: 100%;
		padding: 0;
		border: none;
		box-shadow: none;
	}
	.cssgrid{
		width: 85%;
		padding: 0;
	}
	.smalltext{
		margin: 0;
	}
		.provision{
		width: 100%;
	}
	.price{
		width: 95%;
	}

	.topimg{
		width: 100%;
	}
	#fade-in{
		display: none;
	}
	.text30{
		font-size: 20px;
	}
	.text20{
		font-size: 15px;
	}
	.text25{
		width: 100%;
		font-size: 20px;
		margin: 10px auto 0;
	}
	header{
		display: inline-block;
	}
	#global-nav {
		width: 100%;
		margin: 0 auto;
	}
	.headercon{
		display: flex;
		justify-content: space-around;
		background-color: rgba(182,182,182,0.8);
		padding: 5px;
	}
	
	.headercon .item{
		width: 50%;
		text-align: right;
	}
	.headercon .item a{
		font-weight:bold;
		text-decoration:none;
		display:block;
		text-align:center;
		padding:8px 0;
		color:#fff;
		background-color:#00943F;
		border-radius:5px;
		font-size: 13px;
		margin: 5px auto;
	}
	
	.item i{
		vertical-align: baseline;
	}
	.fixed {
		position: fixed;
		top: 0;
		z-index: 1;
	}
	.menu{
		margin: 0 auto;
	}
	*{
		vertical-align: middle;
	}
	#sumahonavi{
		position: absolute;
		z-index: 3;
		top: 35px;
		right: 0;
		width: 50%;
		background-color: bisque;
		padding: 2%;
	}
	
	
	.container{
		display: none;
	}
	
	
	.award{
		width: 100%;
		padding: 0;
		background-size: cover;
	}
	.award ul{
		margin: 0 auto 20px;
	}
	
	.award ul:nth-child(2){
		padding: 0;
	}
	
	.right img{
		margin-top: 0;
	}
	
	.stage{
		height:auto;
		width: 100%;
	}
	
	.stage img{
		width: 80%;
		margin-top: 0px;
	}
	
	.product{
		width:80%;
		height: auto;
		margin-left: 3px;
	}
	.product2{
		width:75%;
		height: auto;
		margin-left: 3px;
		margin-right: 3px;
        
	}
	.product3{
		width:70%;
		height: auto;
		margin-left: 3px;
	}

	.container2{
		width: 90%;
		margin: 5px auto;
	}
	.cpbody{
		width: 100%;
	}
	.contents{
		width: 100%;
		flex-direction: column;
	}
	.menu-pc{
		height: 150px;
		background-position: center center;
	}
	.fast img{
		width: 100%;
	}
	.contents .item{
		width: 100%;
	}
	.award .contents .item ul li{
		font-size: 16px;
	}
	.logo{
		margin: 5px auto;
	}
	.fast{
		width: 100%;
	}
	.footbaner{
		width: 100%;
	}
	.logo img{
		width: 20%;
	}
	.baner img{
		width: 90%;
	}
	.itemstar{
		width: 10%;
	}
	#cpmain h2{
		font-size: 22px;
	margin-bottom: 20px;
	line-height: 1.5;
	}
	.Sentence{
		width: 92%;
	}
	.Sentence ul{
		padding-left: 0;
		width: 95%;
	}
	.Sentence2{
		width: 100%;
	}
	.Sentence2 ul{
		padding-left: none;
		padding-right: 10px;
		width: 100%;
	}
	h4{
		padding: 10px 5px;
	}
	#cpmain{
		padding-bottom: 10px;
	}
	.adress{
		padding: 10px 5px;
		width: 97%;
	}
	.kome{
		font-size: 15px;
	}
	.slide{
		font-size: 17px;
	}
	.slide:before{
		left: 88%;
		top: 45%;
	}
	.purasu:after{
		top: 24%;
		left: 91.5%;
	}
	.slideContents{
		width: 95%;
	}
	.BtnCard {
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		display:inline-block;
		cursor:pointer;
		color:#ffffff;
		font-family:Arial;
		font-size:20px;
		font-weight:bold;
		padding:6px 40px;
		text-decoration:none;
		margin-bottom: 5px;
	}
	.BtnCard:active {
		position:relative;
		top:1px;
	}
	.attention{
		margin-left: 15px;
		margin-right: 5px;
	}
	.or{
		font-size: 15px;
	}
	.footermain{
		width: 100%;
	}
	.baner{
		width: 100%;
	}
	.history .left{
		padding: 0;
	}
	
	#page-top {
		bottom: 20px;
		right: 20px;
		display: block;
	}
	#page-top a {
		border-radius: 50%;
		font-size: 30px;
		height: 30px;
		line-height: 30px;
		width: 30px;
		background: #040000;
		text-decoration: none;
		color: #fff;
		padding: 10px;
		text-align: center;
		display: block;
		-moz-opacity: 0.6;
		opacity: 0.5;
		position: fixed;
		bottom: 7px;
		left: 8px;
	}
	.fa-angle-up:before {
		content: "\f102";
	}
	.EC_btn_sp{ /*公式オンラインショップ追従ボタン*/
	position: fixed;
	bottom: 1.7%;
	width: 78%;
	z-index: 20000;
	opacity: 0.9;
	right: 8px;
}
	.spECmail_btn{ /*抽選結果メルマガ追従ボタン*/
	position: fixed;
	bottom: 7.5%;
	width: 39%;
	z-index: 20000;
	opacity: 1;
	right: 5px;
}
	.EC_btn{
		display: block;
		position: fixed;
		bottom: 1rem;
		background: #665e53;
		padding: 2px 10px;
		margin: 0 auto;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 1.5em;
		z-index: 20000;
		box-shadow: 0 1px 4px 0 #888;
		font-size: 21px;
		width: 55%;
		opacity: 0.8;
		text-align: center;
	}
	.EC_btn a{
		color: white;
		text-decoration: none;
	}

	.sp{
		display:table;
	}
	
	.block th,.block td{
		display: block;
		width: 100%;
	}
	.limited{
		line-height: 18px;
	}
	.history{
				width: 100%;
				margin: auto;
				padding: 0px;
			}
			.block{
				width: 85%;
			}
			.history .contents .item{
				width: 100%;
			}
			.history .contents .left{
				width: 100%;
			}
			.spWidth{
				width: 50%!important;
				display: table-cell;
				vertical-align: middle;
			}
			.spWidth img{
				width: 100%;
			}
			.sp{
				display: inline-block;
			}
			.pc_cell {
				display: none;
			}
			.cpbody{
				width: 100%;
			}
			.ipad_sp{
				display:block;
			}
			.img_tsukishiro{
				width:100%;
				height:auto;
			}
			.ipad_img{
				width:100%;
			}
			.Application{
				width:100%;
			}
			
			.stage img {
				width: 100%;
				margin-top: 0px;
			}
	.title_2{
		padding-left: 0;
	}
	.schedule{
		width: 50%;
	}
	.card{
		width: 70%;
	}
	.syousai{
		width: 50%;
	}
	
	.daytable td{
		display: block;
		width: 100%;
	}
	.daytable td.space{
		display: none;
	}
	.big{
		font-size: 130%;
	}
	.block .text25{
		text-align: center;
	}
	.text5{
		text-align: center;
	}
	.pop{
	width: 80%;
	margin: 0 auto;
}
	.receipt{
    font-size: 100%;
    line-height:140%;        
	}
	.under{
		font-size: 125%;
	}
	.pink{
		font-size: 100%;
		line-height:140%; 
	}
	.ipaditem{
	display: none;
}
.spitem{
	display: table;
}
	.pcitem{
		display: none;
	}
	
/*202204追記*/
	.regu_change{
		width: 100%;
	}
	
	.regu_change span , a{
		font-size: 100%;
	}
/*お値引き前お値引き後のスマホ用リスト*/
.Sentence2 {
	width:96%;
	margin: 0 auto;
}
.Sentence2 ul{
	width: 90%;
	margin: 0px auto 8px;
	list-style-type: none;
}
.Sentence2 ul li {
	width: 100%;
	position: relative;
	margin: 8px 0 0 -25px;
	text-align: left;
	color: red;
	font-weight: bold;	
}
/*End 202210追記*/
	
/*スマートフォンで閲覧可能ですの非表示設定　*/
	.ViewingGuide {
		display: none;}
}
}


</pre></body></html>