* {
  box-sizing: border-box;
}
 
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
body {
  display: flex;
  flex-direction: column;
}
.wrapper{
  display: flex;
  margin: auto;
  flex-direction: row-reverse;
  box-sizing: border-box;
  width: 1140px;
}
#main{
  padding: 15px 0;
  box-sizing: border-box;
  width: 900px;
}
@media screen and (max-width: 1140px) {
.wrapper{
  width: 95%;
  margin: auto;
  display: block;
}
#main{
  width: 100%;
}
}
@media screen and (max-width: 750px) {
#main{
  width: 95%;
  margin: auto;
}
}

a:hover{
  opacity: 0.5;
} 

/* Vertical rhythm */
/* ============================================ */

table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

body {
  font-size: 16px;
  font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #000000;
}
@media screen and (max-width: 1030px) {
  body {
    font-size: 14px;
  }
}
img {
  width: 100%;
  vertical-align: bottom;
}
ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
.br-2{
    display: block;
    content: '';
    height: 1.5em;
}
a {
  color: #000000;
  transition: all 0.1s ease;
}
a:hover {
  color: #444444;
  text-decoration: none;
}
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}
button {
  font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
}

/******************************/
/* Utility */
/******************************/

.sp_obj{
  display: none;
}
.sp_obj_1140{
  display: none;
}
@media screen and (max-width: 1140px) {
.sp_obj_1140{
  display: block;
}
}
@media screen and (max-width: 750px) {
.pc_obj{
  display: none;
}
.sp_obj{
  display: block;
}
}

.icon{
  width: 250px;
}
@media screen and (max-width: 1140px) {
.icon {
  width: 160px;
}
}
@media screen and (max-width: 500px) {
.icon {
  width: 50%;
}
}

