@charset "UTF-8";
/*///////////////////////////////////////////////////
//
//            ▼ ベース設定 ▼
//
///////////////////////////////////////////////////*/
body {
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 468px) {
  html {
    font-size: 18px;
  }
}
#wrapper {
  width: 100%;
  height: 100%;
}

section,
.section {
  width: 100%;
  height: auto;
  position: relative;
}

.l_container {
  width: 100%;
  padding: 0 20px;
}

.container {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 0 20px;
}

.m_container {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 0 20px;
}

.s_container {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 0 20px;
}

.is_pc {
  display: none;
}

.is_hidden_tab {
  display: none;
}

.is_sp {
  display: block;
}

.inertia {
  -webkit-overflow-scrolling: touch;
}

.preload * {
  transition: none;
}

/*///////////////////////////////////////////////////
//
//            ▼ 共通 ▼
//
///////////////////////////////////////////////////*/
.section_title {
  font-size: 12vw;
  line-height: 1.2;
}

/*///////////////////////////////////////////////////
//
//            ▼ ナビ ▼
//
///////////////////////////////////////////////////*/
header .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 52px 72px 0;
  padding: 5.3333333333vw 5.3333333333vw 0;
}
header .header_inner .logo {
  line-height: 1;
  width: 140px;
  display: flex;
  align-items: center;
}
header .header_inner .logo a {
  width: 100%;
}
header .header_inner .logo a img {
  display: block;
  width: 100%;
  height: auto;
}
header .header_inner nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.3s;
  display: block;
  padding: 25vw 0 0;
  z-index: 10;
}
header .header_inner nav.active {
  right: 0;
}
header .header_inner nav .close {
  width: 52.5px;
  height: 52.5px;
  position: absolute;
  top: 35px;
  right: 19px;
}
header .header_inner nav .close span {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 42%;
  height: 2px;
  transition: 0.3s;
}
header .header_inner nav .close span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
header .header_inner nav .close span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
header .header_inner nav .only_sp li {
  border-bottom: none;
}
header .header_inner nav .only_sp li a {
  text-align: center;
  display: block;
  font-size: 2.6666666667vw;
  letter-spacing: -0.03em;
}
header .header_inner nav .only_sp li a .redrose {
  display: block;
  font-size: 6.6666666667vw;
  letter-spacing: 0;
}
header .header_inner nav ul {
  display: block;
}
header .header_inner nav ul.only_sp {
  display: block;
}
header .header_inner nav ul.ul {
  display: flex;
  flex-direction: column-reverse;
  gap: 2.6666666667vw 0;
  margin: 6.5vw 0 0;
}
header .header_inner nav ul.ul li a {
  width: 70.6666666667vw;
  border: 1px solid #777;
  margin: 0 auto;
  text-align: center;
  justify-content: space-between;
  font-size: 3.7333333333vw;
  border-radius: 5px;
}
header .header_inner nav ul.ul li a .angle {
  display: block;
  width: 8.5px;
}
header .header_inner nav ul li a {
  color: #fff;
  width: 100%;
  padding: 4vw 5.0666666667vw;
}
header .header_inner nav .copyright {
  text-align: center;
  font-size: 2.6666666667vw;
  margin: 5vw 0 0;
}
header .header_inner nav .purchase {
  display: none;
}
header .header_inner .menu_open {
  width: 52.5px;
  height: 52.5px;
  position: relative;
}
header .header_inner .menu_open span {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 42%;
  height: 2px;
  transition: 0.3s;
}
header .header_inner .menu_open span:nth-of-type(1) {
  transform: translate(-50%, -50%) translateY(8px);
}
header .header_inner .menu_open span:nth-of-type(2) {
  transform: translate(-28%, -50%);
}
header .header_inner .menu_open span:nth-of-type(3) {
  transform: translate(-50%, -50%) translateY(-8px);
}

/*///////////////////////////////////////////////////
//
//            ▼ フッター ▼
//
///////////////////////////////////////////////////*/
footer {
  padding: 38px 0;
}
footer a {
  width: 50px;
}
footer a:hover {
  opacity: 1;
}
footer .copyright {
  font-size: 10px;
}

/*///////////////////////////////////////////////////
//
//            ▼ YouTubeポップアップ ▼
//
///////////////////////////////////////////////////*/
.video_overlay .video_wrap {
  width: 90%;
}

/*///////////////////////////////////////////////////
//
//            ▼ トップ01 ▼
//
///////////////////////////////////////////////////*/
.top01 .mv video {
  min-height: 100vh;
}
.top01 .mv_txt {
  top: 47%;
}
.top01 .mv_txt .mv_txt_title {
  font-size: 6.5333333333vw;
}
.top01 .mv_txt .p01 {
  font-size: 16vw;
  line-height: 1;
}
.top01 .mv_txt .purchase {
  width: 30.1333333333vw;
  height: 6.6666666667vw;
  background: #b11818;
  font-size: 2.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1.6vw;
  border-radius: 17.5px;
  margin: 2.5vw auto 4vw;
}
.top01 .mv_txt .purchase img {
  width: 2.5333333333vw;
}
.top01 .mv_txt .p02 {
  font-size: 2.6666666667vw;
  line-height: 1.15;
}
.top01 .top__mv-scroll {
  width: 25.3333333333vw;
  height: 25.3333333333vw;
  bottom: 10%;
}
.top01 .top__mv-scroll .top__mv-scroll_text {
  font-size: 2.6666666667vw;
}
.top01 .top__mv-certification {
  bottom: 2%;
}
.top01 .top__mv-certification .top__mv-certification_item {
  font-size: 3.6666666667vw;
  width: 25vw;
  height: 8.3333333333vw;
}
.top01 .top__mv-certification .top__mv-certification_item:nth-child(n+2) {
  margin-top: 2vw;
}

