@charset "UTF-8";

html{
    font-size: 16px;
}

/**{*/
/*outline:1px solid red;*/
/*}*/

body{
    color:black;
   /*color:teal;*/
	font:'Noto Sans JP';
    /*font-family: sans-serif;*/
    letter-spacing: 2px;
	width:100vw;
    		height:100%;
    /*background-color:#f1f2ed;*/
    min-width: 1024px; 
    	margin:0;
}

h1{
	font:Futura;
	font-size: 26px;
}

.check-t {
  font-size: 60px;
  font-weight: bold;
  background-image:
    linear-gradient(45deg, #0067c0 25%, transparent 25%),
    linear-gradient(-45deg, #0067c0 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #0067c0 75%),
    linear-gradient(-45deg, transparent 75%, #0067c0 75%);
  background-size: 10px 10px; 		/*check-size*/
  background-position: 0 0, 0 20px, 20px -20px, -20px 0;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-bottom:5px;
}

h2{
    font-size: 26px;
    font-family:Arial,sans-serif;
    color: #000000;
    border-left: 20px solid #a0564d;
    border-radius: 10px 0px 0px 0px;
    padding-left: 10px;
}

h3{
    font-weight: normal;
    border-top: 1px solid #a2be67;
    border-bottom: 5px double #a2be67;
    padding: 5px;
    margin-bottom: 30px;
}

h4{
   font:明朝フォント;
    font-size:20px;
    color:black;
}

strong{
    font-size: 200%;
    color:#00ffb3;				/*#ee7600*/
}

header{
    /*background:#ffccff;*/
    background-position:center;
    background-size:cover;
    border-bottom: 0px dotted #33ff99;
	height:130px;
    /*padding: 0px 0px 0px 240px;*/
}

/*************************************************/
.header {						/*class*/
    position: fixed;
    width:100vw;
    height:3rem;
    z-index:3;
    background:#ffffff;
    color:#774543;
    display:flex;
	justify-content:flex-start;
    align-items:center;
    overflow:hidden;
    padding:0px 0;
}

div.space{
	width:3%;
}

.header_inner {
	width:430px;		/*Ijiruna*/
    padding: 5px 20px 5px 10%;		/*Daiji*/
}

.nav {
    position: fixed;
    	left: -300px; 			/*Daiji*hidariから出てくる*/
    	z-index:300;			/*Daiji*/
    top: 0;
    	width: 310px; 			/*Daiji*スマホに収まるサイズ */
    height: 100vh;
    padding-top: 30px;			/*Daiji*/
    background-color:#f5f5f5;
    transition: all 0.35s ease-in-out;
    margin:0px;
		/*align-items:left;*/
    overflow-y: auto;		 /* メニューが多くなったらスクロールできるように */
  }
.nav_list {
	width:260px;		/*contents*/
    text-align:left;
    list-style: none;
	display:flex;
	flex-direction:column;

}
p.double{
	color: #04f104;
	border:double 3px;
	width:180px;
	padding:0px 0px 0px 5px;
}

.nav_list li{
    display: inline-block;
    text-align: right;
    padding-left:10px;
  }
.nav_list li a{
    color: #fff;
    font-weight: 600;
  }

.left_box{
	margin: 0;
	padding:0px 10px 0px 5px;
}

.hamburger {
    position: absolute;
    left:11px;			/*Ijiruna*/
   top: 0.7px;
	width:53px;
	height: 83px;
    cursor: pointer;
    	z-index:346;		/*Daiji*/
  }
span{
    font-weight: normal;
    padding: 5px;
    margin-bottom: 30px;
}
.hamburger_border {
    position: absolute;
	top:0px;
    right: 10px;
    width: 33px;
	border-width:0.1px;
    background-color: #0067c0;			/*color: #04f104;*/
    transition: all 0.35s ease-in-out;
  }
.hamburger_border_top {
    top: 7px;
  }
.hamburger_border_center {
    top: 22px;
  }
.hamburger_border_bottom {
    top: 37px;
  }
.black_bg {
    position: fixed;
    left: 0;			/*Daiji*/
    top: 0;
    width: 100vw;			/*Daiji*/
    height: 100vh;
    		z-index:0;		/*Daiji*/
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
}

.nav-open .nav {
    left: 0;		/*Daiji*/
  }
.nav-open .black_bg {
    opacity: 0.3;
    visibility: visible;
  }
.nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
.nav-open .hamburger_border_center {
	display:none;
    /*width: 0;*/
    /*left: 50%;*/
  }
.nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }

/**************************************************/
div a.underline {
  display: inline-block;
  position: relative;
	/*justify-content:flex-start;*/
	line-height:0.8em;
	/*line-height:1.2em;*/
	vertical-align:bottom;		/*?*/
  overflow: hidden;
  color:#000000;
  text-decoration: none;
}

div a.underline:after {
  position: absolute;
	line-height:0.8em;
	/*line-height:1.2em;*/
	vertical-align:bottom;		/*?*/
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
  		background-color: #000000;
  		/*background-color: #fff;*/
	transform: translate(-100%, 0);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
	content: "";
}

div a.underline:hover:after {
	transform: translate(0, 0);
}

.adjust{
	height:40vh;
}

/************************************************************/
.maincontents{
	height:100%;
	width:100vw;			/*980px;*/
}

main{
	display:flex;
	flex-direction:column;
	margin-top:-80px;	/*Daiji*/
	width:100vw;
}

.transform-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 36%;		/*73%*/
  z-index: 0;
  background-color:#ffffff;
  /*background:#f1f2ed;*/
  transform: skewY(16deg);
  transform-origin: top left;
}
.prelude{
	background-color:#fcffc7;
}
.background-text {
    position: absolute;
    top: 200;
    left:0;
	padding:5px 6% 5px 6%;
    width: 80%;
    height: 100%;
    white-space: pre-wrap;
    overflow: hidden;
    font-size: 20px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 1);		/*right-end:opacity*/
    z-index: 2;
    pointer-events: none;
}
  
