/* General element styling --------------------------------------------- */

@font-face {
	font-family: 'HGSGothicM';
	src: url('fonts/HGSGothicM.woff') format('woff'),
		url('fonts/HGSGothicM.woff2') format('woff2');
	font-weight: 400;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	letter-spacing: 1pt;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	line-height: 32px;
	color: #FFFFFF;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 500;
	margin: 0 0 20px;
}

a {
	color: #112288;
}

img {
	max-width: 100%;
}

button {
	cursor: pointer;
}

html {
	scroll-behavior: smooth;
}

/* General re-usable styling ------------------------------------------- */

.am-container {
	width: calc(100% - 40px);
	margin: 0 auto;
	max-width: 1440px;
}

.am-container.style2 {
	max-width: 1000px;
}

.am-container.style3 {
	max-width: 1200px;
}

.am-container.style5 {
	width: calc(100% - 120px);
}

.am-container.bg-grey {
	background: #F5F5F5;
}

.am-flex {
	display: flex;
}

.am-flex.wrap {
	flex-wrap: wrap;
}

.am-flex.between {
	justify-content: space-between;
}

.am-flex.center {
	justify-content: center;
}

.am-flex.vert-center {
	align-items: center;
}

.am-flex.vert-stretch {
	align-items: stretch;
}

.am-flex.vert-fl-end {
	align-items: flex-end;
}

.am-col1 {
	width: calc(100% / 12);
}

.am-col2 {
	width: calc(100% / 12 * 2);
}

.am-col3 {
	width: calc(100% / 12 * 3);
}

.am-col4 {
	width: calc(100% / 12 * 4);
}

.am-col5 {
	width: calc(100% / 12 * 5);
}

.am-col6 {
	width: calc(100% / 12 * 6);
}

.am-col7 {
	width: calc(100% / 12 * 7);
}

.am-col8 {
	width: calc(100% / 12 * 8);
}

.am-col9 {
	width: calc(100% / 12 * 9);
}

.am-col10 {
	width: calc(100% / 12 * 10);
}

.am-col11 {
	width: calc(100% / 12 * 11);
}

.am-hide {
	display: none;
}

.am-center {
	text-align: center;
}

.am-sp {
	display: none;
}

.am-pc {
	display: block;
}

.am-modal__min-btn {
	border: unset;
	background: unset;
	margin: 0 auto;
	display: block;
}

dialog.am-modal__max {
	width: 100%;
	height: 100%;
	border: unset;
	background: #0003;
}

.am-modal__max-cont {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #FFF;
	width: calc(100% - 80px);
	height: calc(100% - 120px);
	padding: 20px;
	border-radius: 10px
}

.am-modal__max-pix {
	width: calc(100% - 100px);
	height: calc(100% - 150px);
	overflow: auto;
	padding: 50px;
	box-shadow: 0 0 10px #8888 inset;
	border: 1px solid #888;
}

.am-modal__max-pix>img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	margin: auto;
	/* 	cursor: zoom-in; */
}

.am-modal__max-pix.zoom>img {
	width: auto;
	height: auto;
	max-width: 200vw;
	max-height: 200vh;
	/* 	cursor: zoom-out; */
}

.am-modal__max-close.lp-btn {
	margin: 10px auto;
	display: block;
	padding: 10px;
	min-width: 140px;
}

.am-modal__max-close.lp-btn::after {
	content: unset;
}

.am-bg-layout {
    position: relative;
}

.am-bg-pix {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.am-bg-pix > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	display: block;
}

.am-bg-cont {
    position: relative;
    z-index: 1;
}

.am-bg-layout.style2 .am-bg-pix {
    position: relative;
	top: unset;
	left: unset;
	height: auto;
}

.am-bg-layout.style2 .am-bg-pix > img {
    width: 100%;
    height: auto;
    object-fit: cover;
	display: block;
}

.am-bg-layout.style2 .am-bg-cont {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
	height: auto;
}

