@charset "UTF-8";

/* font-family */
/* font-family: 'Noto Sans CJK JP', ; */
/* font-family: 'Hiragino Kaku Gothic Std' ; */

/**** general ****/

.footer-media{
	display: none;
}

html, body {
	background-image: url('../images/bagpack_bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
	font-family: -apple-system, blinkMacSystemFont,'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Meiryo', "Helvetica Neue", "Segoe UI", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", sans-serif;
	line-height: 1.5!important;
	letter-spacing: 0.1em;
}
* {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	background-repeat: no-repeat;
    scroll-behavior: smooth;
}
img {
	width: 100%;
}
a {
	transition: .5s;
}
a:hover {
	opacity: .8;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}
.wrap {
    margin: 0 auto;
    max-width: 500px;
	width: 100%;
    background: #ffffff;
}
.wrap_inner {
	position: relative;
	z-index: 5;
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	color: #333031;
	letter-spacing: 0;
}
.sp_only {
    display: none;
}
.sp_break {
    display: none;
}
.pc_only {
    display: block;
}
@media screen and (max-width: 1160px) { 
    .wrap,
    .wrap_inner {
        margin: 0;
    }
}
@media screen and (max-width: 768px) {
    html, body {
	    background-image: none;
    }
    img {
		max-width: 100%;
	}
    .wrap,
    .wrap_inner {
        margin: 0 auto;
    }
	.wrap .wrap_inner {
		width: 100%;
		/* padding: 0 23px; */
		box-sizing: border-box;
	}
	.sp_only {
		display: block;
    	margin-top: 20px;
	}
	.pc_only {
		display: none;
	}
	.header img {
		width: 100%;
		border: none;
		vertical-align: top;
	}
}

/**** mainvisual ****/
.mainvisual {
	position: relative;
    /* max-height: 473px; */
    /* margin-bottom: 55px; */
}
.mainInner {
	max-width: 500px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .mainvisual {
        max-height: unset;
        /* padding-top: 65px; */
		background: none;
    }
	.mainvisual::after {
		display: none;
	}
    .mainInner {
        margin-top: 0;
        width: 100%;
        box-sizing: border-box;
    }
    .mainImage h1 {
        margin-top: -20px;
    }
}

/**** common ****/
.sliderTitle {
    font-weight: 700;
    text-align: center;
    padding: 50px 14px 0;
}
.sliderTitle h3 {
    font-size: 32px;
    padding-bottom: 10px;
}
.sliderTitle span {
    font-size: 22px;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 360px;
    margin: auto;
}
.sliderTitle span::before, .sliderTitle span::after {
    margin: auto;
    content: "";
    flex: 1 1;
}
.sliderTitle span::before {
    margin-right: 30px;
}
.sliderTitle span::after {
    margin-left: 30px;
}
.choose {
    padding-top: 80px;
}
.chooseTitle,
.chooseImg {
    text-align: center;
    font-weight: bold;
}
.chooseTitle p,
.chooseImg p {
    font-size: 18px;
}
.chooseDesc {
    font-size: 16px;
    text-align: left;
    padding: 20px 15px 30px;
}
.chooseTitle h2 {
    display: inline-block;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.chooseImg img {
    padding-top: 20px;
}
.chooseReco {
    padding: 30px 15px;
}
.chooseReco .border-blue {
    border: 1px solid #2182A6;
    padding: 30px 10px 50px;
}
.chooseReco .border-green {
    border: 1px solid #33663C;
    padding: 30px 10px 50px;
}
.chooseList {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
}
.chooseList li p {
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    color: #333031;
}
.chooseList li a {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    color: #333031;
}
.chooseReco p {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
#s01 .chooseTitle h2 {
    border-bottom: 10px solid #2182A6;
}
#s02 .chooseTitle h2 {
    border-bottom: 10px solid #33663C;
}
@media screen and (max-width: 768px) {
    .section02 h2,
    .section03 h2 {
        padding: 0 23px!important;
    }
    .sliderTitle span {
        /* max-width: 263px; */
        width: 100%;
        padding: 0 14px;
    }
}
/**** lead text ****/
.leadTxt h1 {
    font-size: 24px;
    font-weight: 700;
}
.leadTxt {
    padding: 20px 14px 30px;
}
.leadTxt p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 20px;
}
.leadTxt p span {
    color: #D46A6C;
}
/**** shape ****/
.shape {
    background: #F9FAF5;
    padding: 30px 15px;
}
.shape h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 23px;
}
.anchorList {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.anchorList li:nth-child(1)  a {
    background-color: #2182A6;
    color: #FFFFFF;
}
.anchorList li:nth-child(2)  a {
    background-color: #33663C;
    color: #FFFFFF;
}
.anchor-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    position: relative;
    max-width: 95%;
    width: 100%;
    margin: 0 auto 0;
    padding: 10px 20px;
    border-radius: 16px;
    font-size: 20px;
    font-weight: bold;
    text-align: justify;
    text-decoration: none;
    box-sizing: border-box;
    line-height: 1.5;
    box-shadow: 0px 2px 4px 0px #00000040;
}
.anchor-link::after {
    background: url('../images/arrow-down.png') no-repeat center;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 19px;
    width: 25px;
    height: 25px;
    content: "";
    transform: translateY(-50%);
}
.anchor-link span {
    display: block;
    font-size: 16px;
}
.anchor-link .bagImg:nth-child(1) {
    height: 56px;
}
.anchor-link .bagImg img {
    width: 40px;
    height: 56px;
}
/**** section 01 ****/
#s01 .sliderTitle,
#s01 .sliderTxt span {
    color: #2182A6;
}
#s01 .sliderTitle span::before, #s01 .sliderTitle span::after {
    border-bottom: 1px solid #2182A6;
    width: 300px;
}
#s01 .bags {
    background: #6B9FB2;
}
#s01 .bags .bagsTitle,
#s01 .bags .productList li a {
    color: #FFFFFF!important;
}
#s01 .bagsBtn a {
    background-color: #2182A6;
    color: #FFFFFF;
}
/**** section 02 ****/
#s02 .sliderTitle,
#s02 .sliderTxt span {
    color: #33663C;
}
#s02 .sliderTitle span::before, #s02 .sliderTitle span::after {
    border-bottom: 1px solid #33663C;
    width: 300px;
}
#s02 .bags {
    background: #7599734D;
}
#s02 .bagsBtn a {
    background-color: #33663C;
    color: #FFFFFF;
}
/**** bags ****/
.bags {
    padding: 35px 14px;
    color: #FFFFFF;
}
.bagsTitle {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 18px;
    text-align: center;
    color: #333031;
}
.productList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 10px;
}
.productList li {
    width: 48%;
}
.productList li a {
    text-decoration: none;
    color: #333031;
}
.productList img {
    margin-bottom: 12px;
}
.productImg {
    position: relative;
	aspect-ratio: 1/1;
}
.productImg .size {
    position: absolute;
    top: 80%;
    right: 0%;
    width: 55px;
    height: 55px;
    transform: translate(0);
}
.productTitle {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
}
.productName {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.productDesc {
    font-size: 16px;
    font-weight: bold;
}
.bagsBtn a,
.btnCap a {
    display: block;
    position: relative;
    max-width: 95%;
    width: 100%;
    margin: 45px auto 0;
    padding: 14px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    line-height: 1.5;
    box-shadow: 4px 4px 4px 0px #0000001A;
}
.bagsBtn a::after,
.btnCap a::after {
    background: url('../images/btn-arrow-2.png') no-repeat center;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 19px;
    width: 33px;
    height: 33px;
    content: "";
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    .productImg .size {
        width: 40px;
        height: 40px;
    }
}
/**** slider ****/
.slider-wrap {
    padding-top: 30px;
}
.slider-wrap .slider li a:hover {
    opacity: 1!important;
}
.pickup.slider.responsive .slick-slide {
    padding: 0;
    box-sizing: border-box;
}
.sliderImage {
    display: block;
    width: 100%;
    height: auto;
}
.slick-slide {
    height: auto !important;   
}
.slick-slide img {
    display: block;
    /* margin: auto!important; */
}
.sliderImage {
    max-width: 500px;
    /* margin-right: 30px; */
}
.btn_prev,
.btn_next {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 44px;
    height: 56px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(-50%);

}
.btn_prev {
    left: 6px !important;
}
.btn_next {
    right: 0px!important;
}
#s01 .btn_prev {
    background-image: url('../images/arrow-left-01.png');
}
#s01 .btn_next  {
    background-image: url('../images/arrow-right-01.png');
}
#s02 .btn_prev {
    background-image: url('../images/arrow-left-02.png');
}
#s02 .btn_next  {
    background-image: url('../images/arrow-right-02.png');
}
.slick-dots {
    position: relative!important;
}
.slick-dotted.slick-slider {
    margin: 39px 0 50px!important;
}
.slick-dots li {
    width: 26px;
    height: 28px;
    margin: 0 3px!important;
}
.slick-dots li.slick-active {
    margin: 0 10px 0 3px!important;
}
.slick-dots li button {
    width: 50px;
    height: 50px;
}
.slick-dots li.slick-active button:before {
    color: #D9D9D9 !important;
    opacity: 1!important;
    font-size: 75px!important;
    line-height: 0px !important;
}
.slick-dots li button:before {
    width: 40px;
    height: 40px;
    color:#D9D9D9!important;
    font-size: 55px!important;
    line-height: 6px!important;
    opacity: unset !important;
}
.slick-dots li button {
    width: 40px;
    height: 40px;
}
.sliderTxt {
    background: #F9FAF5;
    padding: 20px 14px 30px;
}
.sliderTxt p {
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
    line-height: 1.5;
}
.sliderTxtTitle {
    display: inline;
    color: #000000;
    padding: 4px 4px!important;
    font-size: 24px!important;
    font-weight: bold;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 768px) {
    .btn_prev {
        left: -5%;
    }
    .btn_next {
        right: 6%;
    }
    .btn_prev, .btn_next {
        width: 10.3%;
    }
    .slick-slider {
        padding: 0;
    }
    .pickup.slider.responsive .slick-slide {
        padding: 0 3px;
    }
    .pickup.slider.productSlide .slick-slide {
        padding: 0 3px;
    }
    .slider-wrap {
        padding-top: 50px!important;
    }
    .sliderImage {
        max-width: 388px;
    }
}

