@charset "UTF-8";

/*--------------------------------------------------
  *リセット*
-------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p,dd,dt,dl,
a, ul, li,figure, figcaption, footer, hgroup{
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
a img {
  border: none;
}
/*--------------------------------------------------
  *共通設定*
-------------------------------------------------*/
a {
  text-decoration: none;
  color: #00bfff;
}
/* a:hover {
  color: #00d4ff;
  text-decoration: underline;
} */
body {
  text-align: center;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
  color: #222;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
.all {
  max-width: 910px;
  margin: auto;
}

/*--------------------------------------------------
  *main.css*
-------------------------------------------------*/
@media (max-width: 768px) {
.c-card {
  margin: 0 0.5rem;
  }
}
.c-card-image img {
  max-height: 195px;
}
@media screen and (max-width: 991px) {
  .c-card-image img {
    max-height: 315px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-card-image img {
    max-height: 350px;
  }
}
@media screen and (max-width: 575px) {
  .c-card-image img {
    max-height: 240px;
  }
}
.c-card:hover {
  background: #f0e0d8;
  transition: all 0.3s ease;
}
.c-transition--hover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: all 0.3s ease;
}
/*-------------------wrapper------------------------*/
/*spから*/
#wrapper {
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 910px), print {
  #wrapper {
    width: 910px;
    margin: 0 auto;
  }
}
/*-------------------wrapper end------------------------*/

/* 価格改定　お知らせ */
.firstguide .backbrown {
  margin: 3% 0 0.5% 0;
}
.kakaku_link {
  margin: 0 3%;
  text-align: left;
}
.kakaku_link a {
  text-decoration: underline;
}
@media only screen and (min-width: 910px), print {
  .kakaku_link {
    margin: 0;
  }
}

/*--------------------------------------------------
 メニュー
-------------------------------------------------*/
.f_header .firstmenu-title {
  display: none;
}
.f_header .clearfix {
  overflow: hidden;
  *zoom: 1;
}
.f_header .firstnavi {
  width: 90%;
  margin: 20px auto 0px;
  box-sizing: border-box;
  border-left: 1px solid #411108;
  padding: 0;
}
.f_header .firstnavi li {
  width: 25%;
  float: left;
  text-align: center;
  border-right: 1px solid #411108;
  box-sizing: border-box;
  font-size: 1em;
  font-weight: bold;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
}
.f_header .firstnavi a {
  display: block;
  margin: 0 auto;
  padding: 4px 0;
  width: 96%;
  border-radius: 5px;
  color: #411108;
  transition:all .3s ease-in-out;
}
.f_header .firstnavi a:hover,
.f_header .firstnavi a:active {
  background-color: #d9cfce;
  color: #411108;
  text-decoration: none;
}
.f_header .firstnavi i {
  font-size: 1.6em;
  margin-right: 10px;
}
.clear {
  clear: both;
}
@media screen and (max-width: 780px) {
  .f_header {
    padding-bottom: 0px;
  }
  .f_header .firstmenu-title {
    display: block;
    background: #411108;
    color: #FFF;
    border-radius: 5px;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
    padding: 10px 5px;
    display: block;
    width: 92%;
    text-align: left;
    cursor: pointer;
    margin: 10px auto 0;
  }
  .f_header .firstmenu-title i {
    font-size: 1.1em;
    margin: 0px 10px 0px 10px;
  }
  .f_header .firstnavi {
    display: none;
  }
  .f_header .firstnavi {
    margin: 0 auto;
    border: none;
    padding: 1% 0% 1%;
  }
  .f_header .firstnavi li {
    width: 100%;
    float: none;
    padding-left: 1em;
    text-align: left;
    border-right: 0px dotted #ad051e;
    border-bottom: 1px dotted #ad051e;
    font-size: 1em;
    font-weight: bold;
  }
  .f_header .firstnavi a {
    width: 100%;
  }
  .f_header .firstnavi a:hover {
    background: none;
    color: #ad051e;
  }
}
/*-------------------ヘッダー表示------------------------*/
#ca_header {
  display: none;
}
@media only screen and (min-width: 910px), print {
  #ca_header {
    display: inline;
  }
  #sp_header {
    display: none;
  }
}
/*-------------------ヘッダー表示 end------------------------*/

