@charset "utf-8";

/*TOP Customized*/


* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

.main_top {
    text-align: left;
}

/* PDFファイル */
/* EXCELファイル */
/* Wordファイル */
/* PowePointファイル */

#subarea_bn .main_top a[href$=".pdf"], #subarea_bn .main_top a[href$=".xls"], #subarea_bn .main_top a[href$=".xlsx"], #subarea_bn .main_top a[href$=".doc"], #subarea_bn .main_top a[href$=".docx"], #subarea_bn .main_top a[href$=".ppt"], #subarea_bn .main_top a[href$=".pptx"] {
    padding-right: 0;
    background-image: none;
}

/* PDFファイル */
#subarea_bn a[href$=".pdf"],
#subarea_bn a.outpdf {
    padding-right: 0;
    background-image: none;
}

/* EXCELファイル */
#subarea_bn a[href$=".xls"],
#subarea_bn a[href$=".xlsx"],
#subarea_bn a.outexcel {
    padding-right: 0;
    background-image: none;
}

/* Wordファイル */
#subarea_bn a[href$=".doc"],
#subarea_bn a[href$=".docx"],
#subarea_bn a.outword {
    padding-right: 0;
    background-image: none;
}

/* PowePointファイル */
#subarea_bn a[href$=".ppt"],
#subarea_bn a[href$=".pptx"],
#subarea_bn a.outpowerpoint {
    padding-right: 0;
    background-image: none;
}

/*TOP Customized*/

a img:hover {
    opacity: 1;
}

/*TOP movie*/
.video-control-button {
    position: absolute;
    display: grid;
    grid-template-columns: 1fr 1fr;
    right: 0;
    bottom: 0;
    vertical-align: middle;
    justify-content: space-around;
    grid-template-rows: auto;
    grid-gap: 0;
}


.video-control-button button {
    aspect-ratio: 1/1;
    appearance: none;
    border: none;
    outline: none;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    cursor: pointer;
    font-size: clamp(18px, 3.5vw, 30px);
    padding: clamp(7px, 0.75vw, .25em);
    position: static;
}

.video-control-button button:not(:nth-of-type(1)) {
    border-left: solid 1px rgb(168 168 168 / 58%);
}


.video-control-button button .icon-text {
    font-size: inherit;
    object-fit: contain;
    display: inline-block;
    position: static;
    width: auto;
    aspect-ratio: 1/1;
    vertical-align: middle;
}

.video-control-button button .icon-text.fill {
    font-variation-settings: 'FILL'1, 'wght'100;
}

/*slider*/

.slider-wrapper {
    --color-red: #c2000f;
    --swiper-theme-color: var(--color-red);
    --swiper-navigation-color: var(--color-red);
    --swiper-navigation-size: clamp(12px, 2vw, 24px);
    margin-bottom: 50px;
}

.swiper {
    margin: 30px 4% 0;
}

.swiper-slide {
    width: 82%;
}

.swiper-slide img {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%
}

.swiper-pagination {
    position: static;
}

.swiper-button-prev,
.swiper-button-next {
    display: none;
}

.slider_autoplay_controle {
    --button-width: 20px;
    --button-height: 14px;
    margin: 10px auto;
    display: grid;
    grid-template-columns: 1fr var(--button-width);
    grid-template-rows: auto;
    grid-gap: 10px;
    justify-content: space-between;
    align-items: center;
    grid-column: 2/3;
    width: 50%;
}

.slider_autoplay_button {
    width: var(--button-width);
    border: none;
    color: #cccccc;
    background: none;
    position: relative;
    display: flex;
    padding: 0;
    justify-content: space-around;
    cursor: pointer;
}

.slider_autoplay_button .button_text {
    font-variation-settings: 'FILL'1, 'wght'100;
}

.slider-controler-wrapper {
    position: relative;
    max-width: clamp(200px, 100%, 400px);
    display: grid;
    grid-template-columns: auto 1fr auto;
    margin: 0 auto 0;
    height: max-content;
    align-items: center;
}



[data-autoplay-paused="true"] .slider_autoplay_button .button_text {
    font-variation-settings: 'FILL'1, 'wght'100;
    color: var(--color-red);
}

[data-autoplay-paused="true"] .pagination-number {
    animation-play-state: paused;
}

[data-autoplay-paused="false"] .pagination-number {
    animation-play-state: running;
}

.slider-dotarea {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(100% / 30), .5fr));
    grid-template-rows: max-content;
    grid-gap: 5px calc(100% / 20);
    border-right: solid 1px #cccccc;
    padding-right: min(7%, 15px);
}