/*///////////////////////////////////////////////////
//
//            ▼ トップ02 ▼
//
///////////////////////////////////////////////////*/
.top02 {
  padding: 10vw 0 0;
  margin-top: 8.6666666667vw;
}
.top02 .p01 {
  font-size: 5.3333333333vw;
  margin-bottom: 5vw;
}
.top02 .p02 {
  font-size: 5.3333333333vw;
  line-height: 1.5;
  letter-spacing: 0.07em;
  margin-top: 8vw;
}
.top02 .a_movie {
  margin-top: 12vw;
}
.top02 .a_movie button {
  font-size: 4.8vw;
  padding-bottom: 3.5vw;
}
.top02 .a_movie button::before {
  width: 53.0666666667vw;
}
.top02 .a_movie button .angle {
  margin-left: 4vw;
}

/*///////////////////////////////////////////////////
//
//            ▼ トップ03 ▼
//
///////////////////////////////////////////////////*/
.top03 {
  padding: 46.1333333333vw 0 40vw;
  background: transparent;
}
.top03::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 53%;
  background: url(../images/common/top03_bg_sp.webp) top center/cover no-repeat;
  z-index: -1;
}
.top03 .top03_inner {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 0 20px;
}
.top03 .top03_inner .txt .p01 {
  font-size: 5.3333333333vw;
  margin-bottom: 1vw;
}
.top03 .top03_inner .txt .section_title {
  line-height: 1.6;
  margin-bottom: 40vw;
}
.top03 .top03_inner .txt .p02 {
  font-size: 3.7333333333vw;
  margin-bottom: 3.5vw;
  text-align: center;
}
.top03 .top03_inner .txt .p03 {
  font-size: 2.6666666667vw;
  padding-left: 3vw;
  line-height: 1.5;
  letter-spacing: 0.015em;
}

/*///////////////////////////////////////////////////
//
//            ▼ トップ04 ▼
//
///////////////////////////////////////////////////*/
.top04 {
  padding: 10vw 0 0;
}
.top04 .top04_head {
  text-align: center;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 0 20px;
}
.top04 .top04_head .p01 {
  font-size: 5.3333333333vw;
}
.top04 .top04_head .section_title {
  line-height: 1.2;
  margin: 4vw 0 6vw;
}
.top04 .top04_head .p02 {
  font-size: 3.7333333333vw;
  line-height: 1.88;
}
.top04 .top__function-canvas {
  height: 50vh;
  padding: 10vw 0 0;
  margin-top: 15vh;
}
.top04 .font__redrose.top__function-guide_ja {
  display: none;
}
.top04 .top__function-guide_ja {
  left: 5%;
  top: 2%;
}
.top04 .top__function-guide_ja .top__function-guide_item {
  margin: 10px 0 0 !important;
}
.top04 .top__function-guide_item {
  font-size: 3.2vw;
}
.top04 .font__redrose.top__function-guide_en {
  left: 7%;
  top: 4%;
  gap: 0 3.2vw;
}
.top04 .font__redrose.top__function-guide_en .top__function-guide_item {
  padding-left: 4.8vw;
}
.top04 .font__redrose.top__function-guide_en .top__function-guide_item::before {
  width: 2.6666666667vw;
  height: 1px;
}
.top04 .top__function-number {
  right: 6%;
  top: 14%;
}
.top04 .top__function-number .top__function-number_item {
  font-size: 7.3333333333vw;
  margin-bottom: 7.3333333333vw;
}
.top04 .top__function-scroll {
  top: 50%;
}
.top04 .top__function-scroll_bar {
  height: 30vh;
  width: 2px;
}
.top04 .top__function-scroll_gage {
  width: 6px;
  height: 13%;
  left: -2px;
}
.top04 .top__function-scroll_gage::after {
  transform: translate(0, -50%) scale(0.7);
  font-size: 10px;
  left: 95%;
}
.top04 .top__function-desc {
  left: 5%;
  height: 36vw;
  bottom: auto;
  top: 95%;
}
.top04 .top__function-desc_item .item {
  display: block;
}
.top04 .top__function-desc_item .item .inner01 {
  text-align: left;
  border-right: none;
  padding-right: 0;
  display: flex;
  align-items: center;
}
.top04 .top__function-desc_item .item .inner01 .number {
  font-size: 10.6666666667vw;
  border-right: 1px solid #fff;
  padding-right: 4.8vw;
}
.top04 .top__function-desc_item .item .inner01 .inner {
  padding-left: 4.8vw;
}
.top04 .top__function-desc_item .item .inner01 .p01 {
  font-size: 5.3333333333vw;
}
.top04 .top__function-desc_item .item .inner01 .p02 {
  font-size: 2.6666666667vw;
}
.top04 .top__function-desc_item .item .inner02 {
  padding-left: 0;
  margin-top: 1vw;
}
.top04 .top__function-desc_item .item .inner02 .p03 {
  font-size: 3.7333333333vw;
  line-height: 1.71;
}
.top04 .top__function-desc_item .item .inner02 .p04 {
  font-size: 2.6666666667vw;
  margin-top: 1vw;
}

