@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700&display=swap');

#ContentsArea_mangaone {
	font-family: "Noto Sans JP", serif;
    font-size: 62.5%;
	font-weight: 500;
    line-height: 1;
	overflow: hidden;
    text-align: center;
}
#ContentsArea_mangaone img {
    vertical-align: middle;
	transition: all .3s;
}
#ContentsArea_mangaone a:hover img {
    opacity: 0.8;
}
#ContentsArea_mangaone a {
    outline: 0;
    text-decoration: none;
}
#ContentsArea_mangaone a {
    outline: 0;
    text-decoration: none;
}


#ContentsArea_mangaone .mangaonewrapper {
	overflow: hidden;
	text-align: center;
}

#ContentsArea_mangaone img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	transition: all .3s;
}

/*------------------------------------------------------------------
MV
-------------------------------------------------------------------*/
#area_mv {
	position: relative;
    background-image: url('/../img/3040/lp_mangaone/mv.png');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.area_mv_bg, .banner {
    padding: 25px 25px 0 25px;
}

@media screen and (max-width: 640px) {
	#area_mv {
		background-image: url('/../img/3040/lp_mangaone/sp-mv.png');
	}
    .area_mv_bg {
        padding: 25px 20px 0 20px;
    }
    .banner { 
        padding: 0 10px 0 10px;
    }
}

/*------------------------------------------------------------------
mv-area
-------------------------------------------------------------------*/
.pc-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner {
    margin-top: 45px;
}
.banner:hover {
  opacity: 0.8;
  transition: .3s;
}
.goods_title {
    max-width: 232px;
    width: 100%;
    height: auto;
    margin: 60px auto 0 auto;

}
@media screen and (max-width: 640px) {
    .pc-flex {
        display: block;
    }
    .pc-flex picture img {
        max-width: 392px;
        display: flex;
        margin: 0 auto;
    }
}
/*------------------------------------------------------------------
goods_area
-------------------------------------------------------------------*/
.goods_area {
    transform: translateY(-2px);
    background-image: url('/../img/3040/lp_mangaone/goods_bg.png');
    background-size: cover;
    /* background-position: center; */
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 50px 25px;
}
.goods_area p {
    font-size: 30px;
    color: #fff;
    text-align: center;
}


