@charset "UTF-8";
@font-face {
  font-family: "Ryumin";
  src: url("../../fonts/Ryumin/A-OTF Ryumin Pro R-KL.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ryumin";
  src: url("../../fonts/Ryumin/A-OTF Ryumin Pro M-KL.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Ryumin";
  src: url("../../fonts/Ryumin/A-OTF Ryumin Pro L-KL.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Ryumin";
  src: url("../../fonts/Ryumin/A-OTF Ryumin Pro H-KL.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Ryumin";
  src: url("../../fonts/Ryumin/A-OTF Ryumin Pro B-KL.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "kozuka";
  src: url("../../fonts/kozuka/kozuka Pr6N R.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "kozuka";
  src: url("../../fonts/kozuka/kozuka Pr6N M.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "kozuka";
  src: url("../../fonts/kozuka/kozuka Pr6N B.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "kozuka";
  src: url("../../fonts/kozuka/kozuka Pr6N H.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "kozuka";
  src: url("../../fonts/kozuka/kozuka Pr6N L.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "kozuka-min";
  src: url("../../fonts/kozuka/Kozuka-min・Pro B.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "kozuka-gothic";
  src: url("../../fonts/kozuka/Kozuka-gothic Pro B.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Azuki";
  src: url("https://fukuume.itembox.design/item/azukiLB.ttf?t=20231010003714") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Damion";
  src: url("../../fonts/Damion/Damion-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HuiFont";
  src: url("../../fonts/HuiFont/HuiFont29.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BOD";
  src: url("../../fonts/BodoniMT/BOD_I.TTF") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "BellGothic";
  src: url("../../fonts/BellGothicStd/BellGothicStd-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "HannariMincho";
  src: url("../../fonts/HannariMincho/HannariMincho-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Rage";
  src: url("../../fonts/Rage/RAGE_1.TTF") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "ModernNo20";
  src: url("../../fonts/Modern-No.20/MOD20.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Crpc";
  src: url("/fonts/CRPC/CRPCandGRyuurei-M-02.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "yasasisa";
  src: url("/fonts/Yasasisa/yasasisa.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Brush";
  src: url("/fonts/Brush/BrushScriptOpti-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.w-900 {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .w-900 {
    width: 100%;
    height: auto;
  }
  .w-900 img {
    height: auto;
  }
}

body, p, h1, h2, h3, h4 {
  margin: 0;
}

.hanamusubi-12-mother-top {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .hanamusubi-12-mother-top .hanamusubi-12-mother-top-bg {
    width: 100%;
  }
}
.hanamusubi-12-mother-top .hanamusubi-12-mother-top-contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hanamusubi-12-mother-top .hanamusubi-12-mother-top-contents .fukuume-logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .hanamusubi-12-mother-top .hanamusubi-12-mother-top-contents .fukuume-logo {
    top: 3.205vw;
    left: 3.205vw;
    width: 10.684vw;
  }
}
.hanamusubi-12-mother-top .hanamusubi-12-mother-top-contents .thank-you-font {
  margin-top: 45px;
}
@media screen and (max-width: 1024px) {
  .hanamusubi-12-mother-top .hanamusubi-12-mother-top-contents .thank-you-font {
    margin-top: 4.808vw;
    width: 49.893vw;
  }
}
.hanamusubi-12-mother-top .hanamusubi-12-mother-top-contents .hanamusubi-9-haha-top--note {
  font-family: "Ryumin";
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
  text-shadow: 1px 3px 7px #a50013;
  transform: translateY(-20px);
}
@media screen and (max-width: 1024px) {
  .hanamusubi-12-mother-top .hanamusubi-12-mother-top-contents .hanamusubi-9-haha-top--note {
    text-shadow: 0.106vw 0.32vw 0.7478vw #a50013;
    transform: translateY(-2.136vw);
  }
}
.hanamusubi-12-mother-top .hanamusubi-12-mother-top-contents .hanamusubi-9-haha-top--note .large {
  font-size: 79px;
}
@media screen and (max-width: 1024px) {
  .hanamusubi-12-mother-top .hanamusubi-12-mother-top-contents .hanamusubi-9-haha-top--note .large {
    font-size: 8.44vw;
  }
}
.hanamusubi-12-mother-top .hanamusubi-12-mother-top-contents .hanamusubi-9-haha-top--note .small {
  font-size: 46px;
}
@media screen and (max-width: 1024px) {
  .hanamusubi-12-mother-top .hanamusubi-12-mother-top-contents .hanamusubi-9-haha-top--note .small {
    font-size: 4.915vw;
  }
}
.hanamusubi-12-mother-top .hanamusubi-12-mother-top-contents .hanamusubi-9-haha-top--note .middle {
  font-size: 67px;
}
@media screen and (max-width: 1024px) {
  .hanamusubi-12-mother-top .hanamusubi-12-mother-top-contents .hanamusubi-9-haha-top--note .middle {
    font-size: 7.158vw;
  }
}
.hanamusubi-12-mother-top .hanamusubi-12-mother-top-contents .bottom-contents {
  position: absolute;
  bottom: 4%;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .hanamusubi-12-mother-top .hanamusubi-12-mother-top-contents .bottom-contents {
    bottom: 10.684vw;
  }
}
.hanamusubi-12-mother-top .hanamusubi-12-mother-top-contents .bottom-contents .hanamusubi-9-haha-top__ttl-box {
  font-family: "Ryumin";
  font-weight: 500;
  color: #ffffff;
  text-shadow: 1px 3px 7px #a50013;
  line-height: 1.4;
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .hanamusubi-12-mother-top .hanamusubi-12-mother-top-contents .bottom-contents .hanamusubi-9-haha-top__ttl-box {
    text-shadow: 0.106vw 0.32vw 0.7478vw #a50013;
    margin-left: 2.137vw;
  }
}
.hanamusubi-12-mother-top .hanamusubi-12-mother-top-contents .bottom-contents .hanamusubi-9-haha-top__ttl-box .hanamusubi-9-haha-top__ttl--note {
  font-size: 47.25px;
  transform: translate(35px, 10px);
}
@media screen and (max-width: 1024px) {
  .hanamusubi-12-mother-top .hanamusubi-12-mother-top-contents .bottom-contents .hanamusubi-9-haha-top__ttl-box .hanamusubi-9-haha-top__ttl--note {
    font-size: 5.048vw;
    transform: translate(3.739vw, 1.068vw);
  }
}
.hanamusubi-12-mother-top .hanamusubi-12-mother-top-contents .bottom-contents .hanamusubi-9-haha-top__ttl-box .hanamusubi-9-haha-top__ttl .large {
  font-size: 156.51px;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .hanamusubi-12-mother-top .hanamusubi-12-mother-top-contents .bottom-contents .hanamusubi-9-haha-top__ttl-box .hanamusubi-9-haha-top__ttl .large {
    font-size: 16.721vw;
  }
}
.hanamusubi-12-mother-top .hanamusubi-12-mother-top-contents .bottom-contents .hanamusubi-9-haha-top__ttl-box .hanamusubi-9-haha-top__ttl .pink {
  font-size: 55px;
  background-color: #f15398;
  border-radius: 15px;
  text-shadow: none;
  padding: 0 15px;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .hanamusubi-12-mother-top .hanamusubi-12-mother-top-contents .bottom-contents .hanamusubi-9-haha-top__ttl-box .hanamusubi-9-haha-top__ttl .pink {
    font-size: 5.876vw;
    border-radius: 1.603vw;
    padding: 0 1.603vw;
    margin-left: 1.068vw;
  }
}
.hanamusubi-12-mother-top .hanamusubi-12-mother-top-contents .bottom-contents .hanamusubi-9-haha-top__ttl-box .hanamusubi-9-haha-top__ttl .pink .pink-large {
  font-size: 64.5px;
}
@media screen and (max-width: 1024px) {
  .hanamusubi-12-mother-top .hanamusubi-12-mother-top-contents .bottom-contents .hanamusubi-9-haha-top__ttl-box .hanamusubi-9-haha-top__ttl .pink .pink-large {
    font-size: 6.891vw;
  }
}
.hanamusubi-12-mother-top .hanamusubi-12-mother-top-contents .bottom-contents .hanamusubi-9-haha-top__ttl-box .hanamusubi-9-haha-top__ttl .dtl {
  font-size: 64.95px;
}
@media screen and (max-width: 1024px) {
  .hanamusubi-12-mother-top .hanamusubi-12-mother-top-contents .bottom-contents .hanamusubi-9-haha-top__ttl-box .hanamusubi-9-haha-top__ttl .dtl {
    font-size: 6.939vw;
  }
}
.hanamusubi-12-mother-top .hanamusubi-12-mother-top-contents .bottom-contents .plum-and-chopsticks {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .hanamusubi-12-mother-top .hanamusubi-12-mother-top-contents .bottom-contents .plum-and-chopsticks {
    width: 41.025vw;
    height: auto;
  }
}
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImZvbnRzLnNjc3MiLCJiYXNlL2Jhc2Uuc2NzcyIsIl9taXhpbi5zY3NzIiwiY29tcG9uZW50cy9oYW5hbXVzdWJpLTEyLW1vdGhlci9oYW5hbXVzdWJpLTEyLW1vdGhlci10b3Auc2NzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUVGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQzFKRjtFQUNJO0VBQ0E7RUFDQTtFQUNBOztBQ0FBO0VESko7SUFPUTtJQUNBOztFQUNBO0lBQ0k7Ozs7QUFLWjtFQUNJOzs7QUVqQko7RUFDRTs7QURJRTtFQ0ZGO0lBR1U7OztBQUtWO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FEckJGO0VDZ0JBO0lBUUk7SUFDQTtJQUNBOzs7QUFJSjtFQUNFOztBRC9CRjtFQzhCQTtJQUlJO0lBQ0E7OztBQUlKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBRDdDRjtFQ3VDQTtJQVNJO0lBQ0E7OztBQUlGO0VBQ0U7O0FEdERKO0VDcURFO0lBSUk7OztBQUtKO0VBQ0U7O0FEL0RKO0VDOERFO0lBSUk7OztBQUlKO0VBQ0U7O0FEdkVKO0VDc0VFO0lBSUk7OztBQUtOO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FEbkZGO0VDK0VBO0lBT0k7OztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBRC9GSjtFQ3lGRTtJQVNJO0lBQ0E7OztBQUdGO0VBQ0U7RUFDQTs7QUR4R047RUNzR0k7SUFLSTtJQUNBOzs7QUFPRjtFQUNFO0VBQ0E7O0FEckhSO0VDbUhNO0lBS0k7OztBQUlKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBRGxJUjtFQzRITTtJQVNJO0lBQ0E7SUFDQTtJQUNBOzs7QUFHRjtFQUNFOztBRDVJVjtFQzJJUTtJQUlJOzs7QUFLTjtFQUNFOztBRHJKUjtFQ29KTTtJQUlJOzs7QUFNUjtFQUNFO0VBQ0E7RUFDQTs7QURqS0o7RUM4SkU7SUFNSTtJQUNBIiwiZmlsZSI6ImNvbXBvbmVudHMvaGFuYW11c3ViaS0xMi1tb3RoZXIvaGFuYW11c3ViaS0xMi1tb3RoZXItdG9wLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAnUnl1bWluJztcclxuICBzcmM6IHVybCgnLi4vLi4vZm9udHMvUnl1bWluL0EtT1RGXFwgUnl1bWluXFwgUHJvXFwgUi1LTC5vdGYnKSBmb3JtYXQoJ29wZW50eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IG5vcm1hbDtcclxuICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn1cclxuXHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAnUnl1bWluJztcclxuICBzcmM6IHVybCgnLi4vLi4vZm9udHMvUnl1bWluL0EtT1RGXFwgUnl1bWluXFwgUHJvXFwgTS1LTC5vdGYnKSBmb3JtYXQoJ29wZW50eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IDUwMDtcclxuICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn1cclxuXHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAnUnl1bWluJztcclxuICBzcmM6IHVybCgnLi4vLi4vZm9udHMvUnl1bWluL0EtT1RGXFwgUnl1bWluXFwgUHJvXFwgTC1LTC5vdGYnKSBmb3JtYXQoJ29wZW50eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IDMwMDtcclxuICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn1cclxuXHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAnUnl1bWluJztcclxuICBzcmM6IHVybCgnLi4vLi4vZm9udHMvUnl1bWluL0EtT1RGXFwgUnl1bWluXFwgUHJvXFwgSC1LTC5vdGYnKSBmb3JtYXQoJ29wZW50eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IDkwMDtcclxuICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn1cclxuXHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAnUnl1bWluJztcclxuICBzcmM6IHVybCgnLi4vLi4vZm9udHMvUnl1bWluL0EtT1RGXFwgUnl1bWluXFwgUHJvXFwgQi1LTC5vdGYnKSBmb3JtYXQoJ29wZW50eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XHJcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xyXG59XHJcblxyXG5AZm9udC1mYWNlIHtcclxuICBmb250LWZhbWlseTogJ2tvenVrYSc7XHJcbiAgc3JjOiB1cmwoJy4uLy4uL2ZvbnRzL2tvenVrYS9rb3p1a2FcXCBQcjZOXFwgUi5vdGYnKSBmb3JtYXQoJ29wZW50eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IG5vcm1hbDtcclxuICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn1cclxuXHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAna296dWthJztcclxuICBzcmM6IHVybCgnLi4vLi4vZm9udHMva296dWthL2tvenVrYVxcIFByNk5cXCBNLm90ZicpIGZvcm1hdCgnb3BlbnR5cGUnKTtcclxuICBmb250LXdlaWdodDogNTAwO1xyXG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcclxufVxyXG5cclxuQGZvbnQtZmFjZSB7XHJcbiAgZm9udC1mYW1pbHk6ICdrb3p1a2EnO1xyXG4gIHNyYzogdXJsKCcuLi8uLi9mb250cy9rb3p1a2Eva296dWthXFwgUHI2TlxcIEIub3RmJykgZm9ybWF0KCdvcGVudHlwZScpO1xyXG4gIGZvbnQtd2VpZ2h0OiA3MDA7XHJcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xyXG59XHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAna296dWthJztcclxuICBzcmM6IHVybCgnLi4vLi4vZm9udHMva296dWthL2tvenVrYVxcIFByNk5cXCBILm90ZicpIGZvcm1hdCgnb3BlbnR5cGUnKTtcclxuICBmb250LXdlaWdodDogOTAwO1xyXG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcclxufVxyXG5cclxuQGZvbnQtZmFjZSB7XHJcbiAgZm9udC1mYW1pbHk6ICdrb3p1a2EnO1xyXG4gIHNyYzogdXJsKCcuLi8uLi9mb250cy9rb3p1a2Eva296dWthXFwgUHI2TlxcIEwub3RmJykgZm9ybWF0KCdvcGVudHlwZScpO1xyXG4gIGZvbnQtd2VpZ2h0OiAzMDA7XHJcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xyXG59XHJcblxyXG5AZm9udC1mYWNlIHtcclxuICBmb250LWZhbWlseTogJ2tvenVrYS1taW4nO1xyXG4gIHNyYzogdXJsKCcuLi8uLi9mb250cy9rb3p1a2EvS296dWthLW1pbuODu1Byb1xcIEIub3RmJykgZm9ybWF0KCdvcGVudHlwZScpO1xyXG4gIGZvbnQtd2VpZ2h0OiA3MDA7XHJcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xyXG59XHJcblxyXG5AZm9udC1mYWNlIHtcclxuICBmb250LWZhbWlseTogJ2tvenVrYS1nb3RoaWMnO1xyXG4gIHNyYzogdXJsKCcuLi8uLi9mb250cy9rb3p1a2EvS296dWthLWdvdGhpY1xcIFByb1xcIEIub3RmJykgZm9ybWF0KCdvcGVudHlwZScpO1xyXG4gIGZvbnQtd2VpZ2h0OiA3MDA7XHJcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xyXG59XHJcblxyXG5AZm9udC1mYWNlIHtcclxuICBmb250LWZhbWlseTogJ0F6dWtpJztcclxuICBzcmM6IHVybCgnaHR0cHM6Ly9mdWt1dW1lLml0ZW1ib3guZGVzaWduL2l0ZW0vYXp1a2lMQi50dGY/dD0yMDIzMTAxMDAwMzcxNCcpIGZvcm1hdCgndHJ1ZXR5cGUnKTtcclxuICBmb250LXdlaWdodDogbm9ybWFsO1xyXG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcclxufVxyXG5cclxuQGZvbnQtZmFjZSB7XHJcbiAgZm9udC1mYW1pbHk6ICdEYW1pb24nO1xyXG4gIHNyYzogdXJsKCcuLi8uLi9mb250cy9EYW1pb24vRGFtaW9uLVJlZ3VsYXIudHRmJykgZm9ybWF0KCd0cnVldHlwZScpO1xyXG4gIGZvbnQtd2VpZ2h0OiBub3JtYWw7XHJcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xyXG59XHJcblxyXG5AZm9udC1mYWNlIHtcclxuICBmb250LWZhbWlseTogJ0h1aUZvbnQnO1xyXG4gIHNyYzogdXJsKCcuLi8uLi9mb250cy9IdWlGb250L0h1aUZvbnQyOS50dGYnKSBmb3JtYXQoJ3RydWV0eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IG5vcm1hbDtcclxuICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn1cclxuXHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAnQk9EJztcclxuICBzcmM6IHVybCgnLi4vLi4vZm9udHMvQm9kb25pTVQvQk9EX0kuVFRGJykgZm9ybWF0KCd0cnVldHlwZScpO1xyXG4gIGZvbnQtd2VpZ2h0OiBub3JtYWw7XHJcbiAgZm9udC1zdHlsZTogaXRhbGljO1xyXG59XHJcblxyXG5AZm9udC1mYWNlIHtcclxuICBmb250LWZhbWlseTogJ0JlbGxHb3RoaWMnO1xyXG4gIHNyYzogdXJsKCcuLi8uLi9mb250cy9CZWxsR290aGljU3RkL0JlbGxHb3RoaWNTdGQtQm9sZC5vdGYnKSBmb3JtYXQoJ29wZW50eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IDcwMDtcclxuICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn1cclxuXHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAnSGFubmFyaU1pbmNobyc7XHJcbiAgc3JjOiB1cmwoJy4uLy4uL2ZvbnRzL0hhbm5hcmlNaW5jaG8vSGFubmFyaU1pbmNoby1SZWd1bGFyLm90ZicpIGZvcm1hdCgnb3BlbnR5cGUnKTtcclxuICBmb250LXdlaWdodDogbm9ybWFsO1xyXG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcclxufVxyXG5cclxuQGZvbnQtZmFjZSB7XHJcbiAgZm9udC1mYW1pbHk6ICdSYWdlJztcclxuICBzcmM6IHVybCgnLi4vLi4vZm9udHMvUmFnZS9SQUdFXzEuVFRGJykgZm9ybWF0KCd0cnVldHlwZScpO1xyXG4gIGZvbnQtd2VpZ2h0OiBub3JtYWw7XHJcbiAgZm9udC1zdHlsZTogaXRhbGljO1xyXG59XHJcblxyXG5AZm9udC1mYWNlIHtcclxuICBmb250LWZhbWlseTogJ01vZGVybk5vMjAnO1xyXG4gIHNyYzogdXJsKCcuLi8uLi9mb250cy9Nb2Rlcm4tTm8uMjAvTU9EMjAuVFRGJykgZm9ybWF0KCd0cnVldHlwZScpO1xyXG4gIGZvbnQtd2VpZ2h0OiBub3JtYWw7XHJcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xyXG59XHJcblxyXG5AZm9udC1mYWNlIHtcclxuICBmb250LWZhbWlseTogJ0NycGMnO1xyXG4gIHNyYzogdXJsKCcvZm9udHMvQ1JQQy9DUlBDYW5kR1J5dXVyZWktTS0wMi50dGYnKSBmb3JtYXQoJ3RydWV0eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IG5vcm1hbDtcclxuICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn1cclxuXHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAneWFzYXNpc2EnO1xyXG4gIHNyYzogdXJsKCcvZm9udHMvWWFzYXNpc2EveWFzYXNpc2EudHRmJykgZm9ybWF0KCd0cnVldHlwZScpO1xyXG4gIGZvbnQtd2VpZ2h0OiBub3JtYWw7XHJcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xyXG59XHJcblxyXG5AZm9udC1mYWNlIHtcclxuICBmb250LWZhbWlseTogJ0JydXNoJztcclxuICBzcmM6IHVybCgnL2ZvbnRzL0JydXNoL0JydXNoU2NyaXB0T3B0aS1SZWd1bGFyLm90ZicpIGZvcm1hdCgnb3BlbnR5cGUnKTtcclxuICBmb250LXdlaWdodDogbm9ybWFsO1xyXG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcclxufSIsIkBpbXBvcnQgJy4uL21peGluJztcclxuXHJcblxyXG4udy05MDAge1xyXG4gICAgd2lkdGg6IDkwMHB4O1xyXG4gICAgbWFyZ2luLWxlZnQ6IGF1dG87XHJcbiAgICBtYXJnaW4tcmlnaHQ6IGF1dG87XHJcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xyXG5cclxuICAgIEBpbmNsdWRlIG1xKHRhYikge1xyXG4gICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgIGhlaWdodDogYXV0bztcclxuICAgICAgICBpbWcge1xyXG4gICAgICAgICAgICBoZWlnaHQ6IGF1dG87XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG59XHJcblxyXG5ib2R5LHAsaDEsaDIsaDMsaDQge1xyXG4gICAgbWFyZ2luOiAwO1xyXG59IiwiJGJyZWFrcG9pbnQ6IChcclxuICAgIHNwOiAnc2NyZWVuIGFuZCAobWF4LXdpZHRoOiA3NjdweCknLFxyXG4gICAgdGFiOiAnc2NyZWVuIGFuZCAobWF4LXdpZHRoOiAxMDI0cHgpJyxcclxuICAgIHBjOiAnc2NyZWVuIGFuZCAobWluLXdpZHRoOiAxMDI1cHgpJyxcclxuKTtcclxuXHJcbkBtaXhpbiBtcSgkYnApIHtcclxuICAgIEBtZWRpYSAje21hcC1nZXQoJGJyZWFrcG9pbnQsICRicCl9IHtcclxuICAgICAgICBAY29udGVudDtcclxuICAgIH1cclxufSIsIkBpbXBvcnQgXCIuLi8uLi9hcHAuc2Nzc1wiO1xyXG5cclxuLmhhbmFtdXN1YmktMTItbW90aGVyLXRvcCB7XHJcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG5cclxuICAuaGFuYW11c3ViaS0xMi1tb3RoZXItdG9wLWJnIHtcclxuXHJcbiAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuXHJcbiAgLmhhbmFtdXN1YmktMTItbW90aGVyLXRvcC1jb250ZW50cyB7XHJcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcbiAgICB0b3A6IDA7XHJcbiAgICBsZWZ0OiAwO1xyXG4gICAgd2lkdGg6IDEwMCU7XHJcbiAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgICBkaXNwbGF5OiBmbGV4O1xyXG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcclxuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XHJcblxyXG4gICAgLmZ1a3V1bWUtbG9nbyB7XHJcbiAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuICAgICAgdG9wOiAzMHB4O1xyXG4gICAgICBsZWZ0OiAzMHB4O1xyXG4gICAgICB3aWR0aDogMTAwcHg7XHJcbiAgICAgIGhlaWdodDogYXV0bztcclxuXHJcbiAgICAgIEBpbmNsdWRlIG1xKHRhYikge1xyXG4gICAgICAgIHRvcDogMy4yMDV2dztcclxuICAgICAgICBsZWZ0OiAzLjIwNXZ3O1xyXG4gICAgICAgIHdpZHRoOiAxMC42ODR2dztcclxuICAgICAgfVxyXG4gICAgfVxyXG4gIFxyXG4gICAgLnRoYW5rLXlvdS1mb250IHtcclxuICAgICAgbWFyZ2luLXRvcDogNDVweDtcclxuXHJcbiAgICAgIEBpbmNsdWRlIG1xKHRhYikge1xyXG4gICAgICAgIG1hcmdpbi10b3A6IDQuODA4dnc7XHJcbiAgICAgICAgd2lkdGg6IDQ5Ljg5M3Z3O1xyXG4gICAgICB9XHJcbiAgICB9XHJcblxyXG4gICAgLmhhbmFtdXN1YmktOS1oYWhhLXRvcC0tbm90ZSB7XHJcbiAgICAgIGZvbnQtZmFtaWx5OiBcIlJ5dW1pblwiO1xyXG4gICAgICBmb250LXdlaWdodDogNTAwO1xyXG4gICAgICBjb2xvcjogI2ZmZmZmZjtcclxuICAgICAgbGluZS1oZWlnaHQ6IDEuNTtcclxuICAgICAgdGV4dC1zaGFkb3c6IDFweCAzcHggN3B4ICNhNTAwMTM7XHJcbiAgICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlWSgtMjBweCk7XHJcbiAgICAgIFxyXG4gICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICB0ZXh0LXNoYWRvdzogMC4xMDZ2dyAwLjMydncgMC43NDc4dncgI2E1MDAxMztcclxuICAgICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVkoLTIuMTM2dncpO1xyXG4gICAgICBcclxuICAgICAgfVxyXG4gICAgICBcclxuICAgICAgLmxhcmdlIHtcclxuICAgICAgICBmb250LXNpemU6IDc5cHg7XHJcblxyXG4gICAgICAgIEBpbmNsdWRlIG1xKHRhYikge1xyXG4gICAgICAgICAgZm9udC1zaXplOiA4LjQ0dnc7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgfVxyXG5cclxuICAgICAgLnNtYWxsIHtcclxuICAgICAgICBmb250LXNpemU6IDQ2cHg7XHJcblxyXG4gICAgICAgIEBpbmNsdWRlIG1xKHRhYikge1xyXG4gICAgICAgICAgZm9udC1zaXplOiA0LjkxNXZ3O1xyXG4gICAgICAgIH1cclxuICAgICAgfVxyXG5cclxuICAgICAgLm1pZGRsZSB7XHJcbiAgICAgICAgZm9udC1zaXplOiA2N3B4O1xyXG5cclxuICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgIGZvbnQtc2l6ZTogNy4xNTh2dztcclxuICAgICAgICB9XHJcbiAgICAgIH1cclxuICAgIH1cclxuXHJcbiAgICAuYm90dG9tLWNvbnRlbnRzIHtcclxuICAgICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgICBib3R0b206IDQlO1xyXG4gICAgICByaWdodDogMDtcclxuICAgICAgd2lkdGg6IDEwMCU7XHJcblxyXG4gICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICBib3R0b206IDEwLjY4NHZ3O1xyXG4gICAgICB9XHJcblxyXG4gICAgICAuaGFuYW11c3ViaS05LWhhaGEtdG9wX190dGwtYm94IHtcclxuICAgICAgICBmb250LWZhbWlseTogXCJSeXVtaW5cIjtcclxuICAgICAgICBmb250LXdlaWdodDogNTAwO1xyXG4gICAgICAgIGNvbG9yOiAjZmZmZmZmO1xyXG4gICAgICAgIHRleHQtc2hhZG93OiAxcHggM3B4IDdweCAjYTUwMDEzO1xyXG4gICAgICAgIGxpbmUtaGVpZ2h0OiAxLjQ7XHJcbiAgICAgICAgbWFyZ2luLWxlZnQ6IDIwcHg7XHJcbiAgICAgICAgXHJcbiAgICAgICAgQGluY2x1ZGUgbXEodGFiKSB7XHJcbiAgICAgICAgICB0ZXh0LXNoYWRvdzogMC4xMDZ2dyAwLjMydncgMC43NDc4dncgI2E1MDAxMztcclxuICAgICAgICAgIG1hcmdpbi1sZWZ0OiAyLjEzN3Z3O1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgLmhhbmFtdXN1YmktOS1oYWhhLXRvcF9fdHRsLS1ub3RlIHtcclxuICAgICAgICAgIGZvbnQtc2l6ZTogNDcuMjVweDtcclxuICAgICAgICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKDM1cHgsIDEwcHgpO1xyXG4gICAgICAgICAgXHJcbiAgICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgICAgZm9udC1zaXplOiA1LjA0OHZ3O1xyXG4gICAgICAgICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgzLjczOXZ3LCAxLjA2OHZ3KTtcclxuICAgICAgICAgIH1cclxuXHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAuaGFuYW11c3ViaS05LWhhaGEtdG9wX190dGwge1xyXG5cclxuICAgICAgICAgIC5sYXJnZSB7XHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogMTU2LjUxcHg7XHJcbiAgICAgICAgICAgIGxpbmUtaGVpZ2h0OiAxLjI7XHJcblxyXG4gICAgICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgICAgICBmb250LXNpemU6IDE2LjcyMXZ3O1xyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgICB9XHJcblxyXG4gICAgICAgICAgLnBpbmsge1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDU1cHg7XHJcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6ICNmMTUzOTg7XHJcbiAgICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDE1cHg7XHJcbiAgICAgICAgICAgIHRleHQtc2hhZG93OiBub25lO1xyXG4gICAgICAgICAgICBwYWRkaW5nOiAwIDE1cHg7XHJcbiAgICAgICAgICAgIG1hcmdpbi1sZWZ0OiAxMHB4O1xyXG5cclxuICAgICAgICAgICAgQGluY2x1ZGUgbXEodGFiKSB7XHJcbiAgICAgICAgICAgICAgZm9udC1zaXplOiA1Ljg3NnZ3O1xyXG4gICAgICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDEuNjAzdnc7XHJcbiAgICAgICAgICAgICAgcGFkZGluZzogMCAxLjYwM3Z3O1xyXG4gICAgICAgICAgICAgIG1hcmdpbi1sZWZ0OiAxLjA2OHZ3O1xyXG4gICAgICAgICAgICB9XHJcblxyXG4gICAgICAgICAgICAucGluay1sYXJnZSB7XHJcbiAgICAgICAgICAgICAgZm9udC1zaXplOiA2NC41cHg7XHJcblxyXG4gICAgICAgICAgICAgIEBpbmNsdWRlIG1xKHRhYikge1xyXG4gICAgICAgICAgICAgICAgZm9udC1zaXplOiA2Ljg5MXZ3O1xyXG4gICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgfVxyXG5cclxuICAgICAgICAgIC5kdGwge1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDY0Ljk1cHg7XHJcblxyXG4gICAgICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgICAgICBmb250LXNpemU6IDYuOTM5dnc7XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICAgIH1cclxuXHJcbiAgICAgIC5wbHVtLWFuZC1jaG9wc3RpY2tzIHtcclxuICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcbiAgICAgICAgYm90dG9tOiAwO1xyXG4gICAgICAgIHJpZ2h0OiAwO1xyXG5cclxuICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgIHdpZHRoOiA0MS4wMjV2dztcclxuICAgICAgICAgIGhlaWdodDogYXV0bztcclxuICAgICAgICB9XHJcbiAgICAgIH1cclxuICAgIH1cclxuICB9XHJcblxyXG59Il19 */