.u-container {
  position: relative;
  margin: auto;
  width: 900px;
}
@media screen and (max-width: 1140px) {
  .u-container {
    width: 100%;
  }
}
.u-contents {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .u-contents {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.u-contents-s {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .u-contents-s {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.u-attention {
  font-weight: normal;
  font-style: normal;
  color: #b72424;
}
.u-bold {
  font-weight: bold;
  font-style: normal;
}
.u-text-right {
  text-align: right;
}
.u-marker {
  background: linear-gradient(transparent 70%, #fff284 70%);
}
.u-visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}
.u-pc-only {
  display: block;
}
.u-pc-only-inline {
  display: inline;
}
.u-pc-only-inlineBlock {
  display: inline-block;
}
.u-pc-only-Flex {
  display: flex;
}
.u-sp-only {
  display: none;
}
.u-sp-only-inline {
  display: none;
}

.u-sp-only-inline-block {
  display: none;
}
.u-sp-only-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
  .u-pc-only-inline {
    display: none;
  }
  .u-pc-only-inlineBlock {
    display: none;
  }
  .u-pc-only-flex {
    display: none;
  }
  .u-sp-only {
    display: block;
  }
  .u-sp-only-inline {
    display: inline;
  }
  .u-sp-only-inline-block {
    display: inline-block;
  }
  .u-sp-only-flex {
    display: flex;
  }
}
.u-hidden {
  overflow: hidden;
}
.u-opa img {
  opacity: 1;
  transition: all 0.3s ease;
}
.u-opa img:hover {
  opacity: 0.8;
}
.u-img-scale {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 13px;
  margin-bottom: 30px;
}
.u-img-scale img {
  display: inline-block;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .u-img-scale img {
    transform: none;
    transition: none;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }
}
.u-img-scale:hover img {
  transform: scale(1.05, 1.05);
}
@media screen and (max-width: 767px) {
  .u-img-scale:hover img {
    transform: none;
  }
}
/* overflow slide */
@media screen and (max-width: 1030px) {
  .u-overflow-slide {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide.is-product-thumb {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide.is-option-tbl {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar {
    height: 1px;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar-track {
    background: #f0f0f0;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar-thumb {
    background: #999899;
  }
}
/******************************/
/* Layout */
/******************************/
.l-main {
  padding-top: 0;
}
@media screen and (max-width: 1030px) {
  .l-main {
    margin-top: 0px !important;
    padding-top: 0;
  }
}

/******************************/
/* fade animation */
/******************************/
.fadeIn {
  opacity: 0;
  transition: all 1.3s cubic-bezier(0.07, 0.92, 0.46, 0.95) 0.4s;
}
.fromLeft {
  transform: translate(-20px, 0);
}
.fromRight {
  transform: translate(20px, 0);
}
.fromTop {
  transform: translate(0, -20px);
}
.fromBottom {
  transform: translate(0, 20px);
}
.fromForeground {
  transform: scale(1.6);
}
.faded {
  opacity: 1;
}
.fadedWithTransform {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
/******************************/
/* Color me icons */
/******************************/
/* 24px black */
.icon-lg-b.icon-instagram {
  background-position: -168px -288px;
}
.icon-lg-b.icon-twitter {
  background-position: -144px -264px;
}
.icon-lg-b.icon-facebook {
  background-position: -192px -264px;
}
.icon-lg-b.icon-video {
  background-position: -456px -144px;
}
.icon-lg-b.icon-pinterest {
  background-position: -312px -264px;
}
.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png);
}
.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png);
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
}
.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    background-size: 368px 320px;
  }
  .icon-lg-b,
  .icon-lg-w {
    background-size: 552px 480px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png);
  }
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}
@media (max-width: 768px) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}
/******************************/
/* Components */
/******************************/
/********** title **********/
.c-ttl-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: -35px;
  line-height: 1.4;
  font-size: 30px;
  z-index: 999;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .c-ttl-main {
    display: block;
    text-align: right;
    margin-bottom: 30px;
    font-size: 21px;
  }
}
.c-ttl-main img {
  height: 130px; 
  width: auto;
  z-index: 999;
}
.c-ttl-main__ja {
  display: inline-block;
  margin-bottom: 50px;
  font-size: 22px;
  color: #603813;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
.p-recommend .c-ttl-main img {
   height: 100%;
}
  .c-ttl-main__ja {
    margin-bottom: 2px;
  }
}
.c-ttl-sub {
  margin-top: 0;
  margin-bottom: 45px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .c-ttl-sub {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.c-ttl-sub__ja {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  font-weight: normal;
  color: #909090;
  letter-spacing: 0;
}
.c-ttl-second {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 21px;
  letter-spacing: 0.3em;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .c-ttl-second {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
/********** パーツ **********/
.c-item-list {
  display: flex;
  flex-wrap: wrap;
}
.c-item-list__item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 25px;
  width: 25%;
  transition: opacity 0.2s;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .c-item-list__item {
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list__item {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
}
.c-item-list__item.is-hidden {
  display: none;
}
.c-item-list__img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-item-list__img {
    text-align: center;
  }
}
.c-item-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-item-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  text-align: center;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 15px;
}
.c-item-list__ttl{
  text-align: left;
  font-size: 0.9em;
}
.c-item-list__price {
  font-weight: bold;
  margin-top: 15px;
  text-align: right;
}
.c-item-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}
.c-item-list__expl {
  margin-top: 15px;
}
.c-item-list__btn {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1030px) {
  .c-item-list__btn {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list__btn {
    right: 10px;
  }
}
.c-item-list__btn.is-added {
  color: #000000;
}
.c-item-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
/***** FAVORITE *****/
.c-favorite-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
}
@media screen and (max-width: 1030px) {
  .c-favorite-list {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }
}
.c-favorite-list__item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding-left: 9px;
  padding-right: 9px;
  width: 12.5%;
}
@media screen and (max-width: 1030px) {
  .c-favorite-list__item {
    margin-right: 5px;
    margin-bottom: 0;
    padding-left: 0px;
    padding-right: 0px;
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .c-favorite-list__item {
    width: 90px;
  }
}
.c-favorite-list__img {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .c-favorite-list__img {
    margin-bottom: 10px;
    width: 120px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-favorite-list__img {
    width: 90px;
  }
}
.c-favorite-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-favorite-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-favorite-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.c-favorite-list__price {
  color: #909090;
  margin-top: 15px;
  font-size: 12px;
  white-space: normal;
}
.c-favorite-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}
.c-favorite-list__btn {
  position: absolute;
  right: 30px;
  bottom: 0;
}
/********** button **********/
.c-btn {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 18px 45px 18px 25px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 0;
  border-right: 0;
  min-width: 150px;
  font-size: 14px;
  font-weight: bold;
  background: transparent;
  color: #000000;
  text-align: left;
  cursor: pointer;
  letter-spacing: 0.3em;
}
.c-btn:before, .c-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 1px;
  background: #000000;
  transition: all 0.3s ease;
}
.c-btn:after {
  transform: rotate(90deg);
}
.c-btn:hover {
  text-decoration: none;
}
.c-btn:hover:before {
  transform: rotate(90deg);
}
.c-btn:hover:after {
  transform: rotate(180deg);
}
.c-btn-cart {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 25px;
  border: none;
  border-radius: 0;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  background: #f29c9f;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-btn-cart:hover {
  background: rgba(242, 156, 159, 0.8);
  color: #ffffff;
  text-decoration: none;
}
.c-btn-cart.is-disabled {
  background: #d8d8d8;
  cursor: default;
}
.c-btn-cart.is-disabled:hover {
  background: rgba(216, 216, 216, 0.8);
}
.c-btn-cart.is-soldout {
  background: #ddd;
  cursor: default;
}
.c-btn-cart.is-soldout:hover {
  background: #ddd;
}
.c-btn-cart.is-membersonly {
  background: #53a6a5;
  cursor: default;
}
.c-btn-cart.is-membersonly:hover {
  background: #53a6a5;
}
.c-icon-cart {
  display: inline-block;
  margin-right: 20px;
  width: 19px;
  height: 18px;
  background: url(https://img.shop-pro.jp/tmpl_img/86/icon-template-cart.png) no-repeat;
  background-size: 19px 18px;
  vertical-align: -2px;
}
.c-more {
  text-align: center;
}
.c-not-found {
  margin-bottom: 60px;
}
/********** table **********/
.c-tbl-list {
  border-top: 1px solid #b2b2b2;
}
.c-tbl-list__tr {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__tr {
    display: block;
  }
}
.c-tbl-list__th {
  margin: 0;
  width: 270px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__th {
    margin-bottom: 10px;
    width: auto;
  }
}
.c-tbl-list__td {
  flex: 1;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__td {
    margin-left: 0;
  }
}
/********** breadcrumbs **********/
.c-breadcrumbs + .u-contents {
  padding-top: 30px;
}
.c-breadcrumbs-list {
  padding-top: 15px;
  margin-bottom: 35px;
}
.c-breadcrumbs-list__item {
  position: relative;
  display: inline-block;
  margin-right: 25px;
}
.c-breadcrumbs-list__item:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  transform: rotate(-45deg);
}
.c-breadcrumbs-list__item:last-child:before {
  content: none;
}
.c-breadcrumbs-list a {
  color: #999;
}
/********** pager **********/
.c-pager {
  margin-top: 75px;
  margin-bottom: 75px;
  text-align: center;
}
.c-pager__total {
  margin-bottom: 30px;
}
.c-pager-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.c-pager-list__item {
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 3px;
  margin-right: 3px;
  min-width: 30px;
  line-height: 30px;
  background: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-pager-list__item {
    display: none;
    min-width: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .c-pager-list__item.is-visible {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
}
.c-pager-list__link {
  display: block;
  position: relative;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #000000;
  min-width: 30px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .c-pager-list__link {
    min-width: 45px;
  }
}
.c-pager-list__link:hover {
  border-color: #d8d8d8;
  background: #d8d8d8;
  color: #000000;
  text-decoration: none;
}
.c-pager-list__link.is-current {
  border-color: #535353;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-current {
    border-color: #ffffff;
  }
}
.c-pager-list__link.is-current:hover {
  border-color: #535353;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-current:hover {
    border-color: #ffffff;
  }
}
.c-pager-list__link.is-prev, .c-pager-list__link.is-next {
  border-color: #d8d8d8;
  background: #d8d8d8;
  text-indent: -99999px;
}
.c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
    margin-left: -4px;
    margin-top: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
}
.c-pager-list__link.is-prev:hover, .c-pager-list__link.is-next:hover {
  background: rgba(216, 216, 216, 0.7);
}
.c-pager-list__link.is-prev.is-disabled:hover, .c-pager-list__link.is-next.is-disabled:hover {
  background: #d8d8d8;
}
.c-pager-list__link.is-prev:before {
  border-right: 4px solid #000000;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-prev:before {
    border-right: 8px solid #000000;
  }
}
.c-pager-list__link.is-prev.is-disabled:before {
  border-right-color: #aaaaaa;
}
.c-pager-list__link.is-next:before {
  border-left: 4px solid #000000;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-next:before {
    border-left: 8px solid #000000;
  }
}
.c-pager-list__link.is-next.is-disabled:before {
  border-left-color: #aaaaaa;
}

