@charset "UTF-8";
/*reset*/
abbr, address, article, aside, audio, blockquote, body, canvas, cite, code, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, iframe, legend, li, menu, nav, object, ol, p, pre, section, summary, table, tbody, td, tfoot, th, thead, tr, ul, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  line-height: 2;
  font-size: 100%;
  font-style: normal;
  text-align: justify;
  color: #2B2B2B;
  font-weight: 400;
  letter-spacing: normal;
}

b, caption, del, dfn, em, i, ins, kbd, label, mark, q, samp, small, span, strong, sub, sup, time, var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  line-height: 1;
  font-weight: 400;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, picture, section, source {
  display: block;
  box-sizing: border-box;
}

li, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

ins, mark {
  background-color: #000;
  color: #2B2B2B;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: auto;
  border: 0;
  display: block;
}

strong {
  font-weight: 400;
}

table {
  width: 100%;
}

/*base*/
body {
  background: #fff;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  position: relative;
  font-family: YakuHanJP, "NotoSansCJKjp", "Noto Sans CJK JP", sans-serif;
  max-width: 640px;
  margin: 0 auto;
}

a {
  color: #2B2B2B;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}

a:visited, a:hover, a:link {
  color: #2B2B2B;
}

a:hover {
  opacity: .7;
}

@media screen and (min-width: 641px) {
  a[href^="tel:"] {
    cursor: default;
  }
}

@media screen and (max-width: 1000px) {
  a:hover {
    opacity: 1;
  }
}

input {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
}

textarea {
  -webkit-appearance: none;
  appearance: none;
}

.BodyFixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.l-Content {
  margin: 0 auto;
  padding: 0 35px;
  width: 100%;
}

.l-Main {
  padding: 100px 0 0;
}

.l-FvContent {
  max-width: 1600px;
  margin: 0 auto 9.2%;
}

.l-TopContent {
  max-width: 1100px;
  margin: 0 auto 142px;
}

.l-TopContent--02, .l-TopContent--04 {
  margin: 0 auto;
}

.l-TopContent--03 {
  margin: 0 auto 184px;
}

.l-TopImgContent {
  height: 310px;
  position: relative;
  margin: 0 0 7%;
}

.l-TopImgContent__img {
  position: absolute;
  width: 25%;
}

.l-TopImgContent__img--01, .l-TopImgContent__img--03, .l-TopImgContent__img--04, .l-TopImgContent__img--05 {
  top: 0;
}

.l-TopImgContent__img--01, .l-TopImgContent__img--02 {
  left: 0;
}

.l-TopImgContent__img--02 {
  bottom: 0;
}

.l-TopImgContent__img--03 {
  left: 25%;
}

.l-TopImgContent__img--04 {
  right: 25%;
}

.l-TopImgContent__img--05, .l-TopImgContent__img--06 {
  right: 0;
}

.l-TopImgContent__img--06 {
  right: 0;
  bottom: 0;
  width: 50%;
}

.l-ProductHeadWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.l-LpWrap {
  margin: 0 -35px;
  overflow: hidden;
}

.l-LpWrap__rele {
  position: relative;
}

.l-LpWrap__gif {
  position: absolute;
  top: 262px;
  left: 77px;
  width: 480px;
}

.l-About--01, .l-About--02 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.l-About--nohidden {
  overflow: visible;
}

.Tel {
  margin: 0 0 6.3%;
  flex: 0 1 100%;
  order: 1;
  border: #008676 1px solid;
  padding: 3% 0 1.5%;
  position: relative;
}

.Tel::after {
  content: "";
  display: block;
  border-top: #2B2B2B 1px solid;
  border-right: #2B2B2B 1px solid;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 3.6%;
  top: 50%;
  margin: -1.2% 0 0;
  transform: rotate(45deg) skew(10deg, 10deg);
  border-color: #008676;
}

.TelBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.TelBox__img {
  flex: 0 1 5.9%;
  margin: 0 2% 0 0;
}

.TelBox__text {
  flex: 0 1 37%;
  font-size: 27px;
  letter-spacing: 0.05rem;
  font-weight: 500;
  color: #008676;
  line-height: 1;
}

.Tel__text {
  text-align: center;
  font-size: 19px;
  letter-spacing: 0.015rem;
  color: #008676;
}

.Header {
  background: #fff;
  position: relative;
  height: 15.625vw;
  max-height: 100px;
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: 0.1s all;
  max-width: 640px;
  left: 0;
  right: 0;
  margin: auto;
}

.Top .Header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.Top .Header.fixed {
  position: fixed;
  animation: header_transform 0.3s;
}

.HeaderInner {
  height: 15.625vw;
  max-height: 100px;
}

.Header--On .HeaderInner {
  height: auto;
  max-height: 100%;
}

.HeaderInnerSp--01 {
  background: #fff;
  padding: 2.4% 16.5% 2.4% 5.4%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
}

.HeaderInnerSp--02 {
  transform: translate(0, -300vw);
  background-color: #FFFFFF66;
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(60px);
  transition: 0.6s all ease-in-out;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.HeaderInnerSp--02.HeaderInnerSp--on {
  transform: translate(0);
}

.HeaderLogo {
  flex: 0 1 49.6%;
  margin: 0 4% 0 0;
}

.HeaderNavList__item {
  line-height: 1;
}

.HeaderNavList__text--01 {
  font-size: 33px;
  letter-spacing: 0.14rem;
  margin: 0 5vw 0 0;
}

.HeaderNavList__text--02 {
  font-size: 19px;
  letter-spacing: 0.05rem;
}

.HeaderNavList__link {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 4.1% 10% 6%;
}

.HeaderCart {
  flex: 0 1 46.4%;
}

.HeaderCart__name {
  font-size: 12px;
  letter-spacing: 0.05rem;
  margin: 0 0 .6%;
}

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

.HeaderCartBtn {
  font-size: 19px;
  border: #008676 1px solid;
  border-radius: 2px;
  flex: 0 1 48%;
  text-align: center;
  color: #008676;
  font-weight: 500;
  padding: 11.3% 1% 1%;
  box-sizing: border-box;
  letter-spacing: 0.05rem;
  background: url(../images/header/header_icon_01.png) 50% 16% no-repeat;
  background-size: 20.5% auto;
}

.HeaderCartBtn--02 {
  background-image: url(../images/header/header_icon_02.png);
  background-position: 53% 20%;
}

.HeaderCartBtn:visited, .HeaderCartBtn:link, .HeaderCartBtn:focus {
  color: #008676;
}

.HeaderTel {
  flex: 0 1 100%;
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 5% auto 10.4%;
  padding: 8.7% 4.8%;
  padding: 9.4% 5.1% 7.9%;
  border-bottom: 1px dashed #2B2B2B;
  border-top: 1px dashed #2B2B2B;
}

.HeaderTelBox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
}

.HeaderTelBox__img {
  flex: 0 1 13.8%;
  margin: .9% 1.9% 0 0;
}

.HeaderTelBox__text {
  flex: 0 1 84.3%;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.018rem;
}

.HeaderTel__text {
  font-size: 10px;
}

.HeaderBtn {
  flex: 0 1 100%;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 1.45;
  padding: .5% 0;
  border-radius: 2px;
  letter-spacing: 0.05rem;
  border: #2B2B2B 1px solid;
  position: relative;
  margin: -0.9% 0 0;
}

.HeaderBtn::after {
  content: "";
  display: block;
  border-top: #2B2B2B 1px solid;
  border-right: #2B2B2B 1px solid;
  width: 4px;
  height: 4px;
  position: absolute;
  right: 7%;
  top: 50%;
  margin: -1.9% 0 0;
  transform: rotate(45deg) skew(15deg, 15deg);
}

.HeaderProductWrap {
  position: relative;
  width: 100%;
  height: 100%;
}

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

.HeaderProductInner {
  position: relative;
  z-index: 1;
}

.HeaderProductDefine {
  padding: 4.3% 7.3%;
  background-color: #cccccc55;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.HeaderProductDefine:nth-child(2n) {
  background: none;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
}

.HeaderProductDefine__ttl {
  font-size: 27px;
  letter-spacing: 0.24rem;
  position: relative;
}

.HeaderProductDefine__ttl::after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  border-bottom: 2px #2B2B2B solid;
  border-right: 2px #2B2B2B solid;
  position: absolute;
  right: -1%;
  top: 10%;
  transform: rotate(45deg);
  transition: 0.2s all;
}

