@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.fv {
    position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
	background-image: url(../img/fv_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fv_text_area {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, 0%);
	width: max-content;
	font-size: 2rem;
	line-height: 1.5;
	z-index: 1;
}

.fv_text_1,
.fv_text_2 {
	display: block;
	font-family: "Mochiy Pop One", sans-serif;
}

.fv_text_1 {
	text-align: center;
	font-size: 1em;
	letter-spacing: 0.1em;
	color: #fff;
}

.fv_text_2 {
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.5em;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.fv {
		width: 100%;
		height: auto;
		background-image: none;
	}

	.fv_text_area {
		position: absolute;
		top: 40%;
		left: 50%;
		width: max-content;
	}

	.fv_text_1 {
		width: max-content;
		margin: 0 auto;
		text-align: center;
		font-size: 1.8rem;
	}

	.fv_text_2 {
		width: max-content;
		margin: 0 auto;
		text-align: center;
		font-size: 0.5em;
	}
}

@media screen and (min-width: 1024px) {
	.fv_text_1 {
		font-size: 2rem;
	}
}

@media screen and (min-width: 1440px) {
	.fv_text_1 {
		font-size: 3rem;
	}

	.fv_text_2 {
		font-size: 0.8em;
	}
}

@media screen and (min-width: 1920px) {
	.fv_text_1 {
		font-size: 3.8rem;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.headline {
	position: relative;
	width: fit-content;
	/* max-width: 90%; */
	margin: 0 auto 0;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.5;
}

.bg .headline {
	color: #fff;
}

.headline_top {
	display: block;
	width: fit-content;
	margin: 0 auto 0;
	font-family: "Mochiy Pop One", sans-serif;
}

.headline_bottom {
	display: block;
	width: fit-content;
	margin: 2.5% auto 0 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.5em;
}

.headline_img {
	display: block;
}

@media screen and (min-width: 768px) {
	.headline_bottom {
		margin: 1.25% auto 0;
		font-size: 0.4em;
	}

	.information .headline_bottom {
		margin: 1.25% auto 0 0;
	}
}

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

}

@media screen and (min-width: 1440px) {
	.headline {
		font-size: 3rem;
	}
}

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

}

/* ---------------------------------------------------------------------------------------------------- */

.section {
	padding: 15% 0;
}

.bg {
	background-image: url(../img/bg_sp.png);
}

.bg_2 {
	background-image: url(../img/bg_2.png);
}

@media screen and (min-width: 768px) {
	.bg {
		background-image: url(../img/bg_pc.png);
	}
}

.information {
	padding: 15% 0;
}

.shopinfo {
	padding: 15% 0;
}

.container {
	width: 100%;
	margin: 10% auto 0;
}

.information .container {
	width: 90%;
	margin: 10% auto 0;
}

.shopinfo .container {
	width: 90%;
	margin: 10% auto 0;
}

.links .container {
	width: 90%;
	margin: 10% auto 0;
}

.content_top {
	width: 100%;
}

.information .content_top {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin: 0 auto 0;
}

.information .content_top > * {
	display: block;
}

.links .content_top {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 75%;
	margin: 0 auto 0;
}

.links .content_top > * {
	display: block;
	width: calc((100% - (12px * 1)) / 2);
}

.links .content_top > *:nth-of-type(n+3) > * {
	display: block;
	width: calc((100% - (12px * 1)) / 2);
	margin: 0 auto 0;
}

.links .content_top > * img {
	display: block;
	width: 100%;
	height: auto;
}

.content_middle {
	margin: 10% auto 0;
}

.content_bottom {
	position: relative;
	margin: 10% auto 0;
}

.information .content_bottom {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.information .content_bottom > * {
	display: block;
	width: calc((100% - 12px) / 2);
}

.links .content_bottom {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.links .content_bottom > * {
	width: calc((100% - 12px) / 2);
}

.text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: fit-content;
	margin: 0 auto 0;
}

.text {
	width: 100%;
	margin: 0 auto;
	line-height: 1.5;
}

.bg .text {
	color: #fff;
}

.information .img_1 {
	display: block;
	width: 100%;
	margin: 0 auto 0;
}

.btn_more {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	width: fit-content;
	padding: 5%;
	border-radius: 50%;
	background-color: #111;
	aspect-ratio: 1 / 1;
	font-size: 1rem;
	color: #fff;
}

.bg .btn_more {
	background-color: #fff;
	color: #111;
}

.information .btn_more {
	position: absolute;
	top: -15px;
	right: 5%;
}

.btn_more span:nth-of-type(1) {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
}

.btn_more span:nth-of-type(2) {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.7em;
	font-weight: 700;
}

.btn_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 90%;
	margin: 0 auto;
}

.btn_contact {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 5%;
	border: 1px #fff solid;
}

.btn_contact:nth-of-type(1) {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
}

.btn_contact:nth-of-type(2) {
	font-size: 1.2rem;
}

.btn_contact img {
	display: block;
	width: auto;
	height: 1em;
}

.btn_contact span {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #fff;
}

.info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 4px;
	width: 90%;
	margin: 0 auto;
	padding: 5%;
	border-radius: 5px;
	background-color: #161616;
}

.info:nth-of-type(n+2) {
	margin: 5% auto 0;
}

.info span {
	color: #fff;
}

