#main {
  padding-top: 156px;
}
@media screen and (max-width: 767px) {
  #main {
    padding-top: 17.0666666667vw;
  }
}
#main .ceramic_lp {
  font-size: 62.5%;
  scroll-padding-top: 78px;
  scroll-behavior: smooth;
  color: var(--col-base);
  --brown: #4d2e0a;
  --lightbrown: #673a06;
  --gray: #362f27;
  --blue: #3cb7bf;
  --green: #7bc257;
  --gothic: "Noto Sans", sans-serif;
  --mincho: "Shippori Mincho", serif;
}
#main .ceramic_lp section {
  padding: 0;
}
#main .ceramic_lp p {
  font-family: var(--gothic);
}
#main .ceramic_lp .pc {
  display: block;
}
#main .ceramic_lp .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #main .ceramic_lp .pc {
    display: none;
  }
  #main .ceramic_lp .sp {
    display: block;
  }
}
#main .ceramic_lp .animation {
  transform: translate(0px, 10px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
#main .ceramic_lp .animation_left {
  transform: translate(-10px, 0px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
#main .ceramic_lp .animation_left.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
#main .ceramic_lp .animation_right {
  transform: translate(10px, 0px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
#main .ceramic_lp .animation_right.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
#main .ceramic_lp .animation_down {
  transform: translate(0px, -10px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
#main .ceramic_lp .animation_down.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
#main .ceramic_lp .animation.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
#main .ceramic_lp .ceramic_title {
  width: 100%;
  height: 820px;
  background: url("../images/main_title_bg.png") no-repeat center;
  background-size: cover;
  position: relative;
  box-sizing: border-box;
}
#main .ceramic_lp .ceramic_title .ceramic_title_text {
  padding-top: 80px;
  position: relative;
}
#main .ceramic_lp .ceramic_title .ceramic_title_text:before {
  content: "";
  position: absolute;
  left: 90px;
  top: -130px;
  width: 100%;
  height: 100%;
  background: url("../images/main_ttl_deco.png") no-repeat 0 0;
  background-size: 1068px auto;
  z-index: 2;
}
#main .ceramic_lp .ceramic_title .ceramic_title_text h2 {
  padding-top: 40px;
  padding-left: 138px;
  padding-bottom: 30px;
}
#main .ceramic_lp .ceramic_title .ceramic_title_text .circle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 100px;
}
#main .ceramic_lp .ceramic_title .ceramic_title_text .circle li {
  margin-right: -30px;
}
#main .ceramic_lp .ceramic_title .ceramic_title_text .circle li:nth-child(1) {
  z-index: 2;
}
#main .ceramic_lp .ceramic_title .ceramic_title_text .circle li:nth-child(2) {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #main .ceramic_lp .ceramic_title {
    width: 100%;
    height: 126vw;
    background: url("../images/main_title_bg@sp.png") no-repeat center;
    background-size: cover;
    position: relative;
  }
  #main .ceramic_lp .ceramic_title .ceramic_title_text {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 6.1vw;
    position: relative;
  }
  #main .ceramic_lp .ceramic_title .ceramic_title_text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/main_ttl_deco@sp.png") no-repeat 0 0;
    background-size: 100% auto;
    z-index: 2;
  }
  #main .ceramic_lp .ceramic_title .ceramic_title_text > em {
    width: 8.6vw;
    order: 1;
    z-index: 2;
    position: relative;
  }
  #main .ceramic_lp .ceramic_title .ceramic_title_text h2 {
    width: 16.2vw;
    order: 0;
    padding: 0;
    margin-left: 20px;
    z-index: 2;
    position: relative;
  }
  #main .ceramic_lp .ceramic_title .ceramic_title_text .circle {
    z-index: 1;
    margin-top: -30px;
    order: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
  }
  #main .ceramic_lp .ceramic_title .ceramic_title_text .circle li {
    width: 31vw;
    margin-right: -2vw;
  }
}
#main .ceramic_lp .intro {
  text-align: center;
  background: url("../images/intro_bg.png") no-repeat center top;
  background-size: cover;
  position: relative;
  padding-bottom: 200px;
}
#main .ceramic_lp .intro .en_ttl {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
}
#main .ceramic_lp .intro .hex {
  padding-top: 20px;
  margin-left: 50%;
  width: 50%;
  text-align: center;
}
#main .ceramic_lp .intro .text {
  margin: -100px auto 0;
  text-align: center;
  position: relative;
}
#main .ceramic_lp .intro .text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/intro_deco.png") no-repeat top center;
  background-size: 1121px auto;
  z-index: 1;
  pointer-events: none;
}
#main .ceramic_lp .intro .text .sub_en {
  position: absolute;
  left: calc(50% - 600px);
  top: -80px;
}
#main .ceramic_lp .intro .text h2 {
  font-family: var(--mincho);
  font-size: 4.8rem;
  font-weight: 500;
  text-shadow: 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff;
}
#main .ceramic_lp .intro .text h2 em {
  font-size: 6rem;
}
#main .ceramic_lp .intro .text p {
  color: var(--gray);
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff;
}
@media screen and (max-width: 767px) {
  #main .ceramic_lp .intro {
    text-align: center;
    background: url("../images/intro_bg@sp.png") no-repeat center top;
    background-size: cover;
    position: relative;
    padding-bottom: 160px;
  }
  #main .ceramic_lp .intro:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/intro_deco@sp.png") no-repeat top center;
    background-size: 100% auto;
    z-index: 1;
    pointer-events: none;
  }
  #main .ceramic_lp .intro .en_ttl {
    position: absolute;
    top: -5vw;
    left: 0;
    transform: none;
    padding: 0 20px;
  }
  #main .ceramic_lp .intro .hex {
    padding-top: 20px;
    margin: 0 -10vw 0 0;
    width: 74vw;
    text-align: center;
    margin-left: auto;
  }
  #main .ceramic_lp .intro .text {
    margin: 0 auto 0;
    text-align: center;
    position: relative;
  }
  #main .ceramic_lp .intro .text:before {
    content: none;
  }
  #main .ceramic_lp .intro .text .sub_en {
    position: absolute;
    left: 20px;
    top: -15vw;
    width: 30.9vw;
  }
  #main .ceramic_lp .intro .text h2 {
    font-family: var(--mincho);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 20px;
  }
  #main .ceramic_lp .intro .text h2 em {
    font-size: 3rem;
  }
  #main .ceramic_lp .intro .text p {
    font-size: 3.2vw;
    letter-spacing: 0.1em;
    text-shadow: 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff;
  }
}
#main .ceramic_lp .recommend {
  position: relative;
  z-index: 1;
  margin-top: -150px;
  background: url("../images/reco_bg.svg") no-repeat center top;
  background-size: 100% 100%;
  padding-bottom: 160px;
}
#main .ceramic_lp .recommend .down_arrow {
  position: absolute;
  left: 50%;
  bottom: -90px;
  width: 28px;
  height: 180px;
}
#main .ceramic_lp .recommend .down_arrow.active:before {
  height: 100%;
}
#main .ceramic_lp .recommend .down_arrow.active:after {
  height: 36px;
}
#main .ceramic_lp .recommend .down_arrow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 0;
  background: var(--gray);
  transition: all 0.5s linear;
}
#main .ceramic_lp .recommend .down_arrow:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 1px;
  height: 0;
  background: var(--gray);
  box-sizing: border-box;
  transform-origin: bottom left;
  transform: rotate(45deg);
  transition: all 0.25s linear 0.5s;
}
#main .ceramic_lp .recommend .recommend_inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
#main .ceramic_lp .recommend .recommend_inner figure {
  text-align: right;
  padding-right: 20px;
}
#main .ceramic_lp .recommend .recommend_inner .en_ttl {
  position: absolute;
  left: 0;
  top: 120px;
}
#main .ceramic_lp .recommend .recommend_inner h2 {
  position: absolute;
  left: 0;
  top: 250px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 4.4rem;
  font-family: var(--mincho);
  text-shadow: 0px 0px 11px #59C5C2, 0px 0px 11px #59C5C2, 0px 0px 11px #59C5C2, 0px 0px 11px #59C5C2, 0px 0px 11px #59C5C2, 0px 0px 11px #59C5C2, 0px 0px 11px #59C5C2;
}
#main .ceramic_lp .recommend .recommend_inner .check_list {
  background: #ffffff;
  padding: 30px 60px;
  display: flex;
  justify-content: flex-start;
  gap: 40px;
}
#main .ceramic_lp .recommend .recommend_inner .check_list ul {
  width: calc(50% - 20px);
}
#main .ceramic_lp .recommend .recommend_inner .check_list ul li {
  font-family: var(--mincho);
  font-size: 2.2rem;
  line-height: 67px;
  border-bottom: 1px solid #cccccc;
  padding-left: 40px;
  position: relative;
}
#main .ceramic_lp .recommend .recommend_inner .check_list ul li:before {
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/check.png") no-repeat 0 0;
  background-size: 20px auto;
}
@media screen and (max-width: 767px) {
  #main .ceramic_lp .recommend {
    position: relative;
    z-index: 1;
    margin-top: -30vw;
    background: url("../images/reco_bg@sp.svg") no-repeat center top;
    background-size: 100% 100%;
    padding-bottom: 14.2vw;
    padding-top: 17.8vw;
  }
  #main .ceramic_lp .recommend .down_arrow {
    position: absolute;
    left: 50%;
    bottom: -45px;
    width: 14px;
    height: 90px;
  }
  #main .ceramic_lp .recommend .down_arrow.active:before {
    height: 100%;
  }
  #main .ceramic_lp .recommend .down_arrow.active:after {
    height: 18px;
  }
  #main .ceramic_lp .recommend .recommend_inner {
    width: 100%;
    padding: 0 4vw;
    box-sizing: border-box;
  }
  #main .ceramic_lp .recommend .recommend_inner figure {
    position: absolute;
    right: 0;
    top: -14vw;
    width: 42vw;
    margin-left: auto;
    padding-right: 20px;
  }
  #main .ceramic_lp .recommend .recommend_inner .en_ttl {
    position: absolute;
    left: 20px;
    top: -15vw;
    width: 40vw;
  }
  #main .ceramic_lp .recommend .recommend_inner h2 {
    position: relative;
    left: auro;
    top: auto;
    width: fit-content;
    font-size: 2.2rem;
    line-height: 1.3;
    padding-bottom: 4vw;
  }
  #main .ceramic_lp .recommend .recommend_inner h2 span {
    display: block;
    font-size: 2rem;
    text-align: center;
  }
  #main .ceramic_lp .recommend .recommend_inner .check_list {
    position: relative;
    z-index: 1;
    background: #ffffff;
    padding: 15px 20px;
    display: block;
    gap: 0px;
  }
  #main .ceramic_lp .recommend .recommend_inner .check_list ul {
    width: 100%;
  }
  #main .ceramic_lp .recommend .recommend_inner .check_list ul li {
    font-size: 3.2vw;
    line-height: 8.6vw;
    border-bottom: 1px solid #cccccc;
    padding-left: 7.2vw;
    position: relative;
  }
  #main .ceramic_lp .recommend .recommend_inner .check_list ul li:before {
    left: 8px;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    background-size: 10px auto;
  }
  #main .ceramic_lp .recommend .recommend_inner .check_list ul:last-child li:last-child {
    border-bottom: 0;
  }
}
#main .ceramic_lp .feature {
  padding-top: 180px;
  padding-bottom: 200px;
  background: none;
  width: 100%;
  overflow: hidden;
}
#main .ceramic_lp .feature h2 {
  text-align: center;
  line-height: 1;
}
#main .ceramic_lp .feature h2 em {
  display: block;
  font-family: var(--mincho);
  font-size: 5rem;
  letter-spacing: 0.1em;
  padding-bottom: 50px;
}
#main .ceramic_lp .feature h2 em b {
  font-size: 7.5rem;
  font-weight: 400;
}
#main .ceramic_lp .feature .feature_item {
  width: 100%;
  padding-top: 180px;
  position: relative;
}
#main .ceramic_lp .feature .feature_item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 800px;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 77.5%);
  background-image: -moz-linear-gradient(90deg, #eeeeee 0%, white 100%);
  background-image: -webkit-linear-gradient(90deg, #eeeeee 0%, white 100%);
  background-image: -ms-linear-gradient(90deg, #eeeeee 0%, white 100%);
  z-index: 0;
  mix-blend-mode: multiply;
}
#main .ceramic_lp .feature .feature_item:nth-child(2n+1):before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 800px;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 77.5%, 0 100%);
  background-image: -moz-linear-gradient(90deg, #eeeeee 0%, white 100%);
  background-image: -webkit-linear-gradient(90deg, #eeeeee 0%, white 100%);
  background-image: -ms-linear-gradient(90deg, #eeeeee 0%, white 100%);
  z-index: 0;
}
#main .ceramic_lp .feature .feature_item:nth-child(2n+1) .item_inner {
  flex-direction: row;
}
#main .ceramic_lp .feature .feature_item:nth-child(2n+1) .item_inner figure {
  position: relative;
}
#main .ceramic_lp .feature .feature_item:nth-child(2n+1) .item_inner figure figcaption {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}
#main .ceramic_lp .feature .feature_item#feature02:after, #main .ceramic_lp .feature .feature_item#feature04:after, #main .ceramic_lp .feature .feature_item#feature06:after {
  content: "";
  position: absolute;
  right: 0;
  top: -60px;
  width: 100%;
  height: 150%;
  background: url("../images/triangle_deco01.png") no-repeat right top;
  background-size: 100% 100%;
}
#main .ceramic_lp .feature .feature_item#feature02 .item_inner figure .feature02b, #main .ceramic_lp .feature .feature_item#feature04 .item_inner figure .feature02b, #main .ceramic_lp .feature .feature_item#feature06 .item_inner figure .feature02b {
  position: absolute;
  right: -25%;
  top: 60%;
}
#main .ceramic_lp .feature .feature_item#feature02 .item_inner figure {
  z-index: 1;
}
#main .ceramic_lp .feature .feature_item#feature03 .item_inner .animation_right .movie {
  display: block;
  position: relative;
  width: 560px;
  height: 760px;
}
#main .ceramic_lp .feature .feature_item#feature03 .item_inner .animation_right .movie video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .ceramic_lp .feature .feature_item#feature03 .item_inner .feature_bdr01 {
  bottom: 0;
}
#main .ceramic_lp .feature .feature_item .item_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
#main .ceramic_lp .feature .feature_item .item_inner figure {
  width: 560px;
  position: relative;
}
#main .ceramic_lp .feature .feature_item .item_inner figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}
#main .ceramic_lp .feature .feature_item .item_inner .feature_bdr01 {
  position: absolute;
  left: 0;
  bottom: 110px;
  width: 588px;
  height: 108px;
}
#main .ceramic_lp .feature .feature_item .item_inner .feature_bdr01.active:before {
  width: 100%;
}
#main .ceramic_lp .feature .feature_item .item_inner .feature_bdr01.active:after {
  width: 148px;
}
#main .ceramic_lp .feature .feature_item .item_inner .feature_bdr01:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--brown);
  transition: all 0.5s linear;
}
#main .ceramic_lp .feature .feature_item .item_inner .feature_bdr01:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  background: var(--brown);
  left: 100%;
  bottom: 0;
  transform: rotate(-50deg);
  transform-origin: left bottom;
  transition: all 0.25s linear 0.5s;
}
#main .ceramic_lp .feature .feature_item .item_inner .feature_bdr02 {
  position: absolute;
  right: 0;
  bottom: 110px;
  width: 588px;
  height: 108px;
}
#main .ceramic_lp .feature .feature_item .item_inner .feature_bdr02.active:before {
  width: 100%;
}
#main .ceramic_lp .feature .feature_item .item_inner .feature_bdr02.active:after {
  width: 148px;
}
#main .ceramic_lp .feature .feature_item .item_inner .feature_bdr02:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--brown);
  transition: all 0.5s linear;
}
#main .ceramic_lp .feature .feature_item .item_inner .feature_bdr02:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  background: var(--brown);
  right: 100%;
  bottom: 0;
  transform: rotate(50deg);
  transform-origin: right bottom;
  transition: all 0.25s linear 0.5s;
}
#main .ceramic_lp .feature .feature_item .item_inner .text {
  width: 565px;
}
#main .ceramic_lp .feature .feature_item .item_inner .text h3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#main .ceramic_lp .feature .feature_item .item_inner .text h3 span {
  display: block;
  width: fit-content;
  font-family: var(--mincho);
  font-size: 4.2rem;
  line-height: 1;
  color: #fff;
  padding: 10px 30px;
  text-shadow: 0px 0px 14px #3B9ECB, 0px 0px 14px #3B9ECB, 0px 0px 14px #3B9ECB, 0px 0px 14px #3B9ECB;
  border-radius: 1px;
  background-image: -moz-linear-gradient(0deg, #8fc27d 0%, #2db5b2 49%, #3c9ecb 100%);
  background-image: -webkit-linear-gradient(0deg, #8fc27d 0%, #2db5b2 49%, #3c9ecb 100%);
  background-image: -ms-linear-gradient(0deg, #8fc27d 0%, #2db5b2 49%, #3c9ecb 100%);
  opacity: 0.9;
}
#main .ceramic_lp .feature .feature_item .item_inner .text h3 span ~ span {
  margin-left: auto;
}
#main .ceramic_lp .feature .feature_item .item_inner .text p {
  color: var(--gray);
  padding-top: 80px;
  font-size: 1.7rem;
  left: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .ceramic_lp .feature {
    padding-top: 90px;
    padding-bottom: 100px;
    overflow: initial;
  }
  #main .ceramic_lp .feature h2 {
    text-align: center;
    line-height: 1;
  }
  #main .ceramic_lp .feature h2 em {
    font-size: 2.5rem;
    line-height: 1.3;
    padding-bottom: 15px;
  }
  #main .ceramic_lp .feature h2 em b {
    display: block;
    font-size: 3.75rem;
  }
  #main .ceramic_lp .feature h2 small img {
    width: auto;
    height: 14px;
  }
  #main .ceramic_lp .feature .feature_item {
    width: 100%;
    padding-top: 24vw;
    position: relative;
  }
  #main .ceramic_lp .feature .feature_item:before {
    z-index: 2;
    height: 144.7vw;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82.5%);
    mix-blend-mode: inherit;
  }
  #main .ceramic_lp .feature .feature_item:nth-child(2n+1):before {
    height: 144.7vw;
    clip-path: polygon(0 0, 100% 0, 100% 82.5%, 0 100%);
  }
  #main .ceramic_lp .feature .feature_item:nth-child(2n+1) .item_inner {
    flex-direction: column;
  }
  #main .ceramic_lp .feature .feature_item:nth-child(2n+1) .item_inner figure {
    position: relative;
    margin-left: auto;
  }
  #main .ceramic_lp .feature .feature_item:nth-child(2n+1) .item_inner figure figcaption {
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    transform: translate(-50%, -50%);
  }
  #main .ceramic_lp .feature .feature_item#feature01:before {
    height: 144.7vw;
    clip-path: polygon(0 0, 100% 0, 100% 82.5%, 0 100%);
  }
  #main .ceramic_lp .feature .feature_item#feature02:after, #main .ceramic_lp .feature .feature_item#feature04:after, #main .ceramic_lp .feature .feature_item#feature06:after {
    content: none;
  }
  #main .ceramic_lp .feature .feature_item#feature02 .text, #main .ceramic_lp .feature .feature_item#feature04 .text, #main .ceramic_lp .feature .feature_item#feature06 .text {
    position: relative;
    z-index: 1;
  }
  #main .ceramic_lp .feature .feature_item#feature02 .text h3, #main .ceramic_lp .feature .feature_item#feature04 .text h3, #main .ceramic_lp .feature .feature_item#feature06 .text h3 {
    align-items: flex-start;
  }
  #main .ceramic_lp .feature .feature_item#feature02 .text h3 span, #main .ceramic_lp .feature .feature_item#feature04 .text h3 span, #main .ceramic_lp .feature .feature_item#feature06 .text h3 span {
    margin-left: 0;
  }
  #main .ceramic_lp .feature .feature_item#feature02 .text p, #main .ceramic_lp .feature .feature_item#feature04 .text p, #main .ceramic_lp .feature .feature_item#feature06 .text p {
    padding: 6.6vw 5.3vw 6.6vw 16vw;
  }
  #main .ceramic_lp .feature .feature_item#feature02 {
    z-index: 1;
  }
  #main .ceramic_lp .feature .feature_item#feature02:after {
    content: "";
    position: absolute;
    right: 0;
    top: -35vw;
    width: 100%;
    height: 150%;
    background: url("../images/triangle_deco01@sp.png") no-repeat right top;
    background-size: 100% auto;
    z-index: 0;
  }
  #main .ceramic_lp .feature .feature_item#feature02 .item_inner figure {
    z-index: 1;
  }
  #main .ceramic_lp .feature .feature_item#feature02 .item_inner figure .feature02b {
    position: absolute;
    right: auto;
    top: auto;
    left: -20vw;
    bottom: -16vw;
    width: 42.6vw;
  }
  #main .ceramic_lp .feature .feature_item#feature03:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50vw;
    width: 100%;
    height: 150%;
    background: url("../images/triangle_deco01@sp.png") no-repeat right top;
    background-size: 100% auto;
    z-index: -1;
  }
  #main .ceramic_lp .feature .feature_item#feature03:before {
    bottom: 80vw;
    z-index: 0;
  }
  #main .ceramic_lp .feature .feature_item#feature03 .item_inner .animation_right .movie {
    display: block;
    position: relative;
    width: 74.6vw;
    height: auto;
    aspect-ratio: 560/760;
  }
  #main .ceramic_lp .feature .feature_item#feature03 .item_inner .feature_bdr01 {
    bottom: 0;
  }
  #main .ceramic_lp .feature .feature_item#feature03 .item_inner figure, #main .ceramic_lp .feature .feature_item#feature05 .item_inner figure {
    margin-right: auto;
  }
  #main .ceramic_lp .feature .feature_item#feature04 .item_inner figure {
    margin: 0 auto;
  }
  #main .ceramic_lp .feature .feature_item#feature05:before {
    height: 100vw;
    bottom: auto;
    top: 0;
  }
  #main .ceramic_lp .feature .feature_item#feature06:before {
    top: 60vw;
    height: 144.7vw;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82.5%);
  }
  #main .ceramic_lp .feature .feature_item#feature06:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 85vw;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 77.5%, 0 100%);
    background-image: -moz-linear-gradient(90deg, #eeeeee 0%, white 100%);
    background-image: -webkit-linear-gradient(90deg, #eeeeee 0%, white 100%);
    background-image: -ms-linear-gradient(90deg, #eeeeee 0%, white 100%);
    z-index: 1;
  }
  #main .ceramic_lp .feature .feature_item#feature06 .item_inner .text h3 {
    margin-top: -8vw;
  }
  #main .ceramic_lp .feature .feature_item .item_inner {
    position: relative;
    z-index: 3;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  #main .ceramic_lp .feature .feature_item .item_inner figure {
    width: 74.6vw;
    position: relative;
  }
  #main .ceramic_lp .feature .feature_item .item_inner figure figcaption {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 28.5vw;
    transform: translate(25%, -50%);
  }
  #main .ceramic_lp .feature .feature_item .item_inner .feature_bdr01 {
    position: relative;
    left: -5vw;
    bottom: auto;
    width: 79vw;
    height: 0;
  }
  #main .ceramic_lp .feature .feature_item .item_inner .feature_bdr01.active:before {
    width: 100%;
  }
  #main .ceramic_lp .feature .feature_item .item_inner .feature_bdr01.active:after {
    width: 19.4vw;
  }
  #main .ceramic_lp .feature .feature_item .item_inner .feature_bdr02 {
    position: relative;
    right: -5vw;
    bottom: auto;
    width: 79vw;
    height: 0;
  }
  #main .ceramic_lp .feature .feature_item .item_inner .feature_bdr02.active:before {
    width: 100%;
  }
  #main .ceramic_lp .feature .feature_item .item_inner .feature_bdr02.active:after {
    width: 19.4vw;
  }
  #main .ceramic_lp .feature .feature_item .item_inner .text {
    width: 100%;
  }
  #main .ceramic_lp .feature .feature_item .item_inner .text h3 {
    margin-top: -20vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
  }
  #main .ceramic_lp .feature .feature_item .item_inner .text h3 span {
    display: block;
    width: fit-content;
    font-family: var(--mincho);
    font-size: 6.9vw;
    line-height: 1;
    color: #fff;
    padding: 10px 20px;
  }
  #main .ceramic_lp .feature .feature_item .item_inner .text h3 span ~ span {
    margin-left: auto;
  }
  #main .ceramic_lp .feature .feature_item .item_inner .text p {
    padding: 6.6vw 16vw 6.6vw 5.3vw;
    font-size: 3.2vw;
    left: 0;
    letter-spacing: 0;
  }
}
#main .ceramic_lp .sect_line {
  position: absolute;
  left: 50%;
  top: -90px;
  height: 190px;
}
#main .ceramic_lp .sect_line.active:before {
  height: 140px;
}
#main .ceramic_lp .sect_line.active:after {
  height: 40px;
}
#main .ceramic_lp .sect_line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 0px;
  background: var(--gray);
  transition: all 0.7s linear;
}
#main .ceramic_lp .sect_line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 150px;
  width: 0;
  height: 0px;
  border-right: 1px dotted #655f59;
  transition: all 0.2s linear 0.7s;
}
@media screen and (max-width: 767px) {
  #main .ceramic_lp .sect_line {
    position: absolute;
    left: 50%;
    top: -45px;
    height: 95px;
  }
  #main .ceramic_lp .sect_line:after {
    top: 75px;
  }
  #main .ceramic_lp .sect_line.active:before {
    height: 70px;
  }
  #main .ceramic_lp .sect_line.active:after {
    height: 20px;
  }
}
#main .ceramic_lp .diff {
  background: url("../images/diff_bg.png") no-repeat center top;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 180px;
  text-align: center;
  position: relative;
}
#main .ceramic_lp .diff h2 em {
  padding-top: 55px;
  display: block;
  line-height: 1;
  font-family: var(--mincho);
  color: var(--gray);
  font-size: 4.4rem;
}
#main .ceramic_lp .diff h2 ~ p {
  padding: 80px 0;
  font-size: 1.8rem;
  color: var(--gray);
}
#main .ceramic_lp .diff .diff_inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#main .ceramic_lp .diff .diff_inner .inner_box {
  width: 100%;
  border: 1px solid var(--gray);
  box-sizing: border-box;
  padding: 60px 100px;
}
#main .ceramic_lp .diff .diff_inner .inner_box#green h3 em {
  color: var(--green);
}
#main .ceramic_lp .diff .diff_inner .inner_box#green dl dt {
  background: var(--green);
}
#main .ceramic_lp .diff .diff_inner .inner_box#green dl ~ p {
  padding-bottom: 0;
}
#main .ceramic_lp .diff .diff_inner .inner_box h3 {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--gray);
}
#main .ceramic_lp .diff .diff_inner .inner_box h3 em {
  display: block;
  line-height: 1;
  font-family: var(--mincho);
  color: var(--blue);
  font-size: 4.4rem;
}
#main .ceramic_lp .diff .diff_inner .inner_box h3 small {
  padding-top: 20px;
  display: block;
  line-height: 1;
  font-family: var(--mincho);
  font-size: 3rem;
}
#main .ceramic_lp .diff .diff_inner .inner_box h3 ~ p {
  font-size: 1.8rem;
  line-height: 2;
  padding: 40px 0;
}
#main .ceramic_lp .diff .diff_inner .inner_box dl dt {
  width: 530px;
  height: 80px;
  border-radius: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: var(--blue);
  color: #fff;
  font-family: var(--mincho);
  position: relative;
  z-index: 1;
}
#main .ceramic_lp .diff .diff_inner .inner_box dl dt .days {
  flex-shrink: 0;
  width: 153px;
  height: 60px;
  text-indent: 15px;
  font-size: 2.8rem;
  border-right: 1px solid #fff;
  text-align: center;
}
#main .ceramic_lp .diff .diff_inner .inner_box dl dt .time {
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
}
#main .ceramic_lp .diff .diff_inner .inner_box dl dt .time b {
  font-size: 2.8rem;
  font-weight: 400;
}
#main .ceramic_lp .diff .diff_inner .inner_box dl dd {
  margin-top: -30px;
  width: 100%;
  padding: 65px 70px 50px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#main .ceramic_lp .diff .diff_inner .inner_box dl dd ul li {
  text-align: left;
  font-family: var(--mincho);
  font-size: 2.2rem;
  color: var(--lightbrown);
  padding-left: 40px;
  position: relative;
}
#main .ceramic_lp .diff .diff_inner .inner_box dl dd ul li:before {
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/check.png) no-repeat 0 0;
  background-size: 20px auto;
}
@media screen and (max-width: 767px) {
  #main .ceramic_lp .diff {
    background: url("../images/diff_bg@sp.png") no-repeat center top;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 90px;
    text-align: center;
    position: relative;
  }
  #main .ceramic_lp .diff h2 small {
    display: block;
    width: 88.6vw;
    margin: 0 auto;
  }
  #main .ceramic_lp .diff h2 em {
    padding-top: 30px;
    font-size: 2.2rem;
  }
  #main .ceramic_lp .diff h2 ~ p {
    padding: 8vw 5.3vw;
    font-size: 3.2vw;
    text-align: left;
  }
  #main .ceramic_lp .diff .diff_inner {
    width: 100%;
    padding: 0 5.3vw;
    box-sizing: border-box;
    margin: 0;
    gap: 5.3vw;
  }
  #main .ceramic_lp .diff .diff_inner .inner_box {
    width: 100%;
    padding: 6.6vw 5.3vw;
  }
  #main .ceramic_lp .diff .diff_inner .inner_box h3 {
    padding-bottom: 5.3vw;
    border-bottom: 1px solid var(--gray);
  }
  #main .ceramic_lp .diff .diff_inner .inner_box h3 em {
    font-size: 2.2rem;
  }
  #main .ceramic_lp .diff .diff_inner .inner_box h3 small {
    padding-top: 10px;
    font-size: 1.5rem;
  }
  #main .ceramic_lp .diff .diff_inner .inner_box h3 ~ p {
    font-size: 3.2vw;
    line-height: 1.5;
    padding: 5.3vw 0;
    text-align: center;
  }
  #main .ceramic_lp .diff .diff_inner .inner_box dl dt {
    width: 70.6vw;
    height: 40px;
    border-radius: 20px;
  }
  #main .ceramic_lp .diff .diff_inner .inner_box dl dt .days {
    width: 20.5vw;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    font-size: 1.4rem;
  }
  #main .ceramic_lp .diff .diff_inner .inner_box dl dt .time {
    font-size: 1.2rem;
  }
  #main .ceramic_lp .diff .diff_inner .inner_box dl dt .time b {
    font-size: 1.4rem;
  }
  #main .ceramic_lp .diff .diff_inner .inner_box dl dd {
    margin-top: -20px;
    width: 100%;
    padding: 25px 15px 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  #main .ceramic_lp .diff .diff_inner .inner_box dl dd ul li {
    font-size: 1.4rem;
    padding-left: 15px;
  }
  #main .ceramic_lp .diff .diff_inner .inner_box dl dd ul li:before {
    position: absolute;
    left: 0;
    top: calc(50% - 4px);
    width: 10px;
    height: 10px;
    background: url(../images/check.png) no-repeat 0 0;
    background-size: 10px auto;
  }
}
#main .ceramic_lp .Comparison {
  padding-top: 135px;
  padding-bottom: 110px;
  background: url("../images/comparison_bg.png") no-repeat center top;
  background-size: cover;
  text-align: center;
  position: relative;
}
#main .ceramic_lp .Comparison h2 {
  padding-bottom: 80px;
}
#main .ceramic_lp .Comparison h2 small {
  display: block;
}
#main .ceramic_lp .Comparison h2 em {
  padding-top: 40px;
  display: block;
  line-height: 1;
  font-family: var(--mincho);
  font-size: 4.4rem;
}
#main .ceramic_lp .Comparison h2 em span.blue {
  color: var(--blue);
}
#main .ceramic_lp .Comparison h2 em span.green {
  color: var(--green);
}
#main .ceramic_lp .Comparison .ComparisonTable {
  width: 1000px;
  margin: 0 auto;
  table-layout: fixed;
}
#main .ceramic_lp .Comparison .ComparisonTable thead tr th {
  height: 140px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.4;
  font-family: var(--mincho);
}
#main .ceramic_lp .Comparison .ComparisonTable thead tr th:nth-child(1) {
  width: 200px;
  background: var(--lightbrown);
}
#main .ceramic_lp .Comparison .ComparisonTable thead tr th:nth-child(2) {
  border-left: 1px solid #fff;
  background: var(--green);
}
#main .ceramic_lp .Comparison .ComparisonTable thead tr th:nth-child(3) {
  border-left: 1px solid #fff;
  background: var(--blue);
}
#main .ceramic_lp .Comparison .ComparisonTable tbody tr th {
  background: #fff;
  height: 180px;
  color: var(--lightbrown);
  font-size: 2.4rem;
  font-family: var(--mincho);
  border-bottom: 1px solid #cfcfcf;
}
#main .ceramic_lp .Comparison .ComparisonTable tbody tr td {
  font-size: 2.4rem;
  line-height: 1.5;
  background: #fff;
  border-bottom: 1px solid #cfcfcf;
  text-align: center;
}
#main .ceramic_lp .Comparison .ComparisonTable tbody tr td p {
  color: var(--lightbrown);
}
#main .ceramic_lp .Comparison .ComparisonTable tbody tr td p small {
  display: block;
  font-size: 2rem;
}
#main .ceramic_lp .Comparison .ComparisonTable tbody tr td:nth-child(2) {
  background: #f0fbf0;
}
#main .ceramic_lp .Comparison .ComparisonTable tfoot tr td {
  font-family: var(--gothic);
  text-align: right;
  font-size: 2rem;
  padding-top: 10px;
  color: var(--lightbrown);
}
@media screen and (max-width: 767px) {
  #main .ceramic_lp .Comparison {
    padding-top: 68px;
    padding-bottom: 55px;
    background: url("../images/comparison_bg@sp.png") no-repeat center top;
    background-size: cover;
    text-align: center;
    position: relative;
  }
  #main .ceramic_lp .Comparison h2 {
    padding-bottom: 7.6vw;
  }
  #main .ceramic_lp .Comparison h2 small {
    width: 89.8vw;
    margin: 0 auto;
  }
  #main .ceramic_lp .Comparison h2 em {
    padding-top: 5.3vw;
    line-height: 1.3;
    font-size: 2.2rem;
  }
  #main .ceramic_lp .Comparison h2 em span {
    display: block;
  }
  #main .ceramic_lp .Comparison .ComparisonTable {
    width: calc(100% - 10.6vw);
    margin: 0 auto;
    table-layout: fixed;
  }
  #main .ceramic_lp .Comparison .ComparisonTable thead tr th {
    height: 70px;
    font-size: 4vw;
  }
  #main .ceramic_lp .Comparison .ComparisonTable thead tr th:nth-child(1) {
    width: 22.6vw;
  }
  #main .ceramic_lp .Comparison .ComparisonTable tbody tr th {
    height: 24.2vw;
    font-size: 3.2vw;
  }
  #main .ceramic_lp .Comparison .ComparisonTable tbody tr td {
    font-size: 3.2vw;
  }
  #main .ceramic_lp .Comparison .ComparisonTable tbody tr td p small {
    display: block;
    font-size: 2.6vw;
  }
  #main .ceramic_lp .Comparison .ComparisonTable tfoot tr td {
    font-size: 2.6vw;
  }
}
#main .ceramic_lp .oneday {
  width: 100%;
  text-align: center;
  background: #E1EEDA url("../images/oneday_ceramin_bg.png") no-repeat left top;
  background-size: 1920px auto;
  position: relative;
}
#main .ceramic_lp .oneday:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 592px;
  background: url("../images/oneday_wave.svg") no-repeat center bottom;
  background-size: 100% 100%;
}
#main .ceramic_lp .oneday:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  background: url("../images/oneday_deco.png") no-repeat center top 120px;
  background-size: 1121px 330px;
  z-index: 1;
  pointer-events: none;
}
#main .ceramic_lp .oneday .oneday_deco {
  position: relative;
}
#main .ceramic_lp .oneday .oneday_deco .triangle {
  width: 500px;
  height: 80px;
  background: #8bd3d1;
  position: absolute;
  left: calc(50% - 250px);
  top: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#main .ceramic_lp .oneday .oneday_deco .down_arrow {
  position: absolute;
  left: 50%;
  top: -45px;
  width: 28px;
  height: 180px;
  z-index: 2;
}
#main .ceramic_lp .oneday .oneday_deco .down_arrow.active:before {
  height: 100%;
}
#main .ceramic_lp .oneday .oneday_deco .down_arrow.active:after {
  height: 36px;
}
#main .ceramic_lp .oneday .oneday_deco .down_arrow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 0;
  background: var(--gray);
  transition: all 0.5s linear;
}
#main .ceramic_lp .oneday .oneday_deco .down_arrow:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 1px;
  height: 0;
  background: var(--gray);
  box-sizing: border-box;
  transform-origin: bottom left;
  transform: rotate(45deg);
  transition: all 0.25s linear 0.5s;
}
#main .ceramic_lp .oneday h2 {
  position: relative;
  z-index: 1;
  padding-top: 180px;
  line-height: 1;
}
#main .ceramic_lp .oneday h2 small {
  display: block;
  padding-bottom: 60px;
}
#main .ceramic_lp .oneday h2 em {
  font-size: 4.4rem;
  font-family: var(--mincho);
  color: var(--lightbrown);
  text-shadow: 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff;
}
#main .ceramic_lp .oneday .circle {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
#main .ceramic_lp .oneday .circle li {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#main .ceramic_lp .oneday .circle li span {
  font-size: 4.4rem;
  color: var(--lightbrown);
  font-family: var(--mincho);
  text-shadow: 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff;
}
#main .ceramic_lp .oneday .en {
  position: relative;
  z-index: 1;
  left: -330px;
}
#main .ceramic_lp .oneday h3 {
  margin-top: -20px;
  position: relative;
  z-index: 1;
  font-size: 4.4rem;
  line-height: 1.5;
  color: #fff;
  font-family: var(--mincho);
  text-shadow: 0px 0px 16px #3B9ECB, 0px 0px 16px #3B9ECB, 0px 0px 16px #3B9ECB, 0px 0px 16px #3B9ECB, 0px 0px 16px #3B9ECB, 0px 0px 16px #3B9ECB, 0px 0px 16px #3B9ECB, 0px 0px 16px #3B9ECB;
  padding: 0 0 180px;
}
@media screen and (max-width: 767px) {
  #main .ceramic_lp .oneday {
    width: 100%;
    text-align: center;
    background: #E1EEDA url("../images/oneday_ceramin_bg@sp.png") no-repeat left top;
    background-size: 100% auto;
    position: relative;
  }
  #main .ceramic_lp .oneday:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 54.2vw;
    background: url("../images/oneday_wave@sp.svg") no-repeat center bottom;
    background-size: 100% 100%;
  }
  #main .ceramic_lp .oneday:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/oneday_deco@sp.png") no-repeat center top;
    background-size: 94.1vw auto;
    z-index: 1;
    pointer-events: none;
  }
  #main .ceramic_lp .oneday .oneday_deco .triangle {
    width: 250px;
    height: 40px;
    opacity: 0.5;
    position: absolute;
    left: calc(50% - 125px);
    top: 0;
  }
  #main .ceramic_lp .oneday .oneday_deco .down_arrow {
    position: absolute;
    left: 50%;
    top: 0;
    width: 14px;
    height: 90px;
  }
  #main .ceramic_lp .oneday .oneday_deco .down_arrow.active:before {
    height: 100%;
  }
  #main .ceramic_lp .oneday .oneday_deco .down_arrow.active:after {
    height: 18px;
  }
  #main .ceramic_lp .oneday h2 {
    position: relative;
    z-index: 1;
    padding-top: 24.5vw;
    line-height: 1;
  }
  #main .ceramic_lp .oneday h2 small {
    width: 92.2vw;
    margin: 0 auto;
    display: block;
    padding-bottom: 5.86vw;
  }
  #main .ceramic_lp .oneday h2 em {
    font-size: 2.2rem;
    line-height: 1.6;
  }
  #main .ceramic_lp .oneday .circle {
    position: relative;
    z-index: 1;
    padding-top: 5.3vw;
    display: flex;
    justify-content: center;
    gap: 1.3vw;
  }
  #main .ceramic_lp .oneday .circle li {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #main .ceramic_lp .oneday .circle li img {
    width: 27vw;
  }
  #main .ceramic_lp .oneday .circle li span {
    font-size: 2.2rem;
  }
  #main .ceramic_lp .oneday .en {
    position: relative;
    z-index: 1;
    left: 3vw;
    width: 26.9vw;
    padding: 10px 0;
    display: block;
  }
  #main .ceramic_lp .oneday h3 {
    margin-top: -20px;
    font-size: 2.2rem;
    line-height: 1.5;
    padding: 0 0 13.3vw;
  }
}
#main .ceramic_lp .process {
  padding-top: 150px;
  background: url("../images/process_bg.png") no-repeat center;
  background-size: cover;
  position: relative;
}
#main .ceramic_lp .process h2 {
  text-align: center;
}
#main .ceramic_lp .process h2 em {
  display: block;
  font-size: 4.4rem;
  font-family: var(--mincho);
  color: var(--brown);
}
#main .ceramic_lp .process .process_inner {
  padding-top: 180px;
  padding-bottom: 180px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 220px;
}
#main .ceramic_lp .process .process_inner .process_item {
  background: #fff;
  padding-bottom: 60px;
  box-shadow: 0px 0px 24px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 90px;
  position: relative;
}
#main .ceramic_lp .process .process_inner .process_item.active .arrow:before {
  height: 100%;
}
#main .ceramic_lp .process .process_inner .process_item.active .arrow:after {
  height: 30px;
}
#main .ceramic_lp .process .process_inner .process_item .arrow {
  position: absolute;
  left: 50%;
  top: calc(100% - 30px);
  width: 28px;
  height: 110px;
}
#main .ceramic_lp .process .process_inner .process_item .arrow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 0;
  background: var(--gray);
  transition: all 0.4s linear 1s;
}
#main .ceramic_lp .process .process_inner .process_item .arrow:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 0px;
  background: var(--gray);
  transform: rotate(45deg);
  transform-origin: bottom left;
  transition: all 0.2s linear 1.4s;
}
#main .ceramic_lp .process .process_inner .process_item#process04:before {
  content: none;
}
#main .ceramic_lp .process .process_inner .process_item#process04:after {
  content: none;
}
#main .ceramic_lp .process .process_inner .process_item figure {
  margin-top: -30px;
  flex-shrink: 0;
  position: relative;
}
#main .ceramic_lp .process .process_inner .process_item figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-25%, -30%);
}
#main .ceramic_lp .process .process_inner .process_item .text {
  padding-top: 80px;
  padding-left: 40px;
}
#main .ceramic_lp .process .process_inner .process_item .text h3 {
  font-size: 3.4rem;
  color: var(--lightbrown);
  line-height: 1.5;
  text-align: center;
  font-family: var(--mincho);
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #94908c;
}
#main .ceramic_lp .process .process_inner .process_item .text p {
  font-size: 1.8rem;
  color: var(--gray);
}
#main .ceramic_lp .process .process_inner .process_item#process02, #main .ceramic_lp .process .process_inner .process_item#process04 {
  flex-direction: row;
}
#main .ceramic_lp .process .process_inner .process_item#process02 figure, #main .ceramic_lp .process .process_inner .process_item#process04 figure {
  margin-top: -30px;
  flex-shrink: 0;
  position: relative;
}
#main .ceramic_lp .process .process_inner .process_item#process02 figure figcaption, #main .ceramic_lp .process .process_inner .process_item#process04 figure figcaption {
  position: absolute;
  left: 20px;
  top: 0;
  transform: translate(0, -25%);
}
#main .ceramic_lp .process .process_inner .process_item#process02 .text, #main .ceramic_lp .process .process_inner .process_item#process04 .text {
  padding-left: 0;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  #main .ceramic_lp .process {
    padding-top: 75px;
    background: url("../images/process_bg@sp.png") no-repeat center;
    background-size: cover;
    position: relative;
  }
  #main .ceramic_lp .process h2 {
    text-align: center;
  }
  #main .ceramic_lp .process h2 small {
    display: block;
    width: 62.6vw;
    margin: 0 auto 20px;
  }
  #main .ceramic_lp .process h2 em {
    font-size: 2.2rem;
  }
  #main .ceramic_lp .process .process_inner {
    padding: 11.7vw 5.3vw 15.6vw;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    gap: 14vw;
  }
  #main .ceramic_lp .process .process_inner .process_item {
    margin-top: 110px;
    padding-bottom: 30px;
    box-shadow: 0px 0px 12px 6px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column !important;
    gap: 5vw;
    position: relative;
  }
  #main .ceramic_lp .process .process_inner .process_item.active .arrow:before {
    height: 100%;
  }
  #main .ceramic_lp .process .process_inner .process_item.active .arrow:after {
    height: 15px;
  }
  #main .ceramic_lp .process .process_inner .process_item .arrow {
    position: absolute;
    left: 50%;
    top: calc(100% - 20px);
    width: 14px;
    height: 55px;
  }
  #main .ceramic_lp .process .process_inner .process_item figure {
    margin-top: -110px !important;
    padding: 0 6.6vw;
  }
  #main .ceramic_lp .process .process_inner .process_item figure figcaption {
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    width: 28.9vw;
    transform: translate(0, -6.6vw) !important;
  }
  #main .ceramic_lp .process .process_inner .process_item .text {
    padding: 0px 4.6vw !important;
  }
  #main .ceramic_lp .process .process_inner .process_item .text h3 {
    font-size: 2rem;
    line-height: 1.5;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #main .ceramic_lp .process .process_inner .process_item .text p {
    font-size: 3.2vw;
  }
}
#main .ceramic_lp .faq {
  background-image: -moz-linear-gradient(0deg, #cff1f0 0%, #e1eeda 100%);
  background-image: -webkit-linear-gradient(0deg, #cff1f0 0%, #e1eeda 100%);
  background-image: -ms-linear-gradient(0deg, #cff1f0 0%, #e1eeda 100%);
  padding-top: 160px;
  padding-bottom: 200px;
  position: relative;
}
#main .ceramic_lp .faq h2 {
  text-align: center;
  padding-bottom: 130px;
}
#main .ceramic_lp .faq h2 em {
  font-family: var(--mincho);
  font-size: 4.4rem;
  display: block;
}
#main .ceramic_lp .faq .faq_inner {
  width: 1390px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 100px 40px;
}
#main .ceramic_lp .faq .faq_inner .faq_item {
  padding: 80px 30px;
  width: calc(50% - 20px);
  box-sizing: border-box;
  background: #fff url("../images/a.png") no-repeat right 20px bottom 30px;
  background-size: 123px 152px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#main .ceramic_lp .faq .faq_inner .faq_item.active:after {
  opacity: 0.5;
  left: 15px;
  top: 15px;
}
#main .ceramic_lp .faq .faq_inner .faq_item:before {
  position: absolute;
  left: calc(50% - 90px);
  top: -50px;
  content: "";
  width: 180px;
  height: 160px;
  border-radius: 50%;
  background: #fff;
  z-index: 0;
}
#main .ceramic_lp .faq .faq_inner .faq_item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid var(--brown);
  border-bottom: 1px solid var(--brown);
  transition: all 1s ease;
  opacity: 0;
  pointer-events: none;
}
#main .ceramic_lp .faq .faq_inner .faq_item > em {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
#main .ceramic_lp .faq .faq_inner .faq_item .question {
  position: relative;
  z-index: 1;
}
#main .ceramic_lp .faq .faq_inner .faq_item .question h3 {
  font-size: 3rem;
  font-family: var(--mincho);
  color: var(--lightbrown);
  text-align: center;
  line-height: 1.5;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--lightbrown);
}
#main .ceramic_lp .faq .faq_inner .faq_item .answer p {
  color: var(--gray);
  padding: 0 10px;
  text-align: left;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #main .ceramic_lp .faq {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  #main .ceramic_lp .faq h2 {
    padding-bottom: 65px;
  }
  #main .ceramic_lp .faq h2 small {
    display: block;
    width: 35.7vw;
    margin: 0 auto;
  }
  #main .ceramic_lp .faq h2 em {
    font-size: 2.2rem;
  }
  #main .ceramic_lp .faq .faq_inner {
    width: 100%;
    margin: 0;
    padding: 0 5.3vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 12vw;
  }
  #main .ceramic_lp .faq .faq_inner .faq_item {
    padding: 10.6vw 5.3vw;
    width: 100%;
    box-sizing: border-box;
    background: #fff url("../images/a.png") no-repeat right 20px bottom 20px;
    background-size: 16.4vw auto;
  }
  #main .ceramic_lp .faq .faq_inner .faq_item.active:after {
    opacity: 0.5;
    left: 7px;
    top: 7px;
  }
  #main .ceramic_lp .faq .faq_inner .faq_item:before {
    position: absolute;
    left: calc(50% - 40px);
    top: -30px;
    content: "";
    width: 90px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    z-index: 0;
  }
  #main .ceramic_lp .faq .faq_inner .faq_item > em {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 6vw;
  }
  #main .ceramic_lp .faq .faq_inner .faq_item .question {
    position: relative;
    z-index: 1;
  }
  #main .ceramic_lp .faq .faq_inner .faq_item .question h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #main .ceramic_lp .faq .faq_inner .faq_item .answer p {
    text-align: left;
    font-size: 3.2vw;
  }
}
#main .ceramic_lp .price {
  background: url("../images/price_bg.png") no-repeat center top;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 160px;
  position: relative;
}
#main .ceramic_lp .price h2 {
  text-align: center;
  padding-bottom: 80px;
}
#main .ceramic_lp .price h2 em {
  padding-top: 50px;
  display: block;
  line-height: 1;
  font-size: 4.4rem;
  color: var(--gray);
  font-family: var(--mincho);
}
#main .ceramic_lp .price .price_inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
#main .ceramic_lp .price .price_inner .time {
  width: calc(50% - 20px);
  height: 160px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main .ceramic_lp .price .price_inner .time dt {
  width: 222px;
  height: 60px;
  border-right: 1px solid var(--green);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: var(--lightbrown);
  font-family: var(--mincho);
}
#main .ceramic_lp .price .price_inner .time dd {
  padding-right: 50px;
  font-size: 2.4rem;
  color: var(--gray);
  font-family: var(--gothic);
}
#main .ceramic_lp .price .price_inner .price_boxes {
  width: 100%;
  background: #fff;
  padding: 50px 50px 50px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#main .ceramic_lp .price .price_inner .price_boxes dt {
  flex-shrink: 0;
  width: 222px;
  height: 100%;
  border-right: 1px solid var(--green);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: var(--lightbrown);
  font-family: var(--mincho);
}
#main .ceramic_lp .price .price_inner .price_boxes dd {
  width: 100%;
  padding-top: 18px;
  padding-left: 89px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
