@charset "euc-jp";

#page-wrapper {
  position: relative;
}
#wrapper {
}
#container {
  clear: both;
}
.container {
width: 100%;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}

.muted {
  color: #999;
}

body {
  color: #444;
  background-color: #fff;
  background-image: url();
}

a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #3d9ddd;
}
a:hover{
  color: #2c88c5;
  text-decoration: none;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

h2 {
  margin: 2em 0;
  text-align: left;
  font-size: 15px;
}
  .ttl-h2 {
    padding: 0 1.4%;
  }

.btn-01 {
  border: 1px solid #fff;
  background-color: #fff;
  color: #444;
  *background-color: #fff;
  width: 100%;
  border-radius: 0;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  margin: 30px 0 0;
  padding: 20px 0;
  display: block;
}
.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #ddd;
  color: #444;
  *background-color: #ddd;
}

/*
 * web font
 */
.google-font {
  text-transform: uppercase;
  letter-spacing: .6px;
  font-weight: 400;
  font-family: 'Sintony', sans-serif;
}
  .google-font.fwb {
    font-weight: 700;
  }





/* incart delivery */
.incart-delivery {
  text-align: left;
  margin: 3.5em 0 0;
}
  .incart-delivery ul {
    margin: 0;
    list-style: none;
    font-size: 11px;
  }

/*
 * product list
 */
.prd-lst-unit {
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  padding: 0;
  margin: 0 0 3.4%;
}
.prd-lst-link{
  display: block;
  color: #fff;
  max-width: 100%;
  padding: 0 3.2%;
}
.unit-inner{
  width: 100%;
  height: 100%;
  position: relative;
  clear: both;
}
.prd-lst-cap {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.prd-lst-cap-inner{
  padding: 15px;
}
.prd-lst-img {
  display: block;
}
span.prd-lst-span {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  margin: .3em 0;
  font-size: 13px;
  color: #fff;
  width: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha( opacity=0 );
  opacity: 0;
  * display: none;
}
.prd-lst-regular {
  text-decoration: line-through;
}
.prd-lst-discount {
  color: #FFF;
  font-weight: bold;
}
.unit-inner:hover .prd-lst-cap{
  background: url("https://img.shop-pro.jp/tmpl_img/74/blur.png");
  background-repeat : repeat;
  background-position: left;
}
.unit-inner:hover span.prd-lst-span{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha( opacity=100 );
  opacity: 1;
  * display: block;
}

/* product list sort */
.prd-lst-sort {
  margin: 28px 0;
  color: #444;
  text-align: right;
  font-size: 13px;
}
.prd-lst-sort a{
  color: #aaa;
}
.prd-lst-sort a:hover{
  color: #444;
}

/* prduct list pager */
.prd-lst-pager {
  padding: 30px 0 20px;
  text-align: center;
}
  .prd-lst-pager .inline li {
    padding: 0 1.4%;
  }
    .prd-lst-pager .inline li span {
     color: #ddd;
    }
    .prd-lst-pager .inline li a {
      color: #444
    }
      .prd-lst-pager .inline li a:hover {
        color: #aaa;
      }
.prd-lst-pos b {
  font-size: 18px;
  font-weight: normal;
}

/*
 * product
 */
.product-image-thumb img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: alpha( opacity=50 );
  opacity: 0.5;
}
.thumb-active img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha( opacity=100 );
  opacity: 1;
}

/* freepage */
.freepage {
  word-break: break-all;
  padding: 2em 0;
}
  .freepage img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }




/*
 * slider
 */
.slider {
  margin-top: 2em;
  padding: 0 1.4%;
  position: relative;
}
.bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
#slider div {
  width: 100% !important;
}

/*
 * info & freespace
 */
.info, .free-space{
  margin-top: 1.8em;
  margin-bottom: 1.8em;
}
  .info .col , .free-space .col {
    padding: 0 1.4%;
  }

/*
 * search
 */
  .srh-header {
  padding: 0 0.5%;
}

/* pagetop */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 100px;
  display: none;
}
.btn-pagetop {
  background: #fff;
  display: block;
  text-align: center;
  width: auto;
  padding: 17px;
  border: solid 1px #ddd;
}