/*-------------------フッター表示------------------------*/
/*spから*/
#sp_footer {
  display: inline;
}
#footer_tk {
  display: none;
}
@media only screen and (min-width: 910px), print {
  #sp_footer {
    display: none;
  }
  #footer_tk {
    display: inline;
    font-size:12px;
    text-align:center;
    background-color:#fff;
    padding: 10px 0 10px 0;
  }
  #footer_tk a {
    color: #222;
  }
  #footer_tk a:hover {
    color: #800000;
  }
  #footer_tk ul {
    border-top:#c9c9c9 1px solid;
    border-bottom:#c9c9c9 1px solid;
    padding:10px 0;
    margin:0px 0 0;
  }
  #footer_tk li {
    display:inline;
  }
  #footer_tk .footer_cp {
    padding:6px 0 10px;
    color: #222;
  }
}
/*-------------------フッター表示 end------------------------*/

/*-------------------チャット表示------------------------*/
#pc_cht_area {
  display: none;
}
.chat_r_txt a:link {
  text-decoration: underline;
  color: #1e90ff;
}
@media only screen and (min-width: 910px), print {
  #pc_cht_area {
    display: inline;
  }
}
/*-------------------チャット表示 end------------------------*/

/*------------------------例 SP縦並び PC横並び(float)-----------------------*/
.flt_l {
  float: none;
}
.flt_r {
  float: none;
}
.model_area,.mode2_area,.mode2_area2,.mode3_area3 {
  background-color: #c9c9c9;
  margin: 0% 3% 2% 3%;
  width: 92%;
	height: auto;
	border: solid 1px #c9c9c9;
}
.pc_clear {
  clear: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 910px), print {
  .flt_l {
    float: left;
    display: inline;
  }
  .flt_r {
    float: right;
    display: inline;
  }
  .model_area {
    border: solid 1px #c9c9c9;
    width: 47.03%;
    margin: 0 0 40px 0;
  }
  .mode2_area {
    border: solid 1px #c9c9c9;
    width: 30.54%;
    margin: 0 0 40px 0;
  }
  .mgleft {
    margin: 0 0 40px 3.84%;
  }
  .mode2_area2 {
    border: solid 1px #c9c9c9;
    width: 30.54%;
    margin: 0 0 40px 0;
  }
  .mgleft2 {
    margin: 0 0 40px 3.84%;
  }
  .mode3_area3 {
    border: solid 1px #c9c9c9;
    width: 30.54%;
    margin: 0 0 0px 0;
  }
  .pc_clear {
    clear: both;
    margin: 0;
    padding: 0;
  }
}
/*------------------------SP縦並び PC横並び(float) end--------------------*/

