@charset "euc-jp";

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}
a {
  color: #464e54;
}
a:hover {
  opacity: 0.8;
  color: #ddd;
  text-decoration: none;
}

p,a,li,th,td,span,dt,dd {
 font-size: 1rem;
}
@media screen and (max-width: 767px) {
 p,a,li,th,td,span,dt,dd {
 font-size: 1rem;
　}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
 p,a,li,th,td,span,dt,dd {
 font-size: 1rem;
　}
}

ul {
 margin: 0;
}

li {
 list-style: none;
}

button {
 border: none;  
 }
}
button:hover {
 opacity: 0.8;
 color: inherit;
 background-color: inherit;
}

/*
 * layout
 */
@media screen and (max-width: 767px) {
#wrapper {

  }
}

.container {
 max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container {
  width: 95%;
  }
}

#container {
 max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #container {
  width: 95%;
  }
}

.section-start {
 margin-top: 120px;
 margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
.section-start {
 margin-top: 80px;
 margin-bottom: 80px;
 }
}

/*
 * contents
 */

#contents {
  width: 100%;
}


#contents .topicpath-nav {
  margin-bottom: 5px;
  margin-top: 10px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #333; }
.bor_r_1 { border-right: 1px solid #333; }
.bor_b_1 { border-bottom: 1px solid #333; }
.bor_l_1 { border-left: 1px solid #333; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
  .container {
    padding: 0 5px;
 }
}
@media (max-width: 480px) {
  /* ~480px */
  
}

/*
 * 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-twitter { background-position: -96px -176px; }
.icon-lg-b.icon-twitter { background-position: -144px -264px; }
.icon-instagram { background-position: -112px -192px; }
.icon-lg-b.icon-instagram { background-position: -168px -288px; }
.icon-facebook { background-position: -128px -176px; }
.icon-lg-b.icon-facebook {background-position: -192px -264px; }
.icon-youtube { background-position: -128px -160px; }
.icon-lg-b.icon-youtube { background-position: -191px -240px; }
.icon-lg-b.icon-chevron_small_down {
  background-position: -72px -216px;
}
.icon-lg-b.icon-chevron_small_up {
  background-position: -96px -216px;
}
.icon-lg-b.icon-chevron_thin_up {
  background-position: -192px -216px;
}
.icon-lg-b.icon-chevron_thin_down {
  background-position: -168px -216px;
}
.icon-lg-w.icon-cart {
  background-position: -264px -96px;
}
.icon-b.icon-chevron_thin_up {
  background-position: -128px -144px;
}
.icon-b.icon-chevron_thin_down {
  background-position: -112px -144px;
}
.icon-lg-b.icon-chevron_thin_right {
  background-position: -216px -216px;
}
.icon-b.icon-plus {
  background-position: -208px -80px;
}

.icon-lg-b.icon-book {
  background-position: -216px -48px;
}


.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 {
    -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-
  .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); }
}

/*　オリジナルCSSここから*/

/*共通*/
/*コンテンツ開始*/
.start {
 margin-top: 120px;
}
@media screen and (max-width: 767px) {
.start {
 margin-top: 80px;
}
}

/*タイトル*/
.title-underline {
 text-align: center;
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 50px;
}

.title-underline::before {
 content: '';
 position: absolute;
 bottom: -20px;
 left: 50%;
 transform: translateX(-50%);
 width: 80px;
 height: 3px;
  background-color: #3B833D;
}

.title-underline-white {
 text-align: center;
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 50px;
  color: #fdfdfd;
}

.title-underline-white::before {
 content: '';
 position: absolute;
 bottom: -20px;
 left: 50%;
 transform: translateX(-50%);
 width: 80px;
 height: 3px;
  background-color: #fdfdfd;
}

.title-under {
  font-size: 1.7rem;
 font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #A7A696;
}

.title-product-list {
 position: relative;
  font-size: 1.6rem;
  margin-bottom: 50px;
  font-weight: 500;
 }

.title-product-list::before {
 content: '';
 position: absolute;
 bottom: -20px;
 left: 0;
 width: 80px;
 height: 3px;
  background-color: #3B833D;
}

.title-sideline {
position: relative;
  font-size: 1.3rem;
  font-weight: 500;
  padding-left: 20px;
  margin: 50px 0;
}

.title-sideline::before {
 content: '';
 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
 width: 3px;
 height: 45px;
  background-color: #3B833D;
}

.title-sideline .manual-contact-link {
 font-size: 1.3rem;
}


/*ボタン*/
.btn-block {
text-align: center;
 margin-top: 15px;
 margin-bottom: 15px;
}
.btn-transparent {
 background:transparent;
 color: #333;
 padding: 12px 16px 12px 26px; 
  position: relative;
  display: inline-block;
  margin: auto;
  width: 200px;
  border: 1px solid #333;
  border-radius: 10px; 
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
 .btn-transparent {
  width: 180px;
 }
}

.btn-transparent::before{
content: "";
  position: absolute;
  top: 22px;
  left: 32px;
  width: 6px;  
  height: 6px; 
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);  
}
@media screen and (max-width: 767px) {
  .btn-transparent::before {
    top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
 .btn-transparent::before {
  top: 20px;
 }
}

.btn-green {
 background-color: #3B833D;
  position: relative;
   color: #fdfdfd;
  font-weight: 500;
 padding: 20px 34px 20px 20px; 
  display: inline-block;
  margin: auto;
  width: 240px;
  border-radius: 50px; 
}
@media screen and (max-width: 767px) { 
  .btn-green { 
  width: 90%;
  }
}

.btn-green::after {
content: "";
  position: absolute;
  top: 27px;
  right: 32px;
  width: 10px;  
  height: 10px; 
  border-top: 2px solid #fdfdfd;
  border-right: 2px solid #fdfdfd;
  transform: rotate(45deg);  
}

.btn-white {
 background-color: #fdfdfd;
  position: relative;
   color: #3B833D;
  font-weight: 500;
 padding: 20px 34px 20px 20px; 
  display: inline-block;
  margin: auto;
  width: 240px;
  border-radius: 50px; 
}
@media screen and (max-width: 767px) { 
  .btn-white { 
  width: 90%;
  }
}

.btn-white::after {
content: "";
  position: absolute;
  top: 27px;
  right: 32px;
  width: 10px;  
  height: 10px; 
  border-top: 2px solid #3B833D;
  border-right: 2px solid #3B833D;
  transform: rotate(45deg);  
}

.contents-link {
 background-color: #3B833D;
  position: relative;
   color: #fdfdfd;
  font-weight: 500;
 padding: 15px 34px 15px 20px; 
  display: inline-block;
  margin: auto;
  width: 80%;
  border-radius: 50px; 
}
@media screen and (max-width: 767px) { 
  .contents-link { 
  }
}

.contents-link::after {
content: "";
  position: absolute;
  top: 23px;
  right: 25px;
  width: 10px;  
  height: 10px; 
  border-top: 2px solid #fdfdfd;
  border-right: 2px solid #fdfdfd;
  transform: rotate(45deg);  
}

/*商品詳細ページお気に入りボタン*/
.product__fav-item {
 display: inline-block;
 border: 1px solid #A7A696;
 padding: 8px 10px;
 margin: 10px 0;
}
@media screen and (max-width: 1024px) {
  .product__fav-item {
 display: block;
 margin: 10px auto;
    text-align: center;
    width: 180px;
  }
}

.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}


.favorite-button:hover {
 opacity: .6;
}

.product__fav-item .fav-items {
  color: #ff7373;
}

.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}


