@charset "UTF-8";
/*共通*/
.flex {
  display: flex;
  flex-wrap: wrap;
}

.sponly {
  display: none;
}

.wapper {
  width: 1000px;
  margin: 0 auto;
}

.in-wapper {
  width: 900px;
  margin: 0 auto;
}

.bkcolor {
  background-color: #f5becf;
}

/*padding*/
.pt20 {
  padding-top: 20px;
}

.pt50 {
  padding-top: 50px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb100 {
  padding-bottom: 100px;
}

/*margin*/
.mb30 {
  margin-bottom: 30px;
}

.mt90 {
  margin-top: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

/*パンくず*/
.breadcrumb {
  padding: 5px 0;
  font-size: 1.4rem;
}
.breadcrumb span a:after {
  content: '>';
  padding: 0 5px;
}
.breadcrumb-box {
  background: #fff;
}

/*ページ内リンク*/
.sample {
  display: block;
  margin-top: -100px;
  padding-top: 100px;
}

/*news一覧のページネーション*/
.news .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.news .pagination-container {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.news .pagination .first, .news .pagination .prev, .news .pagination .page,
.news .pagination .next, .news .pagination .last {
  display: inline-block;
  background: #fffabb;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 50px;
  padding: 14px;
  margin-right: 10px;
}
.news .pagination .navi-active {
  display: inline-block;
  background: #feef2d;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 50px;
  padding: 14px;
  margin-right: 10px;
  font-weight: bold;
}

/*goods一覧のページネーション*/
.goods .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.goods .pagination-container {
  width: 900px;
  margin: 0 auto;
  padding: 50px 0;
}
.goods .pagination .first, .goods .pagination .prev, .goods .pagination .page,
.goods .pagination .next, .goods .pagination .last {
  display: inline-block;
  background: #fffabb;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 50px;
  padding: 14px;
  margin-right: 10px;
}
.goods .pagination .navi-active {
  display: inline-block;
  background: #feef2d;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 50px;
  padding: 14px;
  margin-right: 10px;
  font-weight: bold;
}

/*top-news表示件数*/
.topkensu {
  display: none;
}

@media screen and (max-width: 768px) {
  .pconly {
    display: none;
  }

  .sponly {
    display: block;
    /*position: relative;*/
    z-index: 2;
  }

  .wapper, .in-wapper {
    width: 90%;
    margin: 0 auto;
  }

  /*padding*/
  .pt50 {
    padding-top: 25px;
  }

  .pb50 {
    padding-bottom: 25px;
  }

  .pb55 {
    padding-bottom: 20px;
  }

  .pb100 {
    padding-bottom: 50px;
  }

  .sp-pt10 {
    padding-top: 10px;
  }

  /*margin*/
  .mt90 {
    margin-top: 60px !important;
  }

  .mb30 {
    margin-bottom: 15px;
  }

  /*パンくず*/
  .breadcrumb {
    font-size: 1.2rem;
  }

  .sp-pt30 {
    padding-top: 30px;
  }

  /*ページ内リンク*/
  .sample {
    display: none;
  }

  /*news一覧のページネーション*/
  .news .pagination-container {
    width: 100%;
    padding-bottom: 25px;
  }
  .news .pagination .first, .news .pagination .prev, .news .pagination .page,
  .news .pagination .next, .news .pagination .last {
    width: 35px;
    height: 35px;
    padding: 8px;
    margin-right: 5px;
    font-size: 1.4rem;
  }
  .news .pagination .first, .news .pagination .prev,
  .news .pagination .next, .news .pagination .last {
    padding: 7px;
  }
  .news .pagination .navi-active {
    width: 35px;
    height: 35px;
    padding: 8px;
    margin-right: 5px;
    font-size: 1.4rem;
  }

  /*goods一覧のページネーション*/
  .goods .pagination-container {
    width: 100%;
    padding: 25px 0;
  }
  .goods .pagination .first, .goods .pagination .prev, .goods .pagination .page,
  .goods .pagination .next, .goods .pagination .last {
    width: 35px;
    height: 35px;
    padding: 8px;
    margin-right: 5px;
    font-size: 1.4rem;
  }
  .goods .pagination .first, .goods .pagination .prev,
  .goods .pagination .next, .goods .pagination .last {
    padding: 7px;
  }
  .goods .pagination .navi-active {
    width: 35px;
    height: 35px;
    padding: 8px;
    margin-right: 5px;
    font-size: 1.4rem;
  }
}
/*header*/
/*========= 上部固定させるためのCSS ===============*/
#header {
  /*position: fixed;fixedを設定して固定*/
  height: 85px;
  /*高さ指定*/
  width: 100%;
  /*横幅指定*/
  /*z-index: 999;最前面へ*/
  /*以下はレイアウトのためのCSS*/
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  text-align: center;
  /*padding: 20px;*/
  top: 0px;
  /*background:rgba( 251, 196, 219, 0.5 );
  background: rgba(255,255,255,0.7);
  background: rgba( 255, 250, 187, 0.5 );*/
  background: #fff;
}

#header.fixed {
  position: fixed;
  /*fixedを設定して固定*/
  z-index: 999;
  /*最前面へ*/
  top: 0;
  /*位置指定*/
  left: 0;
  /*位置指定*/
  background: #fff;
}

.scroll {
  /*width: 162px;*/
}
.scroll-box {
  display: none;
}
.scroll-box.scrollin {
  display: block;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
}

.h-logo {
  margin: auto 0;
  height: 40px;
}

/*以下は検証用のレイアウトのためのCSS*/
/*========= ナビゲーションのためのCSS ===============*/
#header .scr_cover {
  background: transparent;
  width: 0;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
}

#header .scr_cover.view {
  width: 100vw;
  height: 100vh;
}

#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 8;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 45%;
  height: 100vh;
  /*ナビの高さ*/
  background: #fbe5e7;
    /*動き
	transition: all 0.6s;*/
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

#g-nav.panelactive {
  animation-name: fadeInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  /*top:50%;
  left:50%;
  transform: translate(100%, 45%);*/
  transform: translate(20%, 45%);
  left: -10px;
  width: 65%;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  /*text-align: center;*/
  margin-bottom: 20px;
}

