/* ==================== Layout ==================== */

.container {
  max-width: 100%;
  padding: 0;
}

p {
  margin: 0;
}

a {
  transition: 0.2s;
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:visited, a:active {
  color: inherit;
}

.btn {
  padding: 0;
  /*color: #fff;*/
}

:hover {
  transition: 0.3s;
}

h1 {
  font-size: 3.4rem;
}

@media (max-width: 991px) {
  h1 {
    font-size: 2.8rem;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 28px;
}

@media (max-width: 991px) {
  h2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 2.2rem;
  }
}

h3 {
  font-size: 24px;
}

@media (max-width: 991px) {
  h3 {
    font-size: 1.6rem;
  }
}

h4 {
  font-size: 24px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.45;
  margin: 0;
  transition: 0.2s;
  font-weight: bold;
}

.block {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .block {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 991px) {
  .block {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (max-width: 767px) {
  .block {
    /*padding-right: 0.5rem;*/
    /*padding-left: 0.5rem;*/
  }
}

ul {
  margin: 0;
}

.table {
  margin: 0;
}

@media (max-width: 767px) {
  p span.break-sp {
    display: block;
  }
}

/* ==================== button ==================== */

.btn:hover {
  opacity: 0.8;
  color: #fff;
  /*transition: 0.3s;*/
}

.button-wrap {
  text-align: center;
}

.btn-m {
  font-weight: bold;
  font-size: 24px;
  width: 400px;
  height: 90px;
  position: relative;
  display: table;
  color: #fff !important;
  margin: 0 auto;
  transition: 0.3s;
  border-radius: 10rem;
  background-color: #603600;
}

@media (max-width: 767px) {
  .btn-m {
    font-size: 16px;
    width: 210px;
    height: 50px;
  }
}

@media (max-width: 359px) {
  .btn-m {
    width: 100%;
  }
}

.btn-m span {
  display: table-cell;
  vertical-align: middle;
}

.btn-m:after, .btn-l:after {
  content: "";
  width: 14px;
  aspect-ratio: 27 / 32;
  background-image: url(../img/css/about/btn-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

@media (max-width: 767px) {
  .btn-m:after, .btn-l:after {
    right: 2rem;
    width: 8px;
  }
}

.btn-m:hover:after, .btn-l:hover::after {
  transform: translateY(-50%) translateX(5px);
  /*right: 2rem;*/
}

@media (max-width: 767px) {
  .btn-m:hover:after, .btn-l:hover::after {
    /*right: 1.5rem;*/
  }
}

.btn-l {
  font-weight: bold;
  font-size: 2.2rem;
  width: 500px;
  height: 90px;
  position: relative;
  display: table;
  color: #fff !important;
  margin: 0 auto;
  transition: 0.3s;
  line-height: 1.3;
  border-radius: 100px;
  background-color: #603600;
}

@media (max-width: 767px) {
  .btn-l {
    font-size: 16px;
    width: 290px;
    height: 60px;
  }
}

.btn-l span {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .button-large span {
    font-size: 1.7rem;
  }
}

/* ==================== section-title ==================== */

.section-title-area {
  text-align: center;
}

.section-title-area img {
  max-width: 930px;
  width: 100%;
}

@media (max-width: 767px) {
  .section-title-area img {
    /*width: 80%;*/
  }
}

@media (max-width: 575px) {
  .section-title-area img {
    width: 94%;
  }
}

/* ==================== Maim Visual ==================== */

.section-mainvisual {
  position: relative;
  z-index: 5;
}

.mainvisual img {
  width: 100%;
}

@media (max-width: 767px) {
  .mainvisual-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .mainvisual-sp {
    display: none;
  }
}

/* ==================== About ==================== */

.section-about {
  padding-top: 100px;
  position: relative;
  padding-bottom: 80px;
  background-color: #fefefe;
  z-index: 1;
}

@media (max-width: 991px) {
  .section-about {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .section-about {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.section-about:before {
  content: "";
  position: absolute;
  background-image: url(../img/css/about/lead_deco01_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -120px;
  left: -200px;
  width: 696px;
  aspect-ratio: 1392 / 2266;
  z-index: 0;
}

@media (max-width: 991px) {
  .section-about:before {
    background-image: url(../img/css/about/lead_deco01_sp.png);
    top: -80px;
    left: -160px;
    width: calc(468px * 0.8);
    aspect-ratio: 468 / 1320;
  }
}

@media (max-width: 767px) {
  .section-about:before {
    top: -55px;
    left: -100px;
    width: calc(468px * 0.5);
  }
}

@media (max-width: 575px) {
  .section-about:before {
    top: -56px;
    left: -102px;
  }
}

.section-about:after {
  content: "";
  position: absolute;
  background-image: url(../img/css/about/lead_deco02_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 160px;
  right: -200px;
  width: 346px;
  aspect-ratio: 692 / 702;
  z-index: 0;
}

@media (max-width: 1199px) {
  .section-about:after {
    top: 160px;
    right: -260px;
  }
}

@media (max-width: 991px) {
  .section-about:after {
    background-image: url(../img/css/about/lead_deco02_sp.png);
    top: 260px;
    right: -220px;
    width: calc(358px * 0.8);
    aspect-ratio: 358 / 351;
  }
}

@media (max-width: 767px) {
  .section-about:after {
    top: 100px;
    right: -160px;
    width: calc(358px * 0.6);
  }
}

@media (max-width: 575px) {
  .section-about:after {
    top: 183px;
    right: -131px;
    width: calc(358px * 0.5);
  }
}

.about {
  text-align: center;
  position: relative;
  z-index: 1;
}

.about-text {
  line-height: 1.8;
  font-size: 22px;
  text-align: center;
  margin-bottom: 6rem;
}

@media (max-width: 991px) {
  .about-text {
    margin-bottom: 5rem;
  }
}

@media (max-width: 767px) {
  .about-text {
    margin-bottom: 4rem;
    line-height: 1.3;
    font-size: 16px;
    letter-spacing: -0.03em;
  }
}

.line-break {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .line-break {
    margin-bottom: 12px;
  }
}

.about-text span {
  display: inline-block;
}

.about-text span.red {
  color: #ba1d24;
  font-weight: bold;
}

.block-heading.about {
  margin-top: 7rem;
  text-align: center;
}

.campaign-box {
  border-radius: 30px;
  background-color: #f3eee8;
  padding: 50px 100px 65px 100px;
  max-width: 846px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .campaign-box {
    border-radius: 20px;
    padding: 40px 50px 50px 50px;
    max-width: 846px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .campaign-box {
    border-radius: 10px;
    padding: 25px 10px 30px 10px;
    width: 90%;
    /*margin: 0 auto;*/
  }
}

@media (max-width: 575px) {
  .campaign-box {
    /*padding: 50px 100px 65px 100px;*/
    width: 100%;
  }
}

.coming-soon {
  width: 328px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .coming-soon {
    /*width: 328px;*/
    /*margin: 0 auto;*/
  }
}

@media (max-width: 767px) {
  .coming-soon {
    max-width: 200px;
    width: 80%;
  }
}

.campaign-heading {
  margin: 0 auto 50px auto;
}

@media (max-width: 767px) {
  .campaign-heading {
    margin-bottom: 18px;
  }
}

.campaign-heading img {
  width: 468px;
}

@media (max-width: 767px) {
  .campaign-heading img {
    width: 90%;
    max-width: 252px;
  }
}

.campaign-text {
  font-size: 28px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .campaign-text {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

.campaign-text .red {
  font-weight: bold;
  color: #ba1d24;
}

.campaign-text .yellow {
  font-weight: bold;
  color: #d59600;
}

.campaign-img {
  max-width: 578px;
  margin: 0 auto 30px auto;
}

@media (max-width: 767px) {
  .campaign-img {
    width: 100%;
    max-width: 314px;
    margin: 0 auto 30px auto;
  }
}

.campaign-info {
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .campaign-info {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .campaign-info {
    max-width: 310px;
    /*width: 100%;*/
    margin: 0 auto 25px auto;
  }
}

@media (max-width: 991px) {
  .item {
    margin-bottom: 15px;
  }
}

.item-title {
  background-color: #cf1c24;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 8px 16px;
  text-align: center;
  line-height: 1.3;
  margin-right: 15px;
}

@media (max-width: 991px) {
  .item-title {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 767px) {
  .item-title {
    font-size: 15px;
    padding: 5px 6px;
    margin-bottom: 8px;
  }
}

.item-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}

@media (max-width: 767px) {
  .item-text {
    font-size: 16px;
    line-height: 1.4;
  }
}

.item-text span {
  display: inline-block;
}

.campaign-notes {
  text-align: left;
  letter-spacing: -0.03em;
}

.campaign-notes span {
  display: inline-block;
}

.closed {
  text-align: center;
  background-color: #6b6a6a;
  width: 400px;
  margin: 0 auto 2rem auto;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 3rem;
}

@media (max-width: 767px) {
  .closed {
    width: 210px;
    font-size: 1.6rem;
    padding: 1.6rem;
  }
}

@media (max-width: 359px) {
  .closed {
    width: 220px;
  }
}

.notes {
  text-align: center;
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .notes {
    margin-top: 1rem;
  }
}

.notes span {
  display: inline-block;
}

/* ==================== Anchor ==================== */

.anchor-buttons {
  margin: 0 auto 80px auto;
}

@media (max-width: 991px) {
  .anchor-buttons {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .anchor-buttons {
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .anchor-link_area:nth-child(odd) {
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .anchor-link_area:nth-child(odd) {
    padding-right: 5px;
  }
}

@media (max-width: 1199px) {
  .anchor-link_area:nth-child(even) {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .anchor-link_area:nth-child(even) {
    padding-left: 5px;
  }
}

.anchor-link_area:nth-child(-n + 2) {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .anchor-link_area:nth-child(-n + 2) {
    margin-bottom: 10px;
  }
}

.anchor-link {
  border-radius: 100px;
  color: #fff !important;
  font-size: 24px;
  font-weight: bold;
  width: 240px;
  max-width: 240px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s;
  position: relative;
}

@media (max-width: 767px) {
  .anchor-link {
    font-size: 15px;
    max-width: 150px;
    height: 56px;
  }
}

@media (max-width: 359px) {
  .anchor-link {
    width: 140px;
  }
}

.anchor-link.red {
  background-color: #e87272;
}

.anchor-link.green {
  background-color: #a8cc6e;
}

.anchor-link.orange {
  background-color: #fcbb51;
}

.anchor-link.purple {
  background-color: #e7a7db;
}

.button_text {
  transform: translateY(-9px);
}

.anchor-link:after {
  content: "";
  width: 19px;
  aspect-ratio: 38 / 34;
  background-image: url(../img/css/sec2/anchor_arrowo.png);
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  color: #fff;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .anchor-link:after {
    width: 12px;
  }
}

.anchor-link:hover:after {
  transform: translate(-50%, 5px);
  transition: 0.3s;
}

.anchor-link:hover {
  opacity: 0.8;
}

.anchor-link-wrapping:hover {
  opacity: 0.8;
}

.anchor-link-wrapping::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  font-size: 2.5rem;
  position: absolute;
  right: 3rem;
  transition: 0.3s;
  color: #fff;
}

.lead-text {
  color: #4b2819;
  line-height: 2;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 7rem;
}

@media (max-width: 767px) {
  .lead-text {
    line-height: 1.8;
    margin-bottom: 5rem;
  }
}

.lead-text span {
  display: inline-block;
}

@media (max-width: 767px) {
  .lead-text {
    font-size: 1.4rem;
  }
}

/* ==================== section1 ==================== */

.section1 {
  padding-top: 70px;
  padding-bottom: 80px;
  background-color: #fff7e9;
}

@media (max-width: 991px) {
  .section1 {
    padding-top: 27px;
  }
}

@media (max-width: 767px) {
  .section1 {
    padding-top: 40px;
    padding-bottom: 35px;
  }
}

.section1 .section-title-area {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .section1 .section-title-area {
    margin-bottom: 30px;
  }
}

.charm-wrap {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .charm-wrap {
    margin-bottom: 40px;
  }
}

.sec1-img {
  text-align: center;
}

.sec1-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .sec1-img img {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .sec1-img img {
    width: 90%;
  }
}

@media (max-width: 575px) {
  .sec1-img img {
    width: 100%;
  }
}

.charm {
  background-color: #fff;
  position: relative;
  border-radius: 20px;
  padding: 80px 20px 25px 20px;
  width: 320px;
}

@media (max-width: 1199px) {
  .charm {
    width: 320px;
  }
}

.charm-no {
  position: absolute;
  width: 127px;
  aspect-ratio: 254 / 182;
  background-size: contain;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.charm-title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 24px;
}

.charm-text {
  line-height: 1.8;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
  transition: 0.3s;
}

.sec1-banner {
  text-align: center;
  transition: 0.3s;
}

.sec1-banner a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

/* ==================== section2 ==================== */

.section2 {
  position: relative;
  padding-top: 80px;
  background-color: #fefefe;
}

@media (max-width: 767px) {
  .section2 {
    padding-top: 45px;
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  .section2 {
    /*padding-bottom: 80px;*/
  }
}

.section2 .section-title-area {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .section2 .section-title-area {
    margin-bottom: 30px;
  }
}

.section2-text {
  text-align: center;
  font-size: 22px;
  margin-bottom: 90px;
}

@media (max-width: 991px) {
  .section2-text {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .section2-text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.section2-text span {
  display: inline-block;
}

.map-img {
  margin: 0 auto 70px auto;
  max-width: 1000px;
}

@media (max-width: 767px) {
  .map-img {
    margin: 0 auto 50px auto;
    max-width: 100%;
  }
}

/* ==================== section2-content ==================== */

.sec2-area {
  padding: 70px 0;
}

@media (max-width: 767px) {
  .sec2-area {
    padding: 35px 0 40px 0;
  }
}

.area1 {
  background-color: #fff1f1;
}

.area2 {
  background-color: #f6ffeb;
}

.area3 {
  background-color: #fff3df;
}

.area4 {
  background-color: #fff5fd;
}

.area-title {
  text-align: center;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .area-title {
    margin-bottom: 30px;
  }
}

.area-title img {
  height: 100px;
}

@media (max-width: 767px) {
  .area-title img {
    height: 50px;
  }
}

/* recipe */

.area2 .recipe-column:nth-child(odd), .area4 .recipe-column:nth-child(odd) {
  padding-right: 15px;
}

@media (max-width: 1199px) {
  .area2 .recipe-column:nth-child(odd), .area4 .recipe-column:nth-child(odd) {
    padding-right: 7px;
  }
}

@media (max-width: 991px) {
  .area1 .recipe-column:nth-child(odd), .area2 .recipe-column:nth-child(odd), .area3 .recipe-column:nth-child(odd):not(:last-child), .area4 .recipe-column:nth-child(odd) {
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .area1 .recipe-column:nth-child(odd), .area2 .recipe-column:nth-child(odd), .area3 .recipe-column:nth-child(odd):not(:last-child), .area4 .recipe-column:nth-child(odd) {
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .area1 .recipe-column:nth-child(odd), .area2 .recipe-column:nth-child(odd), .area3 .recipe-column:nth-child(odd):not(:last-child), .area4 .recipe-column:nth-child(odd) {
    padding-right: 7.5px;
  }
}

.area2 .recipe-column:nth-child(even), .area4 .recipe-column:nth-child(even) {
  padding-left: 15px;
}

@media (max-width: 1199px) {
  .area2 .recipe-column:nth-child(even), .area4 .recipe-column:nth-child(even) {
    padding-left: 7px;
  }
}

@media (max-width: 991px) {
  .area1 .recipe-column:nth-child(even), .area2 .recipe-column:nth-child(even), .area3 .recipe-column:nth-child(even):not(:last-child), .area4 .recipe-column:nth-child(even) {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .area1 .recipe-column:nth-child(even), .area2 .recipe-column:nth-child(even), .area3 .recipe-column:nth-child(even):not(:last-child), .area4 .recipe-column:nth-child(even) {
    padding-left: 10px;
  }
}

@media (max-width: 575px) {
  .area1 .recipe-column:nth-child(even), .area2 .recipe-column:nth-child(even), .area3 .recipe-column:nth-child(even):not(:last-child), .area4 .recipe-column:nth-child(even) {
    padding-left: 7.5px;
  }
}

.area1 .recipe-column:nth-child(-n + 3), .area2 .recipe-column:nth-child(-n + 2), .area3 .recipe-column:nth-child(-n + 2), .area4 .recipe-column:nth-child(-n + 2) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .area1 .recipe-column:nth-child(-n + 4), .area2 .recipe-column:nth-child(-n + 2), .area3 .recipe-column:nth-child(-n + 2), .area4 .recipe-column:nth-child(-n + 2) {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .area1 .recipe-column:nth-child(-n + 4), .area2 .recipe-column:nth-child(-n + 2), .area3 .recipe-column:nth-child(-n + 2), .area4 .recipe-column:nth-child(-n + 2) {
    margin-bottom: 20px;
  }
}

.recipe-wrap {
  width: 300px;
}

@media (max-width: 767px) {
  .recipe-wrap {
    width: 160px;
  }
}

.area-name {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .area-name {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.area-name:after {
  content: "";
  position: absolute;
  width: 120px;
  aspect-ratio: 240 / 26;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .area-name:after {
    width: 60px;
  }
}

.sec2-area.area1 .area-name:after {
  background-image: url(../img/css/sec2/area01_line.png);
}

.sec2-area.area2 .area-name:after {
  background-image: url(../img/css/sec2/area02_line.png);
}

.sec2-area.area3 .area-name:after {
  background-image: url(../img/css/sec2/area03_line.png);
}

.sec2-area.area4 .area-name:after {
  background-image: url(../img/css/sec2/area04_line.png);
}

.recipe-link {
  width: 300px;
  height: 453px;
  background-color: #fff;
  box-shadow: 0px 0px 6px -3.5px #81541a;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 991px) {
  .recipe-link {
    height: 453px;
  }
}

@media (max-width: 767px) {
  .recipe-link {
    width: 100%;
    height: 274px;
  }
}

.recipe-link:hover {
  opacity: 0.55;
  transition: 0.3s;
}

.recipe-image:hover {
  /*opacity: 0.6;*/
  /*transition: 0.3s;*/
}

.recipe-image {
  position: relative;
}

.recipe-thumbnail {
  width: 100%;
}

.recipe-artist {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 8px;
  left: 8px;
}

@media (max-width: 767px) {
  .recipe-artist {
    bottom: 4px;
    left: 4px;
  }
}

.artist-img {
  width: 60px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .artist-img {
    width: 32px;
    margin-right: 3px;
  }
}

.artist-name {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-shadow: 0px 0px 3px #211301;
}

@media (max-width: 767px) {
  .artist-name {
    font-size: 14px;
    line-height: 1.3;
  }
}

.recipe-content {
  padding: 8px 16px 10px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

@media (max-width: 767px) {
  .recipe-content {
    padding: 6px 7px 7px 7px;
    display: flex;
    flex-direction: column;
    /*height: 100%;*/
    flex: 1;
  }
}

.recipe-time {
  background-image: url(../img/css/sec2/icon_clock.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 0% 50%;
  color: #3b2a1e;
  font-size: 20px;
  margin-top: auto;
}

@media (max-width: 767px) {
  .recipe-time {
    font-size: 1.6rem;
    background-size: 13px;
    /*margin-left: 5px;*/
  }
}

.recipe-time span {
  margin-left: 3rem;
}

@media (max-width: 767px) {
  .recipe-time span {
    margin-left: 17px;
  }
}

.recipe-title {
  font-weight: bold;
  color: #3f230a;
  font-size: 22px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .recipe-title {
    font-size: 1.6rem;
    line-height: 1.1;
  }
}

.recipe-title:hover {
  /*opacity: 0.6;*/
  /*color: #5a320a;*/
}

.recipe-annotation {
  font-size: 16px;
  margin-top: auto;
}

@media (max-width: 767px) {
  .recipe-annotation {
    font-size: 14px;
  }
}

/* link */

.text-link {
  text-align: center;
  color: #000000;
  font-size: 20px;
}

.text-link.left {
  margin-left: 0;
  margin-right: auto;
  width: fit-content;
  padding-left: 20px;
  margin-top: -14px;
}

.text-link.right {
  margin-right: 180px;
  margin-left: auto;
  width: fit-content;
  margin-top: -164px;
}

@media (max-width: 1199px) {
  .text-link.right {
    margin-right: 150px;
    margin-top: -144px;
  }
}

.text-link a {
  text-decoration: underline;
}

.text-link a:hover {
  opacity: 0.6;
}

.btn-link {
  text-align: center;
}

.map-btn {
  width: 31%;
}

.spot-btn {
  width: 56%;
}

.content-dot {
  text-align: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .content-dot {
    width: 90%;
    margin: 20px auto 10px auto;
  }
}

/* ==================== section3 ==================== */

.section3 {
  padding-top: 80px;
  background-color: #fff7e9;
  padding-bottom: 160px;
}

@media (max-width: 991px) {
  .section3 {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .section3 {
    padding-top: 45px;
    padding-bottom: 80px;
  }
}

.section3 .section-title-area {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .section3 .section-title-area {
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .section3 .section-title-area {
    margin-bottom: 30px;
  }
}

.product-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 40px 60px 40px;
  margin-bottom: 80px;
}

@media (max-width: 1199px) {
  .product-box {
    padding: 50px 30px 70px 30px;
  }
}

@media (max-width: 991px) {
  .product-box {
    padding: 50px 30px 50px 30px;
  }
}

@media (max-width: 767px) {
  .product-box {
    border-radius: 10px;
    padding: 40px 15px 35px 15px;
    margin-bottom: 35px;
  }
}

.product-title {
  width: 530px;
  margin: 0 auto 30px auto;
}

@media (max-width: 767px) {
  .product-title {
    max-width: 90%;
    /*width: 278px;*/
    margin: 0 auto 20px auto;
  }
}

.product-img {
  max-width: 360px;
  margin-right: 40px;
}

@media (max-width: 1199px) {
  .product-img {
    margin-right: 30px;
  }
}

@media (max-width: 991px) {
  .product-img {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .product-img {
    width: 82%;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .product-img {
    /*max-width: 227px;*/
    width: 82%;
    margin-bottom: 30px;
  }
}

.product-text {
  font-size: 18px;
  line-height: 2;
  max-width: 490px;
}

@media (max-width: 1199px) {
  .product-text {
    max-width: 450px;
  }
}

@media (max-width: 991px) {
  .product-text {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .product-text {
    font-size: 16px;
    line-height: 1.4;
  }
}

.powder-roux {
  background-color: #f4b518;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .powder-roux {
    padding: 20px 0;
    margin-bottom: 35px;
  }
}

.powder-roux img {
  max-width: 707px;
}

@media (max-width: 991px) {
  .powder-roux img {
    max-width: 90%;
  }
}

