#main-image {
    width: 60%;
    margin: 0 auto;
    padding-top: 5rem;
}

.container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

section {
    width: 100%;
    padding: 30px 0 60px 0;
}

.last{
	margin-bottom:30px;
}

div.wrapper {
    width: 1080px;
    max-width: 90%;
    margin: 0 auto;
}

div.wrapper-wide {
    width: 1350px;
    max-width: 90%;
    margin: 0 auto;
}

section.blackback {
    background-color: #303030;
    color: #ffffff;
}

section.blueback {
    background-color: #556775;
    color: #ffffff;
}

section.grayback {
    background-color: #eff0f1;
	margin-top:70px;
}

.section-title {
    font-size: 2.2rem;
    font-weight: bolder;
    padding: 3rem 0 2rem 0;
}

.section-sub {
    font-size: 1.2rem;
    font-weight: bold;
    padding-bottom: 2rem;
}

.container section p.interior-text {
    padding-bottom: 2rem;
}

.title-image {
    width: 40%;
    margin: 0 auto;
    padding: 0.5rem 0;
}

.image-gallery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 2rem 0;
}

.image-gallery .s3-images {
    flex-basis: 33.333%;
}

.image-gallery .s4-images {
    flex-basis: 25%;
}

.image-gallery .s6-images {
    flex-basis: 16.667%;
}

.image-gallery .m-image {
    flex-basis: 50%;
}

.image-gallery .l-image {
    flex-basis: 100%;
}

.c100-image {
    max-width: 100%;
    margin: 0 auto;
}

.c80-image {
    max-width: 80%;
    margin: 0 auto;
}

.product-gallery-gtsport {
	padding: 60px 50px;
	background-color: #303030;
}

.product-gallery-gtsport .list ul {
	display: flex;
	flex-wrap: wrap;
}

.product-gallery-gtsport .list ul li {
	flex-basis: 20%;
}

.product-gallery-gtsport .list ul li a {
	display: block;
	overflow: hidden;
}

.product-gallery-gtsport .list ul li a img {
	transition: transform 0.5s ease;
	aspect-ratio: 4/5;
	object-fit: cover;
}

.os-pc .product-gallery-gtsport .list ul li a:hover img {
	transform: scale(1.16);
}

/* TB */
@media screen and (max-width: 980px) {
	.product-gallery-gtsport .list ul li {
		flex-basis: 25%;
	}
}

/* SP */
@media screen and (max-width: 767px) {

	section {
    	padding: 10px 0 10px 0;
	}
	section.grayback {
		margin-top:40px;
	}
	.section-title {
    	font-size: 1.5rem;
	}
	.image-gallery {
    	padding: 1rem 0;
	}
	.product-gallery-gtsport {
		padding: 20px 15px;
	}
	.product-gallery-gtsport .list ul li {
		flex-basis: 33.333%;
	}
	.image-gallery .m-image {
    	flex-basis: 100%;
	}
	.c80-image {
    	max-width: 100%;
	}
}

.low {
    height: 270px;
    object-fit: cover;
}

.pad {
    padding: 1%;
}

.disc {
    text-align: center;
    margin: 3rem 0;
    padding: 1rem 0;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

.disc p {
    padding: 2rem 0;
    font-style: italic;
    font-size: 1.8rem;
}

figure {
    position: relative;
    overflow: hidden;
}

figcaption {
    font-size: 0.9rem;
    position: absolute;
    bottom: -80%;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(48,48,48);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    pointer-events: none;
}

figure:hover figcaption {
    bottom: 0;
    left: 0;
    padding-top: 12%;
    background: rgba(48,48,48,.8);
}

.figure-title {
    padding-top: 3%;
    padding-bottom: 2rem;
    font-weight: bolder;
}

.pt-5 {
    padding-top: 5rem;
}

.pb-3 {
    padding-bottom: 3rem;
}