.main {
    padding: 35px 0;
}
.main-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1200px;
}
.main-flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.aside {
    width: 200px;
}
.main-contents {
    width: calc(100% - 230px);
}

.aside {
    counter-reset: number 0; 
}
.aside-widget__item {
    text-align: center;
}
.aside-widget__item:not(:last-child) {
    margin: 0 0 10px;
}
.aside-widget__head + .aside-widget__body .aside-widget__item {
    margin-bottom: 0;
}
.aside-widget__ttl {
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 3px 5px 5px;
    text-align: left;
}
.aside-widget__ttl p {
    color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 1em;
    padding: 1px 0 0;
}
.aside-widget__ttl p span {
    color: #000;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
}

.aside-widget__subttl {
    background: #fff;
    border-bottom: 1px solid #000;
    overflow: hidden;
    position: relative;
    text-align: left;
}
.aside-subttl__btn {
    cursor: pointer;
    display: block;
    height: 100%;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 25px;
    z-index: 2;
}
.aside-subttl__btn::before,
.aside-subttl__btn::after {
    background: #000;
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition-duration: .3s;
}
.aside-subttl__btn::before {
    height: 2px;
    width: 15px;
}
.aside-subttl__btn::after {
    height: 15px;
    width: 2px;
}
.aside-subttl__arrow {
    cursor: pointer;
    display: block;
    height: 100%;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    z-index: 2;
}
.aside-subttl__arrow::before {
    border-top: 2px solid #fff;
	border-right: 2px solid #fff;
    content: "";
    height: 5px;
    margin: auto;
    position: absolute;
    left: 3px;
    top: 0;
    bottom: 0;
    transform: rotate(45deg);
	width: 5px;
}

.aside-subttl__btn.active::after {
    transform: rotate(-90deg);
}
.aside-widget__subttl a {
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 30px 12px 10px;
    position: relative;
    width: 80%;
    width: 100%;
    z-index: 2;
}
.aside-widget__subttl a::before {
    background: var(--main-theme-color);
    content: "";
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    right: -85px;
    bottom: 0;
    transform: rotate(-50deg);
    width: 100%;
    z-index: 1;
}
.aside-widget__body {
    padding: 0;
}
.aside-widget__head + .aside-widget__body {
    background: #fff;
    padding: 0 0 15px;
}
.aside-widget__linklist {
    padding: 8px 0 0;
}
.aside-widget__linklist:not(.notoggle) {
    display: none;
    margin: 0 0 20px;
    padding: 12px 10px 0;
}
.aside-widget__linklist li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.aside-widget__linklist li:not(:last-child) {
    margin: 0 0 5px;
}
.aside-widget__linklist li::before {
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-color: transparent transparent transparent #434343;
    content: "";
    display: inline-block;
    height: 0;
    margin-right: 5px;
    width: 0;
}
.aside-widget__linklist li a {
    font-size: 14px;
    text-align: left;
}
@media screen and (max-width: 968px) {
    .main {
        padding: 25px 0;
    }
}
@media screen and (max-width: 768px) {
    .main {
        padding: 15px 0;
    }
    .main-inner {
        width: 100%;
    }
    .main-flex {
        flex-direction: column-reverse;
    }
    .aside {
        margin: 25px 0 0;
        width: 100%;
    }
    .main-contents {
        width: 100%;
    }
    .aside-widget__body {
        padding: 15px 0;
    }
}

