@charset "Shift_JIS";
.l-header-koras {
  border-bottom: 5px solid #ee6645;
}

.l-header-koras .l-header__logo {
  display: flex;
  height: auto;
}

.l-header-koras .l-header__logo a {
  display: flex;
  align-items: center;
}

.l-header-koras .l-header__content-wrap {
  flex: 0 0 auto;
}

.l-header-koras .l-header__main {
  flex: 1 1 auto;
  width: 100%;
  height: auto;
}

.l-header-koras .l-header__main .l-header__nav {
  width: 100%;
  max-width: 630px;
  margin: auto;
}

.l-header-koras .l-header__main .l-header__nav .l-header__nav-item {
  margin-left: 0;
}

.l-header-koras .l-header__main .l-header__nav-inner {
  justify-content: space-between;
}

.l-header-koras .l-header-koras__link {
  flex: 0 0 auto;
}

.l-sp-navigation .l-header-koras__link {
  margin-top: 30px;
  color: #ec0b0b;
  text-align: center;
}

.l-header__main {
  margin: 0 10px;
}

.l-header__menu {
  padding-top: 0;
}

.is-nav-fixed .l-header__menu {
  padding-top: 0;
}

.l-header__menu:hover::after {
  display: none;
}

.l-header__menu.is-current {
  border-bottom: none;
}

.l-header__menu.l-header__menu-ice:hover,
.l-page__koras-ice .l-header__menu.l-header__menu-ice {
  color: #2789cb;
}

.l-header__menu.l-header__menu-knowledge:hover,
.l-page__koras-knowledge .l-header__menu.l-header__menu-knowledge {
  color: #58b243;
}

.l-header__menu.l-header__menu-history:hover,
.l-page__koras-history .l-header__menu.l-header__menu-history {
  color: #8160ac;
}

.l-header__menu.l-header__menu-delicious:hover,
.l-page__koras-delicious .l-header__menu.l-header__menu-delicious {
  color: #ee6645;
}

.l-page__koras .l-header__button-menu.is-active, .l-page__koras
.l-backtotop__button {
  background-color: #ee6645;
}

.l-header__button-menu:not(.is-active) {
  background-image: url("/assets/images/koras/ico_sp-menu.svg");
}

.l-page__koras .l-backtotop {
  z-index: 2;
}

.l-cat-wrapper {
  margin-top: 0;
}

.l-footer-koras {
  border-top: 2px solid #ee6645;
  background: #fff;
}

.l-footer-koras__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
}

.koras-column {
  display: flex;
  flex-wrap: wrap;
}

.koras-column__center {
  justify-content: center;
}

.l-page__koras .l-header__button-menu.is-active {
  background-color: #ee6645;
}