#g-nav li a {
  color: #333;
  text-decoration: none;
  /*padding: 15px 0px 10px 0px;*/
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  width: 100%;
  text-align: left;
  padding: 10px;
}

#g-nav li a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 900;
  padding-right: 10px;
  padding-left: 5px;
}

#g-nav li a:hover {
  color: #fc6976;
}
#g-nav li a:hover:before {
  font-family: "Font Awesome 5 Free";
  content: '\f152';
  font-weight: 900;
  padding-right: 6px;
  padding-left: 3px;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 10;
  top: 10px;
  right: 10%;
  /*right: 5%;*/
  cursor: pointer;
  width: 50px;
  height: 65px;
  	/*height: 90px;
      margin-top: 5px;
      margin-right: 0;
      margin-left: auto;*/
}

.close {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header {
  /*	background: #fff;
  	height: 127px;
  	margin-bottom: 50px;*/
}

.h- {
  /*&img{
  	margin: 5px 0;
  }*/
}
.h-link {
  margin: auto;
  height: 44px;
}
.h-navi {
  margin-left: auto;
  margin-right: 0;
}
.h-navibox {
  margin-top: 20px;
}
.h-navi-li {
  height: 12px;
  border-right: 1px solid #583822;
  padding-right: 5px;
  margin-right: 5px;
  font-size: 1.4rem;
}
.h-navi-li:last-child {
  border-right: none;
  padding-right: 0px;
  margin-right: 0px;
}
.h-navi-txt {
  display: block;
  line-height: 0.8;
}

@media screen and (max-width: 768px) {
  #header {
    height: 55px;
  }

  .h-logo {
    height: 28px;
  }

  .openbtn {
    top: 5px;
    width: 35px;
    max-width: 15%;
    height: auto;
    right: 2%;
  }

  #g-nav {
    width: 100%;
  }
  #g-nav ul {
    left: -25px;
    transform: translate(25%, 15%);
    width: 80%;
  }
  #g-nav .logo_link {
    width: 51%;
    max-width: 163px;
    padding-top: 14px;
  }
  #g-nav .logo_link img {
    max-width: 114px;
    display: block;
    height: 27px;
  }
  #g-nav .logo-box {
    width: 90%;
    margin: 0 auto;
  }
  #g-nav li a {
    font-size: 1.4rem;
  }

  .scroll {
    width: 70%;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }
  .scroll-box {
    display: none;
  }
  .scroll-box.scrollin {
    display: block;
    height: 31px;
    width: 45%;
    max-width: 162px;
    max-height: 48%;
  }
}
/*top*/
/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/
.box {
  opacity: 0;
}

/*スクロールダウン全体の場所*/
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  bottom: 60px;
  /*全体の高さ*/
  height: 35px;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -20px;
  top: -20px;
  /*テキストの形状*/
  color: #606060;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 2px;
  height: 30px;
  background: #606060;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-block2 {
  transform: translateY(100px);
  transition: all .5s ease-in;
}

/* 画面に入った時の動き */
.fade-block2.blockIn {
  transform: translateY(0);
}

.main {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  left: 0;
  top: 25%;
}
.main-top {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  top: -11.2%;
}
.main-top.main-margin {
  top: 0;
}
.main img {
  position: relative;
  width: 100%;
}

.height-top {
  position: relative;
  z-index: 9;
  top: -50%;
  left: 0;
  height: 100vh;
  overflow: hidden;
}

.menu {
  height: 75px;
}
.menu-img {
  display: block;
  margin: 0 auto;
}
.menu-bottom {
  padding-bottom: 75px;
}

.padding-box01 {
  padding: 100px 0 16%;
}
.padding-box02 {
  padding: 100px 0 200px;
}

.box-news {
  margin-bottom: 20px;
}
.box-news:last-of-type {
  margin-bottom: 30px;
}
.boxnews {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 35px 20px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
.boxnews:hover {
  border-bottom: 3px solid #615f62;
}

.label-new {
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 15px;
  margin: 0;
  padding: 7px 0 0px;
  z-index: 2;
  width: 40px;
  text-align: center;
  font-size: 1.2rem;
  color: white;
  background: #ff785b;
  font-weight: bold;
}
.label-new:before {
  position: absolute;
  content: '';
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 6px #cf4a2d;
  border-right: solid 6px transparent;
}
.label-new:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #ff785b;
}

.top-news-time {
  width: 231px;
  display: flex;
}
.top-news-con {
  padding-left: 30px;
  width: 629px;
}
.top-news-con a {
  width: 100%;
  display: block;
}

.link {
  width: 210px;
  margin: 0 0 0 auto;
}
.linkbox {
  display: block;
  width: 100%;
  background: #fffabb;
  text-align: center;
  font-weight: bold;
  border: 3px solid #fffabb;
  padding: 11px 0 11px;
  line-height: 0.9;
  border-radius: 10px;
}
.linkbox:hover {
  background: #fff;
}
.link-center {
  padding-top: 30px;
  margin: 0 auto;
}

.category {
  display: inline-block;
  width: 83px;
  text-align: center;
  line-height: 1.3;
  border-radius: 5px;
  padding: 4px 0 0px;
  font-size: 1.2rem;
  vertical-align: text-top;
  margin-left: auto;
  margin-right: 0;
  height: 20px;
}
.category-1 {
  background: #e94e66;
  color: #fff;
}
.category-2 {
  background: #c9c5c6;
}

.story-1 {
  display: block;
  margin: 0 auto;
}

.brotherbox {
  display: flex;
}
.brotherbox-right {
  flex-direction: row-reverse;
}
.brotherimg {
  height: 146px;
  margin-top: auto;
  margin-bottom: auto;
}
.brotherconbox {
  width: 737px;
  border-radius: 15px;
}
.brotherconboxright {
  margin-left: auto;
  margin-right: 0;
}
.brotherconboxleft {
  margin-left: 0;
  margin-right: auto;
}
.brothercons {
  /*padding: 25px 0 20px 25px;*/
  padding-left: 30px;
  padding-top: 25px;
}
.brothername {
  line-height: 0.5;
}
.brothercon {
  line-height: 1.4;
  margin-top: 15px;
}

