/* base
==================================*/
  h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd,tr {
  	font-size: 12px;
  	line-height: 22px;
  }
  body {
  	overflow-x:hidden;
  	color:#323232;
	font-family:'Noto Sans Japanese' , "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "ƒƒCƒŠƒI", Meiryo, Verdana, "‚l‚r ‚oƒSƒVƒbƒN", "MS P Gothic", san-serif ;
  }
  
  
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    src: url('/font/NotoSansCJKjp-DemiLight.eot');
    src: url('/font/NotoSansCJKjp-DemiLight.eot?#iefix') format('embedded-opentype'),
    url('/font/NotoSansCJKjp-DemiLight.woff') format('woff'),
    url('/font/NotoSansCJKjp-DemiLight.ttf')  format('truetype');
}


  
  .sp {
  	display:none !important;
  }
  .tag {
  	position:absolute;
  	bottom:0;
  	left:0;
  }

  @media print{
    body{
    	_zoom: 70%;
    	background: none;
    }
  }

/* font
==================================*/
  a {
  	color:#323232;
  	text-decoration:none;
  }
  a:visited {
  	color:#323232;
  	text-decoration:none;
  }
  a:hover {
  	color:#323232;
  	text-decoration: none;
  }
  a:active {
  	color:#323232;
  	text-decoration: none;
  }
  .pcnone{
  	display:none !important;
  }

/* loading
==================================*/
  div#Loading {
    /*display:none;*/
    background: -moz-linear-gradient(-53deg, #1d60f8, #1acbeb);
    background: -webkit-linear-gradient(-53deg, #1d60f8, #1acbeb);
    background: linear-gradient(143deg, #1d60f8, #1acbeb);
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:1000;
  }
  /*
  div#Loading p {
      position: fixed;
      top: 50%;
      left: 44%;
      text-align: center;
  }
  */
  .load_in {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6em;
    height: 6em;
    margin: -3em 0 0 -3em;
    overflow: hidden;
    background: rgba(255,255,255,0.35);
  }
  .load_in div {
    position: absolute;
    width: 6em;
    height: 6em;
    animation: alpha 2.25s linear infinite forwards;
    background: rgba(255,255,25,0.75);
  }
  .load_in div:nth-child(1) {
    top: -50%;
    left: -50%;
  }
  .load_in div:nth-child(2) {
    top: -50%;
    right: -50%;
  }
  .load_in div:nth-child(3) {
    bottom: -50%;
    right: -50%;
  }
  .load_in div:nth-child(4) {
    bottom: -50%;
    left: -50%;
  }
  @keyframes alpha {
    0% {
      transform:rotate(0);
      background: rgba(231,76,60,0.75);
    }
    25% {
      background: rgba(230,126,34,0.75);
    }
    50% {
      border-radius: 50%;
      background: rgba(142,68,173,0.75);
    }
    75% {
      background: rgba(41,128,185,0.75);
    }
    100% {
      transform:rotate(360deg);
      background: rgba(231,76,60,0.75);
    }
  }
  div#Loading p.txt {
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    letter-spacing: 0.1em;
  	margin-top: 5em;
  }

/* Contents
==================================*/
div#AllBox{
	position:relative;
}
div#Content{
}


  #pageTop{
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index:20;
	opacity:0;
  }
.pagetop.active{
	opacity:1 !important;
	}
.pagetop{
	opacity:0;
	transition:.3s;
	}
  #pageTop img{
    width: 100%;
  }

/* HeroArea
==================================*/
 #heroArea{
	  background:url(../images/main.webp?20210225) no-repeat center top;
	  height:751px;
}
#heroArea h1{
	text-align:center;
}
#heroArea .logo {
	  max-width:1000px;
	  margin:0 auto;
	  padding-top:10px;
}
#Content .inner{
	  max-width:1000px;
	margin:0 auto;
	position:relative;
}
#con01{
	  background:url(../images/bg01.gif) no-repeat center bottom #ffea01;
	  height:2349px;
	  position:relative;
	  padding-top:165px;
}
#con01 .illust {
    position:absolute;
    top: -368px;
	left:50%;
    width: 943px;
    margin: 0 0 0 -470px;
	z-index:1;
}
#con01 .illust img{
	width:100%;
	max-width:943px;
}
#con01 h2{
	  background:url(../images/tit01.webp?20210225) no-repeat center top;
	  height:259px;
	  text-indent:-9990px;
	  margin:0 auto 18px;
	  position:relative;
	  z-index:10;
}
#con01 dd{
	font-size:20px;
	line-height:30px;
	font-weight:bold;
}
#con01 .poit01{
	position:absolute;
	top:275px;
	right:0;
	width:785px;
}

#con01 .poit01 .s {
	font-size:14px;
}
#con01 .poit02{
	position:absolute;
	top:836px;
	left:0;
	width: 82%;
}
#con01 .poit03{
	position:absolute;
	top:1375px;
	right:1%;
	width: 81%;
}
#con01 .poit03 .s {
	font-size:14px;
}
#con01 .poit04{
	position:absolute;
	top:1824px;
	left:0;
	width: 82%;
}


