@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
.u-dsp-showPc {
  display: none;
}
@media screen and (min-width: 767px) {
  .u-dsp-showPc {
    display: block;
  }
}

@media screen and (min-width: 767px) {
  .u-dsp-showSp {
    display: none;
  }
}

.js-fadeIn {
  opacity: 0;
  transform: translateY(45px);
  transition: all 1.5s;
}
.js-fadeIn.is-active {
  opacity: 1;
  transform: translateY(0);
}

html {
  scroll-padding-top: 50px;
}
@media screen and (min-width: 767px) {
  html {
    scroll-padding-top: 70px;
  }
}

body {
  padding-top: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E3C3C;
}

figure {
  margin: 0;
}

.p-lct__container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.p-lct__heading {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  .p-lct__heading {
    font-size: 30px;
    letter-spacing: 0.05em;
  }
}
.p-lct__heading span {
  font-size: 16px;
  display: block;
  margin-top: 10px;
}
.p-lct__heading--lv1 {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 767px) {
  .p-lct__heading--lv1 {
    font-size: 36px;
  }
}

.p-lct__btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .p-lct__btn-wrap {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
.p-lct__btn-wrap a.p-lct__btn {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .p-lct__btn-wrap a.p-lct__btn + a.p-lct__btn {
    margin-left: 40px;
  }
}

a.p-lct__btn {
  max-width: 300px;
  height: 52px;
  background-color: #807A77;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border: solid 1px #807A77;
  overflow: hidden;
}
a.p-lct__btn span {
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  z-index: 1;
}
a.p-lct__btn--product, a.p-lct__btn--biomicstone {
  margin-top: 30px;
}
@media screen and (min-width: 767px) {
  a.p-lct__btn--product, a.p-lct__btn--biomicstone {
    margin-top: 0;
  }
}
a.p-lct__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  transform: translateX(-100%);
  transition: transform 0.5s;
}
a.p-lct__btn:hover span {
  color: #807A77;
}
a.p-lct__btn:hover::before {
  transform: translateX(0);
}

.p-lct__btn--biomicstone-box {
  position: relative;
  max-width: 315px;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .p-lct__btn--biomicstone-box {
    max-width: auto;
    margin: 0 0 0 40px;
  }
}
.p-lct__btn--biomicstone-box .p-lct__btn--new {
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 0.8em;
  padding: 0.3em 0.5em;
  background: #ca0211;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 0.5rem;
  border-bottom: 0;
}
@media screen and (min-width: 767px) {
  .p-lct__btn--biomicstone-box .p-lct__btn--new {
    right: -15px;
  }
}

@media screen and (min-width: 767px) {
  .p-lct__btn--product-area {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .p-lct__btn--product-area a.p-lct__btn--biomicstone.p-lct__btn {
    width: 330px;
    max-width: 330px;
    margin-left: 0;
    margin-right: 0;
  }
  .p-lct__btn--product-area a.p-lct__btn--product {
    width: 300px;
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-lct__hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 110;
  right: 10px;
}
@media screen and (min-width: 767px) {
  .p-lct__hamburger {
    top: 10px;
    right: 0;
  }
}
.p-lct__hamburger::before {
  content: "";
  width: 50px;
  height: 45px;
  border: solid 1px #686969;
  position: absolute;
  top: -5px;
  left: -7px;
}
.p-lct__hamburger span {
  width: 100%;
  height: 1px;
  background-color: #686969;
  position: relative;
}
.p-lct__hamburger span::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #686969;
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
  transition: transform 0.4s;
}
.p-lct__hamburger span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #686969;
  position: absolute;
  top: calc(50% + 8px);
  left: 0;
  transition: transform 0.4s;
}
.p-lct__hamburger.is-active {
  position: fixed;
  top: 10px;
  right: 20px;
}
@media screen and (min-width: 767px) {
  .p-lct__hamburger.is-active {
    right: calc(50% - 500px);
    top: 24px;
  }
}
.p-lct__hamburger.is-active span {
  background-color: transparent;
}
.p-lct__hamburger.is-active span::before {
  transform: rotate(-30deg);
  top: 50%;
}
.p-lct__hamburger.is-active span::after {
  transform: rotate(30deg);
  top: 50%;
}

.p-lct__drawer {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transform: translateX(100%);
  transition: transform 0.4s;
}
.p-lct__drawer.is-open {
  transform: translateX(0);
}

.p-lct__drawer-inner {
  padding: 25px 20px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-lct__drawer-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 767px) {
  .p-lct__drawer-inner {
    padding: 55px 0 46px;
  }
}

.p-lct__drawer-block + .p-lct__drawer-block {
  margin-top: 24px;
}
@media screen and (min-width: 767px) {
  .p-lct__drawer-block + .p-lct__drawer-block {
    margin-top: 33px;
  }
}

.p-lct__drawer-title {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 767px) {
  .p-lct__drawer-title {
    font-size: 19px;
  }
}
.p-lct__drawer-title--link {
  position: relative;
  display: inline-block;
}
.p-lct__drawer-title--link::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: solid 1px #777;
  border-bottom: solid 1px #777;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: -18px;
}

.p-lct__drawer-category-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-top: 10px;
}
@media screen and (min-width: 767px) {
  .p-lct__drawer-category-list {
    justify-content: space-between;
  }
}
.p-lct__drawer-category-list--product .p-lct__drawer-category-text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.p-lct__drawer-category-list--gallery .p-lct__drawer-category-text {
  color: #000;
  margin-top: 4px;
}

.p-lct__drawer-category-item {
  width: calc((100% - 15px) / 2);
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-lct__drawer-category-item {
    width: calc((100% - 80px) / 5);
  }
}
.p-lct__drawer-category-item + .p-lct__drawer-category-item {
  margin-left: 15px;
}
@media screen and (min-width: 767px) {
  .p-lct__drawer-category-item + .p-lct__drawer-category-item {
    margin-left: 0;
  }
}
.p-lct__drawer-category-item:nth-child(2n+3) {
  margin-left: 0;
}
.p-lct__drawer-category-item img {
  width: 100%;
}
.p-lct__drawer-category-item.p-lct__drawer-category-biomicstone a::before {
  content: "NEW";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.8em;
  padding: 0.2em 0.5em;
  background: #ca0211;
  color: #fff;
  margin-right: 1rem;
  z-index: 1;
}

.p-lct__drawer-category-text {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
}

.p-lct__drawer-category-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-lct__section-block {
  padding: 32px 20px 50px;
}
.p-lct__section-block--bg {
  background-color: #F4F4F3;
}
.p-lct__section-block#straine {
  background-color: #FAF6F2;
}
.p-lct__section-block#linotesta {
  background-color: #FAFAF8;
}
@media screen and (min-width: 767px) {
  .p-lct__section-block {
    padding: 50px 0;
  }
}

.p-lct__header {
  height: 59px;
  display: flex;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 100;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-lct__header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 767px) {
  .p-lct__header {
    padding: 0;
    align-items: center;
    height: 79px;
  }
}

