html {
  font-family: "Noto Sans",sans-serif;
}

/* 画面幅が768px以上のとき */
@media screen and (min-width: 768px) {
  /* PC用のスタイルを指定する */

body {
  width: 1440px;
  padding: 0 auto;
  margin: 0 auto;
}

.fv_pc_img {
  display: flex;
}

.fv_sp_img {
  display: none;
}

#menu-sp {
  display: none;
}

#nav-sp {
  display: none;
}

header {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 3;
}

#nav-pc {
  text-align: right;
  font-size: 14px;
  padding-top: 15px;
}

header #nav-pc ul li {
  display: inline-block; /*メニュー横並び*/
  margin: 0 20px;
  font-family: "Playfair Display",serif;  
  font-size: 18px;
}

header #nav-pc ul li a {
  color: #500E00;
  text-decoration: none; /*アンダーライン消す*/
}

header #nav-pc ul li:last-of-type {
  background-color: #5E2418;
  width: 140px;
  height: 40px;
  padding-left: 40px;
  box-sizing: border-box;
  line-height: 40px;
  border-radius: 10px; /*角丸*/
  text-align: center;
  color: #FFFFFF;
  position: relative;
}

header #nav-pc ul li:last-of-type a {
  color: #FFFFFF;
} 

header #nav-pc ul li:last-of-type ::before {
  content: url(images/icon_cart.svg);
  position: absolute;
  top: 5px;
  left: 30px;
}

main {
  width: 1440px;
  margin-top: -100px;
}

.main_content {
  width: 1080px;
  margin: 0 auto;
}

#mainvisual {
  height: 700px;
  position: relative;
  z-index: 1;
}

#main_message {
  position: absolute;
  top: 200px;
  left: 50px;
  color: #500E00;
  z-index: 2;
}

#main_message h1 {
  font-family: "Zen Old Mincho",Mincho;
  font-weight: 400;
  font-size: 36px;
  line-height: 72px;
  letter-spacing: 0.16em;
}

#main_message span {
  font-family: "Playfair Display",serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 72px;
  letter-spacing: 0.05em;
}

footer {
  background-color: #D7C6B6;
  margin: 0 auto;
  padding-top: 40px;
}

.footer_container {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}

#footer_content {   
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 63px;
}

#footer_content nav ul li {
  list-style-type: none; /*箇条書き黒丸消す*/
}

#footer_logo nav ul li {
  display: inline-block;
}

#footer_logo nav ul li img {
  width: 20px;
  height: 20px;
  margin: 0 10px;
}

#footer_navi nav ul li {
  font-family: "Playfair Display",serif;
  left: none;
  display: inline-block;
  padding: 0;
  margin: 0 15px;
}

#footer_navi nav ul li a {  
  text-decoration: none;
  color: #500E00;
  font-family: "Playfair Display",serif;
  font-size: 16px;
  font-weight: 400; 
}

footer p {
  text-align: center;
}

#page_top {
  background-color: #500E00;
  width: 126px;
  height: 126px;
  border-radius: 50%; /*正円50％またはwidth・heightの半数*/
  text-align: center;
  position: absolute;
  right: 0;
  top: -170px;
}
#page_top img {
  margin-top: 20px;  
}

#page_top p {
  color: #FFFFFF;
  font-family: "Playfair Display",serif;
  font-size: 16px;
  font-weight: 500;
}

.title {
  font-family: "Playfair Display",serif;
  font-size: 88px;
  font-weight: 400;
  color: #500E00;
  text-align: center;
  margin: 0;
}

.subtitle {
  font-family: "Zen Old Mincho",Mincho;
  font-weight: 600;
  font-size: 18px;
  color: #500E00;
  text-align: center;
  letter-spacing: 18%;
  margin-top: 0;
}

#about {
  background-color: #FFFFF7;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.about_right {
  width: 410px;
  height: 500px;
  right: 0;
  top: 180px;
  position: absolute;
}

.about_left {
  width: 410px;
  height: 500px;
  left: 0;
  bottom: 10px;
  position: absolute;
}

#about p {
  font-family: "Inter",sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #8D5E2E;
  line-height: 72px;
  text-align: center;
}