.HeaderProductDefine__ttl--on::after {
  transform: rotate(-135deg);
  top: 40%;
}

.HeaderProductDefine__data {
  display: none;
}

.HeaderProductDefine__small {
  font-size: 19px;
  letter-spacing: 0.015rem;
}

.HeaderProductDefine__link {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  padding: 6.3% 0;
}

.HeaderProductDefine__pk {
  flex: 0 1 13%;
}

.HeaderProductDefine__text {
  flex: 0 1 87%;
  font-size: 22px;
  line-height: 1.5;
  padding: 0 0 0 1%;
  letter-spacing: 0.05rem;
}

.HeaderSpBtn {
  position: absolute;
  width: 51px;
  height: 37px;
  right: 5.2%;
  z-index: 10;
}

.HeaderSpBtnInner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.HeaderSpBtnBorder {
  display: block;
  width: 100%;
  height: 3px;
  background: #5D5858;
  position: absolute;
  transition: 0.2s all;
}

.HeaderSpBtnBorder--01 {
  top: 0;
}

.HeaderSpBtnBorder--02 {
  top: 46%;
}

.HeaderSpBtnBorder--03 {
  top: 92%;
}

.HeaderSpBtn--on .HeaderSpBtnBorder--01 {
  transform: rotate(405deg);
  top: 50%;
}