.bk-kappa {
  background: #ddebd5;
}
.bk-kuma {
  background: #ffe873;
}
.bk-usagi {
  background: #fbd8b5;
}
.bk-tanuki {
  background: #e5d8b2;
}
.bk-saru {
  background: #fff7a0;
}
.bk-panda {
  background: #c5e2c2;
}

.arrow {
  position: relative;
}
.arrow-kappa:before {
  content: "";
  position: absolute;
  top: 45%;
  left: -60px;
  margin-top: -20px;
  border: 30px solid transparent;
  border-right: 30px solid #ddebd5;
  z-index: 2;
}
.arrow-kuma:before {
  content: "";
  position: absolute;
  top: 45%;
  right: -60px;
  margin-top: -20px;
  border: 30px solid transparent;
  border-left: 30px solid #ffe873;
  z-index: 2;
}
.arrow-usagi:before {
  content: "";
  position: absolute;
  top: 45%;
  left: -60px;
  margin-top: -20px;
  border: 30px solid transparent;
  border-right: 30px solid #fbd8b5;
  z-index: 2;
}
.arrow-tanuki:before {
  content: "";
  position: absolute;
  top: 45%;
  right: -60px;
  margin-top: -20px;
  border: 30px solid transparent;
  border-left: 30px solid #e5d8b2;
  z-index: 2;
}
.arrow-saru:before {
  content: "";
  position: absolute;
  top: 45%;
  left: -60px;
  margin-top: -20px;
  border: 30px solid transparent;
  border-right: 30px solid #fff7a0;
  z-index: 2;
}
.arrow-panda:before {
  content: "";
  position: absolute;
  top: 45%;
  right: -60px;
  margin-top: -20px;
  border: 30px solid transparent;
  border-left: 30px solid #c5e2c2;
  z-index: 2;
}

