@charset "UTF-8";
/*---------------------------------------------------------------------------//
-------------------------------------------------------------------
20160711 - introアニメーション対応版にスタイル変更
-------------------------------------------------------------------
////詳細////
pc、読み込みで"js-kvSlide"がちらつくのでCSSでdisplay:none;に。
spの場合、高さ0だったため".keyVisual__inner"にpadding-topを入れて対応。
また、上下の位置もずれていた為少し修正。positionはabsoluteママ

//---------------------------------------------------------------------------*/
/* =====================================================================


  


===================================================================== */
.kyoro-topIndex .keyVisual {
  overflow: hidden;
}
.kyoro-topIndex .keyVisual__inner {
  position: relative;
  margin: 0 -1px;
}
.kyoro-topIndex .keyVisual__titleBox {
  width: 30%;
  height: 0;
  padding-bottom: 49.166%;
  float: left;
  background: url(../../img/bg_title_main.png) no-repeat center top;
  background-size: 100% auto;
}
.kyoro-topIndex .keyVisual__title {
  width: 82.222%;
  margin: 0 auto;
  padding-top: 33.888%;
}
.kyoro-topIndex .keyVisual__title img {
  width: 100%;
  height: auto;
}
.kyoro-topIndex .kv_slideBox {
  width: 70%;
  height: 0;
  overflow: hidden;
  padding-bottom: 49.166%;
  float: left;
  position: relative;
}
.kyoro-topIndex .kv_slideBox__items {
  position: absolute;
  width: 300%;
  top: 0;
  left: 0;
}
.kyoro-topIndex .kv_slideBox__items.is-animation {
  transition-duration: 0.3s;
}
.kyoro-topIndex .kv_slideBox__item {
  float: left;
  width: 33.33333%;
}
.kyoro-topIndex .kv_slideBox__item img {
  width: 100%;
  height: auto;
}
.kyoro-topIndex .keyVisual__slideNav__item {
  position: absolute;
  z-index: 4;
  top: 50%;
  margin-top: -30px;
}
.kyoro-topIndex .keyVisual__slideNav__item a {
  width: 38px;
  height: 62px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url(../img/icon_controls_01.png);
  background-size: 76px 100%;
}
.kyoro-topIndex .keyVisual__slideNav--prev {
  left: 3.5%;
}
.kyoro-topIndex .keyVisual__slideNav--prev a {
  background-position: 0 0;
}
.kyoro-topIndex .keyVisual__slideNav--next {
  right: 3.5%;
}
.kyoro-topIndex .keyVisual__slideNav--next a {
  background-position: right 0;
}
.kyoro-topIndex .keyVisual__slideNav__mark {
  margin: 15px 0 30px;
  width: 100%;
  height: 0px;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 6;
}
.kyoro-topIndex .keyVisual__slideNav__mark__item {
  border: solid 2px #663220;
  border-radius: 50%;
  vertical-align: top;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  cursor: pointer;
}
.kyoro-topIndex .keyVisual__slideNav__mark__item.is-current {
  background-color: #e42038;
  border-color: #e42038;
}
.kyoro-topIndex .js-kvSlide {
  display: none;
}
.kyoro-topIndex .kv_animationBox {
  overflow: hidden;
  position: absolute;
  left: 30%;
  z-index: -1;
  height: 0;
  width: 70%;
  padding-bottom: 49.2%;
}
.kyoro-topIndex .kv_animationBox img {
  width: 100%;
}
.kyoro-topIndex .localNav {
  padding: 20px 20px 0;
}
.kyoro-topIndex .localNav__items {
  margin-left: -20px;
}
.kyoro-topIndex .localNav__items:after {
  content: "";
  clear: both;
  display: block;
}
.kyoro-topIndex .localNav__item {
  width: 33.33%;
  float: left;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
.kyoro-topIndex .localNav__item a {
  display: block;
  color: #fff;
  border-radius: 5px;
  background-color: #49cc91;
  padding: 20px 5px 20px 20px;
  position: relative;
  transition-duration: .18s;
  transition-property: background-color, box-shadow, -webkit-transform;
  transition-property: background-color, box-shadow, transform;
  transition-property: background-color, box-shadow, transform, -webkit-transform;
}
.kyoro-topIndex .localNav__item a:after {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../img/icon_link_02.svg) no-repeat center center;
  margin-left: 10px;
  position: relative;
  top: 2px;
  transition-duration: .1s;
}
.kyoro-topIndex .localNav__item a:hover {
  text-decoration: none;
}
.kyoro-topIndex .localNav__item a:hover .localNav__item__txt:before {
  -webkit-transform: rotate(-10deg) scale(1.1);
      -ms-transform: rotate(-10deg) scale(1.1);
          transform: rotate(-10deg) scale(1.1);
}
.kyoro-topIndex .localNav__item .localNav__item__txt {
  position: relative;
  display: inline-block;
}
.kyoro-topIndex .localNav__item .localNav__item__txt:before {
  content: "";
  width: 55px;
  height: 55px;
  display: inline-block;
  background: url(../img/icon_01.svg) no-repeat center center;
  background-size: 55px 55px;
  position: absolute;
  top: 50%;
  margin-top: -27px;
  margin-left: -58px;
  transition-duration: .1s;
}
.kyoro-topIndex .localNav__item--01 a {
  background-color: #4bd9f2;
}
.kyoro-topIndex .localNav__item--01 .localNav__item__txt:before {
  background: url(../img/icon/icon-01.svg) no-repeat center center;
  background-size: 55px 55px;
}
.kyoro-topIndex .localNav__item--02 a {
  background-color: #8686db;
}
.kyoro-topIndex .localNav__item--02 .localNav__item__txt:before {
  background: url(../img/icon/icon-02.svg) no-repeat center center;
  background-size: 55px 55px;
}
.kyoro-topIndex .localNav__item--03 a {
  background-color: #ffcc40;
}
.kyoro-topIndex .localNav__item--03 .localNav__item__txt:before {
  background: url(../img/icon/icon-03.svg) no-repeat center center;
  background-size: 55px 55px;
}
.kyoro-topIndex .sectionBox {
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #49cc91;
  padding: 60px 0;
  margin: 20px 20px 0;
  position: relative;
}
.kyoro-topIndex .sectonBox__inner {
  width: 950px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
.kyoro-topIndex .sectionBox--s {
  width: 33.33%;
  box-sizing: border-box;
  position: relative;
  padding: 0 0 20px 20px;
  float: left;
}
.kyoro-topIndex .sectionBox--s:nth-child(3n+1) {
  clear: left;
}
.kyoro-topIndex .sectionBox--s:before {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  left: -10px;
  background: url(../../img/bg_section_space.png) no-repeat center center;
}
.kyoro-topIndex .sectionBox--s:after {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  left: -10px;
  background: url(../../img/bg_section_space.png) no-repeat center center;
}
.kyoro-topIndex .sectionBox--s:last-child:nth-child(3n+2):before {
  display: block;
}
.kyoro-topIndex .sectionBox--s:last-child:nth-child(3n+1):before {
  display: block;
  -webkit-transform: translateX(200%);
      -ms-transform: translateX(200%);
          transform: translateX(200%);
}
.kyoro-topIndex .sectionBox--s:last-child:nth-child(3n+1):after {
  display: block;
}
@media only screen and (max-width: 1150px) {
  .kyoro-topIndex .sectionBox--s {
    width: 50%;
  }
  .kyoro-topIndex .sectionBox--s:nth-child(3n+1) {
    clear: none;
  }
  .kyoro-topIndex .sectionBox--s:nth-child(2n+1) {
    clear: left;
  }
  .kyoro-topIndex .sectionBox--s:last-child:nth-child(3n+2):before {
    display: none;
  }
  .kyoro-topIndex .sectionBox--s:last-child:nth-child(3n+1):before {
    display: none;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .kyoro-topIndex .sectionBox--s:last-child:nth-child(3n+1):after {
    display: none;
  }
  .kyoro-topIndex .sectionBox--s:last-child:nth-child(2n+1):before {
    display: block;
  }
}
.kyoro-topIndex .sectonBox__inner--s {
  padding: 60px 10px;
  background-color: #49cc91;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
}
.kyoro-topIndex .otherSections {
  overflow: hidden;
  margin: 20px 20px 20px 0;
  position: relative;
}
.kyoro-topIndex .otherSections:after {
  content: "";
  clear: both;
  display: block;
}
.kyoro-topIndex .sectonBox__title {
  text-align: center;
  color: #fff;
  font-size: 36px;
  margin-bottom: 40px;
  line-height: 1.2;
}
.kyoro-topIndex .sectonBox__title__small {
  font-size: 30px;
}
.kyoro-topIndex .sectonBox__title--s {
  text-align: center;
  color: #fff;
  font-size: 32px;
  margin-bottom: 40px;
  line-height: 1.2;
}
.kyoro-topIndex .sectionBox__lead {
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.kyoro-topIndex .sectonBox__btn01--s {
  text-align: center;
}
.kyoro-topIndex .sectonBox__btn01--s a {
  font-size: 17px;
}
.kyoro-topIndex .sectionBox--01 {
  background-color: #49cc91;
}
.kyoro-topIndex .sectionBox--02 {
  background-color: #4bd9f2;
}
.kyoro-topIndex .sectionBox--03 {
  background-color: #ff8b33;
}
.kyoro-topIndex .sectionBox--04 {
  background-color: #8686db;
}
.kyoro-topIndex .sectionBox--05 {
  background-color: #4bd9f2;
}
.kyoro-topIndex .sectionBox--06 {
  background-color: #ffcc40;
}
.kyoro-topIndex .sectionBox--06 .sectonBox__title {
  color: #e42038;
}
.kyoro-topIndex .sectionBox--07 .sectonBox__inner--s {
  background-color: #ff5983;
}
.kyoro-topIndex .sectionBox--08 .sectonBox__inner--s {
  background-color: #4bd9f2;
}
.kyoro-topIndex .sectionBox--09 .sectonBox__inner--s {
  background-color: #49cc91;
}
.kyoro-topIndex .sectionBox--10 .sectonBox__inner--s {
  background-color: #8686db;
}
.kyoro-topIndex .newsInfoWrapper {
  overflow: hidden;
  margin-bottom: 40px;
}
.kyoro-topIndex .newsInfoWrapper:after {
  content: "";
  clear: both;
  display: block;
}
.kyoro-topIndex .newsInfoBox {
  width: 450px;
  position: relative;
  float: left;
}
.kyoro-topIndex .newsInfoBox:nth-child(2n) {
  float: right;
}
.kyoro-topIndex .newsInfoBox__title {
  text-align: center;
  max-width: 368px;
  background-color: #fff;
  font-size: 20px;
  color: #49cc91;
  margin: 0 auto;
  border-radius: 4px 4px 0 0;
  margin-bottom: -4px;
  transition-duration: 0.3s;
  transition-property: margin;
}
.kyoro-topIndex .newsInfoList {
  width: 368px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.kyoro-topIndex .newsInfoList__items {
  width: 300%;
  position: relative;
  top: 0;
  left: 0;
}
.kyoro-topIndex .newsInfoList__items:after {
  content: "";
  clear: both;
  display: block;
}
.kyoro-topIndex .newsInfoList__items.is-animation {
  transition-duration: 0.3s;
}
.kyoro-topIndex .newsInfoList__item {
  width: 33.333%;
  float: left;
  margin-bottom: 20px;
}
.kyoro-topIndex .newsInfoList__item a {
  color: #410208;
}
.kyoro-topIndex .newsInfoList__img {
  border: solid 4px #fff;
  border-radius: 0 0 4px 4px;
  border-radius: 5px;
  background-color: #fff;
}
.kyoro-topIndex .newsInfoList__img img {
  width: 100%;
  height: auto;
}
.kyoro-topIndex .newsInfoList__txtBox {
  margin-top: 10px;
}
.kyoro-topIndex .newsInfoList__date {
  font-size: 16px;
}
.kyoro-topIndex .newsInfoList__txt {
  font-size: 16px;
  min-height: 3.2em;
}
.kyoro-topIndex .newsInfo__slideNav__item {
  position: absolute;
  z-index: 4;
  top: 95px;
}
.kyoro-topIndex .newsInfo__slideNav__item a {
  width: 28px;
  height: 46px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.kyoro-topIndex .newsInfo__slideNav--prev {
  left: 4px;
}
.kyoro-topIndex .newsInfo__slideNav--prev a {
  background: url(../img/icon_controls_l.svg) no-repeat center left;
}
.kyoro-topIndex .newsInfo__slideNav--next {
  right: 4px;
}
.kyoro-topIndex .newsInfo__slideNav--next a {
  background: url(../img/icon_controls_r.svg) no-repeat center left;
}
.kyoro-topIndex .newsInfo__allBtn__close {
  display: none;
}
.kyoro-topIndex .sectonBox__inner.is-show .newsInfo__allBtn__close {
  display: inline-block;
}
.kyoro-topIndex .sectonBox__inner.is-show .u-btntype02:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.kyoro-topIndex .sectonBox__inner.is-show .newsInfoBox__title {
  margin-bottom: 20px;
  border-radius: 4px;
}
.kyoro-topIndex .sectonBox__inner.is-show .newsInfo__allBtn__show {
  display: none;
}
.kyoro-topIndex .sectonBox__inner.is-show .newsInfoList__item.fake {
  display: none !important;
}
.kyoro-topIndex .sectonBox__inner.is-show .newsInfoList__items {
  width: 100% !important;
  margin-left: 0 !important;
  left: 0 !important;
  transition-property: height;
  transition-duration: 0.3s;
}
.kyoro-topIndex .sectonBox__inner.is-show .newsInfoList__item {
  width: 100% !important;
  float: none !important;
}
.kyoro-topIndex .sectonBox__inner.is-show .newsInfo__slideNav {
  display: none;
}
.kyoro-topIndex .sectonBox__btn01 {
  text-align: center;
}
.kyoro-topIndex .productsBoxList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.kyoro-topIndex .productsBoxList:after {
  content: "";
  clear: both;
  display: block;
}
.kyoro-topIndex .productsBoxList__item {
  width: 33.33%;
  text-align: center;
  margin-bottom: 30px;
  float: left;
}
.kyoro-topIndex .productsBoxList__item a {
  text-decoration: none;
}
.kyoro-topIndex .productsBoxList__img {
  padding: 0 9%;
  margin-bottom: 18px;
}
.kyoro-topIndex .productsBoxList__img img {
  width: 100%;
  height: auto;
}
.kyoro-topIndex .productsBoxList__txtBox {
  margin: 0 20px 20px;
  color: #663220;
}
.kyoro-topIndex .productsBoxList__name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
  /*text-align: left;*/
}
.kyoro-topIndex .productsBoxList__txt {
  font-size: 16px;
  text-align: left;
}
.kyoro-topIndex .productsBoxList__link {
  color: #fff;
  font-size: 20px;
}
.kyoro-topIndex .iconBox__img {
  width: 254px;
  height: 0;
  padding-bottom: 254px;
  background: url(../../img/index/tv.png) no-repeat left top;
  background-size: auto 100%;
}
.kyoro-topIndex .iconBox--s {
  max-width: 254px;
  margin: 0 auto 25px;
}
.kyoro-topIndex .tvcmBox {
  overflow: hidden;
  margin-bottom: 60px;
}
.kyoro-topIndex .tvcmIcon {
  float: left;
  width: 33.33%;
  padding: 3%;
  box-sizing: border-box;
}
.kyoro-topIndex .tvcmIcon .iconBox__img {
  background-image: url(../../img/index/tv.png);
}
.kyoro-topIndex .movBox {
  float: right;
  width: 66.66%;
  padding: 0 3%;
  box-sizing: border-box;
}
.kyoro-topIndex .movBoxInner {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.kyoro-topIndex .movBoxInner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.kyoro-topIndex .kanWrapper {
  overflow: hidden;
}
.kyoro-topIndex .kanIcon {
  float: left;
  width: 33.33%;
  padding: 0 3% 3%;
  box-sizing: border-box;
}
.kyoro-topIndex .kanIcon .iconBox__img {
  background-image: url(../../img/index/kan.png);
}
.kyoro-topIndex .kanLeadBox {
  float: right;
  width: 66.66%;
  padding: 0 3%;
  box-sizing: border-box;
}
.kyoro-topIndex .kanLeadBox__txt {
  color: #fff;
  font-size: 18px;
  margin-bottom: 18px;
}
.kyoro-topIndex .kanLeadBox__img {
  text-align: center;
  margin-right: 40px;
}
.kyoro-topIndex .kanLeadBox__img img {
  /*width: 100%;*/
  width: 482px;
  height: auto;
}
.kyoro-topIndex .applySectioWrapper {
  background: url(../img/bdr_dot_h_01.svg) repeat-x 2px bottom;
  padding-bottom: 2px;
  margin-bottom: 20px;
}
.kyoro-topIndex .applySection {
  margin-bottom: 30px;
}
.kyoro-topIndex .applySection__title {
  background-color: #fff;
  color: #6363c2;
  font-size: 20px;
  text-align: center;
  border-radius: 5px;
  padding: 3px;
}
.kyoro-topIndex .applySection__accordionBtn {
  position: relative;
}
.kyoro-topIndex .applySection__dl {
  color: #fff;
  padding-top: 28px;
}
.kyoro-topIndex .applySection__dt {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
.kyoro-topIndex .applySection__dd {
  font-size: 16px;
  margin-bottom: 28px;
  background: url(../img/bdr_dot_h_01.svg) repeat-x 2px bottom;
  padding-bottom: 30px;
}
.kyoro-topIndex .applySection__dd:last-child {
  background: none;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.kyoro-topIndex .applySection__note__item {
  font-size: 14px;
  margin-bottom: 1em;
}
.kyoro-topIndex .applySection__note__item:last-child {
  margin-bottom: 0;
}
.kyoro-topIndex .applySection__closeBtn {
  background-color: #6363c2;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
}
.kyoro-topIndex .applySection__closeBtn:before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url(../img/icon_close.svg) no-repeat center center;
  margin-right: 5px;
  position: relative;
  top: 3px;
  transition-duration: .1s;
}
.kyoro-topIndex .arIcon {
  width: 33.33%;
  padding: 0 3%;
  box-sizing: border-box;
  margin: 0 auto 40px;
}
.kyoro-topIndex .arIcon .iconBox__img {
  background-image: url(../../img/index/ar.png);
}
.kyoro-topIndex .characterBoxList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.kyoro-topIndex .characterBoxList:after {
  content: "";
  clear: both;
  display: block;
}
.kyoro-topIndex .characterBoxList__item {
  width: 33.33%;
  text-align: center;
  margin-bottom: 30px;
  float: left;
  position: relative;
}
.kyoro-topIndex .characterBoxList__item a {
  text-decoration: none;
  color: #663220;
  -webkit-tap-highlight-color: transparent;
}
.kyoro-topIndex .characterBoxList__img {
  padding: 0 9%;
  margin-bottom: 18px;
  position: relative;
}
.kyoro-topIndex .characterBoxList__img--peanuts .iconBox__img {
  background-image: url(../../img/index/pi.png);
}
.kyoro-topIndex .characterBoxList__img--caramel .iconBox__img {
  background-image: url(../../img/index/caramel.png);
}
.kyoro-topIndex .characterBoxList__img--ichigo .iconBox__img {
  background-image: url(../../img/index/ichigo.png);
}
.kyoro-topIndex .characterBoxList__name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.kyoro-topIndex .characterBoxList__icon {
  width: 31.2%;
  position: absolute;
  top: 10%;
  left: -5%;
  -webkit-transform: scale(0.2, 0.2);
      -ms-transform: scale(0.2, 0.2);
          transform: scale(0.2, 0.2);
  opacity: 0;
  -webkit-transform-origin: 90% 100%;
      -ms-transform-origin: 90% 100%;
          transform-origin: 90% 100%;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-duration: .3s;
}
.kyoro-topIndex .characterBoxList__icon img {
  width: 100%;
  height: auto;
}
.kyoro-topIndex .is-animated .characterBoxList__icon {
  -webkit-transform: scale(0.8, 0.8);
      -ms-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
  opacity: 1;
}
.kyoro-topIndex a:hover .characterBoxList__icon {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.kyoro-topIndex .characterBoxList__link {
  color: #fff;
  font-size: 20px;
}
.kyoro-topIndex .snsContent {
  overflow: hidden;
}
.kyoro-topIndex .snsBox {
  width: 50%;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  float: left;
}
.kyoro-topIndex .snsBox .twitter-timeline {
  position: absolute;
  top: 0;
  left: 0;
}
.kyoro-topIndex .snsBox:before {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  border: 12px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -12px;
}
.kyoro-topIndex .snsBox__title {
  display: none;
}
.kyoro-topIndex .snsBox__inner {
  position: relative;
  height: 430px;
  overflow: hidden;
}
.kyoro-topIndex .snslinkBox {
  width: 50%;
  float: right;
  text-align: center;
  padding-top: 14%;
}
.kyoro-topIndex .snslinkBox__title {
  font-size: 26px;
  color: #fff;
  margin-bottom: 30px;
}
.kyoro-topIndex .snslinkBox__btn .u-btntype01__txt:before {
  margin-top: -11px;
  width: 24px;
  background-image: url(../img/icon_twitter.svg);
  background-size: 35px auto;
}
.kyoro-topIndex .albumIcon .iconBox__img {
  background-image: url(../../img/index/album.png);
}
.kyoro-topIndex .downloadIcon .iconBox__img {
  background-image: url(../../img/index/download.png);
}
.kyoro-topIndex .historyIcon .iconBox__img {
  background-image: url(../../img/index/history.png);
}
.kyoro-topIndex .enjyoyIcon .iconBox__img {
  background-image: url(../../img/index/link.png);
}
.kyoro-topIndex .shareContents {
  text-align: center;
  padding-bottom: 40px;
}
.kyoro-topIndex .shareContents__title {
  font-size: 30px;
  color: #ff5983;
  margin-bottom: 40px;
}
.kyoro-topIndex .shareLink {
  text-align: center;
}
.kyoro-topIndex .shareLink__item {
  display: inline-block;
  margin: 0 38px;
}
.kyoro-topIndex .shareLink__item a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-decoration: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition-duration: .2s;
  transition-property: background-color, box-shadow, -webkit-transform;
  transition-property: background-color, box-shadow, transform;
  transition-property: background-color, box-shadow, transform, -webkit-transform;
}
.kyoro-topIndex .shareLink__item a:hover {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.kyoro-topIndex .shareLink__item--facebook a {
  background: #3b5999 url(../img/icon_facebook.svg) no-repeat center center;
  background-size: 100% auto;
}
.kyoro-topIndex .shareLink__item--twitter a {
  background: #6fb8e7 url(../img/icon_twitter.svg) no-repeat center center;
  background-size: 100% auto;
}
.kyoro-topIndex .shareLink__item--line a {
  background: #00c300 url(../img/icon_line.svg) no-repeat center center;
  background-size: 100% auto;
}

.kyoro-topIndex .applySection__dl.news {
  clear: both;
  margin: 0 0 30px;
  padding: 1.5em;
  border: 5px solid #fff
}
.kyoro-topIndex .applySection__dl.news dd {
  padding-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .kyoro-topIndex .keyVisual {
    position: relative;
  }
  .kyoro-topIndex .keyVisual__inner {
    padding-top: 114%;
  }
  .kyoro-topIndex .keyVisual__titleBox {
    width: 100%;
    padding-bottom: 39.843%;
    float: none;
    background: url(../../img/bg_title_main_sp.png) no-repeat center bottom;
    background-size: 100% 100%;
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
  }
  .kyoro-topIndex .keyVisual__title {
    width: 47.5%;
    padding-top: 1.5%;
  }
  .kyoro-topIndex .kv_slideBox {
    float: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 114%;
  }
  .kyoro-topIndex .kv_slideBox__item {
    overflow: hidden;
  }
  .kyoro-topIndex .kv_slideBox__item img {
    margin: 0 -12%;
    width: 124%;
  }
  .kyoro-topIndex .keyVisual__slideNav__item {
    margin-top: -7px;
  }
  .kyoro-topIndex .keyVisual__slideNav__item a {
    width: 20px;
    height: 33px;
    background-size: 40px 33px;
  }
  .kyoro-topIndex .keyVisual__slideNav--prev {
    left: 4px;
  }
  .kyoro-topIndex .keyVisual__slideNav--next {
    right: 4px;
  }
  .kyoro-topIndex .keyVisual__slideNav__mark {
    z-index: 10;
    right: 10px;
  }
  .kyoro-topIndex .keyVisual__slideNav__mark__item {
    border-color: #fff;
    width: 6px;
    height: 6px;
    margin: 0 6px;
  }
  .kyoro-topIndex .keyVisual__slideNav__mark__item.is-current {
    background-color: #e42038;
    border-color: #e42038;
  }
  .kyoro-topIndex .localNav {
    padding: 20px 10px 10px;
  }
  .kyoro-topIndex .localNav__items {
    overflow: hidden;
    margin-left: -8px;
  }
  .kyoro-topIndex .localNav__item {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding-left: 8px;
    font-size: 14px;
    letter-spacing: -1px;
    font-weight: normal;
    text-align: center;
  }
  .kyoro-topIndex .localNav__item:first-child {
    letter-spacing: 0px;
  }
  .kyoro-topIndex .localNav__item a {
    padding: 75px 0px 6px 0px;
    position: relative;
  }
  .kyoro-topIndex .localNav__item a:after {
    width: 13px;
    height: 13px;
    background-size: 100% auto;
    margin-left: 2%;
    top: 1px;
  }
  .kyoro-topIndex .localNav__item .localNav__item__txt {
    display: inline;
    position: static;
  }
  .kyoro-topIndex .localNav__item .localNav__item__txt:before {
    content: "";
    width: 55px;
    height: 55px;
    display: block;
    background-size: 55px 55px;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-top: 0;
    margin-left: -27px;
  }
  .kyoro-topIndex .sectionBox {
    padding: 35px 0;
    margin: 10px 10px 20px;
  }
  .kyoro-topIndex .sectonBox__inner {
    width: auto;
    padding: 0 15px;
    margin: 0 auto;
  }
  .kyoro-topIndex .sectionBox--s {
    width: auto;
    float: none;
    padding: 0 0 20px 0;
  }
  .kyoro-topIndex .sectonBox__inner--s {
    padding: 35px 0;
  }
  .kyoro-topIndex .otherSections {
    margin: 10px 10px 0px 10px;
  }
  .kyoro-topIndex .sectonBox__title {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .kyoro-topIndex .sectonBox__title__small {
    font-size: 20px;
  }
  .kyoro-topIndex .sectonBox__title--s {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .kyoro-topIndex .sectionBox__lead {
    font-size: 14px;
  }
  .kyoro-topIndex .iconBox {
    float: none;
    width: 250px;
    padding: 0;
    margin: 0 auto 0;
  }
  .kyoro-topIndex .iconBox__img {
    width: 250px;
    padding-bottom: 250px;
  }
  .kyoro-topIndex .newsInfoWrapper {
    overflow: hidden;
    display: block;
    margin: 0 -15px 0;
    margin-bottom: 0px;
    padding: 0 30px;
  }
  .kyoro-topIndex .newsInfoBox {
    width: auto;
    position: relative;
    float: none !important;
  }
  .kyoro-topIndex .newsInfoBox__title {
    text-align: center;
    background-color: #fff;
    max-width: none;
    font-size: 20px;
    color: #49cc91;
    margin: 0 auto -4px;
    border-radius: 4px 4px 0 0;
  }
  .kyoro-topIndex .newsInfoList {
    width: auto;
    margin: 0 auto;
  }
  .kyoro-topIndex .newsInfoList__item {
    margin-bottom: 30px;
  }
  .kyoro-topIndex .newsInfoList__img img {
    width: 100%;
    height: auto;
  }
  .kyoro-topIndex .newsInfoList__txtBox {
    margin-top: 5px;
  }
  .kyoro-topIndex .newsInfoList__date {
    font-size: 14px;
  }
  .kyoro-topIndex .newsInfoList__txt {
    font-size: 14px;
    min-height: 0;
  }
  .kyoro-topIndex .newsInfo__slideNav__item {
    position: absolute;
    z-index: 4;
    top: 30%;
    top: calc(40% - 32px);
  }
  .kyoro-topIndex .newsInfo__slideNav__item a {
    position: relative;
    width: 20px;
    height: 38px;
    background-size: 100% auto;
  }
  .kyoro-topIndex .newsInfo__slideNav--prev {
    left: -25px;
  }
  .kyoro-topIndex .newsInfo__slideNav--next {
    right: -25px;
  }
  .kyoro-topIndex .productsBoxList {
    display: block;
  }
  .kyoro-topIndex .productsBoxList + .productsBoxList {
    margin-top: 30px;
  }
  .kyoro-topIndex .productsBoxList__item {
    width: auto;
    text-align: center;
    margin-bottom: 30px;
    float: none;
  }
  .kyoro-topIndex .productsBoxList__item a {
    text-decoration: none;
  }
  .kyoro-topIndex .productsBoxList__item:last-child {
    margin-bottom: 0;
  }
  .kyoro-topIndex .productsBoxList__img {
    width: 250px;
    padding: 0;
    margin: 0 auto 8px;
  }
  .kyoro-topIndex .productsBoxList__txtBox {
    margin: 0 0 10px;
  }
  .kyoro-topIndex .productsBoxList__name {
    margin-bottom: 5px;
  }
  .kyoro-topIndex .productsBoxList__txt {
    font-size: 14px;
    margin: 0 10px 0;
  }
  .kyoro-topIndex .tvcmBox {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .kyoro-topIndex .tvcmIcon {
    margin: -30px auto 0;
  }
  .kyoro-topIndex .movBox {
    float: none;
    width: 100%;
    padding: 0;
  }
  .kyoro-topIndex .kanWrapper {
    overflow: visible;
  }
  .kyoro-topIndex .kanIcon {
    margin: -10px auto 0;
  }
  .kyoro-topIndex .kanLeadBox {
    float: none;
    width: auto;
    padding: 0;
  }
  .kyoro-topIndex .kanLeadBox__txt {
    font-size: 16px;
    margin-bottom: 18px;
    text-align: center;
  }
  .kyoro-topIndex .kanLeadBox__img {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .kyoro-topIndex .kanLeadBox__img img {
    width: 100%;
    height: auto;
  }
  .kyoro-topIndex .applySectioWrapper {
    margin: 0 -15px 20px;
    padding: 0 0 10px;
  }
  .kyoro-topIndex .applySection {
    margin-bottom: 15px;
  }
  .kyoro-topIndex .applySection__accordionBtn {
    margin: 0 15px 0;
  }
  .kyoro-topIndex .applySection__title {
    font-size: 18px;
  }
  .kyoro-topIndex .applySection__dl {
    padding-top: 15px;
  }
  .kyoro-topIndex .applySection__dt {
    font-size: 13px;
    padding: 0 15px;
  }
  .kyoro-topIndex .applySection__dd {
    font-size: 12px;
    padding: 0 15px 20px;
    margin-bottom: 18px;
  }
  .kyoro-topIndex .applySection__note__item {
    font-size: 11px;
  }
  .kyoro-topIndex .applySection__closeBtn {
    margin: 0 15px 20px;
    font-size: 18px;
  }
  .kyoro-topIndex .arIcon {
    margin: -10px auto 15px;
  }
  .kyoro-topIndex .characterBoxList {
    display: block;
    margin-bottom: 30px;
  }
  .kyoro-topIndex .characterBoxList__item {
    width: auto;
    margin-bottom: 10px;
    float: none;
  }
  .kyoro-topIndex .characterBoxList__img {
    width: 250px;
    padding: 0;
    margin: 0 auto 15px;
  }
  .kyoro-topIndex .snsContent {
    overflow: visible;
    margin: 10px 3% 0;
  }
  .kyoro-topIndex .snsBox {
    width: 100%;
    padding: 10px;
    float: none;
  }
  .kyoro-topIndex .snsBox:before {
    content: "";
    position: absolute;
    right: auto;
    top: auto;
    left: 50%;
    margin-left: -12px;
    bottom: -30px;
    border: 12px solid transparent;
    border-top: 20px solid #fff;
    margin-top: 0px;
  }
  .kyoro-topIndex .snsBox__title {
    display: block;
    font-size: 17px;
    text-align: center;
    color: #ffcc40;
    padding-bottom: 5px;
  }
  .kyoro-topIndex .snsBox__inner {
    position: relative;
    height: 370px;
  }
  .kyoro-topIndex .snslinkBox {
    width: auto;
    float: none;
    text-align: center;
    padding-top: 30px;
  }
  .kyoro-topIndex .snslinkBox__title {
    display: none;
  }
  .kyoro-topIndex .shareContents {
    text-align: center;
    padding-bottom: 25px;
  }
  .kyoro-topIndex .shareContents__title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .kyoro-topIndex .shareLink {
    text-align: center;
  }
  .kyoro-topIndex .shareLink__item {
    margin: 0 20px;
  }
  .kyoro-topIndex .shareLink__item a {
    display: block;
    width: 50px;
    height: 50px;
  }
  .kyoro-topIndex .kv_animationBox {
    left: -12%;
    width: 124%;
    padding-bottom: 114%;
    top: -0.35%;
  }
  
  .kyoro-topIndex .applySection__dl.news {
    margin: 0 0 20px;
    padding: 1em;
    border: 3px solid #fff
  }
  .kyoro-topIndex .applySection__dl.news dt {
    padding: 0;
  }  
  .kyoro-topIndex .applySection__dl.news dd {
    padding: 0;
  }  
}
.is-animate .iconBox__img {
  background-repeat: repeat;
  -webkit-animation: iconAnimate1 forwards steps(19, start) 1s;
          animation: iconAnimate1 forwards steps(19, start) 1s;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.is-animate2 .iconBox__img {
  -webkit-animation: iconAnimate1 forwards steps(19, start) 0.3s;
          animation: iconAnimate1 forwards steps(19, start) 0.3s;
}

@-webkit-keyframes iconAnimate1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}

@keyframes iconAnimate1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
