@import url("reset.css");
@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

:root{
	--red: #DF003A;
}
.block-header-gnav, .page-event h1.block-event-page--header {
  position: relative;
  z-index: 10;
}
.block-header-gnav {
  z-index: 20;
}
.page-event h1.block-event-page--header{
	color: #222;
}
/*_content ctrl_*/
.hideConte {
  display: none !important;
}
.wrapper {
  background: transparent !important;
}
.priConte {
  position: relative;
  z-index: 1;
}
#event-up-live_emotion {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
  color: rgb(85, 85, 85);
}
/*__main visual__*/
.img-Mv {
  display: block;
  width: 750px;
  margin: 0 auto;
}
.img-Mv img {
  position: relative;
  z-index: 7;
}
.upLink a, a.attn {
  display: block;
  color: rgba(223, 0, 58, 1);
  text-decoration: underline;
  font-size: 1.3em;
  font-weight: 900;
  margin: 1.5em auto;
  position: relative;
  z-index: 0;
}
a.attn:hover {
text-decoration: underline !important;	
}
.upLink {
  width: 100%;
  text-align: right;
  margin: 30px 0 0;
}
.upLink a {
  font-size: 1.1em;
}

.bottom-conte {
  text-align: center;
  margin: auto;
  font-size: 1.8em;
  color: #1e1e2d;
}
.bottom-conte fas,.button_lineup i {
  color: rgb(43 43 43)!important;
  }
/*__ btn __*/
.button_lineup, a.button_lineup {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  background: rgb(255 255 255);
  border: 2px solid rgb(43 43 43);
  width: 420px;
  text-decoration: none;
}
a.button_lineup:hover {
  background: rgb(43 43 43 / 0.3);
}
a.button_lineup:after, a.button_lineup:hover::after {
  background: transparent !important;
}

/* --------------------------------------------------------------------
	PC/	Common/
--------------------------------------------------------------------- */
/* H */
h3.bg-Ribon, h3.bg-Ribon2 {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 1.8em;
  font-weight: 900;
  color: rgb(255 255 255);
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 1em;
  padding: 0.5em;	
  z-index: 15;
}
h3.bg-Ribon {
  background: rgb(0 0 0);
}
h3.bg-Ribon2 {
  background: rgb(135 135 135);
}



h4 {
  font-size: 1.4em;
  font-weight: 900;
  text-align: center;
  margin: 0 auto 1em;
}
h4.underLine {
  background: linear-gradient(transparent 90%, #000 60%);
  width: 136px;
  margin-bottom: 2em;
  color: rgb(0 0 0);
  padding-bottom: 5px;
}
/* text Ctrl*/
.r-Txt { /* Red-text */
  color: rgb(223 0 58);
}
.min_Txt { /* Small-text */
  font-size: 0.85em;
}
.m-Txt { /* medium-text */
  font-size: 1.2em;
}
.large-Txt { /* Large-text */
  font-weight: 900 !important;
  font-size: 1.3em !important;
}
.b-Txt {
  font-weight: 900;
}
.c_Txt{
	text-align: center;
}
.c_Txt span{
	color: var(--red);
	font-weight: 600;
}
.l_Txt{
	text-align: left;
}
.l_Txt span{
	color: var(--red);
	font-weight: 600;
}
.r-Txt { /*Yellow-text*/
	color: var(--red);
}
.y-Txt { /*Yellow-text*/
	color: rgb(255,246,167);
}

/* Container */
#content-bg {
  width: min(1200px,100%);
  margin: 50px auto;
  z-index: -2;
}
.wrap-Container {
  width: 1070px;
  margin: 50px auto;
  padding: 10px;
  position: relative;
}

/*_inf-Area_*/
.inf-Area {
  width: 770px;
  box-sizing: border-box;
  margin: 2em auto 0;
  position: relative;
  z-index: 10;
}
.inf-Area.pConte {
  padding: 15px 50px;
}
.inf-Area.benefits {
  margin: 0 auto 3em;
}
.inf-Area.benefits .att_fr {
  border: 2px solid rgba(126, 101, 40, 1);
}
.inf-Area.bG {
  background-color: rgba(235, 235, 228, .5);
  border: 2px solid rgba(126, 101, 40, 1);
}
.inf-Area p {
  font-size: 1.2em;
  margin-bottom: 0.2em;
	line-height: 1.8em;
}
.txt-Catch {
  font-size: 1.55em;
  font-weight: 600;
}
.Lttl {
  font-size: 1.8em;
  color: rgba(63, 46, 39, 1);
}

