@charset 'UTF-8';

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400,700&display=swap');

a, address, article, aside, blockquote, body, canvas, dd, details, div, dl, dt, em, figcaption, figure, footer, h1, h2, h3, h4, header, html, iframe, img, li, nav, ol, p, section, small, span, strong, sub, sup, table, td, th, time, tr, ul, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box
}
a:after, a:before, address:after, address:before, article:after, article:before, aside:after, aside:before, blockquote:after, blockquote:before, body:after, body:before, canvas:after, canvas:before, dd:after, dd:before, details:after, details:before, div:after, div:before, dl:after, dl:before, dt:after, dt:before, em:after, em:before, figcaption:after, figcaption:before, figure:after, figure:before, footer:after, footer:before, h1:after, h1:before, h2:after, h2:before, h3:after, h3:before, h4:after, h4:before, header:after, header:before, html:after, html:before, iframe:after, iframe:before, img:after, img:before, li:after, li:before, nav:after, nav:before, ol:after, ol:before, p:after, p:before, section:after, section:before, small:after, small:before, span:after, span:before, strong:after, strong:before, sub:after, sub:before, sup:after, sup:before, table:after, table:before, td:after, td:before, th:after, th:before, time:after, time:before, tr:after, tr:before, ul:after, ul:before, video:after, video:before {
  box-sizing: border-box
}
button {
  padding: 0;
  background: none;
  outline: none;
  border: none;
  cursor: pointer
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
@font-face {
	font-family: Noto Sans JP;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Noto Sans JP B;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: YakuHanJPs;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/YakuHanJPs/YakuHanJPs-Regular.woff2) format("woff2")
}
@font-face {
  font-family: YakuHanJPs;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/YakuHanJPs/YakuHanJPs-Bold.woff2) format("woff2")
}
@font-face {
  font-family: icomoon;
  src: url(../fonts/ico/icomoon.woff) format("woff");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/JosefinSans/JosefinSans-Regular.woff2) format("woff2")
}
@font-face {
  font-family: Josefin Sans B;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/JosefinSans/JosefinSans-Bold.woff2) format("woff2")
}
html {
  font-size: 62.5%
}
body {
  font: 13px/1.231;
  line-height: 1;
  font-family: YakuHanJPs, Noto Sans Jp, 游ゴシック, YuGothic, sans-serif;
  text-align: left;
  color: #292824
}
a {
  color: #13518c;
  word-wrap: break-word
}
img {
  display: block;
  width: 100%;
  height: auto
}
p {
  text-align: justify;
  text-justify: inter-ideograph
}
li, p {
  font-size: 1.6rem;
  line-height: 1.8
}
li del, p del {
  text-decoration: line-through
}
li em, p em {
  display: inline-block
}
li sup, p sup {
  font-size: .7em;
  vertical-align: super
}
li sub, p sub {
  font-size: .7em;
  vertical-align: bottom
}
li small, p small {
  font-size: 85%
}
small {
  line-height: 1.8
}
td, th {
  padding: 10px 20px;
  font-size: 1.4rem
}
td + td, td + th, th + td, th + th {
  border-left: 1px solid #d0d0d0
}
html.en p {
  text-align: left
}
html {
  background: #fff
}
body, html {
  height: 100%
}
body {
  font-feature-settings: "palt";
  letter-spacing: .5px;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
::-moz-selection {
  color: #5f8098;
  background: #8a9176
}
::selection {
  color: #5f8098;
  background: #8a9176
}

.inner01 {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.inner02 {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.spview {
	display: none !important;
}


.header {
  width: 100%;
	position: relative;
}

.headerlogo {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	border-bottom: 1px solid #ccc;
	box-sizing: content-box;
	background: #fff;
	z-index: 10010;
}

.headerlogo img {
	width: 40px;
}

.gnav-menu-btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 51px;
  right: 0;
  position: fixed;
  z-index: 10010;
  background: #fff;
  padding: 10px;
  cursor: pointer
}

.gnav-menu-btn .bar {
  width: 29px;
  height: 1px;
  display: block;
  top: 18px;
  left: 14px;
  position: absolute;
  z-index: 0;
  background: #231815;
  transform-origin: left top
}

.gnav-menu-btn .bar:nth-child(2) {
  top: 25px
}

.gnav-menu-btn .bar:nth-child(3) {
  top: 32px
}

.gnav-menu-btn .bar {
  -webkit-animation: menu-normal2 5.2s 1s cubic-bezier(.83, 0, .17, 1) forwards infinite;
  animation: menu-normal2 5.2s 1s cubic-bezier(.83, 0, .17, 1) forwards infinite

}
.gnav-menu-btn .bar:nth-child(2) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s
}
.gnav-menu-btn .bar:nth-child(3) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s
}
.is-menu-open .gnav-menu-btn .bar {
  -webkit-animation: insert-horizon2-reverse .5s cubic-bezier(.22, 1, .36, 1) forwards;
  animation: insert-horizon2-reverse .5s cubic-bezier(.22, 1, .36, 1) forwards
}
.is-menu-open .gnav-menu-btn .bar:nth-child(2) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}
.is-menu-open .gnav-menu-btn .bar:nth-child(3) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}
.gnav-close-btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 51px;
  right: 0;
  position: fixed;
  z-index: 10010;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease-out
}
.gnav-close-btn .cross {
  width: 30px;
  height: 30px;
  top: 0;
  left: 15px;
  position: absolute;
  z-index: auto;
  margin-top: 10px;
  transform: rotate(-135deg);
  transition: transform .9s cubic-bezier(.25, 1, .5, 1)
}
.gnav-close-btn .bar {
  width: 30px;
  height: 1px;
  top: 50%;
  left: 0;
  position: absolute;
  z-index: auto;
  background: #231815
}
.gnav-close-btn .bar:nth-child(2) {
  transform: rotate(90deg)
}
.gnav-close-btn:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0
}
.gnav-close-btn:hover .inner {
  transform: scale(1.1)
}
.gnav-close-btn:hover .inner:before {
  color: #5b828e
}
.is-menu-open .gnav-close-btn {
  opacity: 1;
  transition-delay: .4s;
  pointer-events: auto
}
.is-menu-open .gnav-close-btn .cross {
  transform: rotate(45deg);
  transition-delay: .3s
}

.header__inner {
  width: 322px;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 1000;
  pointer-events: none
}

.header__inner:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 0;
  opacity: .96;
  transform: translate3d(100%, 0, 0);
  transition: opacity .2s linear, transform .5s cubic-bezier(.25, 1, .5, 1)
}

.header__inner:before {
  top: 0;
  position: absolute;
  background: #fff
}

.is-menu-open .header__inner {
  pointer-events: auto
}

.is-menu-open .header__inner:before {
  transform: none;
  transition: opacity .2s linear, transform .7s cubic-bezier(.25, 1, .5, 1)
}

.is-menu-open .header__parent-ci {
  opacity: 1;
  transition: opacity .3s linear 1.1s
}

.gnav {
  width: 100%
}

.gnav__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 0 0 43px
}
.gnav__btn {
  position: relative;
  padding: 0 0 0 20px;
  opacity: 0;
  transform: translate3d(25px, 0, 0)
}
.gnav__btn a {
  display: block;
  font-family: Josefin Sans, sans-serif;
  color: #292824;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.gnav__btn a:hover {
  color: #5b828e
}
.gnav__btn img {
  display: block
}
.gnav__btn:before {
  content: "";
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
  top: 0;
  left: 0;
  position: absolute;
  z-index: auto;
  font-size: 1rem;
  transform: scale(.9);
  font-weight: 700;
}
.gnav__btn + .gnav__btn {
  margin-top: 22px
}
.is-menu-open .gnav__btn {
  opacity: 1;
  transform: none;
  transition: opacity .3s ease-out, transform .8s cubic-bezier(.25, 1, .5, 1)
}
.is-menu-open .gnav__btn:first-child {
  transition-delay: .33s
}
.is-menu-open .gnav__btn:nth-child(2) {
  transition-delay: .41s
}
.is-menu-open .gnav__btn:nth-child(3) {
  transition-delay: .49s
}
.is-menu-open .gnav__btn:nth-child(4) {
  transition-delay: .57s
}
.is-menu-open .gnav__btn:nth-child(5) {
  transition-delay: .65s
}
.is-menu-open .gnav__btn:nth-child(6) {
  transition-delay: .73s
}
.is-menu-open .gnav__btn:nth-child(7) {
  transition-delay: .81s
}
.is-menu-open .gnav__btn:nth-child(8) {
  transition-delay: .89s
}
.is-menu-open .gnav__btn:nth-child(9) {
  transition-delay: .97s
}
.is-menu-open .gnav__btn:nth-child(10) {
  transition-delay: 1.05s
}
.is-menu-open .gnav__btn:nth-child(11) {
  transition-delay: 1.13s
}

