@charset "euc-jp";

/* 画面外にいる状態 */
.fadein {
	opacity : 0.5;
	transform : translate(0px, 50px);
	transition : all 5000ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

.main_imgBox {
      height: 680px;
    overflow: hidden;
    position: relative; }

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

.deliex{
  font-family:'Secular One','Noto Sans JP';
}

role{
  align-items: center;
}

figure.hover-parent {
　opacity: 1;
　transition:all 0.6s ease;
　position: relative;
　margin-bottom: 30px;
　overflow: hidden;
}
figcaption.hover-mask {
　position: absolute;
　top: 0;
　bottom: 0;
　left: 0;
　right: 0;
　background: rgba(0,0,0,0.5);
　opacity: 0;
　color: #fff;
　display: flex;
　align-items: center;
　text-align: center;
　padding: 30px;
}

.search-window form{
  margin:0;
}


.deliveryexample{
  max-width:1200px;
}

.left-press {
  float: left;
  width: 49%;
}

.left-press p{
  margin-right:160px;
}

.right-press {

  float: right;
  width: 49%;
}

.press{
  max-width:1400px;
  padding-right:450px;
}

.fade{
  animation: fadeIn 7s ease 0s 1 normal;
}

.fadeallpage{
  animation: fadeIn 4s ease 0s  normal;
}

@keyframes fadeIn { /*animation-nameで設定した値を書く*/

  0% {opacity: 0} /*アニメーション開始時は不透明度0%*/

  100% {opacity: 1} /*アニメーション終了時は不透明度100%*/

}


.philosophy{
  max-width:1400px;
  padding-right:550px;
}

.philosophy2{
  max-width:1400px;
  padding-left:550px;
}

.philosophy3{
 max-width:800px;
}
.freepagesp{
  text-align:left;
}
.freepage1{
  max-width:1400px;
  padding-right:550px;
}

.freepage2{
  max-width:1400px;
  padding-left:550px;
}

.freepage3{
 max-width:1400px;
 padding-right:300px;
}


h1{
  animation: fadeIn 0.2s ease 0.3s 1 normal;
}

.logo{
  list-style:none;
  text-align:left;
}

#page-wrapper {
  position: relative;
}
#wrapper {
  padding-top: 1em;
}
.container {
  max-width: 1200px;
}

.container--top {
  max-width: 1200px;
  margin:0 auto;
}
@media screen and  (max-width: 980px) {
  .container--top {
    max-width: 900px;
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .container--top {
    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: #283133;
  font-family:'Rozha One','Noto Serif JP', 'Karla', sans-serif;
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/bg.gif);
  /*-webkit-text-size-adjust: 100%; */
	animation: fadein 3s forwards;
}

@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}

a {
  color: #464e54;
}
  a:hover {
    color: #5e5e5e;
  }

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;
}

.btn-01 {
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  *background-color: #4d4d4d;
}

h2 {
  max-width: 900px;
  margin: 30px 0;
  text-align: center;
}
  .ttl-h2 {
    position: relative;
  }
  .ttl-h2:before {
    position: absolute;
    top: 50%;
    z-index: -1;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    content: "";
  }
  .ttl-h2 span {
    padding: 0 2em;
    background-color: #fff;
  }

.btn-01 {
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  *background-color: #4d4d4d;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  border: 1px solid #5e5e5e;
  background-color: #5e5e5e;
  color: #fff;
  *background-color: #5e5e5e;
}

.btn-02 {
  border: 1px solid #d8d8d8;
  background-color: #d8d8d8;
  color: #4d4d4d;
  *background-color: #d8d8d8;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  border: 1px solid #d8d8d8;
  background-color: #d8d8d8;
  color: #4d4d4d;
  *background-color: #d8d8d8;
}
.product-order-num input {
  border-color: #d8d8d8;
}

h3 {
  text-align:center;
}

h4 {
  text-align:center;
  max-width:900px;
  margin-right: auto;
  margin-left : auto;
  font-family:'times new roman''Noto Serif JP', 'Karla', sans-serif;
}

h5 {
  text-align:left;
  max-width:400px;
  margin-right: auto;
  margin-left : auto;
  font-family:'times new roman''Noto Serif JP', 'Karla', sans-serif;
}
  


/*
 * web font
 */