#products {
  background:rgba(215, 198, 182, 0.4); /*背景透明度*/
  padding-top: 80px;
  padding-bottom: 80px;
}

#products .box {
  display: flex;
  width: 1080px;
  margin: 40px, 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

#products .box .box_left {
  width: 460px;
  margin-right: 20px;
}

#products .box .box_right {
  width: 600px;
  height: 400px;
}
.goods {
  font-size: 16px;
  font-weight: 400;
  color: #8D5E2E;
  border-top: solid 1px #8D5E2E;
  border-left: solid 1px #8D5E2E;
  border-bottom: solid 1px #8D5E2E;
  border-right: solid 1px #8D5E2E;
  width: 120px;
  text-align: center;  /*四角の中でテキスト中央揃え*/
  padding: 5px 10px; /*四角の内側の余白*/
  letter-spacing: 0.3em;
}

.goods_neme {
  color: #500E00;
  font-weight: 500;
  font-size: 28px;
}

.goods_description {
  color: #500E00;
  font-weight: 300;
  font-size: 18px;
  line-height: 36px;
}

.volume {
  font-family: "Inter",sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #8D5E2E;
  margin-top: 70px;
}

#how_to_use {
  background-color: #D7C6B6;
  padding-top: 80px;
  padding-bottom: 80px;
}

.how_to_use_block {
  display: flex;
  width: 1080px;
  margin: 40px, 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.how_to_use_block .box .box_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

hr {
  height: 2px;
  background-color: #FFFFFF;
  border: none;
  margin: 0 auto;
}

.how_to_use_block .box .step_box {
  text-align: center;
  color: #FFFFFF;
  font-family: "Playfair Display",serif;
  font-weight: 700;
}

.how_to_use_block .box .step_box .step {
  font-size: 14px;
  margin-bottom: 5px;
  letter-spacing: 0.2em;
}

.how_to_use_block .box .step_box .number {
  font-size: 44px;
  margin-top: -15px;
}

.how_to_use_block .box .step_title_box {
  color: #5E2418;
  font-size: 36px;
  font-family: "Zen Old Mincho",Mincho;
  font-weight: 500;
}

.how_to_use_block .box .how_to_use_img {
  width: 300px;
  height: 300px;
  margin-top: -40px;
}

.how_to_use_block .box .step_description{
  color: #5E2418;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
}
.how_to_use_block .arrow {
  padding-top: 240px;
  width: 40px;
  height: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

#special_offer {
  background:rgba(215, 198, 182, 0.4); /*背景透明度*/
  padding-top: 80px;
  padding-bottom: 40px;
}

.special_offer_box {
  display: flex;
  justify-content: space-between;
}

.special_offer_images_box {
  padding-right: 20px;
  position: relative;
}

.special_offer_images_box img {
  width: 540px;
  height: 400px;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}

.square {
  width: 540px;
  height: 400px;
  background-color: #FFFFF7;
  position: absolute;
  top: -50px;
  left: -270px;
  z-index: 1;
}

.special_offer_images_box .off_box {
  background-color: #D30000;
  width: 184px;
  height: 184px;
  border-radius: 92px;
  text-align: center;
  color: #FFFFFF;
  font-family: "Open Sans",sans-serif;
  position: absolute;
  z-index: 3;
  top: -50px;
  left: -70px;
}

.special_offer_images_box .off_box .number {
  font-size: 80px;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  padding-top: 10px;
}

.special_offer_images_box .off_box .percent {
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}

.special_offer_images_box .off_box p {
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin-top: -30px;
}

.special_offer_text_box {
  padding-left: -20px;
  justify-content: space-between;
  
}

.special_offer_text_box .sectTit {
  color: #8D5E2E;
  font-size: 24px;
  font-weight: 400;
  padding-left: 50px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}

.sectTit:before,
.sectTit:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #8D5E2E;/*斜め線の色*/
  width: 2px;/*斜め線の太さ*/
  height: 1.5em;/*斜め線の長さ*/
  margin: 1.0em;/*テキストとの間に左右余白をつくる*/
  vertical-align: middle;
}
 
.sectTit:before {
  transform: rotate(-35deg);/*角度調整*/
}
 
