:root {
  --c-1: #c35229;
  --bg: #f6f6f6;
  --red: #c35229;
  --boder: #f6ff94;
  --boder-2: #ffe075;
}

#drsnaturalrecipe .mv {
  background: url(/goods/drsnaturalrecipe/61110206/mv.jpg) no-repeat scroll center bottom/100% auto;
  text-align: center;
  padding: 50px 0 10px 0;
}
#drsnaturalrecipe .mv .title {
  font-size: 6em;
  position: relative;
  line-height: 1.1;
}
#drsnaturalrecipe .mv .title .orange {
  position: relative;
  font-size: 30px;
}
#drsnaturalrecipe .mv .title .orange:before, #drsnaturalrecipe .mv .title .orange:after {
  content: "";
  background: var(--c-1);
  position: absolute;
  top: -5px;
  width: 1px;
  height: 40px;
}
#drsnaturalrecipe .mv .title .orange:before {
  left: -15px;
  transform: rotate(-20deg);
}
#drsnaturalrecipe .mv .title .orange:after {
  right: -15px;
  transform: rotate(20deg);
}
#drsnaturalrecipe .mv .title img {
  position: absolute;
  width: 140px;
  right: -30px;
  top: 0;
}
#drsnaturalrecipe .mv .check p {
  display: flex;
  justify-content: center;
  grid-gap: 60px;
  margin: 20px 0;
  font-size: 1.2em;
}
#drsnaturalrecipe .mv .check span {
  position: relative;
}
#drsnaturalrecipe .mv .check span:before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(/goods/drsnaturalrecipe/61110206/icon_check.png) no-repeat scroll center center/cover;
  display: inline-block;
  vertical-align: -6px;
}
#drsnaturalrecipe .mv ul {
  display: flex;
  justify-content: center;
  margin: 60px 0 450px 0;
  font-size: 1.3em;
}
#drsnaturalrecipe .mv ul li {
  position: relative;
  line-height: 1.2;
  width: 220px;
  margin: 0 -10px;
}
#drsnaturalrecipe .mv ul li .box {
  position: relative;
  z-index: 2;
}
#drsnaturalrecipe .mv ul li:before {
  content: "";
  width: 210px;
  height: 210px;
  background: linear-gradient(rgba(255, 247, 205, 0.2), rgba(226, 174, 13, 0.5));
  position: absolute;
  border-radius: 50%;
  animation: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#drsnaturalrecipe .mv ul li .orange {
  display: block;
  font-size: 1.5em;
  letter-spacing: 0px;
  line-height: 1.1;
  margin: 3px 0 0 0;
}
#drsnaturalrecipe .mv .kome_bottom {
  font-size: 0.7em;
  text-align: left;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .mv {
    margin: 0 0 50px 0;
    padding: 10px 0;
  }
  #drsnaturalrecipe .mv .title {
    font-size: 2.2em;
    line-height: 1.4;
  }
  #drsnaturalrecipe .mv .title .orange {
    font-size: 20px;
  }
  #drsnaturalrecipe .mv .title img {
    width: 70px;
    right: -10px;
    top: -20px;
  }
  #drsnaturalrecipe .mv .check p {
    margin: 0;
    font-size: 0.8em;
    grid-gap: 10px;
  }
  #drsnaturalrecipe .mv .check p span {
    display: block;
    text-align: left;
    letter-spacing: 0;
  }
  #drsnaturalrecipe .mv .check p span:before {
    width: 12px;
    height: 12px;
    vertical-align: -2px;
  }
  #drsnaturalrecipe .mv ul {
    margin: 30px 0 150px 0;
    font-size: 0.8em;
  }
  #drsnaturalrecipe .mv ul li {
    width: 120px;
    margin: 0;
  }
  #drsnaturalrecipe .mv ul li:before {
    width: 120px;
    height: 120px;
  }
  #drsnaturalrecipe .mv .kome_bottom {
    margin-bottom: -80px;
  }
}
#drsnaturalrecipe .item .fl {
  grid-gap: 50px;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