.info span:nth-of-type(1) {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

table {
	width: 100%;
	font-size: 1em;
}

th,
td {
	display: block;
	padding: 0.5em;
	border: 0;
	font-family: "Noto Sans JP", sans-serif;
}

th {
	vertical-align: middle;
	background-color: #000;
	color: #fff;
}

td {
	background-color: #F3F3F3;
}

.links_content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2.5%;
	border: 2px #707070 solid;
	aspect-ratio: 5 / 3;
}

.links_text_1,
.links_text_2 {
	display: block;
	width: fit-content;
	margin: 0 auto;
	text-align: center;
}

.links_text_1 {
	font-family: "Mochiy Pop One", sans-serif;
	font-size: 1rem;
}

.links_text_2 {
	position: relative;
	margin: 5% auto 0;
	padding-right: 24px;
}

.links_text_2::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 16px;
	height: 16px;
	background-color: #000;
	clip-path: polygon(16px 50%, 0% 0%, 0% 16px);
}

@media screen and (min-width: 768px) {
	.information {
		padding: 5% 0;
	}

	.shopinfo {
		padding: 10% 0 5%;
	}

	.links {
		padding: 5% 0 10%;
	}

	.container {
		margin: 2.5% auto 0;
		width: 90%;
	}

	.information .content_top {
		flex-direction: row;
		align-items: flex-start;
		gap: 0;
		width: 100%;
	}

	.information .content_top > *:nth-of-type(1) {
		width: 50%;
		padding-right: 10%;
	}

	.information .content_top > *:nth-of-type(2) {
		width: 50%;
	}

	.links .content_top {
		gap: 60px;
		width: fit-content;
	}

	.links .content_top > * {
		/* width: calc((100% - (12px * 3)) / 4); */
		width: fit-content;
	}

	.links .content_top > *:nth-of-type(n+3) > * {
		/* width: calc((100% - (12px * 3)) / 2); */
		width: 100%;
	}

	.content_middle {
		margin: 5% auto 0;
	}

	.content_bottom {
		margin: 5% auto 0;
	}

	.information .content_bottom > * {
		width: calc((100% - (12px * 4)) / 5);
	}

	.information .content_bottom > *:nth-of-type(odd) {
		padding-top: 5%;
	}

	.information .content_bottom > *:nth-of-type(even) {
		padding-bottom: 5%;
	}

	.links .content_bottom {
		gap: 180px;
	}
	
	.links .content_bottom > * {
		width: calc((100% - 180px) / 2);
	}

	.text_wrap {
		flex-direction: row;
		gap: 12px;
	}

	.text {
		
	}

	.bg .text {
		
	}

	.information .text {
		width: 100%;
	}

	.btn_more {
		width: 125px;
	}

	.information .btn_more {
		position: absolute;
		top: auto;
		bottom: 0;
		left: -12px;
		right: auto;
		transform: translate(0%, 50%);
	}

	.btn_wrap {
		flex-direction: row;
		align-items: stretch;
	}

	.btn_contact {
		padding: 2.5% 5%;
	}

	.info {
		flex-direction: row;
		justify-content: flex-start;
		gap: 24px;
		padding: 2.5% 5%;
	}

	.info:nth-of-type(n+2) {
		margin: 2.5% auto 0;
	}

	table {
		border-spacing: 0px 12px;
		border-collapse: separate;
	}

	th,
	td {
		display: table-cell;
	}

	th {
		vertical-align: middle;
		background-color: #000;
		text-align: center;
		color: #fff;
	}

	td {
		padding: 0.5em 0.5em 0.5em 2em;
		background-color: #F3F3F3;
	}

	.links_text_1 {
		font-size: 1.6rem;
	}

	.links_text_2 {
		font-size: 1rem;
	}
}

@media screen and (min-width: 1024px) {
	.btn_more {
		width: 140px;
	}

	.news .deco {
		top: -47.5%;
        right: 37.5%;
        width: 7.5%;
	}
}

@media screen and (min-width: 1440px) {
	.information .container {
		
	}

	.shopinfo .container {
		width: 60%;
	}

	.links .container {
		width: 60%;
	}

	.information .content_top {
		width: 77.5%;
	}

	.links .content_top {
		gap: 120px;
	}

	.information .content_bottom {
		margin: 10% auto 0;
		gap: 36px;
	}

	.information .content_bottom > * {
		width: calc((100% - (36px * 4)) / 5);
	}

	.text_wrap {
		gap: 36px;
	}

	.text {
		font-size: 1.2rem;
		line-height: 2;
	}

	.btn_more {
		width: 160px;
		font-size: 1rem;
	}

	.information .btn_more {
		left: auto;
		transform: translate(-50%, 50%);
	}

	.btn_wrap {
		width: 60%;
	}

	.btn_contact:nth-of-type(1) {
		font-size: 2.2rem;
	}

	.btn_contact:nth-of-type(2) {
		font-size: 1.6rem;
	}

	.info {
		width: 80%;
	}

	.info span:nth-of-type(1) {
		font-size: 1rem;
	}

	.info span:nth-of-type(2) {
		font-size: 1.2rem;
	}

	table {
		border-spacing: 0px 24px;
		font-size: 1.2rem;
	}

	.links_text_1 {
		font-size: 2rem;
	}

	.links_text_2 {
		padding-right: 36px;
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1920px) {
	.information .content_top {
		width: 57.5%;
	}

	.btn_more {
		width: 185px;
	}

	.news .deco {
        top: -27.5%;
        right: 41.5%;
        width: 4.5%;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

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

}

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

}

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

}

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

}