.firstguide {
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
  line-height: 0;
}
.title-jp {
  height: 201px;
  padding: 0;
  box-sizing: border-box;
  background-color: #fff;
  background-image: url(img/first_main_190601.jpg);
  background-position: 50% 50%;
  background-size: cover;
}
#wrapper .first_text {
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
  padding: 3% 3% 0% 3%;
  text-align: left;
}
.first_text h3 {
  font-size: 18px;
  font-weight: 800;
  color: #411108;
  line-height: 1;
  margin: 0;
  padding: 0 0 3% 0;
  background-color: #fff;
  letter-spacing: 1.6pt;
}
.first_text p {
  font-size: 95%;
  padding: 0;
  margin: 0;
  line-height: 1.4;
  text-align: justify;
  letter-spacing: 0.1pt;
}
.first_text p a {
  text-decoration: underline;
}
.first_text p a:hover {
  color: #0000ee;
}
.backbrown {
  font-size: 18px;
  font-weight: 800;
  background-color: #411108;
  color: #fff;
  line-height: 1.4;
  padding: 3%;
  margin: 3% 0 3% 0;
  letter-spacing: 1.6pt;
}
/* 初めての方は送料無料！の特別セット */
.drip .driprink {
  font-size: 17px;
  margin: -5px 0 10px 0;
  line-height: 1;
  text-decoration: none;
}
.drip .driprin {
  color: #333;
}
.drip .driprink a:hover {
  color: #0000ee;
}
/* ご注文の流れ */
.firstguide .first_text2 {
  margin: 0;
  font-size: 15px;
  line-height: 1.3;
  text-align: left;
  letter-spacing: 0.5pt;
  padding-top: 1%;
}
@media screen and (max-width: 768px){
  .firstguide .first_text2 {
    margin: 0 3%;
  }
}
.firststep-area {
  margin-top: 30px;
}
.firststep {
  margin: 10px 15px 25px 15px;
  background-color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.firststep h5 {
  padding: 0;
  height: auto;
  background-color: #fff;
  font-size: 18px;
  color: #411108;
  text-align: center;
  font-weight: bold;
}
.firststep p {
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
  margin: 0px 0 8px 0;
  font-size: 14px;
  line-height: 1;
  letter-spacing:1.6pt;
}
.firststep .logo {
  width: 90%;
  margin: 0 0 0px 0;
  border: none;
}
.firststep .logo2 {
  width: 90%;
  margin: 0;
  border: none;
}
.firstguide .first_arrow {
  margin: 70px 0 0 0;
}
/* お届けについて */
.deliversp {
  display: flex;
  justify-content: center;
  margin: 6% auto;
}
@media screen and (max-width: 909px){
  .deliversp {
    display: inline-block;
  }
}
.deliver {
  background-color: #f9e3e1;
  padding: 4%;
  margin: 2%;
  border-radius: 10px;
  text-align: left;
}
.deliver .logo {
  width: 30%;
  border: none;
  margin: 0 5px 0 0;
  vertical-align: -30px;
}
.deliver .logo2 {
  width: 20%;
  border: none;
  margin: 0 5px 0 0;
  vertical-align: -15px;
}
.deliver h5 {
  line-height: 1;
  font-size: 19px;
  margin: 0 -20px 5px 0;
  color: #411108;
  font-weight: bold;
}
.deliver p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  text-align: justify;
}

/*「通常ご注文受付後4日前後」に変更*/
.deliver .deliver_text {
  vertical-align: middle;
  display: inline-block;
  line-height: 1.5em;
  margin-left:0;
}

.deliver .deliver_text small{
  font-weight: bold;
}

@media screen and (max-width: 768px){
  .deliver .logo2 {
    width: 30%;
    vertical-align: -30px;
  }

  .deliver .deliver_text {
    margin-left:15px;
  }
}

