@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

html {
	scroll-behavior: smooth;
}

body {  font-family: Helvetica,Arial, Roboto, 遯ｶ蟒孑oid Sans遯ｶ�ｽ, 遯ｶ諛茨ｽｸ�ｸ郢ｧ�ｴ郢ｧ�ｷ郢晢ｿｽ縺醍ｪｶ�ｽ, YuGothic,遯ｶ諛翫Υ郢晢ｽｩ郢ｧ�ｮ郢晄焔�ｧ蛛ｵ縺� ProN W3遯ｶ�ｳ,遯ｶ蟒ｩiragino Kaku Gothic ProN遯ｶ�ｽ, 遯ｶ諛莞鍋ｹｧ�､郢晢ｽｪ郢ｧ�ｪ遯ｶ�ｽ,Meiryo, sans-serif; scroll-behavior: smooth;background-color: #ebf8ff;
  background-repeat: no-repeat;
background-size:cover;
background-attachment: fixed;
	overflow-x: hidden;
-webkit-font-smoothing: antialiased;
}


i, i:after, i:before { background: white; }
i {
	display: inline-block;
	-webkit-animation: snowflakes 10s linear 10s 20;
	-moz-animation: snowflakes 10s linear 10s 20;
	position: relative;
}
i:after, i:before {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transform: rotate(120deg);
}
i:before { -webkit-transform: rotate(240deg); }

@-webkit-keyframes snowflakes {
	0% {
		-webkit-transform: translate3d(0,0,0) rotate(0deg) scale(0.6);
	}
	100% {
		-webkit-transform: translate3d(15px, 1360px, 0px) rotate(360deg) scale(0.6);
	};
}

.snowflakes i:nth-child(3n) {
	width: 16px; height: 4px;
	-webkit-animation-duration: 4s;
	-webkit-animation-iteration-count: 30;
	-webkit-transform-origin: right -45px;
}

.snowflakes i:nth-child(3n+1) {
	width: 24px; height: 6px;
	-webkit-animation-duration: 6s;
	-webkit-animation-iteration-count: 45;
	-webkit-transform-origin: right -30px;
}

.snowflakes i:nth-child(3n+2) {
	width: 32px; height: 8px;
	-webkit-animation-duration: 8s;
	-webkit-animation-iteration-count: 60;
	-webkit-transform-origin: right -15px;
}
	
/* different delays so they don't all start at the same time */
.snowflakes i:nth-child(7n) {
  opacity:.3;
  -webkit-animation-delay: 0s;
  -webkit-animation-timing-function:ease-in;
}
.snowflakes i:nth-child(7n+1) {
  opacity:.4;
  -webkit-animation-delay: 1s;
  -webkit-animation-timing-function:ease-out;
}
.snowflakes i:nth-child(7n+2) {
  opacity:.5;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-timing-function:linear;
}
.snowflakes i:nth-child(7n+3) {
  opacity:.6;
  -webkit-animation-delay: 2s;
  -webkit-animation-timing-function:ease-in;
}
.snowflakes i:nth-child(7n+4) {
  opacity:.7;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-timing-function:linear;
}
.snowflakes i:nth-child(7n+5) {
  opacity:.8;
  -webkit-animation-delay: 3s;
  -webkit-animation-timing-function:ease-out;
}
.snowflakes i:nth-child(7n+6) {
  opacity:.9;
  -webkit-animation-delay: 3.5s;
  -webkit-animation-timing-function:ease-in;
}
a {
	text-decoration: none;
	display: inline;
	margin: 0;
	padding: 0;
}

.main-parent {
	width: 1200px;
	margin: 0 auto;
}

.pctop {
	display: block;
}

.sptop {
	display: none;
}

.header {
	background-size: cover;
	text-align: center;
}

/*
.header span {
	font-size: 21px;
	font-weight: bold;
	color: #2e2e2e;
}
*/

.header p {
	font-size: 25px;
	padding-bottom: 50px;
	margin: 0px 50px 0  50px;
	text-align: justify;
}

.title {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0px;
}

.title img {width: 70%;}

.btnprnt {
  display: flex;
 background: #ABDFF6;
background: linear-gradient(0deg, rgba(171, 223, 246, 1) 0%, rgba(255, 255, 255, 1) 9%);
  padding:
5%;
  margin-top: -90px;
}

.topbtns {
	flex: 30%;
	padding: 10px 140px;
}





.topbtns div{
	float: left;
	width: 23%;
	margin: 1%;
}


.topbtns div:hover {
    box-shadow: 0px 4px 8px rgb(105 90 54 / 40%), 0px 7px 13px -3px rgb(77 65 36 / 30%), inset 0px -3px 0px #033C3A;
	transform: translateY(-2px);
   
}


