.news {
  margin-top: 80px;
  height: 40px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #cfc8ed;
  background: -webkit-gradient(linear, left top, right top, from(#cfc8ed), to(#867ab8));
  background: linear-gradient(to right, #cfc8ed 0%, #867ab8 100%);
}

.news .news_cap {
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-style: italic;
  padding: 8px 25px 0;
  position: relative;
  z-index: 1;
}

.news .news_cap::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: #6e60a7;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  width: 120px;
  height: 100%;
  top: 0;
  left: -20px;
}

.news .news_more {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-style: italic;
}

.news .news_more a {
  color: #fff;
}

@media screen and (min-width: 960px) {
  .news .news_more a:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

.news .news_txt {
  margin-left: 30px;
  padding-top: 9px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.news .news_txt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news .news_txt a .date {
  color: #777;
}

.news .news_txt a .article {
  color: #000;
  margin-left: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-right: 100px;
}

@media screen and (min-width: 960px) {
  .news .news_txt:hover {
    opacity: 0.4;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@media screen and (max-width: 959px) {
  .news {
    margin-top: 16vh;
    height: 34px;
    font-size: 12px;
  }
  .news .news_cap {
    padding: 5px 15px 0;
  }
  .news .news_cap::before {
    content: "";
    left: -83%;
  }
  .news .news_more {
    right: 8px;
    font-size: 12px;
  }
  .news .news_more a {
    color: #fff;
  }
  .news .news_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    padding-top: 6px;
    font-size: 11px;
  }
  .news .news_txt a .date {
    color: #777;
  }
  .news .news_txt a .article {
    margin-left: 8px;
    margin-right: 15.5%;
  }
}

.main {
  position: relative;
}

.main .ttl {
  width: 644px;
  margin: 120px auto 0;
}

.main .map {
  margin: 80px auto;
  font-size: 0;
  letter-spacing: -0.04em;
  text-align: center;
}

.main .map .map_btn {
  letter-spacing: normal;
  font-size: 15px;
  display: inline-block;
  width: 223px;
  margin-left: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main .map .map_btn:first-child {
  margin-left: 0;
}

@media screen and (min-width: 960px) {
  .main .map .map_btn:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@media screen and (max-width: 959px) {
  .main .ttl {
    width: 100%;
    margin: 80px auto 0;
  }
  .main .map {
    margin: 60px auto;
  }
  .main .map .map_btn {
    width: 40%;
  }
}

.lead {
  text-align: center;
  /*font-size: 18px;*/
  font-size: 21px;
  font-weight: 700;
  line-height: 2.2em;
  position: relative;
  margin-top: 200px;
  padding: 100px 0;
}

.lead::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#f6705e));
  background: linear-gradient(to right, #fff 0%, #f6705e 100%);
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
  width: 100%;
  height: 80%;
  top: 10%;
}

.lead::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: #ffdee5;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  width: 100%;
  height: 100%;
  top: -0px;
}

.lead .lead_txt p {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 0 5px;
  z-index: 1;
}

.lead .lead_txt p::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 20px;
  background: #fff;
  z-index: -1;
}

@media screen and (max-width: 959px) {
  .lead {
    /*font-size: 14px;*/
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 100px;
    padding: 80px 0;
  }
  .lead::before {
    content: "";
    width: 100%;
    height: 98%;
    top: 1vh;
  }
  .lead .lead_txt p::before {
    content: "";
    top: 13px;
    height: 16px;
  }
}

.menu {
  margin: 120px 40px 0;
}

.menu .menu_btn_lineup {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu .menu_btn_lineup:hover {
  background: #e7e4f9;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu .menu_btn {
  width: 1000px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu .menu_btn .btn {
  margin-left: 40px;
}

.menu .menu_btn .btn:first-child {
  margin-left: 0;
}

.menu .menu_btn .btn_line {
  max-width: 480px;
  background: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu .menu_btn .btn_line:hover {
  background: #ffe8e5;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu .menu_btn .btn_goods {
  max-width: 480px;
  background: #fff;
}

@media screen and (max-width: 959px) {
  .menu {
    margin: 80px 5% 0;
  }
  .menu .menu_btn_lineup {
    width: 100%;
  }
  .menu .menu_btn {
    width: 100%;
    margin: 10px auto 0;
  }
  .menu .menu_btn .btn {
    margin-left: 4%;
  }
  .menu .menu_btn .btn:first-child {
    margin-left: 0;
  }
  .menu .menu_btn .btn_line {
    width: 48%;
  }
  .menu .menu_btn .btn_goods {
    width: 48%;
  }
}

h3.ttl {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 40px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  h3.ttl {
    font-size: 32px;
  }
}

.twitter {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 2em;
  position: relative;
  margin-top: 200px;
  padding: 100px 0;
}

.twitter::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#e7a3c3), to(#fff));
  background: linear-gradient(to right, #e7a3c3 0%, #fff 100%);
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
  width: 100%;
  height: 80%;
  top: 10%;
}

.twitter::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: #eae5ff;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  width: 100%;
  height: 100%;
  top: -0px;
}

.twitter .twitter_wrap {
  width: 660px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-top: 35px;
}

.twitter .twitter_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.3;
}

@media screen and (max-width: 959px) {
  .twitter {
    margin-top: 80px;
    padding: 60px 0;
  }
  .twitter::before {
    content: "";
    width: 100%;
    height: 98%;
    top: 1vh;
  }
  .twitter .twitter_wrap {
    width: 90%;
    margin-top: 20px;
  }
}

.info {
  margin-top: 120px;
}

.info .info_txt {
  width: 500px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 600;
  margin-top: 50px;
}

.info dl {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info dl:first-child {
  margin-top: 0;
}

.info dt {
  width: 110px;
}

.info .info_att {
  font-size: 14px;
  line-height: 1.6em;
  margin-top: 5px;
}

@media screen and (max-width: 959px) {
  .info {
    margin-top: 90px;
  }
  .info .info_txt {
    width: 90%;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 600;
    margin-top: 30px;
  }
  .info dl {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .info dt {
    width: 27%;
  }
  .info dd {
    width: 73%;
  }
  .info .info_att {
    font-size: 12px;
    line-height: 1.6em;
  }
}
/*# sourceMappingURL=top.css.map */