/*--------------------------------------------

mainvisual

--------------------------------------------*/

@keyframes mainvisualanime {
  0% {
		background-size: auto 130%;
  }
  to {
    background-size: auto 110%;
  }
}

@keyframes mainvisualanimesp {
  0% {
		background-size: auto 120%;
  }
  to {
    background-size: auto 100%;
  }
}


header ul.mainvisual {
	width: 100%;
	padding: 50px 50px 0;
	margin: 0 auto;
}

header ul.mainvisual li.visual01 {
	background: url("../img/mainvisual01.jpg") no-repeat;
	background-size: auto 110%;
	background-position: 50% 50%;
	height: calc(100vh - 100px);
	position: relative;
}

header ul.mainvisual li.visual02 {
	background: url("../img/mainvisual02.jpg") no-repeat;
	background-size: auto 110%;
	background-position: 50% 50%;
	height: calc(100vh - 100px);
	/*height: 53.645vw;*/
	position: relative;
}

header ul.mainvisual li.visual03 {
	background: url("../img/mainvisual03.jpg") no-repeat;
	background-size: auto 110%;
	background-position: 50% 50%;
	height: calc(100vh - 100px);
	position: relative;
}

header ul.mainvisual li.visual04 {
	background: url("../img/mainvisual04.jpg") no-repeat;
	background-size: auto 110%;
	background-position: 50% 50%;
	height: calc(100vh - 100px);
	position: relative;
}

header ul.mainvisual li.slick-current {
	animation: mainvisualanime 3s forwards;
	animation-iteration-count: 1;
}

header ul.mainvisual li .tit {
	position: absolute;
	top: 50%;
	margin-top: -160px;
	left: 14.94791vw;
}

/*header ul.mainvisual li.visual02 .tit {
	position: absolute;
	top: 530px;
	right: 420px;
}

header ul.mainvisual li.visual03 .tit {
	position: absolute;
	top: 55px;
	left: 290px;
}

header ul.mainvisual li.visual04 .tit {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	text-align: center;
}*/

header ul.mainvisual li.visual01 img,
header ul.mainvisual li.visual02 img,
header ul.mainvisual li.visual03 img,
header ul.mainvisual li.visual04 img {
	width: 313px;
	margin-bottom: 35px;
}

/*header ul.mainvisual li.visual04 img {
	margin: 0 auto 35px;
}*/

header ul.mainvisual p {
	font-size: 2.8rem;
	line-height: 2.07;
	color: #fff;
}

/*header ul.mainvisual li.visual03 p,
header ul.mainvisual li.visual04 p {
	color: #fff;
}

header ul.mainvisual li.visual04 p {
	text-align: center;
}*/

.dotlist {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 20px;
	margin-top: 10px;
}

.dotlist li {
	line-height: 1.0;
}

.dotlist li button {
	overflow: hidden;
	text-indent: -999em;
	width: 50px;
	height: 5px;
	background: #ccc;
}

.dotlist li.slick-active button {
	background: #333333;
}



/*--------------------------------------------

area1

--------------------------------------------*/

#area01 {
	margin-bottom: 0;
	box-sizing: border-box;
	padding: 70px 0 100px;
}

#area01 h2 {
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.85;
}

#area01 h2 span {
	display: inline-block;
 /* transform: translate(20px,20px);*/
}

#area01 .txt01 {
	text-align: center;
	line-height: 2.0;
	margin-bottom: 30px;
}

.experienceArea {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 40px;
}

.experienceArea h3 {
	width: 257px;
	height: 257px;
	position: relative;
}

.experienceArea h3 span {
	width: 257px;
	height: 257px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.0rem;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 0.1em;
	font-family:Josefin Sans,sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
	font-weight: bold;
	padding-top: 5px;
	box-sizing: border-box;
}

.ex01 {
  transform-origin: center center;
  display: block;
  margin: 0 auto;
}

/*.experienceArea h3:hover {
	animation: exAnimation00 0.1s infinite linear alternate;
	animation-iteration-count: 2;
	transform-origin:center;
}*/

.experienceArea h3 img.ex01 {
	animation: exAnimation01 0.5s linear;
	transform: rotate( 0deg );
}

.experienceArea h3 img.ex02 {
	animation: exAnimation02 0.5s linear;
	transform: rotate( 90deg );
}

.experienceArea h3 img.ex03 {
	animation: exAnimation03 0.5s linear;
	transform: rotate( 180deg );
}

.experienceArea h3 img.ex04 {
	animation: exAnimation04 0.5s linear;
	transform: rotate( 270deg );
}

.experience {
	width: 585px;
	height: 106px;
	position: relative;
}

.experienceItem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}

.experienceItem.active {
  opacity: 1;
}

.exInner {
	display: flex;
	align-items: center;
}

.experience01 .exInner {
	gap: 0 70px;
}

.experience02 .exInner {
	gap: 0 30px;
}

.experience03 .exInner {
	gap: 0 35px;
}

.experience04 .exInner {
	gap: 0 25px;
}

.experienceArea .icon {
	order: 1;
}

.experienceArea .text {
	order: 2;
	width: 400px;
}

.experienceArea .text h4 {
	font-size: 3.8rem;
	margin-bottom: 10px;
}

.experience01 .icon {
	width: 80px;
}

.experience02 .icon {
	width: 120px;
}

.experience03 .icon {
	width: 116px;
}

.experience04 .icon {
	width: 124px;
}

.experience02,
.experience03,
.experience04 {
	display: block;
}



@keyframes exAnimation00 {
	0% {transform:translate(0, 0) rotate(-2deg);}
	50% {transform:translate(0, -1px) rotate(0deg);}
	100% {transform:translate(0, 0) rotate(2deg);}
}

@keyframes exAnimation01 {
  from {
    transform: rotate(270deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes exAnimation02 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}

@keyframes exAnimation03 {
  from {
    transform: rotate(90deg);
  }
  to {
    transform: rotate(180deg);
  }
}

@keyframes exAnimation04 {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(270deg);
  }
}

@keyframes exAnimation01b {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}

@keyframes exAnimation02b {
  from {
    transform: rotate(90deg);
  }
  to {
    transform: rotate(180deg);
  }
}

@keyframes exAnimation03b {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(270deg);
  }
}

@keyframes exAnimation04b {
  from {
    transform: rotate(270deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------

area2

--------------------------------------------*/

#area02 {
	background: url("../img/bg01_newcomfort01.jpg") center top no-repeat;
	padding: 50px 0 90px;
	opacity: 0;
	transform: translateY(50px);
	will-change: transform, opacity;
}

#area02 h2 {
	font-size: 6.0rem;
	line-height: 1.42;
	font-family:Josefin Sans B,sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
	margin-bottom: 30px;
	position: relative;
}

#area02 h2 strong {
	display: block;
}

#area02 h2 small {
	font-weight: normal;
	font-size: 2.8rem;
	font-family:Josefin Sans,sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
	display: block;
	margin-bottom: 10px;
}

#area02 .line-wrapper {
	height: 100px;
	margin-bottom: 30px;	
	position: relative;
}

#area02 .line-vertical {
  position: absolute;
  top: 0;
  left: 75px;
  width: 1px;
  height: 0;
  background-color: #000;
  transform: translateX(-50%);
}

/*#area02 h2:after {
	content: '';
	width: 1px;
	height: 100px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 75px;
}*/

#area02 h3 {
	font-size: 3.4rem;
	line-height: 1.47;
	margin-bottom: 25px;
}

#area02 h3 span {
	font-size: 2.0rem;
	display: block;
	margin-bottom: 5px;
}

#area02 p {
	width: 495px;
	line-height: 2.0;
}

#area02 .function-topic__img {
	position: absolute;
	bottom: 0;
	left: 545px;
	width: 620px;
	height: 350px;
	overflow: hidden;
}

#area02 .function-topic__img .video {
	display: block;
  width: 100%;
  height: auto;
}


/*--------------------------------------------

area03

--------------------------------------------*/

.fade-up {
	opacity: 0;
	transform: translateY(30px);
	will-change: transform, opacity;
}