.c-pager-list__page {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-pager-list__page {
    display: inline-block;
  }
}

.tbl_calendar {
  margin-left: 30px;
  width: 220px;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .tbl_calendar {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .tbl_calendar {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.tbl_calendar:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .tbl_calendar:first-child {
    margin-left: auto;
  }
}
.tbl_calendar caption {
  font-size: 18px;
  text-align: center;
}
.tbl_calendar th {
  padding-bottom: 5px;
  font-size: 13px;
  background: #fff;
}
.tbl_calendar td {
  padding: 5px;
  font-size: 13px;
  background: #fff;
}

.side_cal_memo {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 12px;
}
/******************************/
/* ショッピングガイド */
/******************************/
.p-shopguide {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-shopguide {
    display: none;
  }
}
.p-shopguide-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -23px;
  margin-right: -23px;
}
@media screen and (max-width: 1030px) {
  .p-shopguide-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-shopguide-wrap {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-shopguide-column {
  box-sizing: border-box;
  padding-left: 23px;
  padding-right: 23px;
  width: 33.3333%;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1030px) {
  .p-shopguide-column {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-shopguide-column {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.p-shopguide-box {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.p-shopguide-head {
  margin-bottom: 25px;
  padding-top: 40px;
  border-bottom: 1px solid #b2b2b2;
  text-align: center;
}
.p-shopguide-head .c-ttl-sub {
  margin-bottom: 30px;
}
.p-shopguide__icon {
  margin-bottom: 20px;
}
.p-shopguide__ttl {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
}
.p-shopguide__body {
  margin-bottom: 35px;
  margin-left: 0;
  color: #909090;
  overflow-wrap: break-word;
}
.p-shopguide__img {
  margin-bottom: 15px;
}
.p-shopguide__point-ttl {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
}
.p-shopguide-cregit-list {
  display: flex;
  flex-wrap: wrap;
}
.p-shopguide-cregit-list__item {
  margin-right: 7px;
  margin-bottom: 10px;
}
.p-shopguide__attention {
  font-size: 12px;
}

/* ************************************************
*  header
* ************************************************ */

#header{
  padding: 0 0 15px;
  border-bottom: 2px solid #fdd089;
  z-index: 100000;
}
@media (max-width: 1140px) {
#header {
  padding: 0;
}
#header .header-inner{
  max-width: 100%;  
}
}
#header .header-inner{
  max-width: 1140px;
  position: relative;
  margin: auto;
}
#header .header-inner h1{
line-height: 1.5;
font-weight: normal;
font-size: 16px; 
margin: 10px 0;
}
#header .header-inner .header-name{
  display: block;
line-height: 1.5;
font-weight: normal;
font-size: 16px; 
margin: 10px 0;
}
#header .header-top{
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1140px) {
#header .header-inner h1{
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  padding-top: 74px;
}
#header .header-inner .header-name{
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  padding-top: 74px;
}
#header .header-top{ 
  display: block;
  text-align: center; 
}  
}
#header .logo img {
  max-width: 340px;
  width: 100%;
}
@media screen and (max-width: 750px) {
#header .logo img {
  max-width: 80px;
}  
}
#header .header_link {
  position: absolute;
  right: 0;
  top: 0;
}
#header .header_link ul {
  display:flex;
}
#header .header_link ul li {
  margin-left: 20px;
  line-height: 16px;
  vertical-align: middle;
}
#header .header_link ul li:first-child {
  border-right: 1px solid #ddd;
  padding-right: 20px;
  margin: 0;
}
@media screen and (max-width: 1140px) {
#header .header_link {
  right: 25px;
}
#header .header_link ul li {
  line-height: 1;
  margin-left: 10px;
}
#header .header_link ul li:first-child {
  padding-right: 10px;
}
}
@media screen and (max-width: 442px) {
#header .header_link {
  right: 15px;
}
#header .header_link ul li a .icon {
  height: 26px;
}
}
#header .header_link ul li a {
  font-size: 12px;
}
#header .header_link ul li a .icon{
  display: block;
  height: 30px;
  width: auto;
  margin-bottom: 5px;
}
#header .header_link ul li a .icon img{
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  width: auto;
  display: block;
}
.view_cart {
  position:relative; 
}
.header-tools__count {
position:absolute;
  font-size: 14px;
  top:16px;
  right:9px;
  color: #930808;
}
@media screen and (max-width: 1140px) {
#header .header_link ul li a{
font-size: 0;
}
.header-tools__count {
  right: -5px;
}
}