.HeaderSpBtn--on .HeaderSpBtnBorder--02 {
  opacity: 0;
}

.HeaderSpBtn--on .HeaderSpBtnBorder--03 {
  transform: rotate(-405deg);
  top: 50%;
}

.HeaderLinkList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.9% 11% 0 24%;
}

.HeaderLinkListWrap {
  position: relative;
  padding: 0 0 10%;
}

.HeaderLinkList__item {
  line-height: 1;
  letter-spacing: .05rem;
  margin: 0 0 8.4%;
  display: block;
  font-size: 19px;
}

.HeaderLinkList__item--01 {
  flex: 0 1 24%;
}

.HeaderLinkList__item--02 {
  flex: 0 1 65%;
}

.HeaderLinkList__item--03 {
  flex: 0 1 65%;
  margin: 0;
}

.HeaderLinkList__item--04 {
  flex: 0 1 35%;
  margin: 0;
}

@keyframes header_transform {
  0% {
    transform: translateY(-77px);
  }
  100% {
    transform: translateY(0);
  }
}

.Footer {
  background: #DCEFE9;
  margin: 103px 0 0;
}

.Media + .Footer,
.ProductListWrap + .Footer,
.Shop + .Footer {
  margin: 0;
}

.FooterInner {
  padding: 74px 35px 40px 35px;
  display: flex;
  flex-wrap: wrap;
}

.FooterContent {
  position: relative;
}

.FooterContent--01 {
  padding: 0 10.75%;
  flex: 0 1 100%;
  margin: 0 0 8.3%;
}

.FooterContent--02 {
  flex: 0 1 100%;
  order: 2;
}

.FooterContent--03 {
  flex: 0 1 100%;
  order: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 0 5.1% 9%;
  margin: 0 0 11.7%;
  border-bottom: dashed 1px #2B2B2B;
}