.google-font {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 400;
  font-family:'Rozha One','Noto Serif JP', 'Karla', sans-serif;
}
  .google-font.fwb {
    font-weight: 700;
  }

/*
 * icon
 */
.icon-b,
.icon-w {
  display: inline-block;
  width: 16px;
  height: 16px;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_b.png);
}
.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_w.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_w.png);
  }
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
  }
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
  }
}
.icon-cart { background-position: -176px -64px; }
.icon-user { background-position: -208px -0px; }
.icon-adduser { background-position: -240px -0px; }
.icon-logout { background-position: -32px -80px; }
.icon-login { background-position: -48px -80px; }
/* icon large */
.icon-twitter { background-position: -144px -264px; }
.icon-facebook { background-position: -192px -264px; }
.icon-instagram { background-position: -168px -288px; }
.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }

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


/*
 * header
 */
#header-wrapper {
  background-color:#fff;
  position:sticky;
  top:-50px;
  height: 190px;
  z-index:3;
  margin-bottom:30px;
}
  
@media screen and (max-width: 1101px) {
  #header-wrapper {
  		position:sticky;
  		top:-90px;
  		height: 270px;
   	 	z-index:2;
  	}
  }
@media screen and (max-width: 768px) {
    #header-wrapper {
  		position:static;
  		top:0;
  		height: auto;
      	z-index:1;
  	}
  }
.header-inner{
  margin: 0 auto;
  max-width:1200px;
  padding:20px 0;
}
@media screen and (max-width:768px){
  .header-inner{
    padding:20px;
  	}
  }
.header-inner .hidden-phone:has(>h1){
  position: sticky;
  height: 80px;
  top: 0;
}
.header-link a {
  color: #4d4d4d;
}
.header-link a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* header-line-nav */
.header-line-nav {
  position: sticky;
  top: 0;
}
.header-line-nav ul {
  margin:0;
}
.header-line-nav li {
  padding-top: 5px;
}
  .header-line-nav a {
    cursor: pointer;
  }
  .header-line-nav span {
    float: left;
    padding-left: 4px;
    font-size: 13px;
    line-height: 1.5em;
  }
  .header-line-nav .icon-b,
  .header-line-nav .icon-w {
    float: left;
  }
.view-cart {
  position: relative;
  top: -7px;
  padding-top: 0 !important;
}
.btn-viewcart {
  padding: 1px 15px 0 13px;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
}

/* header logo */
.shop-name {
  width:150px;
}
 @media screen and (max-width:768px){
   .shop-name{
     margin: 0;
     position:absolute;
     left:50%;
     top:10px;
     transform:translateX(-50%);
     width:100px;
     opacity:0;
     transition: all 0.3s;
     visibility: hidden;
   }
   .is-show .shop-name{
     visibility: visible;
     opacity:1;
   }
  }

.shop-description {
  font-size: 12px;
  font-weight: normal;
  color: #4d4d4d;
}

/* header global nav */
#header-global-nav {
  text-align: left;
  font-size: 18px;
  font-weight: normal;
}
  #header-global-nav ul{
        *zoom: 1;
        list-style-type: none;
        padding: 0;
        display:flex;
        flex-wrap: wrap;
        row-gap: 20px;
        margin:0;
    }
    #header-global-nav ul:before,
    #header-global-nav ul:after{
        content: "";
        display: table;
    }
    #header-global-nav ul:after{
        clear: both;
    }
    #header-global-nav ul li{
        position: relative;
        margin: 0 1em;
        padding: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #header-global-nav ul li a{
        display: block;
        margin: 0;
        line-height: 1;
        text-decoration: none;
    }
    #header-global-nav ul li a .header-global-nav--en{
      display:block;
      margin-bottom:0.2em;
    }
    #header-global-nav ul li a .header-global-nav--ja{
      display:block;
      font-size:11px;
    }
    #header-global-nav ul li ul{
        list-style: none;
        position: absolute;
        z-index: 9999;
        top: 100%;
        left: 0;
        margin: 0;
        padding: 0;
        border-top: 1px solid #ccc;
    }
    #header-global-nav ul li ul li{
        width: 100%;
        margin: 0;
        white-space: nowrap;
        background: #fff;
    }
    #header-global-nav ul li ul li a{
        padding: 13px 15px;
        text-align: left;
        border: 1px solid #ccc;
        border-top: none;
    }
    #header-global-nav ul li:hover > a{
        background: #fff;
    }
    #header-global-nav ul li ul{
        display: none;
    }
    #header-global-nav ul li:hover ul{
        display: block;
        opacity: 1;
    }
    #header-global-nav ul li ul li a:hover{
        background: #fafafa;
    }
    #header-global-nav ul li .search-window input[type="submit"]{
        background: #4d4d4d;
        border: 1px solid #fff;
        color: #fff;
        padding: 4px 1em;
        border-radius: 5px;
        transition: .5s;
    }
    #header-global-nav ul li .search-window input[type="submit"]:hover{
        background: #fff;
        border:1px solid #4d4d4d;
        color: #4d4d4d;
    }
    #header-global-nav ul li .search-window input[type="text"]{
        border:1px solid #333;
        border-radius: 5px;
    }