#area03 {
	background: #eeeeee;
	padding: 50px 0;
	margin-bottom: 100px;
	opacity: 0;
	transform: translateY(50px);
	will-change: transform, opacity;
}

#area03 .inner01 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 40px;
}

#area03 .inner01 .left {
	width: 450px;
}

#area03 h2 {
	width: 252px;
	text-align: center;
	margin-bottom: 40px;
}

#area03 h2 span {
	display: block;
	padding-top: 10px;
	font-size: 1.25em;
}

#area03 .txt01 {
	font-size: 2.0rem;
	margin-bottom: 65px;
}

#area03 .txt02 {
	margin: 15px 0 50px;
}

#area03 .right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
}

#area03 .txt03 {
	margin-top: 20px;
	font-size: 1.4rem;
	text-indent: -1em;
	margin-left: 1em;
}

#area03 .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 400px;
	height: 70px;
	border-radius: 35px;
	background: #333333 url("../img/icon05_window.png") 95% center no-repeat;
	color: #fff;
	font-size: 2.4rem;
}


/*--------------------------------------------

area04

--------------------------------------------*/

#area04 {
	background: url("../img/bg02_newcomfort02.jpg") left top no-repeat;
	padding: 50px 0 90px;
	margin-bottom: 100px;
	opacity: 0;
	transform: translateY(50px);
	will-change: transform, opacity;
}

#area04 h2 {
	font-size: 6.0rem;
	line-height: 1.42;
	font-family:Josefin Sans B,sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
	margin-bottom: 10px;
	position: relative;
	margin-left: -1.18em;
}

#area04 h2 strong {
	display: block;
}

#area04 h2 small {
	font-weight: normal;
	font-size: 2.8rem;
	font-family:Josefin Sans,sans-serif;
	display: block;
	margin-bottom: 20px;
}

#area04 .line-wrapper {
	height: 100px;
	margin-bottom: 30px;	
	position: relative;
}

#area04 .line-vertical {
  position: absolute;
  top: 0;
  left: 150px;
  width: 1px;
  height: 0;
  background-color: #000;
  transform: translateX(-50%);
}

/*#area04 h2:after {
	content: '';
	width: 1px;
	height: 100px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 150px;
}*/

#area04 .inner01 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

#area04 .inner01 .right {
	width: 490px;
}

#area04 h3 {
	font-size: 3.4rem;
	line-height: 1.47;
	margin-bottom: 25px;
}

#area04 h3 span {
	font-size: 2.0rem;
	display: block;
	margin-bottom: 5px;
}

#area04 .function-topic__img {
	position: absolute;
	bottom: 0;
	left: -180px;
	width: 620px;
	height: 350px;
	overflow: hidden;
}

#area04 .function-topic__img .video {
	display: block;
  width: 100%;
	aspect-ratio: 16/9;
  height: auto;
}


/*--------------------------------------------

area05

--------------------------------------------*/

#area05 {
	background: url("../img/bg03_newcomfort03.jpg") right bottom no-repeat;
	padding: 75px 0 100px;
	margin-bottom: 100px;
	opacity: 0;
	transform: translateY(50px);
	will-change: transform, opacity;
}

#area05 h2 {
	font-size: 6.0rem;
	line-height: 1.42;
	font-family:Josefin Sans B,sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
	margin-bottom: 10px;
	position: relative;
}

#area05 h2 strong {
	display: block;
}

#area05 h2 small {
	font-family:Josefin Sans,sans-serif;
	font-weight: normal;
	font-size: 2.8rem;
	display: block;
	margin-bottom: 20px;
}

#area05 .line-wrapper {
	height: 100px;
	margin-bottom: 30px;	
	position: relative;
}

#area05 .line-vertical {
  position: absolute;
  top: 0;
  left: 75px;
  width: 1px;
  height: 0;
  background-color: #000;
  transform: translateX(-50%);
}

/*#area05 h2:after {
	content: '';
	width: 1px;
	height: 100px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 75px;
}*/

#area05 h3 {
	font-size: 3.4rem;
	line-height: 1.47;
	margin-bottom: 25px;
}

#area05 h3 span {
	font-size: 2.0rem;
	display: block;
	margin-bottom: 5px;
}

#area05 p {
	width: 490px;
	line-height: 2.0;
}

#area05 .function-topic__img {
	position: absolute;
	bottom: 0;
	left: 545px;
	width: 620px;
	height: 350px;
	overflow: hidden;
}

#area05 .function-topic__img .video {
	display: block;
  width: 100%;
  height: auto;
	aspect-ratio: 16/9;
}

/*--------------------------------------------

area06

--------------------------------------------*/

#area06 {
	background: url("../img/bg04_newcomfort04.jpg") center top no-repeat;
	padding: 125px 0 100px;
	margin-bottom: 100px;
	opacity: 0;
	transform: translateY(50px);
	will-change: transform, opacity;
}

#area06 h2 {
	font-size: 6.0rem;
	line-height: 1.42;
	font-family:Josefin Sans B,sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
	margin-bottom: 10px;
	position: relative;
}

#area06 h2 strong {
	display: block;
}

#area06 h2 strong span {
	font-size: 6.8rem;
}


#area06 h2 small {
	font-family:Josefin Sans,sans-serif;
	font-weight: normal;
	font-size: 2.8rem;
	display: block;
	margin-bottom: 20px;
}

#area06 .line-wrapper {
	height: 100px;
	margin-bottom: 30px;	
	position: relative;
}

#area06 .line-vertical {
  position: absolute;
  top: 0;
  left: 75px;
  width: 1px;
  height: 0;
  background-color: #000;
  transform: translateX(-50%);
}

/*#area06 h2:after {
	content: '';
	width: 1px;
	height: 100px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 75px;
}*/

#area06 .inner01 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

#area06 .inner01 .right {
	width: 490px;
}

#area06 h3 {
	font-size: 3.4rem;
	line-height: 1.47;
	margin-bottom: 25px;
}

#area06 h3 span {
	font-size: 2.0rem;
	display: block;
	margin-bottom: 5px;
}

#area06 .function-topic__img {
	position: absolute;
	bottom: 0;
	left: -180px;
	width: 620px;
	height: 350px;
	overflow: hidden;
}

#area06 .function-topic__img .video {
	display: block;
  width: 100%;
  height: auto;
	aspect-ratio: 16/9;
}

/*--------------------------------------------

area07

--------------------------------------------*/

#area07 {
	background: url("../img/bg05_newcomfort05.jpg") center top no-repeat;
	padding: 75px 0;
	margin-bottom: 100px;
	opacity: 0;
	transform: translateY(50px);
	will-change: transform, opacity;
}

#area07 h2 {
	font-size: 6.0rem;
	line-height: 1.42;
	font-family:Josefin Sans B,sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
	margin-bottom: 10px;
	position: relative;
}

#area07 h2 strong {
	display: block;
}

#area07 h2 small {
	font-family:Josefin Sans,sans-serif;
	font-weight: normal;
	font-size: 2.8rem;
	display: block;
	margin-bottom: 20px;
}

#area07 .line-wrapper {
	height: 100px;
	margin-bottom: 30px;	
	position: relative;
}

#area07 .line-vertical {
  position: absolute;
  top: 0;
  left: 75px;
  width: 1px;
  height: 0;
  background-color: #000;
  transform: translateX(-50%);
}

/*#area07 h2:after {
	content: '';
	width: 1px;
	height: 100px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 75px;
}*/

#area07 h3 {
	font-size: 3.4rem;
	line-height: 1.47;
	margin-bottom: 25px;
}

#area07 h3 span {
	font-size: 2.0rem;
	display: block;
	margin-bottom: 5px;
}

#area07 p {
	width: 490px;
	line-height: 2.0;
}

#area07 .function-topic__img {
	position: absolute;
	bottom: 0;
	left: 545px;
	width: 620px;
	height: 350px;
	overflow: hidden;
}

#area07 .function-topic__img .video {
	display: block;
  width: 100%;
  height: auto;
	aspect-ratio: 16/9;
}

/*--------------------------------------------

area08

--------------------------------------------*/

#area08 {
	background: url("../img/bg06_newcomfort06.jpg") left top no-repeat;
	margin-bottom: 100px;
	opacity: 0;
	transform: translateY(50px);
	will-change: transform, opacity;
}

#area08 h2 {
	font-size: 6.0rem;
	line-height: 1.42;
	font-family:Josefin Sans B,sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
	margin-bottom: 10px;
	position: relative;
}