.p-lct__header-inner {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

.p-lct__header-logo {
  width: 180px;
}
@media screen and (min-width: 767px) {
  .p-lct__header-logo {
    width: 225px;
  }
}
.p-lct__header-logo img {
  width: 100%;
  height: auto;
}

.p-lct__lead {
  text-align: center;
  position: relative;
  padding-top: 41px;
}
@media screen and (min-width: 767px) {
  .p-lct__lead {
    padding-top: 84px;
  }
}
.p-lct__lead::before {
  content: "";
  background-image: url("/product_floor/lct/img/top/caco3.png");
  width: 82.4vw;
  height: 53.3333333333vw;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 126.6666666667vw;
  left: -20px;
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .p-lct__lead::before {
    width: 486px;
    height: 316px;
    top: 71px;
    left: -186px;
    bottom: auto;
  }
}

.p-lct__lead-heading {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.77;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
}
@media screen and (min-width: 767px) {
  .p-lct__lead-heading {
    font-size: 26px;
  }
}
.p-lct__lead-heading + .p-lct__lead-text {
  margin-top: 15px;
}
@media screen and (min-width: 767px) {
  .p-lct__lead-heading + .p-lct__lead-text {
    margin-top: 30px;
  }
}
.p-lct__lead-heading img {
  width: 100%;
  height: auto;
}

.p-lct__lead-text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2.2;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 767px) {
  .p-lct__lead-text {
    font-size: 18px;
    line-height: 2;
  }
}
.p-lct__lead-text + .p-lct__lead-text {
  margin-top: 36px;
}

.p-lct__lead-image {
  max-width: 820px;
  width: 100%;
  margin-left: auto;
  margin-top: 65.3333333333vw;
}
@media screen and (min-width: 767px) {
  .p-lct__lead-image {
    margin-top: 82px;
  }
}
.p-lct__lead-image img {
  width: 100%;
  height: auto;
}

