@charset "UTF-8";

/* ======= 共通パーツ ============================================ */
.material-icons {
    font-family: 'Material Icons Round';
    display: inline-flex;
    vertical-align: middle;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
}

.btn {
    display: block;
    width: 100%;
    font-weight: 700;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px 10px 20px;
    text-align: center;
    transition: all 400ms ease;
    background-color: #3170a9;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.en .btn {
    line-height: 1.2;
}

.btn::after {
    font-family: 'Material Icons Round';
    content: "keyboard_double_arrow_right";
    display: inline-flex;
    vertical-align: middle;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 16px;
    transition: all 400ms ease;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 539px) {
    .btn {
        max-width: 280px;
    }
}

.btn:hover {
    opacity: 1;
    background-color: #009BB7;
}

.btn:hover::after {
    right: 10px;
}

.btn.app {
    background: rgb(219, 58, 135);
}

.btn.ded {
    color: #eee;
    background: rgb(150, 150, 150);
}

.btn.app.ded {
    color: #000;
    background: rgb(98, 0, 62);
}

.btn.contact {
    background-color: #00B79B;
}

.btn.exhibition_app {
    background: rgb(219, 58, 135);
}

.btn.document_app {
    background: #02b3f0;
}

.btn.contact:before,
.btn.exhibition_app:before,
.btn.document_app:before {
    font-family: 'Material Icons Round';
    display: inline-flex;
    vertical-align: middle;
    font-size: 17px;
    line-height: 0.75;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-right: .25em;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
}

.en .btn.contact:before,
.en .btn.exhibition_app:before,
.en .btn.document_app:before {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.btn.contact:before {
    content: 'mail';
}

.btn.exhibition_app:before {
    content: 'create';
}

.btn.document_app:before {
    content: "description";
}

.btn.document_app:hover,
.btn.contact:hover,
.btn.exhibition_app:hover {
    opacity: .5;
}


.btn.coming {
    background-color: #dedede;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.btn.coming:hover {
    opacity: 1;
}

.btn.coming::after {
    font-family: 'LINESeedJP';
    content: "coming soon !";
    display: block;
    color: #D92681;
    width: 100%;
    text-align: center;
    font-weight: 700;
    right: auto;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
}

.btn.grd_btn {
    color: #fff;
    background: rgb(228, 49, 140);
    background: linear-gradient(122deg, rgba(228, 49, 140, 1) 0%, rgba(0, 184, 255, 1) 100%);
    transition: 0.8s;
}

.btn.grd_btn:hover {
    background: rgb(228, 49, 140);
}


.btn.download,
.btn[download] {
    padding: 15px 20px 15px 20px;
}

.btn.download:before,
.btn[download]:before {
    font-family: 'Material Icons Round';
    color: inherit;
    content: '\e2c4';
    display: inline-flex;
    vertical-align: middle;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 16px;
    transition: all 400ms ease;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
}

.btn.download:hover:before,
.btn[download]:hover:before {
    top: 60%;
}

/*coming/endボタン*/
.disable {
    background: #a9a9a9 !important;
    color: #ddd !important;
    pointer-events: none;
    filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0));
}



.text_link {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}

.text_link[download]::after,
.text_link::after {
    font-family: 'Material Icons Round';
    content: 'launch';
    font-weight: 700;
    font-size: 16px;
    color: inherit;
    display: inline-flex;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
}

.text_link[download]::after {
    content: '\e2c4';
}


/**/

.sp_only {
    display: none;
}

@media screen and (max-width: 767px) {
    .sp_only {
        display: block;
    }

    .pc_only {
        display: none;
    }
}

/**/


.mnt_att {
    display: inline-block;
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.c_sidebar .mnt_att {
    padding-left: 10px;
    padding-right: 10px;
}

.u_wh100p {
    width: 100% !important;
    height: auto !important;
}

.u_marginauto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.u_list li {
    text-indent: -0.7em;
    padding-left: 1em;
    margin-left: 1em;
}

/* scrollbox */

.scrollbox {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

.scrollbox::-webkit-scrollbar {
    height: 10px;
}

.scrollbox::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
}

.scrollbox::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #17294B;
}

.scrollbox::-webkit-scrollbar-track-piece {
    background: #efefef;
}


/* width size */

.wid10 {
    width: 10% !important;
}

.wid15 {
    width: 15% !important;
}

.wid20 {
    width: 20% !important;
}

.wid25 {
    width: 25% !important;
}

.wid30 {
    width: 30% !important;
}

