section {
  padding: 2em 0 3.25em;
  font-size: 1.25rem;
}
section .sec__inner {
  padding: 2em clamp(5%, (100% - 950px) / 2, 3em) 5em;
}
section.bg_tile {
  background: url(../img/bg_tile.png) repeat #000;
  position: relative;
  padding: 0;
  box-shadow: 0px 5px 5px 5px rgba(88, 56, 34, 0.5803921569);
}
section.bg_tile .sec__inner {
  -webkit-backdrop-filter: brightness(1.1);
          backdrop-filter: brightness(1.1);
}
@media (max-width: 910px) {
  section.bg_tile .sec__inner {
    padding-bottom: 1em;
  }
}
section h2 {
  position: relative;
  letter-spacing: 0.125em;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  margin: 3em auto;
  font-size: 2em;
  font-weight: bold;
  z-index: 2;
}
@media (max-width: 910px) {
  section h2 {
    margin: 2em auto 1em;
  }
}
section h2 img {
  position: absolute;
  top: -0.25em;
  right: -0.5em;
  width: 1.25em;
  z-index: -1;
}
section h2 .sub_ttl {
  text-transform: uppercase;
}
section h3 {
  text-align: center;
}
section h3.sec_catch {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 2em;
  text-align: justify;
}
@media (max-width: 910px) {
  section h3.sec_catch {
    font-size: 1.4em;
  }
}
section .sec_dsc {
  text-align: center;
  font-size: 1.25em;
  line-height: 3;
  padding: 1.5em 0 1em;
  margin: 0 auto 2em;
}
section .sec_dsc.about_course {
  font-size: clamp(16px, 1.5vw, 1.4em);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 3;
  color: #000000;
  text-align: center;
  background: linear-gradient(to left, transparent 10%, #ff832b, transparent 90%);
  padding: 0;
  margin: 0 9% 2em;
  border-top: 1px solid #ff832b;
  border-bottom: 1px solid #ff832b;
}
section .sec_mv {
  display: flex;
  padding: 1.5em;
}
section .sec_mv img {
  width: 100%;
  border-radius: 3em;
}
section .content.f_cc {
  -moz-column-gap: 4%;
       column-gap: 4%;
  position: relative;
}
section .content.f_cc .img {
  width: 33%;
  z-index: 0;
  background: #fff;
  aspect-ratio: 1/1;
  padding: 0;
  border-radius: 2em;
}
section .content.f_cc .img img {
  width: 100%;
  border-radius: 2em;
  aspect-ratio: 1/1;
}
section .content.f_cc .txt {
  position: relative;
  width: 66%;
  font-size: 1.2em;
  font-weight: bold;
  text-align: justify;
  text-shadow: 1px 1px 2px #fff, 1px 1px 2px #fff, 1px 1px 2px #fff, 1px 1px 2px #fff, 1px 1px 2px #fff, 1px 1px 2px #fff;
  line-height: 3;
  z-index: 1;
}
@media (max-width: 910px) {
  section .content.f_cc .txt {
    line-height: 2;
  }
}
section .content.f_cc:nth-of-type(1) {
  margin-bottom: clamp(2em, 2.0833333333vw, 30px);
}

#about .greeting {
  font-size: 1.2em;
  line-height: 2;
  font-weight: bold;
}
#about .greeting h3 {
  text-align: left;
  font-size: 1.2em;
  margin-bottom: 1em;
}
#about .between {
  display: flex;
  justify-content: space-between;
  margin-top: 4em;
  row-gap: 3em;
}
#about .between .txt {
  width: 60%;
}
#about .between .img {
  width: 33%;
}
#about .between .img img {
  width: 100%;
  border-radius: 1em;
}
@media (max-width: 910px) {
  #about .greeting {
    font-size: 1em;
  }
}

#reason ul.reasons__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 4em;
  -moz-column-gap: 4em;
       column-gap: 4em;
}
#reason ul.reasons__wrap li {
  width: calc((100% - 4em) / 2);
  padding-left: 5em;
  position: relative;
}
#reason ul.reasons__wrap li .number {
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: -0.375em;
  left: 0;
  display: block;
  font-size: 2.25em;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  background: #efbb41;
  line-height: 1;
  padding-bottom: 0.125em;
  display: flex;
  justify-content: center;
  align-items: center;
}
#reason ul.reasons__wrap li h3 {
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1em;
}
#reason ul.reasons__wrap li p {
  min-height: 7.5em;
  text-align: justify;
}
#reason ul.reasons__wrap li img {
  width: 100%;
}
@media (max-width: 910px) {
  #reason ul.reasons__wrap li {
    width: 100%;
  }
}

#difference h3 {
  font-weight: normal;
}
#difference h3 b {
  font-size: 1.1em;
}