/*///////////////////////////////////////////////////
//
//            ▼ トップ05 ▼
//
///////////////////////////////////////////////////*/
.top05 {
  padding: 10vw 0 10vw;
  position: relative;
  overflow: hidden;
}
.top05 .top05_inner {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 0 20px;
}
.top05 .top05_inner .head {
  text-align: center;
  padding-bottom: min(70px, 3.6458333333vw);
}
.top05 .top05_inner .head .p01 {
  font-size: 5.3333333333vw;
  line-height: 1.2;
}
.top05 .top05_inner .head .section_title {
  font-size: 12vw;
  margin: 0 0 4vw;
}
.top05 .top05_inner .head .p02 {
  font-size: 3.7333333333vw;
  line-height: 1.88;
}
.top05 .top05_inner .top__customize-body {
  padding: 0;
  margin: 7vw 0 0;
}
.top05 .top05_inner .top__customize-body_inner {
  height: auto;
}
.top05 .top05_inner .top__customize-list {
  position: static;
  display: block;
}
.top05 .top05_inner .top__customize-item {
  width: 100%;
  margin-bottom: 4.5vw;
}
.top05 .top05_inner .top__customize-item:last-of-type {
  margin-bottom: 0;
}
.top05 .top05_inner .top__customize-name {
  font-size: 3.7333333333vw;
  text-align: center;
  margin-top: 3vw;
}
.top05 .top__customize-typo {
  left: auto;
  right: 0;
  top: 70vw;
  transform: translateX(40%);
}
.top05 .top__customize-typo.re {
  right: auto;
  left: 0;
  transform: translateX(-40%) rotate(180deg);
}

.bg__typo {
  font-size: 26.6666666667vw;
  writing-mode: vertical-rl;
}

/*///////////////////////////////////////////////////
//
//            ▼ トップ06 ▼
//
///////////////////////////////////////////////////*/
.top_comfort {
  height: 3000px;
  position: relative;
}

.top_comfort-inner {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 35vw 0 0;
}

.top_comfort-inner_inner .p01 {
  font-size: 5.3333333333vw;
  line-height: 1.2;
  margin: 0 0 1.5vw;
}

.top_comfort-bg_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.top_comfort-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s ease;
}
.top_comfort-bg.show {
  opacity: 0.3;
}

.top_comfort-bg img {
  height: 100vh;
}

.top_comfort-inner_inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.top_comfort-title {
  font-size: 12vw;
  margin-bottom: 6vw;
}

.top_comfort-transition {
  display: block;
}

.top_comfort-transition-ja {
  justify-content: center;
}

.top_comfort-transition_subject {
  font-size: 21.6vw;
  height: 1.2em;
  line-height: 1.2;
  overflow: hidden;
}

.top_comfort-transition_list {
  transition: 1.2s ease;
}

.top_comfort.phase_scatter .top_comfort-transition_list {
  transform: translateY(-1.2em);
}

.top_comfort.phase_foreign .top_comfort-transition_list {
  transform: translateY(-2.4em);
}

.top_comfort.phase_sound .top_comfort-transition_list {
  transform: translateY(-3.6em);
}

.top_comfort.phase_stink .top_comfort-transition_list {
  transform: translateY(-4.8em);
}

.top_comfort-transition_prevent {
  font-size: 12.8vw;
  margin-left: 2vw;
  padding: 0 2vw;
  height: 21.0666666667vw;
}

.top_comfort-transition-en {
  font-size: 2.6666666667vw;
  margin-left: 0;
  line-height: 1.5;
}

.top_comfort-transition_en-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.top_comfort-transition_en_item {
  opacity: 0.5;
  transition: 1.2s ease;
  width: 33.333%;
}
.top_comfort-transition_en_item.right {
  text-align: right;
}
.top_comfort-transition_en_item.left {
  text-align: left;
}
.top_comfort-transition_en_item.width01 {
  width: 17%;
}
.top_comfort-transition_en_item.pl01 {
  padding-left: 2vw;
}

.top_comfort.phase_evaporation .top_comfort-transition_en_item:nth-child(1),
.top_comfort.phase_scatter .top_comfort-transition_en_item:nth-child(2),
.top_comfort.phase_foreign .top_comfort-transition_en_item:nth-child(3),
.top_comfort.phase_sound .top_comfort-transition_en_item:nth-child(4),
.top_comfort.phase_stink .top_comfort-transition_en_item:nth-child(5) {
  opacity: 2;
}

.top_comfort-desc {
  padding: 8vw 20px;
  background: rgba(0, 0, 0, 0.6);
  margin-top: 3em;
  font-size: 3.7333333333vw;
  display: block;
  line-height: 1.678;
  width: 100%;
  max-width: 650px;
  margin: 7vw auto 0;
}

.top_comfort-desc > p {
  width: 100%;
}

.top_comfort-desc > p:nth-child(2) {
  margin-left: 0;
}

/*///////////////////////////////////////////////////
//
//            ▼ トップ07 ▼
//
///////////////////////////////////////////////////*/
.top__polycarbonate {
  height: 200vh;
  margin: 10vw 0 0;
}