/* ハンバーガーメニュー */
@media (max-width: 1140px) {
#header.is-open .header_menu{
  transform: translateX(0);
  opacity: 1;
}
}
.button-hamburger {
  position: absolute;
  top: 5px;
  /* left: 5px; */
  bottom: 0;
  z-index: 1;
  width: 32px;
  height: 32px;
  z-index: 35000;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none; /* Chrome, Safari, Opera, Android */
     -moz-appearance: none; /* Firefox */
          appearance: none; /* IE非対応 */
}
.is-open .button-hamburger{
  position: fixed;
}
@media screen and (min-width: 1140px) {
  .button-hamburger {
    display: none;
  }
}
.openbtn{
  position: relative;
  cursor: pointer;
  width: 50px;
  height:50px;
}
.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 5px;
  height: 2px;
  border-radius: 5px;
  background: #000;;
  width: 70%;
}
.openbtn span:nth-of-type(1) {
  top:13px; 
}
.openbtn span:nth-of-type(2) {
  top:21px;
}
.openbtn span:nth-of-type(3) {
  top:29px;
}
.openbtn span:nth-of-type(3)::after {
  content:"Menu";
  position: absolute;
  top:5px;
  left:-2px;
  color: #000;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.openbtn.active span:nth-of-type(1) {
  top: 10px;
  left: 5px;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3){
  top: 22px;
  left: 5px;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
}
.openbtn.active span:nth-of-type(3)::after {
  content:"Close";
    transform: translateY(0) rotate(-45deg);
  top:8px;
  left:9px;
}  

