@charset "UTF-8";
/* easing　
================================================= */
@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

.js-anim,
.js-anim-list li {
  transform: rotate(0.0001deg);
  backface-visibility: hidden;
  opacity: 0;
}

@media (print), (prefers-reduced-motion) {
  .js-anim,
  .js-anim-list li {
    opacity: 1;
  }
}
/* share
================================================= */
#contents .share {
  margin: 66px auto 0;
}

#contents .share h3 {
  text-align: center;
  font-size: 35px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: -apple-system, 'Open Sans', Sans-Serif;
}

#contents .snsList {
  margin: 28px auto 0;
}

#contents .snsList ul {
  text-align: center;
}

#contents .snsList ul li {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  margin: 0 15px;
}

#contents .snsList ul li:hover img {
  opacity: 0.6;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -ms-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

/* katsuyou
================================================= */
.katsuyou__contents {
  color: #162329;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
.katsuyou__contents .u-none--sp {
  display: block;
}
.katsuyou__contents .u-none--pc {
  display: none;
}
.katsuyou__contents .u-liquid {
  width: 100%;
  height: auto;
}
.katsuyou__contents .u-ovh {
  overflow: hidden;
}
.katsuyou__visual {
  height: 450px;
  background: url(/katsuyou/images/pc/visual_pht.jpg) no-repeat center;
  background-size: cover;
}
.katsuyou__visual__title {
  padding-top: 60px;
}
.katsuyou__visual__title img {
  margin: 0 auto;
}
.katsuyou__news {
  padding: 70px 0 110px;
  background: #eee url(/katsuyou/images/common/section_bg_01.png);
}
.katsuyou__news .slick-track {
  transform: rotate(0.0001deg);
}
.katsuyou__news h2 {
  position: relative;
  margin-bottom: 80px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.katsuyou__news h2::after {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -35px;
  display: block;
  content: "";
  width: 60px;
  height: 8px;
  background: #fab600;
}
.katsuyou__news__item {
  margin: 0 16px;
  width: 300px !important;
}
.katsuyou__news__link {
  backface-visibility: hidden;
  transition: opacity .3s ease;
  display: block;
  background: #fff;
  border: solid 1px #e5e5e5;
  color: #162329 !important;
}
.katsuyou__news__link:hover {
  opacity: 0.75;
  text-decoration: none !important;
}
.katsuyou__news__text {
  min-height: 8em;
  padding: 20px 25px;
}
.katsuyou__news__date {
  margin-bottom: 3px;
  color: #797776 !important;
  font-size: 12px;
}
.katsuyou__news__title {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: bold;
}
.katsuyou__news__title i {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0 5px;
  background: #e30920;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  height: 18px;
  line-height: 18px;
  color: #fff;
  vertical-align: 3px;
}
.katsuyou__news__lead {
  font-size: 16px;
}
.katsuyou__news__lead img {
  display: inline-block;
  vertical-align: middle;
}
.katsuyou__news__ctrl {
  backface-visibility: hidden;
  transition: opacity .3s ease;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  z-index: 10;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.katsuyou__news__ctrl:hover {
  opacity: 0.85;
}
.katsuyou__news__ctrl--prev {
  left: 0;
}
.katsuyou__news__ctrl--next {
  right: 0;
}
.katsuyou__idea {
  padding: 50px 0 130px;
  background: #fac300 url(/katsuyou/images/common/section_bg_02.png);
}
.katsuyou__idea--secondary {
  padding: 130px 0;
  background: #eee url(/katsuyou/images/common/section_bg_01.png);
}
.katsuyou__idea__title {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 80px;
  padding: 0 40px 5px;
  border-bottom: dashed 5px #fff;
}
.katsuyou__idea__title h2 em, .katsuyou__idea__title h2 span {
  display: block;
}
.katsuyou__idea__title h2 em {
  display: block;
}
.katsuyou__idea__title h2 em img {
  display: block;
}
.katsuyou__idea__title h2 span {
  background: url(/katsuyou/images/common/idea_icn_home.png) no-repeat left 20px center;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.katsuyou__idea__items {
  width: 100%;
  max-width: 960px;
  margin: 70px auto 0;
}
.katsuyou__idea__item {
  float: left;
  width: 300px;
  margin-right: 30px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.katsuyou__idea__item--last {
  margin-right: 0;
}
.katsuyou__idea__item__link {
  position: relative;
  backface-visibility: hidden;
  transition: opacity .3s ease;
  display: block;
  background: #fff url(/katsuyou/images/common/icn_panel_arw.png) no-repeat right 8px bottom 8px;
  color: #162329 !important;
}
.katsuyou__idea__item__link:hover {
  opacity: 0.85;
  text-decoration: none;
}
.katsuyou__idea__item__link p {
  padding: 35px 30px 40px 30px;
  min-height: 6em;
  font-size: 16px;
  font-weight: bold;
}
.katsuyou__idea__item__link::after {
  position: absolute;
  left: 6px;
  top: 6px;
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: url(/common/images/ico_pop_01.gif);
}
.katsuyou__idea__item__figure {
  position: relative;
  margin: 0;
}
.katsuyou__idea__item__figure figcaption {
  position: absolute;
  left: 50%;
  margin-left: -115px;
  bottom: -18px;
  width: 230px;
  height: 36px;
  line-height: 36px;
  background: #fab600;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.katsuyou__component {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}
.katsuyou__component + .katsuyou__component {
  margin-top: 100px;
}
.katsuyou__component__slider {
  position: relative;
  background: #fff;
  width: calc(880 / 1600 * 100%);
  height: auto;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.katsuyou__component__detail {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  z-index: 2;
}
.katsuyou__component__text {
  backface-visibility: hidden;
  transition: opacity .3s ease;
  display: block;
  box-sizing: border-box;
  margin-left: auto;
  padding: 5% 6%;
  background: #fff;
  max-width: calc(610 / 1180 * 100%);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  color: #162329 !important;
  text-decoration: none !important;
}
.katsuyou__component__text:hover {
  opacity: 0.85;
}
.katsuyou__component__text h3 {
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-bottom: solid 4px #fab600;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25;
}
.katsuyou__component__text p:nth-of-type(1) {
  margin-bottom: 1em;
  font-size: 17px;
  font-weight: bold;
}
.katsuyou__component__text p:nth-of-type(2) {
  display: table;
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.katsuyou__component__text p:nth-of-type(2) span {
  display: table-cell;
  vertical-align: middle;
}
.katsuyou__component__text p:nth-of-type(2) span:nth-child(1) {
  padding-right: 20px;
}
.katsuyou__component__text p:nth-of-type(3) span {
  display: inline-block;
  width: 240px;
  height: 50px;
  line-height: 50px;
  background: #fab600 url(/katsuyou/images/common/icn_btn_arw.png) no-repeat right 15px center;
  color: #162329;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.katsuyou__component__text p:nth-of-type(3) img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: 0;
}
.katsuyou__component__text--secondary {
  background: #fab600;
}
.katsuyou__component__text--secondary h3 {
  border-bottom-color: #fff;
}
.katsuyou__component__text--secondary p:nth-of-type(3) span {
  background: #fff url(/katsuyou/images/common/icn_btn_arw.png) no-repeat right 15px center;
}
.katsuyou__component--rev .katsuyou__component__slider {
  margin-left: auto;
}
.katsuyou__component--rev .katsuyou__component__text {
  margin-left: 0;
  margin-right: auto;
}
.katsuyou__others {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 70px 0 90px;
  border-bottom: solid 1px #e5e5e5;
}
.katsuyou__others__row + .katsuyou__others__row {
  margin-top: 40px;
}
.katsuyou__others h2 {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: solid 3px #fab600;
  font-size: 24px;
  font-weight: bold;
}
.katsuyou__others__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25px;
}
.katsuyou__others__item {
  box-sizing: border-box;
  width: 33.3333%;
  width: calc(1 / 3 * 100%);
  margin: 0 0 30px 0;
  padding: 0 25px 0 0;
}
.katsuyou__others__link {
  transition: opacity .3s ease;
  display: block;
  color: #162329 !important;
  overflow: hidden;
}
.katsuyou__others__link:hover {
  opacity: 0.75;
  text-decoration: none;
}
.katsuyou__others__image {
  float: left;
  width: 120px;
  margin-right: 15px;
}
.katsuyou__others__image img {
  display: block;
  border: solid 1px #e5e5e5;
}
.katsuyou__others__text {
  overflow: hidden;
  font-weight: bold;
}
.katsuyou__others__text dt {
  margin-bottom: 12px;
}
.katsuyou__others__text dt span {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  background: #fab600;
  font-size: 10px;
}
.katsuyou__others__text dd {
  font-size: 16px;
  line-height: 1.4;
}
.katsuyou__others__text dd img {
  display: inline-block;
  margin-left: 5px;
  vertical-align: 0;
}

.endComment{
    position: absolute;
    bottom: -110px;
    right: 0;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    text-indent: -3em;
    padding-left: 3em;
}
@media screen and (max-width: 767px){
.bn_sp_size {
	max-width:100%;
	height:auto;
}
}

.katsuyou__others__link.sanrio_Area{
	display:inline;
}