body {
	background: #fff;
	color: #000;
	font-family: YuMincho,"Hiragino Mincho ProN",serif;
	font-weight: 500;
}
.shippori{
	font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
}
.u-desktop {
	display: none;
}

html {
	font-size: 16px;
}

*:where(:not(html):not(iframe):not(canvas):not(img):not(svg):not(video):not(audio):not(svg *):not(symbol *)) {
	all: unset;
	display: revert;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	scroll-behavior: smooth;
}

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

a,
button {
	cursor: revert;
}

ol,
ul,
menu,
summary {
	list-style: none;
}

img {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: 100%;
}

table {
	border-collapse: collapse;
}

input,
textarea {
	-webkit-user-select: auto;
}

textarea {
	white-space: revert;
}

meter {
	-webkit-appearance: revert;
	-moz-appearance: revert;
	appearance: revert;
}

:where(pre) {
	all: revert;
	box-sizing: border-box;
}

::-moz-placeholder {
	color: inherit;
}

::placeholder {
	color: inherit;
}

:where([hidden]) {
	display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
	-moz-user-modify: read-write;
	-webkit-user-modify: read-write;
	word-wrap: break-word;
	-webkit-line-break: after-white-space;
	-webkit-user-select: auto;
}

:where([draggable=true]) {
	-webkit-user-drag: element;
}

:where(dialog:modal) {
	all: revert;
	box-sizing: border-box;
}

::-webkit-details-marker {
	display: none;
}

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
}



.l-company {
	margin-top: 11.25rem;
}

.l-concept {
	margin-top: 2.3125rem;
}

.l-features {
	margin-top: 6.375rem;
}

.l-footer {
	padding-top: 5.9375rem;
}

.l-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 8000;
}

.l-history {
	margin-top: 2.875rem;
}

