
/* -----------------------ポスターグリップここから
 */
.kokuban-kanban-lead-text-sp{
font-size: 15px;
padding-inline: 20px;
margin-top: 10px!important;
margin-bottom: 20px!important;
}


.rankingTitle.catTitle-sp{
    font-size: 16px;
    font-weight: 500;
    background-color: #3ca995;
    color: #fff;
    padding: 4px 20px;
}

.rankingTitle.catTitle-sp{
    font-size: 16px;
    font-weight: 500;
    background-color: #3ca995;
    color: #fff;
    padding: 4px 20px;
}


.sizePic .poster-grip__size-list-sp{
	display: grid;
	grid-template-columns: repeat(2, 1fr);	
	gap: 15px;
	margin-top: 10px;
	padding-inline: 20px;
}


.sizePic .poster-grip__size-list-sp li{
	border-radius: 5px;
    border: solid 1px #B0B0B0;
    background: linear-gradient(#fff 0%, #e6e6e6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    width: 150px;
    height: 50px;
    padding: 0;
}
.poster-grip__size-list-sp li a{
	text-decoration: none;
	color: #222222;
	font-size: 17px;
	line-height: 1;
}

.poster-grip__size-list-sp li a h4{
	line-height: 1!important;
	font-size: 25px!important;
	font-weight: bold;
	margin-top: 0px;
    margin-bottom: 0;
}

.poster-grip__size-list-sp li p{
	font-size: 12px;
	margin-top: 4px;
    margin-bottom: 0;
}

.poster-grip__recommend-lead-text-sp{
    font-size: 15px;
    padding-inline: 20px;
    margin-top: 20px;
}




/* ---おすすめシリーズーー */
.poster-grip__recommend-list-sp{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: space-between;
	align-items: center;
	list-style: none;
	padding-inline: 14px;
    row-gap: 20px;
	margin-top: 20px;
}

.poster-grip__recommend-list-sp li{
	width: 162px;
    height: 48px;
	border: solid 1px #707070;
	display: flex;
	align-items: center;
	justify-content: center;
    background-color: #3DA894;
    position: relative;
}

.poster-grip__recommend-list-sp li a{
    text-decoration: none;
    margin-right: 14px;
}

.poster-grip__recommend-list-sp h4{
color: #fff;
font-size: 14px;
font-weight: bold;
text-align: center;
}

.poster-grip__recommend-list-sp h4 span{
	font-size: 21px;
	font-weight: bold;
	margin-right: 4px;
}

.poster-grip__recommend-list-sp h4 span.small-text{
	font-size: 16px;
}



.poster-grip__recommend-arrow-sp{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
}

.poster-grip__recommend-arrow-sp::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 2px;
    background-color: #fff;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: right;
}

.poster-grip__recommend-arrow-sp::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 2px;
    background-color: #fff;
    transform: translateY(-50%) rotate(-45deg);
    transform-origin: right;
}




.poster-grip__category-title-sp{
	font-size: 16px;
	font-weight: bold;
	color: #3DA894;
	margin-top: 64px;
	border-bottom: solid 2px #3DA894;
	padding-bottom: 4px;
    padding-left: 20px;
}


/* a1-poster-------- */
.a1-poster-frame-top-banner img{
    width: 100%;
}


.a1-poster-frame_category-section {
    margin-top: 30px;
}


.a1-poster-frame__items-sp {
    display: grid;
    list-style: none;
    padding: 0!important;
    margin-top: 20px;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 10px;
    max-width: 365px;
    margin-inline: auto;
}

.a1-poster-frame-items-link {
    text-decoration: none!important;
    font-size: 11px;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: linear-gradient(#fff 0%, #e6e6e6 100%);
    border: solid 1px #B0B0B0;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    line-height: 1.1;
    width: 115px;
	height: 70px;
    justify-content: space-around;
}

.poster-grip__p-text{
	font-size: 10px;
}

.poster-frame__banner-sp{
	margin-top: 25px;
	margin-bottom: 30px;
}

.poster-frame__banner-sp img{
	width: 100%;
}
/* a1poster end------ */
.poster-grip__p-text-poster-grip{
    font-size: 9px;
}


















.series-text-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	background-color: #fff;
	border-radius: 40px;
	margin-top: 10px;
	width: 280px;
	margin-inline: auto;
	position: relative;
	white-space: nowrap;
	margin-bottom: 8px;
}