.wid35 {
    width: 35% !important;
}

.wid40 {
    width: 40% !important;
}

.wid45 {
    width: 45% !important;
}

.wid50 {
    width: 50% !important;
}

.wid60 {
    width: 60% !important;
}

.wid70 {
    width: 70% !important;
}

.wid80 {
    width: 80% !important;
}

.wid90 {
    width: 90% !important;
}

.wid00 {
    width: 100% !important;
}

/* For margin */

.mgauto {
    margin-right: auto;
    margin-left: auto;
}

.mgt0 {
    margin-top: 0px !important;
}

.mgt5 {
    margin-top: 5px !important;
}

.mgt10 {
    margin-top: 10px !important;
}

.mgt15 {
    margin-top: 15px !important;
}

.mgt20 {
    margin-top: 20px !important;
}

.mgt25 {
    margin-top: 25px !important;
}

.mgt30 {
    margin-top: 30px !important;
}

.mgt35 {
    margin-top: 35px !important;
}

.mgt40 {
    margin-top: 40px !important;
}

.mgt45 {
    margin-top: 45px !important;
}

.mgt50 {
    margin-top: 50px !important;
}

.mgt55 {
    margin-top: 55px !important;
}

.mgt60 {
    margin-top: 60px !important;
}

.mgt70 {
    margin-top: 70px !important;
}

.mgt80 {
    margin-top: 80px !important;
}

.mgb0 {
    margin-bottom: 0px !important;
}

.mgb5 {
    margin-bottom: 5px !important;
}

.mgb10 {
    margin-bottom: 10px !important;
}

.mgb15 {
    margin-bottom: 15px !important;
}

.mgb20 {
    margin-bottom: 20px !important;
}

.mgb25 {
    margin-bottom: 25px !important;
}

.mgb30 {
    margin-bottom: 30px !important;
}

.mgb35 {
    margin-bottom: 35px !important;
}

.mgb40 {
    margin-bottom: 40px !important;
}

.mgb45 {
    margin-bottom: 45px !important;
}

.mgb50 {
    margin-bottom: 50px !important;
}

.mgb55 {
    margin-bottom: 55px !important;
}

.mgb60 {
    margin-bottom: 60px !important;
}

.mgb65 {
    margin-bottom: 65px !important;
}

.mgb70 {
    margin-bottom: 70px !important;
}

.mgb80 {
    margin-bottom: 80px !important;
}

.mgl0 {
    margin-left: 0px !important;
}

.mgl5 {
    margin-left: 5px !important;
}

.mgl10 {
    margin-left: 10px !important;
}

.mgl15 {
    margin-left: 15px !important;
}

.mgl20 {
    margin-left: 20px !important;
}

.mgl25 {
    margin-left: 25px !important;
}

.mgr0 {
    margin-right: 0px !important;
}

.mgr5 {
    margin-right: 5px !important;
}

.mgr10 {
    margin-right: 10px !important;
}

.mgr15 {
    margin-right: 15px !important;
}

.mgr20 {
    margin-right: 20px !important;
}

.mgr25 {
    margin-right: 25px !important;
}

/* For padding */

.pdt0 {
    padding-top: 0px !important;
}

.pdt5 {
    padding-top: 5px !important;
}

.pdt10 {
    padding-top: 10px !important;
}

.pdt15 {
    padding-top: 15px !important;
}

.pdt20 {
    padding-top: 20px !important;
}

.pdt25 {
    padding-top: 25px !important;
}

.pdt30 {
    padding-top: 30px !important;
}

.pdt35 {
    padding-top: 35px !important;
}

.pdt50 {
    padding-top: 50px !important;
}

.pdb5 {
    padding-bottom: 5px !important;
}

.pdb10 {
    padding-bottom: 10px !important;
}

.pdb15 {
    padding-bottom: 15px !important;
}

.pdb20 {
    padding-bottom: 20px !important;
}

.pdb25 {
    padding-bottom: 25px !important;
}

.pdb30 {
    padding-bottom: 30px !important;
}

.pdl5 {
    padding-left: 5px !important;
}

.pdl10 {
    padding-left: 10px !important;
}

.pdr5 {
    padding-right: 5px !important;
}

.pdr10 {
    padding-right: 10px !important;
}


.txt-right {
    text-align: right !important;
    display: block !important;
}

.txt-left {
    text-align: left !important;
    display: block !important;
}

.txt-center {
    text-align: center !important;
    display: block !important;
}

.color-red {
    color: #C90000 !important;
}

.color-gray {
    color: #999 !important;
}

