@keyframes cross-off-link-anim-before {
  0% {
    left: calc(-100% + 24px);
  }
  100% {
    left: 100%;
  }
}

@keyframes cross-off-link-anim-after {
  0% {
    left: calc(-200% + 24px);
  }
  100% {
    left: 0;
  }
}

@keyframes cross-off-link-small-anim-before {
  0% {
    left: calc(-100% + 15px);
  }
  100% {
    left: 100%;
  }
}

@keyframes cross-off-link-small-anim-after {
  0% {
    left: calc(-200% + 15px);
  }
  100% {
    left: 0;
  }
}

@keyframes view-more-anim-before {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(200%);
  }
}

@keyframes view-more-anim-after {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}

.mainvisual {
  position: relative;
  background-color: #fff;
}
.page-home .mainvisual {
  padding-top: 75px;
}
@media only screen and (min-width: 48.0625em) {
  .page-home .mainvisual {
    padding-top: 0;
  }
}

.mainvisual__items {
  width: 100%; 
  font-size: 0;
}
.mainvisual__items:before {
  display: block;
  padding-top: 37.5%;
  width: 100%;
  background-color: #f0f0f0; 
  content: "";
}
.mainvisual__items.slick-initialized:before {
  display: none;
}

.mainvisual__item {
  position: relative;
  display: none;
}
.slick-initialized .mainvisual__item {
  display: inline-block;
}

.mainvisual__item__bg-img {
  width: 100%;
}

.type-a .mainvisual__img {
  position: relative;
}

.mainvisual__bg-img span {
  position: relative;
}
.mainvisual__bg-img span:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); 
  content: "";
}

@media only screen and (min-width: 48.0625em) {
  .mainvisual__bg-img {
    min-height: 440px;
  }
}