#area08 h2 strong {
	display: block;
}

#area08 h2 small {
	font-family:Josefin Sans,sans-serif;
	font-weight: normal;
	font-size: 2.8rem;
	display: block;
	margin-bottom: 20px;
}

#area08 .line-wrapper {
	height: 100px;
	margin-bottom: 30px;	
	position: relative;
}

#area08 .line-vertical {
  position: absolute;
  top: 0;
  left: 75px;
  width: 1px;
  height: 0;
  background-color: #000;
  transform: translateX(-50%);
}

/*#area08 h2:after {
	content: '';
	width: 1px;
	height: 100px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 75px;
}*/

#area08 .inner01 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 100px 0 40px;
	margin-bottom: 110px;
}

#area08 .inner01 .right {
	width: 490px;
}

#area08 h3 {
	font-size: 3.4rem;
	line-height: 1.47;
	margin-bottom: 25px;
}

#area08 h3 span {
	font-size: 2.0rem;
	display: block;
	margin-bottom: 5px;
}

#area08 .function-topic__img {
	position: absolute;
	bottom: 0;
	left: -180px;
	width: 620px;
	height: 350px;
	overflow: hidden;
}

#area08 .function-topic__img img {
	display: block;
  width: 100%;
  height: auto;
}

#area08 .box01 {
	width: 900px;
	margin: 0 auto 70px;
	position: relative;
	opacity: 0;
	transform: translateY(50px);
	will-change: transform, opacity;
}

#area08 .box01 h4 {
	font-size: 2.8rem;
	line-height: 1.5;
	position: absolute;
	top: 95px;
	left: 465px;
	white-space: nowrap;
}

#area08 .box01 ul.onetone {
	width: 350px;
}

#area08 .box01 .dotlist2 {
	width: 450px;
	position: absolute;
	bottom: 0;
	right: -7px;
}

#area08 .box01 .dotlist2 .slick-track {
	display: flex;
	justify-content: space-between;
	transform:unset!important;
}

#area08 .box01 .dotlist2 div.slick-slide {
	width: 100px !important;
	float: none !important;
}

#area08 .box01 .dotlist2 div img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	cursor: pointer;
	border: 2px solid #fff;
}

#area08 .box01 .dotlist2 div.slick-slide.slick-current img {
	border: 2px solid #000;
}


#area08 .box02 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 900px;
	margin: 0 auto;
	opacity: 0;
	transform: translateY(50px);
	will-change: transform, opacity;
}

#area08 .box02 dl {
	display: flex;
	flex-direction: column;
	width: 425px;
}

#area08 .box02 dl .img {
	order: 1;
	margin-bottom: 20px;
	position: relative;
}

#area08 .box02 dl dt {
	order: 2;
	font-size: 2.8rem;
	font-family:Josefin Sans,sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
	margin-bottom: 15px;
}

#area08 .box02 dl dt span {
	font-size: 1.6rem;
	font-family: YakuHanJPs, Noto Sans Jp, 游ゴシック, YuGothic, sans-serif;
}

#area08 .box02 dl .text {
	order: 3;
	font-size: 1.8rem;
}

#area08 h3.tit01 {
	width: 385px;
	font-size: 4.8rem;
	text-align: center;
	margin: 100px auto 30px;
	position: relative;
	font-family:Josefin Sans,sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

#area08 h3.tit01.lv01 {
	width: 340px;
}

#area08 h3.tit01:before {
	content: '';
	width: 50px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 45%;
	left: 0;
}

#area08 h3.tit01:after {
	content: '';
	width: 50px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 45%;
	right: 0;
}

#area08 .box03 p {
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 20px;
}

#area08 .box03 .dotlist3 .color01 strong {
	background: url("../img/icon09_color01.png") left center no-repeat;
	padding: 20px 0 20px 35px;
	display: inline-block;
}

#area08 .box03 .dotlist3 .color02 strong {
	background: url("../img/icon10_color02.png") left center no-repeat;
	padding: 20px 0 20px 35px;
	display: inline-block;
}

#area08 .box03 .dotlist3 .color03 strong {
	background: url("../img/icon11_color03.png") left center no-repeat;
	padding: 20px 0 20px 35px;
	display: inline-block;
}

/*#area08 .box03 .dotlist3 .slick-track {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

#area08 .box03 .dotlist3 .slick-slide {
	font-size: 1.6rem;
	float: none !important;
	width: auto!important;
	cursor: pointer;
}*/

#area08 .box03 .dotlist3 {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

#area08 .box03 .dotlist3 {
	font-size: 1.6rem;
	float: none !important;
	width: auto!important;
	cursor: pointer;
}

#area08 .box03 .dotlist3 .color01,
#area08 .box03 .dotlist3 .color02 {
	margin-right: 70px;
}

#area08 .colors {
	position: relative;
	width: 980px;
	height: 585px;
	margin: 0 auto;
}

#area08 .colorsIn01,
#area08 .colorsIn02,
#area08 .colorsIn03 {
	width: 980px;
	height: 585px;
	opacity: 0;
  pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
}

#area08 .colorsIn01.active,
#area08 .colorsIn02.active,
#area08 .colorsIn03.active {
  display: block; /* or grid/inline-flex などレイアウトに応じて */
  opacity: 1;
  pointer-events: auto;
}

#area08 .colorsIn01 img,
#area08 .colorsIn02 img,
#area08 .colorsIn03 img {
	width: auto !important;
	height: 100% !important;
}

#area08 .colorsIn01>.img01 {
	width: auto;
	height: 582px;
	position: absolute;
	top: 0;
	left: 117px;
	transform: scale(1.5);
  opacity: 0;
}

#area08 .colorsIn01>.img02 {
	width: auto;
	height: 278px;
	position: absolute;
	top: 307px;
	left: -54px;
	transform: scale(1.5);
  opacity: 0;
}

#area08 .colorsIn01>.img03 {
	width: auto;
	height: 278px;
	position: absolute;
	top: 10px;
	left: -54px;
	transform: scale(1.5);
  opacity: 0;
}

#area08 .colorsIn01>.img04 {
	width: auto;
	height: 271px;
	position: absolute;
	top: 10px;
	right: 25px;
	transform: scale(1.5);
  opacity: 0;
}

#area08 .colorsIn01>.img05 {
	width: auto;
	height: 271px;
	position: absolute;
	top: 310px;
	right: 134px;
	transform: scale(1.5);
  opacity: 0;
}

#area08 .colorsIn01>.img06 {
	width: auto;
	height: 271px;
	position: absolute;
	top: 310px;
	right: -62px;
	transform: scale(1.5);
  opacity: 0;
}

#area08 .colorsIn02 .img01 {
	width: auto;
	height: 582px;
	position: absolute;
	top: 0;
	left: 117px;
	transform: scale(1.5);
  opacity: 0;
}

#area08 .colorsIn02 .img02 {
	width: auto;
	height: 278px;
	position: absolute;
	top: 10px;
	left: -54px;
	transform: scale(1.5);
  opacity: 0;
}

#area08 .colorsIn02 .img03 {
	width: auto;
	height: 278px;
	position: absolute;
	top: 307px;
	left: -54px;
	transform: scale(1.5);
  opacity: 0;
}

#area08 .colorsIn02 .img04 {
	width: auto;
	height: 246px;
	position: absolute;
	top: 44px;
	right: 145px;
	transform: scale(1.5);
  opacity: 0;
}

#area08 .colorsIn02 .img05 {
	width: auto;
	height: 271px;
	position: absolute;
	top: 310px;
	right: 134px;
	transform: scale(1.5);
  opacity: 0;
}

#area08 .colorsIn02 .img06 {
	width: auto;
	height: 271px;
	position: absolute;
	top: 19px;
	right: -62px;
	transform: scale(1.5);
  opacity: 0;
}

#area08 .colorsIn02 .img07 {
	width: auto;
	height: 271px;
	position: absolute;
	top: 310px;
	right: -62px;
	transform: scale(1.5);
  opacity: 0;
}

#area08 .colorsIn03 .img01 {
	width: auto;
	height: 582px;
	position: absolute;
	top: 0;
	left: 117px;
	transform: scale(1.5);
  opacity: 0;
}

#area08 .colorsIn03 .img02 {
	width: auto;
	height: 278px;
	position: absolute;
	top: 10px;
	left: -54px;
	transform: scale(1.5);
  opacity: 0;
}