@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  .container {
    max-width: 900px;
    width: 90%;
  }
  .col-ex-size{
    width: 48.25%;
  }
}
@media (max-width: 768px) {
  #wrapper {
    padding: 3em 1.4em 0;
  }
  .container {
    width: auto;
  }
  #header-wrapper{
    padding: 0 .1%;
  }
  #header-top{
    padding: 2.2em 0 1.5em;
   }


  .incart-delivery {
    margin: 0 0 1em;
  }
  .ttl-h2 {
     padding: 0 1.3%;
   }
  .prd-lst-cap{
    position: static;
    background: transparent;
    background-image: none;
  }
    .unit-inner:hover .prd-lst-cap{
      background: transparent;
      background-image: none;
    }
    span.prd-lst-span{
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha( opacity=100 );
      opacity: 1;
      * display: block;
      color: #444;
      -webkit-backface-visibility: visible;
      backface-visibility: visible;
    }
    .unit-inner:hover span.prd-lst-span{
      color: #444;
    }
  .prd-lst-cap-inner {
    position: static;
    padding: 15px 0;
  }
  .prd-lst-sort {
    font-size: 13px;
  }

  .freepage-nav{
    border-bottom: none;
  }


  ul.social-nav > li{
    padding: 0 1%;
  }
  .slider {
    padding: 0 .1%;
  }
}
@media (max-width: 480px) {
  .prd-lst-unit {
    margin-bottom: 1.4em;
    height: auto !important;
  }
  .prd-lst-link {
     padding: 0 2.1%;
   }
  .prd-lst-unit .prd-lst-cap{
    display: block;
    top: 0;
    left: 0;
  }
  .prd-lst-sort{
    text-align: left;
    margin: 0 0 3em;
  }
}

/* IE */
.ie_wrapper.container {
  width: 900px;
  overflow: auto;
}

/* icons */

.icon-b {
  width: 16px;
  height: 16px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility:hidden;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_b.png);
}
.hov-li:hover .icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_b_hover.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-b {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_2x_b.png);
  }
  .hov-li:hover .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_2x_b_hover.png);
  }
}

.icon-user { background-position: -208px -0px; }
.icon-login { background-position: -48px -80px; }
.icon-adduser { background-position: -240px -0px; }
.icon-logout { background-position: -32px -80px; }
.icon-cart { background-position: -176px -64px; }
.icon-twitter { background-position: -96px -176px; }
.icon-facebook { background-position: -128px -176px; }
.icon-instagram { background-position: -112px -192px; }
.icon-mail { background-position: -64px -0px; }

.icon-lg-b {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon24_b_hover.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon24_2x_b_hover.png);
  }
  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
}