.l-img-area {
	margin-top: 5rem;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.l-inner--wide {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.l-locations {
	padding-top: 6.0625rem;
}

.l-mamegasi {
	margin-top: 4.1875rem;
}

.l-news {
	margin-top: 6.375rem;
}

.l-product {
	margin-top: 1.25rem;
}

.l-world {
	margin-top: 3.375rem;
	margin-bottom: 7.375rem;
}

.border-vertical {
	overflow: hidden;
	padding-bottom: 0.3125rem;
	padding-top: 0.3125rem;
}

.border-vertical span {
	animation: scrollDown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
	background: #4da0b0;
	display: block;
	height: 4rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	translate: 0 -100%;
	width: 0.125rem;
}

.border-vertical span::before,
.border-vertical span::after {
	background: #4da0b0;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.25rem;
	left: 50%;
	position: absolute;
	width: 0.25rem;
}

.border-vertical span::before {
	top: 0;
	translate: -50% -50%;
}

.border-vertical span::after {
	bottom: 0;
	translate: -50% 50%;
}

.fade-in {
opacity: 0;
	translate: 0 100px;
}

.fade-in.is-show {
	animation: fade-in 3.5s forwards;
}


.bg-img span {
	bottom: -10vw;
	display: block;
	left: calc(50% - min(50vw - 20px, 40vw));
	position: absolute;
	translate: 0 50%;
	width: 22.8571428571vw;
}

.company {
	position: relative;
}

.company > span {
	display: block;
	position: absolute;
	right: calc(50% - min(50vw - 20px, 42.5714285714vw));
	top: -7.5625rem;
	width: 48.8571428571vw;
}

.company__heading {
	font-size: 7.1428571429vw;
	letter-spacing: 0.15em;
	line-height: 1.52;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}
.company__heading img{
	width: 11rem;
	margin: auto;
}
.company__items {
	margin-top: 2.5rem;
}

.company__item + .company__item {
	margin-top: 2.25rem;
}

.company__term {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
}

.company__description {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.8;
	margin-top: 0.4375rem;
}

.company + .border-vertical {
	margin-top: 3.5rem;
}

.concept {
	overflow: hidden;
	margin-bottom: 4.375rem;
}

.concept__bg-wrap {
	position: relative;
}

.concept__bg-wrap::before {
	background-image: url(../images/bg/concept-sp.webp);
	background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 5.3125rem;
    translate: -50% 0;
    width: 100vw;
    z-index: -1;
}

.concept__heading {
	width: 53.4285714286vw;
}

.concept__lead {
	font-size: 1.9375rem;
	font-weight: 500;
	line-height: 1.3;
	margin-top: 1.875rem;
}

.concept__text-wrap:nth-of-type(1) {
	margin-top: 1.4375rem;
}

.concept__text {
	font-size: 1rem;
	line-height: 1.6;
}

.concept__text + .concept__text {
	margin-top: 1.75rem;
}

.concept__video {
	aspect-ratio: 276/177;
	margin-top: 2.8125rem;
	width: 100%;
}

.concept__video video {
	display: block;
	height: 100%;
	width: 100%;
}

.concept__video + .concept__text-wrap {
	margin-top: 2.625rem;
}

.concept__img-wrap {
	margin: 3.25rem 0 0;
}

.concept__img {
	width: 100%;
}

.concept__senses {
	margin-top: 7.5rem;
}



.features__number {
	display: inline-block;
	margin-top: 0.375rem;
	position: relative;
	width: 20.8571428571vw;
}

.features__number span {
	display: block;
	left: calc(50% + 8.2857142857vw);
	position: absolute;
	top: 10.857143vw;
	width: 23.1428571429vw;
}

.features__heading {
	margin-top: 3.875rem;
	width: 75.4285714286vw;
}


@media screen and (max-width:767px) {
.features__head {
 	position: relative;
}
.features__img {
	position: absolute;
	right: -1.25rem;
	top: 0;
	width: 42vw;
	z-index: -1;
}

.features__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
}


.features__items {
	margin-top: 3.1875rem;
}

.features__item {
	position: relative;
}

.features__item + .features__item {
	margin-top: 4.3125rem;
}

.features__item-wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.features__item-border {
	background: #4da0b0;
	flex-grow: 1;
	height: 0.0625rem;
	position: relative;
}

.features__item-border::before,
.features__item-border::after {
	background: #4da0b0;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.25rem;
	position: absolute;
	top: 50%;
	width: 0.25rem;
}

.features__item-border::before {
	left: 0;
	translate: -50% -50%;
}

.features__item-border::after {
	right: 0;
	translate: 50% -50%;
}

.features__item-number {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	margin-left: 1.375rem;
	margin-top: 0.125rem;
}

.features__item-title {
	font-size: 1.75rem;
	line-height: 1.3;
	margin-top: -0.3125rem;
	font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
}

.features__item-title span {
	display: inline-block;
}

.features__item-text {
	font-size: 1rem;
	margin-top: 0.4375rem;
}

.features + .border-vertical {
	margin-top: 8.4375rem;
	margin-bottom: 3rem;
}

.features__item:nth-of-type(3) > span {
	bottom: -33.285714vw;
	display: block;
	position: absolute;
	right: calc(50% - min(50vw - 20px, 42.2857142857vw));
	width: 48.8571428571vw;
}

.footer {
	overflow: hidden;
	position: relative;
}

.footer__inner.l-inner {
	max-width: 100%;
}

.footer__contents {
	background-image: url(../images/bg/footer.webp);
	background-position: center bottom;
	background-size: cover;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 6.6875rem calc(50vw - 50%) 2.25rem;
	position: relative;
}

.footer__contents::before {
	background: #fff;
	content: "";
	display: block;
	height: 0.3125rem;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	translate: 0 -50%;
}

.footer__img {
	margin-left: auto;
	margin-right: auto;
	width: min(100%, 49.75rem);
}

.footer__logo {
	margin: 3.75rem auto 0;
	position: relative;
	width: min(100%, 17.4375rem);
}

.footer__copyright {
	background: #fff;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 0.75rem calc(50vw - 50%);
}
.footer__copyright .note{
	font-size: 0.9em;
	text-align: center;
	margin-top: 10px;
}

.footer__copyright small {
	display: block;
	font-size: 0.625rem;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
}

.footer__contents > span {
	display: none;
}

.footer__contents > span:nth-of-type(1) {
	left: calc(50% - min(50vw - 25px, 38.5rem));
	top: 42.25rem;
	width: 22.75rem;
}

.footer__contents > span:nth-of-type(2) {
	right: calc(50% - min(50vw - 25px, 40.75rem));
	top: 44rem;
	width: 13.4375rem;
}

.footer__contents > span:nth-of-type(3) {
	right: calc(50% - min(50vw - 25px, 40.75rem));
	top: 44rem;
	width: 13.4375rem;
}

.footer__logo > span {
	display: block;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: -5.9375rem;
	transition: opacity 2s 0.5s, translate 2s 0.5s;
	translate: -50% 100%;
	width: 4.125rem;
}

.footer__logo > span.is-show {
	opacity: 1;
	translate: -50% 0;
}

.footer > span {
	display: block;
	opacity: 0;
	position: absolute;
	right: calc(50% - min(50vw - 20px, 42.5714285714vw));
	top: 2.6875rem;
	transition: opacity 2s 0.5s, translate 2s 0.5s;
	width: 48.8571428571vw;
	z-index: 1;
}

.fv {
	max-height: 100vh;
}

.fv__inner.l-inner {
	max-width: 1250px;
	position: relative;
}

.fv__video {
	aspect-ratio: 350/298;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-height: 50vh;
	position: relative;
	width: 100vw;
}

.fv__video video {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.fv__video-text {
	font-size: 0.625rem;
	font-weight: 700;
	left: 1.375rem;
	line-height: 1;
	position: absolute;
	top: 1.5625rem;
	writing-mode: vertical-rl;
}

.fv__image {
	aspect-ratio: 350/320;
	background-image: url(../images/bg/fv.webp);
	background-position: center;
	background-size: cover;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-height: 50vh;
	padding-left: calc(50vw - 50%);
	padding-right: calc(50vw - 50%);
	position: relative;
	width: 100vw;
}

.fv__title {
	animation: fade-title forwards 3s 2.5s;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 79.7142857143vw;
	z-index: 1;
}

.fv__image span {
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
}

.fv__image span:nth-of-type(1) {
	animation: fade-deco forwards 0.8s 0.3s;
	animation: fade-deco forwards 5s 0.3s;
	left: calc(50% - min(50vw - 20px, 42.5714285714vw));
	opacity: 0;
	top: 3.275rem;
	translate: 0 100px;
	width: 4.5rem;
}

.fv__image span:nth-of-type(2) {
	animation: fade-deco forwards 0.8s 0.5s;
	animation: fade-deco forwards 5s 0.5s;
	opacity: 0;
	right: calc(50% - min(50vw - 15px, 45.4285714286vw));
	top: 12.0625rem;
	translate: 0 100px;
	width: 7.75rem;
}

.fv__img-sun {
	animation: fade-sun forwards 2s 1s;
	aspect-ratio: 1;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	translate: -50% 150%;
	width: 35.4285714286vw;
	width: 7.75rem;
}

.header {
	height: 4.875rem;
}

.header__inner.l-inner {
	align-items: center;
	display: flex;
	height: inherit;
	max-width: 1250px;
}

.header__hamburger {
	cursor: pointer;
	height: 1.5625rem;
	margin-left: auto;
	position: relative;
	width: 1.5625rem;
	z-index: 9000;
}

.header__hamburger span {
	background: #000;
	bottom: 0;
	height: 0.125rem;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.header__hamburger span::before,
.header__hamburger span::after {
	background: inherit;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	transition: rotate 0.3s, top 0.3s;
	width: 100%;
}

.header__hamburger span::before {
	top: -0.5rem;
}

.header__hamburger span::after {
	top: 0.5rem;
}

.header__hamburger[aria-expanded=true] span {
	background: transparent;
}

.header__hamburger[aria-expanded=true] span::before,
.header__hamburger[aria-expanded=true] span::after {
	background: #000;
	top: 0;
}

.header__hamburger[aria-expanded=true] span::before {
	rotate: 45deg;
}

.header__hamburger[aria-expanded=true] span::after {
	rotate: -45deg;
}

.header__drawer {
	background: rgba(255, 255, 255, 0.95);
	display: flex;
	height: 100vh;
	overflow: auto;
	position: fixed;
	right: 0;
	top: 0;
	transition: translate 0.3s;
	translate: 100% 0;
	visibility: visible;
	width: 18.75rem;
	z-index: 8000;
}

.header__drawer[aria-hidden=true] {
	translate: 100% 0;
}

.header__drawer[aria-hidden=false] {
	translate: 0 0;
}

.header__drawer-contents {
	overflow: auto;
	padding: 5rem 0 5rem 1.875rem;
}

.header__nav {
	align-items: center;
	display: flex;
	font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
}

.header__nav-items {
	overflow: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.header__nav-item a {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	padding: 0.6575rem 0 0.6575rem 3.125rem;
	position: relative;
	transition: opacity 0.3s;
}

.header__nav-item a span {
	display: inline-block;
}

.header__nav-item a::before {
	background-color: #4da0b0;
	content: "";
	display: block;
	height: 0.1875rem;
	left: 0;
	position: absolute;
	top: 1.625rem;
	width: 1.875rem;
}

.header__drawer-logo {
	margin: 1.25rem 0 0 7.5rem;
	width: min(100%, 11.4375rem);
}

.history__heading {
	font-size: 6.8571428571vw;
	font-weight: 500;
	letter-spacing: 0.4em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}
.history__heading img{
	width: 11rem;
	margin: auto;
}

.history__items {
	margin-top: 2.625rem;
}

.history__item {
	font-size: 0.875rem;
	position: relative;
}

.history__item + .history__item {
	margin-top: 1.5625rem;
}

.history__description {
	margin-top: 0.125rem;
}

.history__item:nth-of-type(1):after,
.history__item:nth-of-type(3):after,
.history__item:nth-of-type(4):after,
.history__item:nth-of-type(6):after {
	aspect-ratio: 600/440;
	background-size: cover;
	content: "";
	display: block;
	margin: 0.625rem auto 2.25rem;
}

.history__item:nth-of-type(1):after {
	background-image: url(../images/pic/history01.webp);
}

.history__item:nth-of-type(3):after {
	aspect-ratio: 600/333.33;
	background-image: url(../images/pic/history02.webp);
}

.history__item:nth-of-type(4):after {
	background-image: url(../images/pic/history03.webp);
}

.history__item:nth-of-type(6):after {
	background-image: url(../images/pic/history04.webp);
}

.img-area__img {
	position: relative;
}

.img-area__logo {
	margin: 3.4375rem auto 0;
	width: 79.7142857143vw;
}

.locations {
	overflow: hidden;
}

.locations__bg-wrap {
	position: relative;
}

.locations__bg-wrap::before {
	background-image: url(../images/bg/locations-sp.webp);
	background-size: 100%;
	background-repeat: 	no-repeat;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 11.25rem;
	translate: -50% 0;
	width: 100vw;
	z-index: -1;
}

.locations__contents {
	background: #fff;
}

.locations__head {
	align-items: start;
	display: flex;
	justify-content: center;
}

.locations__heading {
	position: relative;
	width: 45.7142857143vw;
}

.locations__head > span {
	display: block;
	position: absolute;
	right: calc(50% - min(50vw - 20px, 42.2857142857vw));
	top: -4.0625rem;
	width: 48.8571428571vw;
}

.locations__head-img {
	margin-top: 1.125rem;
	position: relative;
	width: 38.2857142857vw;
	z-index: 1;
}

.locations__items {
	margin: 0.625rem auto 0;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.locations__item + .locations__item {
	margin-top: 3rem;
}

.locations__img {
	aspect-ratio: 322/236.13;
	background: #aaa;
	flex: 0 0 20.125rem;
}

.locations__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.locations__content {
	margin-top: 0.9375rem;
}

.locations__title {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4;
	font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
}

.locations__title span {
	text-transform: uppercase;
}

.locations__text {
	font-size: 0.8125rem;
	line-height: 1.55;
	margin-top: 0.625rem;
}

.locations__text:not(:first-of-type) {
	margin-top: 0;
}

.locations__text span {
	display: inline-block;
}

.locations__web {
	font-size: 0.75rem;
	margin-top: 0.625rem;
	word-break: break-all;
}

.locations__web a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.mamegasi__heading {
	margin-left: auto;
	margin-right: auto;
	width: 73.4285714286vw;
}

.mamegasi__lead {
	font-size: 0.9375rem;
	line-height: 1.74;
	margin-top: 0.6875rem;
}

.mamegasi__contents {
	align-items: start;
	display: flex;
	margin-top: 6.3125rem;
	position: relative;
	max-width: 1066px;
	padding-left: 25px;
	padding-right: 25px;
	margin-left:auto;
	margin-right: auto;
}
.mamegasi__deco{
	position: relative;
}
.mamegasi__deco span {
	background-image: url(../images/deco/mamegasi.webp);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	right: calc(50% - min(50vw - 20px, 42.5714285714vw));
	top: -1.2857142857vw;
	width: 48.8571428571vw;
}

.bg-img.l-bg-img {
	width: 100%;
	padding-top: 53.25%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.bg-img.l-bg-img.productimg{
	background: url('../images/bg/bg-img02-sp.webp') no-repeat;
	background-size: 100%;
}
.mamegasi__text {
	margin: 19.7142857143vw 10.3225806452% 0 auto;
	width: 10.5714285714vw;
	position: absolute;
	right:10px;
	top:12vw;
}

.news__heading {
	font-size: 5.7142857143vw;
	font-weight: 500;
	line-height: 1;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.news__heading::after {
	background: #4da0b0;
	bottom: -0.6875rem;
	content: "";
	display: block;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	translate: -50%;
	width: 6.2857142857vw;
}

.news__items {
	margin-top: 3.6875rem;
}

.news__item {
	border-bottom: 1px solid #666;
	display: flex;
	gap: 1.6875rem;
	padding-bottom: 0.125rem;
}

.news__item + .news__item {
	margin-top: 0.3125rem;
}

.news__date {
	/*display: none;*/
        font-size: 1rem;
        letter-spacing: 0.015em;
}

.news__title {
	font-size: 1rem;
	letter-spacing: 0.015em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news + .border-vertical {
	margin-top: 3.75rem;
}

.product {
	overflow: hidden;
	padding-bottom: 3.75rem;
}

.product__heading {
	font-size: 7.1428571429vw;
	font-weight: 500;
	letter-spacing: 0.18em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.product__swiper-wrap {
	margin: 2.0625rem calc(50% - 50vw) 0 0;
	position: relative;
}

.product__item {
	display: flex;
	flex-direction: column;
	height: auto;
	margin-right: 1.25rem;
	width: min(100%, 16.875rem);
}
.product__img{
	width:100%;
	margin:auto;
}
/*
.product__head {
	aspect-ratio: 1;
	overflow: hidden;
	position: relative;
}
*/

/*
.product__head::before {
	background-image: url(../images/deco/product-head.webp);
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 120%;
}
*/

/*
.product__img {
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: min(100%, 9rem);
}
*/

.product__title {
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.3;
	color: #251e1c;
	margin-bottom: 0.85rem;
	font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
 }

.product__content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	margin: 1.375rem auto 0;
	padding-left: 1.1875rem;
	padding-right: 1.1875rem;
}

.product__description {
	font-size: 1rem;
}

.product__text-wrap {
	border-bottom: 1px solid #000;
	flex-grow: 1;
	margin-top: 0.625rem;
	padding-bottom: 1rem;
	position: relative;
}

.product__text-wrap::before {
	background-image: url(../images/svg/product-text-deco.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 2.8125rem;
	position: absolute;
	right: 0.3125rem;
	top: 0.8125rem;
	width: 5rem;
}

.product__text {
	display: inline-flex;
	flex-direction: column;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
}

/*
.product__item:nth-of-type(1) .product__head {
	background: #b5baab;
}

.product__item:nth-of-type(2) .product__head {
	background: #cfc5cd;
}

.product__item:nth-of-type(3) .product__head {
	background: #c5b8a2;
}

.product__item:nth-of-type(4) .product__head {
	background: #e7deb0;
}

.product__item:nth-of-type(5) .product__head {
	background: #d6d9b6;
}
*/

.product + .border-vertical {
	margin-top: 1.125rem;
}

.product__swiper-wrap .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -2.625rem;
}

.product__swiper-wrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin-left: 0.4375rem;
	margin-right: 0.4375rem;
}

.product__swiper-wrap .swiper-pagination-bullet {
	background: #bdd8d4;
	height: 0.3125rem;
	opacity: 1;
	width: 0.3125rem;
}

.product__swiper-wrap .swiper-pagination-bullet-active {
	background: #4da0b0;
}

.product__swiper-wrap .swiper-button-next,
.swiper-button-prev {
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -3rem;
	height: 1.875rem;
	top: auto;
	width: 1.875rem;
}

.product__swiper-wrap .swiper-button-next {
	background-image: url(../images/common/next.webp);
	left: auto;
	right: calc(50% - 7.5rem);
}

.product__swiper-wrap .swiper-button-prev {
	background-image: url(../images/common/prev.webp);
	left: auto;
	left: calc(50% - 7.5rem);
}

.product__swiper-wrap .swiper-button-prev::after,
.product__swiper-wrap .swiper-button-next::after {
	content: "";
}

.senses__bg-wrap {
	position: relative;
}

.senses__bg-wrap::before {
	background-image: url(../images/bg/senses-sp.webp);
	background-size: 100%;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 14.1875rem;
	translate: -50% 0;
	width: 100vw;
	z-index: -1;
}

.senses__contents {
	background: #fff;
	padding-left: 1.8125rem;
	padding-right: 1.8125rem;
}

.senses__heading-wrap {
	align-items: start;
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: min(100%, 50.125rem);
}

.senses__heading {
	flex: 0 0 40.2857142857vw;
	margin-top: 3rem;
}

.senses__heading-deco {
	flex: 0 0 22.2857142857vw;
	margin-left: 2.8125rem;
	margin-right: 1.8125rem;
	position: relative;
}

.senses__heading-deco span {
	background-image: url(../images/deco/senses.webp);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	right: calc(50% - min(50vw - 20px, 20vw));
	top: -14.2857142857vw;
	width: 48.8571428571vw;
}

.senses__items {
	margin: 4rem auto 0;
}

.senses__item {
	display: flex;
	position: relative;
}

.senses__item + .senses__item {
	margin-top: 7.9375rem;
}

.senses__item:not(:last-child):before,
.senses__item:not(:last-child)::after {
	content: "";
	display: block;
	position: absolute;
}

.senses__item::before {
	background: #4da0b0;
	bottom: -1.9375rem;
	height: 3.125rem;
	left: 50%;
	transform: translate(-50%, 100%) scaleY(0);
	transform-origin: top;
	transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
	width: 0.0625rem;
}

.senses__item::after {
	background: #4da0b0;
	bottom: -5.0625rem;
	height: 0.375rem;
	left: 50%;
	opacity: 0;
	rotate: -45deg;
	transform-origin: center bottom;
	transition: opacity 0.3s 1s;
	translate: -50% 0;
	width: 0.0625rem;
}

.senses__item.is-show:not(:last-child):before {
	transform: translate(-50%, 100%) scaleY(1);
}

.senses__item.is-show:not(:last-child)::after {
	opacity: 1;
}

.senses__item:nth-of-type(1) .senses__item-title {
	width: min(100%, 8.6875rem);
}

.senses__item:nth-of-type(2) .senses__item-title {
	width: min(100%, 9.125rem);
}

.senses__item:nth-of-type(3) .senses__item-title {
	width: min(100%, 9.8125rem);
}

.senses__item:nth-of-type(4) .senses__item-title {
	width: min(100%, 7.3125rem);
}

.senses__item:nth-of-type(5) .senses__item-title {
	width: min(100%, 6.4375rem);
}

.senses__item-text {
	font-size: 1rem;
	line-height: 1.6;
	margin-top: 1.0625rem;
}

.senses__item-number {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	margin: -2.1875rem 0 0 auto;
}

.senses__item-number span {
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.75em;
	margin-top: 0.625rem;
	writing-mode: vertical-rl;
}

.senses__item:nth-of-type(2) > span {
	background-image: url(../images/deco/senses01.webp);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	left: calc(50% - min(50vw - 20px, 42.8571428571vw));
	position: absolute;
	top: -6.9375rem;
	width: 5.625rem;
}

.senses__item:nth-of-type(3) > span {
	background-image: url(../images/deco/senses02.webp);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	right: calc(50% - min(50vw - 20px, 42.5714285714vw));
	top: -8.375rem;
	width: 4.25rem;
}

.senses__item:nth-of-type(4) > span {
	background-image: url(../images/deco/senses01.webp);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	left: calc(50% - min(50vw - 20px, 42.8571428571vw));
	position: absolute;
	top: -6.875rem;
	width: 5.625rem;
}

.senses__item:nth-of-type(5) > span {
	background-image: url(../images/deco/senses04.webp);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	right: calc(50% - min(50vw - 20px, 42.5714285714vw));
	top: -8.375rem;
	width: 4.25rem;
}

.world__heading {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 78.2857142857vw;
}

.world__heading span {
	display: block;
	position: absolute;
	right: calc(50% - min(50vw - 20px, 41.7142857143vw));
	top: 13.4285714286vw;
	width: 16.2857142857vw;
	z-index: -1;
}

.world__contents {
	margin-top: 3.0625rem;
}

.world__text {
	font-size: 1rem;
	line-height: 2.03;
}

.world__text + .world__text {
	margin-top: 1.875rem;
}

.world__img {
	margin-top: 1.5625rem;
}

.world__img + .world__text-wrap {
	margin-top: 1.1875rem;
}

.world__swiper-wrap {
	position: relative;
}

.world__swiper {
	margin-top: 3.375rem;
}

.world__item {
	display: flex;
	flex-direction: column-reverse;
	height: auto;
	margin-right: min(100%, 1.3125rem);
	width: min(100%, 16.875rem);
}

.world__item-img {
	aspect-ratio: 270/180;
}

.world__item-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.world__item-content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 0.8125rem 1.1875rem 0 1.1875rem;
}

.world__item-title {
	align-items: end;
	display: flex;
	font-size: 1rem;
	letter-spacing: 0.12em;
	line-height: 1;
	font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
}

.world__item-title span {
	font-size: 1.4375rem;
	font-weight: 700;
	margin-right: 1rem;
}

.world__item-text {
	border-bottom: 1px solid #000;
	flex-grow: 1;
	font-size: 1rem;
	line-height: 1.26;
	margin-top: 0.625rem;
	padding-bottom: 1.1875rem;
}

.world__swiper-wrap .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -2.625rem;
}

.world__swiper-wrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin-left: 0.4375rem;
	margin-right: 0.4375rem;
}

.world__swiper-wrap .swiper-pagination-bullet {
	background: #bdd8d4;
	height: 0.3125rem;
	opacity: 1;
	width: 0.3125rem;
}

.world__swiper-wrap .swiper-pagination-bullet-active {
	background: #4da0b0;
}

.world__swiper-wrap .swiper-button-next,
.swiper-button-prev {
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -3rem;
	height: 1.875rem;
	top: auto;
	width: 1.875rem;
}

.world__swiper-wrap .swiper-button-next {
	background-image: url(../images/common/next.webp);
	left: auto;
	right: calc(50% - 7.5rem);
}

.world__swiper-wrap .swiper-button-prev {
	background-image: url(../images/common/prev.webp);
	left: calc(50% - 7.5rem);
}

.world__swiper-wrap .swiper-button-prev::after,
.world__swiper-wrap .swiper-button-next::after {
	content: "";
}

@media (any-hover: hover) {

.header__nav-item a:hover,
.header__drawer-logo a:hover {
	opacity: 0.6;
}

}

@media screen and (min-width: 768px) {
.fv {
	max-height: 100vh;
	overflow: hidden;
}
.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 2vw;
}
.mamegasi__deco{
	padding-bottom: 7rem;
}
.mamegasi__deco span {
    top: -0.285714vw;
    width: 28.857143vw;
}

.l-company {
	margin-top: 17.6875rem;
}

.l-concept {
	margin-top: 7.4375rem;
}

.l-features {
	margin-top: 11.625rem;
	position: relative;
}

.l-footer {
	padding-top: 0;
}

.l-header {
	position: revert;
}

.l-history {
	margin-top: 6.75rem;
}

.l-inner {
	max-width: 850px;
	padding-left: 25px;
	padding-right: 25px;
}
.product__inner.l-inner{
	max-width: 1250px;
}
.l-inner--wide {
	max-width: 1066px;
	padding-left: 25px;
	padding-right: 25px;
}

.l-locations {
	padding-top: 15.3125rem;
}

.l-mamegasi {
	margin-top: 8.4375rem;
}

.l-news {
	margin-top: 5.25rem;
}

.l-product {
	margin-top: 2.8125rem;
}

.l-world {
	margin-top: 11.375rem;
	margin-bottom: 4.375rem;
}
.border-vertical span {
	height: 7.8125rem;
	width: 0.1875rem;
}

.border-vertical span::before,
.border-vertical span::after {
	height: 0.4375rem;
	width: 0.4375rem;
}

.bg-img span {
	left: calc(50% - min(50vw - 25px, 34.0625rem));
	width: 16.625rem;
	bottom:-7rem;
}

.company > span {
	right: calc(50% - min(50vw - 25px, 33.25rem));
	top: -19.0625rem;
	width: 29.375rem;
}

.company__heading {
	font-size: 3.5625rem;
	letter-spacing: 0.2em;
	line-height: 1.6;
}
.company__heading img{
	width: 23rem;
	margin: auto;
}

.company__items {
	margin-top: 4.375rem;
}

.company__item {
	display: flex;
}

.company__item + .company__item {
	margin-top: 2.5rem;
}

.company__term {
	flex: 0 0 auto;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	padding-right: 2em;
	width: min(100%, 20.3125rem);
}

.company__description {
	flex: 1 1 auto;
	font-size: 1.25rem;
	letter-spacing: 0.03em;
}

.company + .border-vertical {
	margin-top: 8.9375rem;
}

.concept__bg-wrap::before {
	background-image: url(../images/bg/concept.webp);
	height: 130.375rem;
	top: 6.25rem;
}

.concept__heading {
	width: min(100%, 27.5625rem);
}

.concept__lead {
	font-size: 3.1375rem;
	line-height: 1.5;
	margin-top: 1.75rem;
}

.concept__text-wrap:nth-of-type(1) {
	margin-top: 2.5rem;
}

.concept__text {
	font-size: 1.25rem;
	line-height: 1.8;
}

.concept__text + .concept__text {
	margin-top: 2.375rem;
}

.concept__video {
	aspect-ratio: 800/513;
	margin-top: 3.3125rem;
}

.concept__video + .concept__text-wrap {
	margin-top: 3.3125rem;
}

.concept__img-wrap {
	margin: 2.6875rem calc(50% - 50vw) 0;
	padding: 5.8125rem calc(50vw - 50%) 3.1875rem;
}

.concept__senses {
	margin-top: 9.8125rem;
}

.features__number {
	margin-top: 0;
	width: min(100%, 10.75rem);
}

.features__number span {
	left: calc(50% + 5.0625rem);
	top: 5.6875rem;
	width: 11.875rem;
}

.features__heading {
	margin-top: 9.5625rem;
	width: min(100%, 38.75rem);
}

.features__img {
	position: absolute;
	width: 48%;
	right: 0;
	top: 0;
	z-index: -1;
	max-width: 880px;
}

.features__items {
	margin-top: 7.4375rem;
}

.features__item + .features__item {
	margin-top: 6.25rem;
}

.features__item-border {
	height: 0.125rem;
}

.features__item-border::before,
.features__item-border::after {
	height: 0.5rem;
	width: 0.5rem;
}

.features__item-number {
	font-size: 3.625rem;
	margin-left: 1.875rem;
	margin-top: -0.75rem;
}

.features__item-title {
	font-size: 2.2375rem;
	margin-top: 1.1875rem;
}

.features__item-text {
	font-size: 1.25rem;
	margin-top: 1.75rem;
}

.features + .border-vertical {
	margin-top: 6.9375rem;
	margin-bottom: 3rem;
}

.features__item:nth-of-type(3) > span {
	bottom: revert;
	right: calc(50% - min(50vw - 25px, 30.25rem));
	top: 12.125rem;
	width: 20.375rem;
	z-index:1
}

.footer__contents {
	padding: 21.25rem calc(50vw - 50%) 6.5rem;
}

.footer__contents::before {
	display: none;
}

.footer__logo {
	margin-top: 10.875rem;
	width: min(100%, 51.4375rem);
}

.footer__copyright {
	padding: 2.6875rem calc(50vw - 50%);
}

.footer__copyright small {
	font-size: 1rem;
	letter-spacing: 0.05em;
}

.footer__contents > span {
	display: block;
	position: absolute;
}

.footer__logo > span {
	top: -16.875rem;
	width: 12.1875rem;
}

.footer > span {
	display: none;
}

.fv {
	max-height: revert;
}

.fv__video {
	aspect-ratio: 1200/405;
	margin-left: 0;
	margin-right: 0;
	max-height: revert;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.fv__video-text {
	font-size: 0.875rem;
	left: 1.625rem;
	letter-spacing: 0.1em;
	top: 1.875rem;
}

.fv__image {
	aspect-ratio: 1200/405;
	margin-left: 0;
	margin-right: 0;
	max-height: revert;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.fv__title {
	bottom: 21.2345679012%;
	translate: -50% 0;
	width: min(42.8571428571vw, 37.5rem);
}

.fv__image span:nth-of-type(1) {
	left: calc(50% - min(50vw - 25px, 38.5rem));
	top: min(2.3571428571vw, 2.0625rem);
	width: min(26vw, 22.75rem);
}

.fv__image span:nth-of-type(2) {
	right: calc(50% - min(50vw - 25px, 38.625rem));
	top: min(4.4285714286vw, 3.875rem);
	width: min(15.3571428571vw, 13.4375rem);
}

.fv__img-sun {
	width: min(16.7857142857vw, 14.6875rem);
}

.header {
	background: #fff;
	height: 6.8125rem;
}

.header__hamburger {
	position: fixed;
	right: 25px;
	height: 2.1875rem;
	margin-top: 0.625rem;
	width: 2.8125rem;
}

.header__hamburger span {
	height: 0.25rem;
}

.header__hamburger span::before {
	top: -0.9375rem;
}

.header__hamburger span::after {
	top: 0.9375rem;
}

.header__drawer {
	width: max(50vw, 31.25rem);
}

.header__drawer-contents {
	padding: 7.5rem 0 7.5rem 4rem;
}

.header__nav-item a {
	font-size: 1.5rem;
}

.header__nav-item a::before {
	top: 1.875rem;
}

.header__drawer-logo {
	margin: 1.875rem 0 0 7.5rem;
	width: min(100%, 14.375rem);
}

.history__heading {
	font-size: 3.625rem;
	letter-spacing: 0.35em;
}
.history__heading img{
	width: 23rem;
	margin: auto;
}

.history__items {
	margin-top: 3.6875rem;
}

.history__item {
	font-size: 1.25rem;
}

.history__item + .history__item {
	margin-top: 1.9375rem;
}

.history__item:nth-of-type(1):after,
.history__item:nth-of-type(3):after,
.history__item:nth-of-type(4):after,
.history__item:nth-of-type(6):after {
	margin: 2.0625rem auto 5.0625rem;
	width: min(100%, 37.5rem);
}

.img-area__img {
	left: calc(50% - min(50vw - 25px, 33rem));
	position: relative;
	width: min(100%, 44.713125rem);
}

.img-area__logo {
	margin: 5.875vw auto 0;
	width: min(100%, 41rem);
}

.locations {
	padding-bottom: 0.5rem;
}

.locations__bg-wrap::before {
	height: 94.724375rem;
	top: 19.4375rem;
	background-image: url(../images/bg/locations.webp);
}

.locations__contents {
	padding: 0 1.25rem 6.4375rem;
}

.locations__head {
	align-items: start;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	width: min(100%, 53.6875rem);
}

.locations__heading {
	flex: 0 1 auto;
	width: 50.3655413271%;
}

.locations__head > span {
	right: calc(50% - min(50vw - 25px, 33.25rem));
	top: -10.4375rem;
	width: 29.375rem;
}

.locations__head-img {
	flex: 0 1 auto;
	margin: 1.75rem 0 0 0;
	width: 42.9138533178%;
}

.locations__items {
	margin: 4.0625rem auto 0;
	padding-left: 0;
	padding-right: 0;
	width: min(100%, 50rem);
}

.locations__item {
	align-items: start;
	display: flex;
}

.locations__item + .locations__item {
	margin-top: 5.5625rem;
}

.locations__content {
	margin-left: 3rem;
	margin-top: 0;
}

.locations__title {
	font-size: 1.5rem;
}

.locations__text {
	font-size: 1.125rem;
	line-height: 1.3;
	margin-top: 1.3125rem;
}

.locations__web {
	font-size: 1rem;
	margin-top: 1.3125rem;
}

.mamegasi__heading {
	width: min(100%, 31.4375rem);
}

.mamegasi__lead {
	font-size: 1.25rem;
	line-height: 1.85;
	margin-top: 2.125rem;
}

.mamegasi__contents {
	margin-top: 9.6875rem;
}

.mamegasi__contents span {
	right: calc(50% - min(50vw - 25px, 26.6875rem));
	top: -7.875rem;
	width: 31.1875rem;
}


.bg-img.l-bg-img {
	width: 100%;
	padding-top: 31.35%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.bg-img.l-bg-img.productimg{
	background: url('../images/bg/bg-img02.webp') no-repeat;
	background-size: 100%;
}
.mamegasi__text {
	position: absolute;
	top:6.7vw;
	right:50%;
	margin-right: -27vw;
	width: min(100%, 5.375rem);
}

.news__heading {
	font-size: 2.75rem;
	letter-spacing:0.18em;
}

.news__heading::after {
	bottom: -1.0625rem;
	width: 1.875rem;
}

.news__items {
	margin-top: 3.875rem;
}

.news__item {
	padding-bottom: 0.25rem;
}

.news__item + .news__item {
	margin-top: 0.9375rem;
}

.news__date {
	font-size: 1.1875rem;
}

.news__title {
	font-size: 1.1875rem;
	padding-left: 0;
	padding-right: 0;
}

.news + .border-vertical {
	margin-top: 6.25rem;
}

.product__heading {
	font-size: 3.625rem;
	margin-top: 1rem;
}

.product__swiper-wrap {
	display: contents;
}

.product__swiper {
	display: contents;
}

.product__items {
	margin-top: 4.375rem;
}

.product__item {
	display: revert;
	margin-right: 0;
	width: revert;
}

.product__item + .product__item {
	margin-top: 5.9375rem;
}

/*
.product__head {
	aspect-ratio: revert;
	height: 23.625rem;
	margin: 0 calc(50% - 50vw);
	padding-top: 7.25rem;
	width: 100vw;
}
*/

/*
.product__head::before {
	content: "";
	display: block;
	height: 23.625rem;
	position: absolute;
	width: 28.429375rem;
}
*/

/*
.product__img {
	aspect-ratio: 201.82/190.65;
	margin: 0 auto 0;
	top: 30%;
	translate: -50% 0;
	width: min(100%, 12.61375rem);
}
*/
.product__img{
	width:100%;
	margin:auto;
}
.product__title {
	font-size: 1.975rem;
	margin-top: 1.8125rem;
	margin-bottom: 1rem;
}

.product__content {
	display: revert;
	margin: 2rem auto 0;
	padding-left: 0;
	padding-right: 0;
	width: min(100%, 37.5rem);
}

.product__description {
	font-size: 1.3125rem;
	line-height: 1.94;
}

.product__text-wrap {
	border-bottom: none;
	margin-top: 1.375rem;
	padding-bottom: 0;
}

.product__text-wrap::before {
	bottom: -1.4375rem;
	height: 3.9375rem;
	top: revert;
	width: 7rem;
}

.product__text {
	display: inline-flex;
	flex-direction: column;
	font-size: 1.125rem;
}

.product + .border-vertical {
	margin-top: 6.1875rem;
}

.product__swiper-wrap .swiper-button-next,
.swiper-button-prev {
	display: none;
}

.senses__bg-wrap::before {
	background-image: url(../images/bg/senses.webp);
	top: 9rem;
}

.senses__contents {
	padding-left: 0;
	padding-right: 0;
}

.senses__heading-wrap {
	justify-content: revert;
}

.senses__heading {
	flex: 0 0 20.875rem;
	margin-top: 7rem;
}

.senses__heading-deco {
	flex: 0 0 11.4375rem;
	margin-left: 12.75rem;
	margin-left: auto;
	margin-right: 5.125rem;
}

.senses__heading-deco span {
	right: calc(50% - min(50vw - 25px, 8.825rem));
	top: -6.3125rem;
	width: 23.125rem;
}

.senses__items {
	margin: 6.4375rem auto 0;
	width: min(100%, 37.125rem);
}

.senses__item + .senses__item {
	margin-top: 13.25rem;
}

.senses__item::before {
	bottom: -3.5625rem;
	height: 6.125rem;
	width: 0.125rem;
}

.senses__item::after {
	bottom: -9.625rem;
	height: 0.8125rem;
	width: 0.125rem;
}

.senses__item:nth-of-type(1) .senses__item-title {
	width: min(100%, 17rem);
}

.senses__item:nth-of-type(2) .senses__item-title {
	width: min(100%, 17.8125rem);
}

.senses__item:nth-of-type(3) .senses__item-title {
	width: min(100%, 19.1875rem);
}

.senses__item:nth-of-type(4) .senses__item-title {
	width: min(100%, 14.3125rem);
}

.senses__item:nth-of-type(5) .senses__item-title {
	width: min(100%, 12.625rem);
}

.senses__item-text {
	font-size: 1.25rem;
	line-height: 1.8;
	margin-top: 1.6875rem;
	max-width: 29.375rem;
}

.senses__item-number {
	font-size: 3.75rem;
	margin: 0 0 0 auto;
}

.senses__item-number span {
	font-size: 1rem;
	margin-top: 1.625rem;
}

.senses__item:nth-of-type(2) > span {
	left: calc(50% - min(50vw - 25px, 28.375rem));
	top: -12.5rem;
	width: 11.0625rem;
}

.senses__item:nth-of-type(3) > span {
	right: calc(50% - min(50vw - 25px, 26.6875rem));
	top: -12.875rem;
	width: 8.3125rem;
}

.senses__item:nth-of-type(4) > span {
	left: calc(50% - min(50vw - 25px, 28.375rem));
	top: -12.875rem;
	width: 11.0625rem;
}

.senses__item:nth-of-type(5) > span {
	right: calc(50% - min(50vw - 25px, 26.6875rem));
	top: -13.875rem;
	width: 8.3125rem;
}

.world__heading {
	width: min(100%, 40.3125rem);
}

.world__heading span {
	right: calc(50% - min(50vw - 25px, 31.5rem));
	top: 2.0675rem;
	width: 8.3125rem;
}

.world__contents {
	margin-top: 5.5rem;
}

.world__text {
	font-size: 1.3125rem;
	line-height: 2.15;
}

.world__text + .world__text {
	margin-top: 2.75rem;
}

.world__img {
	margin-top: 3.6875rem;
}

.world__img + .world__text-wrap {
	margin-top: 4.0625rem;
}

.world__swiper-wrap {
	display: contents;
}

.world__swiper {
	display: contents;
}

.world__items {
	margin-top: 7rem;
}

.world__item {
	flex-direction: row-reverse;
	gap: 2.875rem;
	justify-content: start;
	margin-right: 0;
	width: revert;
}

.world__item + .world__item {
	margin-top: 4.625rem;
}

.world__item-img {
	aspect-ratio: 430/287;
	flex: 0 0 min(100%, 26.875rem);
}

.world__item-content {
	padding: 2rem 0 2.9375rem;
}

.world__item-title {
	font-size: 1.5625rem;
	letter-spacing: 0.12em;
}

.world__item-title span {
	font-size: 2.1875rem;
	margin-right: 1.375rem;
}

.world__item-text {
	font-size: 1.25rem;
	margin-top: 0.9375rem;
	padding-bottom: 0;
}

.world__swiper-wrap .swiper-button-next,
.swiper-button-prev {
	display: none;
}
.fivesenses-underimg{
	aspect-ratio: 800 / 513;
    width: 100%;
}
.section-separate-wrap{
    max-width: 800px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left:auto;
    margin-right: auto;
}
}

@media (min-width: 800px) {

html {
	font-size: 16px;
}

}

@media (max-width: 350px) {

html {
	font-size: 4.5714285714vw;
}

}

@keyframes scrollDown {

0% {
	translate: 0 -100%;
}

70% {
	translate: 0 0;
}

85% {
	translate: 0 0;
}

100% {
	translate: 0 100%;
}

}

@keyframes fade-in {

0% {
	opacity: 0;
	translate: 0 100px;
}

60% {
	opacity: 1;
	translate: 0 0;
}

100% {
	opacity: 1;
	translate: 0 0;
}


}

@keyframes fade-title {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes fade-deco {

0% {
	opacity: 0;
	translate: 0 100px;
}

50% {
	opacity: 1;
	translate: 0 0;
}

100% {
	opacity: 1;
	translate: 0 0;
}
}

@keyframes fade-sun {

from {
	opacity: 0;
	translate: -50% 150%;
}

to {
	opacity: 1;
	translate: -50% -50%;
}

}

.contactlink{
	text-align: center;
	font-size:1.2rem;
}
.contactlink a{
	text-decoration: underline;
}
.header__drawer__mail.contactlink{
	margin-top: 35px;
	padding-bottom: 50px;
}
.footer__copyright__mail.contactlink{
	margin-bottom: 25px;
}

@media screen and (max-width:767px) {
.header__drawer-logo{
	margin-left:auto;
	margin-right: auto;
}
.header__drawer-contents{
	padding-top:3rem;
}
}



.locations__map{
	margin-top: 12px;
	text-decoration: underline;
}

.locations__map::before {
            content: '';
            display: inline-block;
            width: 1.3em;
            height: 1.3em;
            background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"%3E%3C!--!Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--%3E%3Cpath d="M336 192c0-79.5-64.5-144-144-144S48 112.5 48 192c0 16.3 7.7 42 24.7 75.4c16.4 32.2 38.8 66.4 62.1 98.3c20.3 27.9 40.7 53.3 57.2 73.1c16.5-19.8 36.9-45.2 57.2-73.1c23.2-31.9 45.6-66.2 62.1-98.3C328.3 234 336 208.3 336 192zm48 0c0 83.1-105.6 219-160.2 283.6C204.8 498.1 192 512 192 512s-12.8-13.9-31.8-36.4C105.6 411 0 275.1 0 192C0 86 86 0 192 0S384 86 384 192zm-160 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm-112 0a80 80 0 1 1 160 0 80 80 0 1 1 -160 0z"%3E%3C/path%3E%3C/svg%3E');
            background-size: contain;
            background-repeat: no-repeat;
            vertical-align: middle;
        }
/*# sourceMappingURL=style.css.map */
