/* top */
.top .top__img img {
    width: 100%;
    max-width: 100vw;
    height: auto;
}
.top .top__img {
	width: 100%;
	height: auto;
	background-color: #B47A1C;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='6' stitchTiles='stitch' seed='0'/%3E%3CfeColorMatrix type='luminanceToAlpha'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='table' tableValues='0 0.15'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' fill='%23FFFFFF' opacity='0.6'/%3E%3C/svg%3E");
    background-repeat: repeat;
	text-align: center;
    background-size: cover;
}
.top .top__img img {
	width: 100%;
	max-height: unset;
	max-width: 100%;
	object-fit: cover;
}
@media screen and (min-width: 1550px) {
	.top .top__img img {
		width: 1366px;
		height: auto;
		max-height: 490px;
		max-width: unset;
		max-width: 1366px;
	}
}
.top .top__text {
    position: static;
    background-color: #B47A1C;
    padding: 43px 0 70px;
    transform: none;
    width: 100%;
    max-width: unset;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='6' stitchTiles='stitch' seed='0'/%3E%3CfeColorMatrix type='luminanceToAlpha'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='table' tableValues='0 0.15'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' fill='%23FFFFFF' opacity='0.6'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: cover;
}
.top .top__text .top__text-main {
    width: 69%;
    max-width: 930px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
}
.top .top__text .top__text-sub {
    text-align: center;
}
/* コラム */
.column {
    background-color: #FFF6E8;
     padding: 80px 0;
}
.column .sp_only {
    display: none;
}
.column .wrap {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto;
    box-sizing: border-box;
}
.column .col_ttl {
    text-align: center;
}
.column .col_text {
    color: #333333;
    font-size: 16px;
    line-height: 1.75;
}
.column .col_illust {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.column .col_img {
    margin-top: 30px;
    max-width: 558px;
    width: 46.5%;
    height: auto;
}
.column .typelist {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 70px 0;
}
.column img {
    max-width: 100%;
    height: auto;
}
.column .typelist_item {
    display: flex;
    gap: 0 3.33%;
}
.column .typelist_item .img {
    max-width: 560px;
    width: 46.67%;
}
.column .typelist_item .img img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.column .typelist_item .txt {
    max-width: 580px;
    width: 48.33%;
}
.column .typelist_item .txt >p {
    margin-top: 20px;
    font-family: 16px;
    color: #333;
    font-weight: 300;
    line-height: 1.7;
}
/* 2だけ左右入れ替え */
.column .typelist_item:nth-child(2) .img {
    order: 2;
}
.column .typelist_item:nth-child(2)  .txt {
    order: 1;
}


#search_list {
    padding-top: 80px;
}
.search_img {
    margin-top: 0;
}
.search_img img {
    width: 100%;
    max-width: 721px;
    height: auto;
    margin: 0 auto;
}
.search_text-top {
    display: none;
}

@media screen and (max-width: 599px) {
    .top .top__text {
        padding: 25px 0 40px;
    }
    .top .top__text .top__text-main {
        font-size: 15px;
        line-height: 1.7;
        text-align: left;
        width: 92%;
        max-width: unset;
    }
    .column {
        padding: 40px 0;
    }
    .column .col_ttl {
        text-align: center;
    }
    /* 出し分け */
    .column .sp_only {
        display: block;
    }
    .column .pc_only {
        display: none;
    }
   

    #search_list {
        padding-top: 40px;
    }
    .lineup__list .wrap .lineup__top .lineup__top_text {
        height: auto;
    }
    .lineup__list .wrap .lineup__top .lineup__top_text p {
        margin: 20px 0;
    }
    
    /* スライダー */
    .type_sp {
        position: relative;
    }
    .type_sp .theme_type-title {
        text-align: center;
    }
    .type_sp .type__title img {
        aspect-ratio: unset!important;
        width: 100%;
    }
    .type_sp .theme_type-title img {
        max-width: 345px;
    }
    .type_sp .theme_type-main {
        margin-top: 30px;
        position: relative;
    }
    .type_sp .theme_type-main .swiper-slide {
        height: auto;
    }
    .type_sp .theme_type-main .type {
        width: 100%;
        height: 100%;
        padding: 24px 5%;
        background: #F8F8F8;
        border: 0;
        box-sizing: border-box;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    }
    .type_sp .theme_type-main .type:nth-child(odd) {
        border-right: 0;
    }
    .type_sp .theme_type-main .type .type__img img {
        border-radius: 15px;
        aspect-ratio: unset!important;
        width: 100%;
    }
    .type_sp .theme_type-main .type .type__text {
        font-size: 15px;
        font-weight: 300;
        margin-top: 16px;
        line-height: 1.7;
    }
    .type_sp .theme_type-main .swiper-container {
        padding-bottom: 40px;
        overflow: unset;
    }
    .type_sp .theme_type-main .swiper-button-prev, .type_sp .theme_type-main .swiper-button-next {
        display: block;
        position: absolute;
        margin-top: 0;
        width: 20px;
        height: 34px;
        bottom: calc( 50% - 34px );
        background: rgba(0,0,0,0.7);
        z-index: 3;
        top: unset;
        left: unset;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        border: none;
    }
    .type_sp .theme_type-main .swiper-button-prev::before, .type_sp .theme_type-main .swiper-button-next::before {
        display: block;
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        border: 0px;
        top: 33%;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
    }
    .type_sp .theme_type-main .swiper-button-prev.slick-disabled:before,
    .type_sp .theme_type-main .swiper-button-next.slick-disabled:before {
        opacity: .8;
    }
    .type_sp .theme_type-main .swiper-button-next:hover:before,
    .type_sp .theme_type-main .swiper-button-next:focus:before {
        opacity: 1;
    }
    .type_sp .theme_type-main .swiper-button-prev {
        left: -4%;
    }
    .type_sp .theme_type-main .swiper-button-prev::before {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin-left: 10px;
    }
    .type_sp .theme_type-main .swiper-button-next {
        right: -4%;
    }
    .type_sp .theme_type-main .swiper-button-next::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: -1px;
    }
    .type_sp .theme_type-main .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0;
    }
    .type_sp .theme_type-main .swiper-pagination-bullet {
        border: 0;
        width: calc(100%/3);
        height: 5px;
        display: inline-block;
        border-radius: 0;
        background: #F2F2F2;
        opacity: 1;
    }
    .type_sp .theme_type-main .swiper-pagination-bullet-active {
        background: #B97419;
    }
    .search_img img {
        max-width: 360px;
    }
}