/*商品一覧ページお気に入りボタン*/
.product-list__fav-items {
  margin-top: 10px;
 text-align: center:
}

.product-list__fav-items button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  border: 1px solid #A7A696;
 padding: 8px 10px;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #999;
  outline: none;
  background: transparent;
}
@media screen and (max-width: 1024px) {
  .product-list__fav-items button {
  width: 95%;
  padding: 5px;
  }
}

.product-list__fav-items .fav-items {
  color: #ff7373;
}

.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  margin-right: 5px;
}

/*ランキング用お気に入り*/
.ranking-slider .product-list__fav-items {
 color: #fdfdfd; 
}

.ranking-slider .product-list__fav-items button {
 color: #fdfdfd;
 border: 1px solid #fdfdfd;
}

.ranking-slider .product-list__fav-items .fav-items {
  color: #ff7373;
}

/*--- 背景 ---*/
.back-image {
   background-image: url('https://file001.shop-pro.jp/PA01508/814/images/back-image/nagoyaka-back.jpg');
  padding: 40px 0;
}

.back-image2 {
   background-image: url('https://file001.shop-pro.jp/PA01508/814/images/back-image/nagoyaka-back-guide.jpg');
  padding: 40px 0;
}

.back-image3 {
   background-image: url('https://file001.shop-pro.jp/PA01508/814/images/back-image/nagoyaka-back-green.jpg');
  padding: 40px 0;
}

.back-image-pad-none {
   background-image: url('https://file001.shop-pro.jp/PA01508/814/images/back-image/nagoyaka-back.jpg');
}


/*--- ヘッダー  ---*/
#header {
 margin: 0 auto;
  padding-bottom: 30px;
}
#header.back-image {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  #header {
    position: fixed;
    width: 100%;
    z-index: 10;
    padding: 5px;
    top: 0;
    left: 0;
  }
}

.top-free-shipping {
 color: #fdfdfd;
  background-color: #3B833D;
  text-align: center; 
  padding: 10px 0; 
}
@media screen and (max-width: 767px) {
  .top-free-shipping {
  margin-bottom: 0;
  }
}