#area08 .colorsIn03 .img03 {
	width: auto;
	height: 278px;
	position: absolute;
	top: 307px;
	left: -54px;
	transform: scale(1.5);
  opacity: 0;
}

#area08 .colorsIn03 .img04 {
	width: auto;
	height: 271px;
	position: absolute;
	top: 10px;
	right: 25px;
	transform: scale(1.5);
  opacity: 0;
}

#area08 .colorsIn03 .img05 {
	width: auto;
	height: 271px;
	position: absolute;
	top: 310px;
	right: 134px;
	transform: scale(1.5);
  opacity: 0;
}

#area08 .colorsIn03 .img06 {
	width: auto;
	height: 271px;
	position: absolute;
	top: 310px;
	right: -62px;
	transform: scale(1.5);
  opacity: 0;
}



#area08 .colors2,
#area08 .colors3,
#area08 .colors4 {
	display: none;
}

#area08 .box03,
#area08 .box04 {
	opacity: 0;
	transform: translateY(50px);
	will-change: transform, opacity;
}


#area08 .box04 ul {
	/*display: flex;
	align-items: flex-start;
	justify-content: space-between;*/
	position: relative;
}

#area08 .box04 ul li {
	width: 44.27vw;
	padding: 0 5.21vw;
}

#area08 .box04 .slick-slider div{
transition: none;
}

#area08 .box04 .slick-slide{
-webkit-backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
}

#area08 .box04 ul li img {
	width: 33.85vw;
	height: 26vw;
	cursor: pointer;
}

#area08 .box04 ul dl {
	margin-top: 20px;
}

#area08 .box04 ul dt {
	font-size: 2.8rem;
	margin-bottom: 10px;
}

#area08 .box04 ul dd {
	font-size: 1.8rem;
}

#area08 .box04 .slick-prev {
	width: 10px;
	height: 16px;
	background: url("../img/icon07_arrow01.svg") no-repeat;
	background-size: 10px 16px;
	z-index: 100;
	top: 14vw;
	left: 50%;
	margin: 0 0 0 -19vw;
}

#area08 .box04 .slick-prev:before {
	display: none;
}

#area08 .box04 .slick-next {
	width: 10px;
	height: 16px;
	background: url("../img/icon08_arrow02.svg") no-repeat;
	background-size: 10px 16px;
	z-index: 100;
	top: 14vw;
	left: 50%;
	margin: 0 0 0 18.5vw;
}

#area08 .box04 .slick-next:before {
	display: none;
}

.inline {
	display: none;
}


.pagetop {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 10;
}


footer {
	background: #333333;
	padding: 80px 0 0;
	opacity: 0;
}

footer h2 {
	font-size: 3.9rem;
	font-family:Josefin Sans,sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
	text-align: center;
	color: #fff;
	margin-bottom: 45px;
	letter-spacing: 0.1em;
}

footer ul.list01 {
	padding-bottom: 80px;
	display:flex;
	justify-content: center;
}

footer ul.list01 li {
	text-align: center;
	box-sizing: border-box;
	margin-left: -1px;
	position: relative;
}

footer ul.list01 li a {
	width: 255px;
	height: 260px;
	color: #fff;
	font-size: 2.3rem;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 0 20px;
	padding: 50px 0 30px;
	line-height: 1.4;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	transition : all 0.5s ease 0s;
	box-sizing: border-box;
}

footer ul.list01 li:nth-child(2) a {
	padding-top: 20px;
}

footer ul.list01 li a small {
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
}

footer ul.list01 li a img {
	width: 50px;
}

footer ul.list01 li a:hover {
	/*transform: scale(1.2);*/
	background: #6C6B6B;
}



.copyrightArea {
  padding: 37px 0;
	background: #fff;
	width: 100%;
}

.copyrightArea .inner01 {
	width: 1020px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.footer__ci {
  width: 116px;
  display: inline-block;
  margin: 0 0 20px;
}

.footer__copyright {
  display: block;
  color: #5c5a4f;
  font-family: Josefin Sans,sans-serif;
  line-height: 1;
  letter-spacing: .5px;
  font-size: 1rem;
  text-align: center !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.copyrightArea ul.list02 {
	display: flex;
	align-items: center;
	gap: 0 30px;
}

.copyrightArea ul.list02 a {
	color: #292824;
	padding-right: 2.4rem;
	background: url("../img/icon12_window03.png") right center no-repeat;
	background-size: 1.6rem auto;
}

.copyrightArea ul.list02 a:hover {
	text-decoration: underline;
}


@media (max-width:1024px) {
#area02 .function-topic__img,
#area05 .function-topic__img,
#area07 .function-topic__img {
	width: auto;
}
#area04 .function-topic__img,
#area06 .function-topic__img,
#area08 .function-topic__img {
	left: 0;
	width: 45%;
}
}

@media (min-width:768px) {
}
@media (min-width:768px) and (orientation:portrait) {
}
@media (max-width:767px) {

.inner01 {
	width: 100%;
	padding: 0 9.33vw;
}

.inner02 {
	width: 100%;
	padding: 0 9.33vw;
}

.pcview {
	display: none !important;
}

.spview {
	display: inherit !important;
}


/*--------------------------------------------

mainvisual

--------------------------------------------*/

header ul.mainvisual {
	width: 100vw;
	padding: 0;
}

header ul.mainvisual li.visual01 {
	background: url("../img/sp_mainvisual01.jpg") no-repeat;
	background-size: auto 100%;
	background-position: 50% 50%;
	height: 170vw;
	position: relative;
}

header ul.mainvisual li.visual02 {
	background: url("../img/sp_mainvisual02.jpg") no-repeat;
	background-size: auto 100%;
	background-position: 50% 50%;
	height: 170vw;
	position: relative;
}

header ul.mainvisual li.visual03 {
	background: url("../img/sp_mainvisual03.jpg") no-repeat;
	background-size: auto 100%;
	background-position: 50% 50%;
	height: 170vw;
	position: relative;
}

header ul.mainvisual li.visual04 {
	background: url("../img/sp_mainvisual04.jpg") no-repeat;
	background-size: auto 100%;
	background-position: 50% 50%;
	height: 170vw;
	position: relative;
}

header ul.mainvisual li.slick-current {
	animation: mainvisualanimesp 3s forwards;
	animation-iteration-count: 1;
}

header ul.mainvisual li .tit {
	position: static;
	padding-top: 6.67vw;
	margin: 0;
}

header ul.mainvisual li.visual01 img,
header ul.mainvisual li.visual02 img,
header ul.mainvisual li.visual03 img,
header ul.mainvisual li.visual04 img {
	width: 37.33vw;
	margin: 0 auto 2.67vw;
}

header ul.mainvisual p {
	font-size: 1.8rem;
	line-height: 2.0;
	text-align: center;
}

.dotlist {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 5.33vw;
	margin-top: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.dotlist li button {
	overflow: hidden;
	text-indent: -999em;
	width: 6.67vw;
	height: 1.35vw;
	background: #fff;
}

.dotlist li.slick-active button {
	background: #333333;
}


/*--------------------------------------------

area01

--------------------------------------------*/

#area01 {
	height: auto;
	padding: 0 0 10.67vw;
}

#area01 .inner01 {
	position: static !important; /* 相対配置を避ける */
  overflow: visible !important;
  height: auto !important;
}

#area01 h2 {
	font-size: 2.4rem;
	margin-bottom: 6.67vw;
	line-height: 1.6;
}

#area01 .txt01 {
	font-size: 1.3rem;
	line-height: 1.8;
	margin-bottom: 0;
}

.experienceArea {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	padding-top: 10vw;
}

.experienceArea h3 {
	width: 75vw;
	height: 75vw;
	position: relative;
	/*cursor: pointer;*/
	margin: 0 auto 13.33vw;
}

.experienceArea h3 span {
	width: 75vw;
	height: 75vw;
	font-size: 2.0rem;
	line-height: 2.0;
	letter-spacing: 0.1em;
	padding-top: 1.4vw;
}

.experienceArea h3 img.ex01 {
	display: inline-block;
  transform-origin: center;
	animation: exAnimation01b 0.5s linear;
	transform: rotate( 90deg );
}

.experienceArea h3 img.ex02 {
	animation: exAnimation02b 0.5s linear;
	transform: rotate( 180deg );
}

.experienceArea h3 img.ex03 {
	animation: exAnimation03b 0.5s linear;
	transform: rotate( 270deg );
}

