@charset "utf-8";


#pair * {
    margin: 0;
    padding: 0;
    font-family: 'Noto Serif JP', serif !important;
    line-height: 0;
    box-sizing: border-box;
}

#pair img {
    width: 100%;
    height: auto;
}

#pair ul {
    list-style: none;
}

#pair a {
    text-decoration: none;
}

#pair .section_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (max-width:1024px) {
    #pair .section_inner {
        padding: 0 2%;
    }
}



/*section001*/
#pair .section001 {
    margin-bottom: 100px;
}

#pair .section001 .cnt_mv h1 {
    width: 100%;
    max-width: 1760px;
    margin: 0 auto 60px;
    aspect-ratio: 1325 / 582;
}

#pair .section001 .section_inner p {
    margin-bottom: 60px;
    text-align: center;
    font-size: 23px;
    color: #333;
    line-height: 1.8;
}

#pair .section001 .section_inner ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

#pair .section001 .section_inner ul li {
    width: calc(96% / 3);
    max-width: calc(920px / 3);
}

#pair .section001 .section_inner ul li:not(:last-of-type, :nth-of-type(3)) {
    margin-right: 20px;
}

#pair .section001 .section_inner ul li:not(:nth-of-type(n + 4)) {
    margin-bottom: 20px;
}

#pair .section001 .section_inner ul li a {
    position: relative;
    transform: translate(-2px, -2px);
    display: block;
    padding: 13px 0;
    line-height: 1.6;
    color: #fff;
    background: #866657;
    border-radius: 8px;
    box-shadow: 2px 2px 0px 2px #5a3d2f;
    transition: .4s all;
}

#pair .section001 .section_inner ul li a::after {
    content: "";
    position: absolute;
    top: 46%;
    transform: translateY(-50%) rotate(135deg);
    right: 15px;
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #fff;
    border-width: 1px 1px 0 0;
}

#pair .section001 .section_inner ul li a:hover {
    transform: translate(0, 0);
    box-shadow: 0px 0px 0px 0px #7e5109;
}

#pair .section001 .section_inner ul li a span {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
}

@media screen and (max-width:1024px) {
    #pair .section001 {
        margin-bottom: 10%;
    }

    #pair .section001 .cnt_mv h1 {
        margin-bottom: 6%;
    }

    #pair .section001 .section_inner p {
        margin-bottom: 6%;
    }

    #pair .section001 .section_inner ul li:not(:last-of-type, :nth-of-type(3)) {
        margin-right: 2%;
    }

    #pair .section001 .section_inner ul li:not(:nth-of-type(n + 4)) {
        margin-bottom: 2%;
    }

    #pair .section001 .section_inner ul li a {
        padding: 5% 0;
    }
}

@media screen and (max-width:768px) {
    #pair .section001 {
        margin-bottom: 14%;
    }

    #pair .section001 .cnt_mv h1 {
        margin-bottom: 8%;
        aspect-ratio: 1 / 1;
    }

    #pair .section001 .section_inner p {
        margin-bottom: 8%;
        font-size: min(calc(1vw * calc(16 / 3.75)), 23px);
    }

    #pair .section001 .section_inner ul {
        display: block;
    }

    #pair .section001 .section_inner ul li {
        width: 100%;
        max-width: min(calc(1vw * calc(300 / 3.75)), 400px);
        margin: 0 auto;
    }

    #pair .section001 .section_inner ul li:not(:last-of-type, :nth-of-type(3)) {
        margin-right: auto;
    }

    #pair .section001 .section_inner ul li:not(:nth-of-type(n + 4)) {
        margin-bottom: 0;
    }

    #pair .section001 .section_inner ul li:not(:last-of-type) {
        margin-bottom: 4%;
    }

    #pair .section001 .section_inner ul li a {
        padding: 3%;
        font-size: min(calc(1vw * calc(12 / 3.75)), 16px);
    }

    #pair .section001 .section_inner ul li a::after {
        width: 7px;
        height: 7px;
    }
}

/*共通レイアウト*/
#pair h2 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 50px;
    line-height: 1.4;
    color: #bb770b;
    font-weight: 500;
    letter-spacing: 10px;
    text-align: center;
}