.koukanpack{
		display: flex;
	justify-content: center;
	align-items: center;
	gap: 28px;
	background-color: #fff;
	border-radius: 40px;
	margin-top: 10px;
	width: 280px;
	margin-inline: auto;
	position: relative;
	white-space: nowrap;
	margin-bottom: 8px;
}


.series-text-wrap::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1px;
	height: 60%;
	background-color: #C4C4C4;
	
}

.series-text-left{
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: 20px;
}

.ml-0{
	margin-left: 0;
}



.series-text-right{

	display: flex;
	align-items: center;
	gap: 4px;
	margin-left: 12px;
	
}

.series-text-title{
	font-size: 10px;
	/* font-weight: bold; */
	color: #777777;

}

.series-text-value{
	font-size: 13px;
	font-weight: bold;
	color: #2c2c2b;
}




.poster-grip__category-list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	padding-left: 0;
	margin-top: 16px;
    flex-direction: column;
    gap: 40px;
}


.poster-grip__category-item{
	border-radius: 5px;
	border: solid 2px #707070;
	width: 360px;
    text-align: center;
}



.top-img-wrap{
	display: flex;
	align-items: center;
	color: #fff;
	gap: 24px;

}

.top-img-text{
	padding-left: 10px;
	text-align: center;
	color: #f5ff01;
	font-size: 12px;
	white-space: nowrap;
}

.top-img-text span{
	font-size: 15px;
}

.top-img-text h3{
	font-size: 25px;
	color: #fff;
	margin:0;
	margin-top: 4px;
}

.top-img-text h3 span{
	font-size: 35px;
	color: #fff;
	margin-right: 4px;
}

.top-img-text p{
    margin:0;
}

.bottom-img-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 44px;
	background-color: #fff;
	border-radius: 8px;
	margin-top: 18px;
	border: 1px solid #c4c4c4;
    padding: 4px;
}


.top-img-wrap img{
	width: 92px;
	height: 92px;
	object-fit: cover;
}


.category-top_green{
	background-color: #3DA894;
	padding: 10px 10px 18px;
}

.bottom-img-wrap-dt{
	color: #777777;
	font-size: 10px;
	/* font-weight: bold; */
    margin:0;
}
.bottom-img-wrap-dd{
	font-size: 15px;
	font-weight: bold;
	color: #2c2c2b;
    margin:0;
   
}

.frame-shape{
	position: relative;
}

.frame-shape::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
	transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background-color: #C4C4C4;
}
.frame-shape::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
	transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background-color: #C4C4C4;
}

.poster-grip-okunai{
	padding:13px 10px 24px;
	position: relative;
}