#drsnaturalrecipe .item .img {
  width: 180px;
}
#drsnaturalrecipe .item .p-1 {
  font-size: 1.2em;
}
#drsnaturalrecipe .item .p-2 {
  font-size: 2.5em;
  margin: 10px 0;
}
#drsnaturalrecipe .item .p-3 {
  font-size: 1.7em;
}
#drsnaturalrecipe .item .img_bottom {
  display: flex;
  height: 30vw;
  max-height: 400px;
  overflow: hidden;
}
#drsnaturalrecipe .item .img_bottom img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .item .fl {
    padding: 40px 0 20px 0;
    text-align: center;
  }
  #drsnaturalrecipe .item .fl .img {
    width: 130px;
    margin: 0 auto 20px;
  }
  #drsnaturalrecipe .item .fl .p-2 {
    font-size: 2em;
    margin: 5px 0 15px 0;
    line-height: 1.2;
  }
  #drsnaturalrecipe .item .fl .p-3 {
    font-size: 1.3em;
  }
}
#drsnaturalrecipe .worries {
  text-align: center;
}
#drsnaturalrecipe .worries .main_title {
  text-align: center;
  margin: 50px 0 30px 0;
  font-size: 2.5em;
}
#drsnaturalrecipe .worries .main_title .red {
  position: relative;
  font-size: 0.8em;
}
#drsnaturalrecipe .worries .main_title .red:before {
  content: "";
  background: var(--red);
  width: 50%;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#drsnaturalrecipe .worries ul {
  display: inline-block;
  font-size: 1.3em;
  margin: 0 0 50px 0;
}
#drsnaturalrecipe .worries li {
  text-align: left;
  border-bottom: 1px dashed #ddd;
  padding: 15px 10px;
}
#drsnaturalrecipe .worries li:before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(/goods/drsnaturalrecipe/61110206/icon_check.png) no-repeat scroll center center/cover;
  display: inline-block;
  vertical-align: -6px;
  margin: 0 5px 0 0;
}
#drsnaturalrecipe .worries .text_bottom {
  color: var(--red);
  border: 1px solid var(--red);
  border-radius: 100px;
  padding: 15px 60px;
  font-size: 1.4em;
  display: inline-block;
  margin: 0 50px 50px 50px;
}
#drsnaturalrecipe .worries .text_box {
  background: url(/goods/drsnaturalrecipe/61110206/img_0103.jpg) no-repeat scroll center center/cover;
  padding: 100px 0;
  position: relative;
}
#drsnaturalrecipe .worries .text_box:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 80px 50vw 0 50vw;
  border-color: #ffffff transparent transparent transparent;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#drsnaturalrecipe .worries .text_box .text {
  text-align: left;
}
#drsnaturalrecipe .worries .text_box .text .t-1 {
  font-size: 2em;
  margin: 0 0 10px 0;
}
#drsnaturalrecipe .worries .text_box .text .t-1 .red {
  font-size: 0.7em;
}
#drsnaturalrecipe .worries .text_box .text .t-2 {
  line-height: 1.7;
  font-size: 2em;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .worries .main_title {
    font-size: 1.6em;
    margin: 20px 0;
  }
  #drsnaturalrecipe .worries ul {
    margin: 0 0 30px 0;
  }
  #drsnaturalrecipe .worries .text_bottom {
    margin: 0;
    padding: 10px 15px;
    line-height: 1.2;
    font-size: 1.2em;
  }
  #drsnaturalrecipe .worries .text_box {
    margin: 20px 0;
    padding: 50px 0 30px 0;
  }
  #drsnaturalrecipe .worries .text_box:before {
    border-width: 40px 50vw 0 50vw;
    border-color: #ffffff transparent transparent transparent;
  }
  #drsnaturalrecipe .worries .text_box .text .t-1 {
    font-size: 1.5em;
    margin: 0 0 10px 0;
  }
  #drsnaturalrecipe .worries .text_box .text .t-2 {
    line-height: 1.7;
    font-size: 1.2em;
  }
}
#drsnaturalrecipe .point .main_title {
  background: url(/goods/drsnaturalrecipe/61110206/img_point_bg.jpg) no-repeat scroll center center/cover;
  position: relative;
}
#drsnaturalrecipe .point .main_title:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 120px 100vw 0;
  border-color: transparent #fff transparent;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#drsnaturalrecipe .point .main_title .fl {
  grid-gap: 50px;
  justify-content: center;
  padding: 50px 0;
  align-items: center;
}
#drsnaturalrecipe .point .main_title .img {
  width: 180px;
}
#drsnaturalrecipe .point .main_title .text {
  text-align: center;
  font-size: 1.2em;
}
#drsnaturalrecipe .point .main_title .text .p-2 {
  font-size: 2.3em;
}
#drsnaturalrecipe .point .main_title .text .p-3 {
  font-size: 3.4em;
  line-height: 0.7;
  font-style: italic;
}
#drsnaturalrecipe .point .main_title .text .p-3 .big {
  font-size: 2em;
  margin: 0 0 0 10px;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .point .main_title:before {
    border-width: 80px 100vw 0;
    border-color: transparent #fff transparent;
  }
  #drsnaturalrecipe .point .main_title .fl {
    padding: 20px 0 50px 0;
  }
  #drsnaturalrecipe .point .main_title .img {
    width: 130px;
    margin: 0 auto 20px;
  }
  #drsnaturalrecipe .point .main_title .text .p-2 {
    font-size: 1.7em;
  }
  #drsnaturalrecipe .point .main_title .text .p-3 {
    font-size: 2em;
  }
  #drsnaturalrecipe .point .main_title .text .p-3 .big {
    font-size: 1.8em;
    margin: 0;
  }
}
#drsnaturalrecipe .point .title_set {
  display: flex;
  justify-content: center;
  grid-gap: 30px;
}
#drsnaturalrecipe .point .title_set .number {
  background: #111;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-style: italic;
  line-height: 1;
  padding: 18px 0 0 0;
}
#drsnaturalrecipe .point .title_set .number span {
  display: block;
  font-size: 3em;
}
#drsnaturalrecipe .point .title_set p {
  line-height: 1.3;
}
#drsnaturalrecipe .point .title_set .t-1 {
  font-size: 1.6em;
}
#drsnaturalrecipe .point .title_set .red {
  font-size: 4em;
}
#drsnaturalrecipe .point .title_set .red .big {
  font-size: 1.3em;
  line-height: 0.6;
}
#drsnaturalrecipe .point .title_set .red .mini {
  font-size: 0.7em;
}
#drsnaturalrecipe .point .title_set_bottom {
  text-align: center;
  font-size: 0.7em;
  margin: 5px 0 0 0;
}
#drsnaturalrecipe .point .g_img {
  border: 1px solid #ccc;
  width: 80%;
  padding: 50px 60px;
  margin: 20px auto;
}
#drsnaturalrecipe .point .title_boder {
  text-align: center;
  margin: 30px 0;
  font-size: 1.8em;
  line-height: 1.7;
}
#drsnaturalrecipe .point .title_boder .boder-2 {
  font-size: 1.3em;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .point .title_set {
    display: block;
  }
  #drsnaturalrecipe .point .title_set .number {
    margin: 0 auto 20px;
  }
  #drsnaturalrecipe .point .title_set .box {
    text-align: center;
  }
  #drsnaturalrecipe .point .title_set .box .t-1 {
    font-size: 1.3em;
  }
  #drsnaturalrecipe .point .title_set .box .red {
    font-size: 2.3em;
  }
  #drsnaturalrecipe .point .title_boder {
    margin: 10px 0;
    font-size: 1.2em;
  }
  #drsnaturalrecipe .point .title_boder .boder-2 {
    font-size: 1em;
  }
}
#drsnaturalrecipe .point .point-1 {
  margin: 80px 0;
}
#drsnaturalrecipe .point .point-1 .free .img {
  width: 60%;
  margin: 50px auto;
}
#drsnaturalrecipe .point .point-1 .free .text-1 {
  width: 80%;
  margin: 20px auto;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .point .point-1 {
    margin: 30px 0;
  }
  #drsnaturalrecipe .point .point-1 .free .img {
    width: 100%;
    margin: 20px 0;
  }
  #drsnaturalrecipe .point .point-1 .free .text-1 {
    width: 100%;
    margin: 20px 0;
  }
  #drsnaturalrecipe .point .point-1 .g_img {
    width: 100%;
    padding: 10px 10px;
    margin: 10px 0;
  }
}
#drsnaturalrecipe .point .point-2 {
  padding: 80px 0;
}
#drsnaturalrecipe .point .point-2 .g_img {
  border: 1px solid #ccc;
  width: 80%;
  padding: 50px 60px;
  margin: 20px auto;
  background: #fff;
}
#drsnaturalrecipe .point .point-2 .tanpaku .box {
  width: 80%;
  margin: 20px auto;
}
#drsnaturalrecipe .point .point-2 .tanpaku .box .mini {
  text-align: center;
  margin: 20px 0 0 0;
}
#drsnaturalrecipe .point .point-2 .tanpaku .sozai {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin: 30px auto;
  width: 800px;
}
#drsnaturalrecipe .point .point-2 .tanpaku .sozai li {
  border: 1px solid #111;
  border-radius: 10px;
}
#drsnaturalrecipe .point .point-2 .tanpaku .sozai .name {
  border-radius: 8px 8px 0 0;
  background: #111;
  color: #fff;
  display: flex;
  padding: 15px 20px;
  font-size: 1.5em;
  align-items: center;
}
#drsnaturalrecipe .point .point-2 .tanpaku .sozai .name .g {
  margin: 0 0 0 auto;
  font-size: 0.9em;
}
#drsnaturalrecipe .point .point-2 .tanpaku .sozai .name .g .g-1 {
  font-size: 0.6em;
  margin: 0 10px 0 0;
  vertical-align: 1px;
}
#drsnaturalrecipe .point .point-2 .tanpaku .sozai p {
  padding: 15px 20px;
}
#drsnaturalrecipe .point .point-2 .tanpaku .sozai .data {
  padding: 0 15px 10px 15px;
  position: relative;
  height: 200px;
}
#drsnaturalrecipe .point .point-2 .tanpaku .sozai .data .d {
  text-align: center;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