.topbtns-item {flex: 30%; padding: 10px 0px; 
	
	margin-left: 15px;
	position: relative;
	
	color:#2e2e2e; 
	font-weight: normal; 
	font-size: 16px; 
	line-height: 30px;
	}

.topbtns-item a {color:#2e2e2e; font-size: 16px;}
.boxedleft {float: left;
  width: 28%;
  outline: 0px solid #fff;
  margin: 15px;
  position: relative;
  background-color: white;
  border-radius: 0px;
  padding: 14px;}

.boxedleft1 {float: left;
  width: 28%;
  outline: 3px solid #def8f8;
  margin: 15px;
  position: relative;
  background-color: white;
  border-radius: 0px;
  padding: 14px;}



.topbtns-item .itembutton {
	color: #fff;
	padding: 5px;
	text-align: center;
	font-size: 18px;
	background-color: #C2AB7C;
	border-top:1px solid #fff;
	font-weight: bold; outline: 0; width: 94%;
}

.topbtns-eve {margin-left: 30px; }

.topbtns-eve div{float: left;
	width: 45%;
	margin: 2%;}

.categ-title {
	font-size: 50px;
	background-color: #F2F2F2;
	padding: 30px 0px;
	font-weight: bold;
	text-align: center;
	
}

.categ-title p {
	font-size: 25px;
	
}

.itmprnt {
	position: relative;
	margin: 0 auto;
	background-color: #F2F2F2;
}

.brandbnr {
	font-size: 25px;
	text-align: center;
}

.brandbnr p {
	margin: 20px 50px;
}

.items3 {
	float: left;
	width: 22%;
	outline: 3px solid #C2AB7C;
	margin: 11px;
	position: relative;
	background-color: #FFFCFC;
	color:#2e2e2e; font-weight: normal; font-size: 16px; line-height: 30px;
	
}
.items3 a {color:#2e2e2e;}



.items3 span{
	font-size: 21px;
	color: #2e2e2e;
	text-align: center;
	font-weight: bold;
}

.items4 {
	float: left;
	width: 22.5%;
	outline: 2px solid #fff;
	margin: 15px;
	position: relative;
	background-color: #fff;
}

.items4 span{
	font-size: 21px;
	color: #2e2e2e;
	text-align: center;
	line-height: 35px;
	font-weight: bold;
}



.button { 
	background-color: #73b1db;
	border: none;
	color: white;
	padding: 15px;
	text-align: center;
	font-size: 30px;
	margin: 4px 2px;
	cursor: pointer;
	width: 60%;
}

.description {
	font-size: 25px;
	text-align: center;
}

.description2 {
	font-size: 16px;
	text-align: left;
	padding-left: 30px
}

.xmashdrpc { paddin: 20px; display: block;}
.xmashdrsp { paddin: 20px; display: none;}

.topbnr { display: block; width: 1200px;}
.topbnr-sp { display: none;}



.bgcolorwhite { background-image: url("https://image.rakuten.co.jp/glv/cabinet/salepage/summergoods/bgcolorwhite.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position:
center;height: auto;  width: 100%;}

.bgcolor1 {
  background-image: url("https://image.rakuten.co.jp/glv/cabinet/salepage/summergoods/bgcolor1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position:
center;height: auto;  width: 100%;
}


.bgcolor2 {
  background-image: url("https://image.rakuten.co.jp/glv/cabinet/salepage/summergoods/bgcolor2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position:
center;height: auto;  width: 100%;
}



.brand-items { margin-left:15%;}
.subbrand{color: #FFF;
  padding: 5px;
  text-align: center;
  font-size: 16px;
  background-color: #4aa3ca;
  border-top: 1px solid #fff;
  font-weight: bold;
  width: 55%;
  margin: 0 auto; opacity: 0.9;}

.subbrand1{color: #4e95d9;
  padding: 5px;
  text-align: center;
  font-size: 16px;
  background-color: #cef4f4;
  border-top: 1px solid #fff;
  font-weight: bold;
  width: 55%;
  margin: 0 auto; opacity: 0.9;}

.subbrand2{color: #fff;
  padding: 5px;
  text-align: center;
  font-size: 16px;
  background-color: #ffd24c;
  border-top: 1px solid #fff;
  font-weight: bold;
  width: 55%;
  margin: 0 auto; opacity: 0.9;}


.subcat{
	margin-top:3%;
	margin-bottom:20%;
	text-align: center;
	background-color: #163489;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 60px;
	color: #fff ; 
	width: 60%;
	margin: 0 auto;
	
}

.subcat a{
	color: #fff ; 
}

.subcat:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}

.subtitle { font-size: 14px; color: #2e2e2e;}
.subtitle2 { font-size: 14px; color: #2e2e2e;}

.leftspacer { margin-left: 40px;}

.xmastitle img { width: 80%; margin: 0 auto;}


h3 {
  font-size: 18px;
  color: #2e2e2e;
  text-align: center;
  font-weight: normal;
  line-height: 28px;
  font-weight: bold;
}


.bigfont{
	font-size: 18px;}

div.eventbnr {
      margin: 3px 14px;
      float: left;
        width: 46%;
    }

    div.eventbnr:hover {
        opacity: 0.9;
    }

    div.eventbnr img {
      width: 100%;
      height: auto;
    }

/*BURGER CODE*/

#menuToggle {
	display: block;
	position: fixed;
	bottom: 30px;
	right: 30px;
	
	background-color: #73b1db;
    padding: 8px 13px;
	border-radius: 5px;

	z-index: 1;

	-webkit-user-select: none;
	user-select: none;
}

#menuToggle a li {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	
	transition: color 0.3s ease;
}

#menuToggle a li:hover {
	color: #fff;
	background-color: #2e2e2e;
	margin: 2%;
	padding: 2%;
}

#menuToggle input {
	display: block;
	width: 70px;
	height: 58px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fff;

	cursor: pointer;

	opacity: 0;
	z-index: 2;

	-webkit-touch-callout: none;
}

#menuToggle span {
	display: block;
    width: 60px;
    height: 8px;
    margin: 10px 0;
	position: relative;

	background: #fff;
	border-radius: 3px;

	z-index: 1;

	transform-origin: 4px 0px;

	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease;
}

#menuToggle span:first-child {
	transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
	background: #fff;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
	transform: rotate(-45deg) translate(0, -1px);
}

