@charset "UTF-8";
/*--------------------------------------------------
 *Google Fonts 読み込み*
 -------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre&display=swap");
body {
  font-family: 'Noto Serif JP', serif;
  line-height: 1.2;
}

/*--------------------------------------------------
 *共通設定*
 -------------------------------------------------*/
.navbar {
  height: 51px;
  padding: 0;
}

.set_txt span {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .navbar {
    height: auto;
    padding: 5px 0;
  }
}

.bg_Dgreen{
  background: #008071;
  text-align: center;
  position: relative;
}
.bg_Dgreen img{
  width: 100%;
}

.bg_Lgreen {
  background-color: #6dcdc0;
}

.bg_Dgreen2 {
  background-color: #008071;
  width: 100%;
  padding-top: 3%;
}

.bg_Dgreen3 {
  background-color: #006e61;
}

.bg_CPgreen {
  background-color: #00a187;
}

.red {
  color: #d00000;
}

.mr4 {
  margin-right: 4%;
}

h2 {
  font-size: 39px;
  padding-bottom: 7%;
  line-height: 1.1em;
  text-align: left;
}

@media only screen and (max-width: 1040px) {
  h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  h2 {
    padding: 0 0 4% 0;
  }
}

@media only screen and (max-width: 568px) {
  h2 {
    width: 82%;
    font-size: 30px;
    line-height: 1.05;
    padding: 5% 0 7% 0;
  }
  h2 br {
    display: none;
  }
  h2 span {
    display: block;
  }
}

.h2_min {
  font-size: 35px;
}

@media only screen and (max-width: 568px) {
  .h2_min {
    font-size: 22px;
  }
}

.contents {
  max-width: 1060px;
  padding: 10px 10px;
  margin: 5% auto 0;
  /* margin-top: 3%; */
}

.contents2 {
  max-width: 1060px;
  padding: 10px 10px;
  margin: 0 auto;
}

a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .br-sp {
  display: none;
  }
  .br-pc {
  display: inline;
  }
}

@media screen and (min-width: 769px) {
  .br-pc {
  display: none;
  }
  .br-sp {
  display: inline;
  }
}


/*--------------------------------------------------
ブロック
 -------------------------------------------------*/
/* １ブロック */
.block {
  background-color: #FFF;
  width: 100%;
  margin: 0 auto 8% auto;
  text-align: left;
  letter-spacing: 0.1pt;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}

/*ブロック--39マメーの場合*/
.block_39_padd {
  padding: 3% 7% 3% 7%;
}

@media only screen and (max-width: 768px) {
  .block_39_padd {
    padding: 3%;
  }
  .block_39_padd img {
    width: 100%;
  }
}

/*ブロック--39マメー SPメニュー */
.block_39_sp_link_area {
  padding: 5% 0;
}

.block_39_sp_link_area li {
  float: left;
  width: 25%;
  padding: 0 2%;
  border-right: 1px solid #b9c8d0;
}

.block_39_sp_link_area li:last-child {
  border: 0;
}

.block_39_sp_link_area p {
  font-size: 11px;
  padding: 5% 0;
  height: 60px;
}

.block_39_sp_link_area a {
  text-decoration: none;
}

.block_39_sp_link_area button {
  width: 100%;
  text-align: center;
  font-size: 13px;
  display: block;
  border: none;
  outline: 0;
  cursor: pointer;
  color: #fff;
  background: #0ea023;
  font-weight: bold;
  height: 3.0em;
  line-height: 3.0em;
}

.block_39_sp_link_area button :hover {
  background: #007616;
}

.title_border {
  display: flex;
  align-items: center;
  margin-bottom: 5%;
}

.title_border:before,
.title_border:after {
  border-top: 1px solid #b9c8d0;
  content: "";
  flex-grow: 1;
}

.title_border:before {
  margin-right: 1rem;
}

.title_border:after {
  margin-left: 1rem;
}

/*ブロック--セットの場合*/
.block_set_padd {
  padding: 3%;
}

@media only screen and (max-width: 768px) {
  .block_set_padd {
    padding: 5%;
    /*.disp_sp{ width: 100%;}*/
  }
}

/*ブロック--単品の場合*/
.block_tan_padd {
  padding: 2% 3% 1% 3%;
}

