@charset "UTF-8";
html {
	font-size: 62.5%;
}

body {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	font-family: YakuHanJPs, "Poppins", "Noto Sans JP", san-serif;
	font-size: inherit;
	font-style: normal;
	line-height: 1;
	margin: 0;
	padding: 0;
}
body * {
	border: none;
	box-sizing: border-box;
	font-size: inherit;
	font-style: normal;
	line-height: 1;
	margin: 0;
	padding: 0;
}

hr {
	display: none;
}

ul li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:has(img) {
	border: none;
}

img {
	height: auto;
	width: 100%;
}

ruby, rt {
	display: inline;
	text-align: inherit;
}

.semiB {
	font-weight: var(--sBold);
}

.open {
	background: url(/cms/corp/service/goomo/common/images/btn_menu_bg.svg) no-repeat 0 100%;
	background-size: contain;
	inset-block-start: 2.6041666667vw;
	inset-inline-end: 1.5625vw;
	-webkit-padding-after: 0.3125vw;
	        padding-block-end: 0.3125vw;
	position: fixed;
	transition: padding 0.2s;
	width: 10.5208333333vw;
	z-index: 9000;
}
.open:hover {
	padding-block: 0.3125vw 0;
}
.open button {
	background: transparent;
	cursor: pointer;
}

