/*----------
パーツ
----------*/

.button-arrow:after {
  content: "";
  border-top: 1px solid #000333;
  border-right: 1px solid #000333;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}

.button-pink {
  #background: #ffaec9;
  background: #FBA3D5;
  color: #fff;
  #border: 1px solid #ffaec9;
   border: 1px solid #FBA3D5;
}

.button-pink:hover {
  #color: #ffaec9;
  color: #FBA3D5;
    #border: 1px solid #ffaec9;
   border: 1px solid #FBA3D5;
}

.button-pink:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.button-pink:hover:after {
  #border-top: 1px solid #ffaec9;
  #border-right: 1px solid #ffaec9;
  border-top: 1px solid #FBA3D5;
  border-right: 1px solid #FBA3D5;
}

.heading {
  font-size: 40px;
  margin-bottom: 43px;
}

.text-vertical {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
}

.text-emphasis-20 {
  font-size: 20px;
}

.text-emphasis {
  font-size: 2em;
}

.bg-green {
  background: #71e25c;
}

.bg-pink {
  #background: #ffaec9;
  background: #FBA3D5;
}

.bg-green h2,
.bg-green h4,
.bg-green p {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
}

.cp-button {
  color: #00ba2b;
  background-color: #fff;
  border: none;
  border-radius: 100px;
  width: 374px;
  height: 40px;
}

.cp-button:hover {
  background: #0c8c4c;
  color: #fff;
}

.cp-button:hover.arrow-lightgreen:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.arrow-green::after {
  #border-top: 2px solid #ffaec9;
  #border-right: 2px solid #ffaec9;
  border-top: 2px solid #FBA3D5;
  border-right: 2px solid #FBA3D5;
  right: 10px;
}

.arrow-lightgreen:after {
  border-top: 1px solid #00ba2b;
  border-right: 1px solid #00ba2b;
}

.icon-heart {
  width: 5%;
  height: 5%;
  margin: 0 auto 10px;
}

.border-box img {
  border: 1px solid #707070;
}
/*----------
通販サイト
----------*/

.side-nav {
  position: fixed;
  left: 10px;
  width: 80px;
  height: 266px;
  background: #64d84f;
  border-radius: 6px;
  z-index: 100;
}

.side-nav:hover {
  background: #69b890;
}

.side-nav img {
  max-width: 60px;
  padding-top: 20px;
}

.ec-text {
  font-size: 24px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
  letter-spacing: 10px;
  padding-top: 28px;
  vertical-align: bottom;
}

.ec-text:before {
  content: "";
  width: 64px;
  height: 2px;
  border-top: 2px solid #fff;
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
}



/* 2022.05.24 shopmenu start */
.side-nav-menu {
  background: none !important;
  box-shadow: none !important;
}

#menu-btn-check{
	display:none;
}

.menu-btn {
    position: initial;
    top: 10px;
    right: 10px;
    display: flex;
    height: 80px;
    width: 80px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: rgba(255,200,200,0.7);
    border-radius:45px
}
.menu-btn span{
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
}
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 0;
    transform: rotate(45deg);
}
.menu-btn span:after {
    top: 0;
    transform: rotate(-45deg);
}

.image-shop-cart-korosaku{
	user-select:none;
	display:none;
}

#menu-btn-check:checked ~ .menu-btn .image-shop-cart-korosaku{
	display:block;
}

#menu-btn-check:checked ~ .menu-btn span {
    display:none;
}

.menu-btn-txt {
  user-select:none;
  top: 20px;
  position: relative;
  display: inline-block;
  color          : rgba(255,255,255,1);
  font-size      : 16pt;
  text-shadow    : 
       1px  1px 1px rgba(0,0,0,0.5),
      -1px  1px 1px rgba(0,0,0,0.5),
       1px -1px 1px rgba(0,0,0,0.5),
      -1px -1px 1px rgba(0,0,0,0.5),
       1px  0px 1px rgba(0,0,0,0.5),
       0px  1px 1px rgba(0,0,0,0.5),
      -1px  0px 1px rgba(0,0,0,0.5),
       0px -1px 1px rgba(0,0,0,0.5);
}

.shop-menu-link span{
	letter-spacing:0px;
}
#menu-btn-check:checked ~ .shop-menu-link {
    display:none;
}

.side-nav{
	border-radius:20px !important;
}

