@charset "UTF-8";

.mobile {
	display: none !important;
}

.k-header .logo {
  font-size: calc(100vw * 0.66 * 0.05);
}

/******************************************************************************* code */
.home {
	height: 540px;
	overflow: hidden;
}

/*
.home.catch {
	overflow: hidden;
	background: url(../image/2411/top.jpeg);
	background-position: center bottom 22%;
	background-size: 100%;
}
*/

.home .catch-img img {
	display: none;
	height: 540px;
	width: 100vw;
	object-fit: cover;
	opacity: 1;
}

.home.catch .one {
	top: 20px;
  margin-left: 50%;
  transform: translateX(-50%);
	animation: 0.7s cubic-bezier(.55,.06,.68,.19) 0s catch-one-move;
	font-size: 2.5rem;
  line-height: 4rem;
}

@keyframes catch-one-move {
  from {
		top: -200px;
  }
  to {
		top: 20px;
  }
}

.home.catch .two {
	width: 100%;
  height: 79px;
	bottom: 250px;
  margin-left: 50%;
	font-size: 1.5rem;
  transform: translateX(-50%);
	animation: 0.7s cubic-bezier(.55,.06,.68,.19) 0s catch-two-move;
}

@keyframes catch-two-move {
  from {
		bottom: -100px;
  }
  to {
		bottom: 250px;
  }
}

.code div {
	width: 50%;
	margin: 1rem 0 1rem 0;
}

.code h2 {
	font-size: 3rem;
	line-height: 3rem;
}

.code .caption {
	text-align: center;
}

/******************************************************************************* list */

.item.catch {
  margin-top: 2rem;
  margin-bottom: 2rem;
	--h2: min(calc(var(--width)/20),3rem);
	--h3: min(calc(var(--width)/28),calc(var(--h2) * 0.6));
}

.item.catch h2 {
	line-height: 3rem;
  font-size: var(--h2);
}

.item.catch h3 {
	margin-top: var(--h3);
	line-height: var(--h3);
	font-size: var(--h3);
}

.items {
	/*
	margin-top: 2rem;
	margin-bottom: 2rem;
	*/
}

.item-list {
  display: grid;
	grid-template-columns: repeat(3, calc(var(--width) / 3));
}

.item-list img {
  max-height: calc(100vw / 3);
}

.item-list h4 {
	width: 100%;
	border-top: dotted 0.2em #0f6a1a;
	margin-top: 20px;
	padding: 20px 0;
}

.item-detail {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.item-detail .item {
	display: grid;
	grid-template-columns: 50% 1fr;
	gap: 2rem;
	margin-bottom: 2rem;
	padding: 0;
	width: 100%;
}

.item-detail .item > a {
	grid-column: 1 / -1;
	grid-row: 1;
	color: #fff;
	background-color: var(--color-b1);
}

.item-detail .item  h4 {
	margin: 0;
	border: none;
	font-size: 1.5rem;
	font-weight: bold;
	filter: drop-shadow(0 0 2px #448);
}

.item-detail .item .images {
	grid-row: 2;
	grid-column: 1;
}

.item-detail .item .image-list label {
	display: inline-block;
}

.item-detail .item .image-list img {
	padding: 0;
}

.item-detail .item .image-list img:hover {
	padding: 0.3rem;
}

.item-detail .item > div:last-child {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	grid-column: 2;
	padding-left: 2rem;
}

.item-detail .desc {
	margin: 0;
}

/******************************************************************************* cart */

#cart div.ec-cartRole {
	padding-top: 2rem;
	min-height: calc(100vh - 360px);
}

#cart .ec-blockBtn--cancel {
	width: auto;
}