.top__polycarbonate-inner {
  height: 100dvh;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.top__polycarbonate.fixed .top__polycarbonate-inner {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.top__polycarbonate-top {
  flex: 1;
  overflow: hidden;
  background: url(../images/common/top07_bg_sp.webp) center 91%/cover;
  transition: 0.6s ease;
  padding: 7vw 0 0;
}

.top__polycarbonate-list {
  width: 200%;
  height: 100%;
  display: flex;
  transition: 1s ease;
}

.top__polycarbonate.is_right .top__polycarbonate-list {
  transform: translateX(-50%);
}

.top__polycarbonate-item {
  width: 50%;
  height: 100%;
}

.top__polycarbonate-flex {
  display: block;
  height: 100%;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 0 20px;
}

.top__polycarbonate-head {
  width: 100%;
  text-align: center;
  background: -webkit-linear-gradient(0deg, #868686 0%, #f6f6f6 35%, #f6f6f6 65%, #868686 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top__polycarbonate-head_sub {
  font-size: 10.4533333333vw;
}

.top__polycarbonate-head_main {
  font-size: 34.9333333333vw;
  display: flex;
  padding-left: 10vw;
  margin-top: 3vw;
}

.top__polycarbonate-head_multiple {
  font-size: 38.4vw;
}

.top__polycarbonate-plane {
  flex: 1;
  font-size: 3.7333333333vw;
  line-height: 1.67;
  padding: 0 13vw;
  margin: 8vw 0 0;
}

.top__polycarbonate-bottom {
  height: 22%;
  padding-bottom: 12.077294686vw;
}

.top__polycarbonate-bottom_inner {
  text-align: center;
}

.top__polycarbonate-text {
  font-size: 3.4666666667vw;
  margin-bottom: 0.8em;
}

.top__polycarbonate-btn {
  position: relative;
  cursor: pointer;
}

.top__polycarbonate-btn_bg {
  width: 22.3733333333vw;
  padding-top: 50%;
  border-radius: 6vw;
}

.top__polycarbonate-btn_circle {
  width: 9.96vw;
  height: 9.96vw;
  left: 0.85vw;
  top: 0.85vw;
}

.top__polycarbonate.is_right .top__polycarbonate-btn_circle {
  transform: translateX(100%);
}

/*///////////////////////////////////////////////////
//
//            ▼ トップ08 ▼
//
///////////////////////////////////////////////////*/
.inner__01.top__eco-inner {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 36vw 20px 40vw;
}

.top__eco-title_main {
  font-size: 8vw;
}

.top__eco-title_sub {
  font-size: 8vw;
  margin-bottom: 1vw;
}

.top__eco-plane {
  font-size: 3.7333333333vw;
  max-width: 100%;
  text-align: left;
}
.top__eco-plane::after {
  top: 130%;
  width: 35.44vw;
  height: 6.9733333333vw;
}

.top__eco-bottom {
  margin-top: 12.5%;
  padding: 0;
  margin: 36vw 0 0;
}

.top__eco-lead {
  font-size: 8vw;
  margin-bottom: 2.5vw;
}

.font__super {
  font-size: 4vw;
  top: -1.5vw;
}

.top__eco-flex {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  display: block;
}

.top__eco-img {
  position: relative;
  width: 41%;
  min-width: 100%;
}

.top__eco-graph_no {
  left: 37.2%;
  bottom: 21.4%;
  width: 12.2%;
}

.top__eco-graph_yes {
  left: 61.6%;
}

.top__eco-graph_down {
  left: 58%;
  top: 15.6%;
}

.top__eco-flex.inview-element-on .top__eco-graph_no {
  height: 50.7%;
}

.top__eco-flex.inview-element-on .top__eco-graph_yes {
  height: 21%;
}

.top__eco-flex.inview-element-on .top__eco-graph_down {
  transform: none;
  opacity: 1;
  width: 16.6vw;
}

.top__eco-result {
  font-size: 3.2vw;
  line-height: 1.875;
  margin: 3vw 0;
}

.top__eco-note {
  font-size: 11px;
  line-height: 3;
  color: #bbb;
}

.top__eco-note_text {
  line-height: 1.65;
  font-size: 2.6666666667vw;
}

.top__eco-note_text:nth-child(n+2) {
  margin-top: 1vw;
}

.eco_add_txt p {
  font-size: 12px;
  margin-top: 3vw;
  line-height: 1.6;
}

/*///////////////////////////////////////////////////
//
//            ▼ トップ09 ▼
//
///////////////////////////////////////////////////*/
.top__incredible {
  background: url(../images/common/top09_bg_sp.webp) center top/cover no-repeat;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 18vw 20px 57vw;
}

.top__incredible-title {
  text-align: center;
  font-size: 8vw;
  line-height: 1;
  height: 1em;
  overflow: hidden;
  margin-bottom: 17vw;
}

.top__incredible-title_inner {
  display: block;
  transition: 0.5s ease-out;
  transform: translateY(100%);
}

.top__incredible-title.inview-element-on .top__incredible-title_inner {
  transform: translateY(0%);
}

.top__incredible-box {
  position: relative;
}

.top__incredible-target {
  position: absolute;
  left: 0;
  top: 30%;
  height: 1px;
  width: 1px;
}

.top__incredible-list {
  flex-direction: column;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
}

.top__incredible-item {
  font-size: 2vw;
  height: auto;
  margin: 0;
  width: fit-content;
  white-space: nowrap;
}
.top__incredible-item.sp01 {
  order: 1;
  margin-left: auto;
}
.top__incredible-item.sp01 .top__incredible-item_inner {
  transition-delay: 0 !important;
}
.top__incredible-item.sp02 {
  order: 2;
  margin-left: 6vw;
  margin-top: -3vw;
}
.top__incredible-item.sp02 .top__incredible-item_inner {
  transition-delay: 0.2s !important;
}
.top__incredible-item.sp03 {
  order: 3;
  margin-left: auto;
  margin-top: -4vw;
}
.top__incredible-item.sp03 .top__incredible-item_inner {
  transition-delay: 0.3s !important;
}
.top__incredible-item.sp04 {
  order: 4;
  margin-left: 14vw;
}
.top__incredible-item.sp04 .top__incredible-item_inner {
  transition-delay: 0.4s !important;
}
.top__incredible-item.sp05 {
  order: 5;
  margin-left: auto;
  margin-top: 4vw;
}
.top__incredible-item.sp05 .top__incredible-item_inner {
  transition-delay: 0.5s !important;
}
.top__incredible-item.sp06 {
  order: 6;
  margin-top: -6vw;
}
.top__incredible-item.sp06 .top__incredible-item_inner {
  transition-delay: 0.6s !important;
}
.top__incredible-item.sp07 {
  order: 7;
  margin: 5vw auto 0;
}
.top__incredible-item.sp07 .top__incredible-item_inner {
  transition-delay: 0.7s !important;
}

.top__incredible-item:nth-child(1) {
  transform: translateY(0.3em);
}

.top__incredible-item:nth-child(3) {
  transform: translateY(0.5em);
}

.top__incredible-item:nth-child(4) {
  transform: translateY(0.6em);
}

.top__incredible-item:nth-child(6) {
  width: auto;
}

.top__incredible-item_inner {
  transition: 0.5s ease-out;
  transform: translateY(150%);
}

.top__incredible-label {
  font-size: 3.2vw;
  line-height: 1.3;
  margin-bottom: 1vw;
}

.top__incredible-value {
  font-size: 6vw;
  margin-top: 0.1vw;
}

/*///////////////////////////////////////////////////
//
//            ▼ トップ10 ▼
//
///////////////////////////////////////////////////*/
.top10 {
  padding-top: 20vw;
  padding-bottom: 20vw;
  background: #0d0d0d;
  margin: -20vw 0 0;
}

.top__color-title {
  font-size: 8vw;
  margin-bottom: 7vw;
  line-height: 1.4;
}

.top__color-plane {
  font-size: 3.7333333333vw;
  line-height: 1.67;
  padding-bottom: 5%;
  text-align: left;
  opacity: 0.4;
  transition: 1s 1s;
}

.top__color-inner.inview-element-on .top__color-spot {
  left: 50%;
}

.top__color-inner.inview-element-on .top__color-title,
.top__color-inner.inview-element-on .top__color-plane {
  opacity: 1;
}

.top__color-simulator {
  padding: 0;
  box-sizing: border-box;
}

.top__color-simulator_inner {
  background-color: transparent;
  padding: 4%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.top__color-simulator_img {
  height: 45vh;
}

.top__color-simulator_img-list {
  height: 45vh;
}

.top__color-simulator_img-item:nth-child(1) {
  width: 100%;
}
.top__color-simulator_img-item:nth-child(1) img {
  height: 61.5942028986vw;
  max-height: 28.5vh;
}

.top__color-simulator_img-item:nth-child(2) {
  width: 48%;
  margin-top: 2vh;
}
.top__color-simulator_img-item:nth-child(2) img {
  height: 14vh;
}

.top__color-simulator_img-item:nth-child(3) {
  width: 48%;
  height: 14vh;
  margin-top: 2vh;
  margin-right: 4%;
}
.top__color-simulator_img-item:nth-child(3) img {
  height: 14vh;
}

.top__color-simulator.silver.a1 .top__color-simulator_img-item:nth-child(1) {
  background-image: url(../images/common/simulator__a1-silver_01.jpg);
}

.top__color-simulator.silver.a1 .top__color-simulator_img-item:nth-child(2) {
  background-image: url(../images/common/simulator__a1-silver_02.jpg);
}

.top__color-simulator.silver.a1 .top__color-simulator_img-item:nth-child(3) {
  background-image: url(../images/common/simulator__a1-silver_03.jpg);
}

.top__color-simulator.silver.a2 .top__color-simulator_img-item:nth-child(1) {
  background-image: url(../images/common/simulator__a1-silver_01.jpg);
}

.top__color-simulator.silver.a2 .top__color-simulator_img-item:nth-child(2) {
  background-image: url(../images/common/simulator__a1-silver_02.jpg);
}

.top__color-simulator.silver.a2 .top__color-simulator_img-item:nth-child(3) {
  background-image: url(../images/common/simulator__a1-silver_03.jpg);
}

.top__color-simulator_text {
  flex: 1;
  padding-top: 4vw;
}

.top__color-simulator-btns {
  display: block;
  margin-bottom: 6vw;
}

.top__color-simulator-size {
  margin-top: 1.8%;
}

.top__color-simulator_label {
  font-size: 2.6666666667vw;
  margin: 0 0 2vw;
}

.top__color-simulator-btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6666666667vw 2.1333333333vw;
}

.top__color-simulator-btn-item {
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.5s;
}

.top__color-simulator-btn-item:hover,
.top__color-simulator-btn-item.is_active {
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

.top__color-simulator-color .top__color-simulator-btn-item {
  font-size: 3.2vw;
  padding: 0.7vw 4.5333333333vw;
  border-radius: 30px;
}

.top__color-simulator-color .top__color-simulator-btn-item:before {
  width: 4.3466666667vw;
  height: 4.3466666667vw;
  margin-right: 2vw;
  margin-bottom: 0.8vw;
}

.top__color-simulator-size .top__color-simulator-btn-item {
  font-size: 3.2vw;
  padding: 0 3vw;
  border-radius: 40px;
  display: flex;
  align-items: center;
}

.top__color-simulator-size .top__color-simulator-btn-item span {
  font-size: 2.2vw;
  margin-left: 0.75vw;
}

/*///////////////////////////////////////////////////
//
//            ▼ トップ11 ▼
//
///////////////////////////////////////////////////*/
.top__buy {
  padding: 10vw 0 25vw;
  margin-top: 15vw;
}

.top__buy-flex {
  padding: 0;
  background: transparent;
}

.scroll_txt {
  width: fit-content;
  margin: 8vw auto -8vw;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
  font-size: 3.7333333333vw;
  position: relative;
}
.scroll_txt::before {
  right: 110%;
  background: url(../images/common/left.svg) center center/contain no-repeat;
}
.scroll_txt::after {
  left: 110%;
  background: url(../images/common/right.svg) center center/contain no-repeat;
}
.scroll_txt::before, .scroll_txt::after {
  position: absolute;
  top: 58%;
  transform: translate(0, -50%);
  content: "";
  width: 42px;
  height: 12px;
}

.top__buy-list {
  overflow-x: scroll;
}
.top__buy-list img {
  width: 1000px;
  max-width: 1000px;
}

.top__buy-text {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 0 20px;
}

.top__buy-title {
  font-size: 8vw;
  line-height: 1.6;
  margin-bottom: 3vw;
  text-align: center;
  width: 100%;
}

.top__buy-lead {
  font-size: 5.3333333333vw;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 8vw;
}

.top__buy-plane {
  font-size: 3.7333333333vw;
  line-height: 1.88;
  margin-top: 1vw;
  text-align: center;
}

.top__buy-inner .add_txt {
  width: 77.3333333333vw;
  padding: 5vw 0;
  margin: 11vw auto 0;
}
.top__buy-inner .add_txt .p01 {
  font-size: 4.5333333333vw;
  padding-right: 4vw;
}
.top__buy-inner .add_txt .p02_wrap {
  padding-left: 4vw;
  text-align: center;
}
.top__buy-inner .add_txt .p02_wrap .p02 {
  font-size: 8vw;
  margin-bottom: 3vw;
}
.top__buy-inner .add_txt .p02_wrap .small {
  font-size: 2.6666666667vw;
  letter-spacing: 0;
  margin-top: 0.7vw;
  display: block;
}

/*///////////////////////////////////////////////////
//
//            ▼ トップ12 ▼
//
///////////////////////////////////////////////////*/
.cover {
  padding: 25vw 0 32vw;
  margin-bottom: 20vw;
}
.cover .inner__01 {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 0 20px;
}
.cover .inner__01 .logo {
  width: 30vw;
  margin-bottom: 4vw;
}

.cover-title {
  text-align: center;
  font-size: 12vw;
  margin-bottom: 18vw;
  margin-bottom: 15.5vw;
  line-height: 1.4;
  line-height: 1.1;
}

.cover-flex {
  display: block;
  padding: 0;
}
.cover-flex .cover-image {
  width: 100%;
  margin: 0 0 30px;
}

.cover-image_list .slick-dots {
  margin-top: 2vw;
}

.cover-image_list .slick-dots li {
  display: block;
  width: 24%;
  height: auto;
  margin: 0;
}

.cover-image_list .slick-dots li:nth-child(n+5) {
  margin-top: 1vw;
}

.cover-image-dot_name {
  text-align: left;
  margin-bottom: 0.4em;
  font-size: 2.36vw;
  white-space: nowrap;
}

.cover-image-dot_image {
  padding-top: 56%;
  width: 100%;
}

.cover-text {
  width: 100%;
  padding: 0 0 13vw;
  border-bottom: 1px solid #000;
}
.cover-text::before {
  content: none;
}

.cover-name {
  font-size: 4.8vw;
  font-weight: 700;
  padding: 3vw 0;
  margin-bottom: 4vw;
}

.cover__select-block + .cover__select-block {
  margin-top: 30px;
}

.cover__select-title {
  font-size: 2.9333333333vw;
  margin-bottom: 2vw;
}

.cover__select-size_select_box {
  position: relative;
}

.cover__select-size_select {
  font-size: 3.2vw;
  padding: 3.5vw;
  margin-bottom: 5vw;
  background: url(../images/common/select_angle.png) 95% center/12px 7px no-repeat;
}

.cover__select-size_select-number {
  font-size: 2.6666666667vw;
  bottom: 103%;
}

.cover__select-size_detail-part {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
}

.cover__select-size_detail-part.is_active {
  z-index: 2;
  opacity: 1;
}

.cover__select-size_detail-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5vw 0;
  padding: 2.5vw 2vw;
  border-radius: 10px;
  font-size: 2.6666666667vw !important;
  line-height: 1.3;
}

.cover__select-size_detail-item {
  width: 50%;
  box-sizing: border-box;
  margin-left: 0;
  list-style-type: none;
  position: relative;
  padding-left: 3vw;
}
.cover__select-size_detail-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.cover__select-size_detail-item .wrap {
  display: flex;
  gap: 0 5px;
  font-size: 2.6666666667vw !important;
  white-space: nowrap;
}

.cover__select-size_detail-item .wrap .inner:first-of-type {
  white-space: nowrap;
}

.cover__select-color_select_box {
  display: flex;
  align-items: center;
}

.cover__select-color_chart {
  margin-right: 20px;
}

.cover__select-color_chart-list {
  display: flex;
}

.cover__select-color_chart-item {
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  border-radius: 15px;
}

.cover__select-color_chart-item + .cover__select-color_chart-item {
  margin-left: 10px;
}

.cover__select-color_select {
  font-size: 3.2vw;
  padding: 3vw;
  background: url(../images/common/select_angle.png) 92% center/12px 7px no-repeat;
  border: 1px solid #000;
}

.cover__select {
  margin: 0 1.5vw;
}

.cover__price {
  display: flex;
  align-items: flex-end;
  margin: 0 1.5vw;
}

.price_blind {
  position: absolute;
  top: 2.5vw;
  left: 0;
  display: flex;
  align-items: flex-end;
}
.price_blind .price_blind_txt {
  font-size: 6.5333333333vw;
}
.price_blind .price_blind_small {
  font-size: 3.9333333333vw;
}

.cover__price-number {
  font-size: 8.5333333333vw;
}

.cover__price-unit {
  font-size: 2.9333333333vw;
  margin-bottom: 3vw;
  margin-left: 2vw;
}

.cover__note {
  line-height: 1.3;
  margin: 0 1.5vw;
  font-size: 2.6666666667vw;
}

#cover__cart01 {
  margin-top: 9vw;
}

.btn_blind {
  width: 79%;
}
.btn_blind .btn_blind_txt {
  padding: 3.2vw 0;
  font-size: 3.7333333333vw;
}
.btn_blind .btn_blind_txt span {
  font-size: 2.7333333333vw;
}

.cover__cart-btns {
  position: relative;
}

.cover__cart-btns > div {
  width: 79%;
}

.cover__cart-btns a {
  padding: 3.2vw 0;
  font-size: 3.7333333333vw;
}
.cover__cart-btns a .angle {
  width: 10px;
  height: 16px;
  margin-left: 0;
  position: absolute;
  top: 50%;
  right: 18%;
  transform: translate(0, -50%);
}
.cover__cart-btns a .cart {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translate(0, -50%);
  margin-right: 10vw;
  width: 4.5333333333vw;
}

/*///////////////////////////////////////////////////
//
//            ▼ トップ13 ▼
//
///////////////////////////////////////////////////*/
.top13 {
  padding: 10vw 0 7.2vw;
}
.top13::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 7.2vw;
  background: #fff;
}
.top13::after {
  position: absolute;
  bottom: 99%;
  left: 0;
  content: "";
  width: 100%;
  height: calc(20vw + 1.05%);
  background: #ededed;
}
.top13 .top13_inner {
  padding: 0;
}
.top13 .top13_inner .logo {
  width: 30vw;
  margin-bottom: 4vw;
}
.top13 .top13_inner h2 {
  font-size: 12vw;
  margin-top: 0.5vw;
}
.top13 .top13_inner .box {
  display: block;
  margin: 7vw 0 0;
}
.top13 .top13_inner .box .item {
  width: 100%;
  padding-top: 11.2vw;
  background: #fff;
  margin-bottom: 0;
}
.top13 .top13_inner .box .item:first-of-type {
  padding-top: 0;
}
.top13 .top13_inner .box .item .swiper-container {
  position: relative;
  overflow: hidden;
}
.top13 .top13_inner .box .item .swiper-container .swiper-button-prev,
.top13 .top13_inner .box .item .swiper-container .swiper-button-next {
  width: 4vw;
  height: 4vw;
  bottom: 10%;
}
.top13 .top13_inner .box .item .swiper-container .swiper-button-prev {
  background-image: url(../images/common/slider_prev.png);
  left: auto;
  right: 40px;
}
.top13 .top13_inner .box .item .swiper-container .swiper-button-next {
  background-image: url(../images/common/slider_next.png);
  right: 20px;
}
.top13 .top13_inner .box .item .txt {
  padding: 12vw 0 0;
}
.top13 .top13_inner .box .item .txt .flow_txt {
  display: none;
}
.top13 .top13_inner .box .item .txt .cover-text {
  width: 100%;
  padding: 0 20px 8.5333333333vw;
  border-bottom: none;
  padding: 0 20px 0;
}
.top13 .top13_inner .box .item .txt .cover-text.open {
  padding: 0 20px 8.5333333333vw;
}
.top13 .top13_inner .box .item .txt .cover-text.open::after {
  opacity: 1;
}
.top13 .top13_inner .box .item .txt .cover-text::after {
  width: calc(100% - 40px);
  opacity: 0;
  transition: opacity 0.3s;
}
.top13 .top13_inner .box .item .txt .cover-text .cover_text_inner {
  display: none;
}
.top13 .top13_inner .box .item .txt .cover-text .cover_text_inner.open {
  display: block;
}
.top13 .top13_inner .box .item .txt .cover-text .open_btn {
  display: block;
  color: #fff;
  background-color: #000;
  width: 79%;
  padding: 4vw 0;
  font-size: 3.7333333333vw;
  text-align: center;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5vw auto 0;
  border: none;
  position: relative;
}
.top13 .top13_inner .box .item .txt .cover-text .open_btn.open::before {
  transform: translate(0, -50%) rotate(180deg);
}
.top13 .top13_inner .box .item .txt .cover-text .open_btn::before {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(0, -50%);
  content: "";
  background: url(../images/common/down_angle.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  transition: transform 0.3s;
}
.top13 .top13_inner .box .item .txt .cover-text .cover-name {
  font-size: 4.8vw;
  padding: 3vw 0;
}
.top13 .top13_inner .box .item .txt .cover-text .disc {
  font-size: 3.7333333333vw;
  line-height: 1.78;
  padding: 0 4vw;
}
.top13 .top13_inner .box .item .txt .cover-text table {
  width: calc(100% - 8vw);
  margin: 3vw auto 5vw;
}
.top13 .top13_inner .box .item .txt .cover-text table tr th,
.top13 .top13_inner .box .item .txt .cover-text table tr td {
  font-size: 2.9333333333vw;
  padding: 3vw 0;
}
.top13 .top13_inner .box .item .txt .cover-text table tr th.pl01,
.top13 .top13_inner .box .item .txt .cover-text table tr td.pl01 {
  padding-left: 5vw;
}
.top13 .top13_inner .box .item .txt .cover-text table tr th.center,
.top13 .top13_inner .box .item .txt .cover-text table tr td.center {
  text-align: center;
}
.top13 .top13_inner .box .item .txt .cover-text table tr .small01,
.top13 .top13_inner .box .item .txt .cover-text table tr .small02 {
  display: block;
  width: fit-content;
  margin-bottom: 1vw;
}
.top13 .top13_inner .box .item .txt .cover-text table tr .small01 {
  font-size: 2.2333333333vw;
}
.top13 .top13_inner .box .item .txt .cover-text table tr .small02 {
  font-size: 2.2333333333vw;
}
.top13 .top13_inner .box .item .txt .cover-text .cover__cart-btns {
  height: 13.8666666667vw !important;
}
.top13 .top13_inner .box .item .txt .cover-text .cover__select-title {
  font-size: 3.0666666667vw;
  margin-bottom: 1vw;
}
.top13 .top13_inner .box .item .txt .cover-text .cover__select-size_select {
  font-size: 3.2vw;
}
.top13 .top13_inner .box .item .txt .cover-text .cover__select-size_detail-part {
  width: 100%;
}
.top13 .top13_inner .box .item .txt .cover-text #cover__cart02,
.top13 .top13_inner .box .item .txt .cover-text #cover__cart03,
.top13 .top13_inner .box .item .txt .cover-text #cover__cart04,
.top13 .top13_inner .box .item .txt .cover-text #cover__cart05,
.top13 .top13_inner .box .item .txt .cover-text #cover__cart06 {
  margin-top: 2vw;
}
.top13 .top13_inner .box .item .txt .cover-text .cover__cart-btns > div {
  width: 79%;
}

/*///////////////////////////////////////////////////
//
//            ▼ トップ14 ▼
//
///////////////////////////////////////////////////*/
.top14 {
  padding: 27.2vw 0 29.3333333333vw;
}
.top14 .top14_inner {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 0 20px;
}
.top14 .top14_inner .en {
  font-size: 5.3333333333vw;
  margin-bottom: 6vw;
}
.top14 .top14_inner h2 {
  font-size: 8vw;
  margin-bottom: 7vw;
}
.top14 .top14_inner .p01 {
  font-size: 3.7333333333vw;
  line-height: 1.88;
  letter-spacing: 0.07em;
  margin-top: 2vw;
}
.top14 .top14_inner form {
  margin: 34px 0 0;
}
.top14 .top14_inner form .item {
  margin-bottom: 38px;
}
.top14 .top14_inner form .item .inner {
  letter-spacing: 0.07em;
}
.top14 .top14_inner form .item .inner:first-of-type {
  margin-bottom: 8px;
}
.top14 .top14_inner form .item .inner:first-of-type label {
  font-size: 5.3333333333vw;
}
.top14 .top14_inner form .item .inner:last-of-type input[type=text],
.top14 .top14_inner form .item .inner:last-of-type input[type=email],
.top14 .top14_inner form .item .inner:last-of-type input[type=tel],
.top14 .top14_inner form .item .inner:last-of-type textarea {
  padding: 16.5px;
  font-size: 16px;
}
.top14 .top14_inner form .item.radio_item input {
  display: none;
}
.top14 .top14_inner form .item.radio_item .label {
  font-size: 4.8vw;
  padding-left: 45px;
  margin-right: 20px;
  display: block;
}
.top14 .top14_inner form .item.radio_item .label::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  left: 0;
  opacity: 0;
  left: 10px;
  position: absolute;
  background: #808080;
  border-radius: 50%;
}
.top14 .top14_inner form .acceptance .inner {
  text-align: center;
}
.top14 .top14_inner form .acceptance .inner input {
  display: none;
}
.top14 .top14_inner form .acceptance .inner label {
  padding-left: 45px;
  font-size: 16px;
}
.top14 .top14_inner form .acceptance .inner label::before, .top14 .top14_inner form .acceptance .inner label::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.top14 .top14_inner form .acceptance .inner label::before {
  background-color: #fff;
  border: 1px solid #cdd6dd;
  width: 30px;
  height: 30px;
  left: 5px;
}
.top14 .top14_inner form .acceptance .inner label::after {
  border-right: 4px solid #000;
  border-bottom: 4px solid #000;
  content: "";
  display: block;
  height: 18px;
  left: 16px;
  margin-top: -13px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 11px;
}
.top14 .top14_inner form .submit {
  text-align: center;
  margin: 50px 0 0;
}
.top14 .top14_inner form .submit button {
  font-size: 14px;
  width: 265px;
  padding: 17px 0;
  border-radius: 5px;
}
.top14 .top14_inner form .submit button:hover {
  opacity: 1;
}