@media only screen and (max-width: 768px) {
  .block_tan_padd {
    padding: 2% 5% 5% 5%;
  }
  .block_tan_padd h2 {
    width: 100%;
  }
}

/*ブロック--2カラムの場合*/
.block_two_clm {
  width: 48%;
  padding: 3% 3% 1% 3%;
  float: left;
}

.block_two_clm img {
  width: 100%;
}

.block_two_clm h2 {
  width: 100%;
}

.block_two_clm .att_txt {
  font-size: 13px;
  margin-top: 5%;
}

@media only screen and (max-width: 1268px) {
  .block_two_clm {
    padding: 3% 3% 2% 3%;
  }
}

@media only screen and (max-width: 768px) {
  .block_two_clm {
    width: 100%;
    padding: 5%;
  }
  .block_two_clm h2 {
    font-size: 28px;
  }
}

.block_two_clm_rig {
  margin-left: 4%;
}

@media only screen and (max-width: 768px) {
  .block_two_clm_rig {
    margin-left: 0;
  }
}

/*ブロック--アイコン*/
.icon_present {
  position: absolute;
  top: 0;
  right: -3%;
}

@media only screen and (max-width: 1040px) {
  .icon_present {
    top: -60%;
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .icon_present {
    top: -7%;
    right: 0;
  }
}

@media only screen and (max-width: 568px) {
  .icon_present img {
    width: 100px;
  }
}


.icon_39mame {
  position: absolute;
  top: -30%;
  right: -6%;
}
.icon_39mame img {
  width: 100px;
}

.icon_39mame_2 {
  position: absolute;
  top: -20%;
  right: -6%;
}
.icon_39mame_2 img {
  width: 100px;
}

.icon_39mame_3 {
  position: absolute;
  top: -10%;
  right: -6%;
}
.icon_39mame_3 img {
  width: 100px;
}

.icon_39mame_4 {
  position: absolute;
  top: -30%;
  right: -6%;
}
.icon_39mame_4 img {
  width: 100px;
}

@media only screen and (max-width: 375px) {

.icon_39mame {
  position: absolute;
  top: -30%;
  right: -6%;
}
.icon_39mame img {
    width: 80px;
}

.icon_39mame_2 {
  position: absolute;
  top: -20%;
  right: -6%;
}
.icon_39mame_2 img {
  width: 80px;
}

.icon_39mame_3 {
  position: absolute;
  top: -10%;
  right: -6%;
}
.icon_39mame_3 img {
  width: 80px;
}

.icon_39mame_4 {
  position: absolute;
  top: -30%;
  right: -6%;
}
.icon_39mame_4 img {
  width: 80px;
}

}

.icon_two_clm {
  position: absolute;
  top: 0;
  right: 2%;
  width: 150px;
}

/*ブロック--リボン*/
.ribbon-content {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 140px;
  height: 140px;
  overflow: hidden;
}

/*リボン基盤*/
.ribbon {
  display: inline-block;
  position: absolute;
  padding: 8px 0;
  left: -2px;
  top: 28px;
  width: 193px;
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.ribbon:before, .ribbon:after {
  position: absolute;
  content: "";
  bottom: -4px;
}

.ribbon:before {
  left: 9px;
}

.ribbon:after {
  right: 12px;
}

/*　茶色リボン（　期間限定　）　*/
.ribbon_blown .ribbon {
  background: #4c3100;
}

.ribbon_blown .ribbon:before,
.ribbon_blown .ribbon:after {
  border-top: 4px solid #754c24;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

/*　緑色リボン（　季節限定　）　*/
.ribbon_green .ribbon {
  background: #008e45;
}

.ribbon_green .ribbon:before,
.ribbon_green .ribbon:after {
  border-top: 4px solid #006837;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

/* リボン */
.ribbon_sab_catch {
  display: inline-block;
  position: relative;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0 40px 0 18px;
  font-size: 18px;
  background: #ffc600;
  color: #333333;
  box-sizing: border-box;
  margin-bottom: 5%;
}

@media only screen and (max-width: 768px) {
  .ribbon_sab_catch {
    font-size: 13px;
  }
}

.ribbon_sab_catch:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon_sab_catch:after {
  top: 0;
  right: 0;
  border-width: 23px 15px 23px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

/*--------------------------------------------------
ファーストビュー
 -------------------------------------------------*/
/* 日付 */
.fist_day {
  position: absolute;
  text-align: right;
  top: -9%;
  right: 10%;
}

.first_view_vtwd {
  position: relative;
  padding-bottom: 590px;
  text-align: center;
  margin: 0 auto;
  background-color: #008071;
}

.first_view_vtwd .fsv_img img {
  width: auto;
  max-height: 700px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.first_view_vtwd .fsv_icon {
  position: absolute;
  text-align: right;
  top: 0%;
  left: 72%;
  z-index: 20;
  transform: translateX(-75%);
  -webkit-transform: translateX(-75%);
  -ms-transform: translateX(-75%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.first_view_vtwd .fsv_icon img {
  max-width: 150px;
}

.first_view_vtwd .fsv_icon2 {
  position: absolute;
  text-align: right;
  top: 60%;
  left: 49%;
  z-index: 20;
  transform: translateX(-75%);
  -webkit-transform: translateX(-75%);
  -ms-transform: translateX(-75%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.first_view_vtwd .fsv_icon2 img {
  max-width: 230px;
}

@media only screen and (max-width: 1400px) {
  .first_view_vtwd .fsv_icon {
    max-width: 125px
    left: 73%;
    transform: translateX(-95%);
    -webkit-transform: translateX(-95%);
    -ms-transform: translateX(-95%);
  }

  .first_view_vtwd .fsv_icon2 {
    max-width: 150px
    left: 52%;
    transform: translateX(-95%);
    -webkit-transform: translateX(-95%);
    -ms-transform: translateX(-95%);
  }

  .first_view_vtwd .fsv_icon img {
    max-width: 140px;
  }

  .first_view_vtwd .fsv_icon2 img {
    max-width: 210px;
  }
}


@media only screen and (max-width: 1300px) {
  .first_view_vtwd {
    position: relative;
    padding-bottom: 606px;
  }
  .first_view_vtwd .fsv_icon {
    max-width: 110px;
    left: 72%;
    transform: translateX(-95%);
    -webkit-transform: translateX(-95%);
    -ms-transform: translateX(-95%);
  }

  .first_view_vtwd .fsv_icon2 {
    max-width: 130px;
    left: 47%;
    top: 54%;
    transform: translateX(-95%);
    -webkit-transform: translateX(-95%);
    -ms-transform: translateX(-95%);
  }

  .first_view_vtwd .fsv_icon img {
    max-width: 130px;
  }

  .first_view_vtwd .fsv_icon2 img {
    max-width: 200px;
  }
}

@media only screen and (max-width: 1200px) {
.first_view_vtwd {
  padding-bottom: 560px;
  }

.first_view_vtwd .fsv_icon {
  max-width: 100px;
  left: 72%;
  transform: translateX(-95%);
  -webkit-transform: translateX(-95%);
  -ms-transform: translateX(-95%);
  }

.first_view_vtwd .fsv_icon2 {
  max-width: 120px;
  left: 47%;
  top: 54%;
  transform: translateX(-95%);
  -webkit-transform: translateX(-95%);
  -ms-transform: translateX(-95%);
  }

.first_view_vtwd .fsv_icon img {
  max-width: 120px;
  }

.first_view_vtwd .fsv_icon2 img {
  max-width: 190px;
  }

}

@media only screen and (max-width: 1100px) {
.first_view_vtwd {
  padding-bottom: 510px;
  }

.first_view_vtwd .fsv_icon {
  max-width: 70px;
  left: 69%;
  transform: translateX(-95%);
  -webkit-transform: translateX(-95%);
  -ms-transform: translateX(-95%);
  }

.first_view_vtwd .fsv_icon2 {
  max-width: 100px;
  left: 45%;
  top: 55%;
  transform: translateX(-95%);
  -webkit-transform: translateX(-95%);
  -ms-transform: translateX(-95%);
  }

.first_view_vtwd .fsv_icon img {
  max-width: 110px;
  }

.first_view_vtwd .fsv_icon2 img {
  max-width: 180px;
  }
}

@media only screen and (max-width: 968px) {
  .first_view_vtwd {
    padding-bottom: 450px;
  }
  .first_view_vtwd .fsv_icon {
    left: 69%;
    transform: translateX(-95%);
    -webkit-transform: translateX(-95%);
    -ms-transform: translateX(-95%);
  }
  .first_view_vtwd .fsv_icon img {
    max-width: 120px;
  }
  .first_view_vtwd .fsv_icon2 {
    left: 45%;
    top: 53%;
    transform: translateX(-95%);
    -webkit-transform: translateX(-95%);
    -ms-transform: translateX(-95%);
  }

  .first_view_vtwd .fsv_icon img {
    max-width: 100px;
    }

  .first_view_vtwd .fsv_icon2 img {
    max-width: 170px;
    }
}

@media only screen and (max-width: 900px) {
  .first_view_vtwd {
    padding-bottom: 417px;
  }
  .first_view_vtwd .fsv_icon {
    left: 71%;
    transform: translateX(-95%);
    -webkit-transform: translateX(-95%);
    -ms-transform: translateX(-95%);
  }
  .first_view_vtwd .fsv_icon img {
    max-width: 120px;
  }
  .first_view_vtwd .fsv_icon2 {
    left: 46%;
    top: 56%;
    transform: translateX(-95%);
    -webkit-transform: translateX(-95%);
    -ms-transform: translateX(-95%);
  }

  .first_view_vtwd .fsv_icon img {
    max-width: 90px;
    }

  .first_view_vtwd .fsv_icon2 img {
    max-width: 160px;
    }
}

/*--------------------------------------------------
キャッチコピーエリア
 -------------------------------------------------*/

 .catch_area2{
   position: absolute;
   bottom: calc(30 / 1400 * 100vw);
   left: 0;
   right: 0;
   margin: auto;
 }

 @media only screen and (max-width: 900px) {
   .catch_area2{
     padding: 0 5%;
   }
 }

 @media only screen and (max-width: 768px) {
   .catch_area2{
     bottom: calc(90 / 1400 * 100vw);
   }
 }

 .catch_txt {
   color: #FFF;
   font-family: "Noto Serif JP", serif;
   text-align: center;
   font-size: 24px;
   line-height: 1.5em;
   font-weight: normal;
 }

 @media only screen and (max-width: 968px) {
   .catch_txt {
     font-size: 20px;
     line-height: 1.3em;
   }
 }

 .catch_txt_sp {
   color: #FFF;
   font-family: "Noto Serif JP", serif;
   text-align: left;
   font-size: 20px;
   line-height: 1.2em;
   font-weight: normal;
 }

 @media only screen and (max-width: 650px) {
   .catch_txt_sp {
     font-size: 18px;
   }
 }

 @media only screen and (max-width: 375px) {
   .catch_txt_sp {
     font-size: 16px;
   }
 }


/*--------------------------------------------------
ファーストビュー SP
 -------------------------------------------------*/
 .first_view_vtwd_sp {
   background-color: #008071;
 }

 .first_view_vtwd_sp img {
   max-width: 768;
 }

.fsv_icon_sp {
  position: absolute;
  top: calc(200 / 1400 * 100vw);
  right: calc(30 / 1400 * 100vw);
}

.fsv_icon_sp img {
  max-width: 150px;
}

.fsv_icon_sp2 {
  position: absolute;
  top: calc(850 / 1400 * 100vw);
  left: calc(50 / 1400 * 100vw);
}

.fsv_icon_sp2 img {
  max-width: 250px;
}

.catch_area_sp {
  position: relative;
  padding: 5%;
  text-align: center;
  margin: 0 auto;
  top: -131px;
}

@media only screen and (max-width: 768px) {
  .fsv_icon_sp img {
    max-width: 170px;
  }

  .fsv_icon_sp2 img {
    max-width: 250px;
  }
  .fsv_icon_sp2 {
    position: absolute;
    top: calc(850 / 1400 * 100vw);
  }
}

@media only screen and (max-width: 650px) {
  .fsv_icon_sp img {
    max-width: 140px;
  }
  .fsv_icon_sp2 img {
    max-width: 220px;
  }
}

@media only screen and (max-width: 568px) {
  .fsv_icon_sp img {
    max-width: 110px;
  }
  .fsv_icon_sp2 img {
    max-width: 200px;
  }
  .fsv_icon_sp2 {
    position: absolute;
    top: calc(850 / 1400 * 100vw);
    left: 2%;
  }
}

@media only screen and (max-width: 450px) {
  .fsv_icon_sp img {
    max-width: 100px;
  }
  .fsv_icon_sp {
    position: absolute;
    /* top: 10%;
    right: 5%; */
  }
  .fsv_icon_sp2 img {
    max-width: 170px;
  }
}

@media only screen and (max-width: 375px) {
  .fsv_icon_sp img {
    max-width: 100px;
  }
  .fsv_icon_sp {
    position: absolute;
    /* top: 15%;
    right: 1%; */
  }
  .fsv_icon_sp2 img {
    max-width: 160px;
  }
  /* .fsv_icon_sp2 {
    left: 3%;
  } */
}

/*--------------------------------------------------
  add
-------------------------------------------------*/

.fsv_icon {
  position: absolute;
  text-align: right;
  top: calc(0 / 1400 * 100vw);
  left: calc(1150 / 1400 * 100vw);
  z-index: 20;
  transform: translateX(-75%);
  -webkit-transform: translateX(-75%);
  -ms-transform: translateX(-75%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.fsv_icon img {
  max-width: 150px;
}
.fsv_icon2 {
  position: absolute;
  text-align: right;
  top: calc(350 / 1400 * 100vw);
  left: calc(650 / 1400 * 100vw);
  z-index: 20;
  transform: translateX(-75%);
  -webkit-transform: translateX(-75%);
  -ms-transform: translateX(-75%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.fsv_icon2 img {
  max-width: 230px;
}
@media only screen and (max-width: 1040px) {
  .fsv_icon img { max-width: 120px;}
  .fsv_icon2 img { max-width: 200px;}
}
@media only screen and (max-width: 768px) {
  .fsv_icon img { max-width: 100px;}
  .fsv_icon2 img { max-width: 150px;}
}
@media only screen and (max-width: 968px) {
  .fsv_icon img { max-width: 100px;}
  .fsv_icon2 img { max-width: 160px;}
}

/*--------------------------------------------------
セットエリア
 -------------------------------------------------*/
/*セット全体*/
.set_area_lef {
  float: left;
  width: 50%;
}

.set_area_rig {
  float: right;
  width: 50%;
  padding-left: 5%;
}

.set_area_rig h2 span {
  display: inline-block;
}

.set_area_rig p {
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .set_area_lef,
  .set_area_rig {
    float: none;
    width: 100%;
    padding: 0;
  }
  .set_area_rig .set_txt {
    margin-bottom: 10%;
  }
}

/*セット中身--説明*/
.set_txt {
  margin-bottom: 7%;
}

@media only screen and (max-width: 768px) {
  .set_txt {
    margin-bottom: 10%;
  }
}

/*セット中身--イメージ画像*/
.houzai_img {
  width: 100%;
  margin-bottom: 5%;
}

/*セット中身--セット内容*/
.set_txt_area {
  border: 1px solid #c9c9c9;
  padding: 3% 20% 3% 4%;
  position: relative;
  margin-bottom: 5%;
}

.set_txt_area p {
  font-size: 14px;
  line-height: 1.5;
  /* padding-left: 1em; */
  /* text-indent: -1em; */
}

.set_txt_area p span {
  display: inline-block;
}

/*セット中身--セット内容--補足情報*/
.moji_gray {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  color: gray;
}

/*セット中身--価格*/
.price_area {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 3%;
}

.price_area .soutou {
  float: right;
  margin: 8% 2% 0 0;
}

.price_area .special_price {
  float: right;
  font-size: 26px;
  writing-mode: vertical-rl;
  margin: 3px 6px 0 3px;
  letter-spacing: -0.1em;
}

.price_area .price {
  float: right;
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 70px;
  margin-top: -4px;
  font-feature-settings: "palt";
}

.price_area .en {
  float: right;
  font-size: 12px;
  text-align: center;
}

.price_area .en span {
  display: block;
  font-size: 40px;
  margin-top: 13px;
}

@media screen and (max-width: 986px) {
  .price_area .soutou {
    margin-top: 4%;
    font-size: 22px;
  }
  .price_area .special_price {
    font-size: 20px;
    margin-top: -1px;
  }
  .price_area .price {
    font-size: 50px;
  }
  .price_area .en {
    font-size: 11px;
  }
  .price_area .en span {
    font-size: 28px;
    margin-top: 30%;
  }
}

@media screen and (max-width: 768px) {
  .price_area .soutou {
    width: 100%;
    display: block;
    margin: 0 0 2% 0;
    text-align: right;
  }
  .price_area .special_price {
    font-size: 22px;
    margin: 0.5% 2% 0% 0%;
  }
  .price_area .price {
    font-size: 58px;
  }
  .price_area .en span {
    font-size: 34px;
  }
}

@media screen and (min-width: 1059px) {
  .price_area .soutou {
    margin-top: 7%;
    font-size: 22px;
  }
}

@media screen and (min-width: 920px) and (max-width: 986px) {
  .price_area .soutou {
    margin-top: 5%;
    font-size: 18px;
  }
}

@media screen and (min-width: 842px) and (max-width: 919px) {
  .price_area .soutou {
    margin-top: 5%;
    font-size: 18px;
  }
}

@media screen and (min-width: 804px) and (max-width: 841px) {
  .price_area .soutou {
    margin-top: 7%;
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) and (max-width: 803px) {
  .price_area .soutou {
    margin-top: 7%;
    font-size: 14px;
  }
}

.soutou_tan p {
  text-align: right;
  font-weight: bold;
  font-size: 22px;
}

/*セット中身--送料無料*/
.shipping {
  float: left;
  text-align: center;
  font-size: 20px !important;
  line-height: 3.0em;
  padding: 0% 3%;
  margin-top: 0%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  color: #FFF;
  background-color: #d00000;
}

@media screen and (max-width: 1280px) {
  .shipping {
    font-size: 20px !important;
    /* padding: 2%; */
  }
}

@media screen and (max-width: 968px) {
  .shipping {
    font-size: 18px !important;
    margin-top: 1%;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
  }
}

@media screen and (max-width: 768px) {
  .shipping {
    font-size: 18px !important;
    line-height: 1.1;
    margin-top: -1%;
    padding: 2% 3%;
    float: right;
    margin-right: 2%;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
  }
}

.ltt_spc {
  letter-spacing: -0.05em
}

/*--------------------------------------------------
単品エリア
 -------------------------------------------------*/
/*単品1カラム*/
.tan_area_lef {
  float: left;
  width: 30%;
  text-align: center;
}

.tan_area_lef img {
  width: 100%;
  max-width: 270px;
  float: left;
  padding-right: 5%;
}

@media only screen and (max-width: 768px) {
  .tan_area_lef img {
    float: none;
    margin-bottom: 5%;
  }
}

.tan_area_rig {
  float: right;
  width: 70%;
}

.tan_area_rig p {
  font-size: 18px;
}

.tan_area_rig .set_txt {
  margin-bottom: 7%;
}

@media only screen and (max-width: 768px) {
  .tan_area_lef,
  .tan_area_rig {
    float: none;
    width: 100%;
    padding: 0;
  }
}

/*--------------------------------------------------
 cart
 -------------------------------------------------*/
.cart_area {
  /*矢印ボタン_____________*/
}

.cart_area .btn_l {
  float: right;
  width: 13%;
  margin: 2% 3% 0 0;
  text-align: right;
}

.cart_area .btn_l p {
  padding-bottom: 5%;
  font-size: 15px;
}

.cart_area .btn_r {
  float: right;
  width: 56%;
  padding: 0;
  margin: 0;
}

.cart_area .txt_ｒ {
  float: right;
  width: 40%;
  padding: 0px 0px 0 0;
}

@media screen and (max-width: 980px) {
  .cart_area .btn_l {
    margin: 3% 2% 0 0;
  }
}

@media screen and (max-width: 780px) {
  .cart_area {
    width: 100%;
  }
  .cart_area .btn_l {
    width: 17%;
  }
  .cart_area .btn_r {
    width: 80%;
  }
}

.cart_area input,
.cart_area button {
  font-size: 20px;
  display: block;
  border: none;
  outline: 0;
  cursor: pointer;
  color: #fff;
  background: #0ea023;
  font-weight: bold;
  height: 3.0em;
  line-height: 3.0em;
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.cart_area input:hover,
.cart_area button:hover {
  background: #007616;
}

.cart_area .arrow_btn {
  color: #fff;
  position: relative;
  transition: 0.5s;
}

.cart_area .arrow_btn::after {
  transition: 0.3s;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cart_area .arrow_btn:hover::after {
  right: 12px;
}

@media screen and (max-width: 780px) {
  width: 100%;
}

/*2カラムカート（数量なし・粗油品DBリンクのバナー）*/
.two_clm_cart_area {
  float: right;
  width: 90%;
}

@media screen and (max-width: 780px) {
  .two_clm_cart_area {
    width: 100%;
  }
  .two_clm_cart_area .mr4 {
    margin-right: 0;
  }
}

.two_clm_cart {
  width: 50%;
  float: left;
}

@media screen and (max-width: 780px) {
  .two_clm_cart {
    float: none;
    width: 100%;
  }
}

.two_clm_cart_two {
  width: 60%;
  float: left;
  padding-right: 2%;
}

@media screen and (max-width: 780px) {
  .two_clm_cart_two {
    float: none;
    width: 100%;
  }
}

.two_clm_cart_two_btn {
  width: 40%;
  float: left;
}

@media screen and (max-width: 780px) {
  .two_clm_cart_two_btn {
    float: none;
    width: 100%;
  }
}

/*--------------------------------------------------
注意書きリンク
  -------------------------------------------------*/
.att_txt p {
  text-align: right;
  font-size: 13px !important;
  margin-top: 5%;
}

.att_txt a {
  color: #222;
}

.att_txt a:hover, .att_txt a:focus {
  color: rgba(34, 34, 34, 0.5);
  cursor: pointer;
}

.att_txt i {
  color: #f1af2c;
}

@media screen and (max-width: 780px) {
  .att_txt {
    margin-top: 15px;
  }
  .att_txt p {
    margin-bottom: 10px;
    text-align: left;
  }
}

/*--------------------------------------------------
アレルギー表示
  -------------------------------------------------*/

.allergy_txt {
  margin-top: 5%;
}

.allergy_txt p {
  text-align: left;
  font-size: 13px !important;
  margin-top: 1%
}

/*-----------
フッター リニュアル 2018/09/03( SP )
--------------*/
#footer_box_n {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #000;
}

.footer_ltxt_n {
  margin: 0;
  padding: 10px 5px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  color: #fff;
}

.footer_ltxt_n a {
  margin: 0;
  padding: 10px 5px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  color: #fff;
}

.footer_ctxt_n {
  padding: 0 5px 5px 5px;
  color: #999;
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
}

/*--------------------------------------------------
キャンペーン概要
-------------------------------------------------*/
h4 {
  text-align: center;
  font-size: 20px;
  padding: 0 0 5% 0;
}

.cattention {
  color: #FFF;
  margin: 5% auto;
  max-width: 800px;
  font-weight: normal;
}

.cattention i {
  margin-right: 5px;
}

.cattention li {
  padding-left: 10px;
  text-indent: -10px;
  margin-bottom: 2%;
  letter-spacing: 0.05em;
}

.cattention li span {
  display: inline-block;
}

.cattention .att_txt p {
  text-align: left;
}

.cattention .att_txt p a {
  color: #FFF;
}

.cattention .att_txt p span {
  display: inline-block;
}

.cattention .att_txt p :hover {
  text-decoration: none;
}

@media screen and (max-width: 780px) {
  .cattention {
    margin: 10% 5%;
  }
}

/*--------------------------------------------------
 SNSで
-------------------------------------------------*/
.sns_area {
  text-align: center;
  color: #FFF;
  margin: 5% auto;
}

.sns_area h5 img {
  max-width: 145px;
}

.sns_area p {
  font-size: 13px;
  margin-top: 10px;
}

.sns_area img {
  max-width: 60px;
}

.sns_area .sns_box_area {
  margin: 5% auto;
  width: 465px;
}

.sns_area .sns_box_area li {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  float: left;
  padding: 5% 10%;
}

.sns_area .sns_box_area li:last-child {
  border: 0;
}

@media screen and (max-width: 768px) {
  .sns_area {
    margin: 0 auto 30px;
  }
  .sns_area img {
    max-width: 50px;
  }
  .sns_area .sns_box_area {
    width: 350px;
  }
  .sns_area .sns_box_area li {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    float: left;
    padding: 5% 8%;
  }
  .sns_area .sns_box_area li:last-child {
    border: 0;
  }
}

/*--------------------------------------------------
  animation 調整
-------------------------------------------------*/
/* fist_画像*/
.animate__animated.animate__fadeIn {
  --animate-delay: 1s;
  --animate-duration: 3s;
}
