@charset "Shift_JIS";

.TopBrandingAreaInner {
    position: relative;
    width: 100%;
    height: 720px;
    min-width: 320px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow-x: hidden;
}

.TopBrandingSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.TopBrandingSlide.hsif2022 {
    background-color: #fff;
}

.TopBrandingSlide:not(:first-child) {
    display: none;
}

.TopBrandingSlide.hsif2022>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.TopBrandingSlide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.TopBrandingSlide.hsif2022 img {
    /*2022.11.15*/
    width: 100%;
}
@media screen and (max-width: 768px) {
    .TopBrandingSlide.hsif2022 img {
        object-position: -50px 0;
    }
}

.TopBrandingControl {
    position: absolute;
    right: calc((100vw - 1275px) / 2);
    bottom: 15px;
    display: none;
    justify-content: center;
    align-items: center;
}

.TopBrandingControl.Bottom {
    right: auto;
    bottom: 51px;
    left: 50%;
    transform: translate(-50%, 0);
}

.TopBrandingDots {
    margin-right: 4px;
}

.TopBrandingDots>button,
.TopBrandingBtnStop,
.TopBrandingBtnPlay {
    position: relative;
    display: inline-block;
    font-size: 0;
    line-height: 1;
    color: transparent;
    width: 20px;
    height: 20px;
    outline: 0;
    cursor: pointer;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
    background-color: transparent;
    border: 0;
}

.TopBrandingDots>button:hover,
.TopBrandingBtnStop:hover,
.TopBrandingBtnPlay:hover {
    opacity: 0.8;
}

.TopBrandingDots,
.TopBrandingBtnStop,
.TopBrandingBtnPlay {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.TopBrandingDots>button::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
}

.TopBrandingDots>button.active::before {
    background-color: #c02;
}

.TopBrandingControl>.TopBrandingBtnStop::before {
    content: "";
    position: absolute;
    top: calc(50% - 12px / 2);
    left: calc(50% - 5px);
    width: 3px;
    height: 12px;
    background-color: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
}

.TopBrandingControl>.TopBrandingBtnStop::after {
    content: "";
    position: absolute;
    top: calc(50% - 12px / 2);
    right: calc(50% - 5px);
    width: 3px;
    height: 12px;
    background-color: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
}

.TopBrandingControl>.TopBrandingBtnStop.active::before,
.TopBrandingControl>.TopBrandingBtnStop.active::after {
    background-color: #c02;
}

.TopBrandingControl>.TopBrandingBtnPlay::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: calc(50% - (6px * 1.7320508) / 2);
    left: calc(50% - (6px * 1.7320508) / 2);
    border-style: solid;
    border-width: 6px 0 6px calc(6px * 1.7320508);
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .6));
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #fff;
}

.TopBrandingControl>.TopBrandingBtnPlay.active::before {
    border-left-color: #c02;
}


.TopBrandingBtnPrev,
.TopBrandingBtnNext {
    cursor: pointer;
    position: absolute;
    display: none;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .6));
    background-color: transparent;
    border: 0;
    overflow: visible;
}

.TopBrandingBtnPrev {
    top: 50%;
    left: calc((100vw - 1275px) / 2 + 10px);
    transform: translate(0, -50%);
}

.TopBrandingBtnNext {
    top: 50%;
    right: calc((100vw - 1275px) / 2 + 10px);
    transform: translate(0, -50%);
}

.TopBrandingBtnPrev::after,
.TopBrandingBtnNext::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
}

.TopBrandingBtnPrev::after {
    border-left: 6px solid #fff;
    border-bottom: 6px solid #fff;
    transform: rotate(45deg);
    left: 4px;
    top: 0;
}

.TopBrandingBtnNext::after {
    border-right: 6px solid #fff;
    border-top: 6px solid #fff;
    transform: rotate(45deg);
    right: 4px;
    top: 0;
}

.TopBrandingBtnPrev:hover,
.TopBrandingBtnNext:hover {
    opacity: 0.8;
}