.pagination-number {
    display: block;
    background: none;
    border: none;
    width: 100%;
    height: 100%;
    min-height: 10px;
    color: transparent;
    font-size: 0;
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform .1s linear;
}

.slider-dotarea .pagination-item {
    border: solid 1px #cccccc;
    border-radius: 0;
    width: auto;
    height: auto;
    opacity: 1;
    cursor: pointer;
    margin: 0 !important;
    padding: 0;
    background: none;
}

.slider-dotarea .pagination-item.bullet-active {
    background: none;
    border-color: var(--color-red);
}

.bullet-active .pagination-number {
    background: var(--color-red);
}

.swiper-slide img {
    border-radius: 10%;
    border: solid 1px #dddddd;
}

@keyframes mymove {
    0% {
        width: 0%;
    }

    50% {
        width: 50%
    }

    100% {
        width: 100%;
    }
}

@media only screen and (min-width: 641px) {
    #movie_mainbn {
        display: flex;
        padding-top: 1px;
    }

}


.static_area .container,
.section_area_02 .container, #inner-content-area {
    padding: 0;
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
}

.static_area .container img {
    vertical-align: middle;
}


.section_area_03 .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.section_area_05 .container {
    margin: 70px auto 60px;
    padding: 0 15px;
    width: 100%;
}

.section_area_05 .container p {
    width: calc(100% / 2.125);
}

@media only screen and (min-width: 641px) {
    .section_area_05 .container p {
        width: calc(100% / 4.125);
    }
}




@media only screen and (max-width: 1530px) {
    #main_slider .slider_item p {
        height: auto;
    }
}

@media only screen and (max-width: 1240px) {
    #main_slider .slider_item p {
        height: auto;
    }
}

@media only screen and (min-width: 1241px) {
    .slider_item h3, .slider_item p {
        padding: 0px 40px !important;
    }
}

@media only screen and (max-width: 1085px) {
    #main_slider .slider_item p {
        height: auto;
    }
}

.slider_item {
    margin-top: 20px;
}

.slider_item a {
    display: block;
    text-decoration: none;
    color: #333333;
}



@media only screen and (min-width: 760px) {

    .section_area h2,
    .section_area_02 .container h2, #boxPress h2, #boxPress h2 {
        font-size: 30px;
        margin-bottom: 0.4em;
    }

}

@media screen and (max-width:767px) {
    .slider_item h3, .slider_item p {
        width: 50%;
        margin: 0 auto;
    }
}


.section_area_02 div h2, #boxPress h2 {
    font-weight: bold;
    line-height: 0;
    font-size: 28px;
}

#copyright {
    position: relative;
    top: auto;
    left: auto;
}

#header-area {
    min-width: 960px !important;
    max-width: 1180px !important;
    width: auto;
    margin: 0 auto;
}

.emg_alert {
    background-color: #C52223;
    text-align: center;
    border-top: solid 5px #cccccc;
    margin-top: -5px;
}

h2 {
    height: 25px;
    background: url(/english/index_img/h2_press_bg.gif) repeat-x;
}

/* .topics */
#inner-content-area {
    width: 100% !important;
}

.section_area_03, .section_area_02 {
    padding: 0 50px;
}

h2 {
    height: 25px;
    background: url(/english/index_img/h2_press_bg.gif) repeat-x;
}

.topics {
    /*width:737px;*/
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #a1a2a2;
    padding-bottom: 3px;
    margin-bottom: 20px;
}

.topics dl {
    /*width:737px;*/
    overflow: hidden;
    clear: both;
    padding: 11px 0 3px 0;
}

.topics dl dt {
    max-width: 80px;
    float: left;

}

.topics dl dd {
    width: 100%;
    padding-left: 100px;
    box-sizing: border-box;
}

.topics dl dd p {
    margin-left: 80px;
}

.topics p.moreInfo {
    text-align: right;
    font-weight: bold;
}


#boxPress h2 {
    margin-top: 30px;
}

.topics dl {
    padding-top: 20px
}

.topics a {
    color: #3498db;
}

.slider_item h3, .slider_item p {
    overflow-wrap: break-word;
    padding: 0px 10px
}

.section_area_03, .section_area_02 {
    padding-top: 50px;
}