.koras-section {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

.koras-section:not(:first-child):not(.koras-section__noborder) {
  border-top: 1px solid #e3e3e3;
}

.koras-section__bgorange {
  background: url("/assets/images/koras/top/bg_orange01.jpg") 0 0/cover no-repeat;
}

.koras-section__bgColor .koras-section__inner {
  padding-top: 0;
}

.l-page__koras-ice .koras-section__bgColor {
  background-repeat: no-repeat;
  background-position: center top,center bottom;
}

.l-page__koras-knowledge .koras-section__bgColor,
.l-page__koras-history .koras-section__bgColor,
.l-page__koras-delicious .koras-section__bgColor {
  background-repeat: no-repeat;
  background-position: center bottom;
}

.koras-border-after__orange + *:not(:first-child):not(.koras-section__noborder) {
  border-top-color: #ffd8ab;
}

.koras-title-visual {
  display: flex;
  background: transparent 50% 50% /cover no-repeat;
}

.koras-title-visual__wrap {
  display: flex;
  align-items: center;
  width: 100%;
}

.koras-title-visual__inner {
  width: 100%;
  padding: 14px;
  text-align: center;
}

.koras-title-visual__title {
  color: #fff;
}

.koras-title-visual__delicious .koras-title-visual__inner {
  background-color: rgba(238, 102, 69, 0.8);
}

.koras-title-visual__history .koras-title-visual__inner {
  background-color: rgba(129, 96, 172, 0.8);
}

.koras-title-visual__knowledge .koras-title-visual__inner {
  background-color: rgba(88, 178, 67, 0.8);
}

.koras-title-img {
  background-color: #2aa0e8;
  background-image: radial-gradient(#2a9ae6 30%, transparent 30%);
  background-size: 10px 10px;
  background-repeat: repeat;
}

.koras-title-img__title {
  margin: auto;
}

.koras-title-border {
  color: #333;
  font-weight: 900;
  position: relative;
  padding-bottom: 16px;
  text-align: center;
}

.koras-title-border::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 5px;
  background-color: #ee6645;
  transform: translate(-50%, 0);
}

.koras-title-border + * {
  margin-top: 26px;
}

.koras-card-link {
  display: flex;
  width: 100%;
}

.koras-card-link__inner {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 3px 20px #e3e3e3;
  width: 100%;
  height: 100%;
}

.koras-section__bgorange .koras-card-link__inner {
  box-shadow: 0px 3px 20px rgba(239, 118, 38, 0.5);
}

.l-page__koras-ice .koras-section__bgColor .koras-card-link__inner {
  box-shadow: 0px 3px 20px rgba(42, 160, 232, 0.22);
}

.l-page__koras-knowledge .koras-section__bgColor .koras-card-link__inner {
  box-shadow: 0px 3px 20px rgba(88, 178, 67, 0.22);
}

.l-page__koras-history .koras-section__bgColor .koras-card-link__inner {
  box-shadow: 0px 3px 20px rgba(129, 96, 172, 0.22);
}

.l-page__koras-delicious .koras-section__bgColor .koras-card-link__inner {
  box-shadow: 0px 3px 20px rgba(230, 153, 153, 0.22);
}

.koras-card-link__has-number {
  padding-top: 20px;
}

.koras-card-link__number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  background: #78c1d8;
  border-radius: 50%;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  transform: translate(-50%, 0);
}

.koras-card-link__number::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  background: 0 0 / 100% auto no-repeat;
  transform: translate(-50%, 0);
}

.koras-card-link__number-gold {
  background: #c8993d;
}

.koras-card-link__number-gold::before {
  background-image: url("/assets/images/koras/top/ico_crown01.svg");
}

.koras-card-link__number-silver {
  background: #b1b1b1;
}

.koras-card-link__number-silver::before {
  background-image: url("/assets/images/koras/top/ico_crown02.svg");
}

.koras-card-link__number-bronze {
  background: #d69365;
}

.koras-card-link__number-bronze::before {
  background-image: url("/assets/images/koras/top/ico_crown03.svg");
}

.koras-card-link__img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.koras-card-link__img img {
  width: 100%;
}

.koras-card-link__text {
  display: flex;
  padding: 5px;
}

.koras-card-link__title {
  line-height: 1.6;
  font-weight: 900;
  color: #6d6d6d;
}

.koras-card-link__title:only-child {
  display: flex;
  align-items: center;
  width: 100%;
}

.koras-bnrlist {
  text-align: center;
}

.koras-link-logo {
  display: inline-flex;
  align-items: center;
}

.koras-link-logo__text {
  line-height: 1;
  font-weight: 900;
}

.koras-visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

.koras-slider-column05,
.koras-slider-column03 {
  margin-left: -15px;
  margin-right: -15px;
}

.koras-slider-column05__item,
.koras-slider-column03__item {
  padding: 15px;
}

.koras-slider-column05 .slick-dots,
.koras-slider-column03 .slick-dots {
  bottom: -10px;
  font-size: 0;
}

.koras-slider-column05 .slick-dots li,
.koras-slider-column03 .slick-dots li {
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 0 10px;
}

.koras-slider-column05 .slick-dots li button,
.koras-slider-column03 .slick-dots li button {
  width: 10px;
  height: 10px;
}

.koras-slider-column05 .slick-dots li button::before,
.koras-slider-column03 .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #e9e9e9;
  border-radius: 50%;
  opacity: 1;
}

.koras-slider-column05 .slick-dots li.slick-active button::before,
.koras-slider-column03 .slick-dots li.slick-active button::before {
  background: #ee6645;
}

.koras-section__bgorange .koras-slider-column05 .slick-dots li:not(.slick-active) button::before, .koras-section__bgorange
.koras-slider-column03 .slick-dots li:not(.slick-active) button::before {
  background: #c1b1ad;
}

.koras-top-kv {
  position: relative;
}

.koras-top-kv::before {
  content: "";
  display: block;
}

.koras-top-kv__link img {
  overflow: hidden;
  box-shadow: 0px 3px 15px #d5d5d5;
}

