@media screen and (max-width:1366px) {
    .intro__item-pix {
        width: 22vw;
        height: 22vw;
        padding: 3vw;
    }
}


@media screen and (max-width:1024px) {
	.prd-intro__cont a {
		margin: 0 20px;
		font-size: 25px;
	}
	
	.bnr__pix video {
		width: 100%;
		height: auto;
	}
	
	.side-title .af-title {
		width: 33%;
	}
	
	.instagram-item__image:last-child {
		margin: 0 10px 10px 10px;
	}

	.am-flex.wrap.instagram-item {
		justify-content: center;
	}
	
	.instagram-item__image {
		margin: 0 10px 10px 10px;
		width: calc(100% / 12 * 2 - 10px);
	}
		
	.guests-voice__cont {
		margin: 50px 10px 0;
	}

	.space-burial__subcont {
		margin: 0 10px;
	}
	
	.faq__cont {
		margin: 50px 10px 0;
	}
	
	.single-header-title {
		font-size: 30px;
	}

	#single-header {
		margin: 0 10px;
	}

	#single-event-content {
		padding: 0 10px;
	}
	
	.ginga-stage__cont {
		margin: 50px 10px 0;
		text-align: left;
	}

	.space-burial-about__cont {
		margin: 50px 10px 0;
	}

	.space-burial-plan__cont {
		margin: 50px 10px 0;
		flex-wrap: wrap;
	}
	
	.space-burial-about__item {
		min-height: 300px;
		width: calc(46% - 0px);
		margin: 0 auto 20px;
	}
	
	.space-burial-about__item:last-child {
		margin: 0 auto 20px;
	}
	
	.space-burial-plan__desc {
		margin: 30px 10px 0;
	}
	
	.space-burial__cont {
		margin: 50px auto 0;
	}
	
	.space-salon__cont {
        margin: 50px auto 0;
    }
	
	.instagram-subcont {
		margin: 50px auto 0;
	}
	
	.outline__cont {
		margin: 50px 10px 0;
	}
	
	.contact-form__desc {
		margin: 0 10px;
	}
	
	#events {
		padding: 50px 10px;
	}
	
		
	.instagram-subcont {
		margin: 50px 10px 0;
	}
	
	.legal-notice__cont {
		margin: 0 10px;
	}
}

@media screen and (max-width:991px) {
    .intro__cont {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .intro__cont > div {
        width: 50%;
    }
    
    .intro__item-pix {
        width: 30vw;
        height: 30vw;
        padding: 5vw;
    }
	
	.about__cont a {
		font-size: 30px;
		margin: 0 0 20px;
		display: block;
	}
	
	.ftr.type2 .ftr__socmed-link {
		width: 150px;
	}
	
	.prd-intro__cont a {
		margin: 0 10px;
		font-size: 20px;
	}
	
	.hdr__navi-menu {
		width: 370px;
	}
	
	.hdr__navi-lang {
		padding: 8px 16px;
		font-size: 16px;
	}
	
	.am-bg-layout.style2 .am-bg-cont {
		top: 60%;
	}
	
	.banner-text1 {
		font-size: 40px;
	}
	
	.title1 {
		margin: 0 10px;
		font-size: 20px;
        line-height: 32px;
	}

	.top-introduction__cont {
		margin: 50px 10px 0;
	}
	
	.events-cont {
		margin: 0 10px;
	}
	
	#events .event-list .btn-cont a {
		display: block;
	}

	.single-event-gal__item img {
		width: calc(90% - 80px);
		margin: 0 auto;
	}

	.slick-next {
		right: 26px;
	}

	.slider-nav {
		max-width: 700px;
	}

	figure.single-event-gal__item-pix {
		width: 100%;
	}

	.slider-nav .single-event-gal__item img {
		width: 100%;
	}
	
	.slick-prev {
		left: 10px;
	}
	
	.guess-voice__text {
		margin: 0 0 0 30px;
	}
	
	.inquiry-form__contact-col:first-child {
		width: 42%;
	}
	
	.inquiry-form__contact-col {
		width: calc(58% - 30px);
	}
}