#pair h2 span {
    display: block;
    font-size: 20px;
    color: #333;
    letter-spacing: 5px;
    line-height: 1;
}

#pair h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 15%;
    height: 2px;
    background: #bb770b;
}

#pair h2+p {
    position: relative;
    margin-bottom: 40px;
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    text-align: center;
}

#pair .section_inner .card_list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

#pair .section_inner .card_list>div {
    width: calc(96% / 2);
    max-width: calc(920px / 2);
}

#pair .section_inner .card_list>div:first-of-type {
    margin-right: 40px;
}

#pair .section_inner .card_list>div:first-of-type>div:first-of-type {
    /*margin: 0 0 0 auto;*/
}

#pair .section_inner .card_list>div:last-of-type>div:first-of-type {
    order: 2;
}

#pair .section_inner .card_list>div>div:first-of-type {
    width: 100%;
    max-width: 250px;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
}

#pair .section_inner .card_list>div>div:last-of-type {
    position: relative;
    width: 91%;
    margin: 0 auto;
    padding: 20px;
    background: transparent;
}

#pair .section_inner .card_list>div:first-of-type>div:last-of-type {}

#pair .section_inner .card_list>div>div:last-of-type h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1;
    color: #fff;
}

#pair .section_inner .card_list>div:first-of-type>div:last-of-type h3 {
    color: #007d73;
}

#pair .section_inner .card_list>div:last-of-type>div:last-of-type h3 {
    color: #b9363f;
}

#pair .section_inner .card_list>div>div:last-of-type h3+p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

#pair .section_inner .card_list>div>div:last-of-type ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

#pair .section_inner .card_list>div>div:last-of-type ul li {
    width: calc(98% / 2);
    max-width: calc(100% - 20px);
}

#pair .section_inner .card_list>div>div:last-of-type ul li:first-of-type {
    margin-right: 20px;
}

#pair .section_inner .card_list>div>div:last-of-type ul li a {
    position: relative;
    transform: translate(0, 0);
    display: block;
    padding: 10px 0;
    line-height: 1.6;
    color: #fff;
    background: #866657;
    border-radius: 8px;
    transition: .4s all;
    text-align: center;
    font-size: 12px;
}

#pair .section_inner .card_list>div>div:last-of-type ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 15px;
    width: 6px;
    height: 6px;
    background: transparent;
    border: 1px solid #fff;
    border-width: 1px 1px 0 0;
}

#pair .section_inner .card_list>div>div:last-of-type ul li a:hover {
    transform: translate(1px, 1px);
    box-shadow: inset 1px 1px 8px 0px rgb(101, 56, 35, .8);
}

#pair .archive_btn{
    width: 100%;
    max-width: 400px;
    margin: 60px auto 0;
}

#pair .archive_btn a{
    position: relative;
    display: block;
    padding: 20px 0;
    line-height: 1.6;
    text-align: center;
    font-size: 18px;
    border: 3px solid #866657;
    box-sizing: border-box;
    color: #866657;
    border-radius: 15px;
    font-weight: bold;
    box-shadow: inset 1px 1px 6px 0px rgba(0, 0, 0, 0);
    transition: .4s all;
}

#pair .archive_btn a::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 20px;
    width: 10px;
    height: 10px;
    border:3px solid #866657;
    border-width: 3px 3px 0 0;
    border-radius: 2px;
}

#pair .archive_btn a:hover{
    box-shadow: inset 1px 1px 6px 0px rgba(0, 0, 0, .3);
}

@media screen and (max-width:1024px) {
    #pair h2 {
        margin-bottom: 2%;
        padding-bottom: 2%;
    }

    #pair h2+p {
        margin-bottom: 4%;
    }

    #pair .section_inner .card_list>div:first-of-type {
        margin-right: 4%;
    }

    #pair .section_inner .card_list>div>div:first-of-type {
        max-width: min(calc(1vw * calc(200 / 7.69)), 250px);
        height: min(calc(1vw * calc(200 / 7.69)), 250px);
    }

    #pair .section_inner .card_list>div>div:last-of-type {
        width: 100%;
        padding: 3%;
    }

    #pair .section_inner .card_list>div>div:last-of-type h3 {
        margin-bottom: 4%;
    }

    #pair .section_inner .card_list>div>div:last-of-type h3+p {
        margin-bottom: 4%;
    }

    #pair .section_inner .card_list>div>div:last-of-type ul li:first-of-type {
        margin-right: 2%;
    }

    #pair .section_inner .card_list>div>div:last-of-type ul li a {
        padding: 5% 0;
    }

    #pair .archive_btn{
        margin: 6% auto 0;
    }

    #pair .archive_btn a{
        padding: 4% 0;
    }
}