#header .header_menu {
  width: 1140px;
  margin: auto;
}
@media (max-width: 1140px) {
#header .header_menu {
  width: 95%;
}
}
#header .header_menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 35px;
}
#header .header_menu ul li {
  border-right: 1px solid #ddd;
  margin-left: 20px;
  padding-right: 20px;
  list-style-type: none;
  vertical-align: middle;
}
#header .header_menu ul li:last-child {
  border-right: none;
  padding-right: 0;
}
#header .header_menu ul li a {
  text-decoration: none;
}
@media (max-width: 1140px) {
#header .header_menu {
  margin-top: 0;
  float: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 30000;
  opacity: 0;
  transform: translateX(100%);
  transition: transform .3s, opacity .3s;
  overflow:scroll;
}
#header .header_menu h2{
  width: 100%;
  padding-bottom: 10px;
  font-size: 1.1em;
  display: flex;
}
#header .header_menu h2 img{
  display: block;
  float: left;
  width: 150px;
  margin-left: 5px;
  margin-right: 15px;
}
#header .header_menu ul {
  max-width: 100%;
  float: none;
  padding: 80px 0 40px;
  display: flex;
  margin-top: 35px;
  flex-direction: column;
  width: 100%;
}
#header .header_menu ul li {
  margin-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #2f0f04;
  border-right: 0;
  border-bottom: solid 1px #bbbbbb;
}
#header .header_menu .nav-item_sub ul  {
  margin-top: 0px !important;
}
.header_menu a{  
  padding: 1em 0; 
  display: block;
}
.nav-item_sub {
 display: none;
}
.arrow_u {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #333;
  text-decoration: none;
}
.arrow_u:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 30px;
  right: 20px;
  margin-top: -8px;
  transform: rotate(45deg);
}
.header_menu .nav-item a.open{  
  display: block; 
  pointer-events: none;
}
.header_menu .nav-item .nav-item_sub a{  
  display: block; 
  background: #fdd089;
}
#header .header_menu ul .nav-item .nav-item_sub ul {
  padding: 0;
}
#header .header_menu ul .nav-item .nav-item_sub ul li:first-child {
  border-top: solid 1px #bbbbbb;
}
#header .header_menu ul .nav-item .nav-item_sub ul li:last-child {
  border-bottom: 0;
}
}
ul.logo {
  display: flex;
  position: absolute;
  top: 30px;
}
ul.logo a{
  color: #fdd089;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  line-height: 0.7;
}
ul.logo a span{
  line-height: 0.5;
  font-size: 26px;
  display: block;
  margin-top: 10px;
}
ul.logo a div{
  display: none;
}
@media screen and (max-width: 1140px) {
ul.logo {
  display: block;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}  
 ul.logo a{
color: #603813;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.3;
}
ul.logo a span{
    line-height: 1.3;
    font-size: 14px;
  display: inline-block;
  margin-top: 0;
} 
 ul.logo a div{
  margin-top: 10px;
  display: block;
} 
ul.logo li:last-child {
  display: none !important;
}
}