.koras-top-kv .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.koras-top-kv .slick-dots {
  bottom: -10px;
  font-size: 0;
}

.koras-top-kv .slick-dots li {
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 0 10px;
}

.koras-top-kv .slick-dots li button {
  width: 10px;
  height: 10px;
}

.koras-top-kv .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #e8e8e8;
  border-radius: 50%;
  opacity: 1;
}

.koras-top-kv .slick-dots li.slick-active button::before {
  background: #ee6645;
}

.koras-top-kv .slick-next,
.koras-top-kv .slick-prev {
  z-index: 1;
  width: 68px;
  height: 68px;
}

.koras-top-kv .slick-next::before,
.koras-top-kv .slick-prev::before {
  display: none;
}

.koras-section__top-lead .koras-section__inner {
  position: relative;
  z-index: 0;
}

.koras-section__top-lead .koras-section__inner::before, .koras-section__top-lead .koras-section__inner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

.koras-top-lead {
  text-align: center;
}

.koras-top-card {
  display: block;
  text-align: center;
}

.koras-top-card__img img {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 3px 20px #e3e3e3;
}

.koras-top-card__list:not(:first-child) {
  margin-top: 12px;
}

.koras-top-card__title {
  font-size: 3.0rem;
  font-weight: 900;
  line-height: 1.1;
}

.koras-top-card__title-orange {
  color: #ee6645;
}

.koras-top-card__title-blue {
  color: #2789cb;
}

.koras-top-card__title-green {
  color: #58b243;
}

.koras-top-card__title-purple {
  color: #8160ac;
}

.koras-top-card__detail:not(:first-child) {
  margin-top: 5px;
}

.koras-history-timeline {
  position: relative;
  max-width: 1200px;
}

.koras-history-timeline__cateogry {
  position: relative;
}

.koras-history-timeline__cateogry::before {
  content: "";
  display: block;
  position: absolute;
  background: #554281;
  border-radius: 4px;
}

.koras-history-timeline__cateogry-item .koras-history-timeline__cateogry-title {
  position: relative;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.koras-history-timeline__cateogry-item .koras-history-timeline__cateogry-title::before, .koras-history-timeline__cateogry-item .koras-history-timeline__cateogry-title::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}

.koras-history-timeline__cateogry-item:nth-child(1) .koras-history-timeline__cateogry-title {
  background: #082457;
}

.koras-history-timeline__cateogry-item:nth-child(2) .koras-history-timeline__cateogry-title {
  background: #2445c7;
}

.koras-history-timeline__cateogry-item:nth-child(2) .koras-history-timeline__cateogry-title::before {
  background: #082457;
}

.koras-history-timeline__cateogry-item:nth-child(3) .koras-history-timeline__cateogry-title {
  background: #1a86be;
}

.koras-history-timeline__cateogry-item:nth-child(3) .koras-history-timeline__cateogry-title::before {
  background: #082457;
}

.koras-history-timeline__cateogry-item:nth-child(3) .koras-history-timeline__cateogry-title::after {
  background: #2445c7;
}

.koras-history-timeline__year-item {
  position: relative;
}

.koras-history-timeline__year-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #554281;
}

.koras-history-timeline__year-title {
  line-height: 1;
  color: #554281;
  font-weight: 900;
}

.koras-history-timeline__year-detail {
  font-weight: 900;
}

.koras-history-timeline__link-item a {
  display: inline-block;
  position: relative;
  background: #554281;
  color: #fff;
  border-radius: 10em;
}

.koras-history-timeline__link-item a::before {
  content: "";
  display: block;
  position: absolute;
  background: url("/assets/images/koras/ice_history/top/ico_arrow01.svg") 0 0/100% auto no-repeat;
}

.koras-t-orange01 {
  color: #ee6645 !important;
}

.koras-more-height {
  position: relative;
}

.koras-more-height__control {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.koras-more-height__button {
  position: absolute;
  bottom: -20px;
  left: 50%;
  padding: 14px 14px 10px 63px;
  background: #554281;
  border-radius: 10em;
  width: 150px;
  text-align: left;
  color: #fff;
  font-size: 1.8rem;
  transform: translate(-50%, 0);
}

.koras-more-height__button::before, .koras-more-height__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 22px;
  width: 11px;
  height: 1px;
  background: #fff;
}

