@charset "UTF-8";

.pc {
    display: block;
}

.sp {
    display: none;
}

/* アーカイブスシリーズ特設サイトTOP */
#contsArea section.archivesMvBg:not(:last-of-type) {
    margin-bottom: 0;
    padding-bottom: 20px;
}
.archivesMvBg {
    overflow: hidden;
}

.archivesMv {
    position: relative;
}

.archivesMvSlide img {
    /* height: 79vh; */
    height: 90vh;
    object-fit: cover;
}

.archivesMvSlide img.archivesLogo {
    height: 100%;
}

.archivesMv .swiper-pagination {
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.archivesMv .swiper-button-prev,
.archivesMv .swiper-button-next {
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in;
    width: 40px;
    height: 40px;
    opacity: 0;
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in;
}

.archivesMv .swiper-button-prev {
    left: 0;
}

.archivesMv .swiper-button-next {
    right: 0;
}

.archivesMv .swiper-button-next::after,
.archivesMv .swiper-button-prev::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    -webkit-transition: .8s all ease-in;
    transition: .8s all ease-in;
}

.archivesMv .swiper-button-prev::after {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: translate(0, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.archivesMv .swiper-button-next::after {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.archivesMv:hover .swiper-button-next,
.archivesMv:hover .swiper-button-prev {
    opacity: 1;
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in;
}

.archivesMv .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-right: 6px;
    background: #666;
}

.archivesMv .swiper-pagination-bullet-active {
    background: #DDD;
}

.archivesMvLead {
    position: absolute;
    bottom: 64px;
    left: 100px;
    color: #000;
    font-size: 70px;
    font-family: "adobe-caslon-pro", serif;
    z-index: 100;
}

.archivesMvLeadSecond {
    color: #fff;
}

.archivesMvLead img,
.archivesMvLead svg {
    display: block;
    max-width: 112px;
    width: 100%;
    margin-bottom: 24px;
}

.archivesMvLead span {
    display: block;
    font-size: 18px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.archivesItemBannerArea {
    padding-top: 80px;
    padding-bottom: 120px;
}

#contsArea section.archivesSection:not(:last-of-type) {
    margin-bottom: 0;
    padding-bottom: 0;
}

.archivesSection {
    background-color: #DDD;
    overflow: hidden;
}

.archivesSeries {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    gap: 96px;
    padding: 96px 0 96px 7%;
    width: calc(100% - 100px);
    margin-left: auto;
}

.archivesCatch {
    width: 53.8%;
    /* max-width: 720px; */
    /* width: 100%; */
    overflow: hidden;
}

.archivesCatchWrap {
    transition-timing-function: linear;
}

.archivesCatchSlide img {
    max-width: 340px;
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.archivesDetail {
    max-width: 524px;
    width: 100%;
}

.archivesDetailTitle {
    margin-bottom: 5px;
    font-size: 40px;
    font-family: "adobe-caslon-pro", serif;
}

.archivesDetailLead {
    font-size: 14px;
}

.archivesDetailText {
    margin-top: 62px;
    font-size: 14px;
    line-height: 2.14;
}

.archivesCollectionWrap {
    padding: 96px 20px 0;
}

.archivesCollectionTitle {
    font-size: 40px;
    font-family: "adobe-caslon-pro", serif;
    text-align: center;
}

.archivesCollectionLead {
    margin-top: 5px;
    font-size: 14px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    text-align: center;
}

.archivesCollectionContent {
    margin-top: 38px;
}

.archivesCollectionList {
    max-width: 1010px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 10px;
}

.archivesCollectionItem {
    position: relative;
    padding-bottom: 30px;
    transition: .3s;
}

.archivesCollectionItem::after {
    position: absolute;
    display: block;
    content: '';
    bottom: 13px;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: translateX(-50%) rotate(135deg);
}

.archivesCollectionItem:hover {
    box-shadow: 0 0 8px rgba(0,0,0,0.08);
}

.archivesCollectionLink:hover {
    opacity: 1;
}

.archivesCollectionName {
    margin-top: 5px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.archivesCollectionArea {
    /* max-width: 1240px; */
    width: 100%;
    margin: 112px auto 0;
}

.archivesCollectionUnit {
    position: relative;
    /* display: flex;
    align-items: center;
    gap: 64px; */
    margin-bottom: 80px;
}

.archivesCollectionUnitContainer {
    display: flex;
    align-items: center;
    gap: 64px;
    max-width: 1240px;
    margin: 0 auto;
}

.archivesCollectionUnit:nth-child(2n) .archivesCollectionUnitContainer {
    position: relative;
    flex-direction: row-reverse;
    padding: 80px 0;
}

.archivesCollectionUnit:nth-child(2n)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 80vw;
    height: 100%;
    background-color: #FAFAFA;
}

.archivesCollectionUnit:nth-child(4)::after {
    right: unset;
    left: -20px;
}

.archivesCollectionUnitSlider {
    position: relative;
    max-width: 600px;
    width: 100%;
    overflow: hidden;
}

.archivesCollectionUnitSlider .swiper-button-prev,
.archivesCollectionUnitSlider .swiper-button-next {
    background: none;
    width: 36px;
    height: 24px;
}

.archivesCollectionUnitSlider .swiper-button-prev::after,
.archivesCollectionUnitSlider .swiper-button-next::after {
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.archivesCollectionUnitSlider .swiper-button-prev::after {
    background-image: url(https://ctizenbulova.itembox.design/item/s/archivesseries-special/img/main/prev.png);
    background-position: left;
}

.archivesCollectionUnitSlider .swiper-button-next::after {
    background-image: url(https://ctizenbulova.itembox.design/item/s/archivesseries-special/img/main/next.png);
    background-position: right;
}

.archivesCollectionUnitDetail {
    position: relative;
    z-index: 10;
}

.archivesCollectionUnitDetailCopy {
    margin-bottom: 20px;
    font-size: 16px;
}

.archivesCollectionUnitDetailTitle {
    margin-bottom: 31px;
    font-size: 26px;
    font-weight: normal;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 1.3;
}

.archivesCollectionUnitDetailText {
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 2.14;
}

.archivesCollectionUnitDetailColor {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.archivesCollectionUnitDetailColorText {
    height: 20px;
    margin-right: 12px;
    padding-top: 2px;
    font-size: 14px;
    font-family: "adobe-caslon-pro", serif;
    line-height: 20px;
}

.archivesCollectionUnitDetailColorDeployment {
    display: flex;
    align-items: center;
    gap: 6px;
}

.archivesCollectionUnitDetailColorDeployment img {
    width: 20px;
}

#contsArea section.archivesBannerBg {
    margin-bottom: 80px;
}

a.archivesBanner {
    display: flex;
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
    background: #FAFAFA;
}

.archivesBanner figure {
    max-width: 260px;
    width: 100%;
}

.archivesBannerDetail {
    display: flex;
    flex-flow: column;
    max-width: 400px;
    width: 100%;
    padding-top: 22px;
    text-align: center;
}

.archivesBannerTitle {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}

.archivesBannerText {
    margin-bottom: 22px;
    font-size: 13px;
}

.archivesBannerSchedule {
    margin-bottom: 18px;
}

.archivesBannerScheduleList {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.archivesBannerScheduleTerm {
    max-width: 70px;
    width: 100%;
    padding: 5px;
    background-color: #3C3C3C;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.archivesBannerScheduleDesc p {
    font-size: 13px;
    font-weight: bold;
}

.archivesBannerScheduleDesc span {
    font-size: 18px;
}

.archivesBannerLink {
    margin-top: auto;
    padding: 6px;
    background-color: #C7B18D;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}


@media screen and (max-width: 768px) {
    .archivesMvLead {
        bottom: 20px;
        left: 20px;
        font-size: 48px;
    }
    .archivesSeries {
        flex-flow: row wrap;
        gap: 48px;
        width: 100%;
        margin: 0 auto;
        padding: 56px 20px 111px;
    }
    .archivesCatch {
        width: 100%;
    }
    .archivesDetailText {
        margin-top: 38px;
    }
    .archivesCollectionList {
        justify-content: center;
        flex-flow: row wrap;
    }
    .archivesCollectionArea {
        margin-top: 48px;
    }
    .archivesCollectionUnit {
        margin-bottom: 56px;
    }
    .archivesCollectionUnitContainer {
        flex-flow: row wrap;
        gap: 32px;
    }
    .archivesCollectionUnitSlider {
        max-width: 100%;
        margin: 0 auto;
    }
    .archivesCollectionUnitDetail {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    a.archivesBanner {
        flex-flow: row wrap;
        max-width: 335px;
        margin: 0 auto;
    }
    .archivesBanner figure {
        max-width: 100%;
    }
}
@media screen and (max-width: 520px) {
    .archivesMvSlide img {
        height: 54vh;
    }
    .archivesMvLead {
        bottom: 30px;
        font-size: 40px;
    }
    .archivesMvLead span {
        font-size: 14px;
    }
    .archivesMvSlide img.archivesLogo {
        max-width: 70px;
    }
    .archivesItemBannerArea {
        padding-top: 46px;
        padding-bottom: 56px;
    }
    .archivesItemBannerArea img {
        max-width: 347px;
        width: 100%;
        margin: 0 auto;
    }
    .archivesCatchSlide img {
        height: 240px;
    }
    .archivesCollectionUnitDetailCopy {
        font-size: 14px;
    }
    .archivesCollectionItem {
        width: 46%;
    }
    /* .archivesCollectionUnit:nth-child(2n)::after {
        margin-left: calc(50% - 50vw);
    }
    .archivesCollectionUnit:nth-child(n+3)::after {
        margin-right: calc(50% - 50vw);
    } */
    .archivesCollectionUnitDetail .itemExplanationBtn {
        display: block;
        margin: 0 auto;
    }
}


/* 商品詳細 */
#contsArea section.itemAreaCatch:not(:last-of-type) {
    /* margin: 0 auto; */
    /* margin-top: 118px; */
    margin: 105px auto 0;
    min-height: 296.859px;
}

.itemAreaBg {
    position: relative;
    overflow: hidden;
    background-color: #F4F4F4;
}

.itemAreaCatch::before {
    content: "";
    position: absolute;
    top: 160px;
    left: 0;
    color: #fff;
    font-size: 230px;
    font-family: "adobe-caslon-pro", serif;
    white-space: nowrap;
}

.itemAreaCatchComputron::before {
    content: "Computron Computron";
}

.itemAreaCatchLunarpilot::before {
    content: "Lunar Pilot Chronograph";
}

.itemAreaCatchParking::before {
    content: "Parking meter Parking meter";
}

.itemAreaCatchMilShips::before {
    content: "Mil-ships Mil-ships";
}

.itemAreaCatchOceanographer::before {
    content: "Oceanographer Devil Diver";
}

.itemAreaCatchMilitary::before {
    content: "Military Military";
}

.itemArea {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
}

.itemKv {
    position: relative;
    margin-bottom: 96px;
}

.itemKv .columnBlk {
    justify-content: space-between;
    flex-direction: row-reverse;
}

.itemKvImg {
    max-width: 880px;
    width: 100%;
    margin-left: auto;
}

.itemKvCatch {
    position: absolute;
    left: 0;
    bottom: 35px;
    /* max-width: 360px; */
    width: 100%;
}

.itemKvCatchLead {
    font-size: 18px;
    font-weight: bold;
}

.itemKvCatchTitle {
    margin-top: 18px;
    font-size: 40px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 5px;
}

.itemExplanation {
    margin-bottom: 96px;
}

.itemExplanation .columnBlk {
    align-items: center;
    justify-content: unset;
    gap: 96px;
}

.itemExplanationCatch {
    position: relative;
    max-width: 580px;
    width: 100%;
    overflow: hidden;
}

.itemExplanationCatch .swiper-button-prev,
.itemExplanationCatch .swiper-button-next {
    background: none;
    width: 36px;
    height: 24px;
}

.itemExplanationCatch .swiper-button-prev::after,
.itemExplanationCatch .swiper-button-next::after {
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.itemExplanationCatch .swiper-button-prev::after {
    background-image: url(https://ctizenbulova.itembox.design/item/s/archivesseries-special/img/main/prev.png);
    background-position: left;
}

.itemExplanationCatch .swiper-button-next::after {
    background-image: url(https://ctizenbulova.itembox.design/item/s/archivesseries-special/img/main/next.png);
    background-position: right;
}


.itemExplanationDetail {
    max-width: 500px;
    width: 100%;
}

.itemExplanationLead {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

.itemExplanationText {
    font-size: 14px;
    line-height: 2.14;
}

.itemExplanationBtnList {
    display: flex;
    flex-flow: row wrap;
    gap: 24px;
    margin-top: 35px;
}

.itemExplanationBtn {
    max-width: 218px;
    width: 100%;
    padding: 11px;
    border: 1px solid #000;
    background-color: #fff;
    font-size: 13px;
    text-align: center;
    transition: .3s;
}

.itemExplanationBtn:hover {
    border: 1px solid #fff;
    background-color: #000;
    color: #fff;
    opacity: 1;
}

.itemMovie {
    margin-bottom: 96px;
}

.itemMovieWrap {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
}

.itemColor {
    margin-bottom: 87px;
    text-align: center;
}

.itemColorWrap {
    /* max-width: 832px; */
    width: 100%;
    margin: 20px auto 0;
}

.itemColorList {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    gap: 32px;
}

.itemColorItem {
    max-width: 256px;
    width: 100%;
    /* margin: 0 auto; */
}

.itemColorItem a {
    display: block;
    width: 100%;
}

/* アイテム画像を画像サイズに関わらずCSSで調整 */
.itemColorItem figure{
    aspect-ratio: 256 / 286;
}
.itemColorItem img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.itemColorCredit {
    text-align: center;
}

.itemColorCreditName {
    font-size: 16px;
    font-weight: bold;
}

.itemColorCreditNumber {
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
}

.iteColorCreditPrice {
    margin-top: 5px;
    font-size: 14px;
}

.itemColorSpec {
    margin: 22px auto 24px;
    padding: 16px 0;
    border-top: 1px solid #3C3C3C;
    border-bottom: 1px solid #3C3C3C;
    text-align: left;
}

.itemColorSpecLead {
    position: relative;
    font-size: 14px;
    cursor: pointer;
}

.itemColorSpecLead::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 5px;
    height: 1px;
    width: 9px;
    background: #000;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}

.itemColorSpecLead:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 5px;
    height: 1px;
    width: 9px;
    background: #000;
    transition: all .3s ease-in-out;
}

.itemColorSpecLead.open:before {
transform: rotate(180deg);
}
.itemColorSpecLead.open:after {
opacity: 0;
}

.itemColorSpecDetail {
    display: none;
    margin-top: 22px;
}

p.itemColorSpecDetailText {
    font-size: 12px;
    line-height: 1.6;
}

p.itemColorSpecDetailText span {
    font-weight: bold;
}

.itemColorItem .itemExplanationBtn {
    max-width: 100%;
    margin: 0 auto;
}

#contsArea section.itemBannerBg:not(:last-of-type) {
    margin: 0 auto;
}

.itemBannerArea {
    padding: 80px 0;
}

.itemBanner {
    display: flex;
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
}

.itemBanner figure {
    max-width: 220px;
    width: 100%;
}

.itemBannerDetail {
    position: relative;
    max-width: 420px;
    width: 100%;
    padding-top: 16px;
    background-color: #EEEEEE;
    text-align: center;
}

.itemBannerDetail::after {
    content: "";
    position: absolute;
    top: -35px;
    right: -30px;
    width: 90px;
    height: 90px;
    background-image: url(https://ctizenbulova.itembox.design/item/s/archivesseries-special/img/item/present.png);
}

.itemBannerTitle {
    font-size: 24px;
    text-align: center;
}

.itemBannerTitle span {
    display: block;
    margin-top: 5px;
    font-size: 13px;
}

.itemBannerText {
    display: inline-block;
    margin-top: 13px;
    font-size: 11px;
    text-align: left;
}

.itemBannerLink {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    margin-top: auto;
    padding: 8px;
    background-color: #000;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

.itemCollectionAreaWrap {
    padding: 88px 0;
}

.itemCollectionArea {
    text-align: center;
}

.itemCollectionContent {
    position: relative;
    margin-top: 46px;
    margin-bottom: 88px;
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
}

.itemCollectionContent::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #AAA;
}

.itemCollectionList {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

.itemCollectionItem {
    max-width: 360px;
    width: 100%;
    margin-bottom: -1px;
    margin-right: -1px;
    border-left: 1px solid #AAA;
    border-right: 1px solid #AAA;
}

a.itemCollectionLink {
    position: relative;
    display: block;
    width: 100%;
    padding: 24px 16px 32px;
}

a.itemCollectionLink:hover {
    opacity: 1;
}

a.itemCollectionLink:hover .itemCollectionBtn {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    opacity: 1;
}

.itemCollectionLink img {
    max-width: 200px;
    width: 100%;
    margin: 0 auto 13px;
}

.itemCollectionLead {
    position: absolute;
    top: 24px;
    left: 16px;
    color: #999;
    font-size: 14px;
    font-family: "adobe-caslon-pro", serif;
    writing-mode: vertical-rl;
    text-orientation: sideways;
}

.itemCollectionName {
    margin-bottom: 22px;
    font-size: 16px;
    font-weight: bold;
}

button.itemCollectionBtn {
    display: block;
    max-width: 218px;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    border: 1px solid #fff;
    background-color: #000;
    color: #fff;
    font-size: 13px;
    text-align: center;
    transition: .3s;
}

a.itemCollectionBtnSecond {
    display: block;
    max-width: 218px;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    border: 1px solid #000;
    background-color: #DDDDDD;
    color: #000;
    font-size: 13px;
    text-align: center;
    transition: .3s;
}

@media screen and (max-width: 1079px) {
    .itemCollectionContent::after {
        content: none;
    }
    .itemCollectionList {
        justify-content: center;
    }
    .itemCollectionItem {
        border-bottom: 1px solid #AAA;
    }
}

@media screen and (max-width: 768px) {
    .itemKvCatch {
        bottom: 20px;
        max-width: 400px;
    }
    .itemExplanation .columnBlk {
        justify-content: center;
        gap: 45px;
    }
    .itemCollectionContent::after {
        content: none;
    }
    .itemCollectionList {
        justify-content: center;
    }
}

@media screen and (max-width: 520px) {
    .pc {
        display: none;
    }
    
    .sp {
        display: block;
    }
    .itemKv {
        margin-bottom: 61px;
    }
    .itemKvImg {
        max-width: 335px;
        margin-left: auto;
        margin-bottom: 40px;
    }
    .itemKvCatch {
        position: unset;
        bottom: 0;
        max-width: 100%;
        padding-left: 20px;
    }
    .itemArea {
        padding-top: 80px;
    }
    .itemAreaCatch::before {
        top: 30px;
        font-size: 100px;
    }
    .itemKvCatchLead {
        font-size: 14px;
    }
    .itemKvCatchTitle {
        font-size: 32px;
    }
    .itemExplanation {
        margin-bottom: 46px;
    }
    .itemExplanation .columnBlk {
        gap: 25px;
        padding: 0 20px;
    }
    .itemExplanationBtnList {
        justify-content: center;
    }
    .itemMovie {
        margin-bottom: 46px;
    }
    .itemCollectionContent {
        margin-bottom: 64px;
    }
    .itemColorList {
        flex-flow: row wrap;
    }
    .itemColorItem {
        max-width: 295px;
        margin: 0 auto;
    }
    .itemBannerArea {
        padding: 40px 16px;
    }
    .itemCollectionList {
        max-width: 335px;
    }
    .itemCollectionItem {
        max-width: 167px;
        width: 100%;
    }
    .itemCollectionLink {
        padding-top: 43px;
    }
    .itemCollectionLead {
        top: 23px;
        left: 12px;
        width: 100%;
        font-size: 11px;
        writing-mode: unset;
        text-align: left;
    }
    a.itemCollectionLink {
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 60px 12px 24px;
    }
    .itemCollectionLink img {
        max-width: 142px;
    }
    .itemCollectionName {
        font-size: 14px;
    }
    button.itemCollectionBtn {
        margin-top: auto;
    }
}

/* イベントページ */
#contsArea section.eventMvBg:not(:last-of-type) {
    margin-bottom: 0;
}

.featureBlk.eventMv {
    padding: 63px 0 96px;
}

.eventMvHead {
    padding: 0 20px;
    font-family :  "游明朝体" ,  "游明朝" , YuMincho ,  "ヒラギノ明朝 Pro" ,  "ヒラギノ明朝 Pro" ,  "MS P明朝" ,  "MS P明朝" , serif;
}

.eventMvTitle {
    font-size: 48px;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.eventMvTitle span {
    display: block;
    margin-top: 10px;
    font-size: 20px;
}

.eventMvSchedule {
    margin-top: 37px;
}

.eventMvScheduleDetail {
    display: flex;
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
}

.eventMvScheduleList {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 50%;
    font-family: "adobe-caslon-pro", serif;
}

.eventMvScheduleTerm {
    max-width: 72px;
    width: 100%;
    padding: 10px 4px 4px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1;
}

.eventMvScheduleDesc {
    display: flex;
    padding-top: 5px;
    color: #fff;
    font-size: 16px;
}

.eventMvScheduleDesc p {
    position: relative;
}

.eventMvScheduleDesc p:first-child {
    margin-right: 48px;
}

.eventMvScheduleDesc p:first-child::after {
    content: "";
    position: absolute;
    top: 40%;
    right: -50%;
    width: 32px;
    height: 1px;
    background-color: #fff;
    transform: translate(-50%);
}

.eventMvScheduleDesc span {
    font-size: 13px;
}

.eventMvMain {
    position: relative;
    max-width: 1080px;
    width: 100%;
    margin: 64px auto 0;
    /* padding: 0 20px; */
    overflow: hidden;
}

.eventMvMainSlide img {
    max-width: 1080px;
    width: 100%;
    height: 471px;
    object-fit: cover;
}

.eventMvMainText {
    position: absolute;
    bottom: 22px;
    right: 24px;
    color: #fff;
    font-size: 11px;
}

.eventMvMain .swiper-button-prev,
.eventMvMain .swiper-button-next {
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in;
    width: 40px;
    height: 40px;
    opacity: 0;
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in;
}

.eventMvMain .swiper-button-prev {
    left: 0;
}

.eventMvMain .swiper-button-next {
    right: 0;
}

.eventMvMain .swiper-button-next::after,
.eventMvMain .swiper-button-prev::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    -webkit-transition: .8s all ease-in;
    transition: .8s all ease-in;
}

.eventMvMain .swiper-button-prev::after {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: translate(0, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.eventMvMain .swiper-button-next::after {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.eventMvMain:hover .swiper-button-next,
.eventMvMain:hover .swiper-button-prev {
    opacity: 1;
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in;
}

.eventOverview {
    margin-top: 112px;
    padding: 0 20px;
}

.eventOverViewTitle {
    font-size: 40px;
    text-align: center;
}

.eventOverViewLead {
    margin-top: 5px;
    font-size: 14px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    text-align: center;
}

.eventOverViewText {
    margin-top: 46px;
    font-size: 15px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 2.5;
    text-align: center;
}

.eventStore {
    margin-top: 91px;
    padding: 0 20px;
}

.eventStoreTitle {
    font-size: 30px;
    text-align: center;
}

.eventStoreLead {
    font-size: 14px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    text-align: center;
}

.eventStoreContent {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    max-width: 1080px;
    width: 100%;
    margin: 46px auto 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.eventStoreUnit {
    max-width: 500px;
    width: 100%;
}

.eventStoreUnitSchedule {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 23px;
}

.eventStoreUnitSchedulePeriod {
    max-width: 80px;
    width: 100%;
    padding: 8px 4px;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.eventStoreUnitScheduleDay {
    font-size: 18px;
    font-weight: bold;
}

.eventStoreUnitScheduleDay span {
    font-size: 24px;
}

.eventStoreUnitTitle {
    margin-top: 20px;
    font-size: 22px;
    font-weight: bold;
}

.eventStoreUnitText {
    margin-top: 6px;
    font-size: 14px;
}

a.eventStoreUnitLink {
    position: relative;
    display: inline-block;
    margin-top: 11px;
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}

a.eventStoreUnitLink::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20%;
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%)rotate(45deg);
    transition: all .3s ease-in-out;
}

.eventCampaign {
    margin-top: 86px;
    padding: 0 20px;
}

.eventCampaignWrap {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 48px 60px;
    background-color: #fff;
    color: #000;
}

.eventCampaignTitle {
    font-size: 30px;
    text-align: center;
}

.eventCampaignLead {
    font-size: 14px;
    text-align: center;
}

.eventCampaignContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-direction: row-reverse; */
    margin-top: 38px;
}

.eventCampaignUnit {
    max-width: 440px;
    width: 100%;
}

.eventCampaignUnit .swiper-button-prev,
.eventCampaignUnit .swiper-button-next {
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in;
    width: 40px;
    height: 40px;
    /* opacity: 0; */
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in;
}

.eventCampaignUnit .swiper-button-prev {
    left: 0;
}

.eventCampaignUnit .swiper-button-next {
    right: 0;
}

.eventCampaignUnit .swiper-button-next::after,
.eventCampaignUnit .swiper-button-prev::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    -webkit-transition: .8s all ease-in;
    transition: .8s all ease-in;
}

.eventCampaignUnit .swiper-button-prev::after {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: translate(0, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.eventCampaignUnit .swiper-button-next::after {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* .eventCampaignUnit:hover .swiper-button-next,
.eventCampaignUnit:hover .swiper-button-prev {
    opacity: 1;
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in;
} */

.eventCampaignUnitLead {
    font-size: 18px;
    font-weight: bold;
}

.eventCampaignUnitTitle {
    margin-top: 5px;
    font-size: 22px;
    font-weight: bold;
}

.eventCampaignUnitText {
    margin-top: 32px;
    font-size: 16px;
    line-height: 2.125;
}



.eventCampaignUnit.swiper {
    position: relative;
    max-width: 440px;
    width: 100%;
    overflow: hidden;
}

/* .eventCampaignUnit.swiper .swiper-button-prev,
.eventCampaignUnit.swiper .swiper-button-next {
    background: none;
    width: 36px;
    height: 24px;
}

.eventCampaignUnit.swiper .swiper-button-prev::after,
.eventCampaignUnit.swiper .swiper-button-next::after {
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.eventCampaignUnit.swiper .swiper-button-prev::after {
    background-image: url(../img/event/prev.png);
    background-position: left;
}

.eventCampaignUnit.swiper .swiper-button-next::after {
    background-image: url(../img/event/next.png);
    background-position: right;
}
 */



.backColor .eventCampaignUnitText a {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

.eventCampaignUnitNote {
    margin-top: 53px;
    color: #3C3C3C;
    font-size: 12px;
}

#contsArea section.eventPhotoWrap:not(:last-of-type) {
    margin-bottom: 0;
}

.eventPhotoWrap {
    overflow: hidden;
}

.eventPhoto {
    padding: 48px 20px 88px;
}

.eventPhotoTitle {
    font-size: 30px;
    text-align: center;
}

.eventPhotoLead {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.eventPhotoContent {
    max-width: 1080px;
    width: 100%;
    margin: 46px auto 0;
}

/* .eventPhotoContentUnit:first-child {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #3C3C3C;
} */

.eventPhotoContentUnitTitle {
    font-size: 20px;
}

.eventPhotoContentUnitWrap {
    display: flex;
    gap:24px;
    margin-top: 24px;
}

.eventPhotoContentUnitWrap img {
    max-width:252px;
    width: 100%;
}

.eventBnr {
    position: fixed;
    right: 0;
    bottom: 30px;
    max-width: 320px;
    width: 100%;
    background-color: #FFF;
    z-index: 100;
    transition: 0.5s;
}

.eventBnrWrap {
    display: flex;
}

/* .eventBnrWrap img {
    max-width: 140px;
    width: 100%;
} */

.eventBnrDetail {
    max-width: 180px;
    width: 100%;
    padding: 12px 25px;
}

.eventBnrTitle {
    font-size: 14px;
    font-weight: bold;
}

.eventBnrLink {
    margin-top: 6px;
    max-width: 130px;
    width: 100%;
    margin: 0 auto;
    padding: 4px;
    background-color: #000;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

a.eventBnrSp {
    display: none;
    padding: 24px;
    background-color: #C6B18D;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.is-hidden {
    visibility: hidden;
    opacity: 0;
}

#footer {
    margin-top: 0;
    padding-top: 0;
}

@media screen and (max-width: 1040px) {
    .eventStoreContent {
        justify-content: center;
    }
    .eventStoreUnit {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .eventMvMain {
        width: 95%;
    }
    /* .eventCampaign {
        margin: 86px 20px 0;
    } */
    .eventStoreUnit {
        margin: 0 auto 62px;
    }
    .eventStoreUnit:last-child {
        margin-bottom: 0;
    }
    .eventCampaignContent {
        justify-content: center;
        flex-flow: row wrap;
    }
    .eventCampaignUnit {
        margin: 0 auto 40px;
    }
    .eventCampaignUnit:last-child {
        margin-bottom: 0;
    }

}

@media screen and (max-width: 520px) {
    .eventMvTitle {
        font-size: 38px;
    }
    .eventMvTitle span {
        font-size: 16px;
    }
    .eventMvScheduleDetail {
        flex-flow: row wrap;
    }
    .eventMvScheduleList {
        width: 100%;
    }
    .eventMvScheduleList:first-child {
        margin-bottom: 12px;
    }
    .eventMvScheduleDesc p:first-child {
        margin-right: 20px;
    }
    .eventMvScheduleDesc p:first-child::after {
        right: -17%;
        width: 10px;
    }
    .eventMvMain {
        width: 90%;
        margin-top: 32px;
        padding: 0;
    }
    .eventMvMainSlide img {
        height: 238px;
    }
    .eventOverview {
        margin-top: 80px;
    }
    .eventOverViewTitle {
        font-size: 32px;
    }
    .eventOverViewText {
        margin-top: 32px;
        text-align: left;
    }
    .eventStoreTitle {
        font-size: 26px;
    }
    .eventStoreUnitSchedule {
        flex-flow: row wrap;
    }
    .eventStoreUnitTitle {
        margin-top: 30px;
        line-height: 1.5;
    }
    .eventCampaignWrap {
        padding: 48px 20px;
    }
    .eventCampaignTitle.enSerif {
        font-size: 26px;
    }
    .eventCampaignContent {
        margin-top: 30px;
    }
    .eventCampaignUnitLead {
        font-size: 16px;
    }
    .eventCampaignUnitTitle {
        line-height: 1.6;
    }
    .eventCampaignUnitNote {
        line-height: 1.5;
    }
    .eventPhoto {
        padding: 28px 20px 64px;
    }
    .eventPhotoTitle {
        font-size: 26px;
    }
    .eventPhotoContentUnitWrap {
        gap: 0;
    }
    .eventBnr {
        bottom: 0;
        max-width: 100%;
    }
    .eventBnrWrap {
        display: none;
    }
    a.eventBnrSp {
        display: block;
    }
}

/* .columnBlk内の.txtSetのスマホ時のスタイル */
@media screen and (max-width: 768px) {
    .columnBlk .txtSet {
        margin-right: 0;
        margin-left: 0;
    }
}