/******************************/
/* footer */
/******************************/

/* 特商法 */
.f_tokushoho {
  padding: 30px 0 0;
/*   margin-top: 80px; */
  background: #fff;
}
.f_tokushoho .u-container {
  width: 1140px;
}
.f_tokushoho ul{
  display: flex;
  margin-bottom: 30px;
}
.f_tokushoho ul li{
  width: 50%;
}
.f_tokushoho .icon {
  position: absolute;
  left: 0;
  bottom: -30px;
}
@media screen and (max-width: 1140px) {
.f_tokushoho .u-container {
  width: 95%;
}
.f_tokushoho ul{
  display: block;
}
.f_tokushoho ul li{
  width: 100%;
}
.f_tokushoho .icon {
  position: relative;
  top: -15px;
  right: 0;
  display: block;
  margin-left: auto;
}
}
@media screen and (max-width: 750px) {
.f_tokushoho {
  padding: 30px 0 0;
}
}
l.foot_policy{
  display: flex;
  margin-bottom: 40px; 
}
ul.foot_policy li{
  width: 33.3%;
  padding: 0 1rem;
}
ul.foot_policy h3, ul.foot_contact_box h3 {
  font-size: 1em;
  font-weight: normal;
  border: 1px solid #ddd;
  padding: 5px 0;
  text-align: center;
}
ul.foot_policy li img{
  margin: 2rem auto;
  width: 60px;
  display: block;
}
ul.foot_policy li p{
  font-size: 0.9em;
  line-height: 23px;
  letter-spacing: 0.1em;
  margin: 1rem 0;
}
ul.foot_policy li .more {
  font-size: 0.9em;
  margin-top: 40px;
  text-decoration: underline;
  float: right;
}
@media (max-width: 1140px) {
ul.foot_policy{
  display: block;
}
ul.foot_policy li{
  width: 100%;
  padding-bottom: 4rem;
}
}
ul.foot_contact_box h3  {
  background-color: #fafafa;
}
ul.foot_contact_box{
  display: flex;
} 
ul.foot_contact_box div{
  width: 50%;
  padding: 0 1rem;
}
ul.foot_contact{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
ul.foot_contact li{
  width: 100%;
  padding: 1rem 0.3rem;
}
ul.foot_contact li p {
  text-align: center;
}
ul.foot_contact li .tell {
  font-size: 1.8em;
  line-height: 2;
  display: block;
  text-align: center;
}
ul.foot_contact li .sales {
  display: block;
  text-align: center;
}
.f_tokushoho .btn {
  font-size: 1.1em;
  line-height: 1.5;
  position: relative;
    width:90%;
  padding: 0.9rem 1em;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  border: 1px solid #bbb;
}
.f_tokushoho .btn span{
  color: #4a4a4a;
  font-weight: normal;
}
@media (max-width: 1140px) {
ul.foot_contact_box{
  display: block;
} 
ul.foot_contact_box div{
  width: 100%;
}
ul.foot_contact{
  display: block;
}
ul.foot_contact li{
  width: 100%;
  padding: 1rem 0.3rem;
}
.f_tokushoho .btn {
  margin: auto;
  margin-bottom: 1.5rem;
  display: block;
}
}

footer {
  margin-top: auto;
  background: #603813;
  color: #fff;
}
footer .inner{
  padding: 5px 15px;
}
.footer-sk ul {
  display:  flex;
  justify-content: flex-end;
}
.footer-navi-list__item a {
  padding: 0 20px;
  color: #fff;
}
.footer-navi-list__item:first-child {
  border-right: 1px solid #fff;
  padding-left: 0;
}
footer .sistershop, footer .sistershop a{
  color: #fff;
  font-size: 0.8em;
  margin-bottom: 15px;
}
.copyright {
  font-size: 12px;
  text-align: left;
}
/* 20240115 なりすましについて */
footer .order_caution {
  margin-top: 10px;
  padding-top: 0;
}

footer .order_caution a {
  display: flex;
  text-align: left;
  color: #fff;
  font-size: 1em;
  text-decoration:underline;
  height: 20px;
  width: 70%;
  margin: 3px 0 20px 0;
  padding: 0 0 0 28px;
  position: relative;
}

footer .order_caution a::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -10px;
  background-image: url("https://img07.shop-pro.jp/PA01438/298/etc/exclamation_mark.png");
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration:underline;
}
@media screen and (max-width: 1140px) {
footer .inner{
  width: 95%;
}
}
@media screen and (max-width: 768px) {
footer {
  padding: 10px 0 30px;
} 
.footer-sk ul {
  display: block;
  justify-content: start;
}
.footer-navi-list__item a {
  padding: 0;
}
.footer-navi-list__item:first-child {
  border-right: none;
}
footer .sistershop, footer .sistershop a{
  margin: 0 auto 10px;
}
.copyright {
  text-align: center;
  right: 0;
  bottom: 5px;
  left: 0;
}
footer .order_caution a {
  justify-content: left;
  width: 95%;
  margin: 3px auto;
  font-size: 0.8em;
}
}