.TopBrandingTitle {
    position: relative;
    padding: 0 15px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.TopBrandingTitle h2 {

background: none;
}

.TopBrandingTitle img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.TopBrandingTitle.hsif2022 img {
    /*2022.11.15*/
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 430px;
    margin-bottom: 135px;
}

.TopBrandingTitle .TextStyle1 {
    display: block;
    font-size: 16px;
    text-shadow: 1px 1px 1px #000e1d;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    margin-bottom: 135px;
}

.TopBrandingTitle .TextStyle2 {
    display: block;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

.TopBrandingTitle .TextStyle2 strong {
    color: #E60027;
    font-weight: 500;
}

.TopBrandingTitle .TextStyle3 {
    display: block;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.TopBrandingTitle .TextStyle3 strong {
    color: #E60027;
    font-weight: 500;
}

.TopBrandingTitle .TextStyle4 {
    display: block;
    font-size: 100%;
    font-weight: 400;
    line-height: 1.8;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    max-width: 85%;
}
.TopBrandingTitle .TextStyle9 {
    display: block;
    font-size: 100%;
    font-weight: 400;
    line-height: 1.8;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    max-width: 920px;
    min-width: 320px;
}

.TopBrandingLink {
    box-sizing: border-box;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}


.TopBrandingLink a {
    position: relative;
    display: inline-block;
    min-width: 120px;
    margin: 0;
    text-align: center;
    font-size: 90%;
    padding: 15px 20px 15px 20px;
    background-color: #c02;
    color: #fff;
    text-decoration: none;
    border-radius: 50rem;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
}

/*
.TopBrandingLink a:hover {
	opacity: 0.9;
}
*/

.TopBrandingLink a span::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-left: 6px;
}

.TopBrandingLink a span {
    white-space: nowrap;
}

/*
.TopBrandingLink a span {
	display: inline-block;
	transform: skewX(45deg);
	white-space: nowrap;
}

.TopBrandingLink a::before {
	position: absolute;
	content: "";
	left: -18px;
	top: 0;
	width: 20px;
	height: 100%;
	border-left: 18px solid #d18187;
}

.TopBrandingLink a::after {
	position: absolute;
	content: "";
	left: -30px;
	top: 0;
	width: 32px;
	height: 100%;
	border-left: 12px solid #e8c0c3;
}
*/

@media screen and (max-width: 1304px) {
    .TopBrandingControl {
        right: 10px;
    }

    .TopBrandingBtnPrev {
        left: 20px;
    }

    .TopBrandingBtnNext {
        right: 20px;
    }
}

@media screen and (max-width: 1039px) {
    .TopBrandingAreaInner {
        height: 450px;
    }

    .TopBrandingControl {
        right: auto;
        bottom: 51px;
        left: 50%;
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 767px) {
    .TopBrandingAreaInner {
        height: 360px;
    }

    .TopBrandingBtnPrev {
        display: none !important;
    }

    .TopBrandingBtnNext {
        display: none !important;
    }

    .TopBrandingTitle {
        padding: 0 15px;
    }

    .TopBrandingTitle .TextStyle2 {
        font-size: 24px;
        margin-bottom: 0;
    }
    .TopBrandingTitle .TextStyle3 {
        font-size: 24px;
        margin-bottom: 0;
    }
    .TopBrandingTitle .TextStyle4 {
        font-size: 80%;
        margin-bottom: 0;
    }
    .TopBrandingTitle .TextStyle9 {
        font-size: 80%;
        margin-bottom: 0;
    }

    .TopBrandingTitle img {
        width: 700px;
        /*margin-bottom: 50px;  2022.07.06*/
        margin-bottom: 90px;
    }

    .TopBrandingTitle.hsif2022 a span {
        /*2022.11.15*/
        position: relative;
        height: 290px;
        margin: 20px auto 25px;
        box-sizing: border-box;
        display: table-cell;
        vertical-align: middle;
    }

    .TopBrandingTitle.hsif2022 img {
        width: 60%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .TopBrandingLink {
        margin-top: 10px;
    }

    .TopBrandingBtnPrev,
    .TopBrandingBtnNext {
        width: 24px;
        height: 24px;
    }

    .TopBrandingBtnPrev {
        left: 10px;
    }

    .TopBrandingBtnNext {
        right: 10px;
    }

    .TopBrandingBtnPrev::after {
        border-width: 4px;
    }

    .TopBrandingBtnNext::after {
        border-width: 4px;
    }

    .TopBrandingLink a {
        font-size: 80%;
        padding: 8px 20px;
    }

    .TopBrandingLink a.txtline2 {
        line-height: 150%;
    }
}

@media screen and (max-width: 579px) {}

@media screen and (max-width: 399px) {
    .TopBrandingAreaInner {
        height: 380px;
        width: 100%;
        overflow: hidden;
    }
}

@media screen and (max-width: 346px) {}