.experienceArea h3 img.ex04 {
	animation: exAnimation04b 0.5s linear;
	transform: rotate( 360deg );
}


.exInner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.experience01 .exInner {
	gap: 0 70px;
}

.experience02 .exInner {
	gap: 0 30px;
}

.experience03 .exInner {
	gap: 0 35px;
}

.experience04 .exInner {
	gap: 0 25px;
}

.experienceArea .icon {
	order: 1;
}

.experienceArea .text {
	order: 2;
	width: 100%;
}

.experienceArea .text h4 {
	font-size: 2.6rem;
	font-weight: 600;
	margin-bottom: 6vw;
	order: 2;
	text-align: center;
}

.experienceArea .text p {
	font-size: 1.3rem;
	text-align: center;
}

.experience {
	width: 100%;
	height: auto;
	position: relative;
}

.experienceItem {
  position: absolute;
  top: 0;
  left: 0;
	opacity: 0;
  width: 100%;
  transition: opacity 0.5s ease;
	display: block;
}
.experienceItem:first-child {
  opacity: 1;
}

.experienceItem.active {
  opacity: 1;
}

.experience01 .icon {
	width: 17.333vw;
	order: 1;
	margin-bottom: 6vw;
}

.experience02 .icon {
	width: 26vw;
	margin-bottom: 6vw;
}

.experience03 .icon {
	width: 25.13vw;
	margin-bottom: 6vw;
}

.experience04 .icon {
	width: 26.867vw;
	margin-bottom: 6vw;
}

.experience02,
.experience03,
.experience04 {
	display: block
}


/*--------------------------------------------

area2

--------------------------------------------*/

#area02 {
	background: url("../img/sp_bg01_newcomfort01.jpg") right top no-repeat;
	background-size: auto 100%;
	padding: 9.33vw 0 8vw;
}

#area02 .inner01 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#area02 h2 {
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.42;
	margin-bottom: 2.67vw;
	position: relative;
	text-align: center;
	order: 2;
}

#area02 h2 span {
	font-size: 1.8rem;
	margin-bottom: 4vw;
}

#area02 .line-wrapper {
	height: 13.33vw;
	margin-bottom: 6vw;	
	position: relative;
	order: 3;
}

#area02 .line-vertical {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 0;
  background-color: #000;
  transform: translateX(-50%);
}

/*#area02 h2:after {
	content: '';
	width: 1px;
	height: 13.33vw;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
}*/

#area02 h3 {
	font-size: 2.4rem;
	line-height: 1.47;
	margin-bottom: 5.33vw;
	order: 4;
	text-align: center;
}

#area02 h3 span {
	font-size: 1.3rem;
	display: block;
	margin-bottom: 1.3vw;
	text-align: center;
}

#area02 p {
	width: 100%;
	line-height: 2.0;
	order: 5;
	font-size: 1.2rem;
}

#area02 .function-topic__img {
	position: static;
	width: 100%;
	height: 46vw;
	order: 1;
	margin-bottom: 10.67vw;
}

#area02 .function-topic__img .video {
	display: block;
  width: 100%;
  height: auto;
}


/*--------------------------------------------

area03

--------------------------------------------*/

#area03 {
	padding: 13.33vw 0 41.33vw;
	margin-bottom: 0;
}

#area03 .inner01 {
	display: block;
	padding: 0 9.33vw;
}

#area03 .inner01 .left {
	width: 100%;
}

#area03 h2 {
	width: 41.33vw;
	margin: 0 auto 5.33vw;
}

#area03 h2 span {
	font-size: 1.3rem;
	display: block;
	padding-top: 1.3vw;
}

#area03 .txt01 {
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 6.67vw;
}

#area03 .txt02 {
	font-size: 1.2rem;
	margin: 6.67vw 0 13.33vw;
}

#area03 .right {
	display: block;
}

#area03 .txt03 {
	margin-top: 5.33vw;
	font-size: 1.2rem;
	text-indent: 0;
	margin-left: 0;
	text-align: center;
}

#area03 .btn {
	position: absolute;
	bottom: -27.33vw;
	left: 0;
	width: 100%;
	padding: 0 9.33vw;
}

#area03 .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 14vw;
	border-radius: 7vw;
	background: #333333 url("../img/icon05_window.png") 95% center no-repeat;
	background-size: 4.8vw auto;
	color: #fff;
	font-size: 1.8rem;
}


/*--------------------------------------------

area04

--------------------------------------------*/

#area04 {
	background: url("../img/sp_bg02_newcomfort02.jpg") left top no-repeat;
	background-size: auto 100%;
	padding: 9.33vw 0;
	margin-bottom: 0;
}

#area04 h2 {
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.42;
	margin-bottom: 2.67vw;
	position: relative;
	text-align: center;
	order: 2;
	margin-left: 0;
}

#area04 h2 span {
	font-size: 1.8rem;
	margin-bottom: 4vw;
}

#area04 .line-wrapper {
	height: 13.33vw;
	margin-bottom: 6vw;	
	position: relative;
	order: 3;
}

#area04 .line-vertical {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 0;
  background-color: #000;
  transform: translateX(-50%);
}

/*#area04 h2:after {
	content: '';
	width: 1px;
	height: 13.33vw;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
}*/

#area04 .inner01 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

#area04 .inner01 .right {
	width: 100%;
}

#area04 h3 {
	font-size: 2.4rem;
	line-height: 1.47;
	margin-bottom: 5.33vw;
	order: 4;
	text-align: center;
}

#area04 h3 span {
	font-size: 1.3rem;
	display: block;
	margin-bottom: 1.3vw;
	text-align: center;
}

#area04 .inner01 p {
	font-size: 1.2rem;
}

#area04 .function-topic__img {
	position: static;
	width: 100%;
	height: 46vw;
	order: 1;
	margin-bottom: 10.67vw;
}

#area04 .function-topic__img .video {
	display: block;
  width: 100%;
  height: auto;
}


/*--------------------------------------------

area05

--------------------------------------------*/

#area05 {
	background: url("../img/sp_bg03_newcomfort03.jpg") right bottom no-repeat;
	background-size: 100% auto;
	padding: 9.33vw 0;
	margin-bottom: 0;
}

#area05 .inner01 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#area05 h2 {
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.42;
	margin-bottom: 2.67vw;
	letter-spacing: -0.03em;
	position: relative;
	text-align: center;
	order: 2;
}

#area05 h2 span {
	font-size: 1.8rem;
	margin-bottom: 4vw;
}

#area05 .line-wrapper {
	height: 13.33vw;
	margin-bottom: 6vw;	
	position: relative;
	order: 3;
}

#area05 .line-vertical {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 0;
  background-color: #000;
  transform: translateX(-50%);
}

/*#area05 h2:after {
	content: '';
	width: 1px;
	height: 13.33vw;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
}*/

#area05 h3 {
	font-size: 2.4rem;
	line-height: 1.47;
	margin-bottom: 5.33vw;
	order: 4;
	text-align: center;
}

#area05 h3 span {
	font-size: 1.3rem;
	display: block;
	margin-bottom: 1.3vw;
	text-align: center;
}

#area05 .inner01 p {
	width: 100%;
	font-size: 1.2rem;
	order: 5;
}

#area05 .function-topic__img {
	position: static;
	width: 100%;
	height: 46vw;
	order: 1;
	margin-bottom: 10.67vw;
}

#area05 .function-topic__img .video {
	display: block;
  width: 100%;
  height: auto;
}


/*--------------------------------------------

area06

--------------------------------------------*/

#area06 {
	background: url("../img/sp_bg04_newcomfort04.jpg") left bottom no-repeat;
	background-size: 100% auto;
	padding: 9.33vw 0;
	margin-bottom: 0;
}

#area06 h2 {
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.42;
	margin-bottom: 2.67vw;
	position: relative;
	text-align: center;
	order: 2;
}

#area06 h2 span {
	font-size: 1.8rem;
	margin-bottom: 4vw;
}

#area06 h2 strong span {
	font-size: 4.5rem;
}

#area06 .line-wrapper {
	height: 13.33vw;
	margin-bottom: 6vw;	
	position: relative;
	order: 3;
}

#area06 .line-vertical {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 0;
  background-color: #000;
  transform: translateX(-50%);
}

#area06 h3 {
	font-size: 2.4rem;
	line-height: 1.47;
	margin-bottom: 5.33vw;
	order: 4;
	text-align: center;
}