#effect ul {
  flex-wrap: wrap;
  gap: 3em;
  max-width: 50em;
  margin: auto;
}
#effect ul li {
  position: relative;
  width: 14em;
  padding: 1em;
  border: solid 1px #640125;
  color: #640125;
  aspect-ratio: 1/1;
  box-shadow: 2px 2px 5px #999;
  cursor: pointer;
}
#effect ul li h3 {
  font-size: 1.25em;
  text-align: center;
  line-height: 2;
  margin-bottom: 0.5em;
  background: #fbe4ff;
}
#effect ul li p {
  font-size: 1em;
  text-align: justify;
  min-height: 3em;
  line-height: 1.8;
}
#effect ul li img {
  position: absolute;
  bottom: 0.5em;
  left: 0;
  width: 100%;
}
@media (max-width: 910px) {
  #effect ul li img {
    margin-top: 1em;
    position: relative;
  }
}

#enjoy h3 {
  margin-bottom: 1em;
  color: #fff !important;
  line-height: 3;
  margin-bottom: 1em;
}
#enjoy h3.hot {
  background: orange;
}
#enjoy h3.cold {
  background: #0084ff;
}
@media (max-width: 910px) {
  #enjoy h3 + p {
    text-align: justify;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}

section.cta .sec__inner {
  min-height: unset;
}

.cta__wrap {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
  row-gap: 1em;
}
.cta__wrap a {
  text-align: center;
  width: 15em;
  padding: 0.5em 0;
  line-height: 1.5;
  border-radius: 1em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta__wrap a.all {
  color: #fff;
  border: solid 1px #9d5b8d;
  background: #9d5b8d;
}
.cta__wrap a.div {
  color: #fff;
  border: solid 1px #82bc0e;
  background: #82bc0e;
}
.cta__wrap a.com {
  color: #fff;
  border: solid 1px #640125;
  background: #640125;
}

#tasty {
  font-size: 1em;
}
#tasty ul.arrangements__wrap {
  display: flex;
  flex-direction: column;
  row-gap: 3em;
}
#tasty ul.arrangements__wrap li.arrangement {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#tasty ul.arrangements__wrap li.arrangement .img {
  width: 39%;
}
#tasty ul.arrangements__wrap li.arrangement .img img {
  width: 100%;
  border-radius: 1em;
}
#tasty ul.arrangements__wrap li.arrangement .txt {
  width: 60%;
  padding: 1em;
  color: #640125;
  background: #f4d146;
  display: flex;
  flex-direction: column;
  border-radius: 1em;
}
#tasty ul.arrangements__wrap li.arrangement .txt h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 0.5em;
}
#tasty ul.arrangements__wrap li.arrangement .txt .ingredients {
  margin-bottom: 2em;
}
#tasty ul.arrangements__wrap li.arrangement .txt > div {
  display: flex;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
#tasty ul.arrangements__wrap li.arrangement .txt > div > p {
  width: 5em;
}

#medals ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  width: 100%;
}
#medals ul li {
  width: 8em;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: url(../img/effect_bg.png) no-repeat center/cover;
  font-weight: 500;
  font-size: 1.2em;
}
@media (max-width: 910px) {
  #medals ul {
    row-gap: 1em;
    -moz-column-gap: unset;
         column-gap: unset;
    justify-content: space-between;
  }
  #medals ul li {
    width: 32%;
  }
}

#product .to_clm {
  justify-content: space-between;
}
#product .product__wrap {
  width: 48%;
  border-radius: 1em;
  overflow: hidden;
  box-shadow: 2px 2px 6px #999;
  overflow: hidden;
}
#product .product__wrap .img {
  width: 100%;
}
#product .product__wrap .img img {
  width: 100%;
}
#product .product__wrap .txt {
  position: relative;
  padding: 1.5em;
}
#product .product__wrap .txt .notice {
  height: 5em;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  padding: 0 0 0 1em;
}
#product .product__wrap .txt .dsc {
  min-height: 12em;
  margin-bottom: 1.5em;
}
#product .product__wrap .txt .order {
  width: 11em;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 2em;
  transform: translate(-1em, -150%);
}
#product .product__wrap .txt .order.normal {
  background: #ffd1f4;
  color: #640125;
}
#product .product__wrap .txt .order.business {
  background: #9d5b8d;
  color: #fff;
}
#product .product__wrap .txt .cta__wrap {
  font-size: 0.8em;
}
.w33p {
  width: 33% !important;
}

.w100p {
  width: 100% !important;
}

.img img {
  width: 100%;
}

@media (max-width: 910px) {
  #introduction h2,
  #introduction h3 {
    font-size: 1.6em;
  }
  #introduction .sec_dsc {
    text-align: justify;
    padding: 0 1em;
  }
  .notice {
    padding-left: 0 !important;
  }
  .to_w100p {
    width: 100% !important;
  }
}/*# sourceMappingURL=section.css.map */