.contents {
  width: 370.54rem;
}
@media screen and (max-width: 750px) {
  .contents {
    width: auto;
  }
}

.gHeader {
  width: 14.4rem;
}
@media screen and (max-width: 750px) {
  .gHeader {
    width: auto;
  }
}
.gHeader .text {
  padding: 3.96rem 0 0;
}
@media screen and (max-width: 750px) {
  .gHeader .text {
    padding: 1.52rem 0 0 0.4rem;
  }
}
.gHeader .text .en {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.0666666667;
}
@media screen and (max-width: 750px) {
  .gHeader .text .en {
    font-size: 1.2rem;
    line-height: 1;
  }
}
.gHeader .text .ja {
  line-height: 2;
  padding: 0.5rem 0 0;
  font-size: 0.36rem;
  letter-spacing: 0.05em;
}
.gHeader .text .ja::before, .gHeader .text .ja::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.gHeader .text .ja::before {
  margin-bottom: -0.5em;
}
.gHeader .text .ja::after {
  margin-top: -0.5em;
}
@media screen and (max-width: 750px) {
  .gHeader .text .ja {
    line-height: 1.9642857143;
    padding: 0.4rem 0 0;
    font-size: 0.28rem;
  }
  .gHeader .text .ja::before, .gHeader .text .ja::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .gHeader .text .ja::before {
    margin-bottom: -0.4821428571em;
  }
  .gHeader .text .ja::after {
    margin-top: -0.4821428571em;
  }
}

.main {
  display: flex;
  width: 319.44rem;
}
@media screen and (max-width: 750px) {
  .main {
    display: block;
    width: auto;
  }
}

.mainVisual {
  width: 28.8rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .mainVisual {
    width: auto;
  }
}
.mainVisual .text {
  line-height: 2;
  width: 11.7rem;
  position: absolute;
  top: 3.72rem;
  right: 0;
  color: #fff;
  font-size: 0.3rem;
  letter-spacing: 0.06em;
}
.mainVisual .text::before, .mainVisual .text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.mainVisual .text::before {
  margin-bottom: -0.5em;
}
.mainVisual .text::after {
  margin-top: -0.5em;
}
@media screen and (max-width: 750px) {
  .mainVisual .text {
    line-height: 2.1428571429;
    width: auto;
    padding: 1rem 0.8rem 0;
    position: static;
    color: inherit;
    font-size: 0.28rem;
  }
  .mainVisual .text::before, .mainVisual .text::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .mainVisual .text::before {
    margin-bottom: -0.5714285714em;
  }
  .mainVisual .text::after {
    margin-top: -0.5714285714em;
  }
}

