@charset "UTF-8";
p {
	font-size: 16px;
}
li {
	list-style: none;
}

/*共通パーツ*/
main {
	overflow-x: hidden;
}
main .f-container.--full{
	width: auto;
}
main .f-container.--float {
	width: 100%;
}
.p-products-detail-data {
	margin: 0;
}
.p-products-detail-data-table {
	width: 860px;
	margin: 0 auto 50px;
}
.c-cardList {
	flex-wrap: nowrap;
}
.c-cardItem {
	margin: 0 34px 40px 0;
}
.-col04 .c-cardItem {
    width: 250px;
    height: 280px;
}
.-col04 .c-cardItem.--nolink,
.-col04 .c-cardItem.--nolink:hover {
	box-shadow: none;
}
/*a 赤ボタン*/
.lp-latte-button {
	display: flex;
	justify-content: center;
}
.lp-latte-button.--instagram {
	justify-content: flex-start;
}
.lp-latte-button a {
	display: inline-block;
	padding: 20px 40px;
	width: 400px;
	text-align: center;
	background-color: #EA0029;
	color: #FFF;
}
.lp-latte-button.--instagram a {
	width: 350px;
}
.lp-latte-button.--reverse a {
	background-color: #FFF;
	color: #EA0029;
	border: 1px solid #EA0029;
}
.lp-latte-button a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.lp-latte-button.--reverse a:hover {
	text-decoration: none;
	background-color: #EA0029;
	color: #FFF;
	opacity: 1.0;
}
/*section ブロック*/
.lp-latte-section {
	width: 1100px;
	margin: 0 auto;
	padding: 60px 0;
}
.lp-latte-separator{
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	margin-top: 30px;
}
.lp-latte-footer {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
}
/* h1 赤字タイトル*/
.lp-latte-title {
	position: relative;
	color: #EA0029;
	margin: 0 0 50px;
	text-align: center;
	font-weight: normal;
	line-height: 1.4;
}
.lp-latte-title::after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 2px;
	background-color: #EA0029;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 25px);
}
.--large {
	font-size: 34px !important;
}
.--small {
	font-size: 80% !important;
}
.--red {
	color: #EA0029 !important;
}
.--mincho {
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.--bold {
	font-weight: bold;
}
.--bggray {
	background-color: #F3F5F6;
}
.--bgwhite {
	background-color: #FFF;
}
.--bggradation {
	background-image: linear-gradient(180deg, #FFF, #F3F5F6);
}

/*MV*/
.lp-latte-mv {
	text-align: center;
	margin: 40px 0 0;
}
.lp-latte-nav {
	padding: 60px 0;
}
.lp-latte-inner {
	margin: 0 auto;
}
.lp-latte-nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	gap: 60px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.lp-latte-nav-item a {
	display: block;
	width: 200px;
	padding: 12px 4px;
	text-align: center;
	border-radius: 100px;
	border: 2px solid #EA0029;
	background-color: #FFF;
	color: #EA0029;
	font-size: 15px;
	font-weight: bold;
}
.lp-latte-nav-item a:hover {
	text-decoration: none;
	background-color: #EA0029;
	color: #FFF;
}
.lp-latte-nav-logo {
	width: 180px;
	margin: 0 auto 40px;	
}
.lp-latte-lead {
	text-align: center;
}
.lp-latte-lead-title {
	margin: 0 0 40px;
	letter-spacing: 4px;
}
.lp-latte-lead-subtitle {
	margin: 0 0 30px;
}
.lp-latte-lead-detail {
	margin: 0 0 30px;
	line-height: 2.4;
}

/*副賞*/
.lp-latte-prize {
	display: flex;
}
.lp-latte-prize-text {
	width: 550px;
	padding: 50px 30px 30px;
	background-color: #000;
	text-align: left;
	color: #FFF;
}
.lp-latte-prize-title {
	margin: 0 0 20px;
	line-height: 1.4;
}
.lp-latte-prize-large {
	font-size: 40px;
	padding: 0 4px;
}

.lp-latte-prize-text a {
	margin: 0 0 20px;
	text-decoration: underline;
}
.lp-latte-prize-text a:hover {
	text-decoration: none;
	color: #EA0029;
}

/*期間*/
.lp-latte-period {
	display: flex;
	gap: 22px;
}
.lp-latte-period-block {
	width: 350px;
	height: 450px;
	background-color: #F3F5F6;
}
.lp-latte-period-block:last-child .lp-latte-period-title::after {
	content: none;
}
.lp-latte-period-title {
	position: relative;
	margin: 0;
	padding: 4px 0;
	text-align: center;
	color: #FFF;
	background-color: #000;
	font-size: 18px;
	font-weight: bold;
}
.lp-latte-period-title::after {
	content: "";
	position: absolute;
	right: -20px;
	top: 0px;
	border-style: solid;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #000000;
	border-right: 0;
}
.lp-latte-period-details {
	padding: 0 20px 20px;
}
.lp-latte-period-details span {
	font-size: 20px;
}

.lp-latte-period-details dl {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.lp-latte-period-details dt {
	width: 26%;
	height: 30px;
	margin-top: 6px;
	padding: 0 0 5px 0;
	text-align: center;
	border: 1px solid #000;
	background-color: #FFF;
	font-weight: bold;
}
.lp-latte-period-details dd {
	width: 70%;
}
.lp-latte-period-details dd p {
	margin: 0;
	font-weight: bold;
}

/*大会の様子をチェック！*/
.lp-latte-check {
	display: flex;
	border: 1px solid #DDD;
}
.lp-latte-check-info {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0 40px;
	padding: 30px;
}
.lp-latte-check-qr {
	width: 160px;
	height: auto;
}
.lp-latte-check-title {
	margin: 0;
	font-size: 26px;
}

/*大会結果*/
.lp-latte-result .c-leftbarTitle {
	margin: 50px 0 20px;
}
.lp-latte-result-note {
	display: inline-block;
	padding-bottom: 20px;
	font-size: 14px;
}

/*中間部画像*/
.lp-latte-separator-img {
	display: flex;
}

/*大会使用機*/
.lp-latte-machine {
	display: flex;
	gap: 32px;
}
.lp-latte-history {
	padding: 50px 40px;
}
.lp-latte-history-title {
	margin: 0 0 30px;
}
.lp-latte-history-logo {
	display: flex;
	align-items: center;
	margin: 0 0 10px;
	font-size: 20px;
}
.lp-latte-history-logo figure {
	width: 200px;
    padding-right: 10px;
}
.lp-latte-history-flex {
	display: flex;
	gap: 30px;
}
.lp-latte-history-left {
	display: flex;
    flex-direction: column;
    align-items: center;
	gap: 20px;
    width: 40%;
}
.lp-latte-history-iframe {
	width: 88%;
	height: 250px;
}
.lp-latte-history-right {
	width: 60%;
}
.lp-latte-history-subtitle {
	font-size: 20px;
}
.lp-latte-history-subtitle:nth-of-type(2) {
	margin-top: 30px;
}
.lp-latte-history-certification {
	display: flex;
    flex-direction: column;
    gap: 30px;
	border: 1px solid #CCC;
	padding: 30px;
}
.lp-latte-history-block {
	display: flex;
	align-items: center;
	gap: 30px;
}
.lp-latte-history-block img {
	width: 80px;
}
.lp-latte-history-block p {
	margin: 0 0 20px;
}
.lp-latte-message {
	margin: 50px 0 0 !important;
	padding: 50px 40px;
}
.lp-latte-message-title {
	margin-top: 0;
}
.lp-latte-message-flex {
	display: flex;
	gap: 40px;
}
.lp-latte-message-text {
	width: 70%;
}
.lp-latte-message-img {
	width: 30%;
}
.lp-latte-message-text p:first-child {
	margin-top: 0;
}

/*審査員*/
.lp-latte-judge-list {
	display: flex;
	justify-content: space-between;
	gap: 50px;
	padding: 0;
}
.lp-latte-judge-list li img {
	width: 300px;
}
.lp-latte-judge-text {
	padding: 20px 0 0;
	text-align: center;
	line-height: 1.6;
}
.lp-latte-judge-details {
	font-size: 13px;
}

/*協賛*/
.lp-latte-sponsor-list {
	display: flex;
	justify-content: center;
	gap: 20px;
	padding: 0;
}
.lp-latte-sponsor-list img {
	border: 1px solid #CCC;
}
.lp-latte-sponsor-list li {
	transition: 0.5s;
}
.lp-latte-sponsor-list li:hover {
	opacity: 0.7;
}
.lp-latte-sponsor-list li a:hover {
	text-decoration: none;
	color: #000;
}
.lp-latte-sponsor-list li img {
	width: 240px;
}
.lp-latte-sponsor-text {
	text-align: center;
}


@media screen and (max-width: 1184px) {
	main {
		overflow-x: visible;
	}
	main .f-container.--full {
		width: 1184px;
	}
	main .f-container.--separator {
		width: 1184px;
		padding: 0;
	}
	.c-cardList {
		flex-wrap: wrap;
	}
	.lp-latte-separator,
	.lp-latte-footer {
		width: auto;
		margin-left: 0; 
		margin-top: 0;
	}
}


@media screen and (max-width: 767px) {
	/*共通パーツ*/
	main .f-container {
		margin: 0;
	}
	main .f-container.--full,
	main .f-container.--separator {
		width: auto;
	}
	.c-topicPath {
		margin: 0 20px;
	}
	.c-cardItem {
		margin: 0 4% 4% 0;
	}
	.-col04 .c-cardItem {
		width: 48%;
		height: auto;
	}
	.-col04 .c-cardItem:nth-child(2n) {
		margin: 0 0 4%;
	}
	.c-card-img {
		margin: 0;
	}
	.c-card-name {
		padding-bottom: 12px;
	}
	.p-products-detail-data-table {
		width: 100%;
		margin: 0 0 40px 0;
	}
	.lp-latte-button a{
		padding: 20px 20px;
	}
	.lp-latte-button.--instagram a {
		width: 100%;
	}
	.lp-latte-section {
		width: auto;
		margin: 0 20px;
		padding: 50px 0 40px;
	}
	.--large {
		font-size: clamp(1.5rem, 1.053rem + 2.24vw, 2.125rem) !important;
	}

	/*MV*/
	.lp-latte-mv {
		margin: 16px 0 24px;
	}
	.lp-latte-mv img {
		min-width: 124px;
	}
	.lp-latte-nav {
		padding: 40px 0;
	}
	.lp-latte-inner {
		width: auto;
		margin: 0 20px;
		padding: 0;
	}
	.lp-latte-nav-list {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.lp-latte-nav-item {
		width: 220px;
		margin: 0 auto 24px;
	}
	.lp-latte-nav-item a {
		width: 100%;
	}
	.lp-latte-nav-logo {
		width: 160px;
		margin: 0 auto 16px;
	}
	.lp-latte-lead {
		font-size: 22px;
	}

	/*副賞*/
	.lp-latte-prize {
		flex-direction: column;
	}
	.lp-latte-prize img {
		width: 100%;
	}
	.lp-latte-prize-large {
		font-size: clamp(2rem, 1.553rem + 2.24vw, 2.625rem);
	}
	.lp-latte-prize-text {
		width: auto;
		padding: 35px 25px;
	}

	/*期間*/
	.lp-latte-period {
		flex-direction: column;
	}
	.lp-latte-period-block {
		width: 100%;
		height: auto;
	}
	.lp-latte-period-title {
		padding: 10px 0;
	}
	.lp-latte-period-title::after {
		content: none;
	}
	.lp-latte-period-details dt {
		min-width: 70px;
		padding: 2px 0 0 0;
	}

	/*大会の様子をチェック！*/
	.lp-latte-check {
		flex-direction: column;
	}
	.lp-latte-check-info {
		padding: 40px 25px;
	}
	.lp-latte-check-text {
		width: 100%;
	}
	.lp-latte-check-title {
		margin: 0;
	}
	.lp-latte-check-detail {
		margin: 20px 0 30px;
	}
	.lp-latte-check-img {
		width: 100%;
	}

	/*大会結果*/
	.lp-latte-result .c-leftbarTitle {
		margin: 40px 0 0;
	}
	.lp-latte-result-note {
		font-size: 13px;
	}

	/*募集要項*/
	.lp-latte-recruitment-note th {
		display: flex;
		flex-direction: column;
	}

	/*中間部画像*/
	.lp-latte-separator-img {
		flex-direction: column;
	}

	/*大会使用機*/
	.lp-latte-machine {
		flex-direction: column;
	}
	.lp-latte-history {
		padding: 30px 20px;
	}
	.lp-latte-history-logo {
		margin: 0 0 20px;
	}
	.lp-latte-history-flex {
		flex-direction: column;
		gap: 0;
	}
	.lp-latte-history-left,
	.lp-latte-history-right {
		width: 100%;
	}
	.lp-latte-history-img {
		width: 100%;
		text-align: center;
	}
	.lp-latte-history-iframe {
		width: 100%;
		height: 50vw;
	}
	.lp-latte-history-subtitle {
		margin: 40px 0 20px;
	}
	.lp-latte-history-certification {
		padding: 20px 15px;
	}
	.lp-latte-message {
		padding: 30px 20px;
	}
	.lp-latte-message-flex {
		flex-direction: column-reverse;
	}
	.lp-latte-message-text,
	.lp-latte-message-img {
		width: 100%;
	}

	/*審査員*/
	.lp-latte-judge-list{
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
	.lp-latte-judge-list li img {
		width: 220px;
	}

	/*協賛*/
	.lp-latte-sponsor-list {
		flex-wrap: wrap;
	}
	.lp-latte-sponsor-list::after {
		content:"";
		display: block;
		width: 45%;
		max-width: 240px;
	}
	.lp-latte-sponsor-list li {
		width: 45%;
		max-width: 240px;
	}
}
