@charset "UTF-8";

body {
	min-width: auto;
}

/* display */
@media screen and (max-width: 640px) {
	.pc-show {
		display: none !important;
	}
}

@media screen and (min-width: 641px) {
	.sp-show {
		display: none !important;
	}
}

img {
    height: auto;
} 


/* main */
.main {
	position: relative;
}

.main-title {
	position: absolute;
	inset: 0;
	height: fit-content;
	margin: auto;
	
}

.main-title__ttl {
	font-family: serif;
	font-weight: bold;
	line-height: 1.8;
	color: #54426c;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.main {
		aspect-ratio: 9 / 5;
		background: url("/assets/images/tokushu/sp_main.jpg") center / cover no-repeat;
	}

	.main-title__ttl {
		font-size: 1.2rem;
		filter: drop-shadow(2px 2px 0.4rem rgb(255 255 255 / 600%)) drop-shadow(-2px -2px 1rem rgb(255 255 255 / 600%)) drop-shadow(-1px 0 0.1rem rgb(255 255 255 / 600%)) drop-shadow(-1px 0 0.1rem rgb(255 255 255 / 600%));
	}

	.main-title__ttl--l {
		font-size: 2.2rem;
		filter: drop-shadow(2px 2px 0.4rem rgb(255 255 255 / 600%));
	}
}

@media screen and (min-width: 641px)  {
	.main {
		aspect-ratio: 64 / 15;
		background: url("/assets/images/tokushu/main.jpg") center / cover no-repeat;
	}

	.main-title__ttl {
		font-size: 1.5rem;
	}

	.main-title__ttl--l {
		font-size: 3rem;
	}
}

/* 導入 */
.product {
	background: #f7f6fa;
}

.product__inner {
	padding: 0 calc((100% - 960px) / 2);
	padding-bottom: 5rem;
	margin-top: 0;
	
}

.head {
	background: #fff;
}

.head__inner {
	padding: 2rem 1rem;
}

.head__title {
	padding: 5rem 0 1rem;
	font-family: serif;
    font-size: 1.7rem;
    font-weight: bold;
	line-height: 1.5;
    color: #54426c;
	text-align: center;
}

.head__txt {
	padding-bottom: 4rem;
	text-align: center;
}

