@charset "UTF-8";

.fixed-width h4 {
	color: #014099;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 10px;
}

.hero_box > img {
	max-width: 700px;
	display: block;
	filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 30%));
	margin: 0 auto;
}

.kinou_box > div:nth-of-type(1) {
	margin: 0 0 60px;
}

.kinou_box .tab-menu .swiper-wrapper {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px 0;
	margin: 0 0 30px;
}

.kinou_box .tab-menu .swiper-wrapper .swiper-slide {
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999;
	line-height: 1.2;
	text-align: center;
	border-bottom: 2px solid #999;
	cursor: pointer;
	transition: 0.3s;
}

.kinou_box .tab-menu .swiper-wrapper .swiper-slide:hover {
	color: #000;
	font-weight: bold;
	background: #e1e1e1;
	border-bottom: 2px solid #014099;
	opacity: 1;
}

.kinou_box .tab-menu .swiper-wrapper .swiper-slide-thumb-active {
	color: #000;
	font-weight: bold;
	border-bottom: 2px solid #014099;
	opacity: 1;
}

.kinou_box .tab-content {
	overflow-x: hidden;
}

.kinou_box .tab-content .swiper-wrapper {
	height: auto !important;
}

.kinou_box .tab-content .swiper-wrapper .swiper-slide {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.kinou_box .tab-content .swiper-wrapper .swiper-slide > div {
	width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: #F6F8FA;
    padding: 30px 30px 0;
    margin: 0 0 10px;
}

.kinou_box .tab-content .swiper-wrapper .swiper-slide > div > img {
	max-width: 700px;
    display: block;
}





.kinou_box > div:nth-of-type(2) {
	display: flex;
	flex-flow: column;
	gap: 60px;
}

.kinou_box > div:nth-of-type(2) > div {
	background: #F6F8FA;
	padding: 30px;
}

.kinou_box > div:nth-of-type(2) > div > div:nth-of-type(1) {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 20px;
}

.kinou_box > div:nth-of-type(2) > div > div:nth-of-type(1) > div {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #014099;
	border-radius: 25px;
}

.kinou_box > div:nth-of-type(2) > div > div:nth-of-type(1) > div > img {
	width: auto;
	height: 30px;
	filter: brightness(0) invert(100%);
}

.kinou_box > div:nth-of-type(2) > div > div:nth-of-type(1) > h3 {
	line-height: 1;
	border-left: 0;
	padding: 0;
	margin: 0;
}

.kinou_box > div:nth-of-type(2) > div > div:nth-of-type(2) {
	max-width: 600px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin: 0 auto 50px;
}

.kinou_box > div:nth-of-type(2) > div > div:nth-of-type(2) a {
	display: block;
}

.kinou_box > div:nth-of-type(2) > div > div:nth-of-type(2) a img {
	height: 150px;
	object-fit: cover;
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 20%);
	margin: 0 0 10px;
}

.kinou_box > div:nth-of-type(2) > div > div:nth-of-type(2) a p {
	max-width: 200px;
	text-align: center;
	background: #fff;
	border: 1px solid #014099;
	border-radius: 5px;
	padding: 0 5px;
	margin: 0 auto;
}

.kinou_box > div:nth-of-type(2) > div > ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.kinou_box > div:nth-of-type(2) > div > ul > li {
	background: #fff;
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 20%);
	padding: 10px;
}

.kinou_box > div:nth-of-type(2) > div > ul > li h4 {
	color: #014099;
	font-size: 1.6rem;
	line-height: 1.5;
	border-bottom: 1px solid #014099;
	padding: 0 0 5px;
	margin: 0 0 10px;
}

.price_box > p:nth-of-type(1) {
	margin: 0 0 10px;
}

.price_box > a {
	margin: 0 auto;
}

.price_box > div {
	max-width: 600px;
	display: grid;
	align-items: end;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	text-align: center;
	margin: 0 auto 30px;
}

.price_box > div > div:nth-of-type(1) img {
	max-width: 250px;
	display: block;
	margin: 0 auto 10px;
}

.price_box > div > div:nth-of-type(1) p {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
}

.price_box > div > div:nth-of-type(2) p:nth-of-type(1) {
	width: fit-content;
	font-size: 2.4rem;
	position: relative;
	margin: 0 auto 10px;
}

.price_box > div > div:nth-of-type(2) p:nth-of-type(1) span {
	font-size: 4rem;
	font-weight: bold;
}

.reneki_box > div {
	display: grid;
	grid-template-columns: 1fr 400px;
	gap: 30px;
}