.block:not(:last-child) {
    margin: 0 0 35px;
}
.block-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}
.block-head {
    margin: 0 0 15px;
}
.block-head__ttl.pt1 {
	background: url(https://gigaplus.makeshop.jp/fishing/inomata2014/images/main2_h3bk.jpg) no-repeat;
    background-size: cover;
    background-position: left bottom;
}
.block-head__ttl.pt2 {
    border-bottom: 3px solid #222;
}
.block-head__ttl.pt3 {
    background: #FFF4D2;
    border-top: 2px solid #FF7F00;
    padding: 5px;
}
.block-head__ttl.pt4 {
    border-bottom: 2px dotted #ccc;
    padding: 2px 5px;
}
.block-head__ttl h2 {
	display: inline-block;
	font-size: 16px;
	position: relative;
	color: #fff;
    padding: 5px 75px 5px 20px;
	z-index: 1;
}
.block-head__ttl.pt2 h2 {
	font-size: 23px;
}
.block-head__ttl.pt3 h2 {
    color: #333;
    font-size: 20px;
    padding: 0;
}
.product .block-head__ttl.pt3 h2 {
    font-size: 20px;
}
.block-head__ttl.pt4 h2 {
    color: #333;
    font-size: 18px;
    padding: 0;
}
.block-head__ttl.pt2 h2::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: url(https://gigaplus.makeshop.jp/fishing/inomata2014/images/main2_h3bk.jpg) no-repeat;
    background-size: cover;
    background-position: left bottom;
	transform: scaleY(1.3) perspective(.6em) rotateX(5deg);
	transform-origin: bottom left;
}
.block-head__ttl h2.sp {
    display: none !important;
}
.block-head__ttl h2.pc {
    display: inline-block !important;
}
.block-body h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px;
}
@media screen and (max-width: 968px) {
    .block-head__ttl.pt2 h2 {
        font-size: 20px;
    }
    .block-head__ttl h2.sp {
        display: inline-block !important;
    }
    .block-head__ttl h2.pc {
        display: none !important;
    }
}
@media screen and (max-width: 768px) {
    .block:not(:last-child) {
        margin: 0 0 25px;
    }
    .block-head__ttl.pt2 {
        border-bottom: 2px solid #222;
    }
    .block-head__ttl h2 {
        font-size: 15px;
        padding: 3px 65px 3px 20px;
    }
    .block-head__ttl.pt2 h2 {
        font-size: 18px;
    }
    .block-body {
        padding: 0 15px;
    }
    .breadcrumb-inner {
        overflow: hidden;
        padding: 0 15px;
    }
    .breadcrumb-rows {
        overflow-x: auto;
    }
    .breadcrumb-row {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: max-content;
    }
}

.product-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.product-cards::before,
.product-cards::after {
    content: "";
    display: block;
    width: 20%;
}
.product-cards::before {
    order: 1;
}
.product-card {
    border-bottom: 2px dotted #ccc;
    position: relative;
    width: 20%;
}
.product-card::after {
    border-right: 2px dotted #ccc;
    content: "";
    display: inline-block;
    height: 65%;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
}
.product-card:nth-child(5n)::after {
    border-right: 0;
}
.product-card a {
    display: block;
    padding: 15px 25px;
}
.product-card__image {
    line-height: 0;
    text-align: center;
}
.product-card__text {
    padding: 10px 0 0;
    text-align: center;
}
.product-card__ttl {
    font-size: 14px;
}
.product-card a:hover .product-card__ttl {
    color: #CC0000;
    text-decoration: underline;
}
.product-card__icon {
    margin-left: 5px;
}
.product-card__price {
    color: #f89b22;
    font-size: 14px;
    font-weight: bold;
    margin: 8px 0 0;
}
@media screen and (max-width: 968px) {
    .product-cards::before {
        width: calc(100% / 3);
    }
    .product-cards::after {
        display: none;
    }
    .product-card {
        width: calc(100% / 3);
    }
    .product-card:nth-child(5n)::after {
        border-right: 2px dotted #ccc;
    }
    .product-card:nth-child(3n)::after {
        border-right: 0;
    }
    .product-card a {
        padding: 12px 20px;
    }
}
@media screen and (max-width: 768px) {
    .product-cards::before {
        display: none;
    }
    .product-card {
        width: 50%;
    }
    .product-card:nth-child(5n)::after {
        border-right: 2px dotted #ccc;
    }
    .product-card:nth-child(3n)::after {
        border-right: 2px dotted #ccc;
    }
    .product-card:nth-child(2n)::after {
        border-right: 0;
    }
    .product-card a {
        padding: 12px 15px;
    }
}