.block-genre-page--header {
    display: none;
}
.cotton100 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.1rem;
    text-align: center;
    color: #8d5c47;
}
.cotton100 ul {
    display: grid;
    justify-content: space-between;
}
.cotton100 h1 {
    max-width: 100%;
    border-bottom: none;
    padding: 0;
    margin: 0 auto;
}
.cotton100 h2 {
    border: none;
    margin: 0 auto;
    padding: 0;
    color: #8d5c47;
}
.cotton100 h2 img {
    width: 114px;
    margin-bottom: 2px;
}
.cotton100-item {
    width: 100%;
    padding: 30px;
    background:url('/ct/cotton100/25aw/images/bg.jpg');
    background-size: 100%;
}

.cotton100-item ul {
    grid-template-columns: repeat(5, 1fr);
    gap: 0.7rem;
    margin-top: 15px;
}
.cotton100-item ul li a {
    display: flex;
    position: relative;
    /* z-index: 100; */
    text-align: left;
    background: #f8f8f8;
    font-size: 13px;
    /*line-height: 70px;*/
    text-decoration: none;
    border: 1px solid #bb9450;
    border-radius: 5px;
    padding: 10px;
    height: 60px;
    justify-content: flex-start;
    align-items: center;
	}
.cotton100-item ul li a:after {
    content: '\EA03';
    font-family: iconfont, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 33%;
    /*margin-top: -.5em;*/
}
.cotton100-item ul li img{
    max-width: 45px;
    max-height: 60px;
    margin-right: 10px;
}
.cotton100-pickup {
    width: 100%;
    padding: 30px;
    background: #f5f5f5;
}
.cotton100-pickup ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 15px;
}
.cotton100-pickup ul li {
    text-align: left;
}
.cotton100-pickup ul li img{
    border: solid #bb9450 1px;
}
.cotton100-pickup ul li p{
    margin-top: 10px;
    font-weight: 500;
    letter-spacing:-0.09em;
}

.cotton100-good-points {
	background-color: #f0e8df;
	width: 100%;
	padding: 30px;
}

.cotton100-good-points h2 {
	margin: 0 auto;
	color: #8d5c47;
	position: relative;
	width: 450px;
}


.cotton100-good-points h2::before,
.cotton100-good-points h2::after {
	content: "";
	position: absolute;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}

.cotton100-good-points h2::before {
	background-image: url(/ct/cotton100/25aw/images/img-cotton01.png);
	top: 5px;
	left: 0;
	width: 35px;
	height: 34px;
}

.cotton100-good-points h2::after {
	background-image: url(/ct/cotton100/25aw/images/img-cotton02.png);
	position: absolute;
	top: 15px;
	right: 0;
	width: 30px;
	height: 29px;
}

.cotton100-good-points h2 span {
	font-size: 16px;
	position: relative;
}

.cotton100-good-points h2 span::before,
.cotton100-good-points h2 span::after {
	content: "";
	position: absolute;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}

.cotton100-good-points h2 span::before {
	background-image: url(/ct/cotton100/25aw/images/slash-left.png);
	top: -1px;
	left: -20px;
	width: 13px;
	height: 23px;
}

.cotton100-good-points h2 span::after {
	background-image: url(/ct/cotton100/25aw/images/slash-right.png);
	top: -1px;
	right: -20px;
	width: 12px;
	height: 22px;
}

.cotton100-good-points ol {
	display: grid;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 25px;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem 1.5rem;
}

.cotton100-good-points ol li {
	position: relative;
}

.cotton100-good-points ol li h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background-color: initial;
	color: #8d5c47;
	margin: 0;
	padding: 0 0 0 25px;
}

.cotton100-good-points ol li::before {
	position: absolute;
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	top: 3px;
	left: 0;
	width: 15px;
	height: 17px;
}

.cotton100-good-points ol li:nth-child(1)::before {
	background-image: url(/ct/cotton100/25aw/images/h3-before1.png);
}

.cotton100-good-points ol li:nth-child(2)::before {
	background-image: url(/ct/cotton100/25aw/images/h3-before2.png);
}

.cotton100-good-points ol li:nth-child(3)::before {
	background-image: url(/ct/cotton100/25aw/images/h3-before3.png);
}

.cotton100-good-points ol li:nth-child(4)::before {
	background-image: url(/ct/cotton100/25aw/images/h3-before4.png);
}

.cotton100-good-points figure {
	margin-top: 10px;
}

.cotton100-good-points figure img {
	border: 1px solid #bb9450;
}

.cotton100-good-points figcaption {
	text-align: left;
	margin-top: 10px;
}

.highright {
	background: linear-gradient(transparent 65%, #fefce9 35%);
	font-weight: bold;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

/* -----------------------------------------------------------------------
## SP ##################################################
----------------------------------------------------------------------- */
@media(max-width:767px){

.cotton100 {
    margin-bottom: 5%;
}
.cotton100-item {
    width: 100%;
    padding: 8% 2%;
    background:url('/ct/cotton100/25aw/images/bg.jpg');
    background-size: 100%;
}
.cotton100-item ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    margin-top: 3%;
}

.cotton100-item ul li a {
    font-size: 14px;
	}
.cotton100-item ul li a:after {
    right: 10px;
    top: 31%;
}
.cotton100-pickup {
    width: 100%;
    padding: 8% 2%;
}
.cotton100-pickup ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3rem;
    margin-top: 3%;
}

.cotton100-pickup ul li p{
    font-size: 13.5px;
    letter-spacing: -0.02em;
    line-height: 1.6;
}

.cotton100-good-points {
	padding: 8% 2%;
}

.cotton100-good-points h2 {
	width: 96%;
}
.cotton100-good-points h2 span {
	font-size: 1.6rem;
}
.cotton100-good-points h2::before {
	top: 25%;
	left: -1.5;
	width: 2.5rem;
	height: 2.5rem;
}

.cotton100-good-points h2::after {
	top: 35%;
	right: -1.5%;
	width: 2.5rem;
	height: 2.5rem;
}

.cotton100-good-points h2 img {
	width: 100%;
}

.cotton100-good-points h2 span::before {
	top: -1%;
	left: -15%;
	width: 2.2rem;
	height: 2.2rem;
}

.cotton100-good-points h2 span::after {
	top: -1%;
	right: -20%;
	width: 2.2rem;
	height: 2.2rem;
}

.cotton100-good-points ol {
	flex-wrap: wrap;
	list-style-type: none;
	grid-template-columns: repeat(2, 1fr);
}

.cotton100-good-points figcaption {
	font-size: 13.5px;
}

.highright {
	font-size: 1.75rem;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
}