.reneki_box > div:nth-of-type(1) {
	margin: 0 0 60px;
}

.reneki_box > div > div > p {
	margin: 0 0 30px;
}

.reneki_box > div > div > a {
	margin: 0 auto;
}

.reneki_box > div > div > div {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
	margin: 0 0 20px;
}

.reneki_box > div > div > div > div {
	display: flex;
	align-items: flex-end;
}

.reneki_box > div > div > div > div img {
	width: auto;
	height: 30px;
}

.reneki_box > div:nth-of-type(2) > div > div > div:nth-of-type(2) {
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 0;
}

.reneki_box > div:nth-of-type(2) > div > div > div:nth-of-type(2) > div {
	display: flex;
	align-items: flex-end;
	gap: 0;
}

.reneki_box > div:nth-of-type(2) > div > div > div:nth-of-type(2) > img {
	height: 15px;
	margin: 0 0 5px;
}

.reneki_box > div > div > div > div p {
	color: #eb6120;
	font-size: 3rem;
	font-weight: bold;
}

.reneki_box > div:nth-of-type(2) > div:nth-of-type(2) > img {
	max-width: 250px;
	display: block;
	margin: 0 auto;
}

.kakuchou_box > p {
	margin: 0 0 30px;
}

.kakuchou_box > div {
	display: grid;
	grid-template-columns: 1fr 350px;
	gap: 30px;
}

.kakuchou_box > div > div:nth-of-type(2) {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.kakuchou_box > div > div:nth-of-type(2) img {
	width: auto;
	height: 40px;
}

.app_box > div {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 30px;
}

.app_box > div > div:nth-of-type(1) > p {
	margin: 0 0 60px;
}

.app_box > div > div:nth-of-type(1) > div {
	width: fit-content;
	display: flex;
	gap: 10px;
	margin: 0 auto;
}

.app_box > div > div:nth-of-type(1) > div > p {
	display: flex;
	align-items: center;
	color: #fff;
	line-height: 1.5;
	background: #3d434e;
	border-radius: 10px;
	position: relative;
	padding: 10px;
	margin: 0 10px 0 0;
}

.app_box > div > div:nth-of-type(1) > div > p::after {
	content: "";
	width: 20px;
	height: 30px;
	background: #3d434e;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: absolute;
	right: -10px;
}

.app_box > div > div:nth-of-type(1) > div > div:nth-of-type(1) img,
.app_box > div > div:nth-of-type(1) > div > div:nth-of-type(2) img {
	max-width: 90px;
}

.app_box > div > div:nth-of-type(1) > div > div:nth-of-type(3) {
	display: flex;
	flex-flow: column;
	gap: 10px;
}

.app_box > div > div:nth-of-type(1) > div > div:nth-of-type(3) > a {
	width: 130px;
	display: block;
}

.app_box .app_slider {
	width: 200px;
	height: 386px;
	display: flex;
	background: url(/product/misemeg/order/img/iphone_mock.png) center top no-repeat;
	background-size: contain;
	position: relative;
	margin: auto;
}

.app_box .app_slider > div {
	top: 43px;
	right: -20px;
	width: 161px;
	height: 300px;
}

.btn_box > a {
	margin: 0 auto 60px;
}

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

	.app_box > div > div:nth-of-type(1) > div > p {
		display: none;
	}

	.app_box > div > div:nth-of-type(1) > div > div:nth-of-type(2) {
		display: none;
	}
}

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


	.kinou_box > div:nth-of-type(2) > div {
		padding: 30px 20px;
	}

	.kinou_box > div:nth-of-type(2) > div > ul {
		grid-template-columns: 1fr;
	}

	.kinou_box > div:nth-of-type(2) > div > div:nth-of-type(2) {
		grid-template-columns: 1fr;
	}

	.price_box > div {
		grid-template-columns: 1fr;
	}

	.reneki_box > div {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.reneki_box > div > div:nth-of-type(1) {
		display: contents;
	}

	.reneki_box > div > div > a {
		width: 100%;
		order: 4;
	}

	.reneki_box > div:nth-of-type(1) > div:nth-of-type(2) > img {
		max-width: 400px;
		display: block;
		margin: 0 auto 30px;
	}

	.reneki_box > div:nth-of-type(2) > div:nth-of-type(2) > img {
		margin: 0 auto 30px;
	}

	.kakuchou_box > div {
		grid-template-columns: 1fr;
	}

	.app_box > div {
		grid-template-columns: 1fr;
	}


}
