
@media screen and (max-width: 480px) {
  .l-section-head h2 {font-size: 1.45rem;}
  .l-section-head h3 {font-size: 1.2rem;}
  .l-section-head p {font-size: 1.2rem;opacity: .9;}
}


.l-products .container {
  width: 100%;
  margin-bottom: 7.5rem;
}
.l-products .container img {
  width: 100%;
  height: calc((100vw - var(--padding) * 2) / 16 * 9);
  object-position: 50% 70%;
}
.l-products .container h2 {margin: 1.5rem 0 0.5rem;}
.l-products .container p {width: 85%;}
.l-products .container .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}



  .col-2 a img {
    height: calc((100vw - var(--padding)*2)/16*9);
    width: calc(100vw - var(--padding)*2);
  }
  .l-section-head {margin-bottom: 5rem;}
  .l-section-head img {
    width: 100vw; 
    height: 50vw;
    margin-left: calc(-1 * var(--padding));
  }
  .l-section-head h2 {
    margin: 6rem 0 .5rem;
    letter-spacing: .235em;
  }
  .l-section-head h3 {
    margin-left: .15px;
    letter-spacing: .05em;
    text-transform: uppercase;
    opacity: .5;
    margin: .75rem 0 1.5rem;
  }

  .l-link {
    position: relative;
    letter-spacing: .2em;
  }
  .l-link::after {
    content: '';
    width: 100%;
    height: 1px;
    height: .5px;
    display: inline-block;
    background-color: var(--textColor);
    position: absolute;
    bottom: -2.5px;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .l-buy {
    position: relative;
    letter-spacing: .2em;
  }
  .l-buy::before {
    content: '+';
    display: inline-block;
    color: var(--textColor);
    position: absolute;
    top: 62.5%;
    left: -12.5%;
    transform: scale(1.2) translate(-50%,-50%);
  }

  .l-buy::after {
    content: '';
    width: 130%;
    height: .5px;
    display: inline-block;
    background-color: var(--textColor);
    position: absolute;
    bottom: -1.5px;
    left: 30%;
    transform: translate(-47.5%,-50%);
  }

.half {opacity: .5;}


.l-line {
    width: 100vw;
    height: .5px;
    background-color: var(--textColor);
    opacity: .5;
}

.l-word {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0 1rem 1.6rem 0;
}
.l-word .l-line {
	margin-left: -.25rem;
    margin-bottom: 1.8rem;
}
.l-word .left {width: 85%;}
.l-word .right {
	display: flex;
    align-items: flex-end;
	margin-top: 2rem;
}
.l-word .date {
	margin-bottom: .5rem;
	opacity: .5;
}








@media screen and (min-width: 720px) {


  .l-products .container {margin-bottom: 14.5rem;}
  .l-products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: calc(.8 * var(--pcPadding));
  }
  .l-products .container img {height: calc((100vw - var(--pcPadding) * 3) / 3 / 16 * 9);}




  .col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: calc(.5 * var(--pcPadding));
    margin-top: 8rem;
  }
  .col-2 a img {
    width: calc((100vw - var(--padding) * 2.5) / 2);
    height: calc((100vw - var(--padding) * 2.5) / 2 / 3 * 2);
  }


  .pc-side {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .pc-side .section-head {width: 30vw;}
  .pc-side .wrapper {width: calc(100% - 30vw);}

  .l-section-head img {
    height: 55vh;
    margin-left: calc(-1 * var(--pcPadding));
  }

	.l-section-head h2 {
    margin-left: -1px;
    margin-top: 0;
  }
	.l-section-head h3 {
		font-size: 1.5rem;
    margin: 1.5rem 0 2rem;
	}	

	.l-word .right {margin-bottom: 0;}
	
	.l-word .left h1 {
		width: fit-content;
		position: relative;
	}

	.l-word:hover {opacity: .65;}
	.l-word .left h1::after {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		content: '';
		display: block;
		width: 0;
		height: 1px;
		background-color: var(--backgroundColor);
		transition: 1s cubic-bezier(.6,0,0,.9);
	}
	.l-word:hover .left h1::after {
		width: 100%;
	}

}
