@charset "UTF-8";
/* CSS Document */
#container.index {
  padding: 0;
  background-color: #ffffff;
  position: relative;
}

.indexHeader {
  text-align: center;
}

.indexHeader h2 {
  font-size: 2.4rem;
  margin: 20px 0 10px;
  position: relative;
  letter-spacing: normal;
  position: relative;
  font-family: "Times New Roman", Times, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (max-width: 480px) {
  .indexHeader h2 {
    font-size: 2rem;
  }
}

.indexHeader h2::before {
  content: "";
  width: 80px;
  height: 40px;
  background-image: url(../images/index/title_kazari.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 480px) {
  .indexHeader h2::before {
    width: 60px;
    height: 30px;
  }
}

#indexMv {
  height: 400px;
  position: relative;
}

#indexMv .swiper-container {
  width: 100%;
  height: 400px;
  margin: 0 auto;
  margin-top: 0;
}

#indexMv .swiper-container .slide1 {
  width: 100%;
  height: 100%;
  background: no-repeat top/cover url(../images/index/index-mv_sp.jpg);
  background-position: 50% 20%;
}

#indexMv .swiper-container .slide2 {
  width: 100%;
  height: 100%;
  background: no-repeat top/cover url(../images/index/index-mv2_sp.jpg);
  background-position: 50% 20%;
}

#indexMv .swiper-container .slide3 {
  width: 100%;
  height: 100%;
  background: no-repeat top/cover url(../images/index/index-mv3_sp.jpg);
  background-color: #ffffff;
}

#indexMv .swiper-container .slide4 {
  width: 100%;
  height: 100%;
  background: no-repeat top/cover url(../images/index/index-mv4_sp.jpg);
  background-color: #ffffff;
}

#indexMv .swiper-container .slide5 {
  width: 100%;
  height: 100%;
  background: no-repeat top/cover url(../images/index/index-mv5_sp.jpg);
  background-color: #ffffff;
}

#indexMv .indexMvContents {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 180px;
  z-index: 2;
}

@media (max-width: 480px) {
  #indexMv .indexMvContents {
    left: unset;
    -webkit-transform: translateXY(50%, -50%);
            transform: translateXY(50%, -50%);
  }
}

#indexMv .indexMvContents .indexMvTokuten {
  text-align: center;
}

#indexMv .indexMvContents .indexMvImg {
  margin-top: 10px;
  margin-left: 15px;
}

#indexMv .indexMvContents .yoyakuBtn {
  font-size: 1.8rem;
  color: #ffffff;
  background-color: #e14e6b;
  background-image: url(../images/asanoha.png);
  background-size: 40px auto;
  line-height: 3.4rem;
  border: 1px solid #ffffff;
  width: 120px;
  margin: 5px auto 10px 15px;
  text-align: center;
}

#indexMv .indexMvContents .yoyakuBtn a {
  color: #ffffff;
  display: block;
}

#indexMv .indexMvContents .yoyakuBtn:hover {
  background: #ffffff;
  border: 1px solid #e14e6b;
}

#indexMv .indexMvContents .yoyakuBtn:hover a {
  color: #e14e6b;
}

#indexMv .indexMvContents p {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.2;
  width: 285px;
  padding: 5px;
  margin: 0 auto 0 15px;
  background: rgba(0, 0, 0, 0.4);
}

#indexTopics {
  margin-bottom: 65px;
}

#indexTopics .indexTopicsWrap .indexTopicsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  background: #faebec;
  background-image: url(../images/index/plan.png);
  background-size: 60px;
  margin-bottom: 20px;
  outline: 2px solid #ffffff;
  outline-offset: -10px;
}

#indexTopics .indexTopicsWrap .indexTopicsItem .indexTopicsImage {
  width: 100%;
  margin: 0 auto;
}

#indexTopics .indexTopicsWrap .indexTopicsItem .indexTopicsText {
  padding: 20px 30px 20px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

#indexTopics .indexTopicsWrap .indexTopicsItem .indexTopicsText h3 {
  font-size: 2.4rem;
  margin-bottom: 10px;
  font-family: "Times New Roman", Times, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.indexBannerArea {
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 30px;
}

.indexBannerArea a {
  display: block;
  margin-bottom: 32px;
}

.indexCatalogBannerArea {
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 15px;
}

.indexCatalogBannerArea a {
  display: block;
}

.indexPlan {
  padding: 60px 0 0 0;
  text-align: center;
}

.indexPlan .inner p {
  padding: 0 20px;
}

.indexPlan .planWrapper {
  margin-top: 35px;
  margin-bottom: 35px;
}

.indexPlan .planBtn {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  background: #faebec;
  background-image: url(../images/header.png);
  background-size: auto 50px;
}

.indexPlan .planBtn:nth-of-type(2) {
  background: #fff7dd;
  background-image: url(../images/header.png);
  background-size: auto 50px;
}

.indexPlan .planBtn:nth-of-type(2) h3 span {
  color: #ec6e20;
}

.indexPlan .planBtn:nth-of-type(3) {
  background: #e9f1c3;
  background-image: url(../images/header.png);
  background-size: auto 50px;
}

.indexPlan .planBtn:nth-of-type(3) h3 span {
  color: #a2b328;
}

.indexPlan .planBtn a {
  color: #111111;
}

.indexPlan .planBtn h3 {
  font-family: "hannari";
  font-size: 1.8rem;
  line-height: 20px;
  padding: 0px 0 10px 0;
  margin: 0;
  line-height: 1;
  color: #111111;
  position: relative;
  z-index: 1;
}

.indexPlan .planBtn h3 span {
  display: block;
  font-size: 3.6rem;
  line-height: 40px;
  font-family: "Cinzel Decorative", cursive;
  letter-spacing: normal;
  padding: 0;
  color: #e14e6b;
}

.indexPlan .planBtn .planThumbnail {
  margin: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.indexPlan .planBtn a .plan {
  padding: 25px 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  table-layout: center;
  z-index: 1;
}

.indexPlan .planBtn a .plan img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  z-index: 1;
}

.indexPlan .planBtn a:hover .plan img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.indexPlan .planBtn p {
  margin: -10px auto 0;
  padding: 0px 20px;
  line-height: 23px;
  min-height: 46px;
  position: relative;
}

.indexPlan .goldArrowButton {
  width: 300px;
}

@media (max-width: 480px) {
  .indexPlan .goldArrowButton {
    width: 280px;
  }
}