.head__title--s {
    width: fit-content;
	padding: 0;
    margin: auto;
    font-size: 1.2rem;
	background: linear-gradient(transparent 50%, #f7ffce 50%);
}

.head__title--m {
	padding: 1rem 0;
    font-size: 1.4rem;
}

.head__link {
	display: block;
    padding: 1rem;
    margin: auto;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
	text-align: center;
    background: #262a73;
	border: 1px solid #262a73;
    border-radius: 3rem;
}

.head__link::after {
    display: inline-block;
	height: 0.5em;
    aspect-ratio: cos(30deg);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: "";
    background-color: currentcolor;
    transform: translateY(-15%) translateX(85%);
}

.head__link:hover {
	color: #262a73;
	background: #fff;
	border: 1px solid #262a73;
}

.head__link:hover::after {
	color: #262a73;
}


@media screen and (max-width: 640px) {
	.head__title {
		padding :3rem 1rem 0;
		font-size: 1.2rem;
	}

	.head__title--s {
		padding: 0;
	}

	.head__title--m {
		padding: 1rem 0;
	}

	.head__txt {
		padding: 1rem 1rem 3rem;
		text-align: justify;
	}

	.head__title--l {
		font-size: 2rem;
	}
}

@media screen and (min-width: 640px) {
	.head__link {
		width: 50%;
	}
}



/* 商品 */
.product-title {
    padding: 1rem 0;
	background: #efedfa;
}

.product-title__ttl {
	margin-bottom: 0;
	font-family: serif;
	font-size: 1.7rem;
	line-height: 1.5;
	color: #54426c;
	text-align: center;
}

.product-title__txt {
	font-size: 1.2rem;
}


.product-list {
	display: flex;
    flex-wrap: wrap;
    gap: 2rem;
	row-gap: 4rem;
    justify-content: center;
	padding: 3rem 0;
	background: #fff;
}

.product-list--mg {
	margin-bottom: 2rem;
}

.product-list__item {
	display: flex;
    flex-direction: column;
    row-gap: .5rem;
}

.product-list__price {
	font-size: 1.3rem;
	font-weight: bold;
}

.product-list__price--main {
	font-size: 1.75rem;
}

.product-list__price--s {
	font-size: .9rem;
}

.product-list__ttl {
	flex: 1;
}

.product-list__ttl--main {
	font-size: 1.2rem;
	font-weight: bold;
}

.product-list__txt {
	padding: .5rem 0;
	font-size: .9rem;
	border-top: 1px solid #d3d3d3;
}

.product-btn {
	display: inline-block;
    width: 100%;
	padding: .5rem 0;
    font-weight: bold;
    color: #fff;
    text-align: center;
	background: #c62828;
	border-radius: .5rem;
}

.product-btn::after {
    display: inline-block;
	height: 0.5em;
    aspect-ratio: cos(30deg);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: "";
    background-color: currentcolor;
	transform: translateY(-15%) translateX(85%);
}

@media screen and (max-width: 640px) {
	.product-list {
		gap: 1rem;
		row-gap: 4rem;
	}

	.product-list__item {
		width: 45%;
	}

	.product-list__item--main {
		padding: 0 1rem;
	}
}

@media screen and (min-width: 641px) {
	.product-list__item {
		width: 20%;
	}

	.product-list__item--main {
		width: 100%;
	}
}

.product-main {
	display: flex;
    gap: 2rem;
    background: #fff;
}

.product-list__icon {
    padding: .5rem 0 .5rem 1rem;
    margin-bottom: 1rem;
	font-size: 1.2rem;
    background: #f5f5f5;
    border-bottom: 2px solid #cfcfcf;
    border-left: 5px solid #844585;
}

.cont-left {
	position: relative;
}

.cont-left__cap {
	position: absolute;
	bottom: 0;
    padding-left: .5rem;
	margin: 0;
	filter: drop-shadow(0 0 5px white) drop-shadow(0 0 5px white) drop-shadow(0 0 5px white) drop-shadow(0 0 5px white);
    
}

@media screen and (max-width: 640px)  {
	.product-main {
		flex-direction: column;
	}

	.cont-left__img {
		padding: 0 1rem;
	}

	.product-list__item--main {
		width: 100%;
	}

	.cont-left__cap {
		padding-left: 1.5rem;
	}

	.product-list--main {
		padding: 0;
	}

	.product-list__icon {
		margin: 3rem 1rem 1rem;
	}
}

@media screen and (min-width: 641px)  {
	.cont-left {
		flex: 1;
	}

	.product-list--main {
		flex: 1;
	}

	.product-main {
		align-items: center;
		padding: 3.5rem 3.35rem 0;
	}
}


/* ここからそうめん */

.head--blue {
	background: #f1f9ff;
}

.head__title--blue {
	color: #00006a;
}

.product--blue {
	background: #f1f9ff;
}

.main-title__ttl--blue {
	color: #00006a;
}

.product-list__icon--blue {
	border-left: 5px solid #4b7fa3;
}

.price-txt {
	display: flex;
    align-items: center;
    padding-top: 1rem;
	font-size: 1.1rem;
    font-weight: bold;
    background: #fff;
}

.price-txt::before {
	flex-grow: 1;
    height: 1px;
    content: "";
	background-color: #000;
	
}

.price-txt::after {
	flex-grow: 1;
    height: 1px;
    content: "";
	background-color: #000;
	
}

@media screen and (max-width: 640px) {
	.main--somen {
		background: url("/assets/images/tokushu/sp_main_somen.jpg") center / cover no-repeat;
	}

	.product-list__item--somen {
		width: 47%;
	}

	.product-list--somen {
		justify-content: space-between;
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.price-txt::before {
		margin: 0 1rem;
	}

	.price-txt::after {
		margin: 0 1rem;
	}

	.price-txt {
		text-align: center;
	}

	.price-txt__inner {
		padding-top: 3rem;
	}
}

@media screen and (min-width: 641px) {
	.main--somen {
		background: url("/assets/images/tokushu/main_somen.jpg") center / cover no-repeat;
	}

	.price-txt::before {
		margin: 0 1rem 0 3.5rem;
	}

	.price-txt::after {
		margin: 0 3.5rem 0 1rem;
	}

	.price-txt__inner {
		padding-top: 1rem;
	}
}

.product-subtitle {
    padding: 1rem 0;
    font-weight: bold;
    color: #fff;
    text-align: center;
	background: #171786;
}

@media screen and (max-width: 640px) {
	.product-subtitle {
		font-size: 1.3rem;
	}
}

@media screen and (min-width: 641px) {
	.product-subtitle {
		font-size: 1.5rem;
	}
}