#area06 h3 span {
	font-size: 1.3rem;
	display: block;
	margin-bottom: 1.3vw;
	text-align: center;
}

#area06 .inner01 p {
	width: 100%;
	font-size: 1.2rem;
	order: 5;
}

#area06 .inner01 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

#area06 .inner01 .right {
	width: 100%;
}

#area06 .function-topic__img {
	position: static;
	width: 100%;
	height: 46vw;
	order: 1;
	margin-bottom: 10.67vw;
}

#area06 .function-topic__img .video {
	display: block;
  width: 100%;
  height: auto;
}

/*--------------------------------------------

area07

--------------------------------------------*/

#area07 {
	background: url("../img/sp_bg05_newcomfort05.jpg") right bottom no-repeat;
	background-size: 100% auto;
	padding: 9.33vw 0;
	margin-bottom: 0;
}

#area07 .inner01 {
	display: flex;
	flex-direction: column;
	align-items: center;
}


#area07 h2 {
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.42;
	margin-bottom: 6.67vw;
	position: relative;
	text-align: center;
	order: 2;
}

#area07 h2 span {
	font-size: 1.8rem;
	margin-bottom: 4vw;
}

#area07 .line-wrapper {
	height: 13.33vw;
	margin-bottom: 6vw;	
	position: relative;
	order: 3;
}

#area07 .line-vertical {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 0;
  background-color: #000;
  transform: translateX(-50%);
}

#area07 h3 {
	font-size: 2.4rem;
	line-height: 1.47;
	margin-bottom: 5.33vw;
	order: 4;
	text-align: center;
}

#area07 h3 span {
	font-size: 1.3rem;
	display: block;
	margin-bottom: 1.3vw;
	text-align: center;
}

#area07 p {
	width: 100%;
	font-size: 1.2rem;
	order: 5;
	letter-spacing: -0.005em;
}

#area07 .function-topic__img {
	position: static;
	width: 100%;
	height: 46vw;
	order: 1;
	margin-bottom: 10.67vw;
}

#area07 .function-topic__img .video {
	display: block;
  width: 100%;
  height: auto;
}


/*--------------------------------------------

area08

--------------------------------------------*/

#area08 {
	background: url("../img/sp_bg06_newcomfort06.jpg") center top no-repeat;
	background-size: 100% auto;
	margin-bottom: 20vw;
}

#area08 h2 {
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.42;
	margin-bottom: 2.67vw;
	position: relative;
	text-align: center;
	order: 2;
}

#area08 h2 span {
	font-size: 1.8rem;
	margin-bottom: 4vw;
}

#area08 .line-wrapper {
	height: 13.33vw;
	margin-bottom: 6vw;	
	position: relative;
	order: 3;
}

#area08 .line-vertical {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 0;
  background-color: #000;
  transform: translateX(-50%);
}

#area08 h3 {
	font-size: 2.4rem;
	line-height: 1.47;
	margin-bottom: 5.33vw;
	order: 4;
	text-align: center;
}

#area08 h3 span {
	font-size: 1.3rem;
	display: block;
	margin-bottom: 1.3vw;
	text-align: center;
}

#area08 .inner01 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 9.33vw 9.33vw 0;
	margin-bottom: 10.67vw;
}

#area08 .inner01 p {
	font-size: 1.2rem;
}

#area08 .inner01 .right {
	width: 100%;
}

#area08 .function-topic__img {
	position: static;
	width: 100%;
	height: 46vw;
	order: 1;
	margin-bottom: 10.67vw;
}

#area08 .function-topic__img img {
	display: block;
  width: 100%;
  height: auto;
}


#area08 .inner02 {
	background: #fff;
	padding: 13.33vw 0 0;
}

#area08 .box01 {
	width: 100%;
	margin: 0 0 13.33vw;
	padding: 0 9.33vw;
	position: relative;
}

#area08 .box01 h4 {
	font-size: 2.1rem;
	line-height: 1.5;
	position: static;
	text-align: center;
	margin-bottom: 6.67vw;
	white-space: normal;
}

#area08 .box01 ul.onetone {
	width: 100%;
	margin-bottom: 6.67vw;
}

#area08 .box01 .dotlist2 {
	width: 100%;
	position: static;
}

#area08 .box01 .dotlist2 .slick-track {
	display: flex;
	justify-content: space-between;
}

#area08 .box01 .dotlist2 div.slick-slide {
	width: 18.67vw !important;
	float: none !important;
}

#area08 .box01 .dotlist2 div img {
	width: 18.67vw;
	height: 18.67vw;
	object-fit: cover;
	cursor: pointer;
}

#area08 .box02 {
	display: block;
	width: 100%;
	padding: 0 9.33vw;
}

#area08 .box02 dl {
	display: flex !important;
	flex-direction: column;
}

#area08 .box02 dl .img {
	order: 1;
	margin-bottom: 5.33vw;
}

#area08 .box02 dl dt {
	order: 2;
	font-size: 2.3rem;
	margin-bottom: 4vw;
}

#area08 .box02 dl dt span {
	font-size: 1.2rem;
}

#area08 .box02 dl .text {
	order: 3;
	font-size: 1.2rem;
}

#area08 .box02 .box02in {
	margin-bottom: 6.67vw;
}

#area08 .box02 .box02in h4 {
	font-size: 2.3rem;
	margin-bottom: 4vw;
}

#area08 .box02 .box02in h4 span {
	font-size: 1.2rem;
}

#area08 .box02 .box02in p {
	font-size: 1.2rem;
}

#area08 h3.tit01 {
	width: 81.34vw;
	font-size: 4.0rem;
	margin: 13.33vw auto 4vw;
}

#area08 h3.tit01.lv01 {
	width: 81.34vw;
	margin: 23.33vw auto 4vw;
}

#area08 h3.tit01:before {
	content: '';
	width: 10.67vw;
	height: 1px;
	background: #000;
	position: absolute;
	top: 45%;
	left: 0;
}

#area08 h3.tit01:after {
	content: '';
	width: 10.67vw;
	height: 1px;
	background: #000;
	position: absolute;
	top: 45%;
	right: 0;
}

#area08 .box02 dl {
	width: 100%;
	box-sizing: border-box;
}

#area08 .box03 p {
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 9.33vw;
}

#area08 .box03 .dotlist3 {
	margin-bottom: 6.67vw;
	padding: 0 9.33vw;
}



#area08 .box03 .dotlist3 .color01.current,
#area08 .box03 .dotlist3 .color02.current,
#area08 .box03 .dotlist3 .color03.current,
#area08 .box03 .dotlist3 .color01.current:hover,
#area08 .box03 .dotlist3 .color02.current:hover,
#area08 .box03 .dotlist3 .color03.current:hover {
	background: #eee;
	opacity: 1;
}

#area08 .box03 .dotlist3 .color01:hover,
#area08 .box03 .dotlist3 .color02:hover,
#area08 .box03 .dotlist3 .color03:hover {
	opacity: 0.5;
}

#area08 .box03 .dotlist3 .color01:before {
	content: '';
	width: 5.33vw;
	height: 5.33vw;
	background: url("../img/icon09_color01.png") no-repeat;
	background-size: cover;
	margin-bottom: 2vw;
	position: absolute;
	top: 4vw;
	left: 50%;
	margin-left: -2.67vw;
}

#area08 .box03 .dotlist3 .color02:before {
	content: '';
	width: 5.33vw;
	height: 5.33vw;
	background: url("../img/icon10_color02.png") no-repeat;
	background-size: cover;
	margin-bottom: 2vw;
	position: absolute;
	top: 4vw;
	left: 50%;
	margin-left: -2.67vw;
}

#area08 .box03 .dotlist3 .color03:before {
	content: '';
	width: 5.33vw;
	height: 5.33vw;
	background: url("../img/icon11_color03.png") no-repeat;
	background-size: cover;
	margin-bottom: 2vw;
	position: absolute;
	top: 4vw;
	left: 50%;
	margin-left: -2.67vw;
}

#area08 .box03 .dotlist3 .color01 strong {
	background: none;
	padding: 0;
	display: inline-block;
}

#area08 .box03 .dotlist3 .color02 strong {
	background: none;
	padding: 0;
	display: inline-block;
}

#area08 .box03 .dotlist3 .color03 strong {
	background: none;
	display: inline-block;
	padding: 0;
}

#area08 .box03 .dotlist3 {
	display: flex;
	align-items: flex-start;
}