.include {
    position: relative;
    z-index: 1;
    /*padding: 20px;*/
}
.basho{
	position:absolute;
	top: 180px;
	left:76%;
	/*padding:0px 0px 0px 73%;*/
}

.star {
 	position: relative;
	z-index:1;				/*toukasasenai*/
	width: 0px;
	height: 0px;
	border-bottom: 50px solid #f9c1cf;
	border-right: 75px solid transparent;		/*#6efd30_75*/
	border-left: 75px solid transparent;		/*75*/
	transform: rotate(-37deg);
	background: linear-gradient(135deg, #ff6f61, #ffcc70);
	animation: twinkle 3s infinite;		/*5s*/	
}

.star::before {
	content: "";
	position: absolute;
	top: 0;
	left: -75px;					/*-75*/
	border-bottom: 50px solid #f9c1cf;
	border-right: 75px solid transparent;		/*75*/
	border-left: 75px solid transparent;		/*75*/
	transform: rotate(-71.5deg);			/*-71.5*/
}

.star::after {
	content: "";
	position: absolute;
	top: 0;
	left: -75px;
	border-bottom: 50px solid #f9c1cf;
	border-right: 75px solid transparent;
	border-left: 75px solid transparent;
	transform: rotate(71.5deg);			/*71.5*/
}

@keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

canvas {
	/*border: 1px solid black;*/
}

# canvas{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}

/***********************************************************/
@media only screen and (max-width: 768px) {
  .mbl{
	width:100%;
  }
  .mbl > div.space{
	width:16%;
  }
  canvas{
	height:100vh;
	}
}

/***********************************************************/
@media only screen and (min-width:1280px) {
	canvas{
		height:98vh;		/*Daiji*/
	}
}

/************************************************************/
.subtitle {
	 display: inline-block;
    padding: 0.5em 1em;
    font-size: 1.5rem;
    color: #333;
    font-weight: bold;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(255,244,80,0.3),
        rgba(255,244,80,0.3) 10px,
        rgba(255,255,255,1) 10px,
        rgba(255,255,255,1) 20px        
    );
    /*text-decoration: underline;*/
}

div.pad{
	width:97%;
	background-color:#f7f7d0;
	padding:0px 0px 0px 3%;
}
.wide{
	width:625px;
}

.item_nosan{
	margin:0px 0px 0px 0px;
}
.module{
	overflow: auto;
}

.clearfix::after{            /*protect-seriagari*/
   content: "";
   clear: both;
   display: block;
}

.float_block{
	width:calc(100%-31%);
	height:auto;
	background-color:#ffffff;
	align-content:flex-start;
		/*align-items:flex-start;*/
	padding:0px 10px 0px 10px;
	margin:10px 0px 5px 0px;
}

.flx{
	display:flex;
	flex-direction:column;
	float:left;				/*Daiji*/
	margin-right:3%;		/*Daiji*/
}