.mainvisual__header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 48.0625em) {
  .type-a .mainvisual__header {
    position: absolute;
    top: 0;
    left: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    width: 92%;
    height: 50%;
    transform: translateX(-50%); 

    align-items: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.mainvisual__category {
  margin-bottom: 15px; 
  color: #fff;
  text-align: center;
  letter-spacing: 0.2rem;
  font-size: 12px;
}
@media only screen and (min-width: 48.0625em) {
  .mainvisual__category {
    font-size: 20px;
  }
  .type-a .mainvisual__category {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
  }
}

.mainvisual__heading1 {
  margin: auto;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.4;
}

.mainvisual__head-title {
  margin: 0 auto;
}
.mainvisual__head-title img {
  display: inline-block;
}
.page-brand .mainvisual__head-title {
  max-width: 263px;
}
@media only screen and (min-width: 48.0625em) {
  .page-brand .mainvisual__head-title {
    max-width: 408px;
  }
  .type-a .mainvisual__head-title {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
  }
}

.mainvisual__lead-text {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 2;
}
.type-a .mainvisual__lead-text {
  margin: auto; 
  padding: 20px 0;
  width: 92%;
  color: #000;
}
@media only screen and (min-width: 48.0625em) {
  .mainvisual__lead-text {
    padding: 0;
    font-size: 15px;
  }
  .type-a .mainvisual__lead-text {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translateX(-50%);
  }
}

.about-ellesse__content {
  padding: 20px 0;
}
@media only screen and (min-width: 48.0625em) {
  .about-ellesse__content {
    padding: 40px 0;
  }
}

.ellesse-information {
  margin-bottom: 20px; 
  padding-bottom: 30px;
}
@media only screen and (min-width: 48.0625em) {
  .ellesse-information {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: justify;
    margin-bottom: 40px; 
    padding-bottom: 60px;

    justify-content: space-between;
  }
}
.ellesse-information .js-easy-modal__target {
  display: none;
}

.ellesse-information__images {
  position: relative; 
  display: block;
  width: 100%;
}
.ellesse-information__images:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
@media only screen and (min-width: 48.0625em) {
  .ellesse-information__images {
    width: 48%;
  }
}

.ellesse-information__img {
  float: left;
}

.ellesse-information__content {
  position: relative; 
  width: 100%;
}
@media only screen and (min-width: 48.0625em) {
  .ellesse-information__content {
    width: 48%;
  }
}

@media only screen and (min-width: 48.0625em) {
  .ellesse-information__header {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%; 
    transform: translate(-50%, -50%);
  }
}

.ellesse-information__title {
  margin-bottom: 10px;
  text-align: center; 
  font-size: 17px;
}
@media only screen and (min-width: 48.0625em) {
  .ellesse-information__title {
    margin-bottom: 20px;
    text-align: left; 
    font-size: 20px;
  }
}

.ellesse-information__text {
  margin-bottom: 10px;
  line-height: 1.8;
}
@media only screen and (min-width: 48.0625em) {
  .ellesse-information__text {
    margin-bottom: 20px;
  }
}

.team-japan__content {
  padding: 20px 0;
}
@media only screen and (min-width: 48.0625em) {
  .team-japan__content {
    padding: 40px 0;
  }
}

.team-japan__lead-text {
  text-align: center; 
  font-weight: bold;
  font-size: 14px;
}
@media only screen and (min-width: 48.0625em) {
  .team-japan__lead-text {
    font-size: 17px;
  }
}

.team-japan__items {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 48.0625em) {
  .team-japan__items {
    margin-top: 40px;
  }
}

.team-japan__item {
  position: relative;
  padding-bottom: 20px; 
  width: 100%;
  border: 1px solid #e5e5e5;
}
.team-japan__item +.team-japan__item {
  margin-top: 10px;
}
@media only screen and (min-width: 48.0625em) {
  .team-japan__item {
    padding-bottom: 0; 
    width: 32%;
  }
  .team-japan__item:before {
    display: block;
    padding-top: 100%; 
    content: "";
  }
  .team-japan__item:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    opacity: 0;
    transition-delay: 0s; 
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-duration: 0.6s;
    transition-property: opacity;
  }
  .team-japan__item:nth-child(2) {
    margin-right: 2%; 
    margin-left: 2%;
  }
  .team-japan__item +.team-japan__item {
    margin-top: 0;
  }
  .team-japan__item:hover:after {
    opacity: 1;
  }
  .team-japan__item:hover .team-japan__header {
    opacity: 1;
  }
  .team-japan__item:hover .team-japan__header em:after {
    width: 100%;
  }
}

.team-japan__img {
  margin: auto;
  padding: 20px; 
  max-width: 220px;
  width: 92%;
}
@media only screen and (min-width: 48.0625em) {
  .team-japan__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.team-japan__header {
  margin: auto;
  width: 92%;
  text-align: center;
  opacity: 1;
}
.team-japan__header em {
  position: relative;
  display: none;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1rem; 
  font-size: 14px;
}
.team-japan__header em:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 0;
  height: 1px;
  background-color: #fff;
  content: "";
  transition-delay: 0.2s; 
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 0.6s;
  transition-property: width;
}
@media only screen and (min-width: 48.0625em) {
  .team-japan__header {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 90%;
    opacity: 0;
    transition-delay: 0s; 
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-duration: 0.6s;
    transition-property: opacity;
    transform: translate(-50%, -50%);
  }
  .team-japan__header em {
    display: inline-block;
  }
}

.team-japan__title {
  color: #000;
  font-weight: bold; 
  font-size: 12px;
}
@media only screen and (min-width: 48.0625em) {
  .team-japan__title {
    color: #fff;
    font-size: 13px;
    line-height: 2;
  }
}

.on-text-banner__item {
  position: relative;
  overflow: hidden;
}
.on-text-banner__item +.on-text-banner__item {
  margin-top: 15px;
}
@media only screen and (min-width: 48.0625em) {
  .on-text-banner__item +.on-text-banner__item {
    margin-top: 25px;
  }
  .on-text-banner__item:hover .on-text-banner__bg-img {
    -webkit-filter: blur(10px);
            filter: blur(10px); 
    transform: scale(1.05);
  }
  .on-text-banner__item:hover .on-text-banner__bg-img:before {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.on-text-banner__bg-img {
  transition-delay: 0s; 
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 0.6s;
  transition-property: transform, -webkit-filter;
  transition-property: transform, filter;
  transition-property: transform, filter, -webkit-filter;
}
.on-text-banner__bg-img span:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); 
  content: "";
}
.on-text-banner__bg-img:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  transition-delay: 0s; 
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 0.6s;
  transition-property: background-color;
}

.on-text-banner__header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.on-text-banner__logo {
  margin: auto; 
  width: 128px;
}
@media only screen and (min-width: 48.0625em) {
  .on-text-banner__logo {
    width: 174px;
  }
}