.indexGallery {
  background: -webkit-gradient(linear, left bottom, left top, from(#faebec), to(#faebdc));
  background: linear-gradient(to top, #faebec 0%, #faebdc 100%);
}

.indexGallery > div {
  padding: 60px 0 0 0;
  background-image: url(../images/index/header.png);
  background-size: auto 50px;
}

.indexGallery .indexGalleryContainer {
  margin-bottom: 35px;
}

.indexGallery .indexGalleryContainer p {
  text-align: center;
  padding: 10px 20px 0;
  margin-bottom: 20px;
}

.indexGallery .indexGalleryContainer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  border: 5px solid #ffffff;
  padding: 10px 0;
  background-image: url(../images/base.png);
}

@media (max-width: 480px) {
  .indexGallery .indexGalleryContainer ul {
    border: 2px solid #ffffff;
  }
}

.indexGallery .indexGalleryContainer ul li {
  position: relative;
  margin: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 23%;
}

@media (max-width: 480px) {
  .indexGallery .indexGalleryContainer ul li {
    width: 48%;
    margin: 5px 0;
  }
}

.indexGallery .indexGalleryContainer ul li a {
  display: block;
  position: relative;
}

.indexGallery .indexGalleryContainer ul li a div {
  width: 100%;
  height: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  padding: 144% 0 0 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #ffffff;
}

@media (max-width: 480px) {
  .indexGallery .indexGalleryContainer ul li a div {
    border: 2px solid #ffffff;
  }
}

.indexGallery .indexGalleryContainer ul li a:hover div {
  margin: 15px;
  width: calc(100% - 30px);
  padding-top: calc(144% - 30px);
}

.indexGallery .indexGalleryContainer ul li a div img {
  max-width: none;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.indexGallery .indexGalleryContainer ul li a:hover div img {
  width: calc(100% + 30px);
  top: -15px;
  left: -15px;
}

.indexGallery .indexGalleryContainer ul li a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0px solid #ffffff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.indexGallery .indexGalleryContainer ul li a:hover:before {
  opacity: 1;
}

.indexGallery .goldArrowButton {
  width: 320px;
  margin-bottom: 35px;
}

@media (max-width: 480px) {
  .indexGallery .goldArrowButton {
    width: 280px;
  }
}

.indexCollection {
  padding: 40px 0;
}

.indexCollection .indexCollectionContainer {
  margin-bottom: 35px;
}

.indexCollection h2 {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  display: block;
  font-weight: 500;
  text-align: center;
  width: 320px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto 40px auto;
  padding: 90px 0 0 0;
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid #000000;
}

.indexCollection h2:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22480px%22%20height%3D%22120px%22%20viewBox%3D%220%200%20480%20120%22%20style%3D%22enable-background%3Anew%200%200%20480%20120%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20d%3D%22M9.4%2C94.8v7.9c0%2C1.3%2C0.1%2C2.3%2C0.2%2C3c0.1%2C0.6%2C0.4%2C1.2%2C0.8%2C1.6c0.4%2C0.4%2C0.8%2C0.7%2C1.3%2C0.8c0.5%2C0.2%2C1.1%2C0.3%2C1.8%2C0.3v0.5H1v-0.5%20c0.6%2C0%2C1.2-0.1%2C1.8-0.3c0.6-0.2%2C1-0.5%2C1.3-0.8c0.4-0.4%2C0.6-1%2C0.8-1.7c0.2-0.7%2C0.2-1.7%2C0.2-2.9V88.2c0-0.8%2C0-1.7-0.1-2.6%20c-0.1-1.2-0.7-2-1.7-2.6C2.7%2C82.6%2C2%2C82.5%2C1%2C82.4V82h20.6l0.6%2C6.4l-0.5%2C0.1c-0.3-1-0.6-1.8-0.9-2.3c-0.6-1.1-1.5-2-2.6-2.7%20c-0.6-0.4-1.4-0.6-2.2-0.8c-0.8-0.1-2-0.2-3.5-0.2H9.4v11.6h0.8c2.3%2C0%2C4-0.5%2C5.1-1.6c0.5-0.4%2C0.8-1%2C1-1.6s0.4-1.4%2C0.5-2.4l0.5%2C0%20l-0.1%2C12h-0.5c-0.1-1.3-0.4-2.4-0.7-3.1c-0.3-0.7-0.9-1.3-1.6-1.8c-0.5-0.3-1.2-0.6-1.9-0.7C11.6%2C94.9%2C10.6%2C94.8%2C9.4%2C94.8z%22%2F%3E%20%3Cpath%20d%3D%22M35.3%2C82v0.5c-0.8%2C0-1.4%2C0.1-1.8%2C0.3s-0.9%2C0.4-1.2%2C0.8c-0.4%2C0.4-0.7%2C1-0.9%2C1.7c-0.1%2C0.7-0.2%2C1.8-0.2%2C3.4v11.2%20c0%2C1.8%2C0.1%2C3.1%2C0.2%2C3.9c0.1%2C0.8%2C0.4%2C1.6%2C0.8%2C2.2c0.6%2C1%2C1.4%2C1.8%2C2.3%2C2.3c0.9%2C0.5%2C2.1%2C0.7%2C3.5%2C0.7c1.4%2C0%2C2.7-0.2%2C3.9-0.6%20c1.2-0.4%2C2.3-1%2C3.1-1.7c0.5-0.5%2C0.9-1%2C1.1-1.5c0.2-0.5%2C0.4-1.2%2C0.5-2.1c0.1-0.5%2C0.1-1.8%2C0.1-3.8v-11c0-1.4-0.1-2.4-0.2-3%20c-0.2-0.6-0.4-1.2-0.8-1.6c-0.4-0.4-0.8-0.7-1.3-0.8c-0.5-0.2-1.1-0.3-1.8-0.3V82h9.1v0.5c-0.8%2C0-1.4%2C0.1-1.8%2C0.3s-0.9%2C0.4-1.3%2C0.8%20c-0.4%2C0.4-0.7%2C1-0.8%2C1.6s-0.2%2C1.6-0.2%2C3v12.5c0%2C1.8-0.1%2C3.2-0.4%2C4.1c-0.3%2C0.9-0.8%2C1.7-1.7%2C2.4c-1.9%2C1.7-4.7%2C2.5-8.2%2C2.5%20c-3.7%2C0-6.5-0.8-8.2-2.3c-1.1-1-1.8-2.3-2.1-3.9c-0.1-0.6-0.1-1.6-0.1-3.1v-12c0-1.4-0.1-2.4-0.2-3c-0.1-0.6-0.4-1.2-0.8-1.6%20c-0.4-0.4-0.8-0.7-1.2-0.8c-0.5-0.2-1.1-0.3-1.8-0.3V82H35.3z%22%2F%3E%20%3Cpath%20d%3D%22M61.9%2C95.7v7c0%2C1.3%2C0.1%2C2.3%2C0.2%2C3c0.2%2C0.7%2C0.4%2C1.2%2C0.8%2C1.6c0.4%2C0.4%2C0.8%2C0.6%2C1.2%2C0.8c0.5%2C0.2%2C1.1%2C0.3%2C1.8%2C0.3v0.5H53.4v-0.5%20c0.8%2C0%2C1.4-0.1%2C1.8-0.3s0.9-0.5%2C1.2-0.8c0.4-0.4%2C0.7-1%2C0.8-1.6c0.1-0.6%2C0.2-1.6%2C0.2-3V88.2c0-1.4-0.1-2.4-0.2-3%20c-0.1-0.6-0.4-1.2-0.8-1.6c-0.4-0.4-0.8-0.7-1.2-0.8s-1.1-0.3-1.8-0.3V82h9.5c1.6%2C0%2C2.6%2C0%2C3.1%2C0c2%2C0.1%2C3.6%2C0.4%2C4.8%2C0.8%20c1.3%2C0.5%2C2.3%2C1.3%2C3%2C2.4c0.7%2C1%2C1.1%2C2.3%2C1.1%2C3.6c0%2C2.1-0.8%2C3.7-2.3%2C4.9c-0.5%2C0.4-1%2C0.7-1.6%2C0.9c-0.6%2C0.2-1.3%2C0.5-2.3%2C0.7%20c0.8%2C0.3%2C1.4%2C0.7%2C1.8%2C1c0.3%2C0.3%2C0.6%2C0.6%2C0.8%2C1c0.2%2C0.4%2C0.6%2C1.1%2C1.1%2C2.2c1.2%2C2.4%2C2.1%2C4.2%2C2.7%2C5.3c0.6%2C1.1%2C1.1%2C1.9%2C1.5%2C2.4%20c0.3%2C0.4%2C0.6%2C0.7%2C1%2C0.8s0.7%2C0.3%2C1.3%2C0.3v0.5h-6.6c-0.3-0.7-0.5-1.2-0.6-1.4l-1.4-3.1c-0.8-1.9-1.7-3.5-2.5-5%20c-0.8-1.4-1.6-2.4-2.3-2.9c-0.4-0.3-0.7-0.5-1.1-0.6c-0.4-0.1-0.9-0.2-1.5-0.2H61.9z%20M61.9%2C95.3h0.8c1.6%2C0%2C2.8-0.1%2C3.5-0.3%20c0.7-0.2%2C1.4-0.6%2C2-1.1c1.4-1.3%2C2.1-2.9%2C2.1-4.9c0-1-0.2-2-0.6-2.9s-1-1.7-1.7-2.3c-0.6-0.4-1.2-0.8-2-0.9%20c-0.8-0.2-1.8-0.3-3.3-0.3h-0.8V95.3z%22%2F%3E%20%3Cpath%20d%3D%22M92.2%2C82v0.5c-0.7%2C0-1.4%2C0.1-1.8%2C0.3c-0.5%2C0.2-0.9%2C0.4-1.3%2C0.8c-0.5%2C0.5-0.8%2C1.3-0.9%2C2.2c-0.1%2C0.7-0.1%2C1.5-0.1%2C2.4v14.5%20c0%2C1.1%2C0.1%2C2%2C0.2%2C2.6s0.3%2C1.1%2C0.5%2C1.5c0.3%2C0.5%2C0.8%2C0.9%2C1.3%2C1.2c0.5%2C0.3%2C1.3%2C0.4%2C2.2%2C0.5v0.5H79.6v-0.5c0.8%2C0%2C1.4-0.1%2C1.8-0.3%20s0.9-0.5%2C1.2-0.8c0.4-0.4%2C0.7-1%2C0.8-1.6c0.1-0.6%2C0.2-1.6%2C0.2-3V88.2c0-1.4-0.1-2.4-0.2-3c-0.1-0.6-0.4-1.2-0.8-1.6%20c-0.4-0.4-0.8-0.7-1.2-0.8s-1.1-0.3-1.8-0.3V82H92.2z%22%2F%3E%20%3Cpath%20d%3D%22M95.1%2C108.8l0.1-8.2l0.5%2C0c0.6%2C2.1%2C1.2%2C3.7%2C2%2C4.9c1.4%2C2.2%2C3.2%2C3.3%2C5.4%2C3.3c1.5%2C0%2C2.8-0.5%2C3.7-1.5c1-1%2C1.5-2.3%2C1.5-3.8%20c0-0.7-0.1-1.4-0.3-2.1c-0.2-0.7-0.5-1.3-0.9-1.8c-0.4-0.5-0.9-1-1.6-1.5c-0.7-0.5-1.7-1.1-3.2-1.8c-1.3-0.6-2.2-1.2-2.9-1.6%20c-0.7-0.4-1.2-0.9-1.6-1.3C96.6%2C92.3%2C96%2C90.7%2C96%2C89c0-1.1%2C0.2-2.1%2C0.7-3.2c0.4-1%2C1.1-1.9%2C1.8-2.6c1.4-1.3%2C3-1.9%2C5-1.9%20c0.6%2C0%2C1.2%2C0.1%2C1.7%2C0.2c0.5%2C0.1%2C1.2%2C0.4%2C2.1%2C0.7c0.7%2C0.3%2C1.1%2C0.4%2C1.3%2C0.5s0.4%2C0.1%2C0.6%2C0.1c0.5%2C0%2C0.8-0.3%2C0.9-1h0.5l0.1%2C7.8h-0.5%20c-0.4-1.3-0.7-2.2-0.9-2.9c-0.3-0.7-0.6-1.3-0.9-1.8c-0.6-1-1.4-1.8-2.1-2.3s-1.7-0.7-2.7-0.7c-1.5%2C0-2.6%2C0.5-3.5%2C1.5%20c-0.4%2C0.4-0.6%2C0.9-0.8%2C1.4c-0.2%2C0.6-0.3%2C1.1-0.3%2C1.7c0%2C2.2%2C1.4%2C4%2C4.2%2C5.3l2.8%2C1.3c2.1%2C1%2C3.7%2C2.1%2C4.6%2C3.4c1.1%2C1.4%2C1.6%2C3%2C1.6%2C4.8%20c0%2C1.2-0.2%2C2.4-0.7%2C3.5c-0.7%2C1.5-1.7%2C2.7-3.1%2C3.6c-1.4%2C0.8-3%2C1.3-4.8%2C1.3c-1.7%2C0-3.3-0.3-4.9-1c-0.8-0.4-1.3-0.6-1.5-0.6%20s-0.3-0.1-0.5-0.1c-0.6%2C0-1.1%2C0.3-1.3%2C0.9H95.1z%22%2F%3E%20%3Cpath%20d%3D%22M115.9%2C95.6c0-2.2%2C0.5-4.3%2C1.4-6.2s2.3-3.5%2C4.1-4.9c1.4-1%2C2.8-1.8%2C4.4-2.4c1.6-0.6%2C3.1-0.8%2C4.7-0.8c2%2C0%2C4%2C0.4%2C5.9%2C1.3%20c1.9%2C0.9%2C3.6%2C2.1%2C5%2C3.8c2.3%2C2.6%2C3.5%2C5.6%2C3.5%2C9c0%2C1.7-0.3%2C3.3-0.9%2C4.9c-0.6%2C1.6-1.5%2C3-2.6%2C4.3c-1.4%2C1.6-3.1%2C2.9-5%2C3.7%20c-1.9%2C0.9-4%2C1.3-6.1%2C1.3c-2.1%2C0-4.1-0.4-6-1.3c-1.9-0.9-3.6-2.1-4.9-3.6c-1.1-1.2-1.9-2.6-2.5-4.2S115.9%2C97.3%2C115.9%2C95.6z%20M120.7%2C95.9c0%2C3.8%2C1%2C7%2C3.1%2C9.7c0.9%2C1.2%2C1.9%2C2%2C3%2C2.6s2.3%2C0.8%2C3.6%2C0.8c1.4%2C0%2C2.6-0.3%2C3.6-0.8c1-0.5%2C2-1.4%2C3-2.6%20c2.1-2.6%2C3.1-5.9%2C3.1-9.7c0-2.1-0.3-4.1-0.9-6c-0.6-1.9-1.4-3.5-2.4-4.8c-0.8-1.1-1.8-1.9-2.8-2.4c-1-0.5-2.3-0.7-3.7-0.7%20c-1.4%2C0-2.6%2C0.2-3.6%2C0.7s-2%2C1.3-2.8%2C2.4c-1%2C1.3-1.8%2C2.9-2.4%2C4.8C121%2C91.7%2C120.7%2C93.7%2C120.7%2C95.9z%22%2F%3E%20%3Cpath%20d%3D%22M147.8%2C108.4c0.8%2C0%2C1.4-0.1%2C1.8-0.3s0.9-0.4%2C1.2-0.8c0.4-0.4%2C0.7-1%2C0.8-1.6c0.2-0.7%2C0.2-1.6%2C0.2-3V88.2%20c0-1.4-0.1-2.5-0.3-3.2c-0.2-0.7-0.5-1.2-1-1.7c-0.6-0.5-1.6-0.8-2.8-0.9V82h10.9c2.4%2C0%2C3.9%2C0%2C4.6%2C0.1c2.8%2C0.2%2C5.1%2C1%2C7.1%2C2.4%20c1.8%2C1.3%2C3.3%2C3%2C4.3%2C5.1c1%2C2.1%2C1.5%2C4.4%2C1.5%2C6.9c0%2C1.8-0.3%2C3.5-0.9%2C5.1s-1.4%2C3-2.4%2C4c-1.5%2C1.5-3.3%2C2.5-5.5%2C2.9%20c-1.6%2C0.3-3.3%2C0.5-5%2C0.5h-14.6V108.4z%20M156.3%2C82.6v19.6c0%2C1.3%2C0.1%2C2.3%2C0.2%2C2.9s0.4%2C1.2%2C0.8%2C1.7c0.8%2C1%2C2.2%2C1.5%2C4.1%2C1.5%20c1.6%2C0%2C3-0.3%2C4.2-0.8c1.2-0.5%2C2.2-1.4%2C3.1-2.6c0.9-1.2%2C1.6-2.5%2C2-4s0.7-3.1%2C0.7-4.8c0-1.9-0.3-3.6-0.8-5.3%20c-0.6-1.7-1.4-3.2-2.4-4.4c-1.5-1.8-3.2-2.9-5.2-3.5c-1.1-0.3-2.5-0.5-4.2-0.5H156.3z%22%2F%3E%20%3Cpath%20d%3D%22M200.2%2C82l0.3%2C6.5l-0.5%2C0c-0.2-1.1-0.5-2-0.8-2.7s-1-1.4-1.7-1.9c-0.6-0.5-1.3-0.8-2.2-1c-0.8-0.2-2-0.3-3.4-0.3h-4.5v11.8%20h1.2c1.2%2C0%2C2.1-0.1%2C2.7-0.2c0.6-0.2%2C1.1-0.4%2C1.5-0.8c0.4-0.4%2C0.6-0.8%2C0.8-1.4s0.3-1.3%2C0.4-2.3l0.5%2C0l-0.1%2C10.6H194%20c-0.1-1-0.3-1.8-0.5-2.4c-0.2-0.6-0.5-1.1-1-1.6c-0.4-0.4-0.9-0.7-1.5-0.9c-0.6-0.2-1.4-0.3-2.4-0.3h-1.1v4.5c0%2C1.8%2C0%2C3.1%2C0.1%2C3.9%20s0.3%2C1.5%2C0.5%2C2.1c0.4%2C0.9%2C1.1%2C1.6%2C2%2C2.1c0.9%2C0.4%2C2.1%2C0.7%2C3.6%2C0.7c1.6%2C0%2C2.9-0.2%2C4-0.6s1.9-1%2C2.6-1.9c0.5-0.6%2C0.9-1.2%2C1.2-1.9%20s0.6-1.7%2C0.8-2.9l0.5%2C0l-0.3%2C7.9H179v-0.5c0.8%2C0%2C1.4-0.1%2C1.8-0.3s0.9-0.4%2C1.3-0.8c0.4-0.4%2C0.7-1%2C0.8-1.6c0.2-0.7%2C0.2-1.6%2C0.2-3%20V88.2c0-1.3-0.1-2.3-0.2-3c-0.2-0.7-0.4-1.2-0.8-1.6c-0.4-0.4-0.8-0.7-1.2-0.8c-0.5-0.2-1.1-0.3-1.8-0.3V82H200.2z%22%2F%3E%20%3Cpath%20d%3D%22M238.6%2C81.8l0.2%2C8.8h-0.5c-0.1-0.4-0.3-0.7-0.3-0.9c-0.5-1.3-0.8-2.2-1.1-2.8c-0.5-1.1-1.3-2.1-2.2-3%20c-0.7-0.7-1.5-1.2-2.3-1.5c-0.8-0.3-1.7-0.5-2.7-0.5c-1.5%2C0-2.8%2C0.3-3.9%2C1c-1%2C0.6-1.9%2C1.4-2.7%2C2.4c-0.8%2C1.1-1.5%2C2.3-2%2C3.6%20c-0.8%2C1.9-1.1%2C4.1-1.1%2C6.5c0%2C2.1%2C0.3%2C3.9%2C0.8%2C5.6c0.5%2C1.7%2C1.3%2C3%2C2.3%2C4.2c1.8%2C2.1%2C4.2%2C3.1%2C7.2%2C3.1c1.5%2C0%2C2.8-0.3%2C4-0.8%20s2.1-1.3%2C2.8-2.2c0.8-1.1%2C1.3-2.6%2C1.7-4.4l0.5%2C0.1c-0.3%2C2.1-0.8%2C3.7-1.7%2C5c-0.8%2C1.2-2%2C2.1-3.5%2C2.7s-3.2%2C0.9-5.1%2C0.9%20c-1.8%2C0-3.6-0.3-5.2-0.8c-2.6-0.9-4.7-2.4-6.2-4.7c-1.5-2.3-2.2-5-2.2-8.1c0-2.4%2C0.4-4.6%2C1.3-6.7s2.1-3.7%2C3.6-4.9%20c1.2-0.9%2C2.6-1.7%2C4.3-2.3c1.7-0.6%2C3.3-0.8%2C5-0.8c1.6%2C0%2C3.3%2C0.3%2C5.1%2C0.9l1.6%2C0.5c0.3%2C0.1%2C0.6%2C0.2%2C0.8%2C0.2c0.3%2C0%2C0.6-0.1%2C0.8-0.4%20c0.1-0.1%2C0.2-0.3%2C0.3-0.7H238.6z%22%2F%3E%20%3Cpath%20d%3D%22M242.3%2C95.6c0-2.2%2C0.5-4.3%2C1.4-6.2s2.3-3.5%2C4.1-4.9c1.4-1%2C2.8-1.8%2C4.4-2.4c1.6-0.6%2C3.1-0.8%2C4.7-0.8c2%2C0%2C4%2C0.4%2C5.9%2C1.3%20c1.9%2C0.9%2C3.6%2C2.1%2C5%2C3.8c2.3%2C2.6%2C3.5%2C5.6%2C3.5%2C9c0%2C1.7-0.3%2C3.3-0.9%2C4.9c-0.6%2C1.6-1.5%2C3-2.6%2C4.3c-1.4%2C1.6-3.1%2C2.9-5%2C3.7%20s-4%2C1.3-6.1%2C1.3c-2.1%2C0-4.1-0.4-6-1.3c-1.9-0.9-3.6-2.1-4.9-3.6c-1.1-1.2-1.9-2.6-2.5-4.2C242.6%2C98.9%2C242.3%2C97.3%2C242.3%2C95.6z%20M247%2C95.9c0%2C3.8%2C1%2C7%2C3.1%2C9.7c0.9%2C1.2%2C1.9%2C2%2C3%2C2.6s2.3%2C0.8%2C3.6%2C0.8c1.4%2C0%2C2.6-0.3%2C3.6-0.8c1-0.5%2C2-1.4%2C3-2.6%20c2.1-2.6%2C3.1-5.9%2C3.1-9.7c0-2.1-0.3-4.1-0.9-6c-0.6-1.9-1.4-3.5-2.4-4.8c-0.8-1.1-1.8-1.9-2.8-2.4c-1-0.5-2.3-0.7-3.7-0.7%20c-1.4%2C0-2.6%2C0.2-3.6%2C0.7c-1%2C0.5-2%2C1.3-2.8%2C2.4c-1%2C1.3-1.8%2C2.9-2.4%2C4.8C247.3%2C91.7%2C247%2C93.7%2C247%2C95.9z%22%2F%3E%20%3Cpath%20d%3D%22M274.1%2C108.9v-0.5c1.3%2C0%2C2.4-0.4%2C3.1-1.1c0.4-0.4%2C0.7-1%2C0.8-1.6c0.2-0.7%2C0.2-1.6%2C0.2-3V88.2c0-1.4-0.1-2.4-0.2-3.1%20c-0.2-0.7-0.5-1.2-0.9-1.6c-0.4-0.3-0.8-0.6-1.2-0.8c-0.5-0.2-1-0.3-1.7-0.3V82h12.6v0.5c-0.7%2C0-1.3%2C0.1-1.8%2C0.3%20c-0.5%2C0.2-0.9%2C0.4-1.2%2C0.8c-0.4%2C0.4-0.8%2C1-0.9%2C1.6c-0.2%2C0.7-0.2%2C1.7-0.2%2C3.1v11.4c0%2C1.8%2C0%2C3.1%2C0.1%2C3.9c0.1%2C0.9%2C0.3%2C1.6%2C0.5%2C2.1%20c0.5%2C0.9%2C1.1%2C1.6%2C2.1%2C2.1c0.9%2C0.4%2C2.1%2C0.7%2C3.6%2C0.7c1.6%2C0%2C2.9-0.2%2C4-0.6s2-1.1%2C2.6-1.9c0.5-0.6%2C0.8-1.3%2C1.1-2c0.3-0.7%2C0.6-1.7%2C0.8-3%20l0.5%2C0l-0.3%2C8.1H274.1z%22%2F%3E%20%3Cpath%20d%3D%22M298.8%2C108.9v-0.5c1.3%2C0%2C2.4-0.4%2C3.1-1.1c0.4-0.4%2C0.7-1%2C0.8-1.6c0.2-0.7%2C0.2-1.6%2C0.2-3V88.2c0-1.4-0.1-2.4-0.2-3.1%20c-0.2-0.7-0.5-1.2-0.9-1.6c-0.4-0.3-0.8-0.6-1.2-0.8c-0.5-0.2-1-0.3-1.7-0.3V82h12.6v0.5c-0.7%2C0-1.3%2C0.1-1.8%2C0.3%20c-0.5%2C0.2-0.9%2C0.4-1.2%2C0.8c-0.4%2C0.4-0.8%2C1-0.9%2C1.6c-0.2%2C0.7-0.2%2C1.7-0.2%2C3.1v11.4c0%2C1.8%2C0%2C3.1%2C0.1%2C3.9c0.1%2C0.9%2C0.3%2C1.6%2C0.5%2C2.1%20c0.5%2C0.9%2C1.1%2C1.6%2C2.1%2C2.1c0.9%2C0.4%2C2.1%2C0.7%2C3.6%2C0.7c1.6%2C0%2C2.9-0.2%2C4-0.6s2-1.1%2C2.6-1.9c0.5-0.6%2C0.8-1.3%2C1.1-2c0.3-0.7%2C0.6-1.7%2C0.8-3%20l0.5%2C0l-0.3%2C8.1H298.8z%22%2F%3E%20%3Cpath%20d%3D%22M344.6%2C82l0.3%2C6.5l-0.5%2C0c-0.2-1.1-0.5-2-0.8-2.7s-1-1.4-1.7-1.9c-0.6-0.5-1.3-0.8-2.2-1c-0.8-0.2-2-0.3-3.4-0.3h-4.5v11.8%20h1.2c1.2%2C0%2C2.1-0.1%2C2.7-0.2c0.6-0.2%2C1.1-0.4%2C1.5-0.8c0.4-0.4%2C0.6-0.8%2C0.8-1.4s0.3-1.3%2C0.4-2.3l0.5%2C0l-0.1%2C10.6h-0.5%20c-0.1-1-0.3-1.8-0.5-2.4c-0.2-0.6-0.5-1.1-1-1.6c-0.4-0.4-0.9-0.7-1.5-0.9c-0.6-0.2-1.4-0.3-2.4-0.3h-1.1v4.5c0%2C1.8%2C0%2C3.1%2C0.1%2C3.9%20s0.3%2C1.5%2C0.5%2C2.1c0.4%2C0.9%2C1.1%2C1.6%2C2%2C2.1c0.9%2C0.4%2C2.1%2C0.7%2C3.6%2C0.7c1.6%2C0%2C2.9-0.2%2C4-0.6s1.9-1%2C2.6-1.9c0.5-0.6%2C0.9-1.2%2C1.2-1.9%20s0.6-1.7%2C0.8-2.9l0.5%2C0l-0.3%2C7.9h-23.5v-0.5c0.8%2C0%2C1.4-0.1%2C1.8-0.3s0.9-0.4%2C1.3-0.8c0.4-0.4%2C0.7-1%2C0.8-1.6c0.2-0.7%2C0.2-1.6%2C0.2-3%20V88.2c0-1.3-0.1-2.3-0.2-3c-0.2-0.7-0.4-1.2-0.8-1.6c-0.4-0.4-0.8-0.7-1.2-0.8c-0.5-0.2-1.1-0.3-1.8-0.3V82H344.6z%22%2F%3E%20%3Cpath%20d%3D%22M372.9%2C81.8l0.2%2C8.8h-0.5c-0.1-0.4-0.3-0.7-0.3-0.9c-0.5-1.3-0.8-2.2-1.1-2.8c-0.5-1.1-1.3-2.1-2.2-3%20c-0.7-0.7-1.5-1.2-2.3-1.5c-0.8-0.3-1.7-0.5-2.7-0.5c-1.5%2C0-2.8%2C0.3-3.9%2C1c-1%2C0.6-1.9%2C1.4-2.7%2C2.4c-0.8%2C1.1-1.5%2C2.3-2%2C3.6%20c-0.8%2C1.9-1.1%2C4.1-1.1%2C6.5c0%2C2.1%2C0.3%2C3.9%2C0.8%2C5.6c0.5%2C1.7%2C1.3%2C3%2C2.3%2C4.2c1.8%2C2.1%2C4.2%2C3.1%2C7.2%2C3.1c1.5%2C0%2C2.8-0.3%2C4-0.8%20s2.1-1.3%2C2.8-2.2c0.8-1.1%2C1.3-2.6%2C1.7-4.4l0.5%2C0.1c-0.3%2C2.1-0.8%2C3.7-1.7%2C5c-0.8%2C1.2-2%2C2.1-3.5%2C2.7s-3.2%2C0.9-5.1%2C0.9%20c-1.8%2C0-3.6-0.3-5.2-0.8c-2.6-0.9-4.7-2.4-6.2-4.7c-1.5-2.3-2.2-5-2.2-8.1c0-2.4%2C0.4-4.6%2C1.3-6.7s2.1-3.7%2C3.6-4.9%20c1.2-0.9%2C2.6-1.7%2C4.3-2.3c1.7-0.6%2C3.3-0.8%2C5-0.8c1.6%2C0%2C3.3%2C0.3%2C5.1%2C0.9l1.6%2C0.5c0.3%2C0.1%2C0.6%2C0.2%2C0.8%2C0.2c0.3%2C0%2C0.6-0.1%2C0.8-0.4%20c0.1-0.1%2C0.2-0.3%2C0.3-0.7H372.9z%22%2F%3E%20%3Cpath%20d%3D%22M386.3%2C82.6c-0.8%2C0-1.7%2C0-2.7%2C0.1c-2%2C0.1-3.5%2C0.4-4.5%2C0.8c-1%2C0.4-1.8%2C1.1-2.5%2C2.1c-0.6%2C0.9-1%2C2.2-1.4%2C3.7l-0.5%2C0l0.4-7.3%20h26.7l0.4%2C7.3l-0.5%2C0c-0.4-1.8-0.9-3.2-1.7-4.2c-0.8-0.9-1.9-1.6-3.3-2c-1.2-0.4-3.3-0.5-6.2-0.5v20.1c0%2C1.3%2C0.1%2C2.3%2C0.2%2C3%20s0.4%2C1.2%2C0.8%2C1.6c0.4%2C0.4%2C0.8%2C0.7%2C1.3%2C0.8s1.1%2C0.3%2C1.8%2C0.3v0.5h-12.6v-0.5c0.8%2C0%2C1.4-0.1%2C1.8-0.3s0.9-0.4%2C1.3-0.8%20c0.4-0.4%2C0.7-1%2C0.8-1.6c0.2-0.6%2C0.2-1.6%2C0.2-3V82.6z%22%2F%3E%20%3Cpath%20d%3D%22M416%2C82v0.5c-0.8%2C0-1.4%2C0.1-1.8%2C0.3s-0.9%2C0.4-1.3%2C0.8c-0.5%2C0.5-0.8%2C1.3-0.9%2C2.2c-0.1%2C0.7-0.1%2C1.5-0.1%2C2.4v14.5%20c0%2C1.1%2C0.1%2C2%2C0.2%2C2.6s0.3%2C1.1%2C0.5%2C1.5c0.3%2C0.5%2C0.8%2C0.9%2C1.3%2C1.2c0.5%2C0.3%2C1.3%2C0.4%2C2.2%2C0.5v0.5h-12.6v-0.5c0.8%2C0%2C1.4-0.1%2C1.8-0.3%20c0.5-0.2%2C0.9-0.5%2C1.2-0.8c0.4-0.4%2C0.7-1%2C0.8-1.6c0.1-0.6%2C0.2-1.6%2C0.2-3V88.2c0-1.4-0.1-2.4-0.2-3c-0.1-0.6-0.4-1.2-0.8-1.6%20c-0.4-0.4-0.8-0.7-1.2-0.8s-1.1-0.3-1.8-0.3V82H416z%22%2F%3E%20%3Cpath%20d%3D%22M418.9%2C95.6c0-2.2%2C0.5-4.3%2C1.4-6.2s2.3-3.5%2C4.1-4.9c1.4-1%2C2.8-1.8%2C4.4-2.4c1.6-0.6%2C3.1-0.8%2C4.7-0.8c2%2C0%2C4%2C0.4%2C5.9%2C1.3%20c1.9%2C0.9%2C3.6%2C2.1%2C5%2C3.8c2.3%2C2.6%2C3.5%2C5.6%2C3.5%2C9c0%2C1.7-0.3%2C3.3-0.9%2C4.9c-0.6%2C1.6-1.5%2C3-2.6%2C4.3c-1.4%2C1.6-3.1%2C2.9-5%2C3.7%20s-4%2C1.3-6.1%2C1.3c-2.1%2C0-4.1-0.4-6-1.3c-1.9-0.9-3.6-2.1-4.9-3.6c-1.1-1.2-1.9-2.6-2.5-4.2C419.2%2C98.9%2C418.9%2C97.3%2C418.9%2C95.6z%20M423.6%2C95.9c0%2C3.8%2C1%2C7%2C3.1%2C9.7c0.9%2C1.2%2C1.9%2C2%2C3%2C2.6s2.3%2C0.8%2C3.6%2C0.8c1.4%2C0%2C2.6-0.3%2C3.6-0.8c1-0.5%2C2-1.4%2C3-2.6%20c2.1-2.6%2C3.1-5.9%2C3.1-9.7c0-2.1-0.3-4.1-0.9-6c-0.6-1.9-1.4-3.5-2.4-4.8c-0.8-1.1-1.8-1.9-2.8-2.4c-1-0.5-2.3-0.7-3.7-0.7%20c-1.4%2C0-2.6%2C0.2-3.6%2C0.7c-1%2C0.5-2%2C1.3-2.8%2C2.4c-1%2C1.3-1.8%2C2.9-2.4%2C4.8C423.9%2C91.7%2C423.6%2C93.7%2C423.6%2C95.9z%22%2F%3E%20%3Cpath%20d%3D%22M455.7%2C85.5v17.2c0%2C1.4%2C0.1%2C2.4%2C0.2%2C3c0.2%2C0.6%2C0.4%2C1.2%2C0.8%2C1.6c0.4%2C0.4%2C0.8%2C0.7%2C1.3%2C0.8s1.1%2C0.3%2C1.8%2C0.3v0.5h-9.1v-0.5%20c0.8%2C0%2C1.4-0.1%2C1.8-0.3s0.9-0.4%2C1.3-0.8c0.4-0.4%2C0.7-1%2C0.8-1.6c0.2-0.7%2C0.2-1.6%2C0.2-3V88.1c0-1.3-0.1-2.3-0.2-3%20c-0.2-0.7-0.4-1.2-0.8-1.6c-0.4-0.4-0.8-0.7-1.2-0.8c-0.5-0.2-1.1-0.3-1.8-0.3V82h7.6l16%2C20.4V88.2c0-1.4-0.1-2.4-0.2-3%20s-0.4-1.2-0.8-1.6c-0.4-0.4-0.8-0.7-1.3-0.8c-0.5-0.2-1.1-0.3-1.8-0.3V82h9.1v0.5c-1.3%2C0-2.3%2C0.4-3.1%2C1.1c-0.4%2C0.4-0.7%2C1-0.8%2C1.6%20s-0.2%2C1.6-0.2%2C3v20.8h-0.9L455.7%2C85.5z%22%2F%3E%3C%2Fg%3E%3Cg%3E%20%3Cpath%20d%3D%22M139.1%2C48.7l-0.8-1.2l1.2-0.8l0.8%2C1.2l5.9-4l0.7%2C1.1l-4.4%2C3l2.5%2C3.7c0.6%2C1%2C0.3%2C1.7-0.5%2C2.2l-1.4%2C0.9l-1-1l1.4-1%20c0.3-0.2%2C0.4-0.4%2C0.2-0.7l-2.4-3.5l-2%2C1.3c2.2%2C3.3%2C1.8%2C5.6%2C0.9%2C7.7l-1.4-0.4c1.1-2.1%2C1.1-3.8-0.6-6.6l-4.4%2C2.9l-0.7-1.1L139.1%2C48.7%20z%20M136%2C57.5c0.5-1.4%2C0.6-2.6%2C0.4-4.4l1.3-0.3c0.3%2C1.7%2C0.1%2C3.5-0.3%2C5L136%2C57.5z%20M140.2%2C63.7c0.3-1.4%2C0.1-3.1-0.4-4.4l1.3-0.5%20c0.5%2C1.3%2C0.9%2C3.4%2C0.6%2C5L140.2%2C63.7z%20M144.6%2C60.1c0.2%2C0.2%2C0.4%2C0.2%2C0.6%2C0l3.1-2.1c0.6-0.4%2C0.6-0.7-0.3-2.4l1.4-0.4c1%2C2%2C1.3%2C2.8%2C0%2C3.7%20l-3.8%2C2.6c-0.6%2C0.4-1.3%2C0.4-1.7-0.2l-1.9-2.8l1.1-0.8L144.6%2C60.1z%20M146.6%2C56.7c-1.3-0.1-2.7-0.1-4%2C0.2l0-1.3%20c0.7-0.2%2C2.3-0.4%2C3.9-0.3L146.6%2C56.7z%20M144.8%2C47.3c0.4%2C0.2%2C2.5%2C1.3%2C4.8%2C1.4l-0.3%2C1.5c-2-0.2-3.7-0.9-5.3-1.8L144.8%2C47.3z%20M153%2C56%20c-1.6-1-3.6-1.6-5-2l0.5-1.3c0.5%2C0.1%2C3%2C0.7%2C5.1%2C1.9L153%2C56z%22%2F%3E%20%3Cpath%20d%3D%22M163.4%2C35.6l0.7%2C1.3l-3.9%2C2.1l1.6%2C3c0.2%2C0.2%2C0.5%2C0.6%2C0.7%2C0.9c0.3%2C0.3%2C0.5%2C0.7%2C0.7%2C1.1c2.1%2C4-1%2C6.6-3.6%2C8.1l-1.1-1%20c4-2.1%2C4.4-4.1%2C3.7-6c0%2C0.4%2C0.1%2C1.8-1.6%2C2.7c-1.9%2C1-3.6%2C0-4.4-1.5c-0.9-1.8-0.4-3.7%2C1.5-4.7c1-0.5%2C1.5-0.4%2C2-0.3l-0.9-1.6l-7.4%2C4%20l-0.7-1.3l7.4-4l-0.9-1.7l1.4-0.7l0.9%2C1.7L163.4%2C35.6z%20M160.7%2C43.2c-0.4-0.4-1.1-1.2-2.4-0.5c-0.8%2C0.4-1.6%2C1.5-0.9%2C2.9%20c0.3%2C0.6%2C1.3%2C1.7%2C2.7%2C1c1.1-0.6%2C1.5-1.7%2C0.9-2.7L160.7%2C43.2z%22%2F%3E%20%3Cpath%20d%3D%22M178.4%2C29.1c-0.2%2C0.4-0.6%2C1-0.8%2C1.5c-1.4%2C2.5-1.5%2C2.7-2.2%2C4c0.5-0.5%2C1.3-1.2%2C2.6-1.7c2.3-0.9%2C4.7-0.4%2C5.8%2C2.3%20c1.3%2C3.1-0.7%2C5.8-3.7%2C7c-2.5%2C1-4.5%2C0.5-5.2-1c-0.5-1.3%2C0.3-2.7%2C1.8-3.3c0.6-0.2%2C3.1-1.1%2C5%2C1.6c0.4-0.4%2C1.5-1.7%2C0.6-3.7%20c-0.3-0.8-1.4-2.7-4.4-1.5c-2.8%2C1.1-4.2%2C3.5-5.5%2C6.5l-1.3-0.9c0.8-1.4%2C3.3-5.8%2C5.2-9.7c-2.6%2C1.3-3.5%2C1.7-6.1%2C2.8l-0.6-1.4%20c3.4-1.4%2C4.6-1.9%2C8.3-3.7L178.4%2C29.1z%20M177.1%2C39c-1%2C0.4-1.1%2C1.2-1%2C1.6c0.3%2C0.8%2C1.6%2C1.1%2C3.4%2C0.4c0.6-0.3%2C0.9-0.5%2C1.2-0.6%20C179.8%2C39%2C178.5%2C38.4%2C177.1%2C39z%22%2F%3E%20%3Cpath%20d%3D%22M199.3%2C23.1l0.5%2C1.4l-5.2%2C2.1l1.3%2C3.2l6.1-2.4l0.5%2C1.4l-6.1%2C2.4l2%2C4.8l-1.5%2C0.5l-1.9-4.7l-6.1%2C2.4l-0.5-1.4l6.1-2.4%20l-1.3-3.2l-5.2%2C2.1l-0.5-1.4l5.2-2.1l-1.2-2.8l1.5-0.6l1.1%2C2.8L199.3%2C23.1z%22%2F%3E%20%3Cpath%20d%3D%22M212%2C20.4l0.6%2C3.3l7.9-1.4l0.3%2C1.4l-7.9%2C1.4l0.8%2C4.4c0.1%2C0.5%2C0.3%2C0.7%2C1.1%2C0.6l3.5-0.6c0.9-0.2%2C1.9-0.4%2C2.8-0.6l0.1%2C1.5%20l-6.5%2C1.2c-1.2%2C0.2-2.3%2C0-2.6-1.6l-0.8-4.5l-4.6%2C0.8l-0.3-1.4l4.6-0.8l-0.6-3.3l-4%2C0.7l-0.3-1.4l12.5-2.3l0.3%2C1.4L212%2C20.4z%22%2F%3E%20%3Cpath%20d%3D%22M226.5%2C28.7c5.2-2.4%2C8.4-5.8%2C10-13.4l1.8%2C0.3c-2%2C8.5-5.8%2C12-10.8%2C14.4L226.5%2C28.7z%22%2F%3E%20%3Cpath%20d%3D%22M247.1%2C29.3c-1.2-1.9-2.2-3-2.8-3.6l1.3-0.9c1.1%2C1.1%2C2.3%2C2.5%2C3%2C3.5L247.1%2C29.3z%22%2F%3E%20%3Cpath%20d%3D%22M271.4%2C17.1c0.3-0.5%2C0.5-1%2C0.8-1.6l1.4%2C0.4c-0.3%2C0.5-0.4%2C0.8-0.8%2C1.4l5.8%2C0.7l-0.1%2C1.1l-6-0.8l-0.1%2C1.1l5.5%2C0.7l-0.1%2C1%20l-5.5-0.7l-0.1%2C1.1l5.5%2C0.7l-0.1%2C1l-5.5-0.7l-0.2%2C1.2l6.4%2C0.8l-0.1%2C1.1l-6.8-0.9l-0.1%2C1.2l7.1%2C0.9l-0.2%2C1.2l-5.9-0.7%20c2.2%2C1.9%2C4.8%2C2.8%2C5.8%2C3.1l-0.8%2C1.3c-1.2-0.5-4-1.6-6.3-4.1l-0.5%2C3.6l-1.4-0.2l0.4-3.5c-1.1%2C0.7-3%2C1.7-7.1%2C2.3l-0.5-1.5%20c1.1-0.1%2C3.9-0.2%2C6.5-1.5l-6-0.8l0.1-1.2l7.1%2C0.9l0.1-1.2l-5.2-0.7l0.6-4.8c-0.7%2C0.5-1.1%2C0.8-1.6%2C1l-0.7-1.3c1-0.5%2C2.9-1.7%2C4.2-4.1%20l1.4%2C0.4c-0.3%2C0.5-0.5%2C0.8-0.9%2C1.3L271.4%2C17.1z%20M270.7%2C22.5l-4.3-0.5l-0.2%2C1.2l4.3%2C0.5L270.7%2C22.5z%20M271%2C20.3l-4.3-0.5l-0.1%2C1.1%20l4.3%2C0.5L271%2C20.3z%20M267.2%2C17.7c-0.1%2C0.1-0.1%2C0.2-0.2%2C0.2l-0.1%2C0.8l4.3%2C0.5l0.1-1.1L267.2%2C17.7z%22%2F%3E%20%3Cpath%20d%3D%22M286.9%2C19.4c-0.1%2C1.1-0.2%2C2.1-0.1%2C3.2c0.4-0.1%2C2.2-0.7%2C4.4-0.2c0.5-1.3%2C0.6-1.9%2C0.8-2.6l1.5%2C0.5c-0.4%2C1.4-0.6%2C1.8-0.8%2C2.5%20c4.2%2C1.4%2C4.3%2C5%2C3.9%2C6.9c-1.2%2C5.3-6.7%2C4.3-8%2C4l-0.1-1.5c1.5%2C0.3%2C5.7%2C1.1%2C6.7-3c0.9-3.8-2.2-5-2.9-5.3c-1.1%2C2.5-2%2C4.3-3.3%2C5.6%20c-1.3%2C1.3-2.8%2C2.4-4.6%2C2c-2.2-0.5-2.3-2.8-2-4.2c0.4-1.6%2C1.4-3.2%2C3.3-4.2c-0.1-1.7%2C0-3.2%2C0-3.7L286.9%2C19.4z%20M285.6%2C24.6%20c-1.3%2C0.9-1.9%2C2.3-2%2C3.1c-0.4%2C1.6%2C0.4%2C2.3%2C1%2C2.4c0.8%2C0.2%2C1.7-0.3%2C2.3-0.7C286.1%2C28.2%2C285.7%2C26.3%2C285.6%2C24.6z%20M290.7%2C23.6%20c-2.1-0.3-3.5%2C0.2-3.9%2C0.4c0.1%2C1.8%2C0.5%2C3.7%2C1%2C4.6C289%2C27.3%2C289.9%2C25.5%2C290.7%2C23.6z%22%2F%3E%20%3Cpath%20d%3D%22M316.2%2C29.1l-0.4%2C1.2l-5.2-1.8l-0.7%2C2l4.8%2C1.7l-0.4%2C1.2l-4.8-1.7l-0.8%2C2.3c1.5%2C1.2%2C2.6%2C2.6%2C3.8%2C4.6l-1.4%2C1.1%20c-1-2.3-2.1-3.5-2.9-4.2l-0.3%2C0.9c-0.8%2C2.3-2.9%2C2.1-4.2%2C1.6c-3.2-1.1-3.3-3-2.9-4c0.6-1.7%2C2.7-2.4%2C5.1-1.5c0.7%2C0.3%2C1.2%2C0.5%2C1.6%2C0.7%20l0.7-1.9l-5.9-2l0.4-1.2l5.9%2C2l0.7-2L303%2C26l0.4-1.2l6.1%2C2.1l0.6-1.7l1.4%2C0.5l-0.6%2C1.7L316.2%2C29.1z%20M307%2C34.5%20c-0.3-0.2-0.7-0.5-1.5-0.8c-1.5-0.5-2.9-0.3-3.3%2C0.7c-0.1%2C0.3-0.4%2C1.6%2C1.8%2C2.3c1.4%2C0.5%2C2.2%2C0.2%2C2.6-1.1L307%2C34.5z%22%2F%3E%20%3Cpath%20d%3D%22M326%2C31.4c-2.1%2C4.1-3%2C5.9-3.7%2C7.4c-0.9%2C2-1.8%2C4.1%2C1.1%2C5.5c4%2C1.9%2C5.8-0.7%2C7.3-2.8l1.1%2C1.1c-1.8%2C2.6-4.3%2C5.3-9%2C3.1%20c-4.2-2-3.2-4.9-2-7.6c0.5-1.2%2C3-6.3%2C3.5-7.3L326%2C31.4z%22%2F%3E%20%3Cpath%20d%3D%22M332.9%2C50.2c3.3-2%2C7-6.4%2C7.9-7.5l-2.1-1.3l0.7-1.2l2.3%2C1.4c0.7-1%2C0.8-1%2C1.3-1.8l1.4%2C0.9c-0.5%2C0.7-0.7%2C0.9-1.4%2C1.8l4%2C2.4%20l-0.7%2C1.2l-4.2-2.5c-2.8%2C3.3-6.1%2C6.5-8.1%2C7.9L332.9%2C50.2z%20M342.1%2C50.5c-0.9%2C0.4-1.2%2C0.9-1.3%2C1c-0.8%2C1.3%2C0.9%2C2.4%2C2.6%2C3.4%20c0.5%2C0.3%2C1.6%2C0.9%2C2.9%2C1.6l-0.8%2C1.3c-0.4-0.2-2.3-1.3-2.8-1.6c-1.7-1-4.7-2.8-3.2-5.3c0.4-0.7%2C1.1-1.2%2C1.8-1.5L342.1%2C50.5z%20M349.3%2C50.6c-0.4-0.3-0.8-0.5-1.5-0.9c-1.5-0.9-2.8-1.5-4.4-1.8l0.2-1.4c1.4%2C0.2%2C3%2C0.6%2C6.4%2C2.8L349.3%2C50.6z%22%2F%3E%20%3Cpath%20d%3D%22M354.1%2C61.3c-0.8%2C1.1-2.4%2C1.4-3.6%2C0.5c-1.1-0.8-1.4-2.4-0.5-3.6c0.8-1.1%2C2.4-1.4%2C3.6-0.5C354.7%2C58.6%2C354.9%2C60.2%2C354.1%2C61.3%20z%20M350.7%2C58.8c-0.6%2C0.7-0.4%2C1.8%2C0.4%2C2.4c0.7%2C0.6%2C1.8%2C0.4%2C2.3-0.3c0.6-0.8%2C0.4-1.8-0.3-2.4C352.3%2C57.9%2C351.2%2C58%2C350.7%2C58.8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  width: 320px;
  height: 90px;
}

.indexCollection h2:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 30px;
  left: 0;
}