#main .ceramic_lp .price .price_inner .price_boxes dd .price_box {
  width: calc(50% - 20px);
  padding: 50px 30px 30px;
  box-sizing: border-box;
  background: #f7f7f7;
  text-align: center;
  position: relative;
  font-family: var(--gothic);
}
#main .ceramic_lp .price .price_inner .price_boxes dd .price_box .tag {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 40px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--blue);
  box-sizing: border-box;
  font-size: 2.2rem;
  font-family: var(--mincho);
  color: var(--blue);
}
#main .ceramic_lp .price .price_inner .price_boxes dd .price_box h3 {
  line-height: 1;
  font-size: 2rem;
  font-weight: 600;
  color: var(--lightbrown);
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dad1c7;
}
#main .ceramic_lp .price .price_inner .price_boxes dd .price_box ol li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2.2rem;
  color: var(--gray);
  padding-left: 30px;
  position: relative;
}
#main .ceramic_lp .price .price_inner .price_boxes dd .price_box ol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #59c5c3;
}
#main .ceramic_lp .price .risk {
  width: 1200px;
  margin: 80px auto 0;
  border: 1px solid #202124;
  padding: 50px 100px 50px;
  box-sizing: border-box;
}
#main .ceramic_lp .price .risk h3 {
  text-align: center;
  line-height: 1;
  font-size: 3rem;
  font-family: var(--mincho);
  color: var(--lightbrown);
  padding-bottom: 30px;
  border-bottom: 1px solid #202124;
}
#main .ceramic_lp .price .risk ul {
  padding: 40px 0 0;
}
#main .ceramic_lp .price .risk ul li {
  font-family: var(--gothic);
  font-size: 1.6rem;
  color: var(--gray);
  padding-left: 30px;
  position: relative;
}
#main .ceramic_lp .price .risk ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a7db8d;
}
@media screen and (max-width: 767px) {
  #main .ceramic_lp .price {
    background: url("../images/price_bg@sp.png") no-repeat center top;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 80px;
  }
  #main .ceramic_lp .price h2 {
    text-align: center;
    padding-bottom: 40px;
  }
  #main .ceramic_lp .price h2 small {
    display: block;
    width: 41.7vw;
    margin: 0 auto;
  }
  #main .ceramic_lp .price h2 em {
    padding-top: 20px;
    line-height: 1.5;
    font-size: 2.2rem;
  }
  #main .ceramic_lp .price .price_inner {
    width: 100%;
    padding: 0 5.3vw;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #main .ceramic_lp .price .price_inner .time {
    width: 100%;
    height: 50px;
  }
  #main .ceramic_lp .price .price_inner .time dt {
    width: 29.3vw;
    height: 30px;
    font-size: 4vw;
  }
  #main .ceramic_lp .price .price_inner .time dd {
    padding-right: 25px;
    font-size: 3.2vw;
  }
  #main .ceramic_lp .price .price_inner .price_boxes {
    width: 100%;
    background: #fff;
    padding: 5.3vw 4vw 4vw 0;
  }
  #main .ceramic_lp .price .price_inner .price_boxes dt {
    width: 29.3vw;
    height: 100%;
    font-size: 4vw;
    border-right: 0;
  }
  #main .ceramic_lp .price .price_inner .price_boxes dd {
    border-left: 1px solid var(--green);
    width: 100%;
    padding-top: 0;
    padding-left: 2.6vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 19px;
  }
  #main .ceramic_lp .price .price_inner .price_boxes dd .price_box {
    width: 100%;
    padding: 6.6vw 3.3vw 3.3vw;
  }
  #main .ceramic_lp .price .price_inner .price_boxes dd .price_box .tag {
    width: 34.6vw;
    height: 5.2vw;
    border-radius: 2.6vw;
    font-size: 1.1rem;
  }
  #main .ceramic_lp .price .price_inner .price_boxes dd .price_box h3 {
    font-size: 2.6vw;
    padding-bottom: 9px;
    margin-bottom: 10px;
  }
  #main .ceramic_lp .price .price_inner .price_boxes dd .price_box ol li {
    font-size: 2.9vw;
    padding-left: 15px;
  }
  #main .ceramic_lp .price .price_inner .price_boxes dd .price_box ol li:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    width: 5px;
    height: 5px;
  }
  #main .ceramic_lp .price .risk {
    width: calc(100% - 10.6vw);
    margin: 5.3vw auto 0;
    border: 1px solid #202124;
    padding: 8vw 5.3vw 5.3vw;
    box-sizing: border-box;
  }
  #main .ceramic_lp .price .risk h3 {
    line-height: 1.5;
    font-size: 4.8vw;
    padding-bottom: 20px;
  }
  #main .ceramic_lp .price .risk ul {
    padding: 20px 0 0;
  }
  #main .ceramic_lp .price .risk ul li {
    font-size: 2.9vw;
    padding-left: 12px;
    padding-bottom: 5px;
  }
  #main .ceramic_lp .price .risk ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
  }
}

/*# sourceMappingURL=ceramic_lp.css.map */