@media screen and (max-width: 1000px) {
	 #heroArea{
	  background-size:1900px auto;
	  height:710px;
		}
#con01 h2{
	  background-size:1030px auto;
}

#con01 .poit02{
	left:3%;
}
#con01 .poit03{
	right:3%;
}
#con01 .poit04{
	left:3%;
}

}

#con01 .poit01 dt{
	  background:url(../images/tit_sub01.webp) no-repeat 0 top ;
	  width:785px;
	  height:163px;
	  text-indent:-9990px;
	  margin:0 0 18px;
}
#con01 .poit02 dt{
	  background:url(../images/tit_sub02.webp) no-repeat 0 top ;
	  width:581px;
	  height:163px;
	  text-indent:-9990px;
	  margin:0 0 18px;
}
#con01 .poit03 dt{
	  background:url(../images/tit_sub03.webp?20210225) no-repeat 0 top ;
	  width:636px;
	  height:160px;
	  text-indent:-9990px;
	  margin:0 0 18px;
}
#con01 .poit04 dt{
	  background:url(../images/tit_sub04.webp) no-repeat 0 top ;
	  width:729px;
	  height:183px;
	  text-indent:-9990px;
	  margin:0 0 18px;
}
#con01 .poit01 dd {
	  padding-left:112px;
}
#con01 .poit02 dd {
	  padding-left:122px;
}
#con01 .poit03 dd {
	  padding-left:114px;
}
#con01 .poit04 dd {
	  padding-left:112px;
}

#con02 {
	  background:url(../images/bg02.gif) repeat;
	  padding-bottom:80px;
}
#con02 h2{
	  background:url(../images/tit02_bg.webp) no-repeat center top;
	  margin:-131px auto 18px;
	  position:relative;
	  z-index:10;
}
#con02 h2 span{
	text-align:center;
	margin:0 auto;
	display:block;
}
@media screen and (max-width: 1000px) {
#con02 h2 span{ 
	width:100vw;
	display:block;
	padding:0 1%;
	box-sizing:border-box;
  }
#con02 h2 span img{
	width:100%;
	max-width:950px;
}
}

#con02 .c img{
	width:100%;
}

#con03 {
	  background:url(../images/bg03.gif) no-repeat center bottom #ffea01;
	  padding-bottom:128px;
}
#con03 h2{
	  background:url(../images/tit03.webp?1) no-repeat center top;
	  height:418px;
	  margin:0 auto 18px;
	  position:relative;
	  z-index:10;
	  top: -131px;
	  text-indent:-9990px;
}
#con03 .inner{
	position:relative;
}
#con03 .price{
	  background:url(../images/price.webp?20210225) no-repeat center top;
	  height:389px;
	  position:absolute;
	  top:-21px; 
	  left: 50%;
	  margin-left:-450px;
	  z-index:50;
	  width:913px;
}
#con03 .w_box{
	background:#ffffff;
	margin:-131px 0 42px;
	height:370px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	z-index:1;
	position:relative;
}
#con03 .info2{
	font-size:18px;
	position:relative;
	top:-25px;
	left:0;
	color:#ff0000 !important;
}
#con03 .info2 a {
	color:#ff0000 !important;
}
#con03 .price_txt{
	margin:0 3%;;
}
#con03 .price_txt img{
	width:100%;
	max-width:917px;
	margin:0 auto;
}

@media screen and (max-width: 1000px) {
#con03 .w_box{
	margin-right:3%;
	margin-left:3%;
}
#con03 .price{
	background-size:900px auto;
}
}

#con04 {
	  background:url(../images/bg02.gif) repeat;
	  padding-bottom:72px;
}
#con04 h2 span{
	text-align:center;
	margin:0 auto;
	display:block;
	position:relative;
	top:-54px;
	margin-bottom:-54px;
}

#con04 .promotion{
	width: 100%;
    color: rgb(255, 0, 0);
	/* text-align: center; */
	font-size: 20px;
	padding: 5px 0px 5px 0px;
} 


#con04 .inner ul {
	position: relative;
}

#con04 .closed_days {
	position: relative;
	top: -15px;
	max-width: 210px;
	/* text-align: center; */
}

#con04 .closed_days02 {
	position: absolute;
	top: -26px;
	left:280px;
}


@media screen and (max-width: 1000px) {
#con04 h2 span{ 
	width:100vw;
	display:block;
	padding:0 3%;
	box-sizing:border-box;
  }
#con04 h2 span img{
	width:100%;
	max-width:950px;
}
#con04 .inner{
	padding:0 3%;
}
}

#con04 ul li{
	font-size:16px;
	line-height:22px;
	margin-top:10px;
  text-align: center;
}
#con05 {
	  background:url(../images/bg05.gif) no-repeat center top #0081ef;
	  padding-bottom:60px;
}
#con05 h2{
	  background:url(../images/tit05.webp) no-repeat center bottom;
	  height:158px;
	  padding:102px 0 0;
	  margin-bottom:43px;
	  text-indent:-9990px;
}
#con05 .btn_Area {
	display: flex;
	  justify-content: flex-end;
}
#con05 .btn_Area li.l{
	margin-right:5px;
}
#con05 .btn_Area li.r{
	margin-left:5px;
}
#con05 .btn_Area li a{
	position:relative;
	top:-0;