div.img-frame{
	width:486px;		/*730*/
	height:326px;		/*490*/
	aspect-ratio:73/49;		/*cho-Daiji*/
	margin:0px 10px 10px 10px;	/*bichousei*/
}

img.float_left{
	width: 100%;
	height:100%;		/*cho-Daiji*/
	border-radius:13px;
	/*padding-right:10px;*/
}

p.tx{
	width:89%;				/*97*/
	line-height: 1.6;
	font-size:1.1rem;
	padding:0px 30px 0px 30px;
	margin-top:5px;
}

.box {
  position: relative;
    border: 2px solid transparent;
    border-image: repeating-linear-gradient(
    90deg,
    #8cd1b9 0px,		/*#8b6f4e*/
    #8cd1b9 2px,
    #fc358a 2px,
    #8cd1b9 4px,
    #8cd1b9 4px
  ) 1;
  border-radius:8px;
  height:80px;
  width:430px;
  font-size:1.1rem;
  padding: 5px 10px 8px 10px;
  margin:5px 5px 8px 15%;
}

.box::before {
  content: "店主激白!!";
  position: absolute;
  top: -0.8em;
  left: 6%;
  /*color:linear-gradient(to bottom, #f30100, blue);*/
  color:#fc356c;					/*#ff3f3b*/
  transform: translateX(-6%);
  background: #fff;
  padding: 0 10px;
	font-size:1.1rem;
  font-weight: bold;
}
/*******************************************************************/
@media screen and (max-width:768px){
	.mobi{
		width:100%;
	}
	.mobi > div.flx > div.img-frame{
		width:100%;
    	height:100%;
	}
	.mobi > p.tx{
    	width:89%;
		padding:0px 10px 0px 20px;
	}
}

/********************************************************************/
section.item{
    	width:308px;			/*Daiji*/
    	padding:15px 10px 0px 30%;
}

/******************************************/
@media screen and (max-width:768px){		/*order-command*/
.sumaho{
	width;100%;
	}
.sumaho section{
	width:100vw;
	padding:10px 10px 0px 5%;
	}
}

/***************************************/
.space2{
	background-color:#ffffff;
	height:490px;
}

.box-shoulder{
	display:block;
  	text-align:center;
  	height:35px;
  	width:200px;
	background-color:#ffffff;
}

ul{
    font-size: 16px;
    list-style-type: none;
    width:130px;
	padding:0px 10px 0px 23px;
}
ul li.returnhm{
	width:130px;
	font-size:14px;
    padding: 10px;
    background-color:#f1f2ed;
        border-radius:30px;
 }
ul li.returnhm a:visited{
    color: #000000;
    width:130px;
	font-size:14px;
	background-color:#f1f2ed;
	padding: :10px;
}

ul li.returnhm a:hover{
    color:#5e00ff;
	/*width:100%;*/
	font-size:14px;
    padding: 10px;
    background-color:#CAC873;
        border-radius:30px;
 }

ul li.returnhm a{
    transition-duration: 0.5s;
}

footer{
	position: relative;
    text-align: left;
    color: #ffffff;
    background-color:#afd4e0;			/*#97BDCE*/
    background-size:cover;
	opacity:0.8;
	padding: 0px 0px 0px 5%;
    margin-top:6px;
    overflow: hidden;
}

footer::before {
  content: "";
  position: absolute;
  inset: 0;										/*top,right,bottom,left=0*/
  background-color: rgba(222, 175, 95, 0.1);			/*over-color*/
  pointer-events: none;
}

.footer_box{
	width:50%;
	margin: 0 auto;                 /*Daiji*/
	text-align:left;
	padding: 0px 0px 0px 5%;
}

td,th{
    border:1px solid #486b0b;
    padding:5px 30px;
}
th{
    color:#486b0b;
}
table{
    border-collapse: collapse;
    margin-bottom: 30px;
}

.item_box{
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    <!--justify-content:space-between;-->
}
.item img{
    border-radius: 10%;
}
.space{
	height:340px;
}

<!--li{-->
	<!--color:#ffffff;-->
<!--}-->

.contents h1{
	font-size:25px;
	border-bottom:5px solid #40bdc2;
}

.contents h3{
	font-size:20px;
	}

ul a:link{
    color:#000000;
    text-decoration: none;
    padding: 10px;
}