.on-text-banner__head-title {
  margin-top: 10px; 
  color: #fff;
  text-align: center;
  letter-spacing: 0.1rem;
  font-size: 20px;
}
@media only screen and (min-width: 48.0625em) {
  .on-text-banner__head-title {
    font-size: 26px;
  }
}

.img-header {
  position: relative;
}

.img-header__head-title {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  letter-spacing: 0.2rem; 
  font-size: 24px;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 48.0625em) {
  .img-header__head-title {
    font-size: 36px;
  }
}

.ci-buttons {
  display: block;
}
.ci-buttons .ci-btn {
  display: block;
  margin: 0 auto;
}
.ci-buttons .ci-btn +.ci-btn {
  margin-top: 10px;
}
@media only screen and (min-width: 48.0625em) {
  .ci-buttons .ci-btn {
    display: inline-block;
    margin: 0 10px;
  }
}

.ci-buttons-center {
  margin: auto; 
  text-align: center;
}

.ci-btn {
  display: inline-block;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
}
.ci-btn >a,
.ci-btn >span {
  display: block;
  padding: 10px 20px;
  font-weight: bold; 
  font-size: 12px;
  line-height: 1.67;
}
.ci-btn >a:hover,
.ci-btn >span:hover {
  opacity: 1;
}
@media only screen and (min-width: 48.0625em) {
  .ci-btn >a:hover,
  .ci-btn >span:hover {
    cursor: pointer;
  }
}

.ci-btn-medium {
  width: 200px;
}

.ci-btn-orange {
  background-color: #f47b37;
  transition-delay: 0s; 
  transition-timing-function: linear;
  transition-duration: 0.12s;
  transition-property: background-color;
}
.ci-btn-orange >a,
.ci-btn-orange >span {
  color: #fff;
}
.ci-btn-orange.ci-btn-transparent {
  background-color: rgba(244, 123, 55, 0.8);
}
.ci-btn-orange.ci-btn-transparent:hover {
  background-color: #f47b37;
}

.ci-btn-red {
  background-color: #dd1835;
  transition-delay: 0s; 
  transition-timing-function: linear;
  transition-duration: 0.12s;
  transition-property: background-color;
}
.ci-btn-red >a,
.ci-btn-red >span {
  color: #fff;
}
.ci-btn-red.ci-btn-transparent {
  background-color: rgba(221, 24, 53, 0.8);
}
.ci-btn-red.ci-btn-transparent:hover {
  background-color: #dd1835;
}

.ci-btn-outline {
  border: 1px solid #314a5b;
  background-color: transparent;
  transition-delay: 0s; 
  transition-timing-function: linear;
  transition-duration: 0.12s;
  transition-property: background-color;
}
.ci-btn-outline:hover {
  background-color: #314a5b;
}
.ci-btn-outline:hover a,
.ci-btn-outline:hover span {
  color: #fff;
}
.recommend-area .ci-btn-outline:hover,
.news-area .ci-btn-outline:hover {
  background-color: transparent;
}
.recommend-area .ci-btn-outline:hover a,
.recommend-area .ci-btn-outline:hover span,
.news-area .ci-btn-outline:hover a,
.news-area .ci-btn-outline:hover span {
  color: #000;
}

.ci-btn-center {
  display: block; 
  margin-right: auto;
  margin-left: auto;
}

.ci-btn-sp-center {
  display: block; 
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 48.0625em) {
  .ci-btn-sp-center {
    margin-left: 0;
  }
}

.ci-btn-arrow >a,
.ci-btn-arrow >span {
  position: relative;
}
.ci-btn-arrow >a:after,
.ci-btn-arrow >span:after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 6px;
  height: 6px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  content: "";
  transform: rotate(45deg);
}

.ci-btn-bg-slide {
  position: relative;
}
.ci-btn-bg-slide:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  border-radius: 6px; 
  content: "";
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-duration: 0.2s;
  transition-property: width;
}
.ci-btn-bg-slide:hover:before {
  width: 100%;
}
.ci-btn-bg-slide.ci-btn-orange:before {
  background-color: #f47b37;
}
.ci-btn-bg-slide.ci-btn-orange:hover {
  background-color: rgba(244, 123, 55, 0.8);
}