.header-top {
 display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .header-top {
  background-image: url('https://file001.shop-pro.jp/PA01508/814/images/back-image/nagoyaka-back.jpg');
   display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
 .header-top {

 }
}

.search__form {
 position: relative;
  margin-bottom: 0;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
.search__form {
  display: none;
 }
}

.search__box {
  border: none;
  height: 50px;
  background: #fdfdfd;
  border: 1px solid #DDDDDD;
  width: 240px;
}
@media screen and (max-width: 767px) {
.search__box {
  width: 40%;
 }
}

.search__btn {
  position: absolute;
  top: 10px;
  right: -10px;
  background: transparent;
  border: none;
}

.search__btn:hover {
 background-color: transparent;
 opacity: 0.6;
}

.search__btn img {
 width: 45%;
} 

.sns-share {
 text-align: center;
}

.sns-share ul {
 display: flex;
}

.sns-share ul li {
 margin: 0 8px;
}

.sns-share ul li a img {
 width: 52px;
  height: 50px;
}
 
.header-right {
}

.header-right-top {
 display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 30px;
}

.header-right ul {
 display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.header-right ul {

 }
}

.header-right ul li {
  text-align: center; 
}

.header-right ul li a {
 font-size: .9rem;
}

.header-right ul li img {
  margin: 0 auto 5px auto;
 display: block;
 width: 30px;
  height: 30px;
}

/*ヘッダーメニュー*/
.header-menu {
 margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  position: relative;
}

.l-main-navi-list-left {
 display: flex;
 justify-content: space-between;
  width: 38%;
}

/*ヘッダーロゴ*/
.header-logo {
 position: absolute;
  left: 50%;
  transform: translateX(-50%);
 width: 200px;
  height: 200px;
  border-radius: 50%;
  background-image: url('https://file001.shop-pro.jp/PA01508/814/images/back-image/nagoyaka-back.jpg');
  z-index: 10;
}

.header-logo img {
  display: block;
  margin: auto;
  position: relative;
  top: 62px;
  left: 10px;
}

@media screen and (max-width: 767px) {
.header-logo {
  top: -10px;
 width: 100px;
  height: 100px;
 }
.header-logo img {
  top: 26px;
  left: 5px;
  width: 85%;
 }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.header-logo {
  top: -20px;
 width: 110px;
  height: 110px;
 }
.header-logo img {
  top: 26px;
  left: 5px;
  width: 85%;
 }
}

.l-main-navi-list-right {
 display: flex;
 justify-content: space-between;
  width: 38%;
}

.sub-menu {
   display: none; 
    position: absolute;
  background-color: #3B833D;
    top: 25px;
  z-index: 1000;
  transform: translateY(-20px);
  opacity: 0;
  transition: transform 0.8s, opacity 0.5s;
  width: 680px;
}


.sub-menu li {
   display: inline-block;
  padding: 25px 15px;
  width: 220px;
}

.sub-menu li a {
 color: #fdfdfd;
}

.has-sub {
  position: relative;
}

.has-sub a {
  display: flex;
  align-items: center;
}

.icon-chevron_small_down {
    transition: transform 0.5s;
}


/*ハンバーガーメニューPC*/
.hamburger-menu-pc {
    width: 80px;
    height: 80px;
    position: fixed;
    top: 50px;
    right: 10px;
    background: #3B833D;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  z-index: 1001;
}
@media screen and (max-width: 1024px) {
.hamburger-menu-pc {
 display: none;
 }
}

.hamburger-menu-pc > span {
    width: 1.8rem;
    height: 0.2rem;
    background: #fdfdfd;
    position: absolute;
    transition: all 0.5s ease-in-out;
}

.hamburger-menu-pc > span:nth-child(1) {
    top: 25px;
}

.hamburger-menu-pc > span:nth-child(2) {
    top: 37px;
}

.hamburger-menu-pc > span:nth-child(3) {
    top: 49px;
}

.hamburger-menu-pc.open-pc  {
  border: 1px solid #fdfdfd;
  border-radius 50%;
  background: transparent;
}

.hamburger-menu-pc.open-pc span:nth-child(1) {
    transform: rotate(315deg);
    top: 37px;
}

.hamburger-menu-pc.open-pc span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu-pc.open-pc span:nth-child(3) {
    transform: rotate(-315deg);
    top: 37px;
}

/*--- PC用メニュー ---*/
.pc-menu {
  display: none;
  flex-direction: column;
  background-color: #3B833D;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: auto;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media screen and (max-width: 767px) {
  .pc-menu {
  padding: 20px 0;
  }
}

.pc-menu.open-pc{
 display: block;
 opacity: 1;
 visibility: visible;
}

.pc-menu-header-logo {
  display: flex;
  align-items: center;
  width: 20%;
}
@media screen and (max-width: 767px) {
.pc-menu-header-logo {
   display: none;
  }
}

.pc-menu-header-logo a {
  display: inline-block;
  margin-right: 15px;
  width: 50%;
}

.pc-menu-header-logo a img {
 width: 100%;
}

.search__form-sp {
 display: none;
}
@media screen and (max-width: 767px) {
.search__form-sp {
 display: block;
 position: relative;
  width: 60%;
  margin-left: auto;
  margin-right: 10px;
  }
  
  .search__box-sp {
  border: none;
  height: 50px;
  background: #fdfdfd;
  color: #A3A3A3;
  width: 100%;
 }
  .search__btn-sp {
 position: absolute;
 top: 12px;
 right: -10px;
  background: transparent;
  border: none;
　}
  .search__btn-sp img {
   width: 40%;
  }
}


.pc-menu-header-logo .shop-name {
 width: 50%;
 font-weight: 900;
  font-size: 1.3rem;
  white-space: nowrap;
  color: #fdfdfd;
}

.pc-menu-list {
 max-width: 1200px;
 margin: 4% auto 0 auto;
}
@media screen and (max-width: 767px) {
  .pc-menu-list {
  max-width: 100%;
  }
}

.pc-menu-list .l-main-navi-list__item {
  padding: 20px 0;
 border-bottom: 1px solid #fdfdfd;
}
@media screen and (max-width: 767px) {
.pc-menu-list .l-main-navi-list__item {
  padding: 10px 0;
 }
}

.pc-menu-list .l-main-navi-list__item:nth-child(1) {
 border-top: 1px solid #fdfdfd;
}

.pc-menu-list .l-main-navi-list__item a {
  display: block;
  color: #fdfdfd;
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
.pc-menu-list .l-main-navi-list__item a {
  font-size: 1.1rem;
  padding: 0 10px;
 }
}

.pc-menu-list .l-main-navi-list__item a::before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  right: 19px;
  width: 40px;
  height: 40px;
  margin-top: -8px;
  border-radius: 50%;  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;  
  background: #FAFAFA;
}
@media screen and (max-width: 767px) {
.pc-menu-list .l-main-navi-list__item a::before {
  top: 7px;
  right: 19px;
  width: 30px;
  height: 30px;
  margin-top: -8px;
 }
}

.pc-menu-list .l-main-navi-list__item a::after {
content: "";
  position: absolute;
  top: 13px;
  right: 36px;
  width: 6px;  
  height: 6px; 
  border-top: 3px solid #CBCBCB;
  border-right: 3px solid #CBCBCB;
  transform: rotate(45deg);  
}
@media screen and (max-width: 767px) {
.pc-menu-list .l-main-navi-list__item a::after {
  top: 10px;
  right: 31px;
 }
}

.pc-menu-list .l-main-navi-list__item.has-sub-pc a::after {
  right: 34px;
 transform: rotate(135deg); 
 transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
.pc-menu-list .l-main-navi-list__item.has-sub-pc a::after {
  top: 9px;
  right: 29px;
 }
}

.pc-menu-list .l-main-navi-list__item.has-sub-pc.open a::after {
   transition: all 0.5s ease-in-out;
    transform: rotate(315deg);  
}

.sub-menu-pc {
    display: none;
}

.sub-menu-pc .l-mega-menu-list__item {
 margin: 8px 0;
}