.caution {
  color: rgba(0, 0, 0, 1);
  font-size: 1.4em;
  padding: 0.5em;
  border: solid 3px #e10000; 
  margin: 1em auto;
  width: 77%;
  text-align: center;
  font-weight: 600;
}

/*_LINEUP_*/
#lineUp {
	width: 1200px;
	margin: 0 auto 1.5em;
}
/*_list-Frame_*/
.itembox, .itembox2{
  width: 100%;
  background: rgb(255 255 255);
  border: rgb(43 43 43) solid 1px;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 auto 40px;
  padding: 0 1em;
}
.itembox ul, .itembox2 ul{
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}

.itembox ul li:nth-child(1){
 width:55%;
}
.itembox ul li:nth-child(2){
 padding-top: 3em;
 padding-bottom: 3em;
 width:45%;
}
.itembox2 ul li:nth-child(1){
 width:50%;
}
.itembox2 ul li:nth-child(2) {
 padding-top: 3em;
 padding-bottom: 3em;
 width:50%;
}
.itembox .l_tittle, .itembox2 .l_tittle{
 color: var(--red);
 font-size: 22px;
 font-weight: 600;
 margin:0;
 text-align: left;
}
.itembox img{
  display: block;
  margin:0 auto;
  width: min(600px, 100%);
}
.itembox2 img{
  display: block;
  margin:0 auto;
  width: min(500px, 100%);
}
p.plus{
 margin:1em 0;
}

.itemlist {
	box-sizing: border-box;
	padding: 0;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.itemlist>li {
	line-height: 1.5;
	text-align: center;
	border: rgba(43, 43, 43, .9) solid 1px;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	position: relative;
	padding: 2em;
	margin: 0;
}

.itemlist > li.limiTed {
  background: rgb(255 255 255);
  max-width: 47%;
  width: calc((100% - 20px) / 2);
}

.decoration-button {
  display: inline-block;
  background-color: rgb(135, 135, 135);
  padding: 0.8rem 7rem;
  font-size: 30px;
  color: rgba(255, 255, 255, 03);
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  margin: 0.5em auto 3em;
  width: 500px;
}
.decoration-button:hover {
  background-color:rgba(135, 135, 135, 0.8);
}


/*商品ラインナップ*/
#lineup_album {
  padding: clamp(16px, 3vw, 32px) 0;
}
#lineup_album .lineup__inner {
  width: min(1200px, 92vw);
  margin-inline: auto;
}

#lineup_album .product-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)); /* PC: 3カラム固定 */
  gap: clamp(12px, 2.2vw, 24px);
  list-style: none;
  margin: 0;
  padding: 0;
}

#lineup_album .product-card {
  background: rgba(255,255,255,1);
  border: rgba(6,25,58,.9) solid 1px;
  padding: 45px;
}

#lineup_album .product-card__media img {
  display: block;
  width: 100%;
  height: auto;
}

.product-card__body{
	color: rgba(43,43,43,1);
}