.indexCollection p {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px;
}

.indexCollection ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.indexCollection ul li {
  position: relative;
  padding: 10px 0;
  width: 25%;
}

@media (max-width: 480px) {
  .indexCollection ul li {
    width: 50%;
  }
}

.indexCollection ul li:nth-child(5n + 1) {
  background: url(../svg/collection_01.svg);
}

.indexCollection ul li:nth-child(5n + 2) {
  background: url(../svg/collection_02.svg);
}

.indexCollection ul li:nth-child(5n + 3) {
  background: url(../svg/collection_03.svg);
}

.indexCollection ul li:nth-child(5n + 4) {
  background: url(../svg/collection_04.svg);
}

.indexCollection ul li:nth-child(5n) {
  background: url(../svg/collection_05.svg);
}

.indexCollection ul li a {
  display: block;
  position: relative;
}

.indexCollection ul li a div {
  width: 100%;
  height: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  padding: 149% 0 0 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 1px solid #ffffff;
}

.indexCollection ul li a:hover div {
  margin: 15px;
  width: calc(100% - 30px);
  padding-top: calc(149% - 30px);
}

.indexCollection ul li a div img {
  max-width: none;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.indexCollection ul li a:hover div img {
  width: calc(100% + 30px);
  top: -15px;
  left: -15px;
}

.indexCollection ul li a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0px solid #ffffff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.indexCollection ul li a:hover:before {
  opacity: 1;
}