.FooterLinkList {
  padding: 8.4% 5% 0 24%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.FooterLinkList__item {
  flex: 0 1 50%;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05rem;
  margin: 0 0 7.4%;
  display: none;
}

.FooterLinkList__item--02, .FooterLinkList__item--04, .FooterLinkList__item--06, .FooterLinkList__item--08 {
  display: block;
  font-size: 19px;
}

.FooterLinkList__item--02 {
  flex: 0 1 24%;
}

.FooterLinkList__item--04 {
  flex: 0 1 35%;
  margin: 0;
}

.FooterLinkList__item--06 {
  flex: 0 1 65%;
}

.FooterLinkList__item--08 {
  flex: 0 1 65%;
  margin: 0;
}

.FooterCopyRight {
  display: block;
  font-size: 19px;
  text-align: center;
  letter-spacing: 0.025rem;
  padding: 0 0 15px;
}

/*Noto Serif*/
.u-NotoSerif {
  font-family: "Noto Serif CJK jp","NotoSerifCJKjp","Noto Serif Japanese", serif;
  font-weight: 400;
}

/*Noto Sans*/
.u-NotoSans {
  font-family: "NotoSansCJKjp", serif;
  font-weight: 400;
}

/*Julius Sans One*/
.u-Julius {
  font-family: "Julius Sans One";
}

.u-dispNone {
  display: none;
}

/*要素表示・非表示*/
.u-sp_none {
  display: none;
}

.u-Page__ttl--bg {
  background: url(../images/common_bg_ttl_01.png) no-repeat;
  background-position: center;
  background-size: 100%;
  width: 100%;
  height: 210px;
  box-sizing: border-box;
  padding: 73px 0 0;
  margin: 0 0 23px;
}

.Media .u-Page__ttl--bg {
  background-image: url(../images/common_bg_ttl_media_01.png);
}

.Shop .u-Page__ttl--bg {
  background-image: url(../images/common_bg_ttl_shop_01.png);
}

.About .u-Page__ttl--bg {
  background-image: url(../images/common_bg_ttl_about_01.png);
}

.u-Page__ttl--main {
  display: block;
  margin: 0 auto 17px;
  text-align: center;
  letter-spacing: 0.3rem;
  font-size: 2.312rem;
}

.u-Page__ttl--sub {
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.04rem;
  font-size: 1.187rem;
}

.u-Content__ttl {
  margin: 0 0 27px;
  padding: 0 0 0 60px;
  display: flex;
  position: relative;
}

.Top .u-Content__ttl {
  margin: 0 0 28px 35px;
  padding: 0 0 0 40px;
}

.l-TopContent--02 .u-Content__ttl {
  margin-bottom: 62px;
}

.l-TopContent--03 .u-Content__ttl {
  margin-bottom: 57px;
}

.u-Content__ttl::before {
  content: "";
  width: 43px;
  height: 2px;
  display: block;
  background: #2B2B2B;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -5px 0 0;
}

.Top .u-Content__ttl::before {
  width: 26px;
  margin: -3px 0 0;
}

.u-Content__ttl--main {
  letter-spacing: 0.3rem;
  font-size: 2.812rem;
}

.Top .u-Content__ttl--main {
  font-size: 43px;
}

@media screen and (max-width: 640px) {
  .Top .u-Content__ttl--main {
    font-size: 6.71875vw;
  }
}

.l-TopContent--01 .u-Content__ttl--main {
  letter-spacing: 0.24rem;
}

@media screen and (max-width: 640px) {
  .l-TopContent--01 .u-Content__ttl--main {
    letter-spacing: 0.6vw;
  }
}

.l-TopContent--02 .u-Content__ttl--main {
  letter-spacing: 0.44rem;
}

@media screen and (max-width: 640px) {
  .l-TopContent--02 .u-Content__ttl--main {
    letter-spacing: 1.1vw;
  }
}

.u-Content__ttl--sub {
  align-self: center;
  margin: 7px 0 0 13px;
  font-size: 1.187rem;
}

.u-Content__text--01, .u-Content__text--02 {
  font-size: 23px;
  margin: 0 0 43px;
  letter-spacing: 0.015rem;
  text-align: center;
  line-height: 1.9;
}

.u-Content__text--02 {
  margin: 0 0 42px;
}

.u-Btn {
  width: 100%;
  max-width: 415px;
  margin: 0 auto;
  border: #2B2B2B 1px solid;
  text-align: center;
  display: block;
  font-size: 23px;
  padding: 3.2%;
  box-sizing: border-box;
  letter-spacing: 0.05rem;
  position: relative;
}

.u-Btn::after {
  content: "";
  display: block;
  border-top: #2B2B2B 1px solid;
  border-right: #2B2B2B 1px solid;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 3.6%;
  top: 50%;
  margin: -1.5% 0 0;
  transform: rotate(45deg) skew(10deg, 10deg);
}

.u-Btn__sakura {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 89.6%;
  margin: 0 auto;
  padding: 3.9% 11.8%;
  max-width: 100%;
  align-items: center;
}

.u-Btn__sakura::after {
  content: "";
  display: block;
  border-top: #2B2B2B 1px solid;
  border-right: #2B2B2B 1px solid;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 3.6%;
  top: 50%;
  margin: -1.2% 0 0;
  transform: rotate(45deg) skew(10deg, 10deg);
}

.u-Btn__sakura--header {
  width: 79.5%;
  margin: 0 auto 6%;
}

.u-Btn__producthead {
  max-width: 100%;
  width: 100%;
  background: #CB5A6F;
  border-color: #CB5A6F;
  color: #fff;
  padding: 2% 0 2% 1.2%;
  letter-spacing: .05rem;
}

.u-Btn__producthead:visited, .u-Btn__producthead:link, .u-Btn__producthead:focus {
  color: #fff;
}

.u-Btn__producthead::after {
  margin: -0.9% 0 0;
  transform: rotate(135deg) skew(10deg, 10deg);
  width: 10px;
  height: 10px;
  right: 4.6%;
}

.u-Btn__producthead--01 {
  width: 68%;
  margin: 0 0 4% 28%;
  font-size: 29px;
  padding: 2.8% 6.3% 2.8% .8%;
}

.Product__sham_con .u-Btn__producthead--01 {
  width: 100%;
  margin: 0;
  font-size: 23px;
  padding: 3.6% 6.3% 3.6% .8%;
}

.u-Btn__producthead--01::after {
  border-color: #fff;
  transform: rotate(45deg) skew(10deg, 10deg);
}

.u-Btn__producthead--02 {
  padding: 3.3% 1.5% 3.2% .8%;
  background: #FCEDF0;
  color: #CB5A6F;
  margin: 0 0 19.2%;
}

.u-Btn__producthead--02:visited, .u-Btn__producthead--02:link, .u-Btn__producthead--02:focus {
  color: #CB5A6F;
}

.u-Btn__producthead--02::after {
  border-color: #CB5A6F;
}

.u-Btn--Contact {
  color: #008676;
  border-color: #008676;
  max-width: 100%;
  width: 100%;
  padding: 4.1%;
  margin: 0 0 5.4%;
}

.u-Btn--Contact:visited, .u-Btn--Contact:link, .u-Btn--Contact:focus {
  color: #008676;
}

.u-Btn--Contact::after {
  content: "";
  display: block;
  border-top: #2B2B2B 1px solid;
  border-right: #2B2B2B 1px solid;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 3.6%;
  top: 50%;
  margin: -1.2% 0 0;
  transform: rotate(45deg) skew(10deg, 10deg);
  border-color: #008676;
}

.u-Btn__text {
  font-size: 23px;
  line-height: 1;
}

.u-Btn__img {
  padding: 0 0 0 3.1%;
  flex: 0 1 51%;
}

.u-Btn--insta {
  background: url(../images/common_sns_insta_01.png) 17.3% 51.6% no-repeat;
  background-size: 25px 25px;
  padding-left: 46px;
}

.u-Sns__insta {
  position: absolute;
  width: 52px;
}

.u-Sns__insta--01 {
  top: 15px;
  left: 64px;
}

.u-Sns__insta--02 {
  top: 146px;
  left: 27px;
}

.u-Sns__line {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #008676;
  align-items: center;
  justify-content: center;
  flex: 0 1 100%;
  order: 2;
}

.u-Sns__text {
  color: #008676;
}

.u-Sns__text--01 {
  flex: 0 1 60.9%;
  font-size: 19px;
  letter-spacing: 0.05rem;
}

.u-Sns__img {
  flex: 0 1 10.3%;
  order: 1;
}

.u-maker__yellow {
  background: linear-gradient(transparent 0%, #fff799 0%);
  border-radius: 6px;
}

.u-anime01, .u-anime02, .u-anime03, .u-anime04, .u-anime05, .u-anime06 {
  transform: translateY(30px);
  opacity: 0;
  transition: .3s transform, .3s opacity;
}

.u-anime01.u-show, .u-anime02.u-show, .u-anime03.u-show, .u-anime04.u-show, .u-anime05.u-show, .u-anime06.u-show {
  transform: translate(0);
  opacity: 1;
}

.u-anime02 {
  transition-delay: 0.2s;
}

.u-anime03 {
  transition-delay: 0.3s;
}

.u-anime04 {
  transition-delay: 0.4s;
}

.u-anime05 {
  transition-delay: 0.5s;
}

.u-anime06 {
  transition-delay: 0.6s;
}

.u-Text--green {
  color: #008676;
}

.u-Text--yellow {
  color: #FFE765;
}

.u-Text--ocher {
  color: #B58A17;
}

.u-Text--orange {
  color: #E08317;
}
/*# sourceMappingURL=main.css.map */