.sectTit:after {
  transform: rotate(35deg);/*角度調整*/
}

.special_offer_text_box h4 {
  color: #500E00;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -8px;
  margin-top: -10px;
  margin-bottom: 0;
}

.special_offer_text_box h4 span {
  letter-spacing: 0;
}

.special_offer_text_box .products_set {
  color: #500E00;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: -10px;
  margin-bottom: 0;
  padding-left: 100px;
}

.special_offer_text_box .campaign {
  padding-top: 25px;
  color: #8D5E2E;
  font-size: 24px;
  font-weight: 400;
  justify-content: space-between;
}

.special_offer_text_box .campaign_1 {
  border-width: 1px;/*線の太さ*/
  border-style: solid;/*線の種類-実線*/
  border-color: #8D5E2E;/*線の色*/
  /*border: 1px solid #8D5E2Eでもok*/
  width: 340px;
  border-radius: 40px;
  text-align: center;
  padding: 5px 10px; /*四角の内側の余白*/
}

.special_offer_text_box .campaign_2 {
  margin-left: 30px;
  border-width: 1px;/*線の太さ*/
  border-style: solid;/*線の種類-実線*/
  border-color: #8D5E2E;/*線の色*/
  /*border: 1px solid #8D5E2Eでもok*/
  width: 136px;
  border-radius: 40px;
  text-align: center;
  padding: 5px 10px; /*四角の内側の余白*/
}

.special_offer_text_box .campaign_3 {
  margin-top: 15px;
  border-width: 1px;/*線の太さ*/
  border-style: solid;/*線の種類-実線*/
  border-color: #8D5E2E;/*線の色*/
  /*border: 1px solid #8D5E2Eでもok*/
  width: 340px;
  border-radius: 40px;
  text-align: center;
  padding: 5px 1px; /*四角の内側の余白*/
}

.special_offer_text_box .price_box {
  margin-top: -20px;
}

.special_offer_text_box .price {
  color: #8D5E2E;
  font-size: 30px;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  padding-right: 20px;
  position: relative;
}

.special_offer_text_box .price::after { /*斜めの取り消し線をつける*/
  content: '';
  transform: rotate(7deg);
  width: 95%;
  border-top: 1px solid #8D5E2E;
  position: absolute;
  top: 50%;
  right: 0;
}

.special_offer_text_box .price_box img {
  width: 21px;
  height: 42px;
  padding-right: -10px;
}

.special_offer_text_box .price_box .yen {
  color: #D30000;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  font-size: 60px;
}

.special_offer_text_box .price_box .lower_the_price {
  color: #D30000;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  font-size: 112px;
  letter-spacing: -7px;
  margin-left: -15px;
}

.special_offer_bt {
  margin-top: 20px;
  margin-left: 280px;
  width: 580px;
  height: 90px;
  background-color: #8D5E2E;
  box-shadow: 2px 2px 2px rgb(0, 0, 0, 0.4);/*ドロップシャドウ*/
  border-radius: 10px;
  display: flex;
  justify-content: center;
}

.special_offer_bt_buy {
  font-size: 24px;
  color: #FFFFFF;
  margin-left: 60px;
}

.special_offer_bt img {
  margin-top: 15px;
  margin-left: 140px;
}

}

