* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

*,
::before,
::after {
	background-repeat: no-repeat;
	zoom: 1;
}

::before,
::after {
	text-decoration: inherit;
	vertical-align: inherit;
}

html,
body {
	font-size: 62.5%;
	-webkit-overflow-scrolling: touch;
}

html {
	overflow-y: scroll;
	cursor: default;
}

body {
	line-height: 1em;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	font-weight: 700;
	line-height: 1em;
}

ol,
ul,
li {
	list-style: none;
	zoom: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

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

th {
	font-weight: normal;
}

td,
th {
	padding: 0;
}

blockquote {
	quotes: none;
}

blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

a {
	color: inherit;
	background-color: rgba(0,0,0,0);
	text-decoration: none;
	-webkit-text-decoration-skip: objects;
	cursor: pointer;
}

a:active,
a:hover {
	outline-width: 0;
}

a:focus,
*:focus {
	outline: none;
}

img {
	border-style: none;
	vertical-align: bottom;
}

[type=text],
[type=tel],
[type=email],
[type=date],
[type=number],
[type=submit],
[type=button],
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input,
select {
	vertical-align: middle;
}

select {
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

button,
select {
	text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
	cursor: pointer;
}

html {
	font-size: 62.5%;
}

body {
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #111;
	font-family: "Zen Kaku Gothic New",sans-serif;
	font-size: 3.7333333333vw;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: 0;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

body.is-fixed {
	position: fixed;
	width: 100%;
	overflow: hidden;
	top: var(--scroll-y);
}

a.on {
	display: inline-block;
}

.br--pc {
	display: none;
}

.br--sp {
	display: block;
}

.parallax {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.parallax img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.img--fit {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.img--scale {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.img--scale img {
	width: 100%;
	transition-duration: .4s;
}

.youtube,
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.youtube iframe,
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.anim {
	opacity: 0;
}

.anim.is-show {
	opacity: 1;
}

.anim--heading {
	position: relative;
	overflow: hidden;
}

.anim--heading>span {
	position: relative;
}

.anim--heading.is-show>span {
	animation: popanime .6s ease-out forwards;
}

[data-aos=fade-up] {
	transform: translateY(20px);
	opacity: 0;
	transition-property: transform,opacity;
}

[data-aos=fade-up].aos-animate {
	transform: translateY(0px);
	opacity: 1;
}

.sec--about {
	padding-top: 13.3333333333vw 0;
	background-color: #fff;
}

.about__main {
	position: relative;
	padding: 52vw 0 58.6666666667vw 0;
}

.sec--about .sec__head {
	text-align: center;
}

.sec--about .sec__text {
	margin-top: 5.3333333333vw;
}

.sec--about .sec__text p {
	line-height: 1.53em;
}

.about__main {
	position: relative;
}

.about__image {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .6s ease,transform .6s ease;
	will-change: opacity,transform;
}

.about__image.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.about__image--01 {
	top: 8vw;
	left: 0;
	width: 45.8666666667vw;
}

.about__image--02 {
	top: 0;
	right: 4vw;
	width: 22.6666666667vw;
}

.about__image--03 {
	top: 33.3333333333vw;
	right: -6.2666666667vw;
	width: 15.4666666667vw;
}

.about__image--04 {
	left: -6.2666666667vw;
	bottom: 22.6666666667vw;
	width: 31.2vw;
}

.about__image--05 {
	right: 0;
	bottom: 8vw;
	width: 41.6vw;
}

.about__image--06 {
	left: 37.3333333333vw;
	bottom: 0;
	width: 15.7333333333vw;
}

.about__image {
	position: absolute;
}

.about__movie {
	margin: 18.6666666667vw 0 0 -6.2666666667vw;
	width: 100vw;
}

.sec--cando {
	padding: 18.6666666667vw 0;
	background-color: #f4f4f4;
}

.sec--cando .sec__head {
	margin-bottom: 13.3333333333vw;
	text-align: center;
}

.sec--cando .sec__text {
	margin-top: 30px;
}

.sec--cando .sec__text p {
	text-align: center;
	line-height: 1.75em;
}

.cando>li {
	position: relative;
}

.cando>li:nth-child(n+2) {
	margin-top: 13.3333333333vw;
}

.cando__image {
	position: relative;
	margin-bottom: 5.3333333333vw;
}

.cando__num {
	margin-bottom: 1em;
	color: #909090;
	font-family: "Crimson Text",serif;
}

.cando__num:before {
	content: "(";
}

.cando__num:after {
	content: ")";
}

.cando__ttl {
	margin-bottom: .7em;
	font-family: "Zen Old Mincho",serif;
	font-size: 5.3333333333vw;
	font-weight: 500;
	line-height: 1.33em;
}

.cando__text p {
	line-height: 1.64em;
}

.cando>li:nth-child(1) .cando__image>div {
	left: 0;
}

.cando>li:nth-child(2) .cando__image>div {
	right: 0;
}

.sec--detail {
	padding-top: 18.6666666667vw;
	background-color: #fff;
}

.sec--detail .sec__head {
	margin-bottom: 18.6666666667vw;
	text-align: center;
}

.sec--detail .sec__text {
	margin-top: 5.3333333333vw;
}

.sec--detail .sec__text p {
	text-align: center;
	line-height: 1.75em;
}

li.detail {
	scroll-margin-top: 25.6vw;
}

.detail>li:nth-child(n+2) {
	margin-top: .5333333333vw;
}

.detail__head {
	position: relative;
	padding: 8vw 6.1333333333vw 18.6666666667vw 6.1333333333vw;
	width: 100%;
	height: 85.3333333333vw;
	background-size: cover;
	background-position: center;
}

.detail--ginza .detail__head {
	background-image: url(../../img/renewal/showroom/ginza_sp.jpg);
}

.detail--yokohama .detail__head {
	background-image: url(../../img/renewal/showroom/yokohama_sp.jpg);
}

.detail--nagoya .detail__head {
	background-image: url(../../img/renewal/showroom/nagoya_sp.jpg);
}

.detail--osaka .detail__head {
	background-image: url(../../img/renewal/showroom/osaka_sp.jpg);
}

.detail__in {
	position: relative;
	width: 100%;
	z-index: 3;
}

.detail__ttl {
	margin-bottom: 5.3333333333vw;
	padding-bottom: .5em;
	border-bottom-color: hsla(0,0%,80%,.6);
	border-bottom-style: solid;
	border-bottom-width: .2666666667vw;
	color: #fff;
	font-family: "Zen Old Mincho",serif;
	font-size: 6.4vw;
	font-weight: 500;
}

.detail__area dt {
	margin-bottom: .5em;
	color: #f4f4f4;
	font-size: 3.7333333333vw;
	font-weight: 500;
}

.detail__area dd {
	color: #f4f4f4;
	font-size: 3.2vw;
	line-height: 1.75em;
}

.detail__btn {
	display: flex;
	justify-content: space-between;
	margin-top: 8vw;
}

.detail__btn--online {
	display: flex;
	justify-content: space-between;
	margin-top: 5.3333333333vw;
}

.detail__btn a {
	width: 41.6vw;
}

.detail__toggle {
	position: absolute;
	left: 50%;
	bottom: 5.8666666667vw;
	display: flex;
	align-items: center;
	padding-right: 11.2vw;
	height: 8vw;
	color: #fff;
	font-size: 3.7333333333vw;
	font-weight: 500;
	cursor: pointer;
	z-index: 3;
}

.detail__toggle:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	width: 8vw;
	height: 8vw;
	background-image: url(../../img/renewal/showroom/plus-wh.svg);
	background-size: contain;
	transform: translateY(-50%);
}

.detail__toggle:hover {
	opacity: .7;
}

.detail__close {
	position: absolute;
	left: 50%;
	bottom: -18.6666666667vw;
	display: flex;
	align-items: center;
	padding-right: 11.2vw;
	height: 8vw;
	color: #fff;
	font-size: 3.7333333333vw;
	font-weight: 500;
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 3;
}

.detail__close:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	width: 8vw;
	height: 8vw;
	background-image: url(../../img/renewal/showroom/minus-wh.svg);
	background-size: contain;
	transform: translateY(-50%);
}

.detail__close:hover {
	opacity: .7;
}

.detail__toggle.is-active:after {
	background-image: url(../../img/renewal/showroom/minus-wh.svg);
}

.detail__content {
	position: relative;
	width: 100%;
	height: 0;
	background-color: #232323;
	overflow: hidden;
	transition: height .8s ease;
}

.detail__box {
	position: relative;
	margin: 8vw auto 29.3333333333vw auto;
	padding: 8vw 7.2vw;
	width: 87.4666666667vw;
	background-color: #fff;
}

.detail__box-content {
	display: flex;
	flex-wrap: wrap;
	gap: 8vw 0;
}

.detail__info {
	width: 100%;
}

.detail__info>dl:nth-child(n+2) {
	margin-top: 8vw;
}

.detail__info>dl>dt {
	position: relative;
	margin-bottom: 4vw;
}

.detail__info>dl>dt span {
	position: relative;
	display: inline-block;
	padding-right: 1em;
	background-color: #fff;
	font-size: 3.7333333333vw;
	font-weight: 500;
	z-index: 1;
}

.detail__info>dl>dt:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: .2666666667vw;
	background-color: #ccc;
}

.detail__info>dl>dd {
	line-height: 1.5em;
}

.detail__info>dl>dd>dl>dt {
	margin-bottom: .5em;
	padding-left: 1.3em;
	text-indent: -1.3em;
}

.detail__info>dl>dd>dl>dt:before {
	content: "●";
	margin-right: .3em;
}

.detail__info>dl>dd>dl:nth-child(n+2) {
	margin-top: 5.3333333333vw;
}

.detail__access-map {
	margin-top: 1.3333333333vw;
}

.detail__box-bottom {
	position: relative;
	margin-top: 8vw;
	padding-top: 8vw;
	border-top-color: #ccc;
	border-top-style: solid;
	border-top-width: .2666666667vw;
}

.sec--flow {
	padding: 18.6666666667vw 0;
	background-color: #fff;
}

.sec--flow .sec__head {
	margin-bottom: 10.6666666667vw;
	text-align: center;
}

.flow {
	display: flex;
	flex-wrap: wrap;
	gap: 5.3333333333vw 0;
	counter-reset: cnt;
}

.flow>li {
	position: relative;
	width: 100%;
}

.flow__ttl {
	position: relative;
	margin-bottom: 4vw;
	font-family: "Zen Old Mincho",serif;
	font-size: 4vw;
	font-weight: 500;
	line-height: 1.25em;
}

.flow__text p {
	font-size: 3.2vw;
	line-height: 1.5em;
}

.flow__btn {
	margin: 10.6666666667vw auto 0 auto;
	width: 73.0666666667vw;
}

.gallery {
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}

.gallery__wrapper {
	display: flex;
	width: -moz-max-content;
	width: max-content;
	animation: scrollGallery 35s linear infinite;
}

.gallery__slide {
	display: flex;
	gap: 4vw;
}

.gallery__slide-item img {
	width: 100%;
	height: auto;
}

.gallery__slide-item--l {
	width: 87.2vw;
}

.gallery__slide-item--s {
	width: 87.3333333333vw;
}

.gallery__slide-item--s div:nth-child(n+2) {
	margin-top: 3.2vw;
}

.sec--present {
	padding: 18.6666666667vw 0;
	background-color: #fff;
}

.present {
	position: relative;
	padding: 17.0666666667vw 7.2vw 7.2vw 7.2vw;
	background-color: #232323;
}

.present:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26.1333333333vw 26.1333333333vw 0px 0px;
	border-color: #958c68 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
	z-index: 1;
}

.present__label {
	position: absolute;
	top: 7.7333333333vw;
	left: 0;
	color: #fff;
	font-size: 3.4666666667vw;
	font-weight: 500;
	line-height: 1.31em;
	letter-spacing: .08em;
	transform: rotate(-45deg);
	z-index: 2;
}

.present__ttl {
	position: relative;
	margin-bottom: 4.5333333333vw;
	padding-bottom: .5em;
	border-bottom-color: rgba(144,144,144,.8);
	border-bottom-style: solid;
	border-bottom-width: .2666666667vw;
	color: #fff;
	font-family: "Zen Old Mincho",serif;
	font-size: 6.4vw;
	font-weight: 500;
	text-align: center;
	line-height: 1.25em;
}

.present__text p {
	color: #ccc;
	font-size: 3.2vw;
	line-height: 1.71em;
}

.present__image {
	margin-top: 8vw;
}

@media screen and (min-width: 800px) {

body {
	font-size: 1.25vw;
}

a.on--opa {
	transition: opacity .4s ease-in-out;
}

a.on--opa:hover {
	opacity: .7;
}

.none--pc {
	display: none !important;
}

.br--pc {
	display: block;
}

.br--sp {
	display: none;
}

.sec--about {
	padding: 7.8125vw 0;
}

.about__main {
	padding: 13.28125vw 0 14.84375vw 0;
}

.sec--about .sec__text {
	margin-top: 2.34375vw;
}

.sec--about .sec__text p {
	line-height: 1.75em;
}

.about__image--01 {
	top: .390625vw;
	left: 0;
	width: 23.4375vw;
}

.about__image--02 {
	top: 0;
	right: 15.625vw;
	width: 12.421875vw;
}

.about__image--03 {
	top: 5.859375vw;
	right: -2.734375vw;
	width: 7.421875vw;
}

.about__image--04 {
	left: 10.546875vw;
	bottom: 0;
	width: 13.125vw;
}

.about__image--05 {
	right: .78125vw;
	bottom: 8.203125vw;
	width: 24.21875vw;
}

.about__image--06 {
	left: 47.265625vw;
	bottom: 3.515625vw;
	width: 7.421875vw;
}

.about__image--07 {
	top: 1.171875vw;
	left: 31.25vw;
	width: 7.421875vw;
}

.about__image--08 {
	left: -2.34375vw;
	bottom: 14.453125vw;
	width: 9.375vw;
}

.about__movie {
	margin: 10.15625vw auto 0 auto;
	width: 81.25vw;
}

.sec--cando {
	padding: 7.8125vw 0;
}

.sec--cando .sec__head {
	margin-bottom: 6.640625vw;
}

.sec--cando .sec__text {
	margin-top: 2.34375vw;
}

.cando>li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.cando>li:nth-child(n+2) {
	margin-top: 16.40625vw;
}

.cando__image {
	margin: 0;
}

.cando__image>div {
	position: absolute;
	top: 0;
}

.cando__content {
	padding: 0 7.8125vw;
	width: 42.1875vw;
}

.cando__ttl {
	font-size: 2.34375vw;
}

.cando__text p {
	line-height: 1.56em;
}

.cando__subimage {
	position: absolute;
	width: 12.5vw;
	z-index: 1;
}

.cando>li:nth-child(1) .cando__image {
	width: 39.0625vw;
	height: 25.9375vw;
	order: 2;
}

.cando>li:nth-child(1) .cando__content {
	padding-top: 4.296875vw;
	order: 1;
}

.cando>li:nth-child(1) .cando__subimage {
	left: 43.75vw;
	bottom: -7.8125vw;
}

.cando>li:nth-child(2) .cando__image {
	width: 43.75vw;
	height: 27.578125vw;
}

.cando>li:nth-child(2) .cando__content {
	padding-top: 1.5625vw;
}

.cando>li:nth-child(2) .cando__subimage {
	right: -9.375vw;
	bottom: -3.515625vw;
}

.sec--detail {
	padding-top: 7.8125vw;
}

.sec--detail .sec__head {
	margin-bottom: 3.90625vw;
}

.sec--detail .sec__text {
	margin-top: 1.5625vw;
}

li.detail {
	scroll-margin-top: 8.59375vw;
}

.detail>li:nth-child(n+2) {
	margin-top: .15625vw;
}

.detail__head {
	display: flex;
	align-items: center;
	padding: 0 4.6875vw;
	height: 28.125vw;
}

.detail--ginza .detail__head {
	background-image: url(../../img/renewal/showroom/ginza.jpg);
}

.detail--yokohama .detail__head {
	background-image: url(../../img/renewal/showroom/yokohama.jpg);
}

.detail--nagoya .detail__head {
	background-image: url(../../img/renewal/showroom/nagoya.jpg);
}

.detail--osaka .detail__head {
	background-image: url(../../img/renewal/showroom/osaka.jpg);
}

.detail__in {
	width: 41.40625vw;
}

.detail__ttl {
	margin-bottom: 1.5625vw;
	border-bottom-width: .078125vw;
	font-size: 2.8125vw;
}

.detail__area {
	display: flex;
	align-items: center;
}

.detail__area dt {
	margin: 0 1.5625vw 0 0;
	font-size: 1.25vw;
}

.detail__area dd {
	font-size: 1.09375vw;
}

.detail__btn {
	margin-top: 4.296875vw;
	width: 28.90625vw;
}

.detail__btn--online {
	margin-top: 1.5625vw;
	width: 28.90625vw;
}

.detail__btn a {
	width: 14.0625vw;
}

.detail__toggle {
	left: auto;
	right: 4.6875vw;
	bottom: 3.125vw;
	padding-right: 4.84375vw;
	height: 3.90625vw;
	font-size: 1.09375vw;
	transition: opacity .4s ease-in-out;
}

.detail__toggle:after {
	width: 3.90625vw;
	height: 3.90625vw;
	transition: background-image .4s ease-in-out;
}

.detail__close {
	bottom: -7.03125vw;
	padding-right: 4.84375vw;
	height: 3.90625vw;
	font-size: 1.09375vw;
	transition: opacity .4s ease-in-out;
}

.detail__close:after {
	width: 3.90625vw;
	height: 3.90625vw;
	transition: background-image .4s ease-in-out;
}

.detail__box {
	margin: 4.6875vw auto 9.375vw auto;
	padding: 4.6875vw;
	width: 90.625vw;
}

.detail__box-content {
	gap: 3.125vw;
}

.detail__info {
	width: 39.0625vw;
}

.detail__info>dl:nth-child(n+2) {
	margin-top: 3.125vw;
}

.detail__info>dl>dt {
	margin-bottom: 1.5625vw;
}

.detail__info>dl>dt span {
	font-size: 1.09375vw;
}

.detail__info>dl>dt:after {
	height: .078125vw;
}

.detail__info>dl>dd>dl:nth-child(n+2) {
	margin-top: 1.5625vw;
}

.detail__access-map {
	margin-top: .390625vw;
}

.detail__box-bottom {
	margin-top: 3.125vw;
	padding-top: 3.125vw;
	border-top-width: .078125vw;
}

.detail__box-btn {
	display: flex;
	justify-content: center;
	gap: 3.125vw;
}

.detail__box-btn a {
	width: 21.875vw;
}

.sec--flow {
	padding: 7.8125vw 0;
}

.sec--flow .sec__head {
	margin-bottom: 3.90625vw;
}

.flow {
	gap: 3.125vw;
}

.flow>li {
	width: 20.3125vw;
}

.flow>li:before {
	counter-increment: cnt;
	content: counter(cnt, decimal-leading-zero);
	position: absolute;
	top: .78125vw;
	left: .78125vw;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.125vw;
	height: 3.125vw;
	background-color: #393939;
	border-radius: 50%;
	color: #fff;
	font-family: "Crimson Text",serif;
	font-size: 1.640625vw;
	font-weight: 400;
	z-index: 1;
}

.flow__image {
	margin-bottom: 1.5625vw;
}

.flow__ttl {
	margin-bottom: .5em;
	font-size: 1.5625vw;
}

.flow__text p {
	font-size: 1.09375vw;
}

.flow__btn {
	margin: 2.34375vw auto 0 auto;
	width: 21.875vw;
}

.flow__btn .btn-radius span {
	font-size: 1.09375vw;
}

.gallery__wrapper {
	animation: scrollGallery 25s linear infinite;
}

.gallery__slide {
	gap: 1.484375vw;
}

.gallery__slide-item--l {
	width: 35.46875vw;
}

.gallery__slide-item--s {
	width: 35.390625vw;
}

.gallery__slide-item--s div:nth-child(n+2) {
	margin-top: 1.484375vw;
}

.sec--present {
	padding: 7.8125vw 0;
}

.present {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
}

.present:before {
	border-width: 10.9375vw 10.9375vw 0px 0px;
}

.present__label {
	top: 3.125vw;
	font-size: 1.484375vw;
	line-height: 1.31em;
}

.present__content {
	padding: 0 5.46875vw 0 8.59375vw;
	width: calc(100% - 35.9375vw);
}

.present__ttl {
	margin-bottom: 1.5625vw;
	border-bottom-width: .078125vw;
	font-size: 2.34375vw;
	text-align: left;
}

.present__text p {
	font-size: 1.09375vw;
}

.present__image {
	margin: 0;
	width: 35.9375vw;
}

}

@media screen and (min-width: 1280px) {

body {
	font-size: 1.6em;
}

.sec--about {
	padding: 100px 0;
}

.about__main {
	padding: 170px 0 190px 0;
}

.sec--about .sec__text {
	margin-top: 30px;
}

.about__image--01 {
	top: 5px;
	left: 0;
	width: 300px;
}

.about__image--02 {
	top: 0;
	right: 200px;
	width: 159px;
}

.about__image--03 {
	top: 75px;
	right: -35px;
	width: 95px;
}

.about__image--04 {
	left: 135px;
	bottom: 0;
	width: 168px;
}

.about__image--05 {
	right: 10px;
	bottom: 105px;
	width: 310px;
}

.about__image--06 {
	left: 605px;
	bottom: 45px;
	width: 95px;
}

.about__image--07 {
	top: 15px;
	left: 400px;
	width: 95px;
}

.about__image--08 {
	left: -30px;
	bottom: 185px;
	width: 120px;
}

.about__movie {
	margin: 130px auto 0 auto;
	width: 1040px;
}

.sec--cando {
	padding: 100px 0;
}

.sec--cando .sec__head {
	margin-bottom: 85px;
}

.sec--cando .sec__text {
	margin-top: 30px;
}

.cando>li:nth-child(n+2) {
	margin-top: 210px;
}

.cando__content {
	padding: 0 100px;
	width: 540px;
}

.cando__ttl {
	font-size: 3rem;
}

.cando__subimage {
	width: 160px;
}

.cando>li:nth-child(1) .cando__image {
	width: 500px;
	height: 332px;
}

.cando>li:nth-child(1) .cando__content {
	padding-top: 55px;
}

.cando>li:nth-child(1) .cando__subimage {
	left: 560px;
	bottom: -100px;
}

.cando>li:nth-child(2) .cando__image {
	width: 560px;
	height: 353px;
}

.cando>li:nth-child(2) .cando__content {
	padding-top: 20px;
}

.cando>li:nth-child(2) .cando__subimage {
	right: -120px;
	bottom: -45px;
}

.sec--detail {
	padding-top: 100px;
}

.sec--detail .sec__head {
	margin-bottom: 50px;
}

.sec--detail .sec__text {
	margin-top: 20px;
}

li.detail {
	scroll-margin-top: 110px;
}

.detail>li:nth-child(n+2) {
	margin-top: 2px;
}

.detail__head {
	padding: 0 60px;
	height: 360px;
}

.detail__in {
	width: 530px;
}

.detail__ttl {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	font-size: 3.6rem;
}

.detail__area dt {
	margin-right: 20px;
	font-size: 1.6rem;
}

.detail__area dd {
	font-size: 1.4rem;
}

.detail__btn {
	margin-top: 55px;
	width: 370px;
}

.detail__btn--online {
	margin-top: 20;
	width: 370px;
}

.detail__btn a {
	width: 180px;
}

.detail__toggle {
	right: 60px;
	bottom: 40px;
	padding-right: 62px;
	height: 50px;
	font-size: 1.4rem;
}

.detail__toggle:after {
	width: 50px;
	height: 50px;
}

.detail__close {
	bottom: -90px;
	padding-right: 62px;
	height: 50px;
	font-size: 1.4rem;
}

.detail__close:after {
	width: 50px;
	height: 50px;
}

.detail__box {
	margin: 60px auto 120px auto;
	padding: 60px;
	width: 1160px;
}

.detail__box-content {
	gap: 40px;
}

.detail__info {
	width: 500px;
}

.detail__info>dl:nth-child(n+2) {
	margin-top: 40px;
}

.detail__info>dl>dt {
	margin-bottom: 20px;
}

.detail__info>dl>dt span {
	font-size: 1.4rem;
}

.detail__info>dl>dt:after {
	height: 1px;
}

.detail__info>dl>dd>dl:nth-child(n+2) {
	margin-top: 20px;
}

.detail__access-map {
	margin-top: 5px;
}

.detail__box-bottom {
	margin-top: 40px;
	padding-top: 40px;
	border-top-width: 1px;
}

.detail__box-btn {
	gap: 40px;
}

.detail__box-btn a {
	width: 280px;
}

.sec--flow {
	padding: 100px 0;
}

.sec--flow .sec__head {
	margin-bottom: 50px;
}

.flow {
	gap: 40px;
}

.flow>li {
	width: 260px;
}

.flow>li:before {
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
	font-size: 2.1rem;
}

.flow__image {
	margin-bottom: 20px;
}

.flow__ttl {
	font-size: 2rem;
}

.flow__text p {
	font-size: 1.4rem;
}

.flow__btn {
	margin: 30px auto 0 auto;
	width: 280px;
}

.flow__btn .btn-radius span {
	font-size: 1.4rem;
}

.gallery__slide {
	gap: 19px;
}

.gallery__slide-item--l {
	width: 454px;
}

.gallery__slide-item--s {
	width: 453px;
}

.gallery__slide-item--s div:nth-child(n+2) {
	margin-top: 19px;
}

.sec--present {
	padding: 100px 0;
}

.present:before {
	border-width: 140px 140px 0px 0px;
}

.present__label {
	top: 40px;
	font-size: 1.9rem;
}

.present__content {
	padding: 0 70px 0 110px;
	width: calc(100% - 460px);
}

.present__ttl {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	font-size: 3rem;
}

.present__text p {
	font-size: 1.4rem;
}

.present__image {
	width: 460px;
}

}

@media screen and (max-width: 799px) {

.none--sp {
	display: none !important;
}

.sec--about .sec__text p {
	font-size: 3.4666666667vw;
}

.about__image--07 {
	display: none;
}

.about__image--08 {
	display: none;
}

.cando__subimage {
	display: none;
}

.sec--detail .sec__text p {
	font-size: 3.4666666667vw;
}

.detail__toggle {
	transform: translateX(-50%);
}

.detail__info .ggmap {
	padding-bottom: 75%;
}

.detail__box-btn a:nth-child(n+2) {
	margin-top: 5.3333333333vw;
}

.flow>li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flow__image {
	width: 34.4vw;
}

.flow__content {
	width: 48vw;
}

.flow__ttl {
	display: flex;
	align-items: center;
	min-height: 6.9333333333vw;
	padding-left: 8.5333333333vw;
}

.flow__ttl:before {
	counter-increment: cnt;
	content: counter(cnt, decimal-leading-zero);
	position: absolute;
	top: 50%;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6.9333333333vw;
	height: 6.9333333333vw;
	background-color: #393939;
	border-radius: 50%;
	color: #fff;
	font-family: "Crimson Text",serif;
	font-size: 4vw;
	font-weight: 400;
	transform: translateY(-50%);
	z-index: 1;
}

}

@keyframes popanime {

from {
	bottom: -1.5em;
}

to {
	bottom: 0;
}

}

@keyframes scrollGallery {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-50%);
}

}