.indexCollection .goldArrowButton {
  margin-top: 10px;
  width: 320px;
}

@media (max-width: 480px) {
  .indexCollection .goldArrowButton {
    width: 280px;
  }
}

#indexNewsContainer {
  padding: 0 0 40px;
  position: relative;
}

#indexNews {
  margin-top: 60px;
}

#indexNews ul li {
  line-height: 1.25;
  margin-bottom: 20px;
  padding: 0 20px;
}

#indexNews ul li :nth-last-of-type(1) {
  margin-bottom: 0;
}

#indexNews ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #222222;
}

#indexNews ul li a img {
  display: block;
}

#indexNews ul li a .indexNewsContent {
  border-top: 1px dotted #a1a4a2;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#indexNews ul li time {
  display: inline-block;
  padding: 20px 20px 0 0;
  line-height: 20px;
  height: 20px;
}

#indexNews ul li a h5 {
  line-height: 20px;
  text-decoration: underline;
  padding: 20px 10px 0 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#indexNews ul li a:hover h5 {
  color: #ac9668;
}

#indexNews ul li a img {
  height: 90px;
  float: left;
  margin: 0 40px 0 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (max-width: 480px) {
  #indexNews ul li a img {
    display: none;
  }
}

#indexNews .indexNewsPrev {
  text-align: right;
  padding-right: 20px;
}