/*///////////////////////////////////////////////////
//
//            ▼ 確認画面 ▼
//
///////////////////////////////////////////////////*/
.confirm form {
  margin-top: 50px !important;
}
.confirm .btn_wrap .back,
.confirm .btn_wrap .submit {
  width: 40%;
}
.confirm .btn_wrap .back button,
.confirm .btn_wrap .submit button {
  font-size: 14px;
  padding: 17px 0;
  border-radius: 5px;
}
.confirm .btn_wrap .back button:hover,
.confirm .btn_wrap .submit button:hover {
  opacity: 1;
}

/*///////////////////////////////////////////////////
//
//            ▼ サンクス ▼
//
///////////////////////////////////////////////////*/
.thanks {
  height: 100vh;
}
.thanks .en {
  font-size: 5.3333333333vw;
  margin-bottom: 3vw;
}
.thanks h2 {
  font-size: 8vw;
  line-height: 1.2;
}
.thanks p {
  font-size: 3.7333333333vw;
  margin-top: 5vw;
}
.thanks .link_btn {
  margin-top: 6vw;
}
.thanks .link_btn a {
  font-size: 14px;
  width: 265px;
  padding: 17px 0;
  border-radius: 5px;
}
.thanks .link_btn a:hover {
  opacity: 1;
}

/*///////////////////////////////////////////////////
//
//            ▼ 下層共通 ▼
//
///////////////////////////////////////////////////*/
@media screen and (orientation: portrait) {
  /* 縦向き */
}
@media screen and (orientation: landscape) {
  /* 横向き */
}

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