/* incart delivery */
.incart-delivery {
  float: right;
}
  .incart-delivery ul {
    margin: 0;
    padding: 10px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #d9edf7;
    color: #31708f;
    list-style: none;
    font-size: 12px;
  }

/* slider */
.slider {
  margin-top: 2em;
  padding: 0 .1%;
  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;
}

/*
 * product list
 */

.prd-lst-unit {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: left;
}
.prd-lst-img {
  display: block;
  margin: 0 auto 0em;
}
.prd-lst-span {
  display: block;
  margin: .3em 0;
  font-size: 12px;
}
.prd-lst-name {
  font-size: 12px;
}

.prd-lst-name:first-line{
  font-size:17px;
}

.prd-lst-price {
  font-size:13px;
  color: #474E54;
}
.prd-lst-regular {
  text-decoration: line-through;
}
.prd-lst-discount {
  color: #b81717;
}

/* product list sort */
.prd-lst-sort {
  margin: 3em 0;
  color: #888;
  text-align: center;
  font-size: 12px;
}

/* prduct list pager */
.prd-lst-pager {
  text-align: center;
}
.prd-lst-pos b {
  font-size: 18px;
  font-weight: normal;
}

/*
 * product
 */
/*
.product-image-thumb img {
  padding: 2px 0 0 0;
  border: 2px solid #fff;
}
.thumb-active img {
  border: 2px solid #4d4d4d;
}*/


/*
 * footer
 */
.footer ul{
  list-style-type:none;
}
.footer{
  background-color:#faf8f5;
  padding:100px 0 10px;
}

@media screen and (max-width:786px){
  .footer{
    padding:30px 0 10px;
  }
}

.footer__flex-top{
  display:flex;
  justify-content:space-between;
  gap:20px 0;
  margin-bottom:100px;
}

@media screen and (max-width:786px){
  .footer__flex-top{
    flex-direction:column;
    margin-bottom:0;
  }
}

.footer__logowrap{
  margin-right:20px;
}

@media screen and (max-width:786px){
  .footer__logowrap{
    margin:0 auto;
    max-width:200px;
  }
}

.footer__logo{
  width:160px;
  margin: 0 auto 40px;
}

@media screen and (max-width:786px){
  .footer__logo{
    width:120px;
    margin: 0 auto 10px;
  }
}

.footer__sns{
  display:flex;
  justify-content:space-between;
  margin:0;
}

.footer__nav{
  max-width:950px;
  flex:1;
}

.footer__nav-inner{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:20px;
  margin:0;
}

@media screen and (max-width:786px){
  .footer__nav-inner{
    justify-content: center;
  }
}

.footer__nav-block{
  width:210px;
}

@media screen and (max-width:786px){
  .footer__nav-block{
    width:100%;
  }
}

.footer__block-title{
  font-size:18px;
  border-bottom:1px solid #ccc;
  color:#4d4d4d;
  padding-left:5px;
  text-align:left;
  margin:0 0 10px 0;
}

.footer__block-contents{
  margin:0;
}

.footer__nav-item{
  font-size:12px;
  padding:3px 5px;
}

.footer__nav-item a{
  transition:opacity,0.3s;
}

.footer__nav-item a:hover{
  text-decoration:none;
  opacity:0.7;
}

.footer__nav-item a:focus{
  text-decoration:none;
  color:#464e54;
}

.footer__flex-bottom{
  display:flex;
  justify-content:space-between; 
  font-size:10px;
}