/* ************************************************
*  サイドナビ
* ************************************************ */
aside {
  box-sizing: border-box;
  width: 240px;
  padding-right: 30px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1140px) {
aside {
  width: 100%;
  padding-right: 0;
}
}
@media screen and (max-width: 750px) {
aside {
  margin-bottom: 0;
}
}
aside .box{
  padding: 10px 0 5px;
}
aside .box h3{
  border-bottom: 1px solid #603813;
}
.box_search {
  position: relative;
  margin: 20px auto;
  width: 100%;
}
.box_search i {
  position: absolute;
  top: 9px;
  right: 15px;
}
.box_search input{
  padding: 15px 0 15px 30px;
  background: #fff;
  border: solid 2px #603813;
  border-radius: 100vh;
  width: 100%;
}
@media screen and (max-width: 1140px) {
.box_search i {
  top: 18px;
  right: 20px;
}  
.box_search input{
  padding: 25px 0 25px 40px;
}
}
aside .s_category li{
  margin-bottom: 15px;
}
aside .s_category img{
  width :30px;
  height :30px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
aside .s_category div{
  font-size: 20px;
  line-height: 30px;  
  width: 220px;
  display: inline-block;
}

@media screen and (max-width: 1140px) {
aside .s_category div{
  width: 300px;
}
}

aside .s_category .cate_type{
 padding-left:3.0em;
  display: block;
}
.s_recommend .seller_name{
  font-size: 1.2em;
  margin-top: 15px;
}
.s_recommend .seller_price, .ranking .seller_price {
  color: #f53d4f;
  text-align: right;
}
ul.ranking li {
  margin-bottom: 25px;
}
aside .guid_event a{
  padding-bottom: 15px;
  display: block;
}
aside .p-mark{
  width: 100px;
  margin: auto;
}
.s_recommend .c-item-list__item{
  width: 100%;
  padding: 0;
}
.s_recommend .c-item-list__price {
  text-align: right;
}


/***** CSS編集内style *****/
@charset "euc-jp";
body {
  background-color: #f9f5ec;
  background-image: url();
  color: #603813;
}
a {
  color: #603813;
}
a:hover {
  color: ;
}
/** icons **/
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_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 (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/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
/******************************/
/* free page */
/******************************/
.p-freepage p{
  text-align: center;
  padding: 15px 0 25px
}
.p-freepage img {
  width: 100%;
}
.p-freepage .kv {
  margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
.p-freepage p{
  text-align: left;
}
}
#free_page .entrytime {
  display: block;
  margin: 10px 0;
  text-align: right;
}
#free_page .entrytime p {
  font-size: 1em;
}
#free_page h1{
  position: relative;
  margin:25px 0 10px 0;
  font-size: 1.6em;
  line-height: 1.6;
  text-align:center;
  border-bottom: solid 1px #fdd089;
}