.section {
  display: flex;
}
@media screen and (max-width: 750px) {
  .section {
    display: block;
  }
}
.section .prepend {
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 750px) {
  .section .prepend {
    height: auto;
  }
}
.section .prepend .sectionTitle {
  position: absolute;
  left: -0.13rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 0.7272727273;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
@media screen and (max-width: 750px) {
  .section .prepend .sectionTitle {
    position: static;
    font-size: 2.6rem;
    line-height: 0.7692307692;
    transform: none;
  }
}

section.works {
  width: 200rem;
}
@media screen and (max-width: 750px) {
  section.works {
    width: auto;
    margin: 1.8rem 0 0;
  }
}
section.works .prepend {
  width: 4rem;
}
@media screen and (max-width: 750px) {
  section.works .prepend {
    width: auto;
  }
}
section.works .prepend .sectionTitle {
  bottom: 15.1rem;
  color: #cfcfcb;
  opacity: 0;
  transform: translate3d(0, 20vh, 0) rotate(90deg);
  transition: 1s ease-in-out 0.4s;
  transition-property: opacity, transform;
}
@media screen and (max-width: 750px) {
  section.works .prepend .sectionTitle {
    margin: -0.14em 0 -0.08em;
    transform: translate3d(-100vw, 0, 0);
  }
}
section.works.scrollIn .prepend .sectionTitle {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(90deg);
}
@media screen and (max-width: 750px) {
  section.works.scrollIn .prepend .sectionTitle {
    opacity: 0.25;
    transform: translate3d(0, 0, 0);
  }
}
section.works .sub .wrap {
  display: flex;
  align-self: flex-start;
  justify-content: space-between;
  width: 32.9rem;
  padding-left: 4rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  section.works .sub .wrap {
    display: block;
    width: auto;
    padding-left: 0.4rem;
  }
}
section.works .sub .rollText {
  position: absolute;
  top: 0;
  left: 3.4rem;
  font-family: "Cormorant Garamond", serif;
  color: #cfcfcb;
  font-size: 2.7rem;
  letter-spacing: 0.01em;
  line-height: 3rem;
  transform: rotate(90deg);
  transform-origin: top left;
}
@media screen and (max-width: 750px) {
  section.works .sub .rollText {
    margin: -0.46rem -0.4rem;
    position: relative;
    left: 0;
    transform: none;
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 2.2rem;
  }
}
section.works .sub .block {
  width: 14.7rem;
  padding: 1.5rem 0 0;
}
@media screen and (max-width: 750px) {
  section.works .sub .block {
    width: auto;
    padding: 0;
  }
}
section.works .sub .block .headline {
  padding: 0 0 0 1.12rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  section.works .sub .block .headline {
    padding: 0 0 0 0.8rem;
  }
}
section.works .sub .block .headline .num {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "EB Garamond", serif;
  font-size: 1rem;
  line-height: 1;
  transform: translate(0, -50%);
}
@media screen and (max-width: 750px) {
  section.works .sub .block .headline .num {
    font-size: 0.64rem;
  }
}
section.works .sub .block .headline .title {
  color: #80807d;
  font-size: 0.28rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  section.works .sub .block .headline .title {
    font-size: 0.23rem;
  }
}
section.works .sub .block .headline .catch {
  margin: 0.16rem 0 0;
  font-size: 0.28rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  section.works .sub .block .headline .catch {
    margin: 0.24rem 0 0;
  }
}
section.works .sub .block .image--04 {
  display: none;
}
@media screen and (max-width: 750px) {
  section.works .sub .block .image--04 {
    display: block;
    margin: 0.46rem -0.4rem 0;
  }
}
section.works .sub .block .logo {
  margin: 0 auto;
}
section.works .sub .block .catch--01 {
  padding: 0.6rem 0 0;
  font-size: 0.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  section.works .sub .block .catch--01 {
    line-height: 1.7647058824;
    font-size: 0.34rem;
  }
  section.works .sub .block .catch--01::before, section.works .sub .block .catch--01::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  section.works .sub .block .catch--01::before {
    margin-bottom: -0.3823529412em;
  }
  section.works .sub .block .catch--01::after {
    margin-top: -0.3823529412em;
  }
}
section.works .sub .block .btDetail {
  display: block;
  width: 4rem;
  margin: 0.5rem auto 0;
  background: transparent url(../assets/imgs/arrow.png) calc(100% - 0.2rem) 50%/0.58rem auto no-repeat;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.28rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 0.9rem;
  text-align: center;
  box-shadow: inset 0 0 0 1px #dad9d1;
  transition: background-color 0.4s;
}
@media screen and (max-width: 750px) {
  section.works .sub .block .btDetail {
    margin: 0.4rem auto 0;
  }
}
html:not(.mobile) section.works .sub .block .btDetail:hover {
  background-color: #dad9d1;
}
section.works .sub .block .images {
  display: flex;
  justify-content: space-between;
  margin: 0.6rem 0 0;
}
@media screen and (max-width: 750px) {
  section.works .sub .block .images {
    display: block;
    margin: 0.5rem 0 0;
  }
}
section.works .sub .block .images .image--01 {
  width: 5.5rem;
}
@media screen and (max-width: 750px) {
  section.works .sub .block .images .image--01 {
    width: 5rem;
    margin: 0 auto;
  }
}
section.works .sub .block .images .image--02 {
  width: 9rem;
}
@media screen and (max-width: 750px) {
  section.works .sub .block .images .image--02 {
    width: auto;
    margin: 0.5rem -0.4rem 0;
  }
}
section.works .sub .image--03 {
  width: 18rem;
  margin: 0 0 0 auto;
  align-self: flex-end;
}
@media screen and (max-width: 750px) {
  section.works .sub .image--03 {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  section.works .sub.miyoshi {
    margin: 0.8rem 0 0;
  }
}
section.works .sub.miyoshi .block .logo {
  width: 2.98rem;
  margin-top: 0.4rem;
}
@media screen and (max-width: 750px) {
  section.works .sub.miyoshi .block .logo {
    width: 2.54rem;
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 750px) {
  section.works .sub.chitofuna {
    margin: 0.72rem 0 0;
  }
}
section.works .sub.chitofuna .block .logo {
  width: 4.06rem;
  margin-top: 0.46rem;
}
@media screen and (max-width: 750px) {
  section.works .sub.chitofuna .block .logo {
    width: 3.24rem;
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 750px) {
  section.works .sub.kawaguchi {
    margin: 0.72rem 0 0;
  }
}
section.works .sub.kawaguchi .block .logo {
  width: 4.36rem;
  margin-top: 0.64rem;
}
@media screen and (max-width: 750px) {
  section.works .sub.kawaguchi .block .logo {
    width: 3.46rem;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 750px) {
  section.works .sub.central {
    margin: 0.72rem 0 0;
  }
}
section.works .sub.central .block .logo {
  width: 5.27rem;
  margin-top: 0.86rem;
}
@media screen and (max-width: 750px) {
  section.works .sub.central .block .logo {
    width: 3.69rem;
    padding-right: 0.4rem;
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 750px) {
  section.works .sub.sakura {
    margin: 2rem 0 0;
  }
}
section.works .sub.sakura .block .logo {
  width: 4.1rem;
  margin-top: 0.72rem;
}
@media screen and (max-width: 750px) {
  section.works .sub.sakura .block .logo {
    width: 2.5rem;
    margin-top: 0.8rem;
  }
}
section.works .menu {
  box-sizing: border-box;
  width: 10rem;
  height: 100vh;
  margin: 0 0 0 auto;
  padding: 5.12rem 0 0;
  position: relative;
  background: url(../imgs/img17.jpg) 50% 0/cover no-repeat;
  color: #fff;
  line-height: 1;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  section.works .menu {
    margin: 1.4rem 0 0;
    width: auto;
    height: 9.03rem;
    padding: 1.43rem 0 0;
    background: url(../imgs/img17.jpg) 50% 0/cover no-repeat;
  }
}
section.works .menu .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  section.works .menu .bg {
    display: none;
  }
}
section.works .menu .bg .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s;
}
section.works .menu .bg .image.active {
  opacity: 1;
}
section.works .menu .label,
section.works .menu .list li {
  opacity: 0;
  transform: translate3d(10rem, 0, 0);
  transition: 1s ease-in-out;
  transition-property: opacity, transform;
}
@media screen and (max-width: 750px) {
  section.works .menu .label,
section.works .menu .list li {
    transform: translate3d(100vw, 0, 0);
  }
}
section.works .menu.scrollIn .label,
section.works .menu.scrollIn .list li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
section.works .menu .label {
  padding: 0 0 0 3.02rem;
  position: relative;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 750px) {
  section.works .menu .label {
    padding: 0 1.2rem;
  }
}
section.works .menu .label .line--01 {
  font-size: 0.5rem;
}
@media screen and (max-width: 750px) {
  section.works .menu .label .line--01 {
    font-size: 0.45rem;
  }
}
section.works .menu .label .line--02 {
  padding: 0.12rem 0 0;
  font-size: 1rem;
}
@media screen and (max-width: 750px) {
  section.works .menu .label .line--02 {
    padding: 0.1rem 0 0;
    font-size: 0.9rem;
  }
}
section.works .menu .list {
  margin: 0.9rem 0 0;
  padding: 0 0 0 2.5rem;
  position: relative;
  font-size: 0.32rem;
}
@media screen and (max-width: 750px) {
  section.works .menu .list {
    margin: 0.85rem 0 0;
    padding: 0 0 0 1.25rem;
  }
}
section.works .menu .list .num {
  display: inline-block;
  width: 0.54rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.26rem;
  font-weight: 500;
}
section.works .menu .list .en {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.36rem;
  font-weight: 500;
}
section.works .menu .list .figure {
  font-family: "EB Garamond", serif;
}
section.works .menu .list li:first-child {
  transition-delay: 0.2s;
}
section.works .menu .list li:nth-child(2) {
  transition-delay: 0.3s;
}
section.works .menu .list li:nth-child(3) {
  transition-delay: 0.4s;
}
section.works .menu .list li:nth-child(4) {
  transition-delay: 0.5s;
}
section.works .menu .list li:last-child {
  transition-delay: 0.6s;
}
section.works .menu .list li + li {
  margin: 0.5rem 0 0;
}

section.concept {
  width: 69.74rem;
  background: #e0dfd8;
}
@media screen and (max-width: 750px) {
  section.concept {
    width: auto;
    padding: 0 0 1.4rem;
  }
}
section.concept .prepend {
  width: 17.74rem;
}
@media screen and (max-width: 750px) {
  section.concept .prepend {
    width: auto;
  }
}
section.concept .prepend .sectionTitle {
  bottom: 16.02rem;
  opacity: 0;
  transform: translate3d(0, 20vh, 0) rotate(90deg);
  transition: 1s ease-in-out 0.4s;
  transition-property: opacity, transform;
  color: #d1d0c9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  section.concept .prepend .sectionTitle {
    margin: -0.04em 0 -0.04em;
    transform: translate3d(-100vw, 0, 0);
  }
}
section.concept.scrollIn .prepend .sectionTitle {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(90deg);
}
@media screen and (max-width: 750px) {
  section.concept.scrollIn .prepend .sectionTitle {
    opacity: 0.6;
    transform: translate3d(0, 0, 0);
  }
}
section.concept .lead {
  margin: 0 0 0 5.86rem;
  padding: 4.08rem 0 0;
}
@media screen and (max-width: 750px) {
  section.concept .lead {
    margin: 0;
    padding: 1.2rem 0 0;
    text-align: center;
  }
}
section.concept .lead .catch--01,
section.concept .lead .catch--02,
section.concept .lead .text {
  opacity: 0;
  transform: translate3d(0, -0.3rem, 0);
  transition: 0.4s ease-in-out;
  transition-property: opacity, transform;
}
section.concept .lead.scrollIn .catch--01,
section.concept .lead.scrollIn .catch--02,
section.concept .lead.scrollIn .text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
section.concept .lead .catch--01 {
  font-size: 0.46rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  transition-delay: 0.2s;
}
@media screen and (max-width: 750px) {
  section.concept .lead .catch--01 {
    font-size: 0.32rem;
  }
}
section.concept .lead .catch--02 {
  margin: 0.5rem 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7rem;
  letter-spacing: 0;
  transition-delay: 0.3s;
}
@media screen and (max-width: 750px) {
  section.concept .lead .catch--02 {
    margin: 0.36rem 0 0;
    font-size: 1.38rem;
    line-height: 1.18rem;
  }
}
section.concept .lead .catch--02 span {
  display: inline-block;
  margin: 0 0 0 0.3rem;
  border-left: 1px solid currentColor;
  padding: 0 0 0 0.3rem;
}
@media screen and (max-width: 750px) {
  section.concept .lead .catch--02 span {
    margin: 0 0 0 0.2rem;
    padding: 0 0 0 0.2rem;
  }
}
section.concept .lead .text {
  line-height: 2.3333333333;
  padding: 0.9rem 0 0;
  font-size: 0.3rem;
  letter-spacing: 0.075em;
  transition-delay: 0.5s;
}
section.concept .lead .text::before, section.concept .lead .text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
section.concept .lead .text::before {
  margin-bottom: -0.6666666667em;
}
section.concept .lead .text::after {
  margin-top: -0.6666666667em;
}
@media screen and (max-width: 750px) {
  section.concept .lead .text {
    line-height: 2.1428571429;
    padding: 0.8rem 0 0;
    font-size: 0.28rem;
  }
  section.concept .lead .text::before, section.concept .lead .text::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  section.concept .lead .text::before {
    margin-bottom: -0.5714285714em;
  }
  section.concept .lead .text::after {
    margin-top: -0.5714285714em;
  }
}
section.concept .list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 49rem;
  padding: 3.36rem 0 0;
}
@media screen and (max-width: 750px) {
  section.concept .list {
    display: block;
    width: 6.3rem;
    margin: 0.72rem auto 0;
    padding: 0;
  }
}
section.concept .list .item {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  width: 9rem;
  padding: 0.9rem 0.8rem;
  position: relative;
  background: #d1d0c9;
}
@media screen and (min-width: 751px) {
  section.concept .list .item {
    opacity: 0;
    transform: translate3d(0, -20vh, 0);
    transition: 1s ease-in-out 0.4s;
    transition-property: opacity, transform;
  }
  section.concept .list .item.scrollIn {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  section.concept .list .item.scrollIn .label,
section.concept .list .item.scrollIn .text {
    opacity: 1;
  }
  section.concept .list .item.scrollIn .image--01::after,
section.concept .list .item.scrollIn .image--02::after {
    transform: translate3d(-100%, 0, 0);
  }
}
@media screen and (max-width: 750px) {
  section.concept .list .item {
    width: auto;
    padding: 0 0.5rem 0.5rem;
    background: repeating-linear-gradient(transparent, transparent 1.2rem, #d1d0c9 1.2rem, #d1d0c9);
  }
}
@media screen and (min-width: 751px) {
  section.concept .list .item .label,
section.concept .list .item .text {
    opacity: 0;
    transition: opacity 0.4s 1.4s;
  }
}
section.concept .list .item .label {
  position: absolute;
  top: -1.36rem;
  left: 0.8rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  section.concept .list .item .label {
    width: 100%;
    height: 1.4rem;
    margin: 0 0 0.4rem;
    position: relative;
    top: 0;
    left: 0;
    line-height: 1.4rem;
  }
}
section.concept .list .item .label .en {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2rem;
}
@media screen and (max-width: 750px) {
  section.concept .list .item .label .en {
    font-size: 0.42rem;
  }
}
section.concept .list .item .label .en strong {
  font-size: 2rem;
  font-weight: inherit;
  letter-spacing: 0;
  transform: scale(0.95, 1);
  transform-origin: left;
}
@media screen and (max-width: 750px) {
  section.concept .list .item .label .en strong {
    font-size: 1.4rem;
    transform: scale(0.8, 1);
  }
}
section.concept .list .item .label .ja {
  font-size: 0.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0.76rem;
  opacity: 0.9;
}
@media screen and (max-width: 750px) {
  section.concept .list .item .label .ja {
    top: 0.7rem;
    font-size: 0.28rem;
    line-height: 1;
  }
}
section.concept .list .item--01 .label .ja {
  left: 1.02rem;
}
@media screen and (max-width: 750px) {
  section.concept .list .item--01 .label .ja {
    left: 0.7rem;
  }
}
section.concept .list .item--02 .label .ja {
  left: 1.56rem;
}
@media screen and (max-width: 750px) {
  section.concept .list .item--02 .label .ja {
    left: 1.05rem;
  }
}
section.concept .list .item--03 .label .ja {
  left: 0.76rem;
}
@media screen and (max-width: 750px) {
  section.concept .list .item--03 .label .ja {
    left: 0.5rem;
  }
}
section.concept .list .item--04 .label .ja {
  left: 1rem;
}
@media screen and (max-width: 750px) {
  section.concept .list .item--04 .label .ja {
    left: 0.7rem;
  }
}
section.concept .list .item--05 .label .ja {
  left: 1.24rem;
}
@media screen and (max-width: 750px) {
  section.concept .list .item--05 .label .ja {
    left: 0.9rem;
  }
}
section.concept .list .item .text {
  line-height: 1.8666666667;
  width: 4.2rem;
  padding: 0.9rem 0 0;
  font-size: 0.3rem;
  font-weight: 600;
  letter-spacing: 0;
}
section.concept .list .item .text::before, section.concept .list .item .text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
section.concept .list .item .text::before {
  margin-bottom: -0.4333333333em;
}
section.concept .list .item .text::after {
  margin-top: -0.4333333333em;
}
@media screen and (max-width: 750px) {
  section.concept .list .item .text {
    line-height: 1.6923076923;
    width: 2.8rem;
    padding: 0.15rem 0 0;
    font-size: 0.26rem;
  }
  section.concept .list .item .text::before, section.concept .list .item .text::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  section.concept .list .item .text::before {
    margin-bottom: -0.3461538462em;
  }
  section.concept .list .item .text::after {
    margin-top: -0.3461538462em;
  }
}
@media screen and (min-width: 751px) {
  section.concept .list .item .image--01,
section.concept .list .item .image--02 {
    position: relative;
    overflow: hidden;
  }
  section.concept .list .item .image--01::after,
section.concept .list .item .image--02::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #d1d0c9;
    transition: transform 0.4s 1.8s ease-in-out;
  }
}
section.concept .list .item .image--01 {
  width: 2.8rem;
}
@media screen and (min-width: 751px) {
  section.concept .list .item .image--01::after {
    transition-delay: 1.8s;
  }
}
@media screen and (max-width: 750px) {
  section.concept .list .item .image--01 {
    width: 2rem;
  }
}
section.concept .list .item .image--02 {
  width: 100%;
  margin: 0.4rem 0 0;
}
@media screen and (min-width: 751px) {
  section.concept .list .item .image--02::after {
    transition-delay: 1.6s;
  }
}
section.concept .list .slick-arrow {
  width: 0.58rem;
  height: 1px;
  border: none;
  padding: 0;
  position: absolute;
  top: 0.83rem;
  border-radius: 0;
  background: #000;
}
section.concept .list .slick-arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid transparent;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
section.concept .list .slick-next {
  right: 0;
}
section.concept .list .slick-next::before {
  border-width: 0.055rem 0 0.055rem 0.09rem;
  border-left-color: #000;
  right: 0;
}
section.concept .list .slick-prev {
  right: 0.78rem;
}
section.concept .list .slick-prev::before {
  border-width: 0.055rem 0.09rem 0.055rem 0;
  border-right-color: #000;
  left: 0;
}
section.concept .list .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0.3rem 0 0;
}
section.concept .list .slick-dots li {
  margin: 0.06rem;
  padding: 0.09rem;
  border-radius: 50%;
}
section.concept .list .slick-dots li button {
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border: none;
  padding: 0;
  background: #b3b2ad;
  border-radius: 50%;
  color: transparent;
  overflow: hidden;
  outline: none;
}
section.concept .list .slick-dots li.slick-active {
  box-shadow: inset 0 0 0 1px currentColor;
}
section.concept .list .slick-dots li.slick-active button {
  background: #231d1d;
}

.gooddesign {
  width: 20.9rem;
  padding: 4rem 0 0;
  background: #f5f5f2;
}
@media screen and (max-width: 750px) {
  .gooddesign {
    width: auto;
    padding: 2rem 0 1.5rem;
  }
}
.gooddesign .image {
  width: 3.91rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .gooddesign .image {
    width: 3.5rem;
  }
}
.gooddesign .text {
  line-height: 1.75;
  padding: 0.76rem 0 0;
  font-size: 0.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
.gooddesign .text::before, .gooddesign .text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.gooddesign .text::before {
  margin-bottom: -0.375em;
}
.gooddesign .text::after {
  margin-top: -0.375em;
}
@media screen and (max-width: 750px) {
  .gooddesign .text {
    line-height: 1.71875;
    font-size: 0.32rem;
  }
  .gooddesign .text::before, .gooddesign .text::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .gooddesign .text::before {
    margin-bottom: -0.359375em;
  }
  .gooddesign .text::after {
    margin-top: -0.359375em;
  }
}
.gooddesign .btDetail {
  display: block;
  width: 3.76rem;
  margin: 0.56rem auto 0;
  position: relative;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.28rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2rem;
}
@media screen and (max-width: 750px) {
  .gooddesign .btDetail {
    margin: 0.32rem 0 0 1.9rem;
  }
}
.gooddesign .btDetail .ext {
  display: inline-block;
  padding: 0 0.24rem 0 0;
  background: url(../assets/imgs/ico-ext.png) 100% 50%/0.2rem auto no-repeat;
}
.gooddesign .btDetail .arrow {
  display: block;
  width: 1.28rem;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  background: currentColor;
}
.gooddesign .btDetail .arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 0.055rem 0 0.055rem 0.09rem;
  border-left-color: currentColor;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.gooddesign .btDetail::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 0;
  right: 0;
  background: #e5e5df;
  border-radius: 50%;
}
/*# sourceMappingURL=unique.css.map */