body * {
    box-sizing: border-box;
}
img{
    max-width: 100%;
    width: auto;
}
section{
    margin-bottom: 8em;
}
.video-container {
    width: 100%;
	max-width: 1000px;
	margin: 80px auto;
    aspect-ratio: 16 / 9;
}
.video-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
	margin-top: 24px;
}
.andsheeps_keyV {
    max-width: 1280px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 650px;
    overflow: hidden;
    position: relative;
} 
.andsheeps_keyV_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: linear-gradient(95.64deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    /* 注: backdrop-filterのブラウザサポートは最小限です */
    border-radius: 15px;
    border: 1px solid #ffffff22;
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    width: 80%;
    padding: 20px;
}
.andsheeps_keyV_title {
    font-family: "garamondpremrpro";
    font-size: 6rem;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: normal;
    letter-spacing: 0.2rem;
}
.andsheeps_keyV_img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.andsheeps_about_inner {
    max-width: 1280px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid;
    padding: 20px;
}
.andsheeps_about_inner p:not(:last-of-type){
    margin-bottom: 1em;
}
.andsheeps_about_title {
    font-family: "garamondpremrpro";
    display: inline-block;
    font-size: 3rem;
    margin-top: 0;
    margin-bottom: .5em;
    padding-bottom: .5em;
    border-bottom: 1px solid
}
.andsheeps_serise_inner {
    text-align: center;
    max-width: 1280px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}  
.andsheeps_serise_title {
    font-family: "garamondpremrpro";
    display: inline-block;
    font-size: 3rem;
    margin-top: 0;
    margin-bottom: .5em;
    padding-bottom: .5em;
    border-bottom: 1px solid
}
.andsheeps_serise_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.andsheeps_serise_item {
    width: calc(100% / 4 - 30px);
}
.andsheeps_serise_item_tmb{
    border-radius: 50%;
    margin-bottom: 1em;
}
.andsheeps_serise_item_title{
    font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
    font-size: 1.6rem;
}
.andsheeps_sec_inner {
    text-align: center;
    max-width: 1280px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.andsheeps_sec_head {
    height: 350px;
    overflow: hidden;
    position: relative;
    margin-bottom: 3em;
}   
.andsheeps_sec_head_img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.andsheeps_sec_head_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
    padding: 20px;
    background: linear-gradient(95.64deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.3) 100%);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    /* 注: backdrop-filterのブラウザサポートは最小限です */
    border-radius: 15px;
    border: 1px solid #ffffff22;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.andsheeps_sec_head_title {
    font-family: "garamondpremrpro";
    font-size: 2.4rem;
    letter-spacing: .2rem;
    font-weight: normal;
    margin-bottom: 1em;
}
.andsheeps_sec_item {
    margin-bottom: 3em;
}
.andsheeps_sec_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.andsheeps_sec_box_img {
    width: 40%;
    aspect-ratio:1/1;
    padding: 30px;
    position: relative;
}
.andsheeps_sec_box_img img {
    object-fit: cover;
    height: 100%;
}
.andsheeps_sec_box_img img::before,
.andsheeps_sec_box_img img::after{
    content: "";
    position: absolute;
    width: 30%;
    aspect-ratio:1/1;
}
.andsheeps_sec_box_img img::before{
    border-top: 1px solid;
    border-left: 1px solid;
    top: 0;
    left: 0;
}
.andsheeps_sec_box_img img::after{
    border-bottom: 1px solid;
    border-right: 1px solid;
    bottom: 0;
    right: 0;
}
.andsheeps_sec_box_cap {
    width: 50%;
    text-align: left;
}
.adsheeps_sec_box_cap  p:not(:last-of-type) {
        margin-bottom: 1em;
}
.andsheeps_sec_box_cap_head {
    margin-bottom: 3em;
}
.andsheeps_sec_box_cap_head_en {
    font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
    background: linear-gradient(transparent 60%, #F0EFE8 0%);
    margin-bottom: 1em;
    display: inline-block;
}
.andsheeps_sec_box_cap_head_jp {
    display: block;
    font-weight: normal;
    font-size: 1.8rem;
}
.andsheeps_sec_shop_btn {
    background: #F0EFE8;
    color: #B3AD8C;
    border: 1px solid #B3AD8C;
    width: 230px;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 3em;
}
.andsheeps_sec_shop_btn svg {
    vertical-align: middle;
    margin-right: 1em;
}
.andsheeps_sec_wrap {
	position: fixed;
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
}
.andsheeps_sec_wrap .link-button {
    width: 400px;
    text-align: center;
    display: inline-block;
    padding: 16px;
    font-size: 16px;
    border-radius: 10px;
	color: #fff;
}
.andsheeps_sec_wrap .link-button.online {
	background: #577D86;
}
.andsheeps_sec_wrap .link-button.catalogue {
	background: #569DAA;
}
.andsheeps_sec_wrap .link-button.insta {
	background: #87CBB9;
}
@media (max-width: 480px) {
    .andsheeps_serise_item {
        width: calc(100% / 2 - 10px);
        margin-bottom:20px;
    }
    .andsheeps_sec_head_box{
        width:90%;
    }
    .andsheeps_sec_box {
        display: block;
    }
    .andsheeps_sec_box_img {
        width: 100%;
    }
    .andsheeps_sec_box_cap {
        width:100%;
    }
	.andsheeps_sec_wrap {
		bottom: 2rem;
		gap: 12px;
	}
    .andsheeps_sec_wrap .link-button {
        width: 90%;
        margin: auto;
        padding: 12px 0;
        font-size: 14px;
    }
    section#button-section {
        margin-bottom: 16em;
    }
}