.fruit-kappa {
  background: url(../img/kappa-bk.png);
  background-position: right top;
  background-repeat: no-repeat;
  padding-bottom: 16px;
}
.fruit-kuma {
  background: url(../img/kuma-bk.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding-bottom: 14px;
}
.fruit-usagi {
  background: url("../img/usagi-bk.png");
  background-position: right top;
  background-repeat: no-repeat;
  padding-bottom: 15px;
}
.fruit-tanuki {
  background: url(../img/tanuki-bk.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding-bottom: 5px;
  padding-top: 20px;
}
.fruit-saru {
  background: url(../img/saru-bk.png);
  background-position: right top;
  background-repeat: no-repeat;
  padding-bottom: 5px;
  padding-top: 19px;
}
.fruit-panda {
  background: url(../img/panda-bk.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding-bottom: 4px;
  padding-top: 18px;
}

.line-kappa {
  background: linear-gradient(transparent 50%, #9dc04c 50%);
}
.line-kuma {
  background: linear-gradient(transparent 50%, #f8b500 50%);
}
.line-usagi {
  background: linear-gradient(transparent 50%, #f7b977 50%);
}
.line-tanuki {
  background: linear-gradient(transparent 50%, #d0ae76 50%);
}
.line-saru {
  background: linear-gradient(transparent 50%, #fdd000 50%);
}
.line-panda {
  background: linear-gradient(transparent 50%, #7ebeab 50%);
}

.goods-img {
  width: 455px;
  margin: 0 auto;
}
.goodsbox {
  margin-right: 0px;
  margin-left: auto;
}
.goods-boxs {
  margin-right: 0px;
  margin-left: auto;
}
.goods-box {
  background: #f5becf;
  border-radius: 20px;
  padding: 35px 15px 20px;
  height: 380px;
  position: relative;
  /*overflow: hidden;*/
}
.goods-sebox {
  background: #fff;
  border-radius: 20px;
  height: 215px;
}
.goods-sebox img {
  width: 100%;
}
.goods-thibox {
  padding-top: 15px;
}
.goods-thibox dt {
  height: 52px;
}
.goods-thibox_r {
  text-align: right;
  margin-top: 25px;
}

.goods-link a:before,
.goods-link a:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
}

.goods-link a:before {
  background: rgba(252, 105, 118, 0.4);
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.goods-link a:after {
  color: #fff;
  content: "Read More";
  font-size: 22px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
}

.goods-link a:hover:before,
.goods-link a:hover:after {
  opacity: 1;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 90%;
  margin: 0 0 0 auto;
  /*戻る、次へ矢印の位置*/
}
.slider img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}
.slider .slick-slide {
  margin: 10px 10px 0;
}
.slider .slick-prev,
.slider .slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 25%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  /*border-top: 2px solid #666;矢印の色*/
  /*border-right: 2px solid #666;矢印の色*/
  height: 50px;
  width: 50px;
  left: -9.5%;
}
.slider .slick-prev {
  /*戻る矢印の位置と形状*/
  left: -9.5%;
  background-image: url("../img/left.png");
  background-repeat: no-repeat;
}
.slider .slick-next {
  /*次へ矢印の位置と形状*/
  top: 50%;
  background-image: url("../img/right.png");
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .height-top {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .main {
    -webkit-transform: translateY(-37%);
    -ms-transform: translateY(-37%);
    transform: translateY(-37%);
    width: 100%;
    left: 0;
    top: 40%;
  }

  .scrolldown1 {
    left: 50%;
    bottom: 100px;
  }

  .menu {
    width: 55%;
    height: auto;
    margin: 0 auto;
    max-width: 250px;
  }
  .menu-bottom {
    padding-bottom: 0px;
  }

  .boxnews {
    padding: 25px 15px 20px;
  }

  .label-new {
    left: 12px;
    padding: 5px 0 0;
    font-size: 1.0rem;
    letter-spacing: 1px;
  }
  .label-new:after {
    border-top: 7px solid #ff785b;
  }

  .padding-box01 {
    padding: 50px 0 16%;
  }
  .padding-box02 {
    padding: 50px 0 100px;
  }

  .top-news-time {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 7px;
    width: 200px;
  }
  .top-news-data {
    font-size: 1.3rem;
  }
  .top-news-con {
    font-size: 1.4rem;
    padding-left: 10px;
    width: 100%;
  }

  .link {
    width: 55%;
    margin: 0 auto;
  }
  .linkbox {
    display: block;
    width: 100%;
    background: #fffabb;
    text-align: center;
    font-weight: bold;
    border: 3px solid #fffabb;
    padding: 11px 0 11px;
    line-height: 0.9;
    border-radius: 10px;
    font-size: 1.4rem;
  }
  .linkbox:hover {
    background: #fff;
  }

  .story-1 {
    width: 15%;
    max-width: 74px;
  }
  .story-2 {
    width: 515px;
    max-width: 100%;
  }

  .brotherbox {
    display: block;
  }
  .brotherimg {
    height: auto;
    margin: 0 auto;
    width: 95px;
  }
  .brotherconbox {
    width: 100%;
  }
  .brotherconboxright {
    margin-top: -7px;
  }
  .brotherconboxleft {
    margin-top: -7px;
  }
  .brothercons {
    padding-left: 15px;
    padding-top: 20px;
    padding-right: 15px;
  }
  .brothername {
    width: 140px;
  }
  .brothercon {
    margin-top: 10px;
    font-size: 1.4rem;
    letter-spacing: -0.5px;
  }

  .bk-kappa {
    background: #ddebd5;
  }
  .bk-kuma {
    background: #ffe873;
  }
  .bk-usagi {
    background: #fbd8b5;
  }
  .bk-tanuki {
    background: #e5d8b2;
  }
  .bk-saru {
    background: #fff7a0;
  }
  .bk-panda {
    background: #c5e2c2;
  }

  .arrow {
    position: relative;
    margin-top: 35px;
  }
  .arrow-kappa:before {
    content: "";
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -35px;
    border: 30px solid transparent;
    border-bottom: 30px solid #ddebd5;
    z-index: 2;
    margin-top: 0px;
  }
  .arrow-kuma:before {
    content: "";
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -35px;
    border: 30px solid transparent;
    border-bottom: 30px solid #ffe873;
    z-index: 2;
    right: 320px;
    margin-top: 0px;
  }
  .arrow-kuma:after {
    display: none;
  }
  .arrow-usagi:before {
    content: "";
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -35px;
    border: 30px solid transparent;
    border-bottom: 30px solid #fbd8b5;
    z-index: 2;
    margin-top: 0px;
  }
  .arrow-usagi:after {
    display: none;
  }
  .arrow-tanuki:before {
    content: "";
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -35px;
    border: 30px solid transparent;
    border-bottom: 30px solid #e5d8b2;
    z-index: 2;
    right: 320px;
    margin-top: 0px;
  }
  .arrow-tanuki:after {
    display: none;
  }
  .arrow-saru:before {
    content: "";
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -35px;
    border: 30px solid transparent;
    border-bottom: 30px solid #fff7a0;
    z-index: 2;
    margin-top: 0px;
  }
  .arrow-saru:after {
    display: none;
  }
  .arrow-panda:before {
    content: "";
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -35px;
    border: 30px solid transparent;
    border-bottom: 30px solid #c5e2c2;
    z-index: 2;
    right: 320px;
    margin-top: 0px;
  }
  .arrow-panda:after {
    display: none;
  }

  .fruit-kappa {
    background: url(../img/kappa-bk.png);
    background-position: right top;
    background-repeat: no-repeat;
  }
  .fruit-kuma {
    background: url(../img/kuma-bk.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-bottom: 14px;
  }
  .fruit-usagi {
    background: url("../img/usagi-bk.png");
    background-position: right top;
    background-repeat: no-repeat;
    padding-bottom: 15px;
  }
  .fruit-tanuki {
    background: url(../img/tanuki-bk.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .fruit-saru {
    background: url(../img/saru-bk.png);
    background-position: right top;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    padding-top: 19px;
  }
  .fruit-panda {
    background: url(../img/panda-bk.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    padding-top: 18px;
  }

  .line-kappa {
    background: linear-gradient(transparent 50%, #9dc04c 50%);
  }
  .line-kuma {
    background: linear-gradient(transparent 50%, #f8b500 50%);
  }
  .line-usagi {
    background: linear-gradient(transparent 50%, #f7b977 50%);
  }
  .line-tanuki {
    background: linear-gradient(transparent 50%, #d0ae76 50%);
  }
  .line-saru {
    background: linear-gradient(transparent 50%, #fdd000 50%);
  }
  .line-panda {
    background: linear-gradient(transparent 50%, #7ebeab 50%);
  }

  .goods-img {
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
  }
  .goodsbox {
    margin-right: 0px;
    margin-left: auto;
  }
  .goods-boxs {
    margin-right: 0px;
    margin-left: auto;
  }
  .goods-box {
    background: #f5becf;
    border-radius: 20px;
    padding: 25px 8px 10px;
    height: auto;
    font-size: 1.2rem;
    letter-spacing: -1px;
  }
  .goods-sebox {
    background: #fff;
    border-radius: 20px;
    height: auto;
  }
  .goods-thibox {
    padding-top: 15px;
  }
  .goods-thibox dt {
    height: 52px;
    /*font-weight: bold;*/
  }
  .goods-thibox_r {
    text-align: right;
    margin-top: 25px;
  }

  /*==================================================
  スライダーのためのcss
  ===================================*/
  .slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 75%;
    margin: 0 0 0 auto;
    /*戻る、次へ矢印の位置*/
  }
  .slider img {
    width: 100%;
    /*スライダー内の画像を横幅100%に*/
    height: auto;
  }
  .slider .slick-slide {
    margin: 5px 5px 0;
  }
  .slider .slick-prev,
  .slider .slick-next {
    position: absolute;
    /*絶対配置にする*/
    top: 20%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    /*border-top: 2px solid #666;矢印の色*/
    /*border-right: 2px solid #666;矢印の色*/
    height: 50px;
    width: 50px;
    left: -33%;
  }
  .slider .slick-prev {
    /*戻る矢印の位置と形状*/
    left: -33%;
    background-image: url("../img/left.png");
    background-repeat: no-repeat;
  }
  .slider .slick-next {
    /*次へ矢印の位置と形状*/
    top: 60%;
    background-image: url("../img/right.png");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 540px) {
  .slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 95%;
    margin: 0 0 0 auto;
    /*戻る、次へ矢印の位置*/
  }
  .slider .slick-prev,
  .slider .slick-next {
    position: absolute;
    /*絶対配置にする*/
    top: 25%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    height: 50px;
    width: 25px;
    left: -11%;
  }
  .slider .slick-prev {
    /*戻る矢印の位置と形状*/
    left: -11%;
    background-image: url("../img/left-sp.png");
  }
  .slider .slick-next {
    /*次へ矢印の位置と形状*/
    top: 50%;
    background-image: url("../img/right-sp.png");
  }
}
/*下層*/
/*共通*/
.k-menu {
  background: #f5becf;
  margin: 85px 0 0px;
  padding: 25px 0 25px;
}
.k-menu-img {
  margin: 0 auto;
  display: block;
}
.k-menucolor {
  background: #f5becf;
  margin-bottom: 30px;
  padding-top: 35px;
}

/*news 一覧*/
.news-time {
  padding-bottom: 20px;
  width: 231px;
  display: flex;
}
.news-con {
  padding-left: 30px;
  width: 629px;
}
.news-con a {
  width: 100%;
  display: block;
}

.category {
  display: inline-block;
  width: 83px;
  text-align: center;
  line-height: 1.3;
  border-radius: 5px;
  padding: 4px 0 0px;
  font-size: 1.2rem;
  vertical-align: text-top;
  margin-left: auto;
  margin-right: 0;
  height: 20px;
}
.category-1 {
  background: #e94e66;
  color: #fff;
}
.category-2 {
  background: #c9c5c6;
}

.flexc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/*.wp-pagenavi{
	a{
		display: inline-block;
		background:#fffabb;
		width: 50px;
		height: 50px;
		text-align: center;
		position: relative;
		border-radius: 50px;
    	padding: 14px;
		margin-right: 10px;
		&:last-child{
			margin-right: 0px;
		}
		&:hover{
			background: #fff;
			border: 3px solid #fffabb;
			padding: 11px 0 11px;
		}
	}
	span{
		display: inline-block;
		background:#feef2d;
		width: 50px;
		height: 50px;
		text-align: center;
		position: relative;
		border-radius: 50px;
		padding: 14px;
		margin-right: 10px;
		font-weight: bold;
	}
}*/
/*news 詳細*/
.news-box {
  background: #fff;
  padding: 50px 60px;
  position: relative;
}
.news-ti {
  font-size: 2.0rem;
  padding: 0 0 5px 5px;
  border-bottom: 1px solid;
}
.news-times {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
  width: auto;
  font-size: 1.4rem;
  line-height: 1.3;
}
.news-timesbox {
  display: flex;
  padding: 20px 0px;
}
.news-linkbox {
  width: 210px;
  margin: 50px auto 0;
}
.news-link {
  display: block;
  width: 100%;
  background: #fffabb;
  text-align: center;
  font-weight: bold;
  padding: 14px 0 14px;
  line-height: 0.9;
  border-radius: 10px;
}
.news-link:hover {
  background: #fff;
  border: 3px solid #fffabb;
  padding: 11px 0 11px;
}

.news-container .box-news:nth-child(10n) {
  margin-bottom: 0px;
}
.news-container .box-news:last-of-type {
  margin-bottom: 0px;
}

/*contact*/
.contact-box {
  background: #fff;
  padding: 50px 60px;
}
.contact-box .text-style02 {
  color: #f00;
}
.contact-box p {
  padding-bottom: 10px;
}
.contact-box p span {
  color: #f00;
}
.contact-table {
  border: 1px solid #cbcbcb;
  margin-bottom: 50px;
}
.contact-link {
  width: 210px;
  margin: 0 auto;
}
.contact-link .linkbox {
  border-radius: 10px !important;
}

.thanks p {
  padding-bottom: 0px;
  text-align: center;
}

.position-item {
  background-color: #ededed;
  padding: 10px;
  text-align: inherit;
  font-size: 1.4rem;
  border: 1px solid #cbcbcb;
}
.position-con {
  border: 1px solid #cbcbcb;
  padding: 10px 15px;
  width: 74%;
  font-size: 1.4rem !important;
}

.w400 {
  width: 460px;
}

.box-bor {
  border: solid 1px #ededed;
}

/*PRIVACY POLICY*/
.policy-box {
  background: #fff;
  padding: 50px 60px;
}
.policy-box .con {
  padding-bottom: 20px;
}
.policy-h3 {
  font-size: 1.8rem;
  border-bottom: 3px solid #bababa;
  margin-bottom: 15px;
  position: relative;
}
.policy-h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #000;
  bottom: -3px;
  width: 20%;
}
.policy-dd {
  padding-bottom: 20px;
}
.policy-dd_li {
  padding-left: 2em;
  text-indent: -1em;
}

/*sitemap*/
.site-box {
  background: #fff;
  padding: 50px 60px;
}
.site-box .menu-li {
  margin-bottom: 10px;
}
.site-box .menu-li a {
  display: block;
  width: 100%;
}
.site-box .menu-li a:hover {
  color: #fc6976;
}

/*goods*/
.count-goods .goodsbox {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 50px 60px;
}
.count-goods .goods-box {
  margin: 0 15px 50px 0;
  width: calc(33.33333333% - 10px);
}
.count-goods .goods-box:nth-child(3n) {
  margin-right: 0px;
}

.label-urikire {
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 15px;
  margin: 0;
  padding: 7px 0 0px;
  z-index: 2;
  width: 40px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  background: #7e7e7e;
  font-weight: bold;
}
.label-urikire:before {
  position: absolute;
  content: '';
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 6px #3b3b3b;
  border-right: solid 6px transparent;
}
.label-urikire:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #7e7e7e;
}
.label-nyuka {
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 15px;
  margin: 0;
  padding: 7px 0 0px;
  z-index: 2;
  width: 40px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  background: #0068b7;
  font-weight: bold;
}
.label-nyuka:before {
  position: absolute;
  content: '';
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 6px #003a66;
  border-right: solid 6px transparent;
}
.label-nyuka:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #0068b7;
}

/*goods詳細*/
.goods-kbox {
  background: #fff;
  padding: 50px 60px;
  margin-bottom: 20px;
}
.goods-kbox .goods-detail {
  display: flex;
  flex-wrap: wrap;
}
.goods-kbox .goods-detail:first-child {
  padding-bottom: 40px;
}
.goods-kbox .goods-detail .container {
  margin: 0 40px 0px 0;
  width: calc(50% - 20px);
}
.goods-kbox .goods-detail .container:last-child {
  margin: 0px;
}
.goods-kbox .goods-detail .container .slick-img img {
  display: block;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  transition: .3s ease-in-out;
}
.goods-kbox .goods-detail .container .slick-img a {
  position: relative;
}
.goods-kbox .goods-detail .container .slick-img a:hover img {
  opacity: 0.6;
}
.goods-kbox .goods-detail .container .slick-img a:hover:after {
  font-family: "Font Awesome 6 Free";
  content: '\f00e';
  font-weight: 900;
  color: #f5becf;
  position: absolute;
  right: 20px;
  bottom: 0;
}
.goods-kbox .goods-detail .container .thumbnail-img {
  width: calc(25% - 0px);
}
.goods-kbox .goods-detail .container .thumbnail-img img {
  width: 100%;
}
.goods-kbox .goods-detail .container .link {
  width: 100%;
  margin: 0;
  padding: 15px 0;
}
.goods-kbox .goods-detail .container .linkbox {
  vertical-align: middle;
  width: 95%;
  margin: 0 auto;
}
.goods-kbox .goods-detail .container .linkbox:before {
  content: '';
  display: inline-block;
  height: 25px;
  background: url(../img/cart.png);
  background-repeat: no-repeat;
  width: 23px;
  margin-right: 10px;
  vertical-align: sub;
}
.goods-kbox .goods-detail .container .linkbox:hover:before {
  background: url(../img/cart-in.png);
  background-repeat: no-repeat;
}
.goods-kbox .goods-detail .container .con-name {
  line-height: 1;
  padding-bottom: 10px;
}
.goods-kbox .goods-detail .container .kakudai {
  text-align: center;
  font-size: 1.4rem;
  padding: 5px 0px;
}
.goods-kbox .goods-detail .container .kakudai .balloon {
  position: relative;
  width: 40px;
  height: 40px;
  background: #f5becf;
  padding: 8px;
  text-align: center;
  margin-right: 2px;
  font-weight: bold;
  color: #775435;
  border-radius: 50%;
}
.goods-kbox .goods-detail .container .kakudai .balloon:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 3px;
  top: 0px;
  border-style: solid;
  border-color: transparent transparent transparent #f5becf;
  border-width: 5px 0 5px 10px;
  transform: rotate(60deg);
}
.goods-kbox .goods-detail .label-urikire {
  position: revert;
  padding: 3px 0 0px;
  border-radius: 2px;
}
.goods-kbox .goods-detail .label-urikire:before {
  content: none;
}
.goods-kbox .goods-detail .label-urikire:after {
  content: none;
}
.goods-kbox .goods-detail .label-new {
  position: revert;
  padding: 3px 0 0px;
  border-radius: 2px;
}
.goods-kbox .goods-detail .label-new:before {
  content: none;
}
.goods-kbox .goods-detail .label-new:after {
  content: none;
}
.goods-kbox .goods-detail .label-nyuka {
  position: revert;
  padding: 3px 0 0px;
  border-radius: 2px;
}
.goods-kbox .goods-detail .label-nyuka:before {
  content: none;
}
.goods-kbox .goods-detail .label-nyuka:after {
  content: none;
}
.goods-kbox .goods-detail .goods-name {
  font-size: 2.0rem;
  font-weight: bold;
  padding-top: 20px;
}
.goods-kbox .goods-detail .goods-money {
  text-align: right;
}
.goods-kbox .goods-detail .goods-money span {
  font-size: 1.2rem;
}
.goods-kbox .goods-detail .goods-con {
  padding-top: 20px;
}
.goods-kbox .goods-detail .goods-conbox .conbox {
  display: flex;
  flex-wrap: wrap;
  background: url("../img/k-goods_line.png");
  background-size: revert;
  background-repeat: repeat-x;
  background-position: bottom;
  padding-top: 10px;
}
.goods-kbox .goods-detail .goods-conbox .conbox:first-child {
  padding-top: 0px;
}
.goods-kbox .goods-detail .goods-conbox .conbox .title {
  width: calc(40% - 0px);
  padding-bottom: 10px;
  padding-left: 10px;
}
.goods-kbox .goods-detail .goods-conbox .conbox .con {
  width: calc(60% - 0px);
  padding-bottom: 10px;
}
.goods-kbox .goods-detail .goods-exp {
  padding-left: 10px;
  padding-bottom: 45px;
}

.modaal-gallery-control {
  top: 50%;
}

.modaal-gallery-control:after, .modaal-gallery-control:before {
  content: none;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: rgba(0, 0, 0, 0) url(../img/right.png);
}

.modaal-gallery-next-inner {
  background: rgba(0, 0, 0, 0) url(../img/right.png);
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
}

.modaal-gallery-prev {
  background: rgba(0, 0, 0, 0) url(../img/left.png);
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
}

.modaal-gallery-prev:focus, .modaal-gallery-prev:hover {
  background: rgba(0, 0, 0, 0) url(../img/left.png);
}

.goods-back .goods-kbox {
  margin-bottom: 0px;
  padding: 50px 0px 25px;
}
.goods-back .goodsbox {
  display: flex;
  flex-wrap: wrap;
}
.goods-back .goods-kbox .goods-box {
  margin: 0 12px 0px 0;
  width: calc(16.66666666666667% - 10px);
  height: auto;
}
.goods-back .goods-kbox .goods-box img {
  width: 100%;
}
.goods-back .goods-kbox .goods-box:nth-child(3n) {
  margin-right: 12px;
}
.goods-back .goods-kbox .goods-box:last-child {
  margin-right: 0px;
}
.goods-back .goods-sebox {
  height: auto;
}
.goods-back .con-name {
  line-height: 1;
  padding-bottom: 20px;
}
.goods-back .goods-width {
  width: 95%;
  margin: 0 auto;
  max-width: 1405px;
}

.slick-prev:before, .slick-next:before {
  content: none;
}

/*.slider-two*/
.thumbnail .slick-prev,
.thumbnail .slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 25%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  /*border-top: 2px solid #666;矢印の色*/
  /*border-right: 2px solid #666;矢印の色*/
  height: 50px;
  width: 25px;
}
.thumbnail .slick-next {
  top: 50%;
  right: 0px;
}
.thumbnail .slick-prev {
  top: 50%;
  left: 0;
  z-index: 10;
}
.thumbnail .slick-prev {
  /*戻る矢印の位置と形状*/
  left: -25px;
  background-image: url("../img/goods_left-sp.png");
  background-repeat: no-repeat;
}
.thumbnail .slick-next {
  /*次へ矢印の位置と形状*/
  right: -25px;
  background-image: url("../img/right-sp.png");
  background-repeat: no-repeat;
}

.count-goods {
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  /*共通*/
  .k-menu {
    margin: 55px 0 0px;
    padding: 15px 0;
  }
  .k-menu-img {
    width: 28%;
    max-width: 106px;
  }
  .k-menucolor {
    padding-top: 30px;
  }

  /*news 一覧*/
  .news-time {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 10px;
    width: 200px;
  }
  .news-data {
    font-size: 1.3rem;
  }
  .news-con {
    font-size: 1.4rem;
    padding-left: 10px;
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .wp-pagenavi a {
    width: 35px;
    height: 35px;
    padding: 6px;
    margin-right: 5px;
    line-height: 1.4;
  }
  .wp-pagenavi a:last-child {
    margin-right: 0px;
  }
  .wp-pagenavi span {
    width: 35px;
    height: 35px;
    padding: 6px;
    margin-right: 5px;
    font-weight: bold;
    line-height: 1.4;
  }

  .nextpostslink,
  .previouspostslink {
    line-height: 1.3 !important;
  }

  /*news 詳細*/
  .news-box {
    padding: 25px 15px;
  }
  .news-ti {
    font-size: 1.6rem;
  }
  .news-times {
    font-size: 1.2rem;
    margin-top: 3px;
  }
  .news-timesbox {
    padding: 10px 0;
  }
  .news-link {
    font-size: 1.4rem;
  }
  .news-cons {
    font-size: 1.4rem;
  }

  /*contact*/
  .contact-box {
    padding: 25px 15px;
  }
  .contact-box p {
    font-size: 1.4rem;
    padding-bottom: 10px;
    letter-spacing: -.5px;
  }
  .contact-table {
    margin-bottom: 25px;
    border: 1px solid #cbcbcb;
  }
  .contact-link {
    width: 70%;
    max-width: 210px;
  }

  .position-item {
    width: 100%;
    display: block;
    border: 0px;
    border-bottom: 1px solid #cbcbcb;
  }
  .position-con {
    width: 100%;
    display: block;
    border: 0px;
    border-bottom: 1px solid #cbcbcb;
  }

  .w400 {
    width: 100%;
    font-size: 16px;
  }

  .last-cell {
    border-bottom: 0px;
  }

  /*PRIVACY POLICY*/
  .k-menu_policy .k-menu-img {
    width: 55%;
    max-width: 345px;
  }

  .policy-box {
    padding: 25px 15px;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .policy-box .con {
    padding-bottom: 10px;
  }
  .policy-h3 {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
  .policy-h3:after {
    width: 50%;
    max-width: 120px;
  }
  .policy-dd {
    padding-bottom: 10px;
  }
  .policy-dd_li {
    padding-left: 2em;
    text-indent: -1em;
  }

  /*sitemap*/
  .site-box {
    padding: 25px 15px;
    font-size: 1.4rem;
  }
  .site-box .menu-li {
    margin-bottom: 10px;
  }

  /*goods*/
  .k-menu_goods .k-menu-img {
    width: 30%;
    max-width: 128px;
  }

  .count-goods .goodsbox {
    padding: 25px 15px;
  }
  .count-goods .goods-box {
    margin: 0 20px 25px 0;
    width: calc(50% - 10px);
  }
  .count-goods .goods-box:nth-child(3n) {
    margin-right: 20px;
  }
  .count-goods .goods-box:nth-child(2n) {
    margin-right: 0px;
  }
  .count-goods .goods-thibox_r {
    margin-top: 0px;
  }

  .label-urikire {
    left: 12px;
    padding: 5px 0 0;
    font-size: 1.0rem;
    letter-spacing: 1px;
  }
  .label-urikire:after {
    border-top: 7px solid #7e7e7e;
  }
  .label-nyuka {
    left: 12px;
    padding: 5px 0 0;
    font-size: 1.0rem;
    letter-spacing: 1px;
  }
  .label-nyuka:after {
    border-top: 7px solid #0068b7;
  }

  /*goods詳細*/
  .goods-kbox {
    padding: 25px 15px;
  }
  .goods-kbox .goods-detail .container .linkbox {
    padding: 6px 0 11px;
  }
  .goods-kbox .goods-detail .container .con-name {
    line-height: 1;
    padding-bottom: 10px;
  }
  .goods-kbox .goods-detail .container .con-name img {
    width: 115px;
  }
  .goods-kbox .goods-detail .label-urikire {
    padding: 1px 0 0px;
  }
  .goods-kbox .goods-detail .label-new {
    padding: 1px 0 0px;
  }
  .goods-kbox .goods-detail .label-nyuka {
    padding: 1px 0 0px;
  }
  .goods-kbox .goods-detail .goods-name {
    font-size: 1.8rem;
    padding-top: 15px;
  }
  .goods-kbox .goods-detail .goods-money {
    font-size: 1.4rem;
  }
  .goods-kbox .goods-detail .goods-money span {
    font-size: 1.0rem;
  }
  .goods-kbox .goods-detail .goods-con {
    font-size: 1.4rem;
    padding-top: 10px;
  }
  .goods-kbox .goods-detail .goods-conbox .conbox .title {
    width: calc(30% - 0px);
    font-size: 1.4rem;
  }
  .goods-kbox .goods-detail .goods-conbox .conbox .con {
    width: calc(70% - 0px);
    font-size: 1.4rem;
  }
  .goods-kbox .goods-detail .goods-exp {
    padding-bottom: 20px;
    font-size: 1.4rem;
  }

  .goods-back .goods-kbox {
    margin-bottom: 0px;
    padding: 25px;
  }
  .goods-back .goods-kbox .goods-box {
    margin: 0 15px 15px 0;
    width: calc(33.33333333333333% - 10px);
  }
  .goods-back .goods-kbox .goods-box img {
    width: 100%;
  }
  .goods-back .goods-kbox .goods-box:nth-child(3n) {
    margin-right: 0px;
  }
  .goods-back .goods-kbox .goods-box:last-child {
    margin-right: 0px;
  }
  .goods-back .goods-thibox .goods-thibox_r {
    margin-top: 0px;
  }
  .goods-back .con-name {
    line-height: 1;
    padding-bottom: 20px;
  }
  .goods-back .con-name img {
    width: 170px;
  }

  .thumbnail .slick-prev,
  .thumbnail .slick-next {
    width: 20px;
  }
  .thumbnail .slick-prev {
    left: -15px;
  }
  .thumbnail .slick-next {
    background-position: right;
  }

  .count-goods {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 540px) {
  /*goods詳細*/
  .goods-kbox .goods-detail {
    display: block;
  }
  .goods-kbox .goods-detail:first-child {
    padding-bottom: 20px;
  }
  .goods-kbox .goods-detail .container {
    margin: 0px;
    width: 100%;
  }
  .goods-kbox .goods-detail .container:last-child {
    margin-top: 10px;
  }
  .goods-kbox .goods-detail .container .link {
    width: 258px;
    padding: 8px 0;
    margin: 0 auto;
  }
  .goods-kbox .goods-detail .container .con-name {
    line-height: 1;
    padding-bottom: 10px;
  }
  .goods-kbox .goods-detail .container .con-name img {
    width: 115px;
  }
  .goods-kbox .goods-detail .container .kakudai {
    font-size: 1.2rem;
  }
  .goods-kbox .goods-detail .goods-name {
    padding-top: 10px;
  }
  .goods-kbox .goods-detail .goods-money {
    font-size: 1.4rem;
  }
  .goods-kbox .goods-detail .goods-money span {
    font-size: 1.0rem;
  }
  .goods-kbox .goods-detail .goods-con {
    font-size: 1.4rem;
  }
  .goods-kbox .goods-detail .goods-conbox .conbox .title {
    width: calc(30% - 0px);
    font-size: 1.4rem;
  }
  .goods-kbox .goods-detail .goods-conbox .conbox .con {
    width: calc(70% - 0px);
    font-size: 1.4rem;
  }
  .goods-kbox .goods-detail .goods-exp {
    padding-bottom: 10px;
    font-size: 1.4rem;
    padding-left: 5px;
  }

  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: rgba(0, 0, 0, 0) url(../img/right-sp.png);
    border-radius: 0%;
  }

  .modaal-gallery-next-inner {
    background: rgba(0, 0, 0, 0) url(../img/right-sp.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 25px;
    right: 0px;
    border-radius: 0%;
  }

  .modaal-gallery-prev {
    background: rgba(0, 0, 0, 0) url(../img/goods_left-sp.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 25px;
    left: 0px;
    border-radius: 0%;
  }

  .modaal-gallery-prev:focus, .modaal-gallery-prev:hover {
    background: rgba(0, 0, 0, 0) url(../img/goods_left-sp.png);
    border-radius: 0%;
  }

  .goods-back .goods-kbox {
    margin-bottom: 0px;
    padding: 25px 15px;
  }
  .goods-back .goods-kbox .goods-box {
    margin: 0 10px 20px 0;
    width: calc(50% - 5px);
  }
  .goods-back .goods-kbox .goods-box img {
    width: 100%;
  }
  .goods-back .goods-kbox .goods-box:nth-child(2n) {
    margin-right: 0px;
  }
  .goods-back .goods-kbox .goods-box:nth-child(3n) {
    margin-right: 10px;
  }
  .goods-back .goods-kbox .goods-box:last-child {
    margin-right: 0px;
  }
  .goods-back .goods-thibox .goods-thibox_r {
    margin-top: 0px;
  }
  .goods-back .con-name {
    line-height: 1;
    padding-bottom: 20px;
  }
  .goods-back .con-name img {
    width: 170px;
  }

  .thumbnail .slick-next {
    right: -15px;
  }
  .thumbnail .slick-prev {
    left: -15px;
  }
}
/*footer*/
/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 122px;
  transition: all 0.3s;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
  bottom: -25px;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
.footer-bk {
  background: #f5becf;
}
.footer-logo {
  margin: 0 auto;
  width: 130px;
  padding: 55px 0 20px;
}
.footerbox {
  margin-left: auto;
}
.footerbox_sns {
  height: 13px;
  line-height: 1;
}
.footerbox_sns-logo {
  margin-top: 20px;
}
.footerbox_sns-insta {
  margin-left: auto;
  margin-right: 5px;
  height: 40px;
  position: relative;
  overflow: hidden;
}
.footerbox_sns-twit {
  margin-right: auto;
  height: 40px;
  position: relative;
  overflow: hidden;
}
.footer-menu {
  padding-left: 50px;
  margin-right: auto;
  padding-top: 12px;
}
.footer-menu_con {
  margin-right: 33px;
}
.footer-menu_co {
  color: #fff;
}
.footer-menu_co:hover {
  color: #615f62;
}
.footer-sebox {
  margin-top: 9px;
}
.footer-bks {
  background: #f6a2bc;
}
.footer_co {
  color: #fff;
  font-size: 1.2rem;
  padding: 15px 0px;
  text-align: center;
}

.footerbox_sns-insta:before,
.footerbox_sns-twit:before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.footerbox_sns-insta:hover:before,
.footerbox_sns-twit:hover:before {
  opacity: 1;
}

.off {
  margin-right: 0px;
}

.center-left {
  margin-left: auto;
}
.center-right {
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  /*リンクの形状*/
  #page-top a {
    width: 40px;
    height: auto;
  }

  /*リンクを右下に固定*/
  #page-top {
    right: 0px;
    bottom: 25px;
  }

  .sp-box {
    display: block;
  }

  .footer-bk {
    background: #f6a2bc;
  }
  .footer-logo {
    padding: 35px 0 20px;
    line-height: 1;
  }
  .footerbox_sns {
    height: auto;
    line-height: 1;
    width: 113px;
    margin: 0 auto;
  }
  .footerbox_sns-logo {
    margin-top: 10px;
  }
  .footerbox_sns-insta {
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
  .footerbox_sns-twit {
    width: 30px;
    height: 30px;
  }
  .footer_co {
    font-size: 1.0rem;
    padding: 0 0 15px 0px;
  }
}