#free_page .information {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
}
#free_page .information span{
  display: block;
  margin: 2.5px 0;
}

#free_page .information .ul-in ul li,
#free_page .information .ul-in ol li{
  padding: 0 0 0 1em ;
}

/* キャンペーンバナー */
.campaign_info{
  padding-top: 15px;
}


  /* 売れ筋ランキング */
#box_sellers ul li::before {
  counter-increment: rank;
  content: counter(rank) " 位";
  position: absolute;
  padding: 8px 14px;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  background: rgba(242,156,159,0.8);
}
#box_sellers ul{
  counter-reset: rank;
}
#box_sellers ul li img {
  margin-bottom: 30px;
}
#box_sellers .seller_rank{
  margin: 0 0 10px;
  font-size: 12px;
}
#box_sellers .seller_name{
  margin-bottom: 5px;
}
#box_sellers .seller_teika{
  color: #f53d4f;
  font-weight: bold;
  margin-top: 15px;
  text-align: right;
}

/*　20231212　収穫日目安表表示 */
.p-times {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}


/* 20240712 追随ヘッダー */
@media (max-width: 1140px) {
#header .header-inner h1,#header .header-inner .header-name {
  display: none;
}
#header .logo img {
  width: auto;
  height: 33px;
  max-width: initial;
}
ul.logo {
  top: 15px;
  left: 5px;
}
#header .header-top {
  text-align: left;
}
.button-hamburger {
  right: 25px;
  top: -2px;
}
header {
  height: 60px;
  position: fixed;
  width: 100%;
  z-index: 2;
  transition: 1s;
  background: rgb(249 245 236 / 60%);
}
#header .header_link {
  right: 65px;
  top: 15px;
}
.wrapper {
  padding-top: 56px;
}
}