/**** category - nav ****/
.cat-nav {
    position: relative;
    z-index: 1200;
    font-family: inherit;
}
.cat-capacity {
    margin-bottom: 20px;
}
.cat-special {
    border-top: 1px solid #CCCCCC;
    padding-top: 20px;
}
.cat-nav p {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 14px 0;
}
.cat-link:nth-child(1) .special-img img {
    width: 25px;
}
.cat-link {
    font-size: 16px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    gap: 30px;
}
.cat-text {
    display: block;
    line-height: 1.4;
    /* grid-template-columns: 187px auto; */
    column-gap: 10px;
    /* align-items: center; */
    white-space: nowrap;
}

.cat-text span {
    font-size: 14px;
    opacity: 0.9;
}

/**** ARROWS (shared) ****/
.cat-list-arrow .cat-link.active::after,
.cat-special-arrow .cat-link.active::after,
.cat-capacity-arrow .cat-link.active::after {
    transform: rotate(180deg);
}
/**** desktop nav ****/
.cat-toggle,
.cat-panel {
    display: none;
}
.cat-desktop {
    display: block;
    position: fixed;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    z-index: 1000;
}
.cat-list-desktop {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    margin: 0;
}
.cat-list-desktop .cat-link {
    position: relative;
    width: calc(30vw + 111px);
    max-width: 400px;
    min-width: 154px;
    padding: 15px 18px;
    border-radius: 999px;
    color: #fff;
    font-weight: 600;
    transition: width 0.3s ease;
    display: flex;
    /* display: grid;
    grid-template-columns: 1fr auto; */
    align-items: center;
    box-shadow: 4px 4px 8px 0px #00000040;
}
.cat-list-arrow .cat-link,
.cat-capacity-arrow .cat-link {
    position: relative;
}
.cat-list-arrow .cat-link::after,
.cat-capacity .cat-link::after {
    display: inline-block;
    position: absolute;
    content: "";
    top: 28%;
    right: 21px;
    width: 23px;
    height: 23px;
    background: url(../images/btn-arrow-2.png) center center no-repeat;
    background-size: 100%;
    transform: rotate(0deg);
}
.cat-desktop-brand #n01::before {
    display: inline-block;
    position: absolute;
    content: "";
    top: 14%;
    left: 21px;
    width: 20px;
    height: 32px;
    background: url(../images/bag_classic.png) center center no-repeat;
    background-size: 100%;
}
.cat-desktop-brand #n02::before {
    display: inline-block;
    position: absolute;
    content: "";
    top: 14%;
    left: 21px;
    width: 20px;
    height: 32px;
    background: url(../images/bag_cap.png) center center no-repeat;
    background-size: 100%;
}
.cat-capacity .cat-link::before {
    display: inline-block;
    position: absolute;
    content: "";
    top: 14%;
    left: 21px;
    width: 40px;
    height: 30px;
    background: url(../images/bags_capacity.png) center center no-repeat;
    background-size: 100%;
}
.cat-special .special01::before {
    display: inline-block;
    position: absolute;
    content: "";
    top: 14%;
    left: 21px;
    width: 40px;
    height: 30px;
    background: url(../images/school_bag.png) center center no-repeat;
    background-size: 100%;
}
.cat-special .special02::before {
    display: inline-block;
    position: absolute;
    content: "";
    top: 14%;
    left: 21px;
    width: 40px;
    height: 30px;
    background: url(../images/shoes.png) center center no-repeat;
    background-size: 100%;
}
.cat-special-arrow .cat-link::after {
    display: inline-block;
    position: absolute;
    content: "";
    top: 28%;
    right: 21px;
    width: 23px;
    height: 23px;
    background: url(../images/btn-arrow.png) center center no-repeat;
    background-size: 100%;
    transform: rotate(0deg);
}
/* .cat-list-desktop #c07::after,
.cat-list #c07::after {
    background: none;
} */
.cat-list-desktop .cat-link.active {
   background: 0.75;
}
.cat-list-desktop li:nth-child(1) #n01,
.cat-list li:nth-child(1) #n01 {
    background: #2182A6;
    justify-content: center;
}
.cat-list-desktop li:nth-child(1) #n01.active,
.cat-list li:nth-child(1) #n01.active {
    background: #2182A6B3;
}