.color-black {
    color: #000 !important;
}

.color-bordeaux {
    color: #960c0c !important;
}

.font-bold {
    font-weight: 700;
    font-weight: bold !important;
}

.font-italic {
    font-style: italic !important;
}

.font-strike {
    text-decoration: line-through !important;
}

.font-under {
    text-decoration: underline !important;
}

/* For link icon */
.link_text {
    position: relative;
}

.link_text::after {
    font-family: 'Material Icons Round';
    content: "open_in_new";
    display: inline-flex;
    vertical-align: middle;
    font-size: 16px;
    transition: all 400ms ease;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
}

/* font size */

.text5 {
    font-size: 5px !important;
}

.text6 {
    font-size: 6px !important;
}

.text7 {
    font-size: 7px !important;
}

.text8 {
    font-size: 8px !important;
}

.text9 {
    font-size: 9px !important;
}

.text10 {
    font-size: 10px !important;
}

.text11 {
    font-size: 11px !important;
}

.text12 {
    font-size: 12px !important;
}

.text13 {
    font-size: 13px !important;
}

.text14 {
    font-size: 14px !important;
}

.text15 {
    font-size: 15px !important;
}

.text16 {
    font-size: 16px !important;
}

.text17 {
    font-size: 17px !important;
}

.text18 {
    font-size: 18px !important;
}

.text19 {
    font-size: 19px !important;
}

.text20 {
    font-size: 20px !important;
}

.text25 {
    font-size: 25px !important;
}

.text30 {
    font-size: 30px !important;
}

.text35 {
    font-size: 35px !important;
}

.text40 {
    font-size: 40px !important;
}

.text50 {
    font-size: 50px !important;
}


/* font text-align */

.txtrgterad {
    text-align: right !important;
}

.txtcenter {
    text-align: center !important;
}

/* 打ち消し */
.double_line {
    position: relative;
    display: inline-block;
}

.double_line::before,
.double_line::after {
    position: absolute;
    content: "";
    display: block;
    transform: rotate(0);
    background-color: red;
    width: 100%;
    height: 1px;
    left: 0;
}

.double_line::before {
    top: 55%;
}

.double_line::after {
    top: 42%;
}

/* float */

.innerLf {
    float: left;
}

.innerRf {
    float: right;
}

.list_dod {
    list-style: disc;
}

.list_dod li {
    margin-left: 1.5em;
    margin-top: 0.25em;
    line-height: 1.4;
}

.list_decimal {
    list-style: decimal;
    margin-bottom: 0.25em;
}

.list_decimal li {
    margin-left: 1.5em;
    margin-top: 0.25em;
}

.list_numlist {
    margin-left: 0.5em;
    margin-bottom: 0.25em;
}

.list_numlist li {
    text-indent: -1.8em;
    margin-top: 0.25em;
}

/* 数字 olリスト*/
.list_number {
    position: relative;
    counter-reset: list-num;
}

.list_number::before {
    content: "";
    height: 100%;
    width: 2px;
    position: absolute;
    left: 0.7em;
    top: 0;
    z-index: 1;
    background-color: #E0E0E0;
}

.list_number li {
    display: flex;
    margin: 5px 0;
    line-height: 1.5em;
}

.list_number li:before {
    counter-increment: list-num;
    content: counter(list-num);
    background: #00B1EB;
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    color: #fff;
    margin-right: 0.5em;
    font-weight: 700;
    z-index: 2;
}

.list_number li:not(:before) {
    width: 50px
}

/*olリスト*/
.num_list {
    counter-reset: list-num;
}

.num_list li {
    display: flex;
    margin: 10px 0;
    line-height: 2em;
    flex-wrap: nowrap;
}

.num_list li:before {
    counter-increment: list-num;
    content: counter(list-num);
    background: #00B1EB;
    display: inline-block;
    width: 2em;
    min-width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    color: #fff;
    margin-right: 0.5em;
    font-weight: 700;
}

.num_list li:not(:before) {
    width: 50px
}


.dspbl {
    display: block;
}

.dspil {
    display: inline;
}

.indent {
    padding-left: 1em;
    text-indent: -1em;
}

.indentbefore {
    padding-left: 1em;
    position: relative;
}

.indentbefore:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

.en_indentbefore {
    padding-left: 0.5em;
    position: relative;
}

.en_indentbefore:before {
    content: "*";
    position: absolute;
    left: 0;
    top: 0;
}

.note_indent {
    display: inline-block;
    padding-left: 2.9em;
    text-indent: -2.9em;
}