.koras-more-height.is-open .koras-more-height__button::before, .koras-more-height.is-open .koras-more-height__button::after {
  left: 45px;
}

.koras-more-height.is-open .koras-more-height__button::before {
  transform: rotate(45deg);
}

.koras-more-height.is-open .koras-more-height__button::after {
  transform: rotate(-45deg);
}

.koras-more-height:not(.is-open) .koras-more-height__control {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.86) 58.16%, #fff 100%);
  height: 137px;
  z-index: 2;
}

.koras-more-height:not(.is-open) .koras-more-height__button {
  padding-left: 43px;
}

.koras-more-height:not(.is-open) .koras-more-height__button::after {
  transform: rotate(90deg);
}

@media (min-width: 1024px) {
  .l-container.l-page__koras {
    padding-top: 81px;
  }
  .koras-page__article.l-container.l-page__koras {
    padding-top: 111px;
  }
  .l-header-koras .l-header__logo {
    width: 222px;
  }
  .l-header-koras .l-header__main {
    max-width: 724px;
  }
  .c-flex__max03 .c-flex__item {
    width: 32%;
  }
  .koras-card-link {
    transition: 0.5s;
    opacity: 1;
  }
  .koras-card-link:hover {
    opacity: 0.8;
  }
  .koras-top-kv {
    padding: 61px 0 95px;
  }
  .koras-top-kv::before {
    max-width: 1280px;
    height: 67px;
    margin: auto;
    background: url("/assets/images/koras/top/bg_kv03.png") 30px 0/114px 67px no-repeat;
  }
  .koras-top-kv .koras-slider-mv {
    margin-top: -6px;
  }
  .koras-top-kv__link img {
    opacity: 1;
    transition: all 0.5s;
  }
  .koras-top-kv__link:hover img {
    opacity: 0.8;
  }
  .koras-top-kv .slick-slide {
    padding: 0 40px 20px;
  }
  .koras-top-kv .slick-slide.slick-current {
    opacity: 1;
    transition: all 0.5s;
  }
  .koras-top-kv .slick-slide.slick-current + .slick-slide {
    transform-origin: left center;
  }
  .koras-top-kv .slick-slide:not(.slick-current) {
    transform: scale(0.75);
    transform-origin: right center;
    opacity: 0.7;
  }
  .koras-top-kv .slick-prev {
    left: calc(50% - 634px);
  }
  .koras-top-kv .slick-next {
    right: calc(50% - 634px);
  }
  a.koras-top-card, button.koras-top-card {
    transition: 0.5s;
    opacity: 1;
  }
  a.koras-top-card:hover, button.koras-top-card:hover {
    opacity: 0.8;
  }
}

@media (min-width: 750px) and (max-width: 1023px) {
  .l-container.l-page__koras {
    padding-top: 90px;
  }
  .koras-page__article.l-container.l-page__koras {
    padding-top: 111px;
  }
  .l-header-koras .l-header__logo {
    width: 140px;
  }
}