#indexNews .indexNewsPrev:hover a {
  color: #ac9668;
  -webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
}

#indexNews .indexNewsPrev a {
  color: #222222;
  text-decoration: underline;
}

#indexColumnContainer {
  padding: 60px 0 0;
  position: relative;
  background: #edf5ea;
  background-image: url(../images/index/plan.png);
  background-size: 60px;
}

#indexColumn ul {
  margin-bottom: 35px;
  padding: 0 20px;
}

#indexColumn ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.25;
  margin-bottom: 10px;
  padding: 10px 0 22px;
  border-bottom: 3px solid #ffffff;
}

@media (max-width: 480px) {
  #indexColumn ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#indexColumn ul li :nth-last-of-type(1) {
  margin-bottom: 0;
}

#indexColumn ul li .indexColumnImage {
  overflow: hidden;
  width: 160px;
  min-height: 120px;
  max-height: 240px;
}

@media (max-width: 480px) {
  #indexColumn ul li .indexColumnImage {
    width: 100%;
    max-height: 133vw;
  }
}

#indexColumn ul li .indexColumnImage img {
  display: block;
  height: auto;
  width: 100%;
}

#indexColumn ul li .indexColumnPost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 200px);
}

@media (max-width: 480px) {
  #indexColumn ul li .indexColumnPost {
    width: 100%;
  }
}