.name.tTl{
	font-size: 1.8em;
	text-align: center;
	font-weight: 900;
	margin: 1em 0 0.5em;
}
.product-card__buy{
	text-align: center;
	justify-content: center;
}
/*tag*/
.tagA {
  font-weight: 900;
  color: #fff;
  padding: 0.5em 0.1em;
  text-align: center;
  font-size: 1.5em;
  background: rgb(133 177 223);
}
.tagB {
  font-weight: 900;
  color: #fff;
  padding: 0.5em 0.1em;
  text-align: center;
  font-size: 1.5em;
  background: rgb(164 212 182);
}
.tagC {
  font-weight: 900;
  color: #fff;
  padding: 0.5em 0.1em;
  text-align: center;
  font-size: 1.5em;
  background: rgb(240 191 125);
}
.tagD {
  font-weight: 900;
  color: #fff;
  padding: 0.5em 0.1em;
  text-align: center;
  font-size: 1.5em;
  background: rgb(166 68 76);
}
/*_buy_*/
.buy {
    font-size: 2.1em;
    font-weight: 900;
    text-align: center;
    margin: 1em auto 0;
}
.name {
  font-size: 1.1em;
  font-weight: 900;
}
.name.tTl {
  font-size: 1.4em;
  color: rgb(43 43 43);	
}
.price {
  font-size: 1.5em;
  font-weight: 900;
  color: rgb(43 43 43);
  text-align: center;
  margin-top: 0.5em;
}
.price_middle {
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	color: #2b2b2b;
}
.price_middle::after {
    content: "（税込）";
	font-size: 0.667em;
    font-weight: 500;
}
/*_btn_*/
/*_add-size_*/
ul.btn_cuatro {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
ul.btn_cuatro li {
  width: calc((100% - 10px) / 2);
}
ul.btn_cuatro li a {
  background-color: rgb(139 24 24);
  width: 100% !important;
  padding: 0.5em !important;
  margin-top: 0.3em;
}

/*-order-*/
.btn-order {
	margin-top: 1em;
}
ul.btn_cuatro li a,
.btn_cuatro_olDer li a,
.btn-order a {
	color: #fff;/*<---color chenge */
	font-size: 1.45em;
	text-decoration: none;
	text-align: center;
	/*background-color: rgba(127,106,103,1);/*<---color chenge */
	display: inline-block;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	box-sizing: border-box;
/*	border: 1px solid #fff;*/ /*<---color chenge */
	width: 215px;
	padding: 10px 60px;
}
.btn-order a.olDer {
	background-color: rgba(45,45,45,1);
	border-radius: 0;
}
.btn-order a.limiTed {
	background-color: rgba(139,24,24,1);
}

.btn_order-All {
	margin: 5em auto;
	width: 450px;
}
.btn_order-All a {
	display: block;
	font-size: 3.2em;
	letter-spacing: .1em;
	width: 450px;
	padding: 1rem 3rem;
}

.btn-order a span {
	font-weight: 900;
	line-height: 1.5;
}
.btn-order a:hover {
/*	color: #5b483c;*/
/*	background-color: rgba(174,150,145,0.8);/*<---bg-color chenge */
/*	border: 1px solid #c5a982;*/ /*<---color chenge */
}
ul.btn_cuatro_olDer li a:hover,
.btn-order a.olDer:hover {
	background-color: rgba(45,45,45,0.7);
}
ul.btn_cuatro li a:hover,
.btn-order a.limiTed:hover {
	/*background-color: rgba(6,25,58,0.7);*/
  background-color: rgba(114,59,64,0.7);
}
ul.btn_cuatro li a:active,
.btn-order a:active {
	-webkit-transform: translate(2px, 2px);
	transform: translate(2px, 2px);
}
/*_up-live_emotion-Bnr_*/
.up-live_emotion-Bnr {
  margin: 50px auto;
}
.up-live_emotion-Bnr, .up-live_emotion-Bnr a img {
  display: block;
}
.up-live_emotion-Bnr a img {
  margin: 0 auto;
  width: 320px;
}
.upLink-list {
  display: flex;
  justify-content: center;
  width: 750px;
  margin: 0 auto;
}
.upLink-list a img {
  display: block;
  width: 100%;
}
.conteLink {
  width: 98%;
  margin: 1.5em auto 85px;
  border: #707070 solid 1px;
}
/*_Attention_*/
.attention-Area {
  font-size: 1.1em;
  width: 1000px;
  margin: 0 auto;
  padding: 40px;
  border: #503c2f solid 1px;
}
.attention-Area dl {
  text-align: center;
  margin-bottom: 2em;
}
.attention-Area a {
  text-decoration: none !important;
  /*	text-decoration: underline !important;*/
}
.attention-Area .br-Underline, .attention-Area .bu-Underline, .attention-Area .r-Underline {
  color: rgb(238 49 56);
  border-bottom: rgb(238 49 56) solid 1px;
  margin: 0 auto;
  width: 30%;
}
.attention-Area .r-Underline {
  color: rgb(223 0 58);
  border-bottom: rgb(223 0 58 / 0.9) solid 1px;
}
.attention-Area .br-Underline {
  color: rgb(184 169 106);
  border-bottom: rgb(184 169 106 / 0.9) solid 1px;
}
.attention-Area p {
  font-size: 1.2em;
  margin: 10px 0;
}
.attention-Area ul {
  margin-bottom: 2em;
}
/*_Copyright_*/
.txt-Copyright {
  color: rgb(0 0 0);
  text-align: center;
  width: 100%;
  padding: 1em;
  margin: 50px auto 0;
  font-size: 1.1em;
  border-top: rgb(227 227 227) solid 1px;
}
/*_add_*/
.first-Box {
  display: flex;
  width: 770px;
  margin: 0 auto;
}
.first-Box .first-imgItem {
  width: 40%;
  margin: 10px;
}
.first-Box .first-txtItem {
  width: 60%;
  margin: 10px;
  font-size: 1.2em;
  line-height: 1.8em;
}
.bro_Ttl {
  color: var(--red);
  font-size: 26px;
  font-weight: 600;
  text-align: center;	
}
.marker_pink {
  color: var(--red);
  font-weight: 600;
  font-size: 26px;
  margin: 1em auto 2em;
  text-align: center;
}
.marker_pink span{
  background: linear-gradient(transparent 70%, #FFD6E1 60%);
  padding: 0 0.5em;
}
.large_Txt {
  font-size: 1.2em;
}
.flex-Box {
  display: flex;
  align-items: flex-start;
}
.flex-Box .flex-item {
  margin: 5px;
  width: 40%;
}
.flex-Box .flex-buy {
  font-size: 1.2em;
  margin: 1em 2em;
  width: 60%;
  text-align: left;
}
.item {
	font-size: 1.2em;
}
.item img {
	margin: 1em auto;
	max-height: 450px;
	width: auto;
}
.bro-border {
	border: solid 2px rgb(0 0 0);
	margin: 0.5em 0 0;
}
.Disc {
	margin: 2em auto;
	width: 350px;
}
.Disc_Ttl {
	font-size: 1.8em;
	font-weight: 600;
	text-align: center;
	color: #1e1e2d;
	margin-top: 2em;
}

.ouboken {
	margin: 2em auto;
	text-align: center;
	font-weight: 600;
	font-size: 1.3em;
	border-bottom: medium;
}
.ouboken a {
	text-decoration: none;
}
.ouboken a:hover{
	border-bottom: solid 1px #69BACF;
}
.juchu {
  margin: 1em auto;
	padding: 0.5em;
	max-width: 450px; 
  background-color: rgba(194, 102, 165, 1);
}
.juchu span {
  font-weight: 900;
  line-height: 1.5;
	color: #fff; 
	font-size: 1.3em;
}
	.sma {
  display: none;
}
	.pc {
  display: block;
}
.space {
	margin: 2em auto;
}
a .notice {
	text-align: center;
	background: var(--red);
	color: #fff;
	width: 450px;
	font-size: 1em;
	padding: 0.5em;
	margin: 2em auto;
	text-decoration: none !important;
}

a .notice:hover {
	background: rgba(223,0,58,0.7);
	color: #fff;
	text-decoration: none !important;
}
.benefits a:hover, .benefits a:active, .benefits a:focus {
	text-decoration: none !important;
}
.broImg {
	display: flex;
	justify-content: center;
	margin: 1em auto;
}
.broImg img {
	margin: 10px;
	width: 220px;
}

.img_700 img{
	display: block;
	max-width: 700px;
	margin: 0 auto;
}
.img_bromide img{
	display: block;
	margin: 0 auto;
}
.block-page-top{
	z-index: 19;
}

/* --------------------------------------------------------------------
	SP/
--------------------------------------------------------------------- */
/*@media screen and (max-width: 600px) {*/
@media only screen and (max-width: 768px) {
  /*__Content__*/

	dl.about-Item, .inf-Area {
		width: 95%;
	}
	.conteLink {
		width: 98%;
		margin: 1.5em auto 2em;
	}

	.bottom-conte {
		font-size: 1.3em;
		width: 85%;
	}
	
	.itembox li:nth-child(2), .itembox2 li:nth-child(2) {
		padding-top: 1em;
		padding-bottom: 2em;
	}
	
	.button_lineup, a.button_lineup {
		line-height: 1.4;
		padding: 1rem 2rem;
		width: 96% !important;
		letter-spacing: 0.8;
	}
	.bottom-conte fas,.button_lineup i {
		color: #1e1e2d;
	}
	
	.caution{
		font-size: 1.1em;
	}
  
	/*_slide__*/
	.slideConte,
	.wrap-Container {
		width: 97%;
		padding: 0;
	}
	.wrap-Container {
		margin: 2em auto;
	}
	.slideConte {}

  /*__H__*/
	.page-event h1.block-event-page--header {
		padding-bottom: 1em;
		width: 100%;
		margin: 0 auto;
	}
	h3.bg-Ribon {
		border: 0;
		line-height: 1.5;
		font-size: 1.5em;
		margin: 0.5em auto;
		padding: 0.75em;
	}
	.small-Txt { /* Small-text */
		font-size: 0.9em !important;
	}

  /*__main visual__*/
	.img-Mv {
		width: 100%;
	}
  /*__info Area__*/
	.inf-Area.benefits {
		display: block;
		width: 95%;
		margin: 0 auto;  
	}
	.inf-Area {
		padding: 0.5em !important;
		margin: 1em auto 0;
	}
	.inf-Area p {
		font-size: 1em;
	}
	.inf-Area p.saleDate {
		text-indent: -3.0em;
		padding-left: 3.0em;
	}
		.inf-Area p.txt-Catch {
		letter-spacing: -0.06em;
	}
	.txt-Catch {
		width: 96%;
		margin: 0 auto;
		font-size: 1.2em;
	}
	.indent-Txt {
		text-indent: -1.2em;
		padding-left: 1.2em;
		text-align: center;
	}
  /*__item__*/
	.item-bg {
		background-position: center bottom;
	}
	a.attn {
		font-size: 1.2em;
		margin-bottom: 1em;
	}
	
	.decoration-button {
	font-size: 20px;
	width: 85%;
	padding: 0.8rem 1rem;
    }
  /*_img-xxBox_*/
	.img_xxBox {
		width: 100%;
		margin: 0 auto;
	}
  /*-list-Frame-*/
	#lineUp {
		width: 98%;
		margin: 1.5em auto;
	}
	.itemlist {
		width: 100%;
		display: block;
	}
	.itemlist > li {
		padding: 1em;
		width: 100% !important;
		max-width: 100% !important;
		margin: 1em auto 0.5em;
	}
	.buy, .name {
		margin-bottom: 0;
	}
	.name {
		font-size: 1.2em;
	}
	.name.tTl {
		font-size: 1.2em;
	}
	.limit {
		font-size: 1.0em;
		text-align: center;
	}
	.limit span, .price {
		font-size: 1.6em;
	}
  /*_btn_*/
    .btn-order a {
		width: 150px;
		font-size: 1.2em;
		padding: 0.3em;
	}
	ul.btn_cuatro li a, .btn_cuatro_olDer li a {
		font-size: 1em;
		padding: 0.3em;
	}	
	.btn-order {
		margin: 1em auto 0;
		text-align: center;
	}
	
	.btn-order span {
		font-size: 1em;
	}
	.btn-order.btn_order-All, .btn-order.btn_order-All a {
		width: 90%;
		font-size: 1.1em;
		margin: 0 auto 1em;
		height: auto;
	}
	.btn_order-All a span:after {
		width: 70px !important;
	}
  /*_Attention_*/
	.attention-Area {
		width: 92%;
		padding: 1.1em;
		font-size: 1.0em;
	}
	.attention-Area .br-Underline, .attention-Area .bu-Underline, .attention-Area .r-Underline {
		width: 85%;
		font-size: 0.95rem;
	}
  /*_up-live_emotion-Bnr_*/
	.up-live_emotion-Bnr {
		width: 100%;
		margin: 20px auto 30px;
	}
	.txt-Copyright {
		font-size: 0.8rem !important;
		margin: 10px auto 0;
	}
	.Lttl {
		font-size: 1.2rem !important;
	}
	.upLink {
		margin: 2em -1.1em 0;
	}
	.upLink-list a, .upLink-list {
		display: block;
		width: 90%;
		margin: 0 auto;  
	}
	.upLink-list a {
		margin-bottom: 1em;
	}
  /*_add-textCTRL_*/
	.splarge-Txt { /* Large-text */
		font-size: 1.2em !important;
		width: 98%;
		margin: 0 auto;
		padding-left: 1.4em;
	}
	.Txt_detail {
		font-size: 1em;
		margin: 1em 0.5em 0;
	}
	.first-Box {
		display: flex;
		flex-flow: column;
		width: 100%;
		margin: 0 auto;
	}
	.first-Box .first-imgItem {
		width: 55%;
		margin: 1em auto;
	}
	.first-Box .first-txtItem {
		width: 95%;
		margin: 1em auto;
		font-size: 1em;
		line-height: 1.5em;
	}
	.tagLimited {
		font-size: 1.1em;
	}
	.itemlist {
		margin: 0 auto;
	}

	.flex-Box {
		display: flex;
		flex-flow: column;
	}
	.flex-Box .flex-item {
		margin: 5px auto;
		width: 90%;
	}
	.flex-Box .flex-buy {
		font-size: 1em;
		margin: 1em auto;
		width: 90%;
		text-align: left;
	}
	.Disc {
		margin: 1em auto 1.5em;
		width: 95%;
	}
	.ouboken {
		margin: 1em 1em 2em;
	}
	.price {
		text-align: center;
	}
	.price_middle {
	font-size: 22.4px !important;
	}
	.sma {
		display: block;
	}
	.pc {
		display: none;
	}
	.Disc_Ttl {
		font-size: 20px;
		margin-top: 1em;
	}
	.space {
		margin: 0 auto 1em;
	}
	.hr {
		margin: 0 auto !important;
	}
	.m-Txt { /* medium-text */
		font-size: 1em;
	}
	.item {
		font-size: 1em;
	}
	h4.underLine {
		margin-bottom: 1em;
	}
	.bro_Ttl {
		line-height: 27px;
		font-size: 18px;
		text-align: center;
	}
	.marker_pink {
		font-size: 18px;
		margin: 0.5em auto 1em;
		width: 240px;
	}
	a .notice {
		width: 90%;
	}
	.broImg {
		width: 90%;
	}
	.broImg img {
		margin: 5px;
		width: 35%;
	}
	#line_up{
		margin-top: 1em;
	}
	.bro-border{
		margin: 0.5em 0 1em;
	}

	.tagA, .tagB, .tagC, .tagD {
	  font-size: 1.3em;
	}
	
	h3.bg-Ribon2 {
	  font-size: 18px;
	}
/*商品ラインナップ*/
  #lineup_album {
	padding: clamp(16px, 3vw, 32px) 0;
  }
  #lineup_album .lineup__inner {
	width: 100%;
	box-sizing: border-box;
  }

  #lineup_album .product-list {
	display: grid;
	grid-template-columns: 1fr; 
	gap: 20px; 
	margin: 0;
	padding: 0;
  }

  #lineup_album .product-card {
	padding: 20px 10px;
	display: grid;
	grid-template-columns: 40% 60%; 
	gap: 10px;
	align-items: start;     
  }

  #lineup_album .product-card__media {
	align-self: start;  
  }	
	
  #lineup_album .product-card__media img {
	width: 100%;
	height: auto;
	object-fit: cover;
  }
	
  #lineup_album .product-card__body {
	display: grid;
	grid-auto-rows: min-content;
	gap: 8px;
	align-content: start;
  }

  .itembox ul li:nth-child(1),
  .itembox2 ul li:nth-child(1){
	padding-top:0;
	width:100%;	
  }
  .itembox ul li:nth-child(2){
	padding-top:1em;
	padding-bottom:2em;
	width:100%;
  }
  .itembox2 ul li:nth-child(2){
	padding-top:1em;
	padding-bottom:0;
	width:100%;
  }
  .itembox p, .itembox2 p{
	font-size: 16px;
  }
  p.plus{
	text-align: center;
  }
  .img_bromide img{
	width: 70%;
  }
  .padding_1em{
  padding:0 1em;
}
}