/*******************************************************************/
ul li a.col1:visited{
    color: #ffffff;
    padding: :10px;
}
ul li a.col1:hover{
    color:#000000;
    padding: 10px;
    background-color:#ff9933;
    border-radius:20px;
}
ul li a.col1{
	transition-duration:30ms;
	color:#ffffff;
    padding: 10px;
    background-color:#0066ff;
    border-radius: 20px;
}
/********************************************************/
ul li a.col2:visited{
    color: #ffffff;
    padding: :10px;
}
ul li a.col2:hover{
    color:#000000;
    padding: 10px;
    background-color: #ff99cc;
    border-radius:20px;
}
ul li a.col2{
	transition-duration:30ms;
	color:#ffffff;
    padding: 10px;
    background-color:#0066ff;
    border-radius: 20px;
}
/***********************************************************/
ul li a.col3:visited{
    color: #ffffff;
    padding: :10px;
}
ul li a.col3:hover{
    color:#000000;
    padding: 10px;
    background-color: #00ff00;
    border-radius:20px;
}
ul li a.col3{
	transition-duration:30ms;
	color:#ffffff;
    padding: 10px;
    background-color:#0066ff;
    border-radius: 20px;
}
/********************************************************/
ul li a.col4:visited{
    color: #ffffff;
    padding: :10px;
}
ul li a.col4:hover{
    color:#000000;
    padding: 10px;
    background-color:#ffff00;
    border-radius:20px;
}
ul li a.col4{
	transition-duration:30ms;
 	color:#ffffff;
    padding: 10px;
    background-color:#0066ff;
    border-radius: 20px;
}
/**********************************************************/
<!--ul a{-->
    <!--transition-duration: 0.5s;-->
<!--}-->

.left_box{
    align-items: flex-start;
    justify-content: flex-start;
}
.center_box{
    display: flex;
    justify-content:flex-start;
    align-items: flex-start;
    <!--margin-left: 30px;-->
    }
.right_box{
    justify-content:flex-end;
    align-items:flex-start ;
    margin-left: 30px;
}
.item2_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.data{
    width:300px;
}

.picture{
    border-radius:50%;
}

/*********************************************/
span.kira a {
  display: inline-block;
  width: 300px;
  max-width: 90%;
  	color: #fff;
  cursor: pointer;
  font-size: 18px;
  padding: 10px 10px;
  		background:#4bac0c;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

span.kira a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  /*background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);*/
  background-image: linear-gradient(130deg, rgba(0, 223, 255, 0) 25%, rgba(0, 223, 255, 0.5) 50%, rgba(0, 223, 255, 0) 75%);
  /*background-image: linear-gradient(130deg, rgba(240, 255, 0, 0) 25%, rgba(240, 255, 0, 0.5) 50%, rgba(240, 255, 0, 0) 75%);*/
}

/*changed*/
span.kira a:hover::before {
  -webkit-animation: shine 0.5s;
          animation: shine 0.5s;
}

@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

/*************** kirari button **************/
span.kira2 a {
  display: inline-block;
  width: 300px;
  max-width: 90%;
  	/*color: #fff;*/
	color:#206629;
  cursor: pointer;
  font-size: 18px;
  padding: 10px 10px;
  		background:#FFC20E;		/*#F4CA16-#FFA500*/
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

span.kira2 a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(251, 255, 3, 0) 25%, rgba(251, 255, 3, 0.5) 50%, rgba(251, 255, 3, 0) 75%);
  /*background-image: linear-gradient(130deg, rgba(240, 255, 0, 0) 25%, rgba(240, 255, 0, 0.5) 50%, rgba(240, 255, 0, 0) 75%);*/
	/* transitionは削除 */
}

span.kira2 a:hover::before {
  -webkit-animation: shine 0.5s;
          animation: shine 0.5s;
}

@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

#frame {
	width: 800px;
	height: 200px;
	position: absolute;
	overflow: hidden;
}

.item3_box{
    display:flex;
}
.item3{
    display:block;
    width:400px;
}
.item4{
    flex-wrap:wrap;
    justify-content: flex-start;

}

/***************************************************************************/
ul li.backhome a:visited{
    color: #000000;
    							padding: :10px;
}
ul li.backhome a:hover{
    color:#04f104;
    padding: 10px;
    background-color: #0066ff;		/*#CAC873*/
        border-radius:30px;
 }
ul li.backhome a{
    transition-duration: 0.8s;
}

/***************************************************************************/
.base{
	display:block;
    padding:10px 10px 10px 236px;
    justify-content: flex-start;
  	/*text-align:center;*/
  	height:35px;
  	width:800px;
}
/***************************************************************/
input[type="button"]{
	font-size:17px;
	color:black;
  text-align: center;
    background-color:#c9ddf8;
	width:160px;
        border-radius:10px;
}