#sect-banner .am-bg-pix > img {
    object-position: right;
}

.bnr__title {
    margin: 0;
    font-size: 50px;
    padding: 200px 0;
}

.sect-cont {
	padding: 80px 0;
}

.sect-cont.style2 {
    padding: 60px 0;
}

.af-topgap {
	height: 68px;
}

header {
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: #000;
	font-family: Noto Serif JP;
}

.hdr__layout {
	height: 100px;
}

.hdr__logo {
    margin: 0 auto 0 0;
}

.hdr__logo>a>img {
	height: auto;
}

.hdr__navi-menu {
	display: block;
}

.hdr__navi-menu {
	display: flex;
	justify-content: flex-end;
	padding: 0;
	margin: 0 10px 0 0;
	width: 450px;
}

.hdr__navi-menu li {
	list-style: none;
	text-align: center;
	border-style: solid;
	border-width: 0 1px 0 0;
	display: block;
	line-height: 1;
}

.hdr__navi-menu li:last-child {
	border-width: 0;
}

.hdr__navi-menu li a {
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	padding: 5px 20px;
	width: calc(100% - 40px);
	display: block;
	white-space: nowrap;
}

.hdr__navi-lang a {
    color: #ffff;
    text-decoration: none;
}

.hdr__navi-lang a.active {
    color: blue;
}

/* SP menu btn ---------------------------------------------*/

.hdr__menu-btn {
	position: absolute;
	top: calc(120px / 2);
	right: 15px;
	border: 2px solid #FFF;
	background: transparent;
	width: 50px;
	height: 50px;
	transform: translateY(-50%);
	display:none;
}

.hdr__menu-btn-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.hdr__menu-btn-icon::before,
.hdr__menu-btn-icon::after,
.hdr__menu-btn-icon>span {
	content: "";
	width: 30px;
	height: 2px;
	background: #FFF;
	display: block;
	margin: 8px 0;
	transition: 0.5s ease;
	opacity: 1;
}

header.hdr__menu--show {
	height: 100vh;
	overflow: auto;
}

.bnr__pix {
    text-align: center;
	padding: 0 0 50px;
}

.bnr__pix > video {
	width: 100%;
	height: auto;
}

.bnr__ov {
	position: absolute;
	bottom: 25px;
	right: 10px;
}

#sect-intro {
    color: #fff;
	padding: 0 0 50px;
}

.intro__item {
    font-size: 16px;
    text-align: center;
}

.intro__item-pix {
    background: transparent;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    padding: 50px;
    margin: 0 auto;
}

.intro__item-pix > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.intro__item-subtext {
    margin: 30px 0 0;
    font-size: 16px;
}

h3.intro__item-title {
    margin: 0;
    padding: 0;
    font-size: 25px;
}

#sect-about {
    color: #fff;
}

.af-title {
    text-align: left;
    font-size: 60px;
	margin: 0 0 50px;
}

.af-title.style2 {
    text-align: left;
    font-size: 30px;
    margin: 0 0 30px;
}

#sect-case .af-title.style2 {
    font-size: 35px;
}

.af-title.style2 > span {
    margin: 0 20px 0 0;
}

.af-text {
    font-size: 16px;
}

.af-tech-style1 > .af-text {
	width: 75%;
	margin: 0 0 0 auto;
}

.about__cont {
    text-align: left;
}

.about__cont a {
    color: #fff;
    text-decoration: none;
/*     margin: 0 60px 0 0;
    font-size: 30px; */
	margin: 0 30px 0 0;
	font-size: 1.5vw;
}

.news__item,
.links__item {
    display: flex;
    padding: 40px 0;
    border-bottom: 1px solid #1a2a58;
    color: #FFF;
    text-decoration: unset;
}

.news__item-date {
    width: 140px;
}

.news__item-txt {
    width: calc(100% - 140px);
}

.news__cont.am-content {
    width: 70%;
    padding-left: 30%;
}