.notes_indent {
    /* sありの場合 */
    display: inline-block;
    padding-left: 3.5em;
    text-indent: -3.5em;
}

.around {
    justify-content: space-around;
}


.tb_style {
    width: 100%;
}

.tb_style td {
    width: 82%;
    padding-top: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #91a2c3;
}

.tb_style th {
    width: 18%;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 2em;
    border-bottom: 1px solid #91a2c3;
    text-align: left;
    font-weight: 700;
}

.tb_style tr:last-child th,
.tb_style tr:last-child td {
    border-bottom: none;
}

@media screen and (max-width: 767px) {

    .tb_style th,
    .tb_style td {
        border-bottom: none;
        display: block;
        width: 100%;
        padding-top: 1em;
        padding-bottom: 0em;
        padding-right: 0em;
    }

    .tb_style td {
        padding-top: 0.25em;
        padding-bottom: 1em;
        border-bottom: 1px solid #91a2c3;
    }
}




/*dl table タイプ*/
.unit_table {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.unit_table::after {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100px;
    background: #DFEAEF;
    background: linear-gradient(180deg, rgba(228, 49, 140, 1) 10%, rgba(0, 184, 255, 1) 90%);
}

.en .unit_table::after {
    left: 150px;
}

.unit_table dt {
    width: 100px;
    padding: 5px 15px 5px 0;
}

.unit_table dd {
    width: calc(100% - 100px);
    padding: 5px 0 5px 20px;
}

.en .unit_table dt {
    width: 150px;
}

.en .unit_table dd {
    width: calc(100% - 150px);
}

.unit_table dt:first-of-type,
.unit_table dd:first-of-type {
    padding-top: 0;
}

.unit_table dt:last-of-type,
.unit_table dd:last-of-type {
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {

    .unit_table dt,
    .unit_table dd,
    .en .unit_table dt,
    .en .unit_table dd {
        width: 100% !important;
    }

    .unit_table dt {
        padding: 10px 0px 5px 0;
    }

    .unit_table dd {
        padding: 5px 0 10px 0px;
    }

    .unit_table dd:first-of-type {
        padding-top: 10px;
    }

    .unit_table dt:last-of-type {
        padding-bottom: 10px;
    }

    .unit_table::after, .en .unit_table::after {
        display: none !important;
    }

    .unit_table dt {
        position: relative;
    }

    .unit_table dt::after {
        display: block;
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0px;
        background: rgb(228, 49, 140);
        background: linear-gradient(90deg, rgba(228, 49, 140, 1) 10%, rgba(0, 184, 255, 1) 90%);
    }
}


.flex_unit {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.flex_unit img {
    width: 100%;
}

@media screen and (max-width: 640px) {
    .flex_unit {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}


/* 右左比率違い横並びタイプ  */

.flex_unit.unit_img_text {
    flex-wrap: wrap;
}

.unit_img_text .col_l {
    width: 67%;
}

.unit_img_text .col_r {
    width: 30%;
}

.unit_img_text .col_r img {
    object-fit: cover;
    height: 100%;
}

@media screen and (max-width: 640px) {
    .unit_img_text .col_l {
        width: 100%;
    }

    .unit_img_text .col_r {
        width: 100%;
        margin-top: 10px;
    }

    .unit_img_text .col_r img {
        max-height: 150px;
    }
}


/*背景カラー*/
span.new {
    display: inline-block;
    background-color: #be0058;
    border-radius: 20px;
    color: #fff;
    padding: 2px 7px;
    font-size: 12px;
    margin-left: 5px;
}

.slick-dots {
    display: flex;
    justify-content: center;
    bottom: initial !important;
    margin-bottom: 20px;
}

.slick-dots li {
    width: 50px !important;
    height: 50px !important;
    margin: 0 !important;
}

.slick-dots li button {
    width: auto !important;
    height: auto !important;
    position: relative;
    text-indent: -9999px;
    border: none;
    background-color: transparent;
}

.slick-dots li button:before {
    content: '●';
    font-size: 50px;
    text-indent: 0px;
    position: absolute;
    top: 0;
    left: 0;
    color: #17294B;
}

.slick-dots .slick-active button:before {
    color: #3170a9;
}

.slick-slider .slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    background-color: transparent;
}

.slick-slider .prev-arrow {
    left: -40px;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid #113463;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.slick-slider .next-arrow {
    right: -40px;
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-left: 25px solid #113463;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}



/*movie wp*/
.movie-rs {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}

.movie-rs iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}