.cat-list-desktop li:nth-child(2) #n02,
.cat-list li:nth-child(2) #n02 {
    background: #33663C;
    justify-content: center;
}
.cat-list-desktop li:nth-child(2) #n02.active,
.cat-list li:nth-child(2) #n02.active {
    background: #33663CB3;
}

.cat-capacity .cat-list-desktop .cat-link,
.cat-capacity .cat-list .cat-link {
    background: #666163!important;
    justify-content: center;
}
.cat-special .cat-list-desktop .cat-link.active,
.cat-special .cat-list .cat-link.active {
    background: #666163B3!important;
    justify-content: center;
}

.cat-special .cat-list-desktop .cat-link,
.cat-special .cat-list .cat-link {
    background: #FFFFFF!important;
    color: #333031;
    justify-content: center;
}
.cat-special .cat-list-desktop .cat-link.active,
.cat-special .cat-list .cat-link.active {
    background: #FFFFFFB3!important;
    justify-content: center;
}

/* Some dynamic widths for responsiveness */
@media screen and (max-width: 1600px) {
    .cat-list-desktop .cat-link {
        width: calc(20vw + 40px);
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
        padding: 12px 18px;
    }
    .cat-text {
        display: flex;
        flex-direction: column;
        line-height: 1.3;
        text-align: left;
    }
    .cat-text span {
        display: block;
    }
}