#drsnaturalrecipe .point .point-2 .tanpaku .sozai .data .d-1 {
  font-size: 1.4em;
  line-height: 0.5;
}
#drsnaturalrecipe .point .point-2 .tanpaku .sozai .data .d-1 span {
  font-size: 0.7em;
}
#drsnaturalrecipe .point .point-2 .tanpaku .sozai .data .d-2 {
  font-size: 1.2em;
}
#drsnaturalrecipe .point .point-2 .tanpaku .sozai .data .d-2 span {
  font-size: 3em;
  line-height: 1;
}
#drsnaturalrecipe .point .point-2 .tanpaku .sozai .sozai-1 {
  background: url(/goods/drsnaturalrecipe/61110206/nutrition_01.png) no-repeat scroll left bottom/auto 230px;
}
#drsnaturalrecipe .point .point-2 .tanpaku .sozai .sozai-2 {
  background: url(/goods/drsnaturalrecipe/61110206/nutrition_02.png) no-repeat scroll left bottom/auto 170px;
}
#drsnaturalrecipe .point .point-2 .tanpaku .sozai .sozai-3 {
  background: url(/goods/drsnaturalrecipe/61110206/nutrition_03.png) no-repeat scroll left bottom/auto 200px;
}
#drsnaturalrecipe .point .point-2 .tanpaku .sozai .sozai-4 {
  background: url(/goods/drsnaturalrecipe/61110206/nutrition_04.png) no-repeat scroll left bottom/auto 200px;
}
#drsnaturalrecipe .point .point-2 .tanpaku .g_img .text li {
  font-size: 1.2em;
  line-height: 1.2;
  padding: 0 0 0 30px;
  position: relative;
  margin: 0 0 20px 0;
}
#drsnaturalrecipe .point .point-2 .tanpaku .g_img .text li:before {
  content: "";
  background: #c8d8e5;
  width: 27px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 0;
}
#drsnaturalrecipe .point .point-2 .tanpaku .g_img .text li .minikome {
  font-size: 0.5em;
  vertical-align: 1em;
}
#drsnaturalrecipe .point .point-2 .tanpaku .g_img .text li:nth-child(2):before {
  background: #c4532b;
}
#drsnaturalrecipe .point .point-2 .balloon_box img {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%) rotate(-10deg);
  width: 100px;
}
#drsnaturalrecipe .point .point-2 .balloon_box .minikome {
  font-size: 15px;
  vertical-align: 1.4em;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .point .point-2 {
    padding: 30px 0;
  }
  #drsnaturalrecipe .point .point-2 .tanpaku .name {
    padding: 10px 15px;
  }
  #drsnaturalrecipe .point .point-2 .tanpaku .box {
    width: 100%;
    margin: 20px 0 30px;
  }
  #drsnaturalrecipe .point .point-2 .tanpaku .sozai {
    display: block;
    margin: 20px 0;
    width: 100%;
  }
  #drsnaturalrecipe .point .point-2 .tanpaku .sozai li {
    font-size: 1em;
    margin: 20px 0 0 0;
  }
  #drsnaturalrecipe .point .point-2 .tanpaku .sozai .data {
    height: 120px;
  }
  #drsnaturalrecipe .point .point-2 .tanpaku .sozai .sozai-1 {
    background: url(/goods/drsnaturalrecipe/61110206/nutrition_01.png) no-repeat scroll left bottom/auto 130px;
  }
  #drsnaturalrecipe .point .point-2 .tanpaku .sozai .sozai-2 {
    background: url(/goods/drsnaturalrecipe/61110206/nutrition_02.png) no-repeat scroll left bottom/auto 120px;
  }
  #drsnaturalrecipe .point .point-2 .tanpaku .sozai .sozai-3 {
    background: url(/goods/drsnaturalrecipe/61110206/nutrition_03.png) no-repeat scroll left bottom/auto 130px;
  }
  #drsnaturalrecipe .point .point-2 .tanpaku .sozai .sozai-4 {
    background: url(/goods/drsnaturalrecipe/61110206/nutrition_04.png) no-repeat scroll left bottom/auto 130px;
  }
  #drsnaturalrecipe .point .point-2 .g_img {
    width: 100%;
    padding: 20px 20px;
    margin: 10px 0;
  }
  #drsnaturalrecipe .point .point-2 .g_img .text li {
    font-size: 1em;
  }
  #drsnaturalrecipe .point .point-2 .g_img .text li:before {
    width: 20px;
    height: 20px;
  }
  #drsnaturalrecipe .point .point-2 .balloon_box img {
    width: 50px;
  }
  #drsnaturalrecipe .point .point-2 .balloon_box .minikome {
    font-size: 9px;
    vertical-align: 1em;
  }
}
#drsnaturalrecipe .point .point-3 {
  padding: 80px 0 0 0;
}
#drsnaturalrecipe .point .point-3 .img {
  width: 70%;
  margin: 50px auto;
}
#drsnaturalrecipe .point .point-3 .text_01 {
  margin: 50px 0;
}
#drsnaturalrecipe .point .point-3 .img_text {
  background: url(/goods/drsnaturalrecipe/61110206/point_0303.jpg) no-repeat scroll center center/cover;
  margin: 30px 0 0 0;
  padding: 100px 60px;
}
#drsnaturalrecipe .point .point-3 .img_text p {
  font-size: 1.8em;
}
#drsnaturalrecipe .point .point-3 .img_text p .big {
  font-size: 1.3em;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .point .point-3 {
    padding: 30px 0 0 0;
  }
  #drsnaturalrecipe .point .point-3 .text_01 {
    margin: 20px 0;
  }
  #drsnaturalrecipe .point .point-3 .img {
    width: 100%;
    margin: 20px 0;
  }
  #drsnaturalrecipe .point .point-3 .g_img {
    width: 100%;
    padding: 20px 20px;
    margin: 10px 0;
  }
  #drsnaturalrecipe .point .point-3 .img_text {
    margin: 20px 0 0 0;
    padding: 40px 20px;
  }
  #drsnaturalrecipe .point .point-3 .img_text p {
    font-size: 1em;
    line-height: 1.8;
  }
}
#drsnaturalrecipe .point .text_bottom {
  background: url(/goods/drsnaturalrecipe/61110206/mv.jpg) no-repeat scroll center bottom/cover;
  text-align: center;
  margin: 100px 0 0 0;
  padding: 50px 0 400px 0;
  font-size: 1.7em;
  line-height: 1.6;
  position: relative;
}
#drsnaturalrecipe .point .text_bottom .red {
  font-size: 1.3em;
}
#drsnaturalrecipe .point .text_bottom p {
  position: relative;
  z-index: 2;
}
#drsnaturalrecipe .point .text_bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  z-index: 1;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .point .text_bottom {
    margin: 20px 0 0 0;
    padding: 20px 0 200px 0;
    font-size: 1.3em;
  }
}
#drsnaturalrecipe .orange {
  color: var(--c-1);
}
#drsnaturalrecipe .red {
  color: var(--red);
}
#drsnaturalrecipe .boder-1 {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, var(--boder-2) 0%);
}
#drsnaturalrecipe .boder-2 {
  background: #111;
  color: #fff;
  padding: 5px;
}
#drsnaturalrecipe .balloon {
  position: relative;
  display: inline-block;
  width: 800px;
  margin: 40px 0;
  background: #FFF;
  border: solid 2px #111;
  font-size: 2.5em;
  line-height: 1.2;
}
#drsnaturalrecipe .balloon .mini {
  font-size: 0.6em;
}
#drsnaturalrecipe .balloon .balloon_box {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 10px 0 20px 0;
}
#drsnaturalrecipe .balloon:before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  border: 20px solid transparent;
  border-top: 35px solid #fff;
  z-index: 2;
  transform: translateX(-50%);
}
#drsnaturalrecipe .balloon:after {
  content: "";
  position: absolute;
  bottom: -54px;
  left: 50%;
  border: 20px solid transparent;
  border-top: 35px solid #111;
  z-index: 1;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  #drsnaturalrecipe .balloon {
    width: 100%;
    margin: 10px 0 20px 0;
    font-size: 1.3em;
  }
  #drsnaturalrecipe .balloon .mini {
    font-size: 0.8em;
  }
  #drsnaturalrecipe .balloon .balloon_box {
    padding: 10px 0 15px 0;
  }
  #drsnaturalrecipe .balloon:before {
    border: 15px solid transparent;
    border-top: 20px solid #fff;
    bottom: -35px;
  }
  #drsnaturalrecipe .balloon:after {
    bottom: -41px;
    border: 18px solid transparent;
    border-top: 23px solid #111;
  }
}/*# sourceMappingURL=original.css.map */