#menu {
	position: absolute;
    width: 251px;
    margin: -560px 0 0 -248px;;
    padding: 50px;
    padding-bottom: 90px;
	
    background: #73b1db;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
	
    transform-origin: 100% 0%;
    transform: translate(100%, 0);
	
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li {
	padding: 10px 0;
	font-size: 22px;
}

#menuToggle input:checked ~ ul {
	transform: none;
}
/*BURGER CODE*/



.view {
		margin: 14px;
  float: left;
  border: 1px solid #000 !important;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  width: 40% !important;
	}

.subcontainer3 {background: #ffffff;
padding-left: 150px;}

.categhdr1 {width: 70%; margin: 0 auto;}


@media only screen and (min-device-width : 320px) and (max-device-width : 667px) 

{
	.container {width: 100%; margin: 0 auto;
	}
	
.cpnall { float: left;  width: 48%; } .cpnmrg { margin: 1%;}  .cpnmrg1 { margin: 1%;} .spspcpn { clear: both; display: block; }	
.itemdiv{width: 100%; margin: 0 auto; position: relative;}	
.coupondiv{float:left; width: 100%; padding-top: 20px;}
.couponimg{float: left; width: 48%; margin: 0 1%;}
.pcimg{display: none}
.spimg{display: block}
	
	.ctgtxt {color:#fff; text-align: center; margin: 10px; font-size: 40px;}
	.topbnr { display: none;}
.topbnr-sp { display: block;}
	h3 { font-size:28px; line-height: 50px; margin-top: 20px;}
	
	
.bigfont{
	font-size: 30px;}
	
	
	.subtitle {font-size: 22px;}
	.itemtitle { font-size:50px; padding:0;margin-top: -20px;}
	.titlebar1{  font-size: 50px;}
	
	.itembtn {width: 70%; padding: 3%; color: #fff; text-align: center; font-size: 32px; background-color: #8ea9db;}
	
#point {width:100%; margin: 0 auto; }
.boxedleft { width: 45%; margin: 30px 1%}
	
	.boxedleft1 { width: 45%; margin: 30px 1%}
.boxedleft2 { width: 48%; margin: 10px 1%;height: 590px;}
	.boxedleft3 { width: 45%;font-size:30px;}
.coupontxt {font-size: 30px; font-weight: bold; }
	
	.view {
    margin: 1% !important;
    float: left;
    border: 1px solid #000 !important;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #fff url(../images/bgimg.jpg) no-repeat center center;
    width: 47% !important;
}
	
.subcontainer {margin-top: -40px;}
	
	
.subcontainer2 { padding:5px;}
	
	.subcontainer3 { border-radius: 0px; height: 6600px; padding-left: 10px; margin-left: 0px; background: #fffff;}
	
	
	

	
	
	.subcontainer6 {background-color:white;height:510px;}
	
	
	.brandcontainer {background-color:#ffffff;}
	.view {
  border: 2px solid #2e2e2e !important;}

.categ-btn1 {
	    float: left;
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    color: #fff;
    width: 27%;
	margin-top: 50px;
	border-right: 1px solid #d3d3d3;

}
	
	.categ-btn2 {
	    float: left;
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    color: #fff;
    width: 27%;
	margin-top: 50px;
	border-right: 1px solid #d3d3d3;

}
	
	
	.categ-btn3 {
	    float: left;
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    color: #fff;
    width: 27%;
	margin-top: 50px;


}
	
	
	.categ-btn4 {
	    float: left;
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    color: #fff;
    width: 27%;
	margin-top: 50px;
	border-right: 1px solid #d3d3d3;

}
	
	
	.categ-btn5 {
	    float: left;
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    color: #fff;
    width: 27%;
	margin-top: 50px;
	border-right: 1px solid #d3d3d3;

}
	
	
	.categ-btn6 {
	    float: left;
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    color: #fff;
    width: 27%;
	margin-top: 50px;


}
	
	

	.categhdr1 {margin-left:0%; width: 100%;}
	.categhdr {margin:0%;}

.categ-btn:hover {
    box-shadow: 0px 4px 8px rgb(105 90 54 / 40%), 0px 7px 13px -3px rgb(77 65 36 / 30%), inset 0px -3px 0px #5d4303;;
    transform: translateY(-2px);
}
.categ-btn:active{
	box-shadow: inset 0px 3px 7px #000000;
    transform: translateY(2px);
}
	
.topbtns-eve {margin-left: 0px;margin: 2%; background-color: #ffffff; }
	.topbtns-item {margin-left: 0px;margin: 2%;}
	.brand-items { margin-left:2%;}	
	
	/*BURGER CODE*/

#menuToggle {
	display: block;
	position: fixed;
	bottom: 50px;
	right: 50px;
	
	background-color: #73b1db;
    padding: 25px 30px;
	border-radius: 20px;

	z-index: 1;

	-webkit-user-select: none;
	user-select: none;
}

#menuToggle a li {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	
	transition: color 0.3s ease;
}

#menuToggle a li:hover {
	color: #fff;
	background-color: #2e2e2e;
}

#menuToggle input {
	display: block;
	width: 180px;
	height: 180px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fff;

	cursor: pointer;

	opacity: 0;
	z-index: 2;

	-webkit-touch-callout: none;
}

#menuToggle span {
	display: block;
    width: 120px;
    height: 17px;
    margin: 20px 0;
	position: relative;

	background: #FFF;
	border-radius: 5px;

	z-index: 1;

	transform-origin: 4px 0px;

	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease;
}

#menuToggle span:first-child {
	transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
	background: #fff;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
	transform: rotate(-45deg) translate(0, -1px);
}

#menu {
	position: absolute;
    width: 679px;
    margin: -1100px 0 0 -560px;
    padding: 50px;
    padding-bottom: 190px;

	background: #c0546bs;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;

	transform-origin: -100% 0%;
	transform: translate(100%, 0);

	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li {
	padding: 10px 0;
	font-size: 60px;
}

#menuToggle input:checked ~ ul {
	transform: none;
}
/*BURGER CODE*/
	
	
	
	
.topbtn { 
bottom: 150px !important;
right: 20px !important;
z-index: 99;
font-size: 24px;
padding: 20px !important;
border-radius: 4px;
}
.sitetopbtn a { line-height: 30px; }
.sitetopbtn {
bottom: 30px !important;
right: 20px !important;
z-index: 99;
z-index: 99;
font-size: 24px;
padding: 20px !important;
border-radius: 4px;



}
.eventbanner{width: 95%; margin: 0 auto; padding: 0 1%;}		
	