@media screen and (max-width:786px){
  .footer__flex-bottom{
    flex-direction:column;
    gap:10px;
  }
}

.footer__info{
  display:flex;
  margin:0;
}

@media screen and (max-width:786px){
  .footer__info{
    justify-content:center;
  }
}

.footer__info-item+.footer__info-item{
  border-left:1px solid #ccc;
  margin-left:15px;
  padding-left:15px;
}

.footer__copy{
  font-size:100%;
}

@media screen and (max-width:786px){
  .footer__copy{
    text-align:center;
  }
}


/*
 * End footer
 */
  .freepage-nav {
    margin-right: 10%;
    margin-bottom: 1.5em;
    padding-bottom: .8em;
    border-bottom: 1px solid #e7e7e7;
  }

/* social icon */
.social-nav {
  text-align: center;
  margin: 2em 0;
}

.social-nav__img {
  display:block;
  width:25px;
  transition:all .3s;
}

.social-nav__img:hover {
  opacity:0.5;
}

a:has(>.social-nav__img--threads){
  background-color:#111;
  border-radius:5px;
  display: inline-block;
  width: 25px;
}

.social-nav__img--threads{
  height:25px;
  margin:0 auto;
  width:auto;
}
/* copyright */
.copyright {
  margin: 3em 0 2em;
  color: #abaaaa;
  text-align: center;
  font-size: 12px;
}
.powered {
  display: block;
  margin: .5em auto 0;
  width: 180px;
  height: auto;
}

/* pagetop */
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 30px;
  display: none;
}
.btn-pagetop {
  display: block;
  padding: 1em .8em;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px;
}


@media screen and  (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  .container {
    max-width: 900px;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #wrapper {
    padding-top: 3em;
  }
  .container {
    list-style: none;
    width: auto;
    padding: 0 10px;
  }
  .container--page{
    padding-top:70px;
  }
  .header-dropdown {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
  }
  .header-dropdown.affix {
    position: fixed;
  }
    .header-dropdown .dropdown-nav li {
      border-bottom: 1px solid #dbdbdb;
      text-align: center;
    }
    .header-dropdown .dropdown-nav a {
      display: block;
      padding: 6px;
    }
  .view-cart {
    position: static;
  }
    .view-cart a {
      /*background-color: #4d4d4d;
      color: #fff;
      */
    }
    .view-cart span {
      display: block;
      width: 130px;
      margin: 0 auto;
    }
    .view-cart .icon-w {
      float: left;
      margin-top: -2px;
    }
  .incart-delivery {
    padding-top: 20px;
    float: none;
  }
  .prd-lst-sort {
    font-size: 14px;
  }
  .icon-b,
  .icon-w {
    display: inline-block;
    width: 24px;
    height: 24px;
    *display: inline;
    *zoom: 1;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
  }
  .icon-cart { background-position: -264px -96px; }
  .icon-list { background-position: -288px -144px; }
  .icon-chevron_thin_up { background-position: -192px -216px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-b,
    .icon-lg-b {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
    }
    .icon-w,
    .icon-lg-w {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
    }
    .icon-b,
    .icon-w {
      -webkit-background-size: 552px 480px;
      background-size: 552px 480px;
    }
  }
}
@media screen and  (max-width: 480px) {
  .ttl-h2 span {
    padding: 0 10px;
    font-size: 14px;
  }
  .prd-lst-unit {
    margin-bottom: 60px;
    height: 240px !important;
  }
}


$('.fade').slick({
  dots: true,
  infinite: true,
  speed: 500,
  fade: true,
  cssEase: 'linear'
});
		

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


/*納品事例*/
.delivery__data{
  font-size:28px;
  margin-bottom:2.5em;
}
@media screen and (max-width:768px){
.delivery__data{
  font-size:20px;
}
}
.delivery__detail img{
  margin:20px auto;
}
ul.slider {
padding: 0;
margin: 0;
}
.delivery__back{
  margin-top:60px;
}