/************************
  スマートフォン用
*************************/

  /* 画面幅が767px以下のとき */
  @media screen and (max-width: 767px) {
  /* スマートフォン用のスタイルを指定する */

  ul {
    padding: 0;
  }

  body {
    width: 100%;
    margin: 0;
    overflow-x: hidden;/*横スクロール非表示*/
  }

  .fv_pc_img {
    display: none;
  }

  .fv_sp_img {
    display: block;
  }

  /* PC用ナビゲーション非表示 */
  #nav-pc {
    display: none;
  }

  /* ハンバーガーメニュー */
  #menu-sp {
    float: right;
    padding: 0;
  }

  #nav-sp {
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    display: none;
    z-index: 100;
  }

  /* ×ボタン */
  #close {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  /* ナビゲーションメニュー用ロゴ */
  #logo-sp {
    margin: 20px 0 30px 20px;
  }

  /* ナビゲーションのリンクの装飾設定 */
  #nav-sp > a {
    display: block;
  }

  #nav-sp > ul {
    list-style-type: none;
    padding: 15px 0;
  }
  
  #nav-sp > ul li a {
    text-decoration: none;    
    display: block;
    font-size: 24px;
    border-bottom: 2px solid rgba(215, 198, 182, 0.4); /*背景透明度*/
    color: #500E00;
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  header {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 3;
  }

  header #nav-pc ul li {
    display: inline-block; /*メニュー横並び*/
    margin: 0 20px;
    font-family: "Playfair Display",serif;  
    font-size: 18px;
  }

  header #nav-pc ul li a {
    color: #500E00;
    text-decoration: none; /*アンダーライン消す*/
  }

  header #nav-pc ul li:last-of-type {
    background-color: #5E2418;
    width: 90%;
    height: 40px;
    padding-left: 40px;
    box-sizing: border-box;
    line-height: 40px;
    border-radius: 10px; /*角丸*/
    text-align: center;
    color: #FFFFFF;
    position: relative;
  }

  header #nav-pc ul li:last-of-type a {
    color: #FFFFFF;
  } 

  header #nav-pc ul li:last-of-type ::before {
    content: url(images/icon_cart.svg);
    position: absolute;
    top: 5px;
    left: 30px;
  }

  main {
    width: 100%;
    margin-top: -100px;
  }

  .main_content {
    width: 90%;
    margin: 0 auto;
  }

  #mainvisual {
    height: auto;
    position: relative;
    z-index: 1;
  }

  #mainvisual img {
    width: 100%;
    object-fit: cover;
    margin-top: -30px;
  }

  #main_message {
    position: absolute;
    top: 80px;
    left: 25px;
    color: #500E00;
    z-index: 2;
  }

  #main_message h1 {
    font-family: "Zen Old Mincho",Mincho;
    font-weight: 400;
    font-size: 22px;
    line-height: 44px;
    letter-spacing: -0.04em;
  }

  #main_message span {
    font-family: "Playfair Display",serif;
    font-weight: 500;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0.04em;
  }

  footer {
    background-color: #D7C6B6;
    margin: 0 auto;
    padding-top: 20px;
  }

  .footer_container {
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 20px;
  }

  #footer_content {   
    display: block;
    flex-wrap: wrap;
    margin-top: 60px;
    text-align: center;
  }

  #footer_content #footer_logo h1 {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  #footer_content #footer_logo h1 img {
    width: 130px;
    height: 50px;
  }

  #footer_content nav ul li {
    list-style-type: none; /*箇条書き黒丸消す*/
  }

  #footer_logo {
    width: 100%;
    height: auto;
  }

  #footer_logo nav ul li {
    display: inline-block;
  }

  #footer_logo nav ul li img {
    width: 20px;
    height: 20px;
    margin: 0 10px;
  }

  #footer_navi nav ul li {
    font-family: "Playfair Display",serif;
    font-size: 14px;
    display: block;
    padding: 0;
    margin: 0;
  }

  #footer_navi nav ul li a {  
    text-decoration: none;
    margin: 0 0 20px 0;
    display: block;
    background-repeat: no-repeat;
    background-position: right top;
    color: #500E00;
    font-family: "Playfair Display",serif;
    font-size: 16px;
    font-weight: 400; 
  }

  footer p {
    text-align: center;
    color: #8D5E2E;
    margin: 0;
  }

  #page_top {
    background-color: #500E00;
    width: 73px;
    height: 73px;
    border-radius: 50%; /*正円50％またはwidth・heightの半数*/
    text-align: center;
    position: absolute;
    right: 0;
    top: -120px;
  }
  #page_top img {
    margin-top: 20px;
    width: 30px;
    height: 14px; 
  }

  #page_top p {
    color: #FFFFFF;
    font-family: "Playfair Display",serif;
    font-size: 14px;
    font-weight: 500;
  }

  .title {
    font-family: "Playfair Display",serif;
    font-size: 48px;
    font-weight: 400;
    color: #500E00;
    text-align: center;
    margin: 0;
  }

  .subtitle {
    font-family: "Zen Old Mincho",Mincho;
    font-weight: 600;
    font-size: 14px;
    color: #500E00;
    text-align: center;
    letter-spacing: 18%;
    margin-top: 0;
  }

  #about {
    background-color: #FFFFF7;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }

  #about .main_content {
    top: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
  }

  #about .main_content .title {
    width: 100%;
  }

  #about .main_content .subtitle {
    width: 100%;
  }

  .about_right {
    width: 100%;
    height: auto;
    position: relative;
    order: 3;
  }

  .about_right img {
    width: 100%;
    object-fit: cover;
  }

  .about_left {
    width: 100%;
    height: auto;
    position: relative;
    order: 1;
  }

  .about_left img {
    width: 100%;
    object-fit: cover;
  }

  #about p {
    font-family: "Inter",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #8D5E2E;
    line-height: 36px;
    order: 2;
  }

  #products {
    background:rgba(215, 198, 182, 0.4); /*背景透明度*/
    padding-top: 30px;
  }

  #products .main_content img {
    width: 100%;
    object-fit: cover;
  }

  #products .box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 40px;
  }

  #products .box .box_left {
    width: 100%;
    margin-right: 0;
  }

  #products .box .box_right {
    width: 100%;
    height: auto;
  }

  .goods {
    font-size: 16px;
    font-weight: 400;
    color: #8D5E2E;
    border-top: solid 1px #8D5E2E;
    border-left: solid 1px #8D5E2E;
    border-bottom: solid 1px #8D5E2E;
    border-right: solid 1px #8D5E2E;
    width: 100px;
    text-align: center;  /*四角の中でテキスト中央揃え*/
    padding: 5px 10px; /*四角の内側の余白*/
    letter-spacing: 0.3em;
  }

  .goods_neme {
    color: #500E00;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
  }

  .goods_description {
    color: #500E00;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
  }

  .volume {
    font-family: "Inter",sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #8D5E2E;
  }

  #how_to_use {
    background-color: #D7C6B6;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .how_to_use_block {
    display: block;
    width: 100%;
    margin: 20px, 0;
    padding-bottom: 30px;
  }

  .how_to_use_block .box{
    width: 100%;
  }

  .how_to_use_block .box .box_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  hr {
    height: 2px;
    background-color: #FFFFFF;
    border: none;
    margin: 0 auto;
  }

  .how_to_use_block .box .step_box {
    text-align: center;
    color: #FFFFFF;
    font-family: "Playfair Display",serif;
    margin: 0;
    padding: 0;  
  }

  .how_to_use_block .box .step_box .step {
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 0.2em;
  }

  .how_to_use_block .box .step_box .number {
    font-size: 40px;
    margin-top: -15px;
    margin-bottom: 0;
  }

  .how_to_use_block .box .step_title_box {
    color: #5E2418;
    font-size: 34px;
    font-family: "Zen Old Mincho",Mincho;
    font-weight: 400;
    margin: 0;
    padding: 0;
  }

  .how_to_use_block .box .how_to_use_img {
    width: 100%;
    height: auto;
    margin-top: -20px;
    padding: 0;
  }

  .how_to_use_block .box .how_to_use_img img {
    width: 100%;
    object-fit: cover;
  }

  .how_to_use_block .box .step_description{
    color: #5E2418;
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding-bottom: 20px;
  }

  .how_to_use_block .arrow {
    padding-top: 0;
    width: 40px;
    height: 80px;
    padding-left: 0;
    padding-right: 0;
    transform:rotate(90deg);/* 中心を基準点に時計回りに回転する */
    margin: 0 auto;
  }

  #special_offer {
    background:rgba(215, 198, 182, 0.4); /*背景透明度*/
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .special_offer_box {
    display: block;
    justify-content: space-between;
  }

  .special_offer_images_box {
    margin: 0;
    position: relative;
  }

  .special_offer_images_box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 30px;
    position: relative;
    z-index: 2;
  }

  .square {
    display: none;
    width: 100%;
    height: 200px;
    background-color: #FFFFF7;
    position: absolute;
    top: 10px;
    left: -270px;
    z-index: 1;
  }

  .special_offer_images_box .off_box {
    background-color: #D30000;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    text-align: center;
    color: #FFFFFF;
    font-family: "Open Sans",sans-serif;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
  }

  .special_offer_images_box .off_box .number {
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    padding-top: 10px;
  }

  .special_offer_images_box .off_box .percent {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
  }

  .special_offer_images_box .off_box p {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-top: -10px;
  }

  .special_offer_text_box {
    width: 100%;
  }

  .special_offer_text_box .sectTit {
    color: #8D5E2E;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    font-weight: bold;
  }

  .sectTit:before,
  .sectTit:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #8D5E2E;/*斜め線の色*/
    width: 2px;/*斜め線の太さ*/
    height: 1.5em;/*斜め線の長さ*/
    margin: 1.0em;/*テキストとの間に左右余白をつくる*/
    vertical-align: middle;
  }
 
  .sectTit:before {
    transform: rotate(-35deg);/*角度調整*/
  }
 
  .sectTit:after {
    transform: rotate(35deg);/*角度調整*/
  }

  .special_offer_text_box h4 {
    color: #500E00;
    font-size: 30px;
    letter-spacing: -3px;
    margin-top: -10px;
    margin-bottom: 0;
    text-align: center;
  }

  .special_offer_text_box h4 span {
    letter-spacing: 0;
  }

  .special_offer_text_box .products_set {
    color: #500E00;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-top: -5px;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
  }

  .special_offer_text_box .campaign {
    padding-top: 15px;
    color: #8D5E2E;
    font-size: 14px;
    font-weight: 400;
    justify-content: space-between;
  }

  .special_offer_text_box .campaign_1 {
    border-width: 1px;/*線の太さ*/
    border-style: solid;/*線の種類-実線*/
    border-color: #8D5E2E;/*線の色*/
    /*border: 1px solid #8D5E2Eでもok*/
    width: 340px;
    border-radius: 40px;
    text-align: center;
    padding: 5px 10px; /*四角の内側の余白*/
  }

  .special_offer_text_box .campaign_2 {
    margin-left: 5px;
    border-width: 1px;/*線の太さ*/
    border-style: solid;/*線の種類-実線*/
    border-color: #8D5E2E;/*線の色*/
    /*border: 1px solid #8D5E2Eでもok*/
    width: 136px;
    border-radius: 40px;
    text-align: center;
    padding: 5px 10px; /*四角の内側の余白*/
  }

  .special_offer_text_box .campaign_3 {
    margin-top: 15px;
    border-width: 1px;/*線の太さ*/
    border-style: solid;/*線の種類-実線*/
    border-color: #8D5E2E;/*線の色*/
    /*border: 1px solid #8D5E2Eでもok*/
    width: 200px;
    border-radius: 40px;
    padding: 5px 10px; /*四角の内側の余白*/
  }

  .special_offer_text_box .price_box {
    margin-top: -20px;
  }

  .special_offer_text_box .price {
    color: #8D5E2E;
    font-size: 20px;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    padding-right: 0;
    position: relative;
  }

  .special_offer_text_box .price::after { /*斜めの取り消し線をつける*/
    content: '';
    transform: rotate(7deg);
    width: 60%;
    border-top: 1px solid #8D5E2E;
    position: absolute;
    top: 50%;
    right: 0;
  }

  .special_offer_text_box .price_box img {
    width: 20px;
    height: 30px;
    padding-right: -5px;
  }

  .special_offer_text_box .price_box .yen {
    color: #D30000;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 40px;
  }

  .special_offer_text_box .price_box .lower_the_price {
    color: #D30000;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 50px;
    letter-spacing: -7px;
    margin-left: -10px;
  }

  .special_offer_bt {
    margin-top: 20px;
    width: 100%;
    object-fit: cover;
    height: 60px;
    background-color: #8D5E2E;
    box-shadow: 2px 2px 2px rgb(0, 0, 0, 0.4);/*ドロップシャドウ*/
    border-radius: 10px;
    display: flex;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
  }

  .special_offer_bt_buy {
    font-size: 15px;
    color: #FFFFFF;
    margin-left: 5%;
  }

  .special_offer_bt img {
    width: 15px;
    margin-right: 1rem;
    margin-top: 0;
    margin-left: 0;
    display: block;
  }

  }