/* 新通販サイト */
.side-nav-tsuhan-cart {
  background: #55dd55 !important;
  top: 210px;
  height: 115px ;
}

.side-nav-tsuhan-cart:hover {
  background: #65ee65 !important;
}

/* 旧通販サイト */
.side-nav-old {
  background: #eeaa4f !important;
  top: 340px;
  height: 45px ;
}

.side-nav-old:hover {
  background: #ffbb5f !important;
}

/* 楽天対応 */
.side-nav-rakuten {
  background: #fd4d4d !important;
  top: 400px;
  height: 80px ;
}

.side-nav-rakuten:hover {
  background: #fd6565 !important;
}

/* PayPayモール */
.side-nav-paypaymall{
  background: #fd4d4d !important;
  top: 500px;
  height: 80px ;
}

.side-nav-paypaymall:hover {
  background: #fd6565 !important;
}

.side-nav-rakuten .ec-text:before,
.side-nav-paypaymall .ec-text:before,
.side-nav-old .ec-text:before{
	display:none;
}
@media (max-width: 480px){
  .side-nav-tsuhan-cart {
	  top: 210px !important;
	  height: 115px !important;
  }
  .side-nav-rakuten,
  .side-nav-paypaymall {
  	height: 80px !important;
  }
  .side-nav-rakuten {
  	top: 400px !important;
  }
  .side-nav-paypaymall{
  	top: 500px !important;
  }
  .side-nav-old {
  	height: 45px !important;
  	top: 340px !important;
  }
  #side-nav-shopping-table .side-nav {
  	width:80px;
  }
  
  #side-nav-shopping-table .ec-text:before{
  	display:none;
  }
  #side-nav-shopping-table .ec-text{
  	font-size:22px;
  	padding-right:0px;
  }
}
/* 2022.05.24 shopmenu end */

/*----------
mv
----------*/

.mv {
  padding: 30px 0;
  width: 100%;
  overflow: hidden;
  /* background: url(/images/chinuya_topmv.jpg) center 20%; */
}

@media (max-width: 480px) {
  .mv {
    padding: 30px 0;
    background-position: 55% 25%;
  }
}

.bg-video {
  position: absolute;
  top: 0;
  z-index: -1;
  min-width: 100%;
}

.mv .uk-slider {
  width: 857px;
  margin: 0 auto;
}

.mv-slider {
  max-width: 70%;
}

