/*================================
	mixin
=================================*/
/*================================
	import
=================================*/
.br::before {
  content: "\a";
  white-space: pre;
}

.spbr::before {
  content: "\a";
  white-space: pre;
}

.sptbbr::before {
  content: "\a";
  white-space: pre;
}

@media only screen and (min-width: 768px) {
  .spbr::before {
    content: "";
    white-space: unset;
  }
  .tbpcbr::before {
    content: "\a";
    white-space: pre;
  }
}
@media only screen and (min-width: 1150px) {
  .sptbbr::before {
    content: "";
    white-space: unset;
  }
  .pcbr::before {
    content: "\a";
    white-space: pre;
  }
}
/*================================
	common
=================================*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}
.ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
}

.concept-page__header {
  height: 140px;
  background-color: #eee;
  margin-top: 24px;
  margin-bottom: 46px;
  position: relative;
  background-image: url(/html/user_data/assets/img/concept-page/header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.concept-page__header h2 {
  color: #fff;
  font-size: 2.4rem;
  position: absolute;
  bottom: 24px;
  left: 24px;
  margin: 0;
}
.concept-page__wrap {
  max-width: 1130px !important;
  margin: 0 auto;
  margin: 0 5%;
}
.concept-page__about {
  margin-bottom: 50px;
}
.concept-page__about h4 {
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
  font-size: 1.8rem;
  margin-bottom: 16px;
}
.concept-page__about--title {
  text-align: left;
  font-weight: 700;
  margin-bottom: 20px;
}
.concept-page__about--subtitle {
  margin-bottom: 40px;
  font-size: 1.6rem;
}
.concept-page__about--wrap {
  margin-bottom: 36px;
}
.concept-page__about--text {
  margin-bottom: 16px;
}
.concept-page__about--pcVisible {
  display: none;
}
.concept-page__about--image {
  width: 100%;
  margin-bottom: 16px;
}
.concept-page__about--slider {
  margin-bottom: 10px;
}
.concept-page__about--slider img {
  height: auto;
  width: 100%;
}
.concept-page__about--slider .slide-dots {
  display: flex;
}
.concept-page__about--thumbnail .slick-track {
  width: 100% !important;
}
.concept-page__about--thumbnail .slick-list {
  padding: 0 !important;
}
.concept-page__about--thumbnail .slick-list .slick-slide {
  opacity: 0.3;
  transition: 0.3s;
}
.concept-page__about--thumbnail .slick-list .slick-current {
  opacity: 1;
}
.concept-page__about--thumbnail-img {
  cursor: pointer;
  width: calc((100% - 20px) / 3) !important;
}
.concept-page__about--thumbnail-img:not(:last-of-type) {
  margin-right: 10px;
}
.concept-page__about--thumbnail-img img {
  height: auto;
  width: 100%;
}
.concept-page__about dl dt {
  font-weight: 500;
}
.concept-page__about dl dd ul {
  padding-left: 0;
  list-style: inside;
}
.concept-page__official {
  margin-bottom: 50px;
}
.concept-page__official--title {
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 16px;
}
.concept-page__official--link {
  background-color: #FF7746;
  color: #ffffff;
  padding: 12px;
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 320px;
  border-radius: 4px;
  box-shadow: 2px 2px #F8571D;
  transition: 0.3s;
}
.concept-page__official--link:hover, .concept-page__official--link:active, .concept-page__official--link:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.8;
}
.concept-page__sns {
  margin-bottom: 50px;
}
.concept-page__sns--title {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.concept-page__sns--text {
  margin-bottom: 16px;
  text-align: center;
}
.concept-page__sns--list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.concept-page__sns--link {
  display: block;
  width: calc(50% - 5px);
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  padding: 12px 0;
  transition: 0.1s;
}
.concept-page__sns--link:hover, .concept-page__sns--link:active, .concept-page__sns--link:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.8;
}
.concept-page__sns--link .fa-stack {
  width: auto;
  height: auto;
  line-height: 1;
  margin-right: 10px;
}
.concept-page__sns--link .fa-lg {
  font-size: 2.2rem;
  line-height: 1rem;
  vertical-align: -0.1rem;
}
.concept-page__sns--instagram {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  position: relative;
}
.concept-page__sns--instagram:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -50%;
  width: 90%;
  height: 150px;
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
.concept-page__sns--twitter {
  background-color: #0F1419;
}
.concept-page__sns--line {
  background-color: #00B900;
}

@media only screen and (min-width: 768px) {
  .concept-page__header {
    height: 430px;
    background-image: url(/html/user_data/assets/img/concept-page/header.jpg);
    margin-bottom: 90px;
  }
  .concept-page__header h2 {
    left: 50px;
    bottom: 50px;
    font-size: 3.2rem;
  }
  .concept-page__about {
    margin-bottom: 90px;
  }
  .concept-page__about h4 {
    font-size: 2.4rem;
    margin-bottom: 28px;
  }
  .concept-page__about--wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
  }
  .concept-page__about--wrap--left, .concept-page__about--wrap--right {
    width: calc(50% - 20px);
  }
  .concept-page__about--wrap:nth-of-type(3) {
    flex-direction: row-reverse;
  }
  .concept-page__about--title {
    font-size: 4.2rem;
    line-height: 1.6;
    margin-bottom: 12px;
  }
  .concept-page__about--subtitle {
    margin-bottom: 40px;
    font-size: 2rem;
  }
  .concept-page__about--pcVisible {
    display: block;
  }
  .concept-page__about--spVisible {
    display: none;
  }
  .concept-page__official {
    margin-bottom: 60px;
  }
  .concept-page__official--title {
    font-size: 2.4rem;
  }
  .concept-page__sns--link {
    width: 30%;
    padding: 16px 0;
    max-width: 290px;
  }
  .concept-page__sns--title {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1150px) {
  .concept-page__header {
    background-image: url(/html/user_data/assets/img/concept-page/header_pc.jpg);
  }
  .concept-page__header h2 {
    left: calc((100% - 1125px) / 2);
  }
  .concept-page__wrap {
    margin: 0 auto;
    max-width: 1175px;
  }
  .concept-page__official--link {
    max-width: 500px;
  }
  .concept-page__sns--list {
    gap: 50px;
    justify-content: center;
  }
}/*# sourceMappingURL=concept-page.css.map */