.poster-grip-okunai::after{
	content: "";
	position: absolute;
	background-color: #707070;
	width: 95%;
	height: 1px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.poster-grip-okugai{
	padding:13px 10px 24px;
}

.poster-grip-okunai-title{
	font-size: 18px;
	font-weight: bold;
	color: #ff7c1a;
	position: relative;
	display: inline;
}

.poster-grip-okunai-title::before{
	content: "";
	position: absolute;
	background-image: url(https://www.shop-add.jp/pic-labo/okunai.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	left: -34px;
	top: -6px;
}


.poster-grip-okugai-title{
	font-size: 18px;
	font-weight: bold;
	color: #67baf8;
	display: inline;
	position: relative;
}

.poster-grip-okugai-title::before{
	content: "";
	position: absolute;
	background-image: url(https://www.shop-add.jp/pic-labo/okugai.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
		width: 21px;
	height: 21px;
	left: -30px;
	top: -3px;
}



.poster-grip-okugai-item::after {
  content: '';
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 5px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.poster-grip-okugai-list{
	margin-top: 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-inline: auto;
	gap: 20px 12px;
	padding-left: 0;
}

.poster-grip-okugai-item{
	width: 92px;
	height: 35px;
	font-size: 7px;
	font-weight: bold;
	color: #fff;
	background-color: #5e93df;
	border-radius: 5px;
	position: relative;
}

.poster-grip-okugai-btn{
	color: #fff!important;
	font-size: 12px;
	line-height: 3;
    text-decoration: none;
}

.poster-grip-okugai-btn span{
	font-size: 13px;
}

.poster-grip-okunai-item::after {
  content: '';
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 5px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.poster-grip-okunai-list{
	margin-top: 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-inline: auto;
	gap: 20px 12px;
	padding-left: 0;
}

.poster-grip-okunai-item{
	width: 92px;
	height: 35px;
	font-size: 7px;
	font-weight: bold;
	color: #fff;
	background-color: #ff7c1a;
	border-radius: 5px;
	position: relative;
}

.poster-grip-okunai-btn{
	color: #fff!important;
	font-size: 7px;
	line-height: 2.75;
    text-decoration: none;
}

.poster-grip-okunai-btn span{
	font-size: 13px;
}





.poster-grip-okunai.u-20-border-none::after{
	display: none;
}

.no-wrap{
	white-space: nowrap;
}

.top-img-wrap.sonota-wrap{
	gap: 20px;
	align-items: flex-start;
}

.top-img-text.sonota-text{
	padding-left: 4px;
}

.top-img-text .mag-text{
	font-size: 18px;
	margin-left: 4px;
}

.top-img-text .mag-text span{
	font-size: 24px;
}
.top-img-text .tanper-text span{
	font-size: 28px;
}

.poster-grip-okunai-item.mag-item{
	width: 120px;
}

.poster-grip__category-section.tanper-section{
	margin-top: 36px;
}

.koukanpack-wrap{
	    display: flex;
		flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 12px;
    border: 1px solid #c4c4c4;
	width: 80%;
	margin-inline: auto;
	padding-top: 4px;
	padding-bottom: 4px;
}

.top-img-wrap.koukanpack-img-wrap img{
	width: 92px;
	height: 63px;
	object-fit: cover;
}

.top-img-text.u-color-white{
	color: #fff;
	padding-left: 0;
}

.bkoukanpack-item-dt{
	font-size: 10px;
	font-weight: bold;
	color: #777777;
	margin: 0;

}

.koukanpack-item{
	position: relative;
}

.koukanpack-item::after{
	content: "";
	position: absolute;
	background-color: #c4c4c4;
	width: 110%;
	height: 1px;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
}

.bkoukanpack-item-dd{
	font-size: 16px;
	font-weight: bold;
	color: #2c2c2b;
	margin: 0;
}


.koukanpack-text{
	font-size: 15px;
	color: #313131;
	font-weight: bold;
}
.koukanpack-btn{
	margin-top: 14px;

}

.koukanpack-btn a{
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #3DA894;
	padding: 10px 100px;
	border-radius: 5px;
	position: relative;
}

.koukanpack-btn a::after {
  content: '';
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 34px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.anchor{
	scroll-margin-top: 30px;
}

.top-img-text h3 .maiter-text{
	font-size: 26px;
}

.top-img-wrap.koukanpack-text-header{
	gap: 12px;
}

.ranking_area ul{
	padding-left: 0;
}

.top-img-text .tanper-text span {
    font-size: 26px;
}

.top-img-text.sonota-text.maiter-wrap{
	gap: 4px;
}



.poster-grip__recommend-list li a:hover{
	text-decoration: none;
	color: inherit;
	opacity: 0.7;
}

.poster-grip-okugai-item a:hover{
	text-decoration: none;
	color: inherit;
	opacity: 0.7;
}

.poster-grip-okunai-item a:hover{
	text-decoration: none;
	color: inherit;
	opacity: 0.7;
}

.poster-grip__category-item.u-20-height{
	height: 320px;
}


.contact h2{
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

.contact p{
    margin: 0;
    font-size: 16px;
    margin-top: 16px;
}

.contact .contactFlex{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.contact{
	margin-top: 56px;
}

.kokuban-syurui-sp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 12px 15px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    align-items: center;
	margin-top: 23px;
	padding: 0 15px!important;
}

.kokuban-syurui-sp .kokuban-syurui-item-sp {
    border-radius: 5px;
    border: solid 1px #B0B0B0;
    background: linear-gradient(#fff 0%, #e6e6e6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    position: relative;
	width: 165px;
	height: 114px;
}

.kokuban-syurui-item span {
    color: #3DA894;
    font-size: 16px;
    margin-bottom: 10px;
	display: inline-block;
}


.kokuban-syurui-item-sp a {
    text-decoration: none;
    color: #222222;
    font-size: 17px;
    line-height: 1;
    font-weight: bold;
    padding: 20px 0px;
    padding-right: 70px;
    display: block;
    width: 100%;
    text-align: center;
}

.kokuban-syurui-item-sp:nth-of-type(1)::after {
    content: '';
    background: url(https://www.shop-add.jp/pic-labo/kokubankanban.png) no-repeat;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    height: 69px;
    width: 43px;
    display: inline-block;
    flex-shrink: 0;
    position: absolute;
    pointer-events: none;
}
.kokuban-syurui-item-sp:nth-of-type(2)::after {
    content: '';
    background: url(https://www.shop-add.jp/pic-labo/kokubankanban.png) no-repeat;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    height: 69px;
    width: 43px;
    display: inline-block;
    flex-shrink: 0;
    position: absolute;
    pointer-events: none;
}
.kokuban-syurui-item-sp:nth-of-type(3)::after {
    content: '';
    background: url(https://www.shop-add.jp/pic-labo/kabekakekokuban.png) no-repeat;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    height: 52px;
    width: 57px;
    display: inline-block;
    flex-shrink: 0;
    position: absolute;
    pointer-events: none;
}
.kokuban-syurui-item-sp.kokuban-syurui-item-sp2::after {
    content: '';
    background: url(https://www.shop-add.jp/pic-labo/kabekakekokuban.png) no-repeat;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    height: 52px;
    width: 57px;
    display: inline-block;
    flex-shrink: 0;
    position: absolute;
    pointer-events: none;
}
.kokuban-syurui-item-sp:nth-of-type(4)::after {
    content: '';
    background: url(https://www.shop-add.jp/pic-labo/kabekake_marker.png) no-repeat;
    right: 6px;
    top: 52%;
    transform: translateY(-50%);
    height: 48px;
    width: 69px;
    display: inline-block;
    flex-shrink: 0;
    position: absolute;
    pointer-events: none;
}
.kokuban-syurui-item-sp:nth-of-type(6)::after {
    content: '';
    background: url(https://www.shop-add.jp/pic-labo/kokuban_mag.png) no-repeat;
    right: 13px;
    top: 65%;
    transform: translateY(-50%);
    height: 77px;
    width: 100px;
    display: inline-block;
    flex-shrink: 0;
    position: absolute;
    pointer-events: none;
}

.kokuban-syurui-item-sp:nth-of-type(5)::after {
    content: '';
    background: url(https://www.shop-add.jp/pic-labo/kokuban_cafe.png) no-repeat;
    right: 10px;
    top: 64%;
    transform: translateY(-50%);
    height: 81px;
    width: 106px;
    display: inline-block;
    flex-shrink: 0;
    position: absolute;
    pointer-events: none;
}


.ranking_area ul {
    padding-left: 0px;
    padding: 0 50px;
}

.ranking_area ul li{
	padding-left: 0;
}


.kokuban-size-sp{
	display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
	max-width: 345px;
	margin-inline: auto;
}

.size-kanban-text{
	font-size: 19px;
	font-weight: bold;
	color: #3da894;
	display: inline-block;
	margin-bottom: 10px;
}

span.size-blackbord{
	font-size: 15px;
	color: #222;
	font-weight: bold;
}

.kokuban-syurui-size-item-sp{
	font-size: 18px;
	font-weight: bold;
	color: #222;
}

.kokuban-syurui-size-item-sp a{
	text-decoration: none;
}

.kokuban-syurui-item-sp span {
    color: #3DA894;
    font-size: 14px;
	margin-bottom: 4px;
	display: inline-block;	
}

span.backbord {
    font-size: 9px;
    color: #222;
}

.kokuban-size-sp {
    display: flex;
	flex-direction: column;
	gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    align-items: center;
	margin-top: 27px;
}

.syurui-section2-sp{
	margin-top: 46px;
}

.kokuban-syurui-size-item a {
    text-decoration: none;
    color: #222222;
    font-size: 17px;
    line-height: 1;
    font-weight: bold;
    padding: 20px 0px;
    padding-right: 70px;
    display: block;
    width: 100%;
    text-align: center;
}

.kokuban-size-sp .kokuban-syurui-size-item-sp {
    border-radius: 5px;
    border: solid 1px #B0B0B0;
    background: linear-gradient(#fff 0%, #e6e6e6 100%);
    display: flex;
    align-items: center;
    text-align: center;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    position: relative;
	width: 100%;
	padding-block: 20px;
	position: relative;
	padding-left: 25px;
}

.kokuban-size-sp .kokuban-syurui-size-item-sp:nth-of-type(1)::after {
    content: '';
    background: url(https://www.shop-add.jp/pic-labo/kokubankanban.png) no-repeat;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    height: 69px;
    width: 43px;
    display: inline-block;
    flex-shrink: 0;
    position: absolute;
    pointer-events: none;
}
.kokuban-size-sp .kokuban-syurui-size-item-sp:nth-of-type(2)::after {
    content: '';
    background: url(https://www.shop-add.jp/pic-labo/kokubankanban.png) no-repeat;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    height: 69px;
    width: 43px;
    display: inline-block;
    flex-shrink: 0;
    position: absolute;
    pointer-events: none;
}
.kokuban-size-sp .kokuban-syurui-size-item-sp:nth-of-type(3)::after {
    content: '';
    background: url(https://www.shop-add.jp/pic-labo/kabekakekokuban.png) no-repeat;
    right: 26px;
    top: 60%;
    transform: translateY(-50%);
    height: 69px;
    width: 59px;
    display: inline-block;
    flex-shrink: 0;
    position: absolute;
    pointer-events: none;
}
.kokuban-size-sp .kokuban-syurui-size-item-sp:nth-of-type(4)::after {
    content: '';
    background: url(https://www.shop-add.jp/pic-labo/kabekakekokuban.png) no-repeat;
    right: 26px;
    top: 60%;
    transform: translateY(-50%);
    height: 69px;
    width: 59px;
    display: inline-block;
    flex-shrink: 0;
    position: absolute;
    pointer-events: none;
}

.kokuban-ranking-sp{
	margin-top: 75px;
}
.kokuban-kanban-lead-text-sp2{
font-size: 14px;
padding-inline: 20px;
margin-top: 10px !important;
margin-bottom: 20px !important;
}

.kokuban-syurui-item-sp.kokuban-syurui-item-sp2 a{
	padding-right: 0;
}

.kokuban-syurui-item-sp.kokuban-syurui-item-sp2 span{
	font-size: 12px;
}

.kokuban-syurui-item-sp.kokuban-syurui-item-sp2{
	padding: 12px 0;
	text-align: left;
	padding-left: 6px;
	align-items: flex-start;

}

.kokuban-syurui-item-sp.kokuban-syurui-item-sp2 a{
	text-align: left;
	padding-left: 4px;
	padding:0;
}

.rankImg.kokuban-rank p{
	left:-146px;
}