.mvText {
  display: flex;
  justify-content: center;
 align-items: center;
  align-items: flex-end;
  height: 429px;
  text-align: center;
 #border: #fff solid 2px;
  font-size: 2.5em;
  letter-spacing: 0.2em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/*----------
キーワード検索
----------*/

.search-item {
  max-width: 320px;
  max-height: 300px;
  padding: 30px 15px 20px;
}

.search-text {
  font-size: 15px;
  color: #fff;
}

.search-tag {
  display: inline-block;
  padding: 5px 10px;
  background: #fff;
  white-space: nowrap;
  border: 1px solid #fff;
}

.search-tag:hover {
  color: #ff0062;
  background: #fff;
  #border: 1px solid #ffaec9;
  border: 1px solid #FBA3D5;
}

.search-item button {
  max-width: 290px;
  width: 100%;
  background: #fff;
  color: #ff0062;
  font-size: 15px;
  white-space: nowrap;
  border: none;
}

.search-item .uk-search-default {
  width: 290px;
}

.search-item .uk-search-default .uk-search-input {
  height: 50px;
  background: #fff;
  padding-left: 20px;
}

.search-item .uk-search-icon {
  background: #ff0062;
  color: #fff;
  border-radius: 0px 500px 500px 0px;
  border: 2px solid #fff;
  width: 60px;
}

.allergy-button:hover {
  background: #ff0062;
  #border: 1px solid #ffaec9;
border: 1px solid #FBA3D5;  
color: #fff;
}

.allergy-button:hover.arrow-green::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
/*----------
カテゴリー検索
----------*/

.category {
  background: #fff;
  padding: 30px 60px;
  max-width: 620px;
  width: 100%;
  margin-left: 20px;
}

.category-image {
  max-height: 110px;
}

@media (max-width: 896px) {
  .category-image {
    max-height: unset;
  }
}

.category-image a {
  color: #000;
}

.category-text {
  font-size: 15px;
  color: #ff0062;
}

.category li {
  list-style: none;
  padding-left: 15px;
}

.category .category-link {
  padding: 10px;
  display: block;
  text-decoration: none;
  color: #000;
  border-radius: 10px;
  background-color: rgb(253, 248, 240);
  box-shadow: 0px 3px 9px 0.3px rgba(85, 85, 85, 0.2);
  border: none;
  cursor: pointer;
}

.category .category-name {
  margin: 0;
}

.category .category-link:hover {
  color: #71e25c;
  text-decoration: none;
}

.category-list {
  margin-top: 50px;
}

/*----------
安心安全
----------*/

.safe-heading {
  color: #f74e4e;
}

.safe-list {
  max-width: 620px;
}

.safe-list li {
  list-style: none;
  width: 290px;
}

.safe-list button {
  border: 1px solid #f74e4e;
  color: #f74e4e;
  position: relative;
}

.safe-list button:hover {
  background: #f74e4e;
  color: #fff;
  border: 1px solid #f74e4e;
}

.safe-list button:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.safe-list button:after {
  border-top: 1px solid #f74e4e;
  border-right: 1px solid #f74e4e;
}

.safe-list li:nth-child(2n) {
  margin-left: 10px;
}

.safe-list li:nth-child(n + 3) {
  margin-top: 10px;
}

.safe-item {
  margin-left: 20px;
}

.safe-image {
  max-width: 320px;
  max-height: 320px;
}

.news-tag,
.news-date {
  margin-bottom: 10px;
}
/*----------
お知らせ
----------*/

.news-button {
  width: 250px;
}
/*----------
企業情報
----------*/

.company {
  height: 210px;
  overflow: hidden;
}

.company:after {
  content: "";
  width: 100%;
  background: url(/images/company_bg.jpg) no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: right 10% bottom 50%;
  top: 0;
  background-size: cover;
  z-index: -2;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.company:hover:after {
  opacity: 0.8;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.company-text {
  padding: 64px 0px 0px 96px;
  color: #fff;
}

.text-white {
  color: white;
}


/*----------
リンク集
----------*/

.bg-lightblue {
  background: #ebf8ff;
}

@media (max-width: 896px) {
  .search-items {
    flex-direction: column;
  }
  .search-item {
    max-width: 100%;
  }
  .safe-contents {
    flex-direction: column;
    align-items: center;
  }
  .safe-image {
    margin-bottom: 30px;
  }
  .safe-list {
    margin: 0 auto;
  }
  .side-nav {
    width: 75px;
  }
  .category {
    margin-left: 0px;
    padding: 30px 0;
    margin: 0 auto;
  }
  .category-images {
    margin: 0 auto;
  }
  .category-image img {
    height: 100%;
  }
  .safe-item {
    margin-left: 0px;
  }
  .company-text {
    padding: 60px;
    text-align: center;
  }
  .company:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    opacity: 0.2;
    z-index: -1;
  }
}

@media (max-width: 480px) {
  .heading {
    font-size: 25px;
  }
  .icon-heart {
    width: 10%;
    height: 10%;
  }
  .safe-list {
    max-width: 290px;
  }
  .safe-list li:nth-child(2n) {
    margin-left: 0;
  }
  .category {
    padding: 30px 0;
  }
  .category-image:nth-child(n + 3) {
    padding-top: 30px;
    margin-top: 70px !important;
  }
  .bg-video {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .side-nav {
    width: 50px;
    height: 180px;
    top: 110px;
    left: 0;
  }
  .side-nav img {
    max-width: 90%;
    padding-top: 14px;
  }
  .mv-slider {
    max-width: 90%;
  }
  .mv {
    padding: 30px 0px 0px;
  }
  .ec-text:before {
    width: 40px;
    height: 2px;
    border-top: 1px solid #fff;
    position: absolute;
    top: 45px;
  }
  .ec-text {
    padding-top: 15px;
    padding-right: 15px;
    letter-spacing: 5px;
    font-size: 18px;
  }
  .hukidashi:before {
    left: -10px;
  }
  .hukidashi:after {
    left: 31px;
  }

  .mvText {
    font-size: 1.4em;
  }
}

@media (max-width: 320px) {
  .category-image:nth-child(n + 3) {
    padding: 80px calc(100% / 10) 0;
  }
}