#indexColumn ul li .indexColumnPost h5 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

#indexColumn ul li .indexColumnPost h5 a {
  color: #000000;
}

#indexColumn ul li .indexColumnPost .indexColumnBody {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 18px;
  height: 44px;
}

#indexColumn ul li .indexColumnPost .indexColumnTag a {
  display: inline-block;
  text-align: center;
  height: 40px;
  min-width: 110px;
  line-height: 40px;
  padding: 0 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  color: #ffffff;
  background-color: #32b16c;
  background-image: url(../images/asanoha.png);
  background-size: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 480px) {
  #indexColumn ul li .indexColumnPost .indexColumnTag a {
    margin-right: 10px;
  }
}

#indexColumn ul li .indexColumnPost .indexColumnTag a:hover {
  color: #32b16c;
  background: #ffffff;
  border: 1px solid #32b16c;
}

#indexColumn ul li img {
  height: 90px;
  float: left;
  margin: 0 40px 0 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#indexColumn .goldArrowButton {
  width: 315px;
}

@media (max-width: 480px) {
  #indexColumn .goldArrowButton {
    width: 280px;
  }
}

#indexYoutube {
  text-align: center;
  padding: 60px 20px 90px;
}

#indexYoutube .indexHeader {
  letter-spacing: -0.1em;
}

#indexYoutube .indexYoutubeWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  #indexYoutube .indexYoutubeWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#indexYoutube .indexYoutubeWrapper div {
  position: relative;
  width: calc(50% - 10px);
  padding-bottom: calc(56.25% / 2);
}

@media (max-width: 480px) {
  #indexYoutube .indexYoutubeWrapper div {
    width: 100%;
    padding-bottom: 56.25%;
    margin: 0 auto 20px;
  }
}

#indexYoutube .indexYoutubeWrapper div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=index.css.map */