@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap');

.d-block {
    display: block;
}

.font-maru {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
}

.semi-bold {
    font-weight: 500;
}

.bold {
    font-weight: 700;
}

#contents {
    margin-bottom: 0;
    width: 100%;
}

#autumn-2025-pr {
    min-width: 960px;
    /*font-family: 'メイリオ', Meiryo, 'MS ゴシック', sans-serif;*/

    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
    font-feature-settings: "palt";
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}

#autumn-2025-pr div,
#autumn-2025-pr ul,
#autumn-2025-pr li,
#autumn-2025-pr div,
#autumn-2025-pr p,
#autumn-2025-pr dl,
#autumn-2025-pr dt,
#autumn-2025-pr dd,
#autumn-2025-pr figure,
#autumn-2025-pr figcaption {
    box-sizing: border-box;
}

#autumn-2025-pr {
    position: relative;
}


#autumn-2025-pr #mv {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 700px;
    background: url(../images/2025autumn/mv-bg.png) no-repeat center top #fff;
    text-align: center;
}

#autumn-2025-pr #mv h1 {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;

    width: 960px;
    margin: 0 auto;
}

#autumn-2025-pr #mv h1 img {
    position: absolute;
    top: 128px;
    left: 48%;
    transform: translateX(-48%);
    width: 688px;
}

#autumn-2025-pr #local-nav {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto;
    z-index: 10;
    width: 960px;
    height: 100%;
}



#autumn-2025-pr #local-nav li.g-01 {
    position: absolute;
    left: 158px;
    top: 377px;
}

#autumn-2025-pr #local-nav li.g-02 {
    position: absolute;
    left: 469px;
    top: 377px;
}

#autumn-2025-pr #local-nav li a:hover img {
    opacity: 1;
}

#autumn-2025-pr #local-nav span {
    display: block;
    line-height: 1.4;
    color: #5f2e03;
    width: 100%;
    font-size: 17px;
    text-align: center;

}

#autumn-2025-pr #local-nav a {
    text-decoration: none;

}

#autumn-2025-pr .bg {
    padding: 67px 0 330px 0;
    position: relative;
    z-index: 2;
}

#autumn-2025-pr .bg::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 2000px;
    height: 450px;
    background: url(../images/2025autumn/footer-bg.png) no-repeat center bottom /cover;
    z-index: -1;
}


#autumn-2025-pr .inner {
    margin: 0 auto;
    display: block;
    position: relative;
    width: 960px;
}

#autumn-2025-pr .ttl-icon {
    text-align: center;
    margin-bottom: 13px;
}

#autumn-2025-pr .product-section-ttl {
    font-size: 38px;
    color: #5f2e03;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 1.0em;
}

#autumn-2025-pr .product-once {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#autumn-2025-pr #pr-01 .product-once {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 125px;
}


#autumn-2025-pr #pr-01 .product-once::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -156px;
    right: -130px;
    width: 171px;
    height: 131px;
    background: url(../images/2025autumn/obj-01.png) no-repeat center center / contain;
    z-index: 6;
}

/*
#autumn-2025-pr #pr-02 .product-once {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 80px;
}*/


#autumn-2025-pr .product-text {
    width: 500px;
}

#autumn-2025-pr .product-ttl {
    font-size: 38px;
    color: #5f2e03;
    line-height: 1.4;
    padding-bottom: 15px;
    margin-bottom: 25px;
    background-image: repeating-linear-gradient(90deg, #5f2e03, #5f2e03 6px, transparent 6px, transparent 16px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 2px;
}

#autumn-2025-pr .product-lead {
    font-size: 20px;
    color: #412a1e;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-bottom: 38px;
}

#autumn-2025-pr .product-more a {
    font-size: 18px;
    line-height: 1.2;
    text-decoration: none;
    width: 90%;
    height: 80px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f18e00;
    color: #fff;
    position: relative;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

#autumn-2025-pr .product-more a:hover {
    opacity: 0.8;
}

#autumn-2025-pr .product-more a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 22px;
    height: 19px;
    background: url(../images/2025autumn/more-arrow.png) no-repeat center center / contain;
    z-index: 2;
}

#autumn-2025-pr .product-more a.btn-01 {
    background: #ea7d0c;
    margin-bottom: 20px;
}

#autumn-2025-pr .product-more a.btn-02 {
    background: #bb7a54;
}








.pagetop {
    padding: 1em;
}