.wrap-goods-list {
	background: linear-gradient(150deg,#e02557 0%, #d24a6f 50%, #d03b4e );
    padding: 10px 25px 50px;
}
.List__item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 20px;
	padding-top: 100px;
    margin-top:-100px;
}
/*  API list  */
.List__item-parts {
	background: linear-gradient(45deg,#b22c46 0%, #d24a6f 50%, #b22c46 );
    border-radius: 10px;
    box-shadow: 0 0 8px #341924;
	color: #000;
    display: block;
	margin: 0 0.6% 11px;
	padding: 8px;
    text-align: center;
  transition: all .3s;

      display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 10px;
}
.List__item-parts:hover {
	background: linear-gradient(45deg,#b22c46 0%, #d24a6f 80%, #b22c46 );
    box-shadow: 0px 2px 10px #490923;
}
.List__item-parts a,
.List__item-parts .inner {
	background: #fff;
    border-radius: 4px;
	color: #000;
	padding: 30px 15px 10px;
    position: relative;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
}
.List__item-parts a:hover {
    opacity: 1;
}

.List__item-parts .goods-img {
    margin: 0;
    text-align: center;
}
.List__item-parts dl {
	line-height: 1.2;
	position: relative;
	text-align: left;
}
.List__item-parts dt {
    font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.3;
	height: 72px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* 行数 */
}
.List__item-parts dd {
    font-size: 1rem;
	position: relative;
}
.List__item-parts dd p {
    font-size: 1rem;
	padding: 5px 0 0;
}
.List__item-parts .goods-price {
    color: #d54664;
    font-size: 1.2rem;
	font-weight: 700;
	display: inline-block;
	margin: 10px 0;
	padding: 3px 5px 3px 0;
	position: relative;
}

.List__item-parts .goods-price::after {
	content: "（税込）";
	font-size: 0.8rem;
	display: inline-block;
}
.List__item-parts .btn {
	background: linear-gradient(90deg, #d24a6f 0%, #b22c46 );
	bottom: -5px;
    border-radius: 50vw;
	color: #fff;
    display: block;
    font-size: 0.9rem;
	font-weight: 700;
    height: 40px;
	left: 0;
    line-height: 40px;
	margin: 0 auto 10px;
	padding: 0;
    position: relative;
  transition: all .3s;
    width: 90%;
}
.List__item-parts .btn::after {
	border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #fff;
	content: " ";
	left: 80%;
	height: 0;
	position: absolute;
	top: 15px;
	width: 0;
}
.List__item-parts a:hover .btn {
	background: linear-gradient( 90deg, #b22c46 0%, #d24a6f );
}


@media screen and (max-width: 640px) {
    .wrap-goods-list {
        margin-top: -1px;
        padding: 10px 10px 50px;
    }
    .goods_area {
        transform: translateY(-2px);
        padding: 50px 10px;
    }
    .List__item-parts {
        grid-row: span 2;
        margin-bottom: 0;
        padding: 4px;
    }
    .List__item {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .List__item-parts a,
    .List__item-parts .inner {
        padding: 20px 5px 5px;
        grid-row: span 2;
    }
    .List__item-parts dt {
        font-size: 15px;
        height: 65px;
    }
    .List__item-parts dd {
        position: relative;
    }
    .List__item-parts dd p {
        font-size: 1rem;
        padding: 5px 0 0;
    }
    .List__item-parts .goods-price {
        font-size: 17px;
        line-height: 1;
        padding: 0 0 10px;
    }

    .List__item-parts .btn {
        font-size: 0.8rem;
    }
}
/*------------------------------------------------------------------
Information_area
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
goods_area
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
PAGER
-------------------------------------------------------------------*/
.pagination-container {
	margin-top: 50px;
}
.pagination-container .pagination li {
    background: transparent;
    border: 2px solid #fff;
	color: #fff;
	font-size: 1rem;
	height: 40px;
	line-height: 30px;
	margin: 0 10px;
	position: relative;
	transition: all .3s;
	width: 40px;
}
.pagination-container .pagination li a {
	color: #fff;
	display: block;
}
.pagination-container .pagination li:hover a {
	opacity: 0.5;
}
.pagination-container .pagination li.navi-active,
.pagination-container .pagination li.navi-active a {
    background: #fff;
	color: #e32345;
}
.pagination-container .pagination li.navi-active:hover {
    background: #e32345;
	color: #fff;
}

.pagination-container .pagination li.prev,
.pagination-container .pagination li.next {
    border: none;
	color: #fff;
    position: relative;
}
.pagination-container .pagination li.prev::before,
.pagination-container .pagination li.next::before {
background: #e32345;
    border-style: solid;
    border-width: 8px 11px 8px 0;
    border-color: transparent #fff transparent transparent;
    content: " ";
    left: 14px;
    height: 0;
    position: absolute;
    top: 10px;
    width: 0;
}
.pagination-container .pagination li.next::before {
background: #f33f6b;
    border-width: 8px 0 8px 11px;
    border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 640px) {
	.pagination-container {
		margin-top: 30px;
	}
	.pagination-container .pagination li {
		font-size: 0.8rem;
		line-height: 1.1s;
		height: 28px;
		margin: 0 5px 5px;
		width: 28px;
	}
    .pagination-container .pagination li.prev::before,
    .pagination-container .pagination li.next::before {
        border-width: 6px 9px 6px 0;
        border-color: transparent #fff transparent transparent;
        left: 9px;
        top: 6px;
    }
    .pagination-container .pagination li.next::before {
        background: #e32345;
        border-width: 6px 0 6px 9px;
        border-color: transparent transparent transparent #fff;
    }
    .pagination-container .pagination li.navi-active,
    .pagination-container .pagination li.navi-active a {
        border-radius: 50vw;
    }
}