@media screen and (max-width: 768px) {
	.prd-intro__cont a {
		display: block;
		font-size: 25px;
		margin: 10px 0;
	}
}

@media screen and (max-width: 767px) {
	.af-topgap {
		height: 110px;
	}
	
	.hdr__menu-btn {
		display: block;
		top: calc(100px / 2);
	}
	
	.am-bg-layout.style2 .am-bg-cont {
		top: 60%;
	}
	
	#sect-main-banner .am-bg-pix > img {
		height: 550px;
		object-position: right;
	}

	.banner-text1 {
		font-size: 30px;
		margin: 10px 0;
	}

	.banner-text2 {
		font-size: 22px;
		margin: 10px 0;
	}

	.banner-text3 {
		font-size: 16px;
	}

	.hdr__logo>a>img {
		max-width: 100px;
	}
	
	header {
		position: fixed;
		z-index: 5;
		width: 100%;
		top: 0;
		left: 0;
		border-bottom: 1px solid #163a6e;
	}
	
	header .am-container {
		width: 100%;
	}

	.hdr__logo > a {
		display: block;
		position: absolute;
		top: 50px;
		width: calc(100% - 170px);
		text-align: left;
		transform: translateY(-50%);
		padding: 0 0 0 20px;
	}

	.hdr__logo img {
		width: auto;
		height: 50px;
	}

	.hdr__layout {
		display: block;
		height: auto;
		width: 100%;
		position: relative;
	}

	.hdr__logo {
		text-align: center;
		height: 90px;
	}
	
	.hdr__navi {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.5s linear;
		flex-wrap: wrap;
	}

	.hdr__navi-cont {
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: space-between;
		min-height: max(710px, calc(100vh - 125px));
	}

	.hdr__navi-menu {
		position: relative;
		margin: 0;
		width: calc(100% - 1px);
	}

	.hdr__navi-menu-bg {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.hdr__navi-menu {
		display: block;
		position: relative;
		z-index: 2;
	}

	.hdr__navi-menu li,
	.hdr__navi-menu li:last-child {
		border: solid #000;
		border-width: 1px 0 0;
	}
	
	.hdr__navi-menu li:last-child {
		border: solid #000;
		border-width: 1px 0;
	}

	.hdr__navi-menu li a,
	.hdr__navi-menu li:last-child a {
		padding: 30px 0;
		color: #000;
		width: 100%;
		text-align: center;
		font-size: 20px;
	}

	.hdr__navi-btn-cont .hdr__navi-btn:last-child,
	.hdr__navi-btn-cont .hdr__navi-btn:first-child {
		border-radius: 25px;
		display: block;
		margin: 50px auto 10px;
		font-size: 16px;
	}
	
	.hdr__navi-lang {
		position: absolute;
		top: 50px;
		transform: translateY(-50%);
		right: 80px;
	}

	.hdr__navi-btn-cont .hdr__navi-btn:last-child {
		margin: 0 auto;
	}

	.hdr__navi-btn-cont {
		text-align: center;
	}
	
	.hdr__menu--show .hdr__menu-btn-icon>span {
		opacity: 0;
	}

	.hdr__menu--show .hdr__menu-btn-icon::before {
		transform: translateY(10px) rotate(225deg);
	}

	.hdr__menu--show .hdr__menu-btn-icon::after {
		transform: translateY(-10px) rotate(-225deg);
	}

	.hdr__menu--show .hdr__navi {
		max-height: 1000px;
	}
	
	header .ftr__cont {
		display: block;
	}
	
	.hdr__ftr.ftr__cont {
		padding: 30px 0 0;
		min-height: calc(100vh - 461px);
		display: flex;
		flex-direction: column;
	}

	.hdr__ftr .ftr__socmed {
		padding: 0 10px;
	}

	.hdr__ftr .ftr__addr {
		margin: auto 20px 30px;
		text-align: center;
	}
	
	.hdr__ftr .ftr__socmed-link {
		text-align: center;
		width: calc(50% - 25px);
		margin: 0 10px 20px;
		padding: 5px 0;
	}
	
	.hdr__ftr .ftr__cpright {
		margin: auto 0 0;
	}
	
	.intro__cont > div {
		width: 100%;
	}
	
	.news__item {
		display: block;
		width: 100%;
	}
	
	.links__item {
		display: block;
	}

	.inq__btn {
		padding: 50px 20px;
	}

	.inq__btn span {
		font-size: 18px;
	}

	.news__item-txt {
		width: 100%;
	}
	
	.about__cont a {
		font-size: 20px;
	}
	
	.intro__item-pix {
		width: 70vw;
		height: 70vw;
	}
	
	.intro__item {
		margin: 50px 0 0;
	}
	
	.prd-intro__hlight {
		font-size: 25px;
		text-align: left;
	}

	.prd-intro__cont > p {
		font-size: 18px;
		text-align: left;
	}

	.prd-sidepix {
		display: block;
	}

	#sect-force-presentation .am-col3 {
		width: 100%;
	}

	#sect-force-presentation .am-col9 {
		width: 100%;
	}

	.force__cont .prd-sidepix__pix {
		margin: 30px 0 0;
		width: 100%;
	}

	.bnr__title {
		text-align: center;
		padding: 90px 0;
		font-size: 46px;
	}
	
	.af-title.style2 {
		font-size: 25px;
	}
	
	#sect-prod-details .prd-sidepix__pix {
		width: 100%;
	}

	#sect-prod-details .am-col4 {
		width: 100%;
	}

	#sect-product-spidarg .am-col8 {
		width: 100%;
		margin: 30px 0 0;
	}

	.prd-sidepix__list {
		width: 100%;
		margin: 20px 0 0;
	}

	#sect-product-spidarw .am-col8 {
		width: 100%;
		margin: 30px 0 0;
	}

	#sect-product-spidargs .am-col8 {
		width: 100%;
		margin: 30px 0 0;
	}
	
	.prd-intro__cont a {
		display: block;
		margin: 20px 0;
		font-size: 20px;
	}

	#sect-case .case__row {
		display: block;
	}

	#sect-case .am-col6 {
		width: 100%;
	}

	.case__pix {
		width: 100%;
	}

	.case__pix iframe {
		height: auto;
	}

	.case__pix-caption {
		margin: 0 0 30px;
	}

	.contact__item {
		display: block;
	}

	.contact__item-field {
		width: 100%;
		margin: 10px 0;
	}
	
	.side-title {
		display: block;
	}

	.side-title .am-content {
		width: 100%;
	}

	.side-title .af-title {
		width: 100%;
		text-align: center;
	}
	
	.side-title .am-content {
		margin: unset;
	}
	
	#sect-inertia .inertia__cont {
		display: block;
	}

	#sect-inertia .af-title.style2 {
		width: 100%;
	}

	#sect-inertia .af-text {
		margin: unset;
		width: 100%;
	}
	
	#sect-stiffness .stiffness__cont {
		display: block;
	}

	#sect-stiffness .af-title.style2 {
		width: 100%;
	}

	#sect-stiffness .af-text {
		margin: unset;
		width: 100%;
	}
	
	#sect-degree-freedom .degree-freedom__cont {
		display: block;
	}

	#sect-degree-freedom .af-title.style2 {
		width: 100%;
	}

	#sect-degree-freedom .af-text {
		margin: unset;
		width: 100%;
	}
	
	#sect-realization-wearable .prd__cont {
		display: block;
	}

	#sect-realization-wearable .af-title.style2 {
		width: 100%;
	}

	#sect-realization-wearable .af-text {
		margin: unset;
		width: 100%;
	}
	
	#sect-cost .cost__cont {
		display: block;
	}

	#sect-cost .af-title.style2 {
		width: 100%;
	}

	#sect-cost .af-text {
		margin: unset;
		width: 100%;
	}
	
	.prd-sidepix__price {
		padding: unset;
	}
	
	.ftr.type2 .ftr__socmed-link {
		width: 140px;
    	margin: 15px 10px
	}

	.ftr__layout {
		display: block;
	}

	.ftr__logo {
		text-align: center;
	}

	.ftr__navi {
		margin: 50px 0;
	}

	.ftr__cpright {
		text-align: center;
	}
    
    .news__cont.am-content {
        width: 100%;
        padding-left: 0;
    }

    .links__cont.am-content {
        width: 100%;
        padding-left: 0;
    }
	
	.item-text {
		order: 2;
	}

	.item-cont {
		margin: 0 0 40px 0;
	}

	.space-salon__cont {
		display: block;
	}

	.space-salon__image {
		width: calc(100% - 20px);
		margin: 0 10px;
	}

	.space-salon__text {
		width: calc(100% - 20px);
		margin: 0 10px;
	}

	.top-introduction__cont {
		text-align: left;
	}

	.btn-cont {
		margin: 40px auto;
		display: block;
		text-align: center;
	}

	.btn-cont img {
		vertical-align: baseline;
	}

	.second-fiction__cont {
		display: block;
		padding: 30px 10px;
	}

	.second-fiction__image {
		width: 100%;
	}

	.second-fiction__text {
		width: calc(100% - 20px);
		margin: 0 10px;
	}
	
	.second-fiction__subtitle {
		width: 70px;
	}

	.second-fiction__content {
		width: calc(100% - 70px);
	}
	
	.btn-cont {
		display: flex;
		flex-wrap: wrap;
	}

	.btn-cont a {
		width: 100%;
	}

	#space-salon .btn-cont a:first-child {
		margin: 0 30px 30px;
	}

	#space-salon .btn-cont a:last-child {
		margin: 0 30px;
	}

	.space-burial__subcont {
		display: block;
	}

	.space-burial__image {
		width: 100%;
		margin: 0 0 20px;
	}

	#space-burial .btn-cont {
		margin: 40px 30px 0;
	}

	.title-en {
		font-size: 30px;
	}

	.guess-voice__item {
		display: block;
	}

	.guess-voice__image {
		width: 100%;
		margin: 0;
	}

	.guess-voice__image img {
		width: 100%;
	}

	.guess-voice__text {
		width: calc(100% - 38px);
		padding: 15px;
		margin: 0;
	}

	.instagram-item__image {
		width: calc(100% / 12 * 6 - 10px);
		margin: 0 0 10px;
	}

	.instagram-item__image img {
		width: calc(100% - 20px);
		margin: 0 10px;
	}

	.instagram-item__image:last-child {
		margin: 0;
	}

	.information-date {
		margin: 0 30px 0 10px;
	}

	#information .btn-cont {
		margin: 0 30px;
	}

	.ftr__cont {
		padding: 60px 10px;
	}

	.ftr__navi {
		margin: 30px 0;
	}
	
	.banner-title {
		font-size: 30px;
		top: 60%;
	}
	
	.banner-image img {
		height: 400px;
	}

	.coming-event {
		display: block;
		padding: 20px;
	}

	.coming-event__image {
		width: 100%;
	}

	.coming-event__text {
		width: 100%;
		margin: 20px 0 0;
	}

	.event-list {
		display: block;
	}

	.event-list__item {
		width: 100%;
	}

	.event-list .btn-cont {
		margin: 20px 0 40px;
	}
	
	#events .event-list .btn-cont {
		margin: 20px auto;
	}

	.event .btn-first {
		margin: 0 0 30px;
		padding: 12px 20px;
	}

	.single-event-gal__item img {
		height: 200px;
	}
	
	.slider-nav .single-event-gal__item img {
		height: 90px;
	}
	
	.faq-item_q::before, .faq-item_a::before {
		width: 50px;
		height: 50px;
		line-height: unset;
		align-content: center;
	}
	
	.faq-item_q > h3 {
		width: calc(100% - 120px);
	}

	.faq-item_q::after {
		right: 20px;
	}
	
	 .slick-next {
        right: 32px;
    }
	
	.single-header-title {
		font-size: 24px;
	}

	#single-event-content .btn-cont a {
		margin: 0 0 20px;
	}
	
	.single-event__map {
		width: 100%;
		height: 430px;
	}
	
	.space-burial-intro__cont {
		text-align: left;
		margin: 50px 10px 0;
	}
	
	#information .title2 {
		margin: 0;
	}

	.space-event__cont {
		margin: 50px auto 0;
	}

	#space-event .title2 {
		margin: 0;
	}

	.single-event-gal__layout {
		margin: 30px 0 0;
	}
	
	.coming-event {
		margin: 30px 0 0;
	}
	
	.space-burial-about__cont {
		display: block;
	}

	.space-burial-about__image {
		width: 100%;
	}

	.space-burial-about__content {
		width: 100%;
		margin: 0;
	}

	.space-burial-about__item {
		width: 100%;
	}

	#space-burial-plan .btn-cont a.btn-second {
		margin: 0 30px;
	}
	
	.outline__table iframe {
		width: 100%;
		height: 200px;
	}

	.outline__table tr td:first-child {
		width: 120px;
	}

	.outline__table tr td {
		padding: 10px;
	}

	.outline-message__cont {
		margin: 50px 10px 0;
	}

	.our-philosophy__subcont {
		display: block;
	}

	.our-philosoph__item {
		width: 60vw;
		height: 60vw;
		margin: 0 auto 30px;
		max-width: 250px;
		max-height: 250px;
	}

	.our-philosoph__item:last-child {
		margin: 0 auto;
	}
	
	.events-tab__cont {
		display: block;
	}

	.events-tab__link {
		width: calc(50% - 20px);
		display: block;
		margin: 0 auto 30px;
		text-align: center;
	}

	.events-tab__link:last-child {
		margin: 0 auto 30px;
	}
	
	.inquiry-form__row {
		display: block;
		margin: 0 0 40px;
	}

	.inquiry-form__contact-col:first-child {
		width: 100%;
		margin: 0 10px 20px;
	}

	.required {
		margin: 0 20px 0;
	}

	.inquiry-form__contact-col {
		width: 100%;
		margin: 0 10px;
	}
	
	.inquiry-form__contact-form {
		width: calc(100% - 20px);
		margin: 0;
	}
	
	.inquiry-form__contact-col input {
		width: 100%;
	}
	
	.contact-form__desc {
        margin: 50px 10px;
    }
	
	.inquiry-form__contact-col textarea {
		width: 100%;
	}
	
	.blog-item__pix {
		max-width: 100%;
	}
	
	.coming-event__content {
		min-height: 100px;
		height: auto;
	}
	
	.btn-second.event-btn {
		margin: 20px 0 0;
	}
	
	.sp-only {
		display: block;
	}
	
	.pc-only {
		display: none;
	}
	
	.space-burial__desc {
		text-align: left;
		margin: 20px 10px;
	}
	
	.single-information-cont__title {
		line-height: 1.2;
		font-size: 30px;
	}

	.single-information-cont {
		margin: 0 10px;
	}
	
	.last .inquiry-form__contact-col input {
		width: calc(15% - 30px);
	}
	
	.privacy-policy-cont {
		width: 100%;
	}
	
	.legal-notice__table tr td:first-child {
		width: 112px;
	}
}