.menu {
	background-color: #fff;
	height: 100%;
	inset-block: 0;
	opacity: 0;
	overflow: auto;
	position: fixed;
	visibility: hidden;
	z-index: 9000;
}
.menu .close {
	aspect-ratio: 101/46;
	background: url(/cms/corp/service/goomo/common/images/btn_close_bg.svg) no-repeat 0 100%;
	background-size: contain;
	inset-block-start: 2.34375vw;
	inset-inline-end: 1.5625vw;
	-webkit-padding-after: 0.3125vw;
	        padding-block-end: 0.3125vw;
	position: fixed;
	transition: padding 0.2s;
	width: 10.5208333333vw;
	z-index: 9001;
}
.menu .close:hover {
	padding-block: 0.3125vw 0;
}
.menu .close button {
	background: transparent;
	cursor: pointer;
}
.menu .frame {
	font-weight: var(--bold);
	margin-inline: auto;
}
.menu .frame .list {
	grid-area: list;
}
.menu .frame .list li {
	-webkit-border-after: 2px solid #000;
	        border-block-end: 2px solid #000;
}
.menu .frame .list li a, .menu .frame .list li .nolink {
	color: inherit;
	display: block;
	font-size: min(2.8985507246vw, 3rem);
	-webkit-padding-after: 5.4166666667%;
	        padding-block-end: 5.4166666667%;
	text-decoration: none;
}
.menu .frame .list li a:not(.nolink), .menu .frame .list li .nolink:not(.nolink) {
	transition: opacity 0.2s;
}
.menu .frame .list li a:not(.nolink):hover, .menu .frame .list li .nolink:not(.nolink):hover {
	opacity: 0.5;
}
.menu .frame .list li .label {
	display: flex;
	flex-direction: column-reverse;
	row-gap: 0.5333333333em;
}
.menu .frame .list li .label .ja {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.menu .frame .list li .label .ja::after {
	aspect-ratio: 1/1;
	background: url(/cms/corp/service/goomo/common/images/ico_arrow.svg) no-repeat 100% 50%;
	background-size: 72.7272727273% auto;
	content: "";
	display: block;
	-webkit-filter: invert(100%);
	        filter: invert(100%);
	width: 0.7333333333em;
}
.menu .frame .list li .label .en {
	display: block;
	font-size: min(2.3188405797vw, 2.4rem);
	font-weight: var(--sBold);
}
.menu .frame .list li a[target=_blank] .label .ja::after {
	background: url(/cms/corp/service/goomo/common/images/ico_blank.svg) no-repeat 50% 50%;
	background-size: contain;
}
.menu .frame .list li .nolink {
	opacity: 0.5;
}
.menu .frame .list li .nolink .ja::after {
	content: none !important;
}
.menu .frame .apps {
	grid-area: apps;
}
.menu .frame .apps dd {
	-webkit-padding-before: 5%;
	        padding-block-start: 5%;
}
.menu .frame .apps ul {
	display: flex;
	justify-content: space-between;
}
.menu .frame .apps ul img {
	height: 3.9583333333vw;
	width: auto;
}
.menu .frame .sns {
	display: flex;
	grid-area: sns;
}
.menu .frame .sns li:not(:first-of-type) {
	-webkit-margin-start: 0.9375vw;
	        margin-inline-start: 0.9375vw;
}
.menu .frame .sns a {
	transition: opacity 0.2s;
}
.menu .frame .sns a:hover {
	opacity: 0.5;
}
.menu .frame .sns img {
	-webkit-filter: invert(100%);
	        filter: invert(100%);
}
.menu .frame .sns img[src*=ico_fb] {
	width: 1.6666666667vw;
}
.menu .frame .sns img[src*=ico_ig] {
	width: 1.4583333333vw;
}
.menu .frame .sns img[src*=ico_x] {
	width: 1.4583333333vw;
}
.menu .frame .sns img[src*=ico_yt] {
	width: 1.9791666667vw;
}

.init {
	z-index: 1;
}
.init::after {
	background-color: rgba(0, 0, 0, 0.6);
	content: "";
	height: 100vh;
	inset: 0;
	opacity: 0;
	position: fixed;
	transition: all 0.5s;
	visibility: hidden;
	width: 100vw;
	z-index: 8999;
}
.init .menu {
	transition: all 0.5s;
}

.lock {
	height: 100vh;
	overflow: hidden;
	width: 100vw;
}
.lock .menu {
	opacity: 1;
	visibility: visible;
}

.header {
	-webkit-padding-before: 8.0208333333vw;
	        padding-block-start: 8.0208333333vw;
	position: relative;
	z-index: 1;
}
.header .trademark {
	inset-block-start: 1.3541666667vw;
	inset-inline-start: 3.59375vw;
	position: absolute;
	width: 12.3958333333vw;
	z-index: 3;
}
.header .title {
	display: flex;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.header .title .label {
	display: flex;
	flex-direction: column-reverse;
}
.header .title .label .ja {
	letter-spacing: 0.04em;
}
.header .title .label .en {
	display: block;
	font-size: min(3.8647342995vw, 4rem);
	font-weight: var(--bold);
}
.header .title::after {
	aspect-ratio: 1/1;
	background-color: var(--c1);
	border-radius: 100%;
	content: "";
	display: block;
	height: 100%;
	inset-block: 0;
	inset-inline-start: -0.625vw;
	position: absolute;
	z-index: -1;
}

.download {
	background-color: var(--c1);
}
.download .content {
	margin-inline: auto;
}
.download .content .head {
	color: #fff;
}
.download .content .head .label {
	display: flex;
	flex-direction: column-reverse;
	font-weight: var(--bold);
	letter-spacing: 0.14em;
	row-gap: 0.7333333333em;
}
.download .content .head .label .en {
	display: block;
	font-size: 4.6875vw;
	font-weight: var(--sBold);
	letter-spacing: normal;
}
.download .content .description .text dt {
	font-size: min(1.9323671498vw, 2rem);
	font-weight: var(--medium);
	letter-spacing: 0.08em;
	line-height: 1.6;
}
.download .content .description .text dd {
	-webkit-padding-before: 3.7572254335%;
	        padding-block-start: 3.7572254335%;
}
.download .content .description .text ul {
	display: flex;
	justify-content: space-between;
}
.download .content .description .text ul img {
	height: 5.7291666667vw;
	width: auto;
}

.footer .index {
	background-color: var(--c2);
	border-start-end-radius: 8.3333333333vw;
	border-start-start-radius: 8.3333333333vw;
	color: #fff;
	display: grid;
	font-weight: var(--bold);
	margin-inline: auto;
}
.footer .index .list {
	display: grid;
	grid-area: list;
	grid-template-columns: repeat(3, 30%);
	justify-content: space-between;
	-webkit-padding-after: 4.5%;
	        padding-block-end: 4.5%;
	width: 100%;
}
.footer .index .list li {
	-webkit-border-after: 2px solid #fff;
	        border-block-end: 2px solid #fff;
}
.footer .index .list li a, .footer .index .list li .nolink {
	color: inherit;
	display: block;
	font-size: min(2.8985507246vw, 3rem);
	-webkit-padding-after: 5.4166666667%;
	        padding-block-end: 5.4166666667%;
	text-decoration: none;
}
.footer .index .list li a:not(.nolink), .footer .index .list li .nolink:not(.nolink) {
	transition: opacity 0.2s;
}
.footer .index .list li a:not(.nolink):hover, .footer .index .list li .nolink:not(.nolink):hover {
	opacity: 0.5;
}
.footer .index .list li .label {
	display: flex;
	flex-direction: column-reverse;
	row-gap: 0.5333333333em;
}
.footer .index .list li .label .ja {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.footer .index .list li .label .ja::after {
	aspect-ratio: 1/1;
	background: url(/cms/corp/service/goomo/common/images/ico_arrow.svg) no-repeat 100% 50%;
	background-size: 72.7272727273% auto;
	content: "";
	display: block;
	width: 0.7333333333em;
}
.footer .index .list li .label .en {
	display: block;
	font-size: min(2.3188405797vw, 2.4rem);
	font-weight: var(--sBold);
}
.footer .index .list li a[target=_blank] .label .ja::after {
	background: url(/cms/corp/service/goomo/common/images/ico_blank.svg) no-repeat 50% 50%;
	background-size: contain;
}
.footer .index .list li .nolink {
	opacity: 0.5;
}
.footer .index .list li .nolink .ja::after {
	content: none !important;
}
.footer .index .trademark {
	grid-area: mark;
}
.footer .index .publication {
	display: flex;
	grid-area: public;
}
.footer .index .publication .privacy {
	font-weight: var(--sBold);
}
.footer .index .publication .privacy a {
	color: inherit;
	display: flex;
	text-decoration: none;
	transition: opacity 0.2s;
}
.footer .index .publication .privacy a:hover {
	opacity: 0.5;
}
.footer .index .publication .privacy a::after {
	aspect-ratio: 1/1;
	background: url(/cms/corp/service/goomo/common/images/ico_blank.svg) no-repeat 50% 50%;
	background-size: contain;
	content: "";
	display: block;
	-webkit-margin-start: 0.875em;
	        margin-inline-start: 0.875em;
	width: 1em;
}
.footer .index .publication .sns {
	align-items: center;
	display: flex;
	justify-content: flex-end;
}
.footer .index .publication .sns li:not(:first-of-type) {
	-webkit-margin-start: 0.9375vw;
	        margin-inline-start: 0.9375vw;
}
.footer .index .publication .sns a {
	transition: opacity 0.2s;
}
.footer .index .publication .sns a:hover {
	opacity: 0.5;
}
.footer .index .publication .sns img[src*=ico_fb] {
	width: 1.6666666667vw;
}
.footer .index .publication .sns img[src*=ico_ig] {
	width: 1.4583333333vw;
}
.footer .index .publication .sns img[src*=ico_x] {
	width: 1.4583333333vw;
}
.footer .index .publication .sns img[src*=ico_yt] {
	width: 1.9791666667vw;
}
.footer .index .rights {
	font-family: var(--ja);
	grid-area: rights;
}

.download + .footer {
	background-color: var(--c1);
}

:root {
	--c1: #fcc700;
	--c2: #1f2599;
	--ja: "Note Sans JP", sans-serif;
	--en: "Poppins", sans-serif;
	--regular: 400;
	--medium: 500;
	--sBold: 600;
	--bold: 700;
	--pc: 1920;
	--sp: 828;
	--sm: (max-width: 374px);
	--md: (max-width: 768px);
	--lg: (max-width: 1024px);
	--xl: (max-width: 1280px);
	--mx: (max-width: 1600px);
	--md-up: (min-width: 769px);
	--lg-up: (min-width: 1025px);
	--xl-up: (min-width: 1281px);
	--mx-up: (min-width: 1601px);
}

.theme {
	position: relative;
	z-index: 1;
}
.theme .trademark {
	inset-block-start: 0;
	inset-inline-start: 0;
	overflow: hidden;
	position: absolute;
	z-index: 3;
}
.theme .trademark a {
	display: block;
	margin: 6.914893617% auto 0;
	width: 63.2978723404%;
}
.theme .trademark::after {
	aspect-ratio: 1/1;
	background-color: #fff;
	border-radius: 100%;
	content: "";
	display: block;
	inset-block-end: 0;
	inset-inline: auto;
	position: absolute;
	width: 19.5833333333vw;
	z-index: -1;
}
.theme .preface {
	display: grid;
	position: relative;
	z-index: 2;
}
.theme .preface .body {
	grid-area: body;
}
.theme .preface .body .copy {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-size: 2.8125vw;
	font-weight: var(--bold);
	line-height: 1.5555555556;
}
.theme .preface .body .copy .sleep {
	color: var(--c2);
}
.theme .preface .body .copy .life {
	color: #fff;
}
.theme .preface .body .text {
	font-size: min(2.08vw, 2.6rem);
	font-weight: var(--medium);
	line-height: 1.6923076923;
	-webkit-margin-before: 3.3163265306%;
	        margin-block-start: 3.3163265306%;
}
.theme .news {
	display: grid;
	position: relative;
	z-index: 3;
}
.theme .news .frame {
	grid-area: body;
	position: relative;
	z-index: 1;
}
.theme .news .frame::before {
	background-color: #fff;
	border-block: 2px solid #000;
	border-end-end-radius: 3.3333333333vw;
	-webkit-border-end: 2px solid #000;
	        border-inline-end: 2px solid #000;
	border-start-end-radius: 3.3333333333vw;
	content: "";
	display: block;
	height: 100%;
	inset: 0;
	position: absolute;
	z-index: -1;
}
.theme .news .frame::after {
	background-color: #c9c9c9;
	border-end-end-radius: 3.3333333333vw;
	border-start-end-radius: 3.3333333333vw;
	content: "";
	display: block;
	height: 100%;
	inset-block: 0.9375vw 0;
	inset-inline: 0 1.5625vw;
	position: absolute;
	z-index: -2;
}
.theme .news .frame .body .head .label {
	display: flex;
	flex-direction: column-reverse;
	font-size: min(1.9323671498vw, 2rem);
	row-gap: 0.4em;
}
.theme .news .frame .body .head .label .ja {
	font-weight: var(--medium);
	line-height: 1.6;
}
.theme .news .frame .body .head .label .en {
	font-size: min(3.8647342995vw, 4rem);
	font-weight: var(--sBold);
}
.theme .news .frame .body .topic * {
	color: inherit;
}
.theme .news .frame .body .topic .list li {
	border-bottom: 1px solid #b9b9b9;
}
.theme .news .frame .body .topic .list li a {
	text-decoration: none;
	transition: opacity 0.5s;
}
.theme .news .frame .body .topic .list li a:hover {
	opacity: 0.6;
}
.theme .news .frame .body .topic .list li dl {
	display: flex;
}
.theme .news .frame .body .topic .list li dt, .theme .news .frame .body .topic .list li dd {
	font-size: min(1.7391304348vw, 1.8rem);
	line-height: 1.4444444444;
}
.theme .news .frame .body .topic .more {
	font-size: min(1.5458937198vw, 1.6rem);
	margin: 1.5217391304% 0 0 auto;
	text-align: right;
}
.theme .news .frame .body .topic .more a {
	align-items: center;
	display: inline-flex;
	flex-direction: row;
	line-height: normal;
	text-decoration: none;
}
.theme .news .frame .body .topic .more a .label {
	transition: opacity 0.5s;
}
.theme .news .frame .body .topic .more a::after {
	aspect-ratio: 1/1;
	background-color: var(--c2);
	content: "";
	display: block;
	-webkit-margin-start: 0.625em;
	        margin-inline-start: 0.625em;
	-webkit-mask: url(/cms/corp/service/goomo/common/images/ico_circle.svg) no-repeat 0 0/cover;
	        mask: url(/cms/corp/service/goomo/common/images/ico_circle.svg) no-repeat 0 0/cover;
	transition: background-color 0.5s;
	width: 1.375em;
}
.theme .news .frame .body .topic .more a:hover .label {
	opacity: 0.6;
}
.theme .news .frame .body .topic .more a:hover::after {
	background-color: var(--c1);
}

.main {
	padding-block: 4.5833333333vw 0;
}
.main .commitment {
	display: grid;
}
.main .commitment .body {
	grid-area: body;
}
.main .commitment .body .head {
	font-size: min(3.8647342995vw, 4rem);
	letter-spacing: 0.06em;
	line-height: 1.6;
}
.main .commitment .body .define {
	-webkit-margin-before: 5.2380952381%;
	        margin-block-start: 5.2380952381%;
}
.main .commitment .body .define dt, .main .commitment .body .define dd {
	font-size: min(2.7053140097vw, 2.8rem);
	letter-spacing: 0.06em;
	line-height: 1.7142857143;
}
.main .commitment .body .define dd {
	align-items: flex-start;
	display: flex;
}
.main .commitment .body .define dd::before {
	aspect-ratio: 1/1;
	background-color: #1B2186;
	border-radius: 100vh;
	content: "";
	display: block;
	flex-shrink: 0;
	-webkit-transform: scale(0.3571428571) translateY(0.8em);
	        transform: scale(0.3571428571) translateY(0.8em);
	width: 1em;
}
.main .commitment .body .text {
	font-size: min(3.0917874396vw, 3.2rem);
	font-weight: var(--bold);
	letter-spacing: 0.06em;
	line-height: 2;
	-webkit-margin-before: 4.0476190476%;
	        margin-block-start: 4.0476190476%;
}
.main .commitment .body .more {
	-webkit-margin-before: 9.7619047619%;
	        margin-block-start: 9.7619047619%;
	-webkit-padding-after: 0.4761904762%;
	        padding-block-end: 0.4761904762%;
	position: relative;
	transition: all 0.4s;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}
.main .commitment .body .more:hover {
	padding-block: 0.4761904762% 0;
}
.main .commitment .body .more a {
	aspect-ratio: 21/4;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 100vh;
	color: inherit;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%;
}
.main .commitment .body .more a .label {
	align-items: center;
	display: flex;
	font-size: min(2.3188405797vw, 2.4rem);
	font-weight: var(--bold);
	height: 100%;
	letter-spacing: 0.04em;
	padding-inline: 1.7708333333vw 6.40625vw;
}
.main .commitment .body .more a::after {
	aspect-ratio: 1/1;
	background: var(--c2) url(/cms/corp/service/goomo/common/images/ico_download.svg) no-repeat 50% 50%;
	background-size: 36.1111111111% auto;
	border: 1px solid #000;
	border-radius: 100vh;
	content: "";
	display: block;
	height: 100%;
	inset-block: 0;
	inset-inline-end: 0;
	margin-block: -2px;
	-webkit-margin-end: -2px;
	        margin-inline-end: -2px;
	position: absolute;
	transition: all 0.4s;
}
.main .commitment .body .more a:hover::after {
	background-color: var(--c1);
}
.main .commitment .body .more::after {
	aspect-ratio: 21/4;
	background-color: #000;
	border-radius: 100vh;
	content: "";
	display: block;
	inset-block-end: 0;
	inset-inline: 0;
	position: absolute;
	z-index: -1;
}
.main .about {
	-webkit-padding-before: 2.3958333333vw;
	        padding-block-start: 2.3958333333vw;
}
.main .about .outline {
	display: grid;
}
.main .about .outline .body {
	grid-area: body;
}
.main .about .outline .body .head {
	font-size: min(3.8647342995vw, 4rem);
}
.main .about .outline .body .head .label {
	display: flex;
	flex-direction: column-reverse;
	letter-spacing: 0.06em;
	row-gap: 0.7em;
}
.main .about .outline .body .head .label .en {
	color: var(--c1);
	display: block;
	font-size: min(2.8985507246vw, 3rem);
	font-weight: var(--bold);
}
.main .about .outline .body .text {
	font-size: min(2.7053140097vw, 2.8rem);
	letter-spacing: 0.06em;
	line-height: 1.7142857143;
	-webkit-margin-before: 4.1666666667%;
	        margin-block-start: 4.1666666667%;
}
.main .about .outline .body .more {
	-webkit-margin-before: 11.0119047619%;
	        margin-block-start: 11.0119047619%;
	-webkit-margin-start: auto;
	        margin-inline-start: auto;
	-webkit-padding-after: 0.5952380952%;
	        padding-block-end: 0.5952380952%;
	position: relative;
	transition: all 0.4s;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}
.main .about .outline .body .more:hover {
	padding-block: 0.5952380952% 0;
}
.main .about .outline .body .more a {
	aspect-ratio: 4/1;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 100vh;
	color: inherit;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%;
}
.main .about .outline .body .more a .label {
	align-items: center;
	display: flex;
	font-size: min(1.7391304348vw, 1.8rem);
	font-weight: var(--bold);
	height: 100%;
	letter-spacing: 0.12em;
	padding-inline: 1.5625vw 3.75vw;
	width: 100%;
}
.main .about .outline .body .more a::after {
	aspect-ratio: 1/1;
	background: var(--c2) url(/cms/corp/service/goomo/common/images/ico_arrow.svg) no-repeat 50% 50%;
	background-size: 20% auto;
	border: 1px solid #000;
	border-radius: 100vh;
	content: "";
	display: block;
	height: 100%;
	inset-block: 0;
	inset-inline-end: 0;
	margin-block: -2px;
	-webkit-margin-end: -2px;
	        margin-inline-end: -2px;
	position: absolute;
	transition: all 0.4s;
}
.main .about .outline .body .more a:hover::after {
	background-color: var(--c1);
}
.main .about .outline .body .more::after {
	aspect-ratio: 4/1;
	background-color: #000;
	border-radius: 100vh;
	content: "";
	display: block;
	inset-block-end: 0;
	inset-inline: 0;
	position: absolute;
	z-index: -1;
}
.main .about .movie {
	background: var(--c1) url(/cms/corp/service/goomo/images/bg_movie_pc.svg) no-repeat right 5vw top 7.8125vw;
	background-size: 6.875% auto;
	border-start-end-radius: 8.3333333333vw;
	border-start-start-radius: 8.3333333333vw;
	-webkit-margin-before: 18.5416666667%;
	        margin-block-start: 18.5416666667%;
	-webkit-padding-after: 5.7291666667%;
	        padding-block-end: 5.7291666667%;
}
.main .about .movie .play {
	height: 26.6666666667vw;
	margin-inline: auto;
	position: relative;
	width: 67.1875vw;
}
.main .about .movie .play .box {
	aspect-ratio: 16/9;
	background-color: rgba(0, 0, 0, 0.4);
	inset-block-end: 0;
	inset-inline: 0;
	margin-inline: auto;
	position: absolute;
	width: 67.7083333333vw;
}
.main .about .movie .play .box iframe {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}
.main .about .movie .play::after {
	aspect-ratio: 374/55;
	background: url(/cms/corp/service/goomo/images/bg_movie_sp.svg) no-repeat 100% 100%;
	background-size: contain;
	content: "";
	display: block;
	inset-block-start: 100%;
	inset-inline-end: -3.6231884058vw;
	-webkit-margin-before: 5.7971014493vw;
	        margin-block-start: 5.7971014493vw;
	position: absolute;
	width: 100%;
	z-index: -1;
}
.main .about .movie .profile {
	display: flex;
	margin-inline: auto;
}
.main .about .movie .profile .pict {
	flex-shrink: 0;
	width: 37.2093023256%;
}
.main .about .movie .profile .body .en {
	color: #fff;
	font-size: min(2.8985507246vw, 3rem);
	font-weight: var(--bold);
}
.main .about .movie .profile .body .comment {
	-webkit-margin-before: 5.2631578947%;
	        margin-block-start: 5.2631578947%;
}
.main .about .movie .profile .body .comment .name .label {
	display: flex;
	flex-direction: column-reverse;
	font-size: min(3.0917874396vw, 3.2rem);
	font-weight: var(--bold);
	row-gap: 0.5em;
}
.main .about .movie .profile .body .comment .name .label dd {
	font-size: min(2.3188405797vw, 2.4rem);
	letter-spacing: 0.06em;
	line-height: 1.3333333333;
}
.main .about .movie .profile .body .comment .name .label dd .word {
	display: inline-block;
}
.main .about .movie .profile .body .text {
	-webkit-margin-before: 5.8823529412%;
	        margin-block-start: 5.8823529412%;
}
.main .about .movie .profile .body .text p {
	font-size: min(1.7391304348vw, 1.8rem);
	letter-spacing: 0.06em;
	line-height: 1.7777777778;
}
.main .about .movie .profile .body .text p.note {
	display: flex;
	font-size: min(1.3526570048vw, 1.4rem);
	-webkit-margin-before: 0.2857142857em;
	        margin-block-start: 0.2857142857em;
}
.main .about .movie .profile .body .text p.note::before {
	content: "※";
}
.main .others {
	background-color: var(--c1);
	padding-block: 6.0416666667% 5.3125%;
	position: relative;
	z-index: 1;
}
.main .others::after {
	background-color: #fff;
	border-start-end-radius: 8.3333333333vw;
	border-start-start-radius: 8.3333333333vw;
	content: "";
	display: block;
	inset: 0;
	position: absolute;
	z-index: -1;
}
.main .others .list {
	margin-inline: auto;
}
.main .others .list li {
	-webkit-padding-after: 0.625%;
	        padding-block-end: 0.625%;
	position: relative;
	transition: all 0.5s;
	width: 30%;
	z-index: 1;
}
.main .others .list li:hover {
	padding-block: 0.625% 0;
}
.main .others .list li a {
	background-color: #fff;
	border: 2px solid #000;
	color: inherit;
	display: block;
	font-size: 1.6666666667vw;
	font-weight: var(--bold);
	height: 100%;
	padding-block: 8.3333333333%;
	position: relative;
	text-decoration: none;
	z-index: 2;
}
.main .others .list li a:hover .button .caption::after {
	background-color: var(--c1);
}
.main .others .list li::after {
	background-color: #000;
	border-radius: 3.3333333333vw;
	content: "";
	display: block;
	height: 97.9166666667%;
	inset-block-end: 0;
	inset-inline: 0;
	position: absolute;
	z-index: -1;
}
.main .others .list li .button {
	display: flex;
	flex-direction: column-reverse;
	height: 100%;
	justify-content: space-between;
	margin-inline: auto;
	width: 76.0504201681%;
}
.main .others .list li .button img {
	-webkit-margin-before: 6.25%;
	        margin-block-start: 6.25%;
}
.main .others .list li .button .caption {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}
.main .others .list li .button .caption .label {
	display: flex;
	flex-direction: column-reverse;
	row-gap: 0.625em;
}
.main .others .list li .button .caption .label .en {
	color: var(--c1);
	display: block;
	font-size: 1.3541666667vw;
}
.main .others .list li .button .caption::after {
	aspect-ratio: 1/1;
	background: var(--c2) url(/cms/corp/service/goomo/common/images/ico_arrow.svg) no-repeat 50% 50%;
	background-size: 20.9302325581% auto;
	border: 2px solid #000;
	border-radius: 100vh;
	content: "";
	display: block;
	transition: all 0.5s;
	width: 18.0672268908%;
}
.main .others .list li a[target=_blank] .button .caption::after {
	background-image: url(../common/images/ico_blank.svg);
	background-size: 25.5813953488% auto;
}

.floating {
	background: url(/cms/corp/service/goomo/images/btn_apps_bg.svg) no-repeat 0 100%;
	background-size: contain;
	inset-block-end: 1.5625vw;
	inset-inline-end: 1.5625vw;
	-webkit-padding-after: 0.3125vw;
	        padding-block-end: 0.3125vw;
	position: fixed;
	transition: all 0.2s;
	width: 10.4166666667vw;
	z-index: 100;
}
.floating.moving {
	opacity: 0;
	visibility: hidden;
}
.floating:hover {
	padding-block: 0.3125vw 0;
}
@media (max-width: 768px) {
	.forPc {
		display: none;
	}
	.open {
		inset-block-start: 4.1062801932vw;
		inset-inline-end: 4.8309178744vw;
		-webkit-padding-after: 0.7246376812vw;
		        padding-block-end: 0.7246376812vw;
		width: 24.3961352657vw;
	}
	.open:hover {
		padding-block: 0.7246376812vw 0;
	}
	.menu {
		inset-inline: 0;
		padding-block: 24.8792270531vw 12.8019323671vw;
		width: 100%;
	}
	.menu .close {
		inset-block-start: 4.1062801932vw;
		inset-inline-end: 4.8309178744vw;
		-webkit-padding-after: 0.7246376812vw;
		        padding-block-end: 0.7246376812vw;
		width: 24.3961352657vw;
	}
	.menu .close:hover {
		padding-block: 0.7246376812vw 0;
	}
	.menu .frame {
		width: 90.3381642512%;
	}
	.menu .frame .list {
		margin-inline: auto;
		width: 61.4973262032%;
	}
	.menu .frame .list li {
		border-block-end-width: 1px;
	}
	.menu .frame .list li:not(:first-of-type) {
		-webkit-padding-before: 16.9565217391%;
		        padding-block-start: 16.9565217391%;
	}
	.menu .frame .list li a, .menu .frame .list li .nolink {
		font-size: 4.8309178744vw;
		-webkit-padding-after: 4.7826086957%;
		        padding-block-end: 4.7826086957%;
	}
	.menu .frame .list li .label {
		row-gap: 0.4em;
	}
	.menu .frame .list li .label .ja::after {
		background-size: 63.6363636364% auto;
		width: 0.55em;
	}
	.menu .frame .list li .label .en {
		font-size: 3.8647342995vw;
	}
	.menu .frame .apps {
		-webkit-padding-before: 14.4385026738%;
		        padding-block-start: 14.4385026738%;
	}
	.menu .frame .apps dt {
		font-size: 4.8309178744vw;
		letter-spacing: 0.12em;
		text-align: center;
	}
	.menu .frame .apps ul img {
		height: 14.2512077295vw;
	}
	.menu .frame .sns {
		height: 6.2801932367vw;
		justify-content: center;
		-webkit-padding-before: 10.4278074866%;
		        padding-block-start: 10.4278074866%;
	}
	.menu .frame .sns li:not(:first-of-type) {
		-webkit-margin-start: 3.6231884058vw;
		        margin-inline-start: 3.6231884058vw;
	}
	.menu .frame .sns img[src*=ico_fb] {
		width: 6.2801932367vw;
	}
	.menu .frame .sns img[src*=ico_ig] {
		width: 5.7971014493vw;
	}
	.menu .frame .sns img[src*=ico_x] {
		width: 5.7971014493vw;
	}
	.menu .frame .sns img[src*=ico_yt] {
		width: 7.0048309179vw;
	}
	.header {
		-webkit-padding-before: 25.6038647343vw;
		        padding-block-start: 25.6038647343vw;
	}
	.header .trademark {
		inset-block-start: 3.8647342995vw;
		inset-inline-start: 9.7826086957vw;
		width: 33.8164251208vw;
	}
	.header .title {
		align-items: flex-start;
		min-height: 32.3671497585vw;
		-webkit-padding-before: 3.1400966184vw;
		        padding-block-start: 3.1400966184vw;
		-webkit-padding-start: 12.3188405797vw;
		        padding-inline-start: 12.3188405797vw;
	}
	.header .title .label {
		font-size: 6.038647343vw;
		row-gap: 0.16em;
	}
	.header .title .label .en {
		font-size: 4.8309178744vw;
	}
	.header .title::after {
		inset-inline-start: -1.4492753623vw;
	}
	.download .content {
		padding-block: 15.4589371981% 7.729468599%;
		width: 90.3381642512%;
	}
	.download .content .head {
		align-items: flex-start;
		display: flex;
		justify-content: space-between;
	}
	.download .content .head::after {
		aspect-ratio: 1/1;
		background: url(/cms/corp/service/goomo/common/images/ico_app.svg) no-repeat 0 0;
		background-size: cover;
		content: "";
		display: block;
		width: 21.7391304348vw;
	}
	.download .content .head .label {
		font-size: 4.8309178744vw;
		row-gap: 0.65em;
		width: 64.9758454106vw;
	}
	.download .content .head .label .en {
		font-size: 10.8695652174vw;
	}
	.download .content .description {
		-webkit-padding-before: 7.2192513369%;
		        padding-block-start: 7.2192513369%;
	}
	.download .content .description .text dt {
		font-size: 3.8647342995vw;
		line-height: 1.5;
	}
	.download .content .description .text dd {
		-webkit-padding-before: 6.1497326203%;
		        padding-block-start: 6.1497326203%;
	}
	.download .content .description .text ul img {
		height: 14.2512077295vw;
	}
	.footer .index {
		border-start-end-radius: 12.077294686vw;
		border-start-start-radius: 12.077294686vw;
		grid-template-areas: ". list list list ." ". public public public ." ". mark mark mark ." ". rights rights rights .";
		grid-template-columns: auto 39.8550724638% 10.6280193237% 39.8550724638% auto;
		grid-template-rows: repeat(4, auto);
		padding-block: 13.0434782609% 7.2463768116%;
	}
	.footer .index .list {
		grid-template-columns: repeat(2, 44.1176470588%);
		-webkit-padding-after: 14.9732620321%;
		        padding-block-end: 14.9732620321%;
	}
	.footer .index .list li {
		border-block-end-width: 1px;
	}
	.footer .index .list li:nth-of-type(n+3) {
		-webkit-padding-before: 14.5454545455%;
		        padding-block-start: 14.5454545455%;
	}
	.footer .index .list li a, .footer .index .list li .nolink {
		font-size: 3.8647342995vw;
		-webkit-padding-after: 5.4545454545%;
		        padding-block-end: 5.4545454545%;
	}
	.footer .index .list li .label {
		row-gap: 0.5em;
	}
	.footer .index .list li .label .ja::after {
		background-size: 63.6363636364% auto;
		width: 0.6875em;
	}
	.footer .index .list li .label .en {
		font-size: 3.3816425121vw;
	}
	.footer .index .trademark {
		justify-self: center;
		-webkit-margin-before: 13.3689839572%;
		        margin-block-start: 13.3689839572%;
		width: 44.1176470588%;
	}
	.footer .index .publication {
		align-items: center;
		flex-direction: column;
	}
	.footer .index .publication .privacy {
		font-size: 3.3816425121vw;
	}
	.footer .index .publication .privacy a::after {
		-webkit-margin-start: 0.5714285714em;
		        margin-inline-start: 0.5714285714em;
		width: 0.7857142857em;
	}
	.footer .index .publication .sns {
		height: 6.2801932367vw;
		-webkit-margin-before: 11.4973262032%;
		        margin-block-start: 11.4973262032%;
	}
	.footer .index .publication .sns li:not(:first-of-type) {
		-webkit-margin-start: 3.6231884058vw;
		        margin-inline-start: 3.6231884058vw;
	}
	.footer .index .publication .sns img[src*=ico_fb] {
		width: 6.2801932367vw;
	}
	.footer .index .publication .sns img[src*=ico_ig] {
		width: 5.7971014493vw;
	}
	.footer .index .publication .sns img[src*=ico_x] {
		width: 5.7971014493vw;
	}
	.footer .index .publication .sns img[src*=ico_yt] {
		width: 7.0048309179vw;
	}
	.footer .index .rights {
		font-size: 2.8985507246vw;
		-webkit-padding-before: 2.6737967914%;
		        padding-block-start: 2.6737967914%;
		text-align: center;
	}
	.theme .trademark {
		aspect-ratio: 221/90;
		width: 53.3816425121vw;
	}
	.theme .trademark a {
		margin: 7.2398190045% auto 0;
		width: 63.3484162896%;
	}
	.theme .trademark::after {
		width: 53.3816425121vw;
	}
	.theme .preface {
		background: var(--c1) url(/cms/corp/service/goomo/images/bg_theme_sp01.svg) no-repeat 0 0;
		background-size: 100% auto;
		grid-template-areas: ". body ." ". pict .";
		grid-template-columns: auto 90.3381642512vw auto;
		grid-template-rows: repeat(2, auto);
	}
	.theme .preface::after {
		aspect-ratio: 1/1;
		background: url(/cms/corp/service/goomo/images/bg_theme_sp02.svg) no-repeat 0 0;
		background-size: cover;
		content: "";
		inset-block-end: 50.4830917874vw;
		inset-inline-start: 1.4492753623vw;
		position: absolute;
		width: 28.7439613527vw;
		z-index: 3;
	}
	.theme .preface .body {
		padding-block: 62.8342245989% 77.807486631%;
	}
	.theme .preface .body::after {
		aspect-ratio: 112/67;
		background: url(/cms/corp/service/goomo/images/img_theme.png) no-repeat 0 0;
		background-size: contain;
		content: "";
		display: block;
		-webkit-margin-before: 3.743315508%;
		        margin-block-start: 3.743315508%;
		margin-inline: auto;
		width: 89.8395721925%;
	}
	.theme .preface .body .copy {
		font-size: 6.7632850242vw;
		line-height: 1.5714285714;
		white-space: nowrap;
	}
	.theme .preface .body .text {
		font-size: 4.347826087vw;
		line-height: 1.8055555556;
		-webkit-margin-before: 3.743315508%;
		        margin-block-start: 3.743315508%;
	}
	.theme .news {
		grid-template-areas: "body body .";
		grid-template-columns: auto 90.3381642512vw auto;
		-webkit-margin-before: -47.5845410628vw;
		        margin-block-start: -47.5845410628vw;
	}
	.theme .news .frame::before {
		border-end-end-radius: 7.729468599vw;
		border-start-end-radius: 7.729468599vw;
	}
	.theme .news .frame::before {
		border-block-width: 1px;
		border-inline-end-width: 1px;
	}
	.theme .news .frame::after {
		border-end-end-radius: 7.729468599vw;
		border-start-end-radius: 7.729468599vw;
	}
	.theme .news .frame::after {
		inset-block: 1.9323671498vw 0;
		inset-inline: 0 0.7246376812vw;
	}
	.theme .news .frame .body {
		margin-inline: auto 4.8309178744vw;
		padding-block: 10.1449275362vw 7.9710144928vw;
		width: 85.5072463768vw;
	}
	.theme .news .frame .body .head .label {
		font-size: 3.3816425121vw;
		row-gap: 1em;
	}
	.theme .news .frame .body .head .label .ja {
		line-height: 1.1428571429;
	}
	.theme .news .frame .body .head .label .en {
		font-size: 6.038647343vw;
	}
	.theme .news .frame .body .topic .list li dl {
		flex-direction: column-reverse;
		-webkit-margin-before: 2.5423728814%;
		        margin-block-start: 2.5423728814%;
		padding-block: 1.1299435028%;
	}
	.theme .news .frame .body .topic .list li dt, .theme .news .frame .body .topic .list li dd {
		font-size: 3.3816425121vw;
		line-height: 1.4285714286;
	}
	.theme .news .frame .body .topic .list li dt {
		-webkit-margin-before: 1.3888888889%;
		        margin-block-start: 1.3888888889%;
	}
	.theme .news .frame .body .topic .more {
		font-size: 3.3816425121vw;
		-webkit-margin-before: 7.7777777778%;
		        margin-block-start: 7.7777777778%;
	}
	.theme .news .frame .body .topic .more a::after {
		background-size: 31.5789473684% auto;
		-webkit-margin-start: 0.5em;
		        margin-inline-start: 0.5em;
		width: 1.3571428571em;
	}
	.main {
		padding-block: 13.5265700483vw 0;
	}
	.main .commitment {
		background: url(/cms/corp/service/goomo/images/bg_commit_sp.png) no-repeat 0 100%;
		background-size: 100% auto;
		grid-template-areas: ". body .";
		grid-template-columns: auto 90.3381642512vw auto;
		-webkit-padding-after: 99.5169082126vw;
		        padding-block-end: 99.5169082126vw;
	}
	.main .commitment .body .head {
		font-size: 6.038647343vw;
		line-height: 1.28;
	}
	.main .commitment .body .define {
		-webkit-margin-before: 4.0106951872%;
		        margin-block-start: 4.0106951872%;
	}
	.main .commitment .body .define dt, .main .commitment .body .define dd {
		font-size: 3.3816425121vw;
		line-height: 1.7142857143;
	}
	.main .commitment .body .define dd::before {
		-webkit-transform: scale(0.2857142857) translateY(1.2em);
		        transform: scale(0.2857142857) translateY(1.2em);
	}
	.main .commitment .body .text {
		font-size: 3.8647342995vw;
		letter-spacing: 0.16em;
		line-height: 1.6875;
		-webkit-margin-before: 5.8823529412%;
		        margin-block-start: 5.8823529412%;
	}
	.main .commitment .body .text span {
		letter-spacing: 0.08em;
	}
	.main .commitment .body .more {
		-webkit-margin-before: 9.3582887701%;
		        margin-block-start: 9.3582887701%;
		-webkit-padding-after: 0.5347593583%;
		        padding-block-end: 0.5347593583%;
	}
	.main .commitment .body .more:hover {
		padding-block: 0.5347593583% 0;
	}
	.main .commitment .body .more a {
		aspect-ratio: 239/46;
		border-width: 1px;
	}
	.main .commitment .body .more a .label {
		font-size: 3.3816425121vw;
		padding-inline: 4.347826087vw 22.7053140097vw;
	}
	.main .commitment .body .more a::after {
		background-size: 28.2608695652% auto;
		border-width: 1px;
		margin-block: -1px;
		-webkit-margin-end: -1px;
		        margin-inline-end: -1px;
	}
	.main .commitment .body .more::after {
		aspect-ratio: 239/46;
	}
	.main .about {
		-webkit-padding-before: 15.9420289855vw;
		        padding-block-start: 15.9420289855vw;
	}
	.main .about .outline {
		background: url(/cms/corp/service/goomo/images/bg_about_sp.svg) no-repeat 50% 100%;
		background-size: 100% auto;
		grid-template-areas: ". body .";
		grid-template-columns: auto 90.3381642512vw auto;
		-webkit-padding-after: 59.9033816425vw;
		        padding-block-end: 59.9033816425vw;
	}
	.main .about .outline .body .head {
		font-size: 6.038647343vw;
	}
	.main .about .outline .body .head .label {
		row-gap: 0.68em;
	}
	.main .about .outline .body .head .label .en {
		font-size: 4.8309178744vw;
	}
	.main .about .outline .body .text {
		font-size: 3.3816425121vw;
		line-height: 1.7142857143;
		-webkit-margin-before: 4.2780748663%;
		        margin-block-start: 4.2780748663%;
	}
	.main .about .outline .body .more {
		-webkit-margin-before: 9.8930481283%;
		        margin-block-start: 9.8930481283%;
		-webkit-padding-after: 0.5347593583%;
		        padding-block-end: 0.5347593583%;
	}
	.main .about .outline .body .more:hover {
		padding-block: 0.5347593583% 0;
	}
	.main .about .outline .body .more a {
		aspect-ratio: 9/2;
		border-width: 1px;
	}
	.main .about .outline .body .more a .label {
		font-size: 3.3816425121vw;
		padding-inline: 5.0724637681vw 14.2512077295vw;
	}
	.main .about .outline .body .more a::after {
		background-size: 20% auto;
		margin-block: -1px;
		-webkit-margin-end: -1px;
		        margin-inline-end: -1px;
	}
	.main .about .outline .body .more::after {
		aspect-ratio: 9/2;
	}
	.main .about .movie {
		border-start-end-radius: 12.077294686vw;
		border-start-start-radius: 12.077294686vw;
		-webkit-margin-before: 24.154589372%;
		        margin-block-start: 24.154589372%;
		-webkit-padding-after: 7.9710144928%;
		        padding-block-end: 7.9710144928%;
	}
	.main .about .movie .play {
		height: 40.3381642512vw;
		width: 90.3381642512vw;
		z-index: 1;
	}
	.main .about .movie .play .box {
		width: 90.3381642512vw;
	}
	.main .about .movie .profile {
		align-items: center;
		flex-direction: column-reverse;
		-webkit-margin-before: 14.4927536232%;
		        margin-block-start: 14.4927536232%;
		width: 90.3381642512vw;
	}
	.main .about .movie .profile .pict {
		-webkit-margin-before: 5.3475935829%;
		        margin-block-start: 5.3475935829%;
		width: 48.9304812834%;
	}
	.main .about .movie .profile .body .en {
		font-size: 4.8309178744vw;
	}
	.main .about .movie .profile .body .comment {
		-webkit-margin-before: 6.6844919786%;
		        margin-block-start: 6.6844919786%;
	}
	.main .about .movie .profile .body .comment .name .label {
		font-size: 6.038647343vw;
		row-gap: 0.56em;
	}
	.main .about .movie .profile .body .comment .name .label dd {
		font-size: 3.8647342995vw;
	}
	.main .about .movie .profile .body .text {
		-webkit-margin-before: 4.5454545455%;
		        margin-block-start: 4.5454545455%;
	}
	.main .about .movie .profile .body .text p {
		font-size: 3.3816425121vw;
		line-height: 1.7142857143;
	}
	.main .about .movie .profile .body .text p.note {
		font-size: 3.1400966184vw;
		-webkit-margin-before: 0.1538461538em;
		        margin-block-start: 0.1538461538em;
	}
	.main .others {
		padding-block: 12.077294686% 12.077294686%;
	}
	.main .others::after {
		border-start-end-radius: 12.077294686vw;
		border-start-start-radius: 12.077294686vw;
	}
	.main .others .list {
		width: 80.9178743961%;
	}
	.main .others .list li {
		-webkit-padding-after: 1.4925373134%;
		        padding-block-end: 1.4925373134%;
		width: auto;
	}
	.main .others .list li:not(:first-of-type) {
		-webkit-margin-before: 13.4328358209%;
		        margin-block-start: 13.4328358209%;
	}
	.main .others .list li:hover {
		padding-block: 1.4925373134% 0;
	}
	.main .others .list li a {
		border-radius: 7.729468599vw;
		border-width: 1px;
		font-size: 6.038647343vw;
		padding-block: 5.9701492537%;
	}
	.main .others .list li::after {
		border-radius: 7.729468599vw;
		height: 98.5074626866%;
	}
	.main .others .list li .button {
		width: 75.6756756757%;
	}
	.main .others .list li .button img {
		-webkit-margin-before: 5.9523809524%;
		        margin-block-start: 5.9523809524%;
	}
	.main .others .list li .button .caption {
		align-items: flex-end;
	}
	.main .others .list li .button .caption .label {
		row-gap: 0.4em;
	}
	.main .others .list li .button .caption .label .en {
		font-size: 4.8309178744vw;
	}
	.main .others .list li .button .caption::after {
		background-size: 24% auto;
		border-width: 1px;
		-webkit-margin-start: 0.2em;
		        margin-inline-start: 0.2em;
		width: 19.8412698413%;
	}
	.floating {
		inset-block-end: 4.8309178744vw;
		inset-inline-end: 4.8309178744vw;
		-webkit-padding-after: 0.7246376812vw;
		        padding-block-end: 0.7246376812vw;
		width: 24.154589372vw;
	}
	.floating:hover {
		padding-block: 0.7246376812vw 0;
	}
}
@media (min-width: 769px) {
	.forSp {
		display: none;
	}
	.menu {
		border-end-start-radius: 6.25vw;
		border-start-start-radius: 6.25vw;
		inset-inline-end: 0;
		padding-block: 13.75vw 8.5416666667vw;
		width: 70.8333333333vw;
	}
	.menu .frame {
		display: grid;
		grid-template-areas: "list list list" "apps . sns";
		grid-template-columns: 46.1538461538% 7.6923076923% 46.1538461538%;
		grid-template-rows: repeat(2, auto);
		width: 76.4705882353%;
	}
	.menu .frame .list {
		display: grid;
		grid-template-columns: repeat(2, 46.1538461538%);
		justify-content: space-between;
		-webkit-padding-after: 13.2692307692%;
		        padding-block-end: 13.2692307692%;
		width: 100%;
	}
	.menu .frame .list li:nth-of-type(n+3) {
		-webkit-padding-before: 10.8333333333%;
		        padding-block-start: 10.8333333333%;
	}
	.menu .frame .apps dt {
		font-size: 1.3541666667vw;
		text-align: justify;
		text-align-last: justify;
	}
	.menu .frame .sns {
		align-items: center;
		align-self: flex-end;
		height: 1.6666666667vw;
		justify-content: flex-end;
	}
	.lock::after {
		opacity: 1;
		visibility: visible;
	}
	.header .title {
		align-items: center;
		min-height: 20.9375vw;
		-webkit-padding-start: 8.3333333333vw;
		        padding-inline-start: 8.3333333333vw;
	}
	.header .title .label {
		font-size: min(4.8309178744vw, 5rem);
		padding-top: 0.625vw;
		row-gap: 0.52em;
	}
	.download .content {
		display: grid;
		grid-template-areas: "head . body";
		grid-template-columns: 35% auto 58.125%;
		grid-template-rows: auto;
		max-width: 1600px;
		padding-block: 5.1041666667% 3.3333333333%;
		width: 83.3333333333%;
	}
	.download .content .head {
		grid-area: head;
	}
	.download .content .head .label {
		font-size: 1.5625vw;
	}
	.download .content .description {
		display: flex;
		grid-area: body;
		justify-content: space-between;
		-webkit-padding-before: 0.4301075269%;
		        padding-block-start: 0.4301075269%;
	}
	.download .content .description .text {
		width: 74.4086021505%;
	}
	.download .content .description::after {
		aspect-ratio: 1/1;
		background: url(/cms/corp/service/goomo/common/images/ico_app.svg) no-repeat 0 0;
		background-size: 100% auto;
		content: "";
		display: block;
		margin-block: 2.1505376344%;
		width: 19.3548387097%;
	}
	.footer .index {
		grid-template-areas: ". list list list ." ". mark . . ." ". rights . public .";
		grid-template-columns: auto 25% 33.3333333333% 25% auto;
		grid-template-rows: repeat(3, auto);
		padding-block: 9.8958333333% 3.8541666667%;
	}
	.footer .index .list li:nth-of-type(n+4) {
		-webkit-padding-before: 12.0833333333%;
		        padding-block-start: 12.0833333333%;
	}
	.footer .index .trademark {
		align-self: flex-end;
		-webkit-margin-after: 2.5%;
		        margin-block-end: 2.5%;
		width: 44.1666666667%;
	}
	.footer .index .publication {
		align-items: center;
		justify-content: flex-end;
	}
	.footer .index .publication .privacy {
		font-size: min(1.5458937198vw, 1.6rem);
		-webkit-margin-end: 12.5%;
		        margin-inline-end: 12.5%;
	}
	.footer .index .publication .sns {
		grid-area: sns;
		height: 1.6666666667vw;
	}
	.footer .index .rights {
		align-self: center;
		font-size: min(1.3526570048vw, 1.4rem);
		-webkit-padding-start: 0.8333333333%;
		        padding-inline-start: 0.8333333333%;
	}
	.theme .trademark {
		aspect-ratio: 188/77;
		width: 19.5833333333vw;
	}
	.theme .preface {
		background: var(--c1) url(/cms/corp/service/goomo/images/bg_theme_pc.svg) no-repeat 50% 0;
		background-size: cover;
		grid-template-areas: ". body pict .";
		grid-template-columns: auto 40.8333333333vw 42.5vw auto;
		grid-template-rows: auto;
		min-height: 53.4375vw;
	}
	.theme .preface::after {
		aspect-ratio: 52/31;
		background: url(/cms/corp/service/goomo/images/img_theme.png) no-repeat 0 0;
		background-size: contain;
		content: "";
		display: block;
		grid-area: pict;
		-webkit-margin-before: 35.5392156863%;
		        margin-block-start: 35.5392156863%;
		width: 32.5vw;
	}
	.theme .preface .body {
		padding-block: 35.4591836735% 19.1326530612%;
	}
	.theme .preface .body .copy {
		letter-spacing: 0.06em;
	}
	.theme .news {
		grid-template-areas: "body body body . .";
		grid-template-columns: auto 8.0729166667vw 67.1875vw 8.0729166667vw auto;
		-webkit-margin-before: -5.9375vw;
		        margin-block-start: -5.9375vw;
	}
	.theme .news .frame .body {
		display: flex;
		justify-content: space-between;
		margin-inline: auto 6.7708333333vw;
		padding-block: 2.0833333333vw;
		width: 68.4895833333vw;
	}
	.theme .news .frame .body .head {
		-webkit-padding-before: 1.216730038%;
		        padding-block-start: 1.216730038%;
		width: 28.1368821293%;
	}
	.theme .news .frame .body .topic {
		width: 69.9619771863%;
	}
	.theme .news .frame .body .topic .list li dl {
		align-items: flex-start;
		flex-direction: row;
		padding-block: 1.5217391304%;
	}
	.theme .news .frame .body .topic .list li dt {
		-webkit-margin-start: 2.1739130435%;
		        margin-inline-start: 2.1739130435%;
		order: 2;
	}
	.theme .news .frame .body .topic .list li dd {
		order: 1;
		width: 5em;
	}
	.main .commitment {
		align-items: flex-end;
		background: url(/cms/corp/service/goomo/images/bg_commit_pc.png) no-repeat 0 100%;
		background-size: 100% auto;
		grid-template-areas: ". body . .";
		grid-template-columns: auto 43.75vw 23.6458333333vw auto;
		grid-template-rows: minmax(45.2083333333vw, auto);
	}
	.main .commitment .body {
		-webkit-padding-after: 20%;
		        padding-block-end: 20%;
	}
	.main .about .outline {
		background: url(/cms/corp/service/goomo/images/bg_about_pc.svg) no-repeat 50% 100%;
		background-size: 100% auto;
		grid-template-areas: ". . body .";
		grid-template-columns: auto 48.3333333333vw 35vw auto;
		grid-template-rows: minmax(35.2083333333vw, auto);
	}
	.main .about .outline .body {
		-webkit-padding-before: 13.9880952381%;
		        padding-block-start: 13.9880952381%;
	}
	.main .about .movie .profile {
		flex-direction: row-reverse;
		justify-content: space-between;
		-webkit-margin-before: 6.3541666667%;
		        margin-block-start: 6.3541666667%;
		width: 67.1875vw;
	}
	.main .about .movie .profile .body {
		-webkit-padding-before: 3.5658914729%;
		        padding-block-start: 3.5658914729%;
		width: 50.0775193798%;
	}
	.main .others .list {
		align-items: stretch;
		display: flex;
		justify-content: space-between;
		width: 83.3333333333%;
	}
	.main .others .list li a {
		border-radius: 3.3333333333vw;
	}
}