.links__cont.am-content {
    width: 70%;
    padding-left: 30%;
}

.links__item-desc {
    margin:0 20px 0 0;
}

.links__item-link > a{
	color: #FFF;
	text-underline-offset: 4px;
}

.inq__btn {
    display: block;
    padding: 100px 20px;
    text-align: center;
    color: #FFF;
    text-decoration: unset;
    background: url(./images/btn-02.png);
	background-repeat: no-repeat;
	position: relative;
}

.inq__btn > span {
    position: relative;
    display: inline-block;
	font-size: 28px;
}

.inq__btn > span::after {
    content: "";
    width: 38px;
    height: 12px;
    border: solid #FFF;
    display: block;
    position: absolute;
    top: 45%;
    right: -56px;
    border-width: 0 3px 2px 0;
    transform: skew(50deg, 0deg) translateY(-50%);
}

.af-btn__cont {
	text-align: center;
	margin: 50px 0 0;
}

.af-btn {
	background-image: url("./images/btn-01.png");
	background-repeat: no-repeat;
	display: inline-block;
	height: 70px;
	line-height: 60px;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	position: relative;
	width: 308px;
	background-size: 100% 100%;
}

.af-btn::after {
    content: "";
    width: 38px;
    height: 12px;
    border: solid #FFF;
    display: block;
    position: absolute;
    top: 45%;
    right: 10px;
    border-width: 0 3px 2px 0;
    transform: skew(50deg, 0deg) translateY(-50%);
}

span.wpcf7-spinner {
    display: block;
}

#sect-prod-details {
    padding: 60px 0;
}
/*kenji*/
.prd-intro__cont {
    text-align: center;
}
/*.prd-intro__cont {
    text-align: left;
}*/

.prd-intro__cont > p {
    font-size: 20px;
}

.prd-intro__hlight {
    font-size: 30px;
    font-weight: 700;
	line-height: 1.8;
}

.prd-sidepix {
    margin: 40px 0 0;
}

.prd-sidepix__pix {
    width: calc(100% - 50px);
/*     margin: 0 0 0 50px; */
    background: #FFF;
    text-align: center;
    padding: 36px 0;
}

.prd-sidepix__title {
    position: relative;
}

.prd-sidepix__title::after {
    content: "";
    width: calc(90% - 60px);
    height: 1px;
    background: #8c8d8e;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
}

.case__pix > iframe {
    width: 100%;
    height: 25vw;
    max-height: 360px;
}

.case__pix {
    width: calc(100% - 20px);
    margin: 0 auto 0 0;
}

.case__row > div:nth-child(2n) .case__pix {
    margin: 0 0 0 auto;
}

.case__pix-caption {
    text-align: center;
	font-size: 18px;
	margin: 0 0 40px;
}

.contact__item {
    display: flex;
    margin: 0 0 30px;
}

.contact__item-lbl {
    width: 170px;
}

.contact__item-field {
    width: calc(100% - 170px);
}

.contact__item-field > input[type='text'], .contact__item-field > textarea {
    width: calc(100% - 32px);
    padding: 15px;
    border: 1px solid #163a6e;
    background: #000;
    color: #FFF;
}

.contact__item-field > span > input[type='text'], .contact__item-field > span > textarea, .contact__item-field > span > input[type='email'] {
    width: calc(100% - 32px);
    padding: 15px;
    border: 1px solid #163a6e;
    background: #000;
    color: #FFF;
	font-size: 16px;
}

.contact__item-field > span > textarea {
    width: calc(100% - 32px);
    min-height: 150px;
}

.contact__chkbox {
    margin: 60px auto 70px auto;
    width: fit-content;
}

.contact__chkbox > input[type='checkbox'] {
    color: #FFF;
    background: #000;
    border: 1px solid blue;
}

.contact__submit {
    text-align: center;
    margin: 0 0 40px;
}

.contact__cont {
    padding: 40px 0;
}