.sub-menu-pc .l-mega-menu-list__item .l-mega-menu-list__link {
 font-size: 1rem;
}

.sub-menu-pc .l-mega-menu-list__item .l-mega-menu-list__link::before,.sub-menu-pc .l-mega-menu-list__item .l-mega-menu-list__link::after {
 content: none;
}

.pc-menu-bottom {
 display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 10px auto;
}

@media screen and (max-width: 767px) {
  .pc-menu-bottom {
  max-width: 100%;
  }
}

.pc-menu-bottom li {
 margin: 5px 10px; 
}
@media screen and (max-width: 767px) {
  .pc-menu-bottom li {
  width: 43%;
  margin: 5px 6px; 
  }
}

.pc-menu-bottom li:nth-child(1), .pc-menu-bottom li:nth-of-type(9) {
 margin-left: 0;
}
@media screen and (max-width: 767px) {
.pc-menu-bottom li:nth-child(1), .pc-menu-bottom li:nth-of-type(9) {
 margin-left: 6px;
 }
}

.pc-menu-bottom li a {
 color: #fdfdfd;
}
@media screen and (max-width: 767px) {
.pc-menu-bottom li a {
 font-size: 12px;
 }
}

/*ハンバーガーメニューSP*/
.hamburger-menu {
  position: relative;
  width: 64px;
  height: 64px;
  cursor: pointer;
  position: relative;
  z-index: 2000;
}

.hamburger-menu::after {
    content: 'メニュー';
    font-size: .8rem;
    position: absolute;
    top: 40px;
    right: 5px;
    color: #333;
}

.hamburger-menu span {
  width: 1.6rem;
  height: 0.2rem;
  background: #333;
  position: absolute;
  top: 13px;
  left: 19px;
  transition: all 0.5s ease-in-out;
}

.hamburger-menu span:nth-child(2) {
 top: 23px;
}
.hamburger-menu span:nth-child(3) {
 top: 33px;
}

.open-sp {
 position: absolute;
 top: -27px;
 left: -10px;
}

.hamburger-menu.open-sp  {
  background: transparent;
  color: #fdfdfd;
}

.hamburger-menu.open-sp span {
 background-color: #fdfdfd;
}

.hamburger-menu.open-sp span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}

.hamburger-menu.open-sp span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.open-sp span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
.hamburger-menu.open-sp::after {
    content: '閉じる';
    font-size: .8rem;
    position: absolute;
    top: 40px;
    right: 13px;
    color: #fdfdfd;
}

/*スマホヘッダー*/
.menu-sp-right { 
 display: none;
}

@media screen and (max-width: 1024px) {
  .menu-sp-right {
   display: flex;
    justify-content: space-between ;
    margin-left: 10px;
    align-items: center;
    position: relative;
  }
  
  .cart-sp  {
    display: inline-block;
   margin-right: 10px;
   position: relative;
   width: 64px;
   height: 64px;
  }

.cart-sp::after {
    content: 'カート';
    font-size: .8rem;
    position: absolute;
    top: 42px;
    right: 11px;
    color: #333;
}
  
  .cart-sp img {
  position: absolute;
  top: 10px;
  left: 14px;
   width: 52%;
  }
  
  .hamburger-menu {
    display: flex;
  }
  .header-right,
  .header-menu {
    display: none;
  }
}


/*メインレイアウト*/
.main-contents {
 display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
.main-contents {
 flex-direction: column;
  margin-top: 50px;
 }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main-contents {
  margin-top: 64px;
  }
}

/*お気に入り商品*/
  .product-item {
   width: calc(90%/4);
  margin: 0 10px 30px 10px;
  }
  @media screen and (max-width: 767px) { 
  .product-item {
   width: calc(90%/2);
  margin: 10px 5px;
  　}
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
  .product-item {
   width: calc(90%/3);
  margin: 10px;
  　}
  }

/*最近チェックした商品*/
.product-list {
 display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) { 
.product-list {
 justify-content: space-between;
　}
}

.product-item-h {
 width: calc(90%/4);
  margin: 0 10px 30px 10px;
}

@media screen and (max-width: 767px) { 
 .product-item-h {
 width: calc(90%/2);
margin: 10px 5px;
　}
}
@media screen and (min-width: 768px) and (max-width: 1024px) { 
 .product-item-h {
 width: calc(90%/3);
 margin: 10px;
　}
}

.item-image-h {
 width: 240px;
  height: 240px!important;
  display: block;
  margin: 10px auto;
 
}
@media screen and (max-width: 767px) { 
.item-image-h {
  width: 160px;
  height: 160px!important;
　}
}


.h-container {
 width: 100%;
}

.item-name-h {

}

.item-price {
  margin-top: 10px;
 text-align: right;
  font-weight: 400;
}

.soldout {
  text-align: right;
 color: red;
}

/*お買い物ガイド*/
.contents-list {
  display: flex;
  justify-content: space-around;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contents-list {
  justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contents-list {
  flex-direction: column;
  }
}

.contents-list .contents1 {
  width: 23%;
  background-color: #fdfdfd;
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
.contents-list .contents1 {
 width: 100%;
  margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contents-list .contents1 {
  width: 48%;
  }
}
.contents-title {
 font-size: 1.3rem;
  font-weight: bold;
}

.contents1 a img {
 width: 70px;
 height: 70px;
}

.contents-text {
  display: inline-block;
 text-align: left;
 margin: 15px 0;
}

.contents-link {
 text-align: center;
 margin-top: 10px;
}


/*フッター*/
/*フッターメニュー*/
#footer {
 background-color: #3B833D;
  color: #fdfdfd;
  padding-top: 80px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #footer {
   padding-top: 50px;
  }
}

.footer-contents {
 display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .footer-contents {
  flex-direction: column;
  }
}

