@charset "UTF-8";

html,body {
    min-width: inherit;
}

/* ====================================================================================================
■ mv
==================================================================================================== */
#home {
    overflow: hidden;
}
#home #siteTtl {
    display: none;
}
/*  ===== PC ===== */
@media screen and (min-width: 766px) , print {
    #mv {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    #mv .ivLink {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
    }
    .mvTxtArea {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 25;
    }
    .mvSiteTtl {
        position: absolute;
        top: 48px;
        width: 100%;
        filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.05));
    }
    .mvSiteTtl span {
        display: block;
        width: 672px;
        height: 216px;
        text-indent: -99999px;
        margin: 0 auto;
        background: url(../img/mv_sitettl_pc.svg) no-repeat center center;
        background-size: contain;
    }
    .mvInfo {
        position: absolute;
        bottom: 106px;
        width: 100%;
        filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.15));
    }
    .mvInfo span {
        display: block;
        text-indent: -99999px;
        margin: 0 auto;
        width: 320px;
        height: 55px;
        background: url(../img/mv_info.svg) no-repeat center center;
        background-size: contain; 
    }
    .mvLogo {
        position: absolute;
        bottom: 58px;
        width: 100%;
        text-align: right;
        font-size: 0;
        filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.15));
    }
    .mvLogo li {
        display: inline-block;
        height: 40px;
        vertical-align: top;
        margin-right: 24px;
    }
    .mvLogo li img {
        width: auto;
        height: 100%;
    }
    .mvSlide.swiper-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .mvSlideCont.swiper-slide {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: #000;
    }
    .mvSlide .slidePh img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        filter:alpha(opacity=95);
        -moz-opacity: 0.95;
        opacity: 0.95;
    }
    .mvSlide .slideCap {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 32px;
        box-sizing: border-box;
        filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.15));
    }
    .mvSlide .typeHiroshima .slideCap {
        text-align: left;
    }
    .mvSlide .typeKitahiroshima .slideCap {
        text-align: right;
    }
    .mvSlide .capSpotEn {
        color: #EC1234;
        line-height: 1;
    }
    .mvSlide .capSpotJp {
        font-size: 14px;
        color: #fff;
        line-height: 1;
        margin-top: 8px;
    }
    .mvSlide .capTxt {
        font-size: 12px;
        color: #fff;
        line-height: 1;
        margin-top: 8px;
    }
}
/*  ===== SP ===== */
@media screen and (max-width: 765px) {
    #mv {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    #mv .ivLink {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
    }
    .mvTxtArea {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 25;
    }
    .mvSiteTtl {
        position: absolute;
        top: 12vw;
        width: 100%;
        filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.05));
    }
    .mvSiteTtl span {
        display: block;
        width: 84vw;
        height: 33vw;
        text-indent: -99999px;
        margin: 0 auto;
        background: url(../img/mv_sitettl_sp.svg) no-repeat center center;
        background-size: contain;
    }
    .mvInfo {
        position: absolute;
        bottom: 32vw;
        width: 100%;
        filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.15));
    }
    .mvInfo span {
        display: block;
        text-indent: -99999px;
        margin: 0 auto;
        width: 68vw;
        height: 12vw;
        background: url(../img/mv_info.svg) no-repeat center center;
        background-size: contain; 
    }
    .mvLogo {
        position: absolute;
        bottom: 16vw;
        width: 100%;
        text-align: center;
        font-size: 0;
        filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.15));
    }
    .mvLogo li {
        display: inline-block;
        height: 8vw;
        vertical-align: top;
        margin: 0 10px;
    }
    .mvLogo li img {
        width: auto;
        height: 100%;
    }
    .mvSlide.swiper-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .mvSlideCont.swiper-slide {
        position: relative;
        width: 100%;
        background: #000;
        overflow: hidden;
    }
    .mvSlide img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        filter:alpha(opacity=95);
        -moz-opacity: 0.95;
        opacity: 0.95;
    }
    .mvSlide .slideCap {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        padding: 0 4vw; /* 0 15px */
        box-sizing: border-box;
        filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.15));
    }
    .mvSlide .typeHiroshima .slideCap {
        text-align: left;
    }
    .mvSlide .typeKitahiroshima .slideCap {
        text-align: right;
    }
    .mvSlide .capSpotEn {
        color: #EC1234;
        line-height: 1;
    }
    .mvSlide .capSpotJp {
        font-size: 3.4666vw; /* 13px */
        color: #fff;
        line-height: 1;
        margin-top: 5px;
    }
    .mvSlide .capTxt {
        font-size: 10px;
        color: #fff;
        line-height: 1;
        margin-top: 5px;
    }

}

/* ====================================================================================================
■ toukuBar
==================================================================================================== */
/*  ===== PC ===== */
@media screen and (min-width: 766px) , print {
    .infiniteslide_wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        min-width: 1100px;
        height: 32px;
        line-height: 32px;
        background: #ec1234;
        z-index: 10;
        overflow: hidden;
    }
    .toukuBar {
        width: 100%;
        color: #fff;
    }
    .toukuBar li {
        margin-right: 240px;
    }
    .toukuBar .newsDate {
        margin-right: 16px;
    }   
}
/*  ===== SP ===== */
@media screen and (max-width: 765px) {
    .infiniteslide_wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 6.6666vw; /* 25px */
        line-height: 6.6666vw; /* 25px */
        background: #ec1234;
        z-index: 10;
        overflow: hidden;
    }
    .toukuBar {
        width: 100%;
        font-size: 3.4666vw; /* 13px */
        color: #fff;
    }
    .toukuBar li {
        margin-right: 120px;
    }
    .toukuBar .newsDate {
        margin-right: 15px;
    }  
}