.prd-intro__cont a {
    color: #fff;
    text-decoration: none;
    margin: 0 40px;
    font-size: 30px;
}

.mgt-50 {
	margin-top: 50px;
}

header .ftr__cont {
    display: none;
}

#sect-news .af-title {
    text-align: left;
}

.side-title a {
    display: inline-block;
}

.side-title a:last-child {
    margin: 20px 0 0;
}


/* Footer --------------------------------------------------------------------- */

.force__cont .prd-sidepix__pix {
    padding: 0;
}

.hdr__navi-menu li.active a {
    color: blue;
}

#sect-thanks .af-title.style2 {
    text-align: center;
}

.thanks__cont {
    text-align: center;
}

section#sect-thanks {
    min-height: calc(100vh - 676px);
}

.side-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.side-title .af-title {
    width: 30%;
}

.side-title .am-content {
    width: 70%;
	margin: 70px 0 0;
}

.intro__item-subtext.price {
    margin: 0;
}

#sect-product-spidarg p {
    margin: 0 0 20px;
}

.prd-sidepix__price {
    text-align: right;
    margin: 30px 0 0 0;
	font-size: 30px;
    padding: 0 100px 0 0;
}

#sect-product-spidargs p {
    margin: 0 0 20px;
}

#sect-product-spidarw p {
    margin: 0 0 20px;
}

/* #sect-inertia .inertia__cont {
    display: flex;
}

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

#sect-inertia .af-text {
    margin: 40px 0 0;
    width: 75%;
}

#sect-stiffness .stiffness__cont {
    display: flex;
}

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

#sect-stiffness .af-text {
    margin: 40px 0 0;
    width: 75%;
}

#sect-degree-freedom .degree-freedom__cont {
    display: flex;
}

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

#sect-degree-freedom .af-text {
    margin: 40px 0 0;
    width: 75%;
}

#sect-realization-wearable .prd__cont {
    display: flex;
}

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

#sect-realization-wearable .af-text {
    margin: 40px 0 0;
    width: 75%;
}

#sect-cost .cost__cont {
    display: flex;
}

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

#sect-cost .af-text {
    margin: 40px 0 0;
    width: 75%;
} */

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

#sect-case .am-col6 img {
    margin: 0px 15px 0 0;
    width: calc(100% - 30px);
}

.item-text span {
    font-size: 14px;
}

.item-text {
    font-size: 18px;
}

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

.ftr {
    font-size: 16px;
}

.ftr__cpright {
    font-size: 15px;
}

.ftr__navi-menu {
    align-items: flex-start;
}

.ftr__cont {
    padding: 60px 0;
}

.ftr__socmed-link {
    color: #FFF;
    text-decoration: unset;
}

.ftr__cpright {
    background: #040d17;
    color: #FFF;
    padding: 10px;
}

.ftr.type2 .ftr__cont {
    text-align: center;
}

.ftr.type2 .ftr__logo,
.ftr.type2 .ftr__addr {
    margin: 0 0 20px;
}

.ftr.type2 .ftr__socmed-link,
.hdr__ftr .ftr__socmed-link {
    display: inline-block;
    background: #000;
    width: 200px;
    margin: 0 7px 40px;
    border: 1px solid #8f9195;
    border-radius: 20px;
}

.ftr.type2 .ftr__navi-menu {
    justify-content: center;
    margin: 0;
    width: 100%;
}

.ftr__cpright.type2 {
    background: #040d17;
    padding: 30px 0;
    text-align: center;
}

@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%;
	}
}

@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;
	}
}

@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;
	}
	
	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: 65px;
		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: 120px;
	}
	
	.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 #FFF;
		border-width: 1px 0 0;
	}
	
	.hdr__navi-menu li:last-child {
		border: solid #FFF;
		border-width: 1px 0;
	}

	.hdr__navi-menu li a,
	.hdr__navi-menu li:last-child a {
		padding: 30px 0;
		color: #FFF;
		font-weight: 200;
		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: 60px;
		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;
	}
}