.subbrand {
    color: #fff;
   background-color: #4aa3ca;
    border-top: 1px solid #fff;
	font-size: 30px;
    width: 65%;
    margin: 20px auto;

}
	
	.subbrand1 {
    color: #4e95d9;
   background-color: #cef4f4;
    border-top: 1px solid #fff;
	font-size: 30px;
    width: 65%;
    margin: 20px auto;

}
	
	.subbrand2 {
    color: #fff;
   background-color: #ffd24c;
    border-top: 1px solid #fff;
	font-size: 30px;
    width: 65%;
    margin: 20px auto;

}


.subcat{
	font-size:30px;
	width: 70%;
	
}

.subcat a{
	color: #e7eef6 ; 
}

.subcat:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}
	
	.carousel-buttons  {
     top:30%;
		
    }
	
	.carousel-buttons button {
      
      padding: 10px 20px;
	  font-size: 40px;
		
    }
	
	.carousel-buttonsblack button {
      
      padding: 10px 20px;
	  font-size: 40px;
		
    }
	
	.slidetxt {
    color: #fff;
    font-size: 34px;
    font-size: 34px;
    text-align: center;
        line-height: 45px;
}

	.smallfont {font-size: 35px;}
	
}






@media (orientation: landscape){
	
	#descpc{
		display: block;
		
	}
	#descsc{
		display: none;
	}
}
	
	
@media (orientation: portrait) {
 
	
	
	#descpc{
		display: none;
		
	}
	#descsc{
		display: block;
	}
	
	
	
}
	