.delivery__back a{
  display: inline-block;
    padding: 0.4em 1em 0.2em;
    border: 1px solid #999;
    border-radius: 3px;
    transition:all,0.3s;
}
.delivery__back a:hover {
    text-decoration: none;
    background-color: #4d4d4d;
    border: 1px solid #4d4d4d;
    color: #fff;
}
/*********スライダー*********/
.deliveryexample .bx-wrapper {
    box-sizing:border-box;
    width: 100%;
    max-width: 800px!important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.deliveryexample .bx-wrapper .bx-prev {
    left: 10px;
}

.deliveryexample .bx-wrapper .bx-next {
    right: 10px;
}

.deliveryexample .bx-wrapper ul {
    margin:0;
}

.deliveryexample .bx-wrapper img {
    padding-left: 1px;
}

.deliveryexample  .bx-wrapper {
    max-width: 1200px!important;
}
.deliveryexample  .bx-wrapper li {
    width:1200px;
}

/*********endスライダー*********/
/*********スライダーの矢印*********/

.deliveryexample .bx-wrapper .bx-next {
    background: url(https://clownandsons.sunnyday.jp/domain/clownandsons/Shop_info/next.png) no-repeat;
    background-size:90%;
    background-position: 100% 50%;
}


.deliveryexample .bx-wrapper .bx-prev {
    background: url(https://clownandsons.sunnyday.jp/domain/clownandsons/Shop_info/prev.png) no-repeat;
    background-size:90%;
    background-position: 0 50%;
}


.deliveryexample .bx-wrapper .bx-next:hover,
.deliveryexample .bx-wrapper .bx-next:focus {
    background-position: 100% 50%;
}
.deliveryexample .bx-wrapper .bx-controls-direction a {
z-index:2
}
/*********endスライダーの矢印*********/
/*********スライダーのドット*********/
@media screen and (max-width:768px){
.deliveryexample .bx-wrapper .bx-pager.bx-default-pager a {
width:5px;
height:5px;
}
}

/*********endスライダーのドット*********/

/*end納品事例*/





/***** header *****/
@media screen and (max-width: 768px) {


#header-wrapper{
position:absolute;
}

.header-inner{
padding:0;
}

.header-dropdown.affix{
border:none;
}

*{
box-sizing: border-box;
}
.header--sp{
  position: fixed;
  top:0;
  z-index: 100;
  width: 100%;
  height: 60px;
  transition:0.5s;
  }
  
.slick-prev, .slick-next{
display:none!important;
}
}
.view-cart .view-cart-icon{
  background-image:url(https://clownandsons.sunnyday.jp/domain/clownandsons/layout/cart.svg);
  background-repeat: no-repeat;
    width: 20px;
    aspect-ratio: 1 / 1;
    display: inline-block;
    margin-bottom: -6px;
    margin-right: 10px;
  }
/***** end header *****/

  /*============ header SP ============*/
  /*=====リセット=====*/

  .header-SP__nav li {
    list-style: none;
  }

  /*=====Endリセット=====*/

  /*=====ロゴ=====*/
  .header-SP {
    position: fixed;
    top: 0;
    z-index: 300;
    width: 100%;
    height: 60px;
    transition: 0.5s;
  }

  .header-SP__logowrap {
    height: 100%;
    position: relative;
    z-index: 300;
  }

  .header-SP__logo {
    margin: 0 auto 10px;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    width: 100px;
    opacity: 0;
    transition: all 0.3s;
    visibility: hidden;
  }

  /*=====End ロゴ=====*/

  /*=====ハンバーガー=====*/
  .header-SP__hamburger {
    padding: 0;
    right: 10px;
    top: 20px;
    position: fixed;
    width: 25px;
    height: 16px;
    text-align: start;
  }

  .header-SP__hamburger span {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
  }

  .header-SP__hamburger span:nth-of-type(1) {
    top: 0;
  }

  .header-SP__hamburger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }

  .header-SP__hamburger span:nth-of-type(3) {
    bottom: 0;
  }

  /*=====End ハンバーガー=====*/

  /*=====nav=====*/
  .header-SP__navwrap {
    z-index: 200;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    background-color: #faf8f5;
    opacity: 0;
    position: fixed;
    top: 0;
    right: -100%;
    transition: all 0.4s ease;
    height: 100svh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* iOSでスムーズスクロール */
  }

  .header-SP__nav {
    display: block;
    background-color: #faf8f5;
    padding: 65px 15px 30px;
  }

  .header-SP__nav li{
    color:#4d4d4d;
  }

  .header-SP__nav a{
    color:#4d4d4d;
  }

  .header-SP__item--ja span {
    color: #6d6d6d;
    font-size: 10px;
    display: inline-block;
    padding-left: 1em;
    margin-left: 1em;
    border-left: 1px solid #ccc;
  }
  /*=====End nav=====*/

  /*=====カテゴリー=====*/
  .header-SP__category-list {
    border-top: 1px solid #ccc;
    margin: 0 0 10px 0;
  }

  .header-SP__category-item {
    /*font-size: 20px;
    position: relative;*/
    border-bottom: 1px solid#ccc !important;
    padding: 6px;
  }

  .header-SP__category-item a {
    display: inline-block;
  }

  .header-SP__category-title {
    font-size: 20px;
    position: relative;max-width: none;
    margin: 0;
    text-align: left;
  }

  .header-SP__category-title::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    aspect-ratio: 1/1;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    transform: rotate(135deg);
    transform-origin: 50% 50%;
    top: 10px;
    right: 10px;
    transition:all,0.3s;
  }

  /*=====End カテゴリー=====*/

  /*=====サブカテゴリー=====*/
  .header-SP__subcategory-list {
    font-size:16px;
    margin: 0 0 0 10px;
    display:none;
  }

  .header-SP__subcategory-item{

  }
  /*=====End サブカテゴリー=====*/

  /*=====アコーディオン=====*/

  .header-SP__category-title.is-open::after {
    transform: rotate(-45deg);
  }
  /*=====End アコーディオン=====*/

  /*=====その他メニュー=====*/
  .header-SP__menu-list {
    font-size: 16px;
    margin:0;
  }

  .header-SP__menu-item {
    padding-left: 6px;
  }

  /*=====End その他メニュー=====*/

  /*=====検索窓=====*/
  .header-SP__search-window {
    position: relative;
    margin-bottom: 20px;
  }

  .header-SP__search-window input[type="text"] {
    border: none;
    color: #ccc;
    font-family: 'Rozha One', 'Noto Serif JP', 'Karla', sans-serif;
    font-size: 16px;
    padding: 20px 10px;
    width: 100%;
  }

  .header-SP__search-window input[type="image"] {
    position: absolute;
    display: block;
    width: 35px;
    top: 50%;
    right: 0;
    padding: 8px;
    transform: translateY(-50%);
  }

  /*=====End 検索窓=====*/

  /*=====スクロールしたら=====*/
  /*==ロゴ==*/
  .header-SP__logowrap.is-show {
    background-color: #faf8f5;
  }

  .header-SP__logowrap.is-show .header-SP__logo {
    visibility: visible;
    opacity: 1;
  }

  /*==End ロゴ==*/

  /*==ハンバーガー==*/
  .header-SP__logowrap.is-show .header-SP__hamburger span {
    background-color: #4d4d4d;
  }

  .header-SP__hamburger.is-open span:nth-of-type(1) {
    top: 7px;
    transform: rotate(45deg);
  }

  .header-SP__hamburger.is-open span:nth-of-type(2) {
    background: rgba(255, 255, 255, 0);
  }

  .header-SP__hamburger.is-open span:nth-of-type(3) {
    top: 7px;
    transform: rotate(-45deg);
  }

  /*==End ハンバーガー==*/

  /*=====End スクロールしたら=====*/

  /*=====ハンバーガーをクリックしたら=====*/
  /*==ロゴ==*/
  .header-SP__logowrap.is-open {
    background-color: #faf8f5;
  }

  .header-SP__logowrap.is-open .header-SP__logo {
    visibility: visible;
    opacity: 1;
  }

  /*==End ロゴ==*/

  /*==ハンバーガー==*/
  .header-SP__hamburger.is-open span {
    background-color: #4d4d4d;
  }

  .header-SP__hamburger.is-open span:nth-of-type(1) {
    top: 7px;
    transform: rotate(45deg);
  }

  .header-SP__hamburger.is-open span:nth-of-type(2) {
    background: rgba(255, 255, 255, 0);
  }

  .header-SP__hamburger.is-open span:nth-of-type(3) {
    top: 7px;
    transform: rotate(-45deg);
  }

  /*==End ハンバーガー==*/

  /*==nav==*/
  .header-SP__navwrap.is-open {
    right: 0;
    opacity: 1;
  }

  /*==End nav==*/
  /*=====End ハンバーガーをクリックしたら=====*/

  /*========== End header SP ==========*/
.chinese-text-img{
  width:12px;
  padding: 0 0 4px;
}