/*マメーポイントでもっとお得に！もっと楽しく！！*/
.spc_mame_area {
  display: inline-block;
}
.pc_mame_area {
  display: none;
}
.spc_mame_area p {
  margin: 6% 0;
  line-height: 1.3;
  font-size: 15px;
}
.spc_mame_area p a {
  text-decoration: underline;
}
.spc_mame_area p a:hover {
  color: #0000ee;
}
.firstmame .titllesp {
  width: 94%;
}
.first_howto ul {
  margin: 0 auto;
  padding: 0;
  line-height: 1.4;
  list-style: none;
}
.first_howto li {
  float: left;
  width: 50%;
}
.first_howto li img {
  border: none;
  width: 100%;
}
.first_howto ul:after {
  content: "";
  display: block;
  clear: both;
}
.first_text3 {
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
  margin-left: 3%;
  margin-bottom: 3%;
}
/* メルマガ会員特典*/
.mailmagazine_service ul {
  margin: 0 auto;
  padding: 0 0 0 0;
  line-height: 1.4;
  list-style: none;
  text-align: center;
}
.mailmagazine_service li {
  float: left;
  width: 50%;
  padding:5px 5px;
  box-sizing: border-box;
}
.mailmagazine_service ul li .mailma_img {
  width: 100%;
  //border-radius: 10px;
  outline: 2px solid #411108;
  box-sizing: border-box;
}
.mailmagazine_service ul:after {
  content: "";
  display: block;
  clear: both;
}
.menu ul {
  *zoom: 1;
}
/*ページTOPへ*/
#page-top_area {
  z-index: 9999;
  position: fixed;
  width: 100%;
  right: 0;
  bottom: 0;
  margin: 10px 0 0;
}
#page-top_naka {
  max-width: 910px;
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
}
#page-top {
  width: 38px;
  font-size: 12px;
  float: right;
}
#page-top a {
  background-color: rgb(0,0,0);
  opacity: 0.3;
  text-decoration: none;
  color: #FFF;
  padding: 10px;
  text-align: center;
  display: block;
  border-radius: 5px;
}
/*こだわりARCHIVE*/
.kodawari {
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 98%;
  height: auto;
  margin: 0;
}
.kodawari_area {
  position: relative;
}
.kodawari_naka {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.kodawari .kodawari_naka div {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 20px 0;
}
.kodawari .kodawari_naka p {
  margin: 0;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing:1.4pt;
}
.kodawariall {
  margin: 0 auto;
  padding: 0;
}
.kodawariimg {
  padding: 0% 1% 5% 1%;
  margin: 0;
}
.kodawariimg img {
  width: 100%;
  height: auto;
}
.kodawariimg h5 {
  line-height: 1;
  font-size: 19px;
  margin: 3%;
  color: #411108;
  text-align: center;
}
/*spだけ改行しない*/
.br-sp {
  display:none;
}
/*----------------------- PCだけ-----------------------*/
@media only screen and (min-width: 910px), print {
  .title-jp {
    height: 380px;
  }
  .spc_mame_area {
    display: none;
  }
  .pc_mame_area {
    display: inline;
  }
  .pc_mame_area p a {
    text-decoration: underline;
  }
  .br-pc {
    display:none;
  }
  .br-sp {
    display:inline;
  }
  .first_text h3 {
    font-size: 20px;
    letter-spacing:1.6pt;
  }
  .first_text p {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing:0.4pt;
  }
  .backbrown {
    font-size: 20px;
    padding: 1.5%;
    line-height: 1;
  }
  .drip {
    position: relative;
  }
  .drip .driprink {
    position: absolute;
    top: 445px;
    left: 497px;
    font-size: 16px;
  }
  .first3col {
    margin: 0 0 40px 0;
  }
  .firstguide {
    padding: 0;
    line-height: 1;
  }
  .firststep .logo {
    width: 60%;
  }
  .firststep {
    width: 16%;
    margin: 0 5px;
  }
  .firststep p {
    margin: 0px 0 8px 0;
  	font-size: 14px;
    line-height: 1.4;
  }
  .firstguide .first_arrow {
    width: 1.5%;
  }
  .firstguide .first_text2 {
    text-align: center;
  }
  .firststep .logo2 {
    width: 100%;
  }
  .deliversp {
    margin: 2% auto 0%;
  }
  .deliver {
    width: 31%;
    padding: 2%;
    margin: 1%;
  }
  .deliver .logo {
    width: 25%;
  　margin: 0px 0px 0 0;
    vertical-align: -20px;
  }
  .deliver h5 {
    font-size: 17px;
    color: #411108;
    font-weight: bold;
  }
  .deliver p {
    font-size: 13px;
    line-height: 1.5;
    padding: 6% 0 0 0;
    letter-spacing:1.2pt;
    text-align: justify;
  }
  .first_howto ul {
    margin: 0 auto;
    padding: 0;
    line-height: 1.4;
    list-style: none;
  }
  .first_howto li {
    float: left;
    width: 20%;
    padding: 0;
    margin: 0;
  }
  .first_text3 {
    text-align: center;
    margin: 0 auto 3%;
  }
  .pc_mame_area ul {
    text-align: center;
    display: inline-block;
    padding: 0;
    width: 100%;
  }
  .pc_mame_area li {
    display: inline-block;
    padding: 1% 0.8%;
  }
  .pc_mame_area li img {
    border: solid 2px #411108;
    //border-radius: 5px;
  }
  .kodawari {
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 390px;
    height: 144px;
    margin: 0;
  }
  .kodawari::before {
    line-height: 144px;
    padding: 0;
    width: 390px;
    height: 144px;
  }
  .kodawariall {
    overflow: hidden;
    font-size: 14px;
    background-color: #fff;
    margin: 4% auto;
    padding: 0 11px;
  }
  .kodawariimg {
    padding: 0% 3% 1% 3%;
    margin: 0;
  }
  .kodawari_area {
    background-color: #c9c9c9;
    margin: 0;
    width: 390px;
    height: 144px;
  }
}
/*----------------------- PCだけ end-----------------------*/

/*----------------------- ipadだけ-----------------------*/
@media (min-width: 768px) and (max-width: 909px) {
  .deliver h5{
    line-height: 1;
    font-size: 25px;
    margin: 0 -20px 5px 0;
    color: #411108;
    font-weight: bold;
  }
  .deliver p{
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    padding: 12% 0 0 0;
    letter-spacing:1.2pt;
  }
  .deliver .logo{
    width: 20%;
  　margin: 0px 0px 0 0;
    vertical-align: -40px;
  }
}
/*----------------------- ipadだけ end-----------------------*/

/*----------------------- IEだけ -----------------------*/
@media all and (-ms-high-contrast:none){
  .backbrown {
    padding: 1.5% 0 0.9% 0;
  }
}
/*----------------------- IEだけ end-----------------------*/

/* product *****************************/
#products a {
  color:#411108;
}
#products a:hover {
  text-decoration: none;
}
.product {
  margin-top: 30px;
  padding: 10px;
  border: 1px solid #e4e4e4;
}
@media screen and (max-width: 768px){
  .product {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.product .product-img {
  width: 75%;
  height: auto;
}
.product-wrapper {
  padding: 10px;
  border: 1px solid #e4e4e4;
}


/*-- product-icon --*/
.product-icon {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
  text-align: left;
  min-height: 50px;
}
@media screen and (max-width: 767px){
  .product-icon {
    min-height: auto;
  }
}
.product-icon .icon {
  padding-right: .25rem;
  width: 50px;
}
.product-icon .icon_mark {
  padding: 0 .5rem;
  font-size: 14px;
  font-weight: bold;
}
.product-icon .icon_mark.season_icon {
  border: 1px solid #6ab04c;
  color: #6ab04c
}
.product-icon .icon_mark.period_icon {
  border: 1px solid #ff7900;
  color: #ff7900;
}
.product-icon .icon_mark.only_icon {
  border: 1px solid red;
  background-color: red;
  color: #fff;
}
/*-- product-content --*/
.product-content {
  /* min-height: 120px; */
  text-align: left;

  /* 2023.03~ */
  min-height: 160px;
}
@media screen and (max-width: 767px){
  .product-content {
    min-height: auto;
  }
}
.product-content .name {
  /* display: block; */
  font-size: 17px;
  font-weight: bold;
  color: #000;
  /* line-height: 1.4; */
  overflow: hidden;

  /* 2023.03~ */
  height: 2.3rem;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.product-content .name:hover,
.product-content .name:hover span {
  color: #000;
  text-decoration: underline;
}
.product-content .name .icon-new {
  margin-right: .25rem;
  width: 40px;
}
.product-content .name:hover .icon-new {
  opacity: 1;
}
.product-content .name span {
  padding-top: .5rem;
}
.product-content .name .icon-new,
.product-content .name span {
  float: left;
  vertical-align: middle;
}
.product-content .lead,
.product-content .quantity {
  font-size: 14px;
}
.product-content .lead {
  margin-bottom: 0;
  font-weight: normal;
  color: #411108;
}
.product-content .quantity {
  margin-bottom: 10px;
}
/*-- product-price --*/
.product-price {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 1.25rem;
  height: 51px;
}
.product-price .note {
  position: absolute;
  right: 0;
  bottom: -16px;
  margin: 0;
  font-size: 10px;
  white-space: nowrap;
}
.product-price .free_mark{
  margin-right: .5rem;
  padding: .25rem;
  background-color: yellow;
  border: 2px solid red;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  color: red;
  line-height: 1.2;
  text-align: center !important;
}
.product-price .discount_mark {
  position: relative;
  height: 50px;
  width: 50px;
  background-color: #f00087;
  border-radius: 50%;
  text-align: center;
}
.product-price .discount_mark p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  color: #fff;
  line-height: 1;
}
.product-price .discount_mark b {
  font-family: Arial;
  font-size: 20px;
}
.product-price .discount_mark span {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 10px;
  color: #f00087;
}
.product-price .price-area {
  position: relative;
  text-align: right;
}
.product-price .price-area .proper {
  margin: 0;
  font-size: 14px;
}
.product-price .price-area .proper small,
.product .product-price .free_mark small {
  vertical-align: top;
}
.product-price .price-area .price {
  margin: 0;
  font-size: 20px;
  color: red;
  line-height: 1;
  font-weight: 700;
}
.product-price .price-area .price.normal {
  color: #212529;
}
.product-price .price-area .price span.special {
  /* font-weight: bold; */
  margin-right: 3px;
}
.product-price .price-area .price span.tax {
  position: absolute;
  right: -14px;
  bottom: 18px;
  font-size: 10px;
  -webkit-transform:scale(0.8);
  -moz-transform:scale(0.8);
  -ms-transform:scale(0.8);
  -o-transform:scale(0.8);
  transform:scale(0.8);
}
.product-price .price-area .price b {
  font-family: "Oxygen", sans-serif;
  font-size: 2.5rem;
  margin-right: -5px;
  letter-spacing: -0.03rem;
}
@media screen and (max-width: 768px){
  .product-price {
    height: auto;
  }
  .product-price .price-area .price {
    font-size: 22px;
  }
  .product-price .price-area .price b {
    font-size: 40px;
  }
}
/*-- product-btn --*/
.product-btn .buy-btn {
  display: inline-block;
  position: relative;
  padding: .5rem 0;
  width: 100%;
  background-color: #00834a;
  border: 2px solid #00834a;
  border-radius: 3px;
  font-size: 17px;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}

/*-- product Shortage--*/
.product-btn-Shortage{
  display: inline-block;
  position: relative;
  padding: .5rem 0;
  width: 100%;
  background-color: rgb(128,128,128);
  border: 2px solid rgb(128,128,128);
  border-radius: 3px;
  font-size: 17px;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
.name-Shortage {
  display: inline;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
  overflow: hidden;
}

/* Shortage end*/

.product-btn .buy-btn:hover {
  background-color: #fff;
  border-color: #00834a;
  color: #00834a;
  text-decoration: none;
}
.equivalent-price {
  margin-top: 30px;
  text-align: left;
}

.equivalent-price a,
.equivalent-price p {
  font-size: 14px;
}
.equivalent-price a {
  color: #333;
  text-decoration: underline;
  transition: all .3s;
}
.equivalent-price a:hover {
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 768px){
  .product-btn .buy-btn {
    transition: all;
  }
  .equivalent-price {
    margin: 30px 15px 0;
  }
}

/* --------------------------------------------------
pagetop
-------------------------------------------------*/
.pagetop {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 0.5rem;
	bottom: 0.5rem;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, 0.5);
	color: #fff;
	transition: 0.3s;
/*	opacity: 0;*/
	z-index: 1000;
  }


  /*footer*/
  .ft_pc_common_cp {
	padding-top: 5px;
  }