-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}
#con05 .btn_Area li a:hover{
	position:relative;
	top:-10px;
}

#Content .table01 th{
	font-size:18px;
	font-weight:bold;
}
#Content .table01 .t02{
	color:#df0707;
}
#Content .table01 .redprice{
	font-size:34px;
	font-weight:bold;
}
#Content .table01 .yen{
	font-size:24px;
	font-weight:bold;
}
#Content .table_box{
	background:#ffffff;
	border:solid 5px #ffff00;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	padding:30px 4%;
	margin-bottom:60px;
}
#Content .table01 th{
	width:185px;
	text-align:center;
}
#Content .table01 th,
#Content .table01 td{
	border-bottom:solid 1px #e7e7e7;
	padding:15px 10px;
}
#Content .table01 th.end,
#Content .table01 td.end{
	border-bottom:none !important;
}

#Content .table01 .t01{
	font-size:16px;
	font-weight:bold;
}
#Content .table_box .table01 .t02{
	text-align:right;
	padding:15px 0;
}
@media screen and (max-width: 1000px) {
#con05 .btn_Area {
	  margin:0 3%;
}
#con05 .btn_Area img{
	width:100%;
}
#Content .table_box{
	margin-right:3%;
	margin-left:3%;
}
#Content .table01{
	margin:0 auto;
}
#Content .table01 th{
	display:block;
	position:absolute;
	/*top:0;*/
	left:50%;
	margin-left:-75px;
	width:150px !important;
	text-align:center;
	border-bottom:none !important;
	padding-top:20px !important;
}
#Content .table01 tr{
	position:relative;
}
#Content .table01 td{
	padding-top:50px !important;
}
#Content .table01 td.two{
	padding-top:80px !important;
}
#Content .table01 td.t02{
	text-align:left !important;
}
}
#con06{
	  background:url(../images/bg06.gif) repeat;
	  padding-bottom:80px;
	  padding-top: 80px;
}
#con06 h3.tl01{
	  background:url(../images/tit06.webp) no-repeat center bottom;
	  height:279px;
	  text-indent:-9990px;
		position: relative;
		bottom: -40px;
		z-index: 5;
}
#con06 h3.tl02{
	  background:url(../images/tit07.webp) no-repeat center bottom;
	  height:204px;
	  text-indent:-9990px;
		position: relative;
		bottom: -20px;
		z-index: 5;
}
#con06 .promotion{
	width: 100%;
    color: rgb(255, 255, 255);
	text-align: center;
	font-size: 20px;
	padding: 0px 0px 10px 0px;
}
#Content .btn_con{
	width:562px;
	margin:0 auto;
}
#Content .btn_con a{
	  background:url(../images/btn_con.webp?1) no-repeat center top;
	  width:562px;
	  height:103px;
	  display:block;
	  text-indent:-9990px;
}
#Content .btn_con a:hover{
	  background:url(../images/btn_con_on.webp?1) no-repeat 3px 4px;
}
#Content .border_bulue{
	border:solid 5px #40cbff;
}
#Content .border_green{
	border:solid 5px #00bdc4;
}


#con08{
	  background:url(../images/bg08.gif) repeat;
	  padding-bottom:80px;
}

#con08 h3.tl01{
	  background:url(../images/tit08.webp) no-repeat center bottom;
	  height:326px;
	  text-indent:-9990px;
		position: relative;
		bottom: -30px;
		z-index: 5;
}
#con08 h3.tl02{
	  background:url(../images/tit09.webp) no-repeat center bottom;
	  height:204px;
	  text-indent:-9990px;
		position: relative;
		bottom: -20px;
		z-index: 5;
}

#con09{
	  background:url(../images/bg09.webp) no-repeat center top #0081ef;
	  padding-bottom:150px;
	  padding-top:90px;
}
#con09 h2{
	  background:url(../images/tit10.webp) no-repeat center top;
	  height:49px;
	  text-indent:-9990px;
	  margin-bottom:30px;
}
#con09 .box{
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	padding:30px 4%;
	background:#106ebe;
	margin:0 auto 50px;
}

@media screen and (max-width: 1000px) {
#con09 .box{
	  margin:0 3% 50px;
}

}
#con09 .box li{
	font-size:16px;
	line-height:22px;
	margin-bottom:10px;
	color:#ffffff;
	text-indent:-1.3em;
	margin-left:1.3em;
}
#con09 .promotion{
	width: 100%;
    color: rgb(255, 255, 255);
	text-align: center;
	font-size: 20px;
	padding: 0px 0px 10px 0px;
}

#FooterBox{
	background:url(../images/bg_bottom.webp) no-repeat center bottom;
	height:240px;
	margin-top:-80px;
}
#FooterBox p{
	color:#ffffff;
	text-align:center;
	font-size:16px;
	line-height:24px;
}
#FooterBox .logo{
	padding:60px 0 15px;
}