.icon-lg-b.icon-list { background-position: -288px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-b.icon-cart { background-position: -264px -95px; }
.icon-lg-b.icon-circled_minus { background-position: -216px -120px; }
.icon-lg-b.icon-paper_plane { background-position: -120px -0px; }




html{

}

body{
	font-family: "Zen Kaku Gothic New", serif;
	margin: 0;
	background-color:#fff;
	color: #42483E;
}
p{
	font-size: 1vw;
	letter-spacing:0.2ex;
	line-height: 200%;
}
.br-pc { display:block; }
.br-sp { display:none; }

/* トップページ*/
/* トップ*/
.top{
	background-color: #fff;
}
.pc-top{
position: relative;
width: 100%;
height: 100vh;
}
nav{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
    flex-wrap: wrap;
	position: fixed;
	z-index: 10;
}
.sp-header{
	display: none;
}
.sp-logo{
	display: none;
}
.sp-logo a{
	fill: #d3d3d3;
}
.sp-top-box{
	display: none;
}
nav:after{
	content:" ";
	 display:block;
	clear:both;
}
h1{
	width:21%;
	padding:0;
	margin: 0;
	line-height: 1.0;
}
.menu{
	width:76%;
	padding:0% 0% 0% 0%;
}
.menu ul{
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	width:100%;
	justify-content: flex-end;
}

.menu li{
	font-size: 14px;
	font-family: "Marcellus", serif;
	font-weight: bold;
	letter-spacing:0.2ex;
	float: left;
	padding:0% 2% 0% 0%;
	margin: 0;
}
.menu li:last-of-type{
	padding:0;
}
.menu li a{
	position: relative;
  display: inline-block;
  text-decoration: none;
	color:#42483E;
	padding: 0;	
	transition: all  0.3s ease;
}
.menu-top li a{
	color:#d3d3d3;
}
.menu .menuJp {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	line-height: 1.2;
	span{
		font-size: 8px;
	}
}
.menu li a:hover{
opacity: 0.3;
}
.pc-top nav h1 a{
	fill: #d3d3d3;
}
.top-box{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	display: flex;
}
.top-box1{
	width: 50%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.top-box1 .topMvSlide{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.top-box1 .topMvSlide .topMvSlideInner{
	z-index: 10;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime01 25s 0s infinite;
    animation: anime01 25s 0s infinite; 
}
.top-box1 .topMvSlide .topMvSlideInner:nth-of-type(1){
	background-image: url("./img/top-l1.jpg");
   }
  
   .top-box1 .topMvSlide .topMvSlideInner:nth-of-type(2){
	background-image: url("./img/top-l2.jpg");
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
 }
  
	.top-box1 .topMvSlide .topMvSlideInner:nth-of-type(3){
	background-image: url("./img/top-l3.jpg");
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
 }
	.top-box1 .topMvSlide .topMvSlideInner:nth-of-type(4){
	  background-image: url("./img/top-l4.jpg");
	  -webkit-animation-delay: 15s;
	  animation-delay: 15s;
	 }
	  .top-box1 .topMvSlide .topMvSlideInner:nth-of-type(5){
		background-image: url("./img/top-l5.jpg");
		-webkit-animation-delay: 20s;
		animation-delay: 20s;}
	@keyframes anime01 {
	  0% {
		opacity: 0;
		}
  10% {
		 opacity: 1;
		}
  20% {
		opacity: 1;
		}
 30% {
		opacity: 0;
		z-index:9;
		}
	100% { opacity: 0 }
		}
.top-box1 img{
	width: 100%;
	padding: 0;
	margin: 0;
}
.top-box2{
	width: 50%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.top-box2 .topMvSlide{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.top-box2 .topMvSlide .topMvSlideInner{
	z-index: 10;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime01 25s 0s infinite;
    animation: anime01 25s 0s infinite; 
}
.top-box2 .topMvSlide .topMvSlideInner:nth-of-type(1){
	background-image: url("./img/top-r1.jpg");
   }
  
   .top-box2 .topMvSlide .topMvSlideInner:nth-of-type(2){
	background-image: url("./img/top-r2.jpg");
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
 }
  
	.top-box2 .topMvSlide .topMvSlideInner:nth-of-type(3){
	background-image: url("./img/top-r3.jpg");
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
 }
	.top-box2 .topMvSlide .topMvSlideInner:nth-of-type(4){
	  background-image: url("./img/top-r4.jpg");
	  -webkit-animation-delay: 15s;
	  animation-delay: 15s;
	 }
	  .top-box2 .topMvSlide .topMvSlideInner:nth-of-type(5){
		background-image: url("./img/top-r5.jpg");
		-webkit-animation-delay: 20s;
		animation-delay: 20s;}
	@keyframes anime01 {
	  0% {
		opacity: 0;
		}
  10% {
		 opacity: 1;
		}
  20% {
		opacity: 1;
		}
 30% {
		opacity: 0;
		z-index:9;
		}
	100% { opacity: 0 }
		}

.top-box2 img{
	width: 100%;
	padding: 0;
	margin: 0;
}
/* NEWS*/
.news{
	width:90%;
	margin: 100px  auto 0 5%;
}
.news-box{
	width: 100%;
	display: flex;
}
.news-box1{
	width: 15%;
}
h2{
	font-size: 20px;
	font-family: "Marcellus", serif;
	line-height: 1.0;
	margin: 0;
}
.news-box2{
	width: 85%;
	margin: 0;
	padding: 0;
}
.news-box2 dl{
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}
.news-box2 dt{
	width: 12%;
	margin: 0 0 2% 0;
	font-size: 14px;
	font-weight: 700;
}

.news-box2 dd{
	width: 88%;
	margin: 0 0 2% 0;
	font-size: 14px;	
}

.news-box2 dd a{
	text-decoration: none;
	color:#42483E;
	-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;  
}

.news-box2 dd a:hover{
    opacity: 0.4;  
    filter: alpha(opacity=60);  
}	



/* LOOK*/
.topLook{
	padding: 120px 0 0 0;
}

.topLook h2{
	font-size: 20px;
	font-family: "Marcellus", serif;
	line-height: 1.0;
	margin: 0 auto;
	text-align: center;
	width: 90%;
}
.topLookSlideContainer{
	margin: 30px 0 0 0;
}
.topLookSlideWrap{
	transition-timing-function: linear;
  }
  .swiper-slide img{
	width: 100%;
	height: auto;
  }
  /* PICKUP*/
  .topPickup{
	padding: 150px 0 0 0;
  }
  .topPickup h2{
	font-size: 20px;
	font-family: "Marcellus", serif;
	line-height: 1.0;
	margin: 0 auto;
	text-align: center;
	width: 90%;
}
.topPickupBox{
	margin: 30px auto 0;
	width: 90%;
	display: flex;
	gap: 80px 5%;
	flex-wrap: wrap;
}
.topPickupWrap{
	width: 30%;
	color: #42483E;
	text-decoration: none;
}
.topPickupWrap img{
	width: 100%;
	height: auto;
  }
.topPickupName{
	font-size: 16px;
	line-height: 1.5;
}
.topPickupDate{
	font-size: 12px;
	line-height: 1.0;
	margin: 5px 0 0 0;
}
/* フッター*/
.footer{
	width: 90%;
	margin: 150px auto 0;
	padding:0 0 0 0;
	border-top:solid 1px #42483E; 
}
.footer-s{
	text-align: left;
	font-size: 16px;
	line-height: 2.0;
	padding: 0;
	margin: 120px 0 0 0;
}
.footer-s:nth-of-type(2){
margin: 50px 0 0 0;
}
.footer-logo{
	text-align: left;
	width:21%;
	margin: 0 0 0 0;
	padding:120px 0 0 0;
}
.footer-logo a{
	   -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;  
}
.footer-logo a:hover{
    opacity: 0.4;  
    filter: alpha(opacity=60);  
}
.footer-text{
	font-size: 16px;
	margin: 30px 0 0 0;
	font-family: "Marcellus", serif;
}
.footer-text p{
	line-height: 1.75;
	margin: 0;
}


.footer-menu{
	display: flex;
	width: 90%;
	margin: 100px 0 0 0;
	padding: 0 0 50px 0;
justify-content: space-between;}

.footer-menu ul{
	list-style: none;
	padding: 0;
	width:50%;
	display: flex;
	margin: 0;
}

.footer-menu li{
	font-size:14px;
	font-family: "Marcellus", serif;
	margin: 0 25px 0 0;
	justify-content: flex-start;
}

.footer-menu li a{
  text-decoration: none;
color:#42483E;
	   -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;  
}
.footer-menu li a:hover{
    opacity: 0.4;
}
.footeMenuJp{
font-family: "Shippori Mincho", serif;
span{
	font-size: 8px;
}
}
.copyright{
	width: 50%;
	font-size: 12px;
	text-align: right;
	padding:0;
	font-family: "Marcellus", serif;
}

/* 下層ページ */
.page{
	width: 100%;
	padding: 0;
	margin: 0;
}

.page-contents{
	width: 67%;
	margin: 0 auto;
	padding: 10vh 0 0 0; 
}

.page-contents h2{
	font-size: 2.68vw;
	text-align: center;
	margin: 0;
	padding: 3vh 0 4vh 0;
	letter-spacing:0.2ex;
	font-family: "Marcellus", serif;
	font-weight: 400;
}

.page-contents hr{
	width: 6%;
	margin: 0 auto 4vh;
	border: 1px solid;
}

.page-contents h3{
	font-size: 1.6vw;
	text-align: center;
	margin: 0 auto;
	padding:8vh 0 8vh 0;
	line-height: 2.0;
}

.page-contents h3 span{
	font-size: 1.0vw;
	text-align: center;
	}

	.page-contents h4{
	font-size: 1.3vw;
	margin: 0 auto;
	padding: 5vh 0 0 0;
	line-height: 2.0;
}

.page-contents h5{
	font-size: 1.6vw;
	margin: 0 auto;
	padding: 14vh 0 3vh 0;
	line-height: 2.0;
	text-align: center;
}

.page-contents h6{
	font-size: 1.6vw;
	margin: 0 auto;
	padding: 5vh 0 0vh 0;
	line-height: 2.0;
	text-align: center;
}

.page-inner{
	width: 100%;
	margin: 0 auto;
	padding: 5vh 0 0 0;
}

/* 記事ページ */

.article-inner{
	border-bottom: 1px solid #42483E;
	padding-bottom: 10vh
}

.article-ph{
	width:63%;
	margin: 0 auto;
	padding: 5vh;	
}

.article-text{
	width:100%;
	margin: 0 auto;
	padding: 2vh 0 2vh 0;
}

.page-navi{
	width: 67%;
	margin: 0 auto;
	padding: 10vh 0 0 0 ;
	font-size:1.5vw;
	font-family: "Marcellus", serif;
	
}

.page-navi a{
	color: #42483E;
	text-decoration: none;
}

.page-navi:after{
	content:" ";
	 display:block;
	clear:both;
}

.page-navi i{
	font-size:3vw;
	padding: 0.5vw;
	vertical-align: -0.5vw;
}


.page-back{
	float: left;
}

.page-next{
	float: right;
}

/* ABOUT */
.service-box{
	width: 67%;
	margin: 0 auto;
	padding: 0vh 6vh 6vh 6vh; 
	border:1px solid #42483E;
}

.service-ph{
	width: 70%;
	margin: 0 auto;
	padding: 4vh 0 0 0;		
}

/* ORDER */
.jubun{
	font-weight: bold;
}
.waku{
	padding:4vh;
	border: 1px solid #42483E;
}

/* SIZE */
.size-btn-box{
	width: 100%;
}

.size-btn-box a{
  text-decoration: none;
color:#42483E;
}

.size-btn-box:after{
	content:" ";
	display:block;
	clear:both;
}

.size-btn{
	width: 18%;
	float: left;
	font-size: 1vw;
	letter-spacing:0.15ex;
	padding: 1.8%;
	border:1px solid #42483E;
	text-align: center;
	margin: 0 3% 0 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;  
}

.size-btn:hover{
background-color: #42483E;
	color: #fff;
}



.size-btn-l{
	width: 30%;
	font-size: 1vw;
	letter-spacing:0.2ex;
	padding: 1.8%;
	border:1px solid #42483E;
	text-align: center;
	margin: 0 3% 0 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;  
	
}

.size-btn-l:hover{
background-color: #42483E;
	color: #fff;
}

/* 手の女 */
.tenohito-ph{
	width: 40%;
	margin: 0 auto;
}

/* Q&A*/
.qa-container{
	width: 100%;
	margin: 0 auto;
	padding: 2vh 0 0vh 0;
	border-bottom: solid 1px #42483E;
}


.qa-box{
	padding: 2vh 0 2vh 0;
	border-top: solid 1px #42483E;
	margin: 0;
}

.a{
	padding: 0;
	margin: 0;
}

.q:after{
	content:" ";
	display:block;
	clear:both;
}
.q-icon{
	width: 4%;
	float: left;
	font-family: "Marcellus", serif;
	font-size: 2vw;
	font-weight: bold;
	margin: -0.6vw 0 0 0;
	padding: 0;
	vertical-align: text-top;
}
	
	
.q-text{
	font-size: 1.5vw;
	font-weight: bold;
	cursor:pointer;
	margin: 0;
	padding: 0;
}


.a{display: none;
	padding: 2vh 0 0 0;
	margin: 0;
}

.a:after{
	content:" ";
	display:block;
	clear:both;
}

.a-icon{
	width: 4%;
	float: left;
	font-family: "Marcellus", serif;
	font-size: 2vw;
	font-weight: bold;
	margin: -0.8vw 0 0 0;
	padding: 0;
	vertical-align: text-top;
}

.a-text{
	width: 90%;
	float: left;
	margin: 0;
	padding: 0;
}

/* CATALOG*/
.sub-menu ul{
	margin: 0 auto;
	padding: 0;
	width: auto;
}

.sub-menu ul:after{
	content:" ";
	 display:block;
	clear:both;
}

.sub-menu li{
	font-size:0.9vw;
	float: left;
	font-family: "Marcellus", serif;
	letter-spacing:0.2ex;
	padding:0% 2.5% 0% 2.5%;
	margin: 0;
	list-style: none;
}

.sub-menu li a{
	text-decoration: none;
	color: #42483E;
				   -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;  
}

.sub-menu li a:hover{
	    opacity: 0.4;  
    filter: alpha(opacity=60);  
}


.thumbnail-box:after{
	content:" ";
	display:block;
	clear:both;
}

.thumbnail-inner a{
	width:30.18%;
	float: left;
	padding: 5% 1.56% 5% 1.56%;
	margin: 0 auto;
	-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;  
}


.thumbnail-inner a:hover{
	    opacity: 0.4;  
    filter: alpha(opacity=60);  
}

/* SUNPLA*/

.sunpla-box{
	width: 67%;
	margin: 0 auto;
	padding: 10% 0 0 0;
 }

.sunpla-package{
	width: 50%;
	margin: 0 auto;	
}

.sunpla-spec{
	width: 50%;
	margin: 0 auto;	
	font-size:17px;
	color:fff;
	font-weight:bold;
	text-align: center;
	padding: 10% 0 0 0;
}

.sunpla-spec span{
 	color: #999;
	font-size: 15px;
	
}

.sunpla-sunpou{
	width: 80%;
	margin: 0 auto;
	padding: 10% 0 0 0;
}

.sunpla-ph-box{
	padding: 10% 0 0 0;
}

.sunpla-ph-box:after{
	content:" ";
	display:block;
	clear:both;
}

.sunpla-ph1{
width: 29.3%;
	float: left;
	padding: 0 2% 0 2%;
}

.sunpla-ph2{
width: 29.3%;
	float: left;
	padding: 0 2% 0 2%;
}

.sunpla-ph3{
width: 29.3%;
	float: left;
	padding: 0 2% 0 2%;
}
/* カラーミー商品ページ */
.product-name{
	font-family: "Zen Kaku Gothic New", serif;
	text-align: left;
}


/* ########### 1025px以上1100px以下 ########### */
@media(min-width: 1025px)and (max-width: 1100px){
.scroll{
		bottom: 50vh;
	}	
}

/* ########### 768px以下 ########### */
@media only screen and (max-width: 768px) {
p{
	font-size: 15px;
	letter-spacing:0;
	line-height: 200%;
}	

.br-pc { display:none; }
.br-sp { display:block; }

.top{
	padding-bottom: 0%;
	background-color: #fff;
}
	
.pc-top{
	display: none;
	position: relative;
}

nav{
	display: none;
	position: fixed;
}	
.sp-top{
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 10;
}	
.sp-logo{
	display: block;
	width: 38%;
	position: fixed;
	top: 25px;
	left: 5%;
	z-index: 10;
}

.sp-header{
	display: block;
	position: absolute;
	z-index: 100;
}
.sp-header .menuJp {
	font-family: "Shippori Mincho", serif;
	span{
		font-size: 12px;
	}
}	
.sp-top-box{
	display: block;
}	

.sp-top-box1{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.sp-top-box1 .spTopMvSlide{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.sp-top-box1 .spTopMvSlide .spTopMvSlideInner{
	z-index: 10;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime01sp 50s 0s infinite;
    animation: anime01sp 50s 0s infinite; 
}
.sp-top-box1 .spTopMvSlide .spTopMvSlideInner:nth-of-type(1){
	background-image: url("./img/sptop1.jpg");
   }
  
   .sp-top-box1 .spTopMvSlide .spTopMvSlideInner:nth-of-type(2){
	background-image: url("./img/sptop2.jpg");
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
 }
  
 .sp-top-box1 .spTopMvSlide .spTopMvSlideInner:nth-of-type(3){
	background-image: url("./img/sptop3.jpg");
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
 }
 .sp-top-box1 .spTopMvSlide .spTopMvSlideInner:nth-of-type(4){
	  background-image: url("./img/sptop4.jpg");
	  -webkit-animation-delay: 15s;
	  animation-delay: 15s;
	 }
	 .sp-top-box1 .spTopMvSlide .spTopMvSlideInner:nth-of-type(5){
		background-image: url("./img/sptop5.jpg");
		-webkit-animation-delay: 20s;
		animation-delay: 20s;
	}
		.sp-top-box1 .spTopMvSlide .spTopMvSlideInner:nth-of-type(6){
			background-image: url("./img/sptop6.jpg");
			-webkit-animation-delay: 25s;
			animation-delay: 25s;
		   }
		  
		   .sp-top-box1 .spTopMvSlide .spTopMvSlideInner:nth-of-type(7){
			background-image: url("./img/sptop7.jpg");
			-webkit-animation-delay: 30s;
			animation-delay: 30s;
		 }
		  
		 .sp-top-box1 .spTopMvSlide .spTopMvSlideInner:nth-of-type(8){
			background-image: url("./img/sptop8.jpg");
			-webkit-animation-delay: 35s;
			animation-delay: 35s;
		 }
		 .sp-top-box1 .spTopMvSlide .spTopMvSlideInner:nth-of-type(9){
			  background-image: url("./img/sptop9.jpg");
			  -webkit-animation-delay: 40s;
			  animation-delay: 40s;
			 }
			 .sp-top-box1 .spTopMvSlide .spTopMvSlideInner:nth-of-type(10){
				background-image: url("./img/sptop10.jpg");
				-webkit-animation-delay: 45s;
				animation-delay: 45s;}
	@keyframes anime01sp {
	  0% {
		opacity: 0;
		}
 5% {
		 opacity: 1;
		}
  10% {
		opacity: 1;
		}
 15% {
		opacity: 0;
		z-index:9;
		}
	100% { opacity: 0 }
		}
.sp-top-box1 img{
	width: 100%;
	padding: 0;
	margin: 0;
}
/* NEWS*/
.news{
	width:90%;
	margin: 15% auto 0;
	border-top:1px solid #42483E;
	border-bottom:1px solid #42483E;
	padding: 15% 0;
}
.news-box{
	display: block;
}
.news-box1{
	width:100%;
	margin: 0;
	padding: 0;
}
.news-box2{
	width:100%;
	margin: 20px 0 0 0;
	padding: 0;
}
h2{
	font-size: 5vw;
	font-family: "Marcellus", serif;
	font-weight: 700;
	padding: 0% 0% 0% 0%;
	margin: 0 auto;
	text-align: center;
}

.news-box2 dt{
	display: block;
	width: 20%;
	clear: left;
	float: left;
	padding: 2% 0% 0% 0%;
	margin: 0;
	font-size: 10px;
	}
	
	
.news-box2 dd{
	display: block;
	width: 80%;
	float: left;
	margin: 0;
	padding: 2% 0% 0% 0%;
	font-size: 10px;
	letter-spacing:-0.1ex;
}
.topPickupBox{
	margin: 30px auto 0;
	width: 90%;
	display: flex;
	gap: 40px 5%;
	flex-wrap: wrap;
}
.topPickupWrap{
	width: 47.5%;
	color: #42483E;
	text-decoration: none;
}
.topPickupName{
	font-size: 13px;
	line-height: 1.5;
	margin: 10px 0 5px 0;
}

.topPickupDate{
	font-size: 12px;
	line-height: 1.0;
	margin: 5px 0 0 0;
}
/* フッター*/
.footer{
	margin: 80px auto 0;
	padding: 8% 0 0 0;
}
	
.footer-s{
	width: 90%;
	margin: 0 0 0 0;
	font-size:10px;
	line-height: 2.0;
	padding: 0% 0% 0 0%;
	letter-spacing:0.3ex;
}
.footer-s:nth-of-type(2){
	margin: 20px 0 0 0;
	}


.footer-logo{
	width:40%;
	margin: 0 0 0 0;
	padding: 50px 0% 0% 0%;
}

.footer-text{
	font-size: 10px;
	line-height: 1.8;
	padding: 0 0% 0% 0;
	letter-spacing:0.1ex;
}
.footer-text p{
	font-size: 12px;
}

.footer-menu{
	display: block;
	margin: 30px 0 0 0;
	padding: 0 0 20px 0;
}
.footer-menu ul{
	display: none;
	}



.copyright{
	width: 100%;
	font-size: 10px;
	padding:20px 0 0 0;
	letter-spacing:0.1ex;
	text-align: left;
}

/* 下層ページ*/
.article{
	width: 100%;
	padding: 0;
	margin: 0;
}

.page-contents{
	width: 90%;
	margin: 0 auto;
	padding: 10vh 0 0 0; 
}

.page-contents h2{
	font-size: 20px;
	text-align: center;
	margin: 0;
	padding: 6vh 0 4vh 0;
}

.page-contents hr{
	width: 6%;
	margin: 0 auto;
	border: 1px solid;	
}

.page-contents h3{
	width: 100%;
	font-size: 15px;
	text-align: center;
	margin: 0 auto;
	padding: 6vh 0 3vh 0;
	line-height: 2.0;
}

.page-contents h3 span{
	font-size: 10px;
	text-align: center;
	}

	.page-contents h4{
	font-size: 15px;
	margin: 0 auto;
	padding: 5vh 0 0 0;
	line-height:1.8;
}

.page-contents h5{
	font-size: 18px;
	margin: 0 auto;
	padding: 7vh 0 3vh 0;
	line-height: 1.5;
	text-align: left;
}
	
.page-contents h6{
	font-size: 18px;
	margin: 0 auto;
	padding: 5vh 0 0vh 0;
	line-height: 2.0;
	text-align: center;
}	
/* 記事ページ  */
.article-ph{
	width:85%;
	margin: 0 auto;
	padding: 2.5vh 0 2.5vh 0 ;	
}

.article-text{
	width:100%;
	margin: 0 auto;
	padding: 2.5vh 0 2.5vh 0;	
}

.page-navi{
	width:90%;
	margin: 0 auto;
	padding: 10vh 0 0 0 ;
	font-size:16px;
	font-family: "Marcellus", serif;
	
}

.page-navi:after{
	content:" ";
	 display:block;
	clear:both;
}

.page-navi i{
	font-size:38px;
	padding: 0.8vw;
	vertical-align: -8px;
}


.page-back{
	float: left;
}

.page-next{
	float: right;
}	
/* ABOUT */
.service-box{
	width: 75%;
	margin: 0 auto;
	padding: 0vh 3vh 6vh 3vh; 
	border:1px solid #42483E;
}

.service-ph{
	width: 90%;
	margin: 0 auto;
	padding: 4vh 0 0 0;		
}
	
/* ORDER */
.jubun{
	font-weight: bold;
}
.waku{
	padding:2vh;
	border: 1px solid #42483E;
}
	
	
/* SIZE*/	
.size-btn{
	width: 100%;
	float:none;
	font-size: 12px;
	letter-spacing:0.15ex;
	padding: 2vh 0 2vh 0;
	border:1px solid #42483E;
	text-align: center;
	margin: 0 0 2vh 0;
}	
	
.size-btn-l{
	width: 100%;
	float:none;
	font-size: 12px;
	letter-spacing:0.15ex;
	padding: 2vh 0 2vh 0;
	border:1px solid #42483E;
	text-align: center;
	margin: 0 0 0 0;

}
	
/* 手の女 */
.tenohito-ph{
	width: 80%;
	margin: 0 auto;
	padding: 8vh 0 0 0 ;
}
	
/* Q&A*/
.qa-container{
	width: 100%;
	margin: 0 auto;
	padding: 2vh 0 0vh 0;
	border-bottom: solid 1px #42483E;
}


.qa-box{
	padding: 2vh 0 2vh 0;
	border-top: solid 1px #42483E;
	margin: 0;
}

.q-icon{
	width: 6%;
	float: left;
	font-family: "Marcellus", serif;
	font-size: 18px;
	font-weight: bold;
	margin: -1vw 0 0 0;
	padding: 0;
	vertical-align: text-top;
}
	
	
.q-text{
	font-size: 15px;
	font-weight: bold;
	cursor:pointer;	
}



.a-icon{
	width: 6%;
	float: left;
	font-family: "Marcellus", serif;
	font-size: 18px;
	font-weight: bold;
	margin: -0.8vw 0 0 0;
	padding: 0;
	vertical-align: text-top;
}

.a-text{
	width: 90%;
	float: left;
	margin: 0;
	padding: 0;
}

/* CATALOG*/
.sub-menu ul{
	width:98%;
	margin: 0 auto;
	padding: 0 0 10% 0;
}

.sub-menu li{
	font-size: 14px;
	float: left;
	font-family: "Marcellus", serif;
	letter-spacing:0.2ex;
	padding:5% 2.5% 0% 2.5%;
	margin: 0;
	list-style: none;
}
	
/* SUNPLA*/

.sunpla-box{
	width: 90%;
	margin: 0 auto;
	padding: 10% 0 0 0;
 }

.sunpla-package{
	width: 100%;
	margin: 0 auto;	
}

.sunpla-spec{
	width: 100%;
	margin: 0 auto;	
	font-size:17px;
	color:fff;
	font-weight:bold;
	text-align: center;
	padding: 10% 0 0 0;
}

.sunpla-spec span{
 	color: #999;
	font-size: 15px;
	
}

.sunpla-sunpou{
	width: 100%;
	margin: 0 auto;
	padding: 10% 0 0 0;
}

.sunpla-ph-box{
	width: 100%;
	margin: 0 auto;
	padding: 5% 0 0 0;
}


.sunpla-ph1{
width: 100%;
	float:none;
	padding: 0 0 2% 0;
}

.sunpla-ph2{
width: 100%;
	float:none;
	padding: 0 0 2% 0;
}

.sunpla-ph3{
width: 100%;
	float:none;
	padding: 0 0 2% 0;
}
}

.fat-nav,.hamburger__icon,.hamburger__icon:after,.hamburger__icon:before{
	-moz-transition-duration:.4s;-o-transition-duration:.4s;-webkit-transition-duration:.4s}

.hamburger{
	display:block;
	width:auto;
	height:auto;
	position:fixed;
	top:0;
	right:0;
	z-index:10000;
	padding:27px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-tap-highlight-color:transparent;
	-ms-touch-action:manipulation;
	touch-action:manipulation}

.hamburger__icon{
	position:relative;
	margin-top:10px;
	margin-bottom:22px}

.hamburger__icon,.hamburger__icon:after,.hamburger__icon:before{
	display:block;
	width:32px;
	height:1px;
	background-color:#000;
	-moz-transition-property:background-color,
	-moz-transform;-o-transition-property:background-color,
	-o-transform;-webkit-transition-property:background-color,
	-webkit-transform;transition-property:background-color,
	transform;transition-duration:.4s
}
.toppage .hamburger__icon,.toppage .hamburger__icon:after,.toppage .hamburger__icon:before{
	display:block;
	width:32px;
	height:1px;
	background-color:#d3d3d3;
	-moz-transition-property:background-color,
	-moz-transform;-o-transition-property:background-color,
	-o-transform;-webkit-transition-property:background-color,
	-webkit-transform;transition-property:background-color,
	transform;transition-duration:.4s
}

.hamburger__icon:after,.hamburger__icon:before{
	position:absolute;content:""
}

.hamburger__icon:before{top:-5px}

.hamburger__icon:after{top:5px}

.hamburger.active .hamburger__icon{
	background-color:#fff!important;
}

.hamburger.active .hamburger__icon:after,.hamburger.active .hamburger__icon:before{
	background-color:#000
}

.hamburger.active .hamburger__icon:before{
	-moz-transform:translateY(5px)rotate(45deg);
	-ms-transform:translateY(5px)rotate(45deg);
	-webkit-transform:translateY(5px)rotate(45deg);
	transform:translateY(5px)rotate(45deg)}

.hamburger.active .hamburger__icon:after{
	-moz-transform:translateY(-5px)rotate(-45deg);
	-ms-transform:translateY(-5px)rotate(-45deg);
	-webkit-transform:translateY(-5px)rotate(-45deg);
	transform:translateY(-5px)rotate(-45deg)}

.fat-nav{top:0;left:0;
	z-index:9999;
position:fixed;
	display:none;
	width:100%;
	height:100%;
	background:rgba(255,255,255,1.0);
	-moz-transform:scale(1.0);
	-ms-transform:scale(1.0);
	-webkit-transform:scale(1.0);
	transform:scale(1.0);
	-moz-transition-property:
	-moz-transform;-o-transition-property:
	-o-transform;-webkit-transition-property:
	-webkit-transform;transition-property:transform;
	transition-duration:.4s;
	overflow-y:auto;
	overflow-x:hidden;
	-webkit-overflow-scrolling:touch
}
	.fat-nav__wrapper{
		width:100%;
		height:100%;
		display:table;
		table-layout:fixed
	}
	.fat-nav.active{
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		-webkit-transform:scale(1);
		transform:scale(1)}
.fat-nav ul{
	display:table-cell;
	vertical-align:middle;
	margin:0;
	padding:0}

.fat-nav li{
	list-style-type:none;
	text-align:center;
	padding:10px;
	font-size:1.5em;
	font-family: "Marcellus", serif;
	letter-spacing:0.2ex;
}

.fat-nav li,.fat-nav li a{color:#000}

.fat-nav li a{text-decoration:none}


/* ########### 769px以上 ########### */
@media only screen and (min-width: 769px) {
	.hamburger{display:none;
	
}}