.footer-left {
 border-right: 1px solid #fdfdfd;
 width: 35%;
}
@media screen and (max-width: 1024px) {
  .footer-left {
  width: 100%;
  text-align: center;
  border-right: none;
  }
}

.footer-logo {
 width: 50%
}
@media screen and (max-width: 767px) {
  .footer-logo {
 margin: 0 auto;
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-logo {
    width: 35%;
  }
}


@media screen and (max-width: 767px) {
  .footer-shop-text p {
  font-size: 1rem;
   line-height: 1.8rem;
  }
  .footer-info {
  text-align: left;
  display: inline-block;
  }
}


/*フッターSNS*/
.footer-social {
 display: flex;
}
@media screen and (max-width: 1024px) { 
.footer-social {
 justify-content: center;
 margin: 15px 0; 
 }
}

.footer-social li {
 margin-left: 5px;
}
.footer-social li:nth-of-type(1) {
 margin-left: 0;
}

.footer-social li a img {
 width: 40px;
 height: 40px;
}

.footer-menu {
  width: 60%;
  display: flex;
    justify-content: space-around
}
@media screen and (max-width: 767px) {
  .footer-menu {
    width: 100%;
  flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-menu {
  width: 95%;
  }
}

.footer-menu .menu-contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 50px 50px 50px;
}
@media screen and (max-width: 767px) {
 .footer-menu .menu-contents {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 40px 40px 40px 40px;
 }
}

.footer-menu .menu-contents > li > a {
 color: #fdfdfd;
}
@media screen and (min-width: 768px) and (max-width: 1024px) { 
 .footer-menu .menu-contents > li > a {

 }
}

/*copyright*/
.footer-bottom {
 text-align: center;
}

.copy-right {
 font-size: .9rem;
}

/*各ページ共通上部*/
.subpage-block {
 position: relative;
}

.subpage-block img {
  width: 90%;
  height: 570px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
 .subpage-block img {
  width: 100%;
  height: 260px;
  display: block;
  margin: 0 auto;
  border-radius: 0;
 }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
 .subpage-block img {
  width: 100%;
  height: 360px;
  display: block;
  margin: 0 auto;
  border-radius: 0;
 }
}

.subpage-block h1 {
 position: absolute;
 top: 40%;
  left: 50%;
  transform: translate(-50%);
  color: #fdfdfd;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
 .subpage-block h1 {
  font-size: 1.6rem;
 }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
 .subpage-block h1 {
  font-size: 2rem;
 }
}


/*フリーページ共通*/
.free-wrapper #breadcrumbs {
 max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
.free-wrapper #breadcrumbs {
 max-width: 95%;
  margin: 0 auto;
  }
}

.bread-link {
 font-size: .9rem;
}

.free-page-sns-share {
 text-align: center;
}

.free-page-sns-share p {
 font-size: 1.3rem;
  font-weight: 600;
}

.free-page-sns-share ul {
 display: flex;
 justify-content: center;
}

.free-page-sns-share ul li {
 margin: 0 8px;
}

.free-page-sns-share ul li a img {
 width: 52px;
  height: 50px;
}


/*和香についてページ*/
.preface-contents {
  text-align: center;
}

.preface-contents h2 {
  font-size: 2rem;
  line-height: 3.5rem;
}
@media screen and (max-width: 767px) {
.preface-contents h2 {
  font-size: 1.8rem;
  line-height: 3rem;
  }
}

.preface-contents h2 span {
 font-weight: 400;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
.preface-contents h2 span {
  font-weight: 500;
  font-size: 1rem;
  }
}