@media screen and (max-width: 1280px) {
    .cat-desktop {
        right: 6px;
    }
    .cat-list-desktop .cat-link {
        width: calc(19vw + 80px);
    }
    
}

@media screen and (max-width: 1160px) {
    .cat-desktop {
        right: 40px;
    }
    .cat-list-desktop .cat-link {
        width: calc(27vw + 111px);
        padding: 10px 15px;
    }
}

@media screen and (max-width: 880px) {
    .cat-desktop {
        right: 20px;
    }
    .cat-list-desktop .cat-link {
        width: calc(21vw + 120px);
        /* padding: 16px 35px 16px 19px; */
    }
    .cat-text span {
        font-size: 13px;
    }
}

/**** mobile nav ****/
@media screen and (max-width: 768px) {
    .cat-desktop {
        display: none;
    }

    /**** mobile toggle ****/
    .cat-toggle {
        display: flex;
        position: fixed;
        font-size: 24px;
        right: 18px;
        bottom: 18px;
        width: 42px;
        height: 54px;
        border-radius: 80%;
        background-image: url(../images/nav-bg.png);
        background-color: transparent;
        background-size: 100%;
        color: #fff;
        border: none;
        align-items: center;
        justify-content: center;
        /* box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15); */
        cursor: pointer;
        z-index: 1100;
        transition: background 0.3s ease;
    }

    /**** SP Slide Panel ****/
    .cat-panel {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        max-width: 100vw;
        background-image: url('../images/bagpack_bg.jpg');
        background-size: cover;
        background-position: center;
        transform: translateX(-100%);
        transition: transform 320ms cubic-bezier(0.2, 0.9, 0.2, 1);
        overflow: auto;
        padding: 28px 20px;
        z-index: 1090;
        box-sizing: border-box;
    }
    .cat-nav.open .cat-panel {
        transform: translateX(0);
    }
    .cat-panel .cat-list {
        list-style: none;
        margin: 0 auto;
        padding-bottom: 60px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .cat-panel .cat-list-arrow,
    .cat-panel .cat-tab .cat-list {
        padding-bottom: 0!important;
    }
    .cat-list .cat-link {
        position: relative;
    }
    .cat-link {
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
        padding: 14px 18px;
        border-radius: 30px;
        color: #fff;
        font-weight: 600;
        text-decoration: none;
        gap: 34px;
        font-size: 14px;
        box-shadow: 4px 4px 8px 0px #00000040;
    }
    .cat-text {
        display: flex;
        flex-direction: column;
        line-height: 1.3;
        text-align: left;
    }
    .cat-text span {
        font-size: 13px;
        opacity: 0.9;
        display: block;
        margin-top: 2px;
    }

    .cat-panel-close { 
        display: none !important; 
    }
}
@media screen and (max-width: 375px) { 
    .sp_break {
        display: block;
    }
}

/**** tab / bag capacity ****/
.capacity {
    text-align: center;
}
.capacity_wrap {
    background-color: #F9FAF5;
    padding: 20px 14px;
}
.capacity h2 {
    display: inline-block;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
    margin: 85px auto 0;
}
.capacityList {
    display: flex;
    justify-content: center;
    padding: 35px 0;
    flex-wrap: wrap;
    gap: 10px;
    text-align: left;
}
.capacityList li {
    width: 48%;
}
.capacityList li a {
    font-size: 16px;
    text-decoration: none;
    color: #333031;
}
.capacityList li .productDesc {
    padding-bottom: 20px;
}
.btnCap a {
    margin: 17px auto 0;
    background: #CCB97A;
    color: #FFFFFF;
}
/**** reco ****/
.reco {
    padding: 50px 0;
}
.reco h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
    font-weight: 600;
}
.reco ul {
    padding: 0 14px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
@media screen and (max-width: 768px) {
    .reco li {
        width: 100%;
    }
}