@media (max-width: 768px) {

    .topics dl dd p {
        margin-left: 0px;
    }

    .topics dl dd {
        padding-left: 0px;
    }

    .topics dl {
        display: flex;
        flex-direction: column;
    }

    .section_area_02 div h2, #boxPress h2 {
        font-size: 26px;
    }

    .container {
        margin: 0 auto;
        width: 93.75%;
    }

    #boxPress, .section_area_03 {
        padding: 0 20px;
    }

    .section_area_02 {
        padding: 20px 20px 0px 20px;
    }

    .slider_item a h3, .slider_item a p {
        padding: 0 25px
    }

    #boxPress {
        padding: 0 10px;
    }

}

@media (max-width: 1024px) {
    .slider_item h3, .slider_item p {
        width: 230px;
        margin: 0 auto;
    }

    #main_slider {
        margin: 0 auto 100px;
        padding-bottom: 20px;
    }
}

@media (max-width: 1366px) {
    #main_slider {
        margin: 0 auto 120px;
    }

}

@media (max-width: 550px) {
    .slider_item h3, .slider_item p {
        width: 292px;
        margin: 0 auto;
    }
}


.slider_item img {
    border-radius: 10%;
    border: solid 1px #dddddd;
}

.slider-item-title {
    font-weight: 1000;
}

.section_area_03 {
    padding-bottom: 50px;
}

.topics p.moreInfo a {
    background: url(../../english_Common/img/ico.gif) no-repeat right;
    padding: 0 12px 0 0;
}

.banner-top {
    width: min(100%, 3840px);
    margin: 0 auto;
    text-align: center;
}

.movie_container,
.top_movie {
    width: 100%;
    aspect-ratio: 1/.475;
    display: block;
    background: #000000;
    position: relative;
}

picture.top_movie img {
    width: 100%;
}

.movie_container i {
    display: none !important;
}

.movie_container .top_movie,
.movie_container a:has(.top_movie) {
    display: none;
    max-width: 100%;
}

@media screen and (min-width:641px) {

    .movie_container[data-pc-type="video"] video.top_movie,
    .movie_container[data-pc-type="video"] a:has(video.top_movie),
    .movie_container[data-pc-type="picture"] a:has(picture.top_movie),
    .movie_container[data-pc-type="picture"] picture.top_movie {
        display: block;
    }

    [data-pc-sound="F"] .btn_mainvisual-mute {
        display: none !important;
    }
}

@media screen and (max-width:640px) {

    .movie_container[data-sp-type="video"] video.top_movie,
    .movie_container[data-sp-type="video"] a:has(video.top_movie),
    .movie_container[data-sp-type="picture"] a:has(picture.top_movie),
    .movie_container[data-sp-type="picture"] picture.top_movie {
        display: block;
    }

    [data-sp-sound="F"] .btn_mainvisual-mute {
        display: none !important;
    }
}

.grid-movie-right {
    margin: clamp(10px, 1%, 14px);
}

@media screen and (min-width: 641px) {
    .grid-movie {
        --gap-width: clamp(5px, 1%, 14px);
        display: grid;
        grid-template-columns: calc(71.5% - var(--gap-width)) 1fr;
        height: max-content;
        grid-gap: 0 var(--gap-width);
        width: min(100%, 3840px);
        margin: 0 auto;
    }

    .movie_container,
    .top_movie {
        height: 100%;
    }

    .grid-movie-right {
        margin: 0;
    }

    .list-banner {
        display: flex;
        grid-template-rows: 1fr;
        height: 100%;
        flex-direction: column;
        justify-content: space-between;
    }

    .list-banner img {
        object-fit: contain;
        display: block;
        width: 100%;
    }

    .list-banner .item,
    .list-banner .item a {
        display: block;
        width: 100%;
    }

    .list-banner .item:not(:nth-last-of-type(1)) {
        margin-bottom: 2%;
    }

}


.grid-movie a[href$=".pdf"],
a.outpdf {
    background: none !important;
    padding-right: 0px !important;
}

.item a img {
    vertical-align: unset;
}

.grid-movie a[target="_blank"],
.grid-movie a.lightbox,
.grid-movie a.external,
.grid-movie a.outwindow {
    background: none !important;
    padding-right: 0px !important;
}

@media screen and (min-width:768px) {

    .slider-controler-wrapper {
        margin-top: 30px;
    }

    .slider_autoplay_controle{
        width:84%;
    }

    .swiper-button-prev,
    .swiper-button-next {
        border-radius: 100%;
        padding: 1.5em;
        border: solid 1px #cccccc;
        box-sizing: border-box;
        display: inline-block;
        position: revert;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .swiper-button-next {
        grid-column: -1 / 3;
    }

    .swiper-button-prev {
        grid-column: 1/2;
    }
}