@media (min-width: 750px) {
  .l-header-koras {
    padding-top: 5px;
    padding-bottom: 5px;
    align-items: center;
  }
  .l-header-koras .l-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 91px;
  }
  .l-header-koras .l-header-koras__link {
    width: 160px;
  }
  .l-footer-koras__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 20px 26px;
  }
  .koras-column:not(:first-child) {
    margin-top: 30px;
  }
  .koras-column__02 > .koras-column__item {
    width: 48%;
  }
  .koras-column__02 > .koras-column__item:nth-child(n + 3) {
    margin-top: 30px;
  }
  .koras-column__02 > .koras-column__item:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .koras-column__04 > .koras-column__item {
    width: 23.5%;
  }
  .koras-column__04 > .koras-column__item:nth-child(n + 5) {
    margin-top: 30px;
  }
  .koras-column__04 > .koras-column__item:not(:nth-child(4n)) {
    margin-right: 2%;
  }
  .koras-section__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 40px;
  }
  .l-page__koras-ice .koras-section__bgColor {
    background-image: url("/assets/images/koras/ice/top/bg_content01.png"), url("/assets/images/koras/ice/top/bg_content02.png"), linear-gradient(#fff 0%, #dbf6ff 23.42%, #b6e9ff 52.72%, #70d4ff 100%);
  }
  .l-page__koras-knowledge .koras-section__bgColor {
    background-image: url("/assets/images/koras/knowledge/top/bg_content01.png"), linear-gradient(#fff 0%, #efffc5 100%);
  }
  .l-page__koras-history .koras-section__bgColor {
    background-image: url("/assets/images/koras/ice_history/top/bg_content01.png"), linear-gradient(#fff 0%, #dadafe 100%);
  }
  .l-page__koras-delicious .koras-section__bgColor {
    background-image: url("/assets/images/koras/delicious/top/bg_content01.png"), linear-gradient(#fff 0%, #ffeae3 100%);
  }
  .koras-title-visual__wrap {
    min-height: 460px;
  }
  .koras-title-visual__title {
    font-size: 8.0rem;
  }
  .koras-title-visual__delicious {
    background-image: url("/assets/images/koras/delicious/top/bg_kv01.jpg");
  }
  .koras-title-visual__history {
    background-image: url("/assets/images/koras/ice_history/top/bg_kv01.jpg");
  }
  .koras-title-visual__knowledge {
    background-image: url("/assets/images/koras/knowledge/top/bg_kv01.jpg");
  }
  .koras-title-img__inner {
    min-height: 460px;
    background: url("/assets/images/koras/ice/top/bg_kv01.png") center 100% no-repeat;
  }
  .koras-title-img__title {
    padding-top: 76px;
    max-width: 1024px;
  }
  .koras-title-border__title {
    font-size: 3.0rem;
  }
  .koras-slider-column03 .koras-card-link__inner,
  .koras-slider-column05 .koras-card-link__inner {
    min-height: 320px;
    box-shadow: 0px 3px 10px #e3e3e3;
  }
  .koras-section__bgorange .koras-slider-column03 .koras-card-link__inner, .koras-section__bgorange
  .koras-slider-column05 .koras-card-link__inner {
    box-shadow: 0px 3px 10px rgba(239, 118, 38, 0.5);
  }
  .koras-slider-column03 .koras-card-link__inner {
    min-height: 320px;
  }
  .koras-slider-column05 .koras-card-link__inner {
    min-height: 100px;
  }
  .koras-card-link__number {
    top: -15px;
    width: 30px;
    height: 30px;
  }
  .koras-card-link__number::before {
    top: -12px;
    width: 17px;
    height: 12px;
  }
  .koras-card-link__title {
    font-size: 1.6rem;
  }
  .koras-card-link__title:only-child {
    min-height: 76px;
  }
  .koras-text-lead {
    text-align: center;
  }
  .koras-text-lead__img:not(:first-child) {
    margin-top: 64px;
  }
  .koras-bnrlist {
    display: flex;
    justify-content: center;
    margin-top: -20px;
  }
  .koras-bnrlist__item {
    margin-top: 20px;
  }
  .koras-bnrlist__item:not(:first-child) {
    margin-left: 80px;
  }
  .koras-link-logo:hover {
    color: #ec0b0b;
  }
  .koras-link-logo__logo {
    width: 31px;
    margin-right: 10px;
  }
  .koras-slider-wSmall {
    max-width: 720px;
    margin: 0 auto;
  }
  .koras-top-kv {
    background-image: url("/assets/images/koras/top/bg_kv01.png"), url("/assets/images/koras/top/bg_kv02.png");
    background-position: center 32px, center bottom;
    background-repeat: repeat-x;
  }
  .koras-top-kv__link img {
    border-radius: 20px;
  }
  .koras-section__top-lead .koras-section__inner {
    padding-top: 90px;
    min-height: 290px;
    background-image: url("/assets/images/koras/top/bg_lead01.jpg"), url("/assets/images/koras/top/bg_lead02.jpg");
    background-size: 290px 254px;
    background-position: left center,right center;
    background-repeat: no-repeat;
  }
  .koras-history-timeline {
    margin: 15px auto;
    padding: 12px 13px 11px 32px;
    background: url("/assets/images/koras/ice_history/top/bg_timeline01.png") 0 0 repeat;
  }
  .koras-history-timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    left: 0;
    width: 32px;
    height: 500px;
    background: url("/assets/images/koras/ice_history/top/bg_timeline02.png") 0 0 no-repeat;
  }
  .koras-history-timeline__inner {
    overflow-x: auto;
    min-height: 445px;
    padding: 33px 10px 15px;
    background: url("/assets/images/koras/ice_history/top/bg_timeline03.jpg") 0 0/cover no-repeat;
  }
  .koras-history-timeline__cateogry {
    width: 1040px;
    margin: auto;
    display: flex;
    justify-content: center;
  }
  .koras-history-timeline__cateogry::before {
    top: 102px;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 4px;
  }
  .koras-history-timeline__cateogry-item .koras-history-timeline__cateogry-title {
    padding: 17px 13px 11px;
    font-size: 2.0rem;
    text-align: center;
  }
  .koras-history-timeline__cateogry-item .koras-history-timeline__cateogry-title::before, .koras-history-timeline__cateogry-item .koras-history-timeline__cateogry-title::after {
    left: 0;
    width: 100%;
    height: 4px;
  }
  .koras-history-timeline__cateogry-item .koras-history-timeline__cateogry-title::before {
    top: 0;
  }
  .koras-history-timeline__cateogry-item .koras-history-timeline__cateogry-title::after {
    top: 4px;
  }
  .koras-history-timeline__cateogry-item:nth-child(1) {
    width: 280px;
  }
  .koras-history-timeline__cateogry-item:nth-child(2) {
    width: 500px;
  }
  .koras-history-timeline__cateogry-item:nth-child(3) {
    width: 260px;
  }
  .koras-history-timeline__cateogry-item:nth-child(3) .koras-history-timeline__cateogry-title::after {
    top: 4px;
  }
  .koras-history-timeline__year {
    display: flex;
    justify-content: space-between;
  }
  .koras-history-timeline__year-item {
    min-width: 50px;
  }
  .koras-history-timeline__year-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 50px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #554281;
  }
  .koras-history-timeline__year-item:last-child {
    margin-right: 27px;
  }
  @-moz-document url-prefix() {
    .koras-history-timeline__cateogry-item:nth-of-type(2) .koras-history-timeline__year-item:nth-of-type(2) {
      min-width: 90px;
    }
  }
  .koras-history-timeline__year-title {
    position: absolute;
    top: 19px;
    left: 0;
    width: 4em;
    font-size: 1.4rem;
    transform: rotate(-34deg);
  }
  .koras-history-timeline__year-detail {
    width: 100%;
    padding-top: 70px;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-size: 1.4rem;
    max-height: 325px;
  }
  .koras-history-timeline__link-item {
    margin-right: 6px;
  }
  .koras-history-timeline__link-item a {
    padding: 10px 3px 30px;
    line-height: 1;
  }
  .koras-history-timeline__link-item a::before {
    bottom: 3px;
    left: 50%;
    width: 17px;
    height: 17px;
    transform: translate(-50%, 0);
  }
  .koras-more-height__control {
    display: none !important;
  }
}

@media (max-width: 749px) {
  .l-header-koras .l-header__logo {
    margin-left: 8px;
    width: 137px;
    height: auto;
  }
  .l-header-koras .l-header__button-list {
    justify-content: flex-end;
  }
  .l-footer-koras__inner {
    flex-direction: column;
    width: 100%;
    padding: 24px 20px 18px;
  }
  .l-footer-koras__logo {
    width: 222px;
  }
  .koras-column:not(:first-child) {
    margin-top: 20px;
  }
  .koras-column__sp01 > .koras-column__item {
    width: 100%;
  }
  .koras-column__sp01 > .koras-column__item:not(:first-child) {
    margin-top: 30px;
  }
  .koras-column__sp02 > .koras-column__item {
    width: 48%;
  }
  .koras-column__sp02 > .koras-column__item:nth-child(n + 3) {
    margin-top: 30px;
  }
  .koras-column__sp02 > .koras-column__item:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .koras-section__inner {
    width: 100%;
    padding: 60px 20px;
  }
  .l-page__koras-ice .koras-section__bgColor,
  .l-page__koras-knowledge .koras-section__bgColor,
  .l-page__koras-history .koras-section__bgColor,
  .l-page__koras-delicious .koras-section__bgColor {
    background-size: 100% auto;
  }
  .l-page__koras-ice .koras-section__bgColor {
    background-image: url("/assets/images/koras/ice/top/bg_content01_sp.png"), url("/assets/images/koras/ice/top/bg_content02_sp.png"), linear-gradient(#fff 0%, #82daff 100%);
  }
  .l-page__koras-knowledge .koras-section__bgColor {
    background-image: url("/assets/images/koras/knowledge/top/bg_content01_sp.png"), linear-gradient(#fff 0%, #efffc5 100%);
  }
  .l-page__koras-history .koras-section__bgColor {
    background-image: url("/assets/images/koras/ice_history/top/bg_content01_sp.png"), linear-gradient(#fff 0%, #dadafe 100%);
  }
  .l-page__koras-delicious .koras-section__bgColor {
    background-image: url("/assets/images/koras/delicious/top/bg_content01_sp.png"), linear-gradient(#fff 0%, #ffeae3 100%);
  }
  .koras-title-visual__wrap {
    min-height: 266px;
  }
  .koras-title-visual__title {
    font-size: 3.2rem;
  }
  .koras-title-visual__delicious {
    background-image: url("/assets/images/koras/delicious/top/bg_kv01_sp.jpg");
  }
  .koras-title-visual__history {
    background-image: url("/assets/images/koras/ice_history/top/bg_kv01_sp.jpg");
  }
  .koras-title-visual__knowledge {
    background-image: url("/assets/images/koras/knowledge/top/bg_kv01_sp.jpg");
  }
  .koras-title-border__title {
    font-size: 3.2rem;
  }
  .koras-column .koras-card-link {
    height: 100%;
  }
  .koras-column .koras-card-link .koras-card-link__text {
    min-height: 60px;
  }
  .koras-card-link__number {
    top: -15px;
    width: 45px;
    height: 45px;
    font-size: 2.4rem;
  }
  .koras-card-link__number::before {
    top: -17px;
    width: 24px;
    height: 17px;
  }
  .koras-card-link__title {
    font-size: 1.4rem;
  }
  .koras-slider-column03 .koras-card-link__title:only-child,
  .koras-slider-column05 .koras-card-link__title:only-child {
    min-height: 76px;
  }
  .koras-text-lead {
    padding-top: 24px;
  }
  .koras-text-lead__img:not(:first-child) {
    margin-top: 53px;
  }
  .koras-bnrlist__item:not(:first-child) {
    margin-top: 20px;
  }
  .koras-link-logo__logo {
    display: block;
    width: 40px;
  }
  .koras-link-logo__text {
    font-size: 1.6rem;
  }
  .l-header-koras .koras-link-logo {
    display: flex;
    position: absolute;
    justify-content: center;
    top: 0;
    right: 60px;
    width: 60px;
    height: 60px;
  }
  .l-header-koras .koras-link-logo__logo {
    display: block;
    width: 40px;
  }
  .l-header-koras .koras-link-logo__text {
    display: none;
  }
  .l-footer-koras .koras-link-logo {
    margin-top: 24px;
  }
  .l-footer-koras .koras-link-logo .koras-link-logo__text {
    font-weight: normal;
  }
  .koras-top-kv {
    padding: 45px 0 95px;
    background-image: url("/assets/images/koras/top/bg_kv01_sp.png"), url("/assets/images/koras/top/bg_kv02_sp.png");
    background-position: left 18px, -10px bottom;
    background-size: 350px 39px,368px 64px;
    background-repeat: repeat-x;
  }
  .koras-top-kv::before {
    position: absolute;
    top: 18px;
    left: 9px;
    width: 88px;
    height: 52px;
    background: url("/assets/images/koras/top/bg_kv03_sp.png") 0 0/100% auto no-repeat;
  }
  .koras-top-kv__link img {
    border-radius: 10px;
  }
  .koras-top-kv .slick-slide {
    padding: 20px;
  }
  .koras-top-kv .slick-prev,
  .koras-top-kv .slick-next {
    width: 34px;
    height: 34px;
  }
  .koras-top-kv .slick-prev {
    left: 0;
  }
  .koras-top-kv .slick-next {
    right: 0;
  }
  .koras-section__top-lead .koras-section__inner {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url("/assets/images/koras/top/bg_lead01_sp.jpg"), url("/assets/images/koras/top/bg_lead02_sp.jpg");
    background-size: 280px 50px;
    background-position: center 24px,center bottom 19px;
    background-repeat: no-repeat;
  }
  .koras-top-lead {
    font-size: 1.4rem;
  }
  .koras-top-card__detail {
    font-size: 1.4rem;
  }
  .koras-history-timeline {
    margin: 32px 17px;
    padding: 0 12px 11px;
    background: url("/assets/images/koras/ice_history/top/bg_timeline01_sp.png") 0 0/127px 125px repeat;
  }
  .koras-history-timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: -31px;
    left: -17px;
    width: calc(100% + 34px);
    height: 32px;
    background: url("/assets/images/koras/ice_history/top/bg_timeline02_sp.png") 0 0/44px 43px repeat;
  }
  .koras-history-timeline__inner {
    padding: 33px 10px 35px;
    background: url("/assets/images/koras/ice_history/top/bg_timeline03_sp.jpg") 0 0/cover no-repeat;
  }
  .koras-history-timeline__inner::before, .koras-history-timeline__inner::after {
    content: "";
    display: block;
    position: absolute;
    top: -31px;
    width: 14px;
    height: 32px;
    background: url("/assets/images/koras/ice_history/top/bg_timeline04_sp.png") 0 0/100% auto no-repeat;
  }
  .koras-history-timeline__inner::before {
    left: -17px;
  }
  .koras-history-timeline__inner::after {
    right: -17px;
    transform: rotate(180deg);
  }
  .koras-history-timeline__cateogry::before {
    top: 0;
    left: 74px;
    width: 4px;
    height: 100%;
    border-radius: 4px;
  }
  .koras-history-timeline__cateogry-list {
    display: flex;
  }
  .koras-history-timeline__cateogry-item .koras-history-timeline__cateogry-title {
    padding: 5px 15px 5px 15px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    flex: 0 0 auto;
  }
  .koras-history-timeline__cateogry-item .koras-history-timeline__cateogry-title::before, .koras-history-timeline__cateogry-item .koras-history-timeline__cateogry-title::after {
    top: 0;
    width: 4px;
    height: 100%;
  }
  .koras-history-timeline__cateogry-item .koras-history-timeline__cateogry-title::before {
    left: 0;
  }
  .koras-history-timeline__cateogry-item .koras-history-timeline__cateogry-title::after {
    left: 4px;
  }
  .koras-history-timeline__cateogry-item .koras-history-timeline__cateogry-detail {
    width: 100%;
  }
  .koras-history-timeline__year-item {
    margin-top: 18px;
    padding-left: 44px;
  }
  .koras-history-timeline__year-item::before {
    top: 2px;
    left: 24px;
  }
  .koras-history-timeline__cateogry-item:last-child .koras-history-timeline__year-item:last-child {
    margin-bottom: 18px;
  }
  .koras-history-timeline__year-detail {
    line-height: 1.3;
  }
  .koras-history-timeline__link-item {
    margin-top: 6px;
  }
  .koras-history-timeline__link-item a {
    padding: 5px 54px 5px 30px;
    line-height: 1.2;
  }
  .koras-history-timeline__link-item a::before {
    top: 50%;
    right: 3px;
    width: 20px;
    height: 20px;
    transform: translate(0, -50%);
  }
  .koras-history-timeline__link-item a .koras-history-timeline__link-mark {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
  }
  .js-koras-more-height .js-koras-more-height__content {
    height: auto;
    transition: all 0.3s ease-out;
  }
  .js-koras-more-height:not(.is-open) .js-koras-more-height__content {
    height: 375px;
    overflow: hidden;
  }
}

@media (min-width: 750px) and (min-width: 1024px) {
  .l-page__koras-ice .koras-section__inner.koras-text-lead {
    padding-top: 30px;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  .koras-bnrlist__item a, .koras-bnrlist__item button {
    transition: 0.5s;
    opacity: 1;
  }
  .koras-bnrlist__item a:hover, .koras-bnrlist__item button:hover {
    opacity: 0.8;
  }
}

@media (min-width: 750px) and (max-width: 1280px) {
  .koras-top-kv {
    padding: 128px 0 95px;
  }
  .koras-top-kv::before {
    position: absolute;
    top: 80px;
    left: 30px;
    width: 114px;
    height: 67px;
    background: url("/assets/images/koras/top/bg_kv03.png") 0 0/100% auto no-repeat;
  }
  .koras-top-kv .slick-slide {
    padding: 20px 34px;
  }
  .koras-top-kv .slick-slide:not(.slick-current) {
    transform: scale(1);
    opacity: 1;
  }
  .koras-top-kv .slick-prev {
    left: 0;
  }
  .koras-top-kv .slick-next {
    right: 0;
  }
}

@media all and (min-width: 750px) and (-ms-high-contrast: none) {
  .koras-history-timeline__link {
    margin-left: 6px;
  }
  .koras-history-timeline__link-item a {
    padding: 10px 6px 30px 1px;
  }
}