@media screen and (max-width:768px) {
    #pair h2 {
        margin-bottom: 4%;
        padding-bottom: 4%;
        font-size: min(calc(1vw * calc(30 / 3.75)), 50px);
    }

    #pair h2 span {
        font-size: min(calc(1vw * calc(14 / 3.75)), 20px);
    }

    #pair h2::after {
        width: 25%;
    }

    #pair h2+p {
        margin-bottom: 8%;
        font-size: min(calc(1vw * calc(14 / 3.75)), 18px);
        text-align: left;
    }

    #pair .section_inner .card_list {
        display: block;
    }

    #pair .section_inner .card_list>div {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: stretch;
        align-items: stretch;
        width: 100%;
        max-width: none;
    }

    #pair .section_inner .card_list>div:first-of-type {
        margin-right: 0;
        margin-bottom: 6%;
    }

    #pair .section_inner .card_list>div>div:first-of-type {
        position: relative;
        width: 50%;
        max-width: none;
        height: 100%;
        overflow: hidden;
    }

    #pair .section_inner .card_list>div>div:last-of-type {
        width: 50%;
        padding: 0 3%;
    }


    #pair .section_inner .card_list>div:last-of-type>div:first-of-type {
        order: unset;
    }

    #pair .section_inner .card_list>div>div:last-of-type h3 {
        font-size: min(calc(1vw * calc(16 / 3.75)), 18px);
    }

    #pair .section_inner .card_list>div>div:last-of-type h3+p {
        font-size: min(calc(1vw * calc(12 / 3.75)), 16px);
    }

    #pair .section_inner .card_list>div>div:last-of-type ul {
        display: block;
    }

    #pair .section_inner .card_list>div>div:last-of-type ul li {
        width: 100%;
        max-width: min(calc(1vw * calc(150 / 3.75)), 300px);
        margin: 0;
    }

    #pair .section_inner .card_list>div>div:last-of-type ul li:first-of-type {
        margin-right: 0;
        margin-bottom: 4%;
    }

    #pair .section_inner .card_list>div>div:last-of-type ul li a {
        padding: 3% 0;
        font-size: min(calc(1vw * calc(10 / 3.75)), 12px);
    }

    #pair .archive_btn{
       margin: 10% auto 0;
    }

    #pair .archive_btn a{
        font-size: min(calc(1vw * calc(14 / 3.75)), 18px);
    }

}


/*共通section*/
#pair .section002,
#pair .section003,
#pair .section004,
#pair .section005,
#pair .section006 {
    margin-bottom: 100px;
}

@media screen and (max-width:1024px) {

    #pair .section002,
    #pair .section003,
    #pair .section004,
    #pair .section005,
    #pair .section006 {
        margin-bottom: 10%;
    }
}

@media screen and (max-width:768px) {

    #pair .section002,
    #pair .section003,
    #pair .section004,
    #pair .section005,
    #pair .section006 {
        margin-bottom: 14%;
    }
}


/*アニメーション処理*/
#pair .animation h2{
    opacity: 0;
    transition: .6s all;
}

#pair .animation h2 + p{
    opacity: 0;
    transition: .6s .2s all;
}

#pair .animation .card_list > div{
    opacity: 0;
    transition: .6s all;
}

#pair .animation .card_list > div:first-of-type{
    transition-delay: .4s;
}

#pair .animation .card_list > div:last-of-type{
    transition-delay: .6s;
}

#pair .animation .archive_btn{
    opacity: 0;
    transition: .6s .8s all;
}

#pair .animation.active h2{
    opacity: 1;
}

#pair .animation.active h2 + p{
    opacity: 1;
}

#pair .animation.active .card_list > div{
    opacity: 1;
}

#pair .animation.active .archive_btn{
    opacity: 1;
}