#area08 .box03 .dotlist3>div {
	font-size: 1.3rem;
	float: none!important;
	width: calc(99% / 3)!important;
	height: 26.67vw;
	cursor: pointer;
	margin: 0;
	padding: 0 0 2vw;
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	text-align: center;
	line-height: 1.2;
	letter-spacing: -0.03em;
	position: relative;
}

#area08 .box03 .dotlist3 .color01,
#area08 .box03 .dotlist3 .color02 {
	margin-right: 0;
}

#area08 .box03 .dotlist3 .color01 {
	padding-bottom: 4vw;
}

#area08 .box03 .dotlist3 .color03 {
	padding-bottom: 6vw;
}

#area08 .colors {
	width: 100%;
	height: 67.5vw;
	overflow: hidden;
}

#area08 .colorsIn {
	display: none !important;
}

#area08 .colorsIn.colorsIn01 {
	display: block!important;
}


#area08 .colorsSP {
	position: relative;
	height: 70vw;
	overflow: hidden;
}

#area08 .colors2 {
	display: block;
	margin-bottom: 15vw;
	width: 100%;
}

#area08 .colors3,
#area08 .colors4 {
	display: block;
	margin-bottom: 15vw;
	width: 100%;
}

#area08 .colorsIn01 img,
#area08 .colorsIn02 img,
#area08 .colorsIn03 img {
	width: 100% !important;
	height: 58.667vw !important;
}

#area08 .colors2 .slick-dots,
#area08 .colors3 .slick-dots,
#area08 .colors4 .slick-dots {
	bottom: -9.67vw;
}


#area08 .colors2 .slick-dots li button::before,
#area08 .colors3 .slick-dots li button::before,
#area08 .colors4 .slick-dots li button::before {
	font-size: 15px;
}




#area08 .box04 ul {
	/*display: flex;
	align-items: flex-start;
	justify-content: space-between;*/
	position: relative;
}

#area08 .box04 ul li {
	width: 0;
	padding: 0 9.33vw;
}

#area08 .box04 ul li img {
	width: 100%;
	height: 66.67vw;
	object-fit: cover;
}

#area08 .box04 ul dl {
	margin-top: 4vw;
}

#area08 .box04 ul dt {
	font-size: 2.3rem;
	margin-bottom: 2.67vw;
}

#area08 .box04 ul dd {
	font-size: 1.2rem;
}

#area08 .box02 .slick-prev {
	width: 1.35vw;
	height: 2.13vw;
	background: url("../img/icon07_arrow01.svg") no-repeat;
	background-size: 1.35vw 2.13vw;
	z-index: 100;
	top: 27vw;
	left: -3.13vw;
	margin: 0 0 0 0;
}

#area08 .box04 .slick-prev {
	width: 1.35vw;
	height: 2.13vw;
	background: url("../img/icon07_arrow01.svg") no-repeat;
	background-size: 1.35vw 2.13vw;
	z-index: 100;
	top: 33vw;
	left: 5.13vw;
	margin: 0 0 0 0;
}

#area08 .box02 .slick-prev:before,
#area08 .box04 .slick-prev:before {
	display: none;
}

#area08 .box02 .slick-next {
	width: 1.35vw;
	height: 2.13vw;
	background: url("../img/icon08_arrow02.svg") no-repeat;
	background-size: 1.35vw 2.13vw;
	z-index: 100;
	top: 27vw;
	right: -3.13vw;
	left: inherit; 
	margin: 0;
}

#area08 .box04 .slick-next {
	width: 1.35vw;
	height: 2.13vw;
	background: url("../img/icon08_arrow02.svg") no-repeat;
	background-size: 1.35vw 2.13vw;
	z-index: 100;
	top: 33vw;
	right: 5.13vw;
	left: inherit; 
	margin: 0;
}

#area08 .box02 .slick-next:before,
#area08 .box04 .slick-next:before {
	display: none;
}


/*--------------------------------------------

footer

--------------------------------------------*/

.pagetop {
	width: 10.67vw;
	height: 10.67vw;
	position: fixed;
	right: 4vw;
	bottom: 4vw;
	z-index: 10;
}


footer {
	background: #333333;
	padding: 10.64vw 0 0;
}

footer h2 {
	font-size: 3.2rem;
	margin-bottom: 6.67vw;
}

footer ul.list01 {
	width: 81.33vw;
	margin: 0 auto;
	padding-bottom: 10.64vw;
	display: block;
	border-top: 1px solid #fff;
}

footer ul.list01 li {
	width: 100%;
	border: none;
	text-align: center;
	border-bottom: 1px solid #fff;
	margin-left: 0;
	position: relative;
}

footer ul.list01 li a {
	color: #fff;
	font-size: 1.8rem;
	font-weight: normal;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 0;
	padding: 0 5.33vw;
	width: 100%;
	height: 20vw;
	border: none;
}

footer ul.list01 li a small {
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
}

footer ul.list01 li a img {
	width: 6.67vw;
	position: absolute;
	top: 50%;
	left: 85%;
	margin-top: -3.335vw;
}

footer ul.list01 li:nth-child(2) a {
	padding-top: 0;
}


.copyrightArea {
  padding: 37px 0;
  text-align: center;
	background: #fff;
}

.footer__ci {
  width: 116px;
  display: inline-block;
  margin: 0 0 20px;
}

.footer__copyright {
  display: block;
  color: #5c5a4f;
  font-family: Josefin Sans,sans-serif;
  line-height: 1;
  letter-spacing: .5px;
  font-size: 1rem;
  text-align: center !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.copyrightArea .inner01 {
	width: 100%;
	padding: 0 9.33vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.footer__ci {
  width: 116px;
  display: inline-block;
  margin: 0 0 20px;
}

.footer__copyright {
  display: block;
  color: #5c5a4f;
  font-family: Josefin Sans,sans-serif;
  line-height: 1;
  letter-spacing: .5px;
  font-size: 1rem;
  text-align: center !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footerlogo {
	order: 2;
}

.copyrightArea ul.list02 {
	display: block;
	order: 1;
	border-top: 1px solid #333;
	width: 100%;
	margin-bottom: 8vw;
}

.copyrightArea ul.list02 li {
	border-bottom: 1px solid #333;
	width: 100%;
}

.copyrightArea ul.list02 a {
	display: block;
	width: 100%;
	padding: 2.67vw 0;
	background: url("../img/icon12_window03.png") 97% center no-repeat;
	background-size: 1.2rem auto;
	font-size: 1.2rem;
}

.copyrightArea ul.list02 a:hover {
	text-decoration: underline;
}

}


@-webkit-keyframes menu-normal2 {
  0% {
    transform: scaleX(1) translate(-2px);
    transform-origin: left top
  }
  9% {
    transform: scaleX(0) translate(36px);
    transform-origin: right top
  }
  11% {
    transform: scaleX(0) translate(-2px);
    transform-origin: left top
  }
  13% {
    transform: none
  }
  to {
    transform: none
  }
}

@-webkit-keyframes insert-horizon2-reverse {
  0% {
    transform: none;
    transform-origin: right top
  }
  to {
    transform: scaleX(0);
    transform-origin: right top
  }
}

@keyframes menu-normal2 {
  0% {
    transform: scaleX(1) translate(-2px);
    transform-origin: left top
  }
  9% {
    transform: scaleX(0) translate(36px);
    transform-origin: right top
  }
  11% {
    transform: scaleX(0) translate(-2px);
    transform-origin: left top
  }
  13% {
    transform: none
  }
  to {
    transform: none
  }
}

@keyframes insert-horizon2-reverse {
  0% {
    transform: none;
    transform-origin: right top
  }
  to {
    transform: scaleX(0);
    transform-origin: right top
  }
}

@-webkit-keyframes menu-normal2 {
  0% {
    transform: scaleX(1) translate(-2px);
    transform-origin: left top
  }
  9% {
    transform: scaleX(0) translate(36px);
    transform-origin: right top
  }
  11% {
    transform: scaleX(0) translate(-2px);
    transform-origin: left top
  }
  13% {
    transform: none
  }
  to {
    transform: none
  }
}
@keyframes menu-normal2 {
  0% {
    transform: scaleX(1) translate(-2px);
    transform-origin: left top
  }
  9% {
    transform: scaleX(0) translate(36px);
    transform-origin: right top
  }
  11% {
    transform: scaleX(0) translate(-2px);
    transform-origin: left top
  }
  13% {
    transform: none
  }
  to {
    transform: none
  }
}