/* ========================================
  mainvisual
======================================== */
.p-mainvisual {
  position: relative;
}
.p-mainvisual .swiper-container {
  height: 125.3333333333vw;
}
@media screen and (min-width: 767px) {
  .p-mainvisual .swiper-container {
    height: 100vh;
  }
}
.p-mainvisual .p-mainvisual__item img {
  width: 100%;
}
.p-mainvisual .p-mainvisual__pager {
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: 5.3333333333vw;
  right: 5.3333333333vw;
  border: 1px solid #fff;
  border-radius: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-mainvisual .p-mainvisual__pager .p-mainvisual .p-mainvisual__pager {
    bottom: 20px;
    right: 20px;
  }
}
.p-mainvisual .p-mainvisual__pager__wrapper {
  width: 76px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.p-mainvisual .p-mainvisual__heading {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 95px;
}
@media screen and (min-width: 767px) {
  .p-mainvisual .p-mainvisual__heading {
    width: 140px;
  }
}
.p-mainvisual .p-mainvisual__heading img {
  width: 100%;
}
.p-mainvisual .p-mainvisual__gooddesign {
  position: absolute;
  top: 45%;
  left: 80%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 90px;
}
@media screen and (min-width: 767px) {
  .p-mainvisual .p-mainvisual__gooddesign {
    left: 64%;
    width: 111px;
  }
}
.p-mainvisual .p-mainvisual__gooddesign img {
  width: 100%;
}
@keyframes indexHeroZoomIn {
  0% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.p-mainvisual .swiper-slide img {
  width: 100%;
  object-fit: cover;
}
.p-mainvisual .swiper-slide-active.swiper-slide img,
.p-mainvisual .swiper-slide-duplicate-active.swiper-slide img,
.p-mainvisual .swiper-slide-prev.swiper-slide img {
  width: 100%;
  animation: indexHeroZoomIn 5s linear 0s 1 normal both;
}
.p-mainvisual .swiper-pagination {
  z-index: 1;
}
.p-mainvisual .swiper-pagination-bullet {
  width: 120px;
  height: 120px;
}
.p-mainvisual .p-mainvisual__pager__wrapper02 {
  width: 100%;
  height: 52px;
  position: relative;
}
.p-mainvisual .p-mainvisual__pager__wrapper02::before {
  content: "";
  width: 68px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: top left;
  transform: rotate(-45deg) translate(-50%, -50%);
}
.p-mainvisual .p-mainvisual__pager__wrapper03 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: auto;
}
.p-mainvisual .p-mainvisual__svg {
  width: inherit;
  height: inherit;
  transform: rotate(-90deg);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  overflow: initial;
  outline: none;
}
.p-mainvisual .p-mainvisual__circle {
  stroke-dasharray: 377;
  stroke-dashoffset: 377;
  stroke-width: 4px;
  stroke: #fff;
  fill: transparent;
}
@keyframes circle_move {
  to {
    stroke-dashoffset: 0;
  }
}
.p-mainvisual .swiper-pagination-bullet-active .p-mainvisual__circle {
  animation: circle_move 5s infinite;
}
.p-mainvisual .swiper-pagination {
  width: 120px;
  height: 120px;
}
.p-mainvisual .p-mainvisual__pager__item {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.p-mainvisual .swiper-pagination-bullet,
.p-mainvisual .swiper-pagination-bullet-active {
  background: transparent;
}
.p-mainvisual .p-mainvisual__pager__prev,
.p-mainvisual .p-mainvisual__pager__next {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 24px;
  height: 8px;
  background-size: contain;
}
.p-mainvisual .p-mainvisual__pager__prev {
  background-image: url("/product_floor/lct/img/icon_prev.svg");
}
.p-mainvisual .p-mainvisual__pager__next {
  background-image: url("/product_floor/lct/img/icon_next.svg");
}
.p-mainvisual .p-mainvisual__pager__current,
.p-mainvisual .p-mainvisual__pager__max-count {
  position: absolute;
  font-size: 2.8rem;
  color: #fff;
  font-family: "Josefin Sans", san-serif;
}
.p-mainvisual .p-mainvisual__pager__current {
  top: 0px;
  left: 0px;
}
.p-mainvisual .p-mainvisual__pager__max-count {
  bottom: 0px;
  right: 0px;
}

.p-lct__texture {
  margin-top: 71px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-lct__texture {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 767px) {
  .p-lct__texture {
    margin-top: 65px;
  }
}

.p-lct__texture-heading {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.64;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 0 20px;
}
@media screen and (min-width: 767px) {
  .p-lct__texture-heading {
    font-size: 22px;
    padding: 0;
  }
}

.p-lct__texture-list {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  position: relative;
  margin-top: 17px;
}
@media screen and (min-width: 767px) {
  .p-lct__texture-list {
    margin-top: 24px;
  }
}

.p-lct__texture-bg img {
  width: 100%;
}

.p-lct__texture-item-heading {
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p-lct__texture-item-heading + .p-lct__texture-item-text {
  margin-top: 21px;
}
@media screen and (min-width: 767px) {
  .p-lct__texture-item-heading + .p-lct__texture-item-text {
    margin-top: 26px;
  }
}

.p-lct__texture-item-text {
  font-size: 16px;
  line-height: 2;
  white-space: nowrap;
}
.p-lct__texture-item-text + .p-lct__texture-item-link {
  margin-top: 19px;
}
@media screen and (min-width: 767px) {
  .p-lct__texture-item-text + .p-lct__texture-item-link {
    margin-top: 28px;
  }
}

.p-lct__texture-item-link {
  display: inline-block;
  font-size: 16px;
  position: relative;
  transition: transform 0.4s, opacity 0.3s;
}
.p-lct__texture-item-link::before, .p-lct__texture-item-link::after {
  content: "";
  width: 8px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  position: absolute;
}
.p-lct__texture-item-link::before {
  transform: rotate(45deg) translateY(-50%);
  top: calc(50% - 2px);
  right: -15px;
}
.p-lct__texture-item-link::after {
  transform: rotate(-45deg) translateY(-50%);
  top: calc(50% + 3px);
  right: -16px;
}

.p-lct__texture-item {
  width: 100%;
  height: 690px;
  background-color: #272626;
  position: relative;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: 335px 400px;
  background-position: left top;
}
@media screen and (min-width: 767px) {
  .p-lct__texture-item {
    height: 415px;
  }
}
@media screen and (min-width: 767px) {
  .p-lct__texture-item a {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.p-lct__texture-item a:hover .p-lct__texture-item-link {
  transform: translateX(20px);
  opacity: 0.8;
}
.p-lct__texture-item--point1 {
  background-image: url("/product_floor/lct/img/top/bg_texture1_sp.jpg");
}
@media screen and (min-width: 767px) {
  .p-lct__texture-item--point1 {
    background-image: url("/product_floor/lct/img/top/bg_texture1.jpg");
    background-position: left top;
    background-size: 800px 355px;
  }
}
.p-lct__texture-item--point1 .p-lct__texture-item-inner {
  max-width: 254px;
  bottom: 50px;
  left: 30px;
}
@media screen and (min-width: 767px) {
  .p-lct__texture-item--point1 .p-lct__texture-item-inner {
    max-width: 336px;
    top: 82px;
    left: 35px;
    bottom: auto;
  }
}
.p-lct__texture-item--point2 {
  background-image: url("/product_floor/lct/img/top/bg_texture2_sp.jpg");
}
@media screen and (min-width: 767px) {
  .p-lct__texture-item--point2 {
    background-image: url("/product_floor/lct/img/top/bg_texture2.jpg");
    background-position: right top;
    background-size: 750px 355px;
  }
}
.p-lct__texture-item--point2 .p-lct__texture-item-inner {
  max-width: 255px;
  bottom: 50px;
  left: 30px;
}
@media screen and (min-width: 767px) {
  .p-lct__texture-item--point2 .p-lct__texture-item-inner {
    top: 66px;
    left: 330px;
    bottom: auto;
  }
}
.p-lct__texture-item--point3 {
  background-image: url("/product_floor/lct/img/top/bg_texture3_sp.jpg");
}
@media screen and (min-width: 767px) {
  .p-lct__texture-item--point3 {
    background-image: url("/product_floor/lct/img/top/bg_texture3.jpg");
    background-position: left top;
    background-size: 655px 355px;
  }
}
.p-lct__texture-item--point3 .p-lct__texture-item-inner {
  max-width: 223px;
  bottom: 50px;
  left: 30px;
}
@media screen and (min-width: 767px) {
  .p-lct__texture-item--point3 .p-lct__texture-item-inner {
    top: 66px;
    right: 87px;
    left: auto;
  }
}
.p-lct__texture-item--point4 {
  background-image: url("/product_floor/lct/img/top/bg_texture4_sp.jpg");
}
@media screen and (min-width: 767px) {
  .p-lct__texture-item--point4 {
    background-image: url("/product_floor/lct/img/top/bg_texture4.jpg");
    background-position: right top;
    background-size: 760px 355px;
  }
}
.p-lct__texture-item--point4 .p-lct__texture-item-inner {
  max-width: 253px;
  bottom: 50px;
  left: 30px;
}
@media screen and (min-width: 767px) {
  .p-lct__texture-item--point4 .p-lct__texture-item-inner {
    top: 57px;
    left: 325px;
  }
}
.p-lct__texture-item--point5 {
  background-image: url("/product_floor/lct/img/top/bg_texture5_sp.jpg");
}
@media screen and (min-width: 767px) {
  .p-lct__texture-item--point5 {
    background-image: url("/product_floor/lct/img/top/bg_texture5.jpg");
    background-position: left top;
    background-size: 600px 400px;
  }
}
.p-lct__texture-item--point5 .p-lct__texture-item-inner {
  bottom: 50px;
  left: 30px;
  max-width: 144px;
}
@media screen and (min-width: 767px) {
  .p-lct__texture-item--point5 .p-lct__texture-item-inner {
    top: 85px;
    right: 216px;
    left: auto;
  }
}
@media screen and (min-width: 767px) {
  .p-lct__texture-item--point5 {
    height: 440px;
  }
}

.swiper-container2 {
  position: relative;
}
@media screen and (min-width: 767px) {
  .swiper-container2 .swiper-wrapper {
    flex-direction: column;
  }
}
.swiper-container2 .swiper-button-prev,
.swiper-container2 .swiper-button-next {
  position: absolute;
  bottom: 5px;
  top: auto;
  left: auto;
  width: 24px;
  background-size: 24px 44px;
}
@media screen and (min-width: 767px) {
  .swiper-container2 .swiper-button-prev,
.swiper-container2 .swiper-button-next {
    display: none;
  }
}
.swiper-container2 .swiper-button-prev {
  background-image: url("/product_floor/lct/img/top/arrow_prev.svg");
  right: 94px;
}
.swiper-container2 .swiper-button-next {
  background-image: url("/product_floor/lct/img/top/arrow_next.svg");
  right: 40px;
}

.p-lct__texture-item-inner {
  position: absolute;
}

.p-lct__maintenance {
  margin-top: 76px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-lct__maintenance {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 767px) {
  .p-lct__maintenance {
    margin-top: 97px;
  }
}

.p-lct__nowax {
  padding: 0 15px;
  margin-top: 22px;
}
@media screen and (min-width: 767px) {
  .p-lct__nowax {
    padding: 0;
    margin-top: 37px;
    display: flex;
    justify-content: space-between;
  }
}

.p-lct__nowax-btn {
  max-width: 315px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #666;
  height: 46px;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-lct__nowax-btn {
    max-width: 320px;
    margin-top: 34px;
  }
}
.p-lct__nowax-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #666;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: transform 0.4s;
  z-index: -1;
}
.p-lct__nowax-btn:hover {
  color: #fff;
}
.p-lct__nowax-btn:hover::before {
  transform: translateX(0);
}

@media screen and (min-width: 767px) {
  .p-lct__nowax-head {
    width: 31%;
  }
}

.p-lct__nowax-logo + .p-lct__nowax-head-text {
  margin-top: 12px;
}

.p-lct__nowax-head-text {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  line-height: 1.67;
  font-weight: 500;
}
.p-lct__nowax-head-text span {
  color: #597FB9;
}
.p-lct__nowax-head-text + .p-lct__nowax-text {
  margin-top: 13px;
}

.p-lct__nowax-text {
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.p-lct__nowax-merit {
  margin-top: 33px;
}
@media screen and (min-width: 767px) {
  .p-lct__nowax-merit {
    margin-top: 0;
    width: 62.8%;
  }
}

.p-lct__nowax-merit-pop {
  color: #1A90C5;
  font-size: 18px;
  border-radius: 14px;
  border: solid 1px #1A90C5;
  padding: 3px 21px 5px 17px;
  display: inline-block;
}

.p-lct__nowax-merit-image {
  margin-top: 10px;
}
.p-lct__nowax-merit-image img {
  width: 100%;
  height: auto;
}
.p-lct__nowax-merit-image + .p-lct__nowax-merit-text {
  margin-top: 12px;
}

.p-lct__nowax-merit-text {
  font-size: 14px;
  line-height: 1.71;
}

.p-lct__feature {
  margin-top: 56px;
}
@media screen and (min-width: 767px) {
  .p-lct__feature {
    margin-top: 0;
  }
}

.p-lct__feature-block--1 {
  position: relative;
  padding: 0 20px;
}
@media screen and (min-width: 767px) {
  .p-lct__feature-block--1 {
    display: flex;
    padding: 0;
  }
}
@media screen and (min-width: 767px) {
  .p-lct__feature-block--1 .p-lct__feature-textarea {
    margin-left: auto;
    margin-right: 95px;
    margin-top: 60px;
  }
}
.p-lct__feature-block--1 .p-lct__feature-img {
  position: absolute;
  top: 109px;
  left: 52px;
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .p-lct__feature-block--1 .p-lct__feature-img {
    left: auto;
    right: -331px;
    top: 0;
    width: 667px;
  }
}
.p-lct__feature-block--2 {
  margin-top: 252px;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 767px) {
  .p-lct__feature-block--2 {
    margin-top: -61px;
    flex-direction: row-reverse;
    align-items: flex-end;
    margin-right: 10px;
  }
}
.p-lct__feature-block--2 .p-lct__feature-textarea {
  padding: 0 20px;
  margin-top: 27px;
}
@media screen and (min-width: 767px) {
  .p-lct__feature-block--2 .p-lct__feature-textarea {
    padding: 0;
    margin-top: 0;
    margin-left: 30px;
    margin-bottom: 93px;
  }
}
.p-lct__feature-block--3 {
  max-width: 850px;
  margin-left: auto;
  padding: 0 20px;
  margin-top: 89px;
}
@media screen and (min-width: 767px) {
  .p-lct__feature-block--3 {
    padding: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 0;
  }
}
.p-lct__feature-block--3 .p-lct__feature-img {
  max-width: 439px;
}
.p-lct__feature-block--3 .p-lct__feature-textarea {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 31px;
}
@media screen and (min-width: 767px) {
  .p-lct__feature-block--3 .p-lct__feature-textarea {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.p-lct__feature-block--3 .p-lct__feature-textarea .p-lct__feature-heading {
  order: 2;
  margin-top: 26px;
}
@media screen and (min-width: 767px) {
  .p-lct__feature-block--3 .p-lct__feature-textarea .p-lct__feature-heading {
    order: 1;
    margin-top: 0;
  }
}
.p-lct__feature-block--3 .p-lct__feature-textarea .p-lct__feature-img {
  max-width: 230px;
  order: 3;
}
@media screen and (min-width: 767px) {
  .p-lct__feature-block--3 .p-lct__feature-textarea .p-lct__feature-img {
    margin-left: auto;
    margin-right: 10px;
    margin-top: 34px;
  }
}
.p-lct__feature-block--3 .p-lct__feature-textarea .p-lct__feature-text {
  order: 1;
}
@media screen and (min-width: 767px) {
  .p-lct__feature-block--3 .p-lct__feature-textarea .p-lct__feature-text {
    order: 2;
  }
}

.p-lct__feature-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-lct__feature-img img {
    height: auto;
  }
}

.p-lct__feature-heading {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.p-lct__feature-heading span {
  display: block;
  font-size: 14px;
  margin-top: 16px;
}
.p-lct__feature-heading + .p-lct__feature-text {
  margin-top: 27px;
}

.p-lct__feature-text {
  font-size: 16px;
  line-height: 1.88;
}

.p-lct__sustainability {
  margin-top: 93px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-lct__sustainability {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-lct__sustainability-lead {
  font-size: 15px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin-top: 38px;
  padding: 0 20px;
  line-height: 1.73;
}
@media screen and (min-width: 767px) {
  .p-lct__sustainability-lead {
    font-size: 18px;
    padding: 0;
  }
}

.p-lct__sustainability-action {
  position: relative;
  margin-top: 28px;
  height: 900px;
  background-size: cover;
  background-image: url("/product_floor/lct/img/top/sustainability_bg_sp@2x.jpg");
  background-position: center center;
  padding: 47px 17px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .p-lct__sustainability-action {
    flex-direction: row;
    align-items: flex-start;
    min-height: auto;
    height: 560px;
    padding: 0;
    margin-top: 40px;
    background-image: url("/product_floor/lct/img/top/sustainability_bg@2x.jpg");
  }
}

.p-lct__sustainability-bg {
  position: relative;
  z-index: -1;
}
.p-lct__sustainability-bg img {
  width: 100%;
}

.p-lct__sustainability-textarea {
  color: #fff;
}
@media screen and (min-width: 767px) {
  .p-lct__sustainability-textarea {
    position: absolute;
    max-width: 430px;
    top: 32px;
    left: 40px;
  }
}

.p-lct__sustainability-heading {
  font-size: 26px;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
}
.p-lct__sustainability-heading--lv4 {
  font-size: 20px;
  margin-top: 53px;
}
@media screen and (min-width: 767px) {
  .p-lct__sustainability-heading--lv4 {
    margin-top: 43px;
  }
}
.p-lct__sustainability-heading + .p-lct__sustainability-text {
  margin-top: 16px;
}
@media screen and (min-width: 767px) {
  .p-lct__sustainability-heading + .p-lct__sustainability-text {
    margin-top: 18px;
  }
}

.p-lct__sustainability-text {
  font-size: 15px;
  line-height: 1.88;
}
@media screen and (min-width: 767px) {
  .p-lct__sustainability-text {
    font-size: 16px;
  }
}

.p-lct__sustainability-sdgs {
  max-width: 340px;
  width: 100%;
  margin-top: 48px;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-lct__sustainability-sdgs {
    max-width: 300px;
  }
}
@media screen and (min-width: 767px) {
  .p-lct__sustainability-sdgs {
    position: absolute;
    right: 40px;
    bottom: 40px;
    margin-top: 0;
    max-width: 410px;
  }
}

.p-lct__sustainability-sdgs-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -5px;
}
@media screen and (min-width: 767px) {
  .p-lct__sustainability-sdgs-list {
    margin-bottom: -10px;
  }
}

.p-lct__sustainability-sdgs-item {
  width: calc((100% - 10px) / 3);
  margin-bottom: 5px;
}
.p-lct__sustainability-sdgs-item img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 767px) {
  .p-lct__sustainability-sdgs-item {
    width: calc((100% - 20px) / 3);
    margin-bottom: 10px;
  }
}
.p-lct__sustainability-sdgs-item + .p-lct__sustainability-sdgs-item {
  margin-left: 5px;
}
@media screen and (min-width: 767px) {
  .p-lct__sustainability-sdgs-item + .p-lct__sustainability-sdgs-item {
    margin-left: 10px;
  }
}
.p-lct__sustainability-sdgs-item:nth-child(3n+4) {
  margin-left: 0;
}
@media screen and (min-width: 767px) {
  .p-lct__sustainability-sdgs-item:nth-child(3n+4) {
    margin-left: 0;
  }
}

.p-lct__sustainability-action-list {
  margin-top: 22px;
}

.p-lct__sustainability-action-item {
  font-size: 16px;
  line-height: 1.88;
  padding-left: 13px;
  padding-bottom: 7px;
  position: relative;
  max-width: 220px;
  margin-left: 10px;
}
@media screen and (min-width: 767px) {
  .p-lct__sustainability-action-item {
    max-width: 240px;
  }
}
.p-lct__sustainability-action-item + .p-lct__sustainability-action-item {
  margin-top: 20px;
}
.p-lct__sustainability-action-item::before {
  content: "";
  width: 1px;
  height: 54px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.p-lct__sustainability-action-item::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-lct__sustainability-action-item:nth-child(2) {
  margin-left: 64px;
}
@media screen and (min-width: 767px) {
  .p-lct__sustainability-action-item:nth-child(2) {
    margin-left: 66px;
  }
}
.p-lct__sustainability-action-item:nth-child(3) {
  margin-left: 112px;
}
@media screen and (min-width: 767px) {
  .p-lct__sustainability-action-item:nth-child(3) {
    margin-left: 110px;
  }
}

.p-lct__recycle {
  margin-top: 82px;
}
@media screen and (min-width: 767px) {
  .p-lct__recycle {
    margin-top: 75px;
  }
}

.p-lct__recycle-inner-top {
  padding: 0 20px;
}
@media screen and (min-width: 767px) {
  .p-lct__recycle-inner-top {
    padding: 0;
  }
}

.p-lct__recycle-heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.p-lct__recycle-heading + .p-lct__recycle-text {
  margin-top: 25px;
}
@media screen and (min-width: 767px) {
  .p-lct__recycle-heading + .p-lct__recycle-text {
    margin-top: 16px;
  }
}

.p-lct__recycle-text {
  font-size: 15px;
  line-height: 1.625;
}
@media screen and (min-width: 767px) {
  .p-lct__recycle-text {
    font-size: 16px;
  }
}
.p-lct__recycle-text span {
  font-size: 13px;
}
@media screen and (min-width: 767px) {
  .p-lct__recycle-text span {
    font-size: 14px;
  }
}

.p-lct__recycle-examples {
  margin-top: 45px;
}
@media screen and (min-width: 767px) {
  .p-lct__recycle-examples {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 767px) {
  .p-lct__recycle-example {
    width: calc((100% - 20px) / 2);
  }
}
.p-lct__recycle-example + .p-lct__recycle-example {
  margin-top: 45px;
}
@media screen and (min-width: 767px) {
  .p-lct__recycle-example + .p-lct__recycle-example {
    margin-top: 0;
  }
}
.p-lct__recycle-example:first-child .p-lct__recycle-compare-left img {
  max-width: 114px;
}
@media screen and (min-width: 767px) {
  .p-lct__recycle-example:first-child .p-lct__recycle-compare-left img {
    max-width: 170px;
  }
}
.p-lct__recycle-example:first-child .p-lct__recycle-compare-right img {
  max-width: 118px;
}
@media screen and (min-width: 767px) {
  .p-lct__recycle-example:first-child .p-lct__recycle-compare-right img {
    max-width: 160px;
  }
}
.p-lct__recycle-example:nth-child(2) .p-lct__recycle-compare-left img {
  max-width: 130px;
}
@media screen and (min-width: 767px) {
  .p-lct__recycle-example:nth-child(2) .p-lct__recycle-compare-left img {
    max-width: 201px;
  }
}
.p-lct__recycle-example:nth-child(2) .p-lct__recycle-compare-right img {
  max-width: 111px;
}
@media screen and (min-width: 767px) {
  .p-lct__recycle-example:nth-child(2) .p-lct__recycle-compare-right img {
    max-width: 160px;
  }
}

.p-lct__recycle-example-heading {
  font-size: 18px;
  font-weight: 500;
}

.p-lct__recycle-example-box {
  background-color: #F6F6F6;
  padding: 22px 13px;
  margin-top: 14px;
  min-height: 160px;
}
@media screen and (min-width: 767px) {
  .p-lct__recycle-example-box {
    margin-top: 8px;
    padding: 22px 43px 22px 20px;
    min-height: 200px;
    height: 200px;
  }
}
.p-lct__recycle-example-box + .p-lct__recycle-text {
  margin-top: 10px;
}
.p-lct__recycle-example-box img {
  width: 100%;
  height: auto;
}

.p-lct__recycle-example-box-title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .p-lct__recycle-example-box-title {
    font-size: 18px;
  }
}

.p-lct__recycle-example-box-inner {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.p-lct__recycle-compare-left figure,
.p-lct__recycle-compare-right figure {
  min-height: 74px;
}
@media screen and (min-width: 767px) {
  .p-lct__recycle-compare-left figure,
.p-lct__recycle-compare-right figure {
    min-height: 95px;
  }
}

.p-lct__recycle-compare-center {
  padding-top: 10px;
  width: 16px;
}
@media screen and (min-width: 767px) {
  .p-lct__recycle-compare-center {
    padding-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    width: 20px;
  }
}

.p-lct__recycle-compare-text {
  font-size: 13px;
  line-height: 1.625;
  white-space: nowrap;
}
@media screen and (min-width: 767px) {
  .p-lct__recycle-compare-text {
    font-size: 16px;
  }
}

.p-lct__table-wrap {
  margin-top: 27px;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-left: 23px;
  padding-bottom: 10px;
}
@media screen and (min-width: 767px) {
  .p-lct__table-wrap {
    margin-top: 40px;
    margin-left: 0;
    padding-bottom: 0;
  }
}

.p-lct__table {
  text-align: center;
  border-collapse: collapse;
  width: 712px;
}
@media screen and (min-width: 767px) {
  .p-lct__table {
    width: 100%;
  }
}
.p-lct__table thead th {
  background-color: #F3F3F4;
}
.p-lct__table th {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
}
.p-lct__table td {
  font-size: 22px;
}
.p-lct__table td span {
  font-size: 14px;
}
.p-lct__table th,
.p-lct__table td {
  width: 126px;
  min-width: 126px;
  min-height: 70px;
  height: 70px;
  border: solid 1px #B7B7B7;
  padding-bottom: 5px;
}
@media screen and (min-width: 767px) {
  .p-lct__table th,
.p-lct__table td {
    width: 166px;
    min-width: 166px;
  }
}
.p-lct__table th:first-child {
  width: 86px;
  min-width: 86px;
}
@media screen and (min-width: 767px) {
  .p-lct__table th:first-child {
    width: 166px;
    min-width: 166px;
  }
}

.p-lct__table-text {
  font-size: 14px;
  margin-top: 8px;
  white-space: nowrap;
}

.p-lct__footer {
  margin-top: 262px;
  padding-bottom: 214px;
  text-align: center;
}

.p-lct__top {
  overflow: hidden;
}
.p-lct__top .p-lct__header {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
  transition: opacity 0.3s;
}
.p-lct__top .p-lct__header.is-show {
  opacity: 1;
  visibility: visible;
}
.p-lct__top a.p-lct__btn {
  max-width: 315px;
}
@media screen and (min-width: 767px) {
  .p-lct__top a.p-lct__btn {
    max-width: 300px;
  }
}

.p-lct__footer-contact {
  padding: 70px 0;
}

.p-lct__footer-contact-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-lct__footer-btn {
  max-width: 315px;
  height: 46px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border: solid 1px #666;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 767px) {
  .p-lct__footer-btn {
    max-width: 360px;
  }
}
.p-lct__footer-btn:hover {
  opacity: 0.8;
}

.p-lct__footer-logo {
  margin-top: 40px;
}

.p-lct__main {
  padding-bottom: 80px;
}
@media screen and (min-width: 767px) {
  .p-lct__main {
    padding-bottom: 130px;
  }
}

/*------------------------------------------------------------
	Aside Block - Series Links
------------------------------------------------------------*/
.p-lvt-as {
  padding: 80px 0 90px;
  background: rgba(0, 0, 0, 0.023);
  border-top: 1px solid rgba(0, 0, 0, 0.025);
  font-feature-settings: "palt";
}

.p-lvt-as-ttl {
  font-family: "Hind", sans-serif;
  font-size: 5.12rem;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 500;
  color: #555;
  text-align: center;
}

.p-lvt-as-ttl-jp {
  text-align: center;
  font-size: 1.92rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  color: #555;
}

.p-lvt-as-ttl-jp + * {
  margin-top: 40px;
}

.p-sr-item {
  padding: 25px 10px 25px 22px;
  margin-bottom: 2px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}

.p-sr-item.is-link:hover {
  opacity: 0.7;
}

.p-sr-item.is-lvt {
  background: #B4C037;
}

.p-sr-item.is-lht {
  background: #52898E;
}

.p-sr-item.is-lct {
  background: #6461A0;
}

.p-sr-item.is-vct {
  background: #909090;
}

.p-sr-item:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.p-sr-item-logo {
  width: 100px;
  float: left;
  margin-top: 5px;
}

.p-sr-item-logo img {
  width: 100%;
}

.p-sr-item-ttl {
  padding-left: 115px;
  color: #FFF;
}

.p-sr-item-ttl-en,
.p-sr-item-ttl-jp {
  display: block;
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: 300;
}

.p-sr-item-ttl-en {
  font-family: "Hind", sans-serif;
  font-size: 1.92rem;
  font-weight: 600;
}

/*----------------------------------------
Aside Block - Series Links - Tablet & Mobile
----------------------------------------*/
@media screen and (max-width: 1366px) {
  .p-lvt-as-ttl {
    font-size: 3.84rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 1024px) {
  .p-lvt-as {
    padding: 60px 0 70px;
  }

  .p-lvt-as-ttl-jp {
    font-size: 1.76rem;
  }

  .p-lvt-as-ttl-jp + * {
    margin-top: 30px;
  }

  .p-sr-item {
    padding: 20px 15px 20px 25px;
  }

  .p-sr-item-ttl-en {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-lvt-as {
    padding: 45px 0 50px;
  }

  .p-lvt-as-ttl {
    font-size: 2.592rem;
  }

  .p-lvt-as-ttl-jp {
    font-size: 1.44rem;
  }

  .p-sr-item-wrapper {
    height: inherit !important;
  }

  .p-sr-item {
    padding: 15px 15px 15px 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-sr-item-logo {
    width: 65px;
    margin-top: 15px;
  }

  .p-sr-item-ttl {
    padding-left: 78px;
    line-height: 1.4;
  }

  .p-sr-item-ttl-en {
    font-size: 1.728rem;
  }

  .p-sr-item-ttl-jp {
    font-size: 1.296rem;
    margin-top: 0;
  }
}
.c-inner {
  margin: auto;
  max-width: 1280px;
  padding: 0 30px;
}

.c-inner.is-full {
  max-width: inherit;
}

.c-inner.is-xl {
  max-width: 1660px;
}

.c-inner.is-l {
  max-width: 1500px;
}

.c-inner.is-l .c-inner.is-l {
  padding: 0;
}

.c-inner.is-m {
  max-width: 1426px;
}

.c-inner.is-m .c-inner.is-m {
  padding: 0;
}

.c-inner.is-sm {
  max-width: 1204px;
}

.c-inner.is-sm .c-inner.is-sm {
  padding: 0;
}

.c-inner.is-s {
  max-width: 1084px;
}

.c-inner.is-s .c-inner.is-s {
  padding: 0;
}

.c-inner.is-xs {
  max-width: 1027px;
}

.c-inner.is-xs .c-inner.is-xs {
  padding: 0;
}

.c-inner.is-xxs {
  max-width: 827px;
}

.c-inner.is-xxs .c-inner.is-xxs {
  padding: 0;
}

.is-link {
  cursor: pointer;
}

/*----------------------------------------
	Basic Parts - Tablet & Mobile
----------------------------------------*/
@media screen and (max-width: 767px) {
  .c-inner {
    padding: 0 15px;
  }

  .c-inner .c-inner {
    padding: 0;
  }
}
/*------------------------------------------------------------
	Grid Parts
------------------------------------------------------------*/
.c-unit {
  margin-right: -15px;
  margin-left: -15px;
  /*overflow: hidden;*/
}

.c-unit:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.c-unit.is-lg-nosp {
  margin-right: 0;
  margin-left: 0;
}

.c-unit.is-lg-sp-xxs {
  margin-right: -1px;
  margin-left: -1px;
}

.c-unit.is-lg-sp-xs {
  margin-right: -3px;
  margin-left: -3px;
}

.c-unit.is-lg-sp-s {
  margin-right: -7px;
  margin-left: -7px;
}

.c-unit.is-lg-sp-w {
  margin-right: -20px;
  margin-left: -20px;
}

.c-unit.is-lg-sp-ww {
  margin-right: -30px;
  margin-left: -30px;
}

.c-unit.is-lg-sp-www {
  margin-right: -40px;
  margin-left: -40px;
}

.c-unit > * {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.c-unit.is-lg-nosp > * {
  padding-left: 0;
  padding-right: 0;
}

.c-unit.is-lg-sp-xxs > * {
  padding-left: 1px;
  padding-right: 1px;
}

.c-unit.is-lg-sp-xs > * {
  padding-left: 3px;
  padding-right: 3px;
}

.c-unit.is-lg-sp-s > * {
  padding-left: 7px;
  padding-right: 7px;
}

.c-unit.is-lg-sp-w > * {
  padding-left: 20px;
  padding-right: 20px;
}

.c-unit.is-lg-sp-ww > * {
  padding-left: 30px;
  padding-right: 30px;
}

.c-unit.is-lg-sp-www > * {
  padding-left: 40px;
  padding-right: 40px;
}

.c-unit > .c-block-lg-1 {
  width: 8.33%;
}

.c-unit > .c-block-lg-2 {
  width: 16.66%;
}

.c-unit > .c-block-lg-3 {
  width: 25%;
}

.c-unit > .c-block-lg-4 {
  width: 33.33%;
}

.c-unit > .c-block-lg-5 {
  width: 41.66%;
}

.c-unit > .c-block-lg-6 {
  width: 50%;
}

.c-unit > .c-block-lg-7 {
  width: 58.33%;
}

.c-unit > .c-block-lg-8 {
  width: 66.66%;
}

.c-unit > .c-block-lg-9 {
  width: 75%;
}

.c-unit > .c-block-lg-10 {
  width: 83.33%;
}

.c-unit > .c-block-lg-11 {
  width: 91.66%;
}

.c-unit > .c-block-lg-12 {
  width: 100%;
}

.c-unit.is-10 > .c-block-lg-1 {
  width: 10%;
}

.c-unit.is-10 > .c-block-lg-2 {
  width: 20%;
}

.c-unit.is-10 > .c-block-lg-3 {
  width: 30%;
}

.c-unit.is-10 > .c-block-lg-4 {
  width: 40%;
}

.c-unit.is-10 > .c-block-lg-5 {
  width: 50%;
}

.c-unit.is-10 > .c-block-lg-6 {
  width: 60%;
}

.c-unit.is-10 > .c-block-lg-7 {
  width: 70%;
}

.c-unit.is-10 > .c-block-lg-8 {
  width: 80%;
}

.c-unit.is-10 > .c-block-lg-9 {
  width: 90%;
}

.c-unit.is-10 > .c-block-lg-10 {
  width: 100%;
}

@media screen and (max-width: 1366px) {
  .c-unit.is-md-nosp {
    margin-right: 0;
    margin-left: 0;
  }

  .c-unit.is-md-sp-xxs {
    margin-right: -1px;
    margin-left: -1px;
  }

  .c-unit.is-md-sp-xs {
    margin-right: -3px;
    margin-left: -3px;
  }

  .c-unit.is-md-sp-s {
    margin-right: -7px;
    margin-left: -7px;
  }

  .c-unit.is-md-sp-w {
    margin-right: -20px;
    margin-left: -20px;
  }

  .c-unit.is-md-sp-m {
    margin-right: -15px;
    margin-left: -15px;
  }

  .c-unit.is-md-nosp > * {
    padding-left: 0;
    padding-right: 0;
  }

  .c-unit.is-md-sp-xxs > * {
    padding-left: 1px;
    padding-right: 1px;
  }

  .c-unit.is-md-sp-xs > * {
    padding-left: 3px;
    padding-right: 3px;
  }

  .c-unit.is-md-sp-s > * {
    padding-left: 7px;
    padding-right: 7px;
  }

  .c-unit.is-md-sp-w > * {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-unit.is-md-sp-m > * {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-unit > .c-block-md-1 {
    width: 8.33%;
  }

  .c-unit > .c-block-md-2 {
    width: 16.66%;
  }

  .c-unit > .c-block-md-3 {
    width: 25%;
  }

  .c-unit > .c-block-md-4 {
    width: 33.33%;
  }

  .c-unit > .c-block-md-5 {
    width: 41.66%;
  }

  .c-unit > .c-block-md-6 {
    width: 50%;
  }

  .c-unit > .c-block-md-7 {
    width: 58.33%;
  }

  .c-unit > .c-block-md-8 {
    width: 66.66%;
  }

  .c-unit > .c-block-md-9 {
    width: 75%;
  }

  .c-unit > .c-block-md-10 {
    width: 83.33%;
  }

  .c-unit > .c-block-md-11 {
    width: 91.66%;
  }

  .c-unit > .c-block-md-12 {
    width: 100%;
  }

  .c-unit.is-10 > .c-block-md-1 {
    width: 10%;
  }

  .c-unit.is-10 > .c-block-md-2 {
    width: 20%;
  }

  .c-unit.is-10 > .c-block-md-3 {
    width: 30%;
  }

  .c-unit.is-10 > .c-block-md-4 {
    width: 40%;
  }

  .c-unit.is-10 > .c-block-md-5 {
    width: 50%;
  }

  .c-unit.is-10 > .c-block-md-6 {
    width: 60%;
  }

  .c-unit.is-10 > .c-block-md-7 {
    width: 70%;
  }

  .c-unit.is-10 > .c-block-md-8 {
    width: 80%;
  }

  .c-unit.is-10 > .c-block-md-9 {
    width: 90%;
  }

  .c-unit.is-10 > .c-block-md-10 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .c-unit.is-sm-nosp {
    margin-right: 0;
    margin-left: 0;
  }

  .c-unit.is-sm-sp-xxs {
    margin-right: -1px;
    margin-left: -1px;
  }

  .c-unit.is-sm-sp-xs {
    margin-right: -3px;
    margin-left: -3px;
  }

  .c-unit.is-sm-sp-s {
    margin-right: -7px;
    margin-left: -7px;
  }

  .c-unit.is-sm-sp-w {
    margin-right: -20px;
    margin-left: -20px;
  }

  .c-unit.is-sm-sp-m {
    margin-right: -15px;
    margin-left: -15px;
  }

  .c-unit.is-sm-nosp > * {
    padding-left: 0;
    padding-right: 0;
  }

  .c-unit.is-sm-sp-xxs > * {
    padding-left: 1px;
    padding-right: 1px;
  }

  .c-unit.is-sm-sp-xs > * {
    padding-left: 3px;
    padding-right: 3px;
  }

  .c-unit.is-sm-sp-s > * {
    padding-left: 7px;
    padding-right: 7px;
  }

  .c-unit.is-sm-sp-w > * {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-unit.is-sm-sp-m > * {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-unit > .c-block-sm-1 {
    width: 8.33%;
  }

  .c-unit > .c-block-sm-2 {
    width: 16.66%;
  }

  .c-unit > .c-block-sm-3 {
    width: 25%;
  }

  .c-unit > .c-block-sm-4 {
    width: 33.33%;
  }

  .c-unit > .c-block-sm-5 {
    width: 41.66%;
  }

  .c-unit > .c-block-sm-6 {
    width: 50%;
  }

  .c-unit > .c-block-sm-7 {
    width: 58.33%;
  }

  .c-unit > .c-block-sm-8 {
    width: 66.66%;
  }

  .c-unit > .c-block-sm-9 {
    width: 75%;
  }

  .c-unit > .c-block-sm-10 {
    width: 83.33%;
  }

  .c-unit > .c-block-sm-11 {
    width: 91.66%;
  }

  .c-unit > .c-block-sm-12 {
    width: 100%;
  }

  .c-unit.is-10 > .c-block-sm-1 {
    width: 10%;
  }

  .c-unit.is-10 > .c-block-sm-2 {
    width: 20%;
  }

  .c-unit.is-10 > .c-block-sm-3 {
    width: 30%;
  }

  .c-unit.is-10 > .c-block-sm-4 {
    width: 40%;
  }

  .c-unit.is-10 > .c-block-sm-5 {
    width: 50%;
  }

  .c-unit.is-10 > .c-block-sm-6 {
    width: 60%;
  }

  .c-unit.is-10 > .c-block-sm-7 {
    width: 70%;
  }

  .c-unit.is-10 > .c-block-sm-8 {
    width: 80%;
  }

  .c-unit.is-10 > .c-block-sm-9 {
    width: 90%;
  }

  .c-unit.is-10 > .c-block-sm-10 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-unit.is-xs-nosp {
    margin-right: 0;
    margin-left: 0;
  }

  .c-unit.is-xs-sp-xxs {
    margin-right: -1px;
    margin-left: -1px;
  }

  .c-unit.is-xs-sp-xs {
    margin-right: -3px;
    margin-left: -3px;
  }

  .c-unit.is-xs-sp-s {
    margin-right: -7px;
    margin-left: -7px;
  }

  .c-unit.is-xs-sp-w {
    margin-right: -20px;
    margin-left: -20px;
  }

  .c-unit.is-xs-sp-m {
    margin-right: -15px;
    margin-left: -15px;
  }

  .c-unit.is-xs-nosp > * {
    padding-left: 0;
    padding-right: 0;
  }

  .c-unit.is-xs-sp-xxs > * {
    padding-left: 1px;
    padding-right: 1px;
  }

  .c-unit.is-xs-sp-xs > * {
    padding-left: 3px;
    padding-right: 3px;
  }

  .c-unit.is-xs-sp-s > * {
    padding-left: 7px;
    padding-right: 7px;
  }

  .c-unit.is-xs-sp-w > * {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-unit.is-xs-sp-m > * {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-unit > .c-block-xs-1 {
    width: 8.33%;
  }

  .c-unit > .c-block-xs-2 {
    width: 16.66%;
  }

  .c-unit > .c-block-xs-3 {
    width: 25%;
  }

  .c-unit > .c-block-xs-4 {
    width: 33.33%;
  }

  .c-unit > .c-block-xs-5 {
    width: 41.66%;
  }

  .c-unit > .c-block-xs-6 {
    width: 50%;
  }

  .c-unit > .c-block-xs-7 {
    width: 58.33%;
  }

  .c-unit > .c-block-xs-8 {
    width: 66.66%;
  }

  .c-unit > .c-block-xs-9 {
    width: 75%;
  }

  .c-unit > .c-block-xs-10 {
    width: 83.33%;
  }

  .c-unit > .c-block-xs-11 {
    width: 91.66%;
  }

  .c-unit > .c-block-xs-12 {
    width: 100%;
  }

  .c-unit.is-10 > .c-block-xs-1 {
    width: 10%;
  }

  .c-unit.is-10 > .c-block-xs-2 {
    width: 20%;
  }

  .c-unit.is-10 > .c-block-xs-3 {
    width: 30%;
  }

  .c-unit.is-10 > .c-block-xs-4 {
    width: 40%;
  }

  .c-unit.is-10 > .c-block-xs-5 {
    width: 50%;
  }

  .c-unit.is-10 > .c-block-xs-6 {
    width: 60%;
  }

  .c-unit.is-10 > .c-block-xs-7 {
    width: 70%;
  }

  .c-unit.is-10 > .c-block-xs-8 {
    width: 80%;
  }

  .c-unit.is-10 > .c-block-xs-9 {
    width: 90%;
  }

  .c-unit.is-10 > .c-block-xs-10 {
    width: 100%;
  }
}
@media screen and (max-width: 539px) {
  .c-unit.is-xxs-nosp {
    margin-right: 0;
    margin-left: 0;
  }

  .c-unit.is-xxs-sp-xxs {
    margin-right: -1px;
    margin-left: -1px;
  }

  .c-unit.is-xxs-sp-xs {
    margin-right: -3px;
    margin-left: -3px;
  }

  .c-unit.is-xxs-sp-s {
    margin-right: -7px;
    margin-left: -7px;
  }

  .c-unit.is-xxs-sp-w {
    margin-right: -20px;
    margin-left: -20px;
  }

  .c-unit.is-xxs-sp-m {
    margin-right: -15px;
    margin-left: -15px;
  }

  .c-unit.is-xxs-nosp > * {
    padding-left: 0;
    padding-right: 0;
  }

  .c-unit.is-xxs-sp-xxs > * {
    padding-left: 1px;
    padding-right: 1px;
  }

  .c-unit.is-xxs-sp-xs > * {
    padding-left: 3px;
    padding-right: 3px;
  }

  .c-unit.is-xxs-sp-s > * {
    padding-left: 7px;
    padding-right: 7px;
  }

  .c-unit.is-xxs-sp-w > * {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-unit.is-xxs-sp-m > * {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-unit > .c-block-xxs-1 {
    width: 8.33%;
  }

  .c-unit > .c-block-xxs-2 {
    width: 16.66%;
  }

  .c-unit > .c-block-xxs-3 {
    width: 25%;
  }

  .c-unit > .c-block-xxs-4 {
    width: 33.33%;
  }

  .c-unit > .c-block-xxs-5 {
    width: 41.66%;
  }

  .c-unit > .c-block-xxs-6 {
    width: 50%;
  }

  .c-unit > .c-block-xxs-7 {
    width: 58.33%;
  }

  .c-unit > .c-block-xxs-8 {
    width: 66.66%;
  }

  .c-unit > .c-block-xxs-9 {
    width: 75%;
  }

  .c-unit > .c-block-xxs-10 {
    width: 83.33%;
  }

  .c-unit > .c-block-xxs-11 {
    width: 91.66%;
  }

  .c-unit > .c-block-xxs-12 {
    width: 100%;
  }

  .c-unit.is-10 > .c-block-xxs-1 {
    width: 10%;
  }

  .c-unit.is-10 > .c-block-xxs-2 {
    width: 20%;
  }

  .c-unit.is-10 > .c-block-xxs-3 {
    width: 30%;
  }

  .c-unit.is-10 > .c-block-xxs-4 {
    width: 40%;
  }

  .c-unit.is-10 > .c-block-xxs-5 {
    width: 50%;
  }

  .c-unit.is-10 > .c-block-xxs-6 {
    width: 60%;
  }

  .c-unit.is-10 > .c-block-xxs-7 {
    width: 70%;
  }

  .c-unit.is-10 > .c-block-xxs-8 {
    width: 80%;
  }

  .c-unit.is-10 > .c-block-xxs-9 {
    width: 90%;
  }

  .c-unit.is-10 > .c-block-xxs-10 {
    width: 100%;
  }
}
/* Reverse / Center */
.c-unit.is-rv > * {
  float: right;
}

@media print, screen and (min-width: 1367px) {
  .c-unit.is-lg-rv > * {
    float: right;
  }

  .c-unit.is-lg-center {
    text-align: center;
    letter-spacing: -0.4em;
  }

  .c-unit.is-lg-center > * {
    display: inline-block;
    float: none;
    text-align: left;
    letter-spacing: normal;
    vertical-align: top;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .c-unit.is-md-rv > * {
    float: right;
  }

  .c-unit.is-md-center {
    text-align: center;
    letter-spacing: -0.4em;
  }

  .c-unit.is-md-center > * {
    display: inline-block;
    float: none;
    text-align: left;
    letter-spacing: normal;
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-unit.is-sm-rv > * {
    float: right;
  }

  .c-unit.is-sm-center {
    text-align: center;
    letter-spacing: -0.4em;
  }

  .c-unit.is-sm-center > * {
    display: inline-block;
    float: none;
    text-align: left;
    letter-spacing: normal;
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  .c-unit.is-xs-rv > * {
    float: right;
  }

  .c-unit.is-xs-center {
    text-align: center;
    letter-spacing: -0.4em;
  }

  .c-unit.is-xs-center > * {
    display: inline-block;
    float: none;
    text-align: left;
    letter-spacing: normal;
    vertical-align: top;
  }
}
@media screen and (max-width: 539px) {
  .c-unit.is-xxs-center {
    text-align: center;
    letter-spacing: -0.4em;
  }

  .c-unit.is-xxs-center > * {
    display: inline-block;
    float: none;
    text-align: left;
    letter-spacing: normal;
    vertical-align: top;
  }
}
/* Center - All */
.c-unit.is-center {
  text-align: center;
  letter-spacing: -0.4em;
}

.c-unit.is-center > * {
  display: inline-block;
  float: none;
  text-align: left;
  letter-spacing: normal;
  vertical-align: top;
}

/* Space Setting - All */
.c-unit.is-nosp {
  margin-right: 0;
  margin-left: 0;
}

.c-unit.is-nosp > * {
  padding-left: 0;
  padding-right: 0;
}

.c-unit.is-sp-xs {
  margin-right: -3px;
  margin-left: -3px;
}

.c-unit.is-sp-xs > * {
  padding-left: 3px;
  padding-right: 3px;
}

.c-unit.is-sp-s {
  margin-right: -7px;
  margin-left: -7px;
}

.c-unit.is-sp-s > * {
  padding-left: 7px;
  padding-right: 7px;
}

.c-unit.is-sp-w {
  margin-right: -20px;
  margin-left: -20px;
}

.c-unit.is-sp-w > * {
  padding-left: 20px;
  padding-right: 20px;
}

.c-unit.is-sp-m {
  margin-right: -15px;
  margin-left: -15px;
}

.c-unit.is-sp-m > * {
  padding-left: 15px;
  padding-right: 15px;
}
