@charset "UTF-8";

/* --------------------------------
	common
-------------------------------- */

#main p {
	font-size: min(22px, 4.5vw);
	padding-top: 20px;
}

#sec02 {
	padding-bottom: min(80px, 3rem);
}

.marker {
	background-color: #fdff6c;
	font-weight: 400;
}

@media (max-width: 768px) {
	#main p {
		padding-top: 1rem;
	}
}

#main h2 {
	font-size: min(36px, 6.5vw);
}

figure img {
  transform: scale(1.005);
}


/* --------------------------------
	cover
-------------------------------- */


/* --------------------------------
	#sec01
-------------------------------- */
#sec01 {
	background-color: #ffb4b8;
}

#sec01 p {
	color: #6f6253;
	text-align: center;
	padding-bottom: 50px;
	line-height: 2.2;
	font-size: min(28px, 5vw);
	font-weight: 300;
}

@media (max-width: 768px) {
	#sec01 p {
		padding-bottom: 2rem;
	}
}

/* --------------------------------
	#sec02
-------------------------------- */

#sec02 {
    background-color: #efdacb; 
    padding: 10px 15px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
#sec02 h2, #sec02 h3 {
	text-align: center;
}

#sec02 h2 {
	font-size: min(30px, 5.5vw);
	line-height: 1.6;
}
#sec02 h3 {
	font-size: min(34px, 7vw);
	line-height: 1.4;
}
#sec02 .item-card {
    background-color: #ffffff;
    border-radius: 15px;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: center;
    color: #333333;
    font-family: sans-serif;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

#sec02 .item-card .ctr-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #009e96;
    color: #ffffff !important;
    text-decoration: none;
    padding: 15px;
	margin: 10px auto 25px;
    border-radius: 4px;
    font-size: min(26.4px, 4.8vw);
    letter-spacing: 0.1em;
    transition: opacity 0.3s;
	width: 90%;
}
#sec02 .item-card .soldout {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #666666;
    color: #ffffff !important;
    text-decoration: none;
    padding: 15px;
	margin: 10px auto 25px;
    border-radius: 4px;
    font-size: min(26.4px, 4.8vw);
    letter-spacing: 0.1em;
    transition: opacity 0.3s;
	width: 90%;
}
#sec02 .item-card .ctr-button:hover {
    opacity: 0.8;
}

#sec02 .item-card .ctr-button span {
    font-size: 10px;
    margin-left: 8px;
	color: #ffffff;
}

#sec02 .item-card .note-text {
    font-size: 10px;
    text-align: left;
    margin-top: 15px;
    color: #666;
    line-height: 1.4;
}
#sec02 .notice {
    font-size: 14px;
    text-align: left;
    margin: 0;
	padding: 0 15px 15px;
    color: #000;
	font-weight: 400;
    line-height: 1.4;
}
#sec02 .notice-soldout {
    font-size: 15px;
    text-align: center;
    margin: 0;
	padding: 0 15px 15px;
    color: #000;
	font-weight: 400;
    line-height: 1.4;
}
/* --------------------------------
	#sec03
-------------------------------- */

 #sec03 {
    background-color: #ffb4b8;
  }
 #sec03 h2 {
    color: #6f6253;
    text-align: center;
    padding: 25px 10px;
    line-height: 1.8;
    letter-spacing: 0.2rem;
    font-weight: 400;
	font-size: min(30px, 5.5vw);
  }

/* --------------------------------
	#sec05
-------------------------------- */
#sec05 {
	padding-top: min(80px, 4rem);
	padding-bottom: min(80px, 4rem);
}
#sec05 div:nth-of-type(2) {
	padding-top: 10px;
}