.preface-contents p {
 text-align: left;
  width: 70%;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
.preface-contents p {
  width: 100%;
  margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.preface-contents p {
  width: 90%;
  }
}

/*和香が選ばれる理由*/
.choose-contents1 {
 display: flex;
 justify-content: center;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
.choose-contents1 {
  flex-direction: column;
  margin-bottom: 50px;
  }
}

.choose-contents1 .choose-left {
 position: relative;
 left: 50px;
  top: 80px; 
  width: 45%;
}
@media screen and (max-width: 767px) {
.choose-contents1 .choose-left {
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  }
}


.choose-contents1 .choose-left span {
 position: absolute;
 top: -100px;
  left: 10px;
  font-size: 4rem;
  font-weight: 900;
 color: #3B833D;
}
@media screen and (max-width: 767px) {
.choose-contents1 .choose-left span {
 position: static;
  font-size: 3.5rem;
  } 
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.choose-contents1 .choose-left span {
  font-size: 3.6rem;
  }
}

.choose-contents1 .choose-right {
 width: 45%;
  background-color: #fdfdfd;
  padding: 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
.choose-contents1 .choose-right {
  width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.choose-contents1 .choose-right {
  width: 52%;
  }
}


.choose-contents1 .choose-right h3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.choose-contents2 {
 display: flex;
 justify-content: center;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
.choose-contents2 {
  flex-direction: column;
  margin-bottom: 50px;
  }
}

.choose-contents2 .choose-right {
 position: relative;
 right: 50px;
  top: 80px; 
  width: 45%;
}
@media screen and (max-width: 767px) {
.choose-contents2 .choose-right {
 right: 0;
  top: 0; 
  width: 100%;
  text-align: center;
  order: 1;
  }
}

.choose-contents2  .choose-right span {
 position: absolute;
 top: -100px;
  right: 10px;
  font-size: 4rem;
  font-weight: 900;
 color: #3B833D;
}
@media screen and (max-width: 767px) {
.choose-contents2 .choose-right span {
 position: static;
  font-size: 3.5rem;
  } 
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.choose-contents2 .choose-right span {
  font-size: 3.6rem;
  }
}

.choose-contents2 .choose-left {
 width: 45%;
  background-color: #fdfdfd;
  padding: 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
.choose-contents2 .choose-left {
 width: 100%;
 order: 2;
  } 
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.choose-contents2 .choose-left {
  width: 52%;
  }
}

.choose-contents2 .choose-left h3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
}

/*和香の歩み*/
.history-contents {
 width: 60%;
 margin: 80px auto 50px auto;
}
@media screen and (max-width: 767px) {
 .history-contents {
 width: 100%;
 padding: 0 5px;
 margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
 .history-contents {
 width: 80%;
  }
}

.history-contents dl {
 display: flex;
  flex-wrap: wrap;
}

.history-contents dl dt {
 width: 25%;
 border-bottom: 1px solid #A7A696;
 padding: 20px 0;
 font-weight: 400;
}

.history-contents dl dd {
 width: 70%;
 border-bottom: 1px solid #A7A696;
 padding: 20px 0;
 margin-left: 0;
}

.history-contents dl dt:nth-child(1), .history-contents dl dd:nth-of-type(1) {
 border-top: 1px solid #A7A696;
}

.award {
 text-align: center;
 font-weight: 500;
 font-size: 1.1rem;
}

.media {
  margin-top: 50px;
 text-align: center;
}

.media ul {
 display: inline-block;
}

.media ul li {
  text-align: left;
}

.media-title {
 font-weight: 600;
}

/*法人向け卸売販売*/
.about-wholesale-contents {
 text-align: center;
}

.example-contents {
 display: flex;
 justify-content: space-between;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .example-contents {
   flex-direction: column;
    align-items: center;
    margin-top: 90px;
  }
}

.example-contents li {
 width: calc(95% / 3);
  position: relative;
}
@media screen and (max-width: 767px) {
  .example-contents li {
  width: 95%;
  margin-bottom: 40px;
  }
}

.example-contents li span {
 position: absolute;
 top:  -60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4rem;
  font-weight: 900;
 color: #3B833D;
}
@media screen and (max-width: 767px) {
  .example-contents li span {
  font-size: 3.5rem;
   top: -50px;
  }
}


.example-contents li img {
 width: 100%;
}

.example-contents h3 {
 text-align: center;
  margin: 12px 0;
  font-size: 1.3rem;
}

/*ご利用の流れ*/
.flow-contents {
 display: flex;
 justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .flow-contents {
   flex-direction: column;
    align-items: center;
  }
}

.flow-contents .step1 {
 width: 25%;
  background-color: #fdfdfd;
  padding: 20px 10px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow-contents .step1 {
    width: 100%;
    margin-bottom: 80px;
  }
  .flow-contents .step1:nth-child(3) {
  margin-bottom: 0; 
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .flow-contents .step1 {
    width: 28%;
  }
}


.flow-contents .step1::after {
 position: absolute;
 content: '';
  top: 40%;
  right: -90px;
border-left: 25px solid #3B833D;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
@media screen and (max-width: 767px) {
  .flow-contents .step1::after {
     top: 110%;
  right: 35%;
    transform: translateX(-50%);
border-left: 25px solid transparent;
  border-top: 25px solid #3B833D;
  border-right: 25px solid transparent;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .flow-contents .step1::after {
    right: -43px;
  }
}

.flow-contents .step1:nth-child(3)::after {
  content: none; 
}

.flow-contents .step1 .icon-circle {
  background-color: #ECE4CC;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  padding: 30px;
  margin: 20px auto;
}

.flow-contents .step1 .bold-green {
 color: #3B833D;
  font-weight: bold;
  font-size: 1.5rem;
}

.step1 .bold {
  font-weight: bold;
  font-size: 1.3rem;
}


.flow-contents .triangle {
 width: 10%;
}

/* よくあるご質問 */
.faqdetail {
 margin-bottom: 40px;
}

.faq dt, .faq dd {
font-size: 1.2rem;
padding: 20px 10px;
}
@media screen and (max-width: 767px) {
  .faq dt, .faq dd {
  font-size: 1rem;
    padding: 15px 30px 15px 10px;
    margin-bottom: 0;
  }
}

.faqdt {
border-top: 1px solid #A7A696;
position: relative;
  display: flex;
  align-items: center;
}

.faqdt:last-of-type {
  border-bottom: 1px solid #A7A696;
}

.faqdt span {
  display: inline-block;
  background-color: #3B833D;
  color: #fdfdfd;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 45px;
  margin-right: 10px;
  vertical-align: middle;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .faqdt span {
  display: block;
  }
}

.faqdd {
margin-left: 0;
display: none;
}
@media screen and (max-width: 767px) { 
  .faqdd {
    line-height: 25px;
 }
}

.faqdd span {
  display: inline-block;
  border: 1px solid #3B833D;
  background-color: #fdfdfd;
  color: #3B833D;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 45px;
  margin-right: 10px;
  vertical-align: middle;
  flex-shrink: 0;
}


/**アイコンの＋と×**/
.faqdt::before,.faqdt::after {
position: absolute;
content:'';
width: 15px;
height: 2px;
background-color: #333;
}

.faqdt::before{
top:48%;
right: 15px;
transform: rotate(0deg);
}
.faqdt::after{
top:48%;
right: 15px;
transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
 .faqdt::before, .faqdt::after {
   top: 50%;
   right: 10px;
 }
}

.faqdt.faqclose {
margin-bottom: 20px;
}

.faqdt.faqclose::after {
display: none;
}

.faqdt.faqclose:last-of-type {
  border-bottom: none;
}

.faqdd:last-of-type {
  border-bottom: 1px solid #A7A696;
}


/*お買物ガイドページ*/
.guide-link {
 display: flex;
 justify-content: space-around;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .guide-link {
   max-width: 95%;
     justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .guide-link {
   max-width: 95%;
     justify-content: center;
    flex-wrap: wrap;
  }
}

.guide-link .btn-transparent2 {
 background:transparent;
  display: flex;
  align-items: center;
 color: #333;
 padding: 12px 10px 12px 25px;
  width: 250px;
  position: relative;
  border: 1px solid #3B833D; 
}
@media screen and (max-width: 767px) {
.guide-link .btn-transparent2 {
  margin-bottom: 10px;
  width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
 .guide-link .btn-transparent2 {
  margin-right: 40px;
  margin-bottom: 20px;
  }
}

.guide-link .btn-transparent2:after{
content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 6px;  
  height: 6px; 
  border-top: 2px solid #3B833D;
  border-right: 2px solid #3B833D;
  transform: rotate(135deg);  
}
@media screen and (max-width: 767px) {
  .guide-link .btn-transparent2:after{ 
  top: 28px;
  right: 25px;
  }
}

.guide-link .btn-transparent2 img {
 width: 45px;
 height: 45px;
  margin-right: 20px;
}

.guide-block .title-under {
 margin-bottom: 30px;
}

.guide-step-order {
 display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  border-bottom: 1px solid #A7A696;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .guide-step-order {
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}

.guide-step-test {
 width: 55%;
}
@media screen and (max-width: 767px) {
  .guide-step-test {
    width: 100%;
    margin-bottom: 20px;
  }
}

.guide-step-order img {
 display: none;
 width: 40%;
}
@media screen and (max-width: 767px) {
  .guide-step-order img {
    width: 100%;
  }
}

.guide-contents dl dt {
 margin: 30px 0 10px 30px;
  line-height: inherit;
}
@media screen and (max-width: 767px) {
  .guide-contents dl dt {
    margin: 30px 0 20px 0;
  }
}

.guide-contents dl dd, .guide-contents p {
  margin-left: 30px;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
.guide-contents dl dd, .guide-contents p {
  margin-right: 0;
  margin-left: 0;
 }
}

.guide-sub-title {
 margin-top: 30px;
}

#payment img {
 width: 30%;
  display: inline-block;
  margin: 20px 0;
}

#payment table {
 border: 1px solid #707070;
 width: 80%;
  margin: 30px auto;
}

#payment table th {
 font-weight: normal;
  padding: 8px 12px;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
}

#payment table td {
 font-weight: normal;
  padding: 8px 12px;
   border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
}

#payment ul li {
 list-style: disc;
}

.pay-btn {
text-align: center;
  margin: 30px auto;
}
.pay-btn a {
 border: 1px solid #333;
 padding: 20px 40px; 
  position: relative;
  display: inline-block;
  margin: auto;
  width: 50%;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
.pay-btn a {
 padding: 10px 20px; 
  width: 80%;
  font-size: 1.1rem;
 }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.pay-btn a {
 padding: 20px; 
  width: 80%;
  font-size: 1.3rem;
}
}

.pay-btn a::after {
content: "";
  position: absolute;
  top: 32px;
  right: 30px;
  width: 10px;  
  height: 10px; 
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);  
}
@media screen and (max-width: 767px) {
.pay-btn a::after {
  top: 18px;
  right: 15px;
 }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.pay-btn a::after {
  top: 30px;
 }
}

.ar-red {
  color: #FF0000;
}

.bold {
 font-size: 1.4rem;
}

.bold-red {
 font-size: 1.3rem;
  font-weight: bold;
  color: #FF0000;
}

.include-img {
 display: inline-block;
  width: 80%;
  margin: 20px;
}

/*料金表ページ*/
.postage {
 margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .postage {
   overflow-x: scroll;
  }
}

.postage table {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .postage table {
   white-space: nowrap;
  }
 }
 
.postage table th, .postage table td {
  border: 1px solid #AFAFAF;
  padding: 10px 5px;
  text-align: center;
}
 
.postage .red {
  color: #E62323;
}

/*取扱説明書*/
/*一覧*/
.manual-preface {
 font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .manual-preface {
  font-size: 1.1rem;
  }
}

.manual-list-contents {
 margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
.manual-list-contents {
 margin-bottom: 50px;
 }
}

.manual-list-detail {
 display: flex;
 justify-content: space-beteeen;
 flex-wrap: wrap;
 gap: 30px;
}

@media screen and (max-width: 767px) {
  .manual-list-detail {
   gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .manual-list-detail li {
   width: 46%;
  }
}

.manual-list-detail li a {
 display: flex;
 flex-direction: column;
 font-size: 1.1rem;
}

.manual-list-detail li a img {
 width: 250px;
 height: 280px;
}
@media screen and (max-width: 767px) {
.manual-list-detail li a img {
 width: 160px;
 height: 185px;
 }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.manual-list-detail li a img {
 width: 200px;
 height: 220px;
 }
}

/*マニュアルページ共通*/
.manualpage-block {
 position: relative;
}

.manual-image-top {
  width: 100%;
  max-width: 1200px;
  display: block;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 50px;
}
@media screen and (max-width: 1024px) {
 .manual-image-top {
  width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 0;
 }
}

@media screen and (max-width: 767px) {
  .preface-block.back-image {
   padding-bottom: 0;
  }

}
.manual-preface-contents {
 display: flex;
  align-items: center;
  justify-content: center;
}

.icon-caution {
 margin-right: 10px;
width: 50px;
 height: 50px;  
}


/*マニュアルページ商品一覧リンク*/
.manual-list-link {
 max-width: 60%;
 margin: 0 auto 80px auto;
}
@media screen and (max-width: 767px) {
.manual-list-link {
 max-width: 100%;
 }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.manual-list-link {
 max-width: 80%;
 }
}

.manual-list-link2 {
 display: flex;
 justify-content: space-between;
 max-width: 100%;
}
@media screen and (max-width: 1024px) {
.manual-list-link2 {
 flex-direction: column;
 align-items: center;
 max-width: 100%;
 margin: 0 auto;
 } 
}

.manual-list-link2 a {
 width: 32%;
}
@media screen and (max-width: 768px) {
.manual-list-link2 a {
 width: 100%;
  margin-bottom: 20px;
 } 
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.manual-list-link2 a {
 max-width: 80%;
 }
}

.manual-list-link3 {
 display: flex;
 justify-content: center;
  align-items: center;
 gap: 40px;
}
@media screen and (max-width: 1024px) {
.manual-list-link3 {
 flex-direction: column;
 max-width: 100%;
 margin: 0 auto;
 } 
}

.manual-list-link3 a {
 width: 40%;
}
@media screen and (max-width: 768px) {
.manual-list-link3 a {
 width: 100%;
  margin-bottom: 20px;
 } 
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.manual-list-link3 a {
 max-width: 80%;
 }
}

.manual-link {
 display: flex;
  align-items: center;
 flex-direction: column;
 gap: 10px;
}

.manual-link .manual-image {
 width: 100%;
 max-width: 500px;
}

.manual-link .btn-green {
 width: 250px;
 text-align: center;
 margin: 20px auto;
}

.manual-link .btn-green::after {
 right: 24px;
}

.manual-list-link2 .manual-link .btn-green, .manual-list-link2 .manual-link .btn-green {
 width: 80%;
 text-align: center;
 margin: 20px auto;
}
@media screen and (max-width: 767px) {
.manual-list-link2 .manual-link .btn-green {
 width: 90%;
 }
}

.manual-link .btn-long {
 width: 320px;
 }
@media screen and (max-width: 767px) {
.manual-list-link2 .manual-link .btn-long {
 width: 80%;
 }
}

.manual-contents {
 margin-top: 80px;
 margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
.manual-contents {
 margin-top: 40px;
 margin-bottom: 40px;
 }
  .manual-contents:last-of-type {
  margin-bottom: 0;
  }
}

.manual-contents-top-none {
 margin-top: 0;
 margin-bottom: 80px;
}

.manual-contents-bottom-none {
 margin-bottom: 0;
 margin-top: 80px; 
}

@media screen and (max-width: 1024px) {
.manual-contents-top-none {
 margin-bottom: 40px;
}

.manual-contents-bottom-none {
 margin-top: 40px; 
}
}

@media screen and (max-width: 767px) {
.manual-detail-list {
 padding-left: 15px;
  }
}

.manual-detail-list li {
 list-style-type: square;
  line-height: 1.8rem;
  list-style-position: inside;
}

.manual-detail-list-child {
 padding-left: 2rem;
 margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
.manual-detail-list-child {
 padding-left: .8rem;
 }
}
.manual-detail-list-child li{
 list-style: none;
}

.manual-detail-number {
  list-style: none;
  counter-reset: number;
}
.manual-detail-number li {
  padding-left: 1.4rem;
  position: relative;
  line-height: 1.8rem;
}
.manual-detail-number li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 4px;
  left: -6px;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 50%;
  font-size: .9rem;
  text-align: center;
  line-height: 1.2rem;
}

.manual-image-features {
 display: block;
 margin: 30px auto;
 max-width: 480px;
}
@media screen and (max-width: 767px) {
 .manual-image-features {
width: 90%;
 }
}

.manual-daphnia {
 width: 65%;
}
@media screen and (max-width: 767px) {
  .manual-daphnia {
 width: 90%;
 }
}

.strong {
 font-weight: bold;
  color: red;
}

.daphnia-feature {
 margin-top: 20px;
}

.daphnia-feature2 {
 line-height: 1.8rem; 
}

.manual-example {
 margin-top: 30px;
 text-align: center;
}

.manual-text {
 margin-top: 30px;
}

/*マニュアルYouTube動画*/
.manual-youtube {
 text-align: center;
 margin: 30px auto;
}

.manual-youtube iframe {
 width: 65%;
 height: 450px;
}
@media screen and (max-width: 767px) {
.manual-youtube iframe {
 width: 100%;
 height: 180px;
 }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.manual-youtube iframe {
 width: 90%;
 height: 360px;
 }
}

.youtube-prepare {
 font-size: 1.2rem;
}

.youtube-attention {
 margin-top: 10px;
}

.manual-youtube-line {
 display: flex;
 justify-content: space-between;
}
@media screen and (max-width: 1024px) {
.manual-youtube-line {
 flex-direction: column;
 align-items: center;
 }
}

.manual-youtube-line iframe {
 width: 32%;
 height: 220px;
}
@media screen and (max-width: 767px) {
.manual-youtube-line iframe {
  width: 100%;
 height: 180px;
 margin-bottom: 20px;
 }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.manual-youtube-line iframe {
 width: 90%;
 height: 360px;
 margin-bottom: 20px;
 }
}

.manual-youtube-line2 {
 display: flex;
 justify-content: space-between;
}
@media screen and (max-width: 1024px) {
.manual-youtube-line2 {
 flex-direction: column;
 align-items: center;
 }
}

.manual-youtube-line2 iframe {
 width: 48%;
 height: 320px;
}
@media screen and (max-width: 767px) {
.manual-youtube-line2 iframe {
  width: 100%;
 height: 180px;
 margin-bottom: 20px;
 }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.manual-youtube-line2 iframe {
 width: 90%;
 height: 360px;
 margin-bottom: 20px;
 }
}

.manual-contact-link {
 color: #065FD4;
}

/*マニュアル関連商品*/
.product-list-manual {
 display: grid;
 grid-template-columns: 1fr 1fr 1fr;
  row-gap: 30px;
}
@media screen and (max-width: 767px) { 
.product-list-manual {
 grid-template-columns: 1fr 1fr;
  gap: 20px;
　}
}

.product-item-manual {
 width: 80%;
margin: 0 auto;
}

@media screen and (max-width: 767px) { 
 .product-item-manual {
	width: 100%;
　}
}
@media screen and (min-width: 768px) and (max-width: 1024px) { 
 .product-item-manual {

　}
}

.item-image-manual {
 width: 100%;
  height: auto;
  display: block;
  margin: 10px auto;
 
}
@media screen and (max-width: 767px) { 
.item-image-h {

　}
}


.h-container {
 width: 100%;
}

.item-name-h {

}

.item-price {
  margin-top: 10px;
 text-align: right;
  font-weight: 400;
}