@charset "utf-8";

/* ******************************************************************
 *	File name		: style.css
 *	Summary			: page layout
 * ******************************************************************
 */
/*-----------------------------------------------------------------all */
body {
    scroll-behavior: smooth;
}

.fa-camera-retro {
    font-size: 1.2rem;
    vertical-align: -4px;
}

.w_960 {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.t_07 {
    font-size: 0.7rem;
}


.t_08 {
    font-size: 0.8rem;
}

.t_09 {
    font-size: 0.9rem;
}


img {
    width: 100%;
}

h2 {
    font-size: 1.8rem;
    border-bottom: 2px solid #666;
    margin-top: 160px;
    margin-bottom: 40px;
}

a:hover {
    opacity: 0.6;
}

.br_sp {
    display: none;
}

.marker {
    text-decoration: underline;
    text-decoration-color: rgba(250, 236, 117, 0.82);
    text-decoration-thickness: 14px;
    text-underline-offset: -7px;
    text-decoration-skip-ink: none;
    font-family: sans-serif;
}

.marker_g {
    text-decoration: underline;
    text-decoration-color: rgba(117, 250, 183, 0.5);
    text-decoration-thickness: 14px;
    text-underline-offset: -7px;
    text-decoration-skip-ink: none;
    font-family: sans-serif;
}

.marker_p {
    text-decoration: underline;
    text-decoration-color: rgba(163, 117, 250, 0.2);
    text-decoration-thickness: 14px;
    text-underline-offset: -7px;
    text-decoration-skip-ink: none;
    font-family: sans-serif;
}

@media screen and (max-width: 980px) {
    .w_960 {
        max-width: 90%;
    }

}


@media screen and (max-width: 500px) {
    .br_sp {
        display: block;
    }
}

/*-live_btn-----------------------------*/
.live_btn:hover {
    background: #f7f4fd;
    box-shadow: 0 0 3px #ccc;
}

.live_btn {
    background: black;
    font-size: 0.9rem;
    text-align: center;
    padding: 6px 0 14px;
    letter-spacing: 2px;
}

.live_btn:hover a,
.live_btn:hover .t_hor {
    color: #000;
}

.live_btn a {
    color: #fff;
    transition: 0.3s;
}




.t_hor {
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
    color: #fff;
    transition: 0.3s;
}


.live_btn:hover .yt_btn {
    filter: invert(100%);
}

.yt_btn {
    width: 20px;
    height: auto;
    padding-top: 12px;
    vertical-align: inherit;
    transition: 0.3s;
    vertical-align: baseline;
    margin-bottom: -1px;
    display: inline-block;
}



@media screen and (max-width: 768px) {
    .live_btn {
        top: 0;
        bottom: auto;
        -ms-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        padding: 2px auto;
        text-align: center;
        width: 100%;
        font-size: 1rem;
    }

    .yt_btn {
        padding-top: 2px;
        margin-left: 10px;
    }

}

/*-document_button d_btn-----------------------------*/

.d_btn {
    z-index: 1000;
    position: fixed;
    right: 16px;
    bottom: 16px;
}

.d_btn a {}



/*-header-----------------------------*/
body {
    background-image: url(/japanese/entrance/2025/image/base/sakura04pd_01.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: right -120px top -120px;
    background-origin: border-box;
    padding-bottom: 60px;
}


/*body#program {
    background-position: right -140px top -120px;
}

#document .header_wrap {
    background-position: left -80px top -40px, top 100% left 30%;
    height: 420px;
}*/

.logo_area {
    display: flex;

}

header h1 {
    font-size: 2.8rem;
    line-height: 0.7;
    margin-top: 1.6rem;
}

header h1 span {
    font-size: 1.15rem;
    letter-spacing: 1px;
}

header .logo {
    width: 105px;
    height: auto;
    margin-right: 26px;
}

#data {
    margin-top: 60px;
}

.date {
    font-size: 1.6rem;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.logo_area {}

.date span {
    font-size: 1.4rem;
    display: inline-block;
    margin-left: -10px;
    margin-right: -10px;
}

.time {
    margin-bottom: 16px;
    font-size: 1.3rem;
}

.access {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 1.3rem;
}

.time span,
.access span {
    font-size: 1rem;
}

nav {
    margin-top: 80px;
}

nav ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

nav ul li {
    position: relative;
    width: 24%;
    border: 1px solid #666;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px 0;
    top: 0px;
    left: 0px;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.7);
}


nav ul li:hover {
    background: rgba(238, 238, 238, 0.5);
    top: 3px;
    left: 3px;
}

nav ul li a {
    display: block;
    width: 100%;
    height: auto;
}



@media screen and (max-width: 768px) {
    body {
        background-image: url(/japanese/entrance/2025/image/base/sakura04pd_01.png);
        background-repeat: no-repeat;
        background-size: 70%;
        background-position: right -60px top -80px;
        background-origin: border-box;
        padding-bottom: 60px;
    }


    header .logo {
        width: 105px;
        height: auto;
        position: relative;
        padding-top: 0;
    }

    header h1 {
        font-size: 2.04rem;
        line-height: 0.7;
        margin-top: 20px;
    }

    header h1 span {
        font-size: 1.1rem;
        letter-spacing: 0.1px;
    }

    nav.w_960 {
        max-width: 100%;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 100000;
        background: #ffffff;
    }

    nav ul li {
        border-bottom: none;
        width: 25%;
        border-right: none;
    }

    nav ul li:first-of-type {
        border-left: none;
    }
}





@media screen and (max-width: 501px) {
    body {
        background-image: url(/japanese/entrance/2025/image/base/sakura04pd.png);
        background-repeat: no-repeat;
        background-size: 70%;
        background-position: left -50px top 0;
        background-origin: border-box;
        padding-bottom: 60px;
    }

    header .logo {
        width: 100px;
        top: 80px;
        left: calc(50% - 50px);
        right: calc(50% - 50px);
    }

    header h1 {
        font-size: 2rem;
        margin-top: 120px;
        text-align: center;
    }

    header h1 span {
        font-size: 1.3rem;
        letter-spacing: 0.1px;
        display: inline-block;
        line-height: 1;
        margin-top: 24px;
    }

    #data {
        margin-top: 52px;
    }

    .date {
        font-size: 1.4rem;
    }

    .date span {
        font-size: 1.2rem;
        margin-left: -10px;
        margin-right: -10px;
    }

    .time {
        font-size: 1.1rem;
        margin-bottom: 12px;
    }

    .access {
        margin-top: 24px;
        margin-bottom: 24px;
        font-size: 1.3rem;
    }

    .time span,
    .access span {
        font-size: 0.9rem;
    }

    nav ul {
        flex-wrap: wrap;
    }

    nav ul li {
        width: 50%;
    }

    nav ul li span.t_07 {
        display: none;
    }

    nav ul li:nth-of-type(3) {
        border-left: none;
    }

    nav ul li:hover {
        top: 0px;
        left: 0px;
    }

    .m_title {
        font-size: 0.9rem;
    }
}

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

/*-#bread------------------------------*/

ul#bread {
    display: flex;
}

ul#bread li {
    font-family: sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
}

ul#bread li:not(:last-of-type)::after {
    content: ">";
    margin: 0 .6em;
    /* Ó›ºÅ¤Î×óÓÒ¤ÎÓà°× */
    color: #777;
    /* Ó›ºÅ¤ÎÉ« */
}

ul#bread li a:hover {
    color: #aaa;
    transition: 0.3s;
}

ul#bread li a {
    color: #3e1485;
    font-family: sans-serif;
    transition: 0.3s;
}


/*-#info-----------------------------*/
#info {
    position: relative;
    margin-top: 80px;
    margin-bottom: 0;
    z-index: 0;
    width: 100%;
    height: 200px;
    padding: 40px 80px;
}

#info h4 {
    width: 740px;
    margin-left: auto;
    margin-right: auto;
}

#info:before,
#info:after {
    position: absolute;
    content: '';
}

#info:after {
    top: 0;
    left: 0;
    width: 20%;
    height: 50px;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}

#info:before {
    right: 0;
    bottom: 0;
    width: 20%;
    height: 50px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}

#info h4,
#info dt,
#info dd,
#info dd a {
    font-family: sans-serif;
}

#info h4 {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 12px;
}

#info .news {
    overflow: scroll;
    height: 72px;
    scrollbar-width: none;
    width: 720px;
    margin-left: auto;
    margin-right: auto;
}

#info dl {
    display: flex;
    height: 32px;
    margin-bottom: 8px;
}

#info dl:last-of-type {
    margin-bottom: 0;
}

#info dt {
    margin-right: 16px;
    font-size: 0.86rem;
    font-weight: bold;
}

#info dd a:hover {
    color: #422161;
}

#info dd {
    line-height: 1.6;
    font-size: 0.9rem;
}

.news_wrap {
    display: flex;
}

.rl {
    height: 72px;
    text-align: center;
    position: relative;
}

.rl span {

    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;

}


.rl:before {
    content: "";
    position: absolute;
    top: 52px;
    right: 14px;
    width: 1px;
    height: 20px;
    background: #666;
    transform: skewX(-31deg);
}

.rl:after {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    width: 1px;
    height: 72px;
    background: #666;
}

@media screen and (max-width: 920px) {
    #info .news {
        width: 100%;
    }

    #info h4 {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #info {
        padding: 20px 24px;
        height: auto;
    }

    #info .news {
        height: auto;
        overflow: auto;
    }

    #info dl {
        flex-direction: column;
        margin-bottom: 16px;
        height: auto;
    }

    #info dd {
        line-height: 1.6;
        font-size: 0.9rem;
    }

    .rl {
        display: none;
    }

    #info {
        margin-top: 100px;
    }

    #program h2 {
        margin-top: 100px;
    }
}


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

    ul#bread {
        margin-top: 100px;

    }

    #program h2 {
        margin-top: 40px;
    }
}

/*-movie-----------------------------*/

#movie h2 {
    margin-top: 120px;
}

#movie {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(/japanese/entrance/2025/image/base/sakura04_bpd.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-origin: border-box;
    padding-top: 20px;
    padding-bottom: 100px;
    width: 100%;
}

.live_info {
    margin-bottom: 40px;
    text-align: center;
}

iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    border: none;
}

@media screen and (max-width: 768px) {
    .live_info {
        text-align: left;
    }
}


/*-map-----------------------------*/
#access {
    z-index: 1000;
}

#access h2 {
    margin-top: 80px;
    margin-bottom: 20px;
}

.access_info {
    margin-bottom: 40px;
}

.access_info p:first-of-type {
    font-size: 1.4rem;
}

#transport ul li {
    font-size: 0.9rem;
    margin-bottom: 8px;
    list-style-type: square;
    margin-left: 1rem;
    font-family: sans-serif;
}

h3 {
    font-size: 1.2rem;
    margin-top: 40px;
    margin-bottom: 16px;
}

.map iframe {
    filter: grayscale(1);
    vertical-align: bottom;
    transition: all 0.3s;
    max-height: 320px;
}

.map iframe:hover {
    filter: none;
    opacity: 1;
}

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

    #transport,
    .access_info {
        text-align: left;
    }

}

/*-link-----------------------------*/


ul#link {
    margin-top: 160px;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-top: 160px;

}

#document ul#link {
    padding-left: 0;
}

ul#link li {
    max-width: 32%;
    box-sizing: content-box;
}

ul#link li:not(last-of-type) {}


@media screen and (max-width: 768px) {
    ul#link {
        flex-direction: column;
        align-items: center;
    }

    ul#link li {
        margin-bottom: 32px;
    }

    ul#link li:first-of-type {
        padding-right: 0;
    }

    ul#link li:last-of-type {
        padding-left: 0;
    }

    ul#link li {
        max-width: 80%;
    }
}


@media screen and (max-width: 501px) {
    ul#link li {
        max-width: 90%;
    }
}

/*-footer-----------------------------*/
footer {
    text-align: center;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
}

footer img {
    width: 80%
}

@media screen and (max-width: 768px) {
    footer {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 500px) {
    footer p {
        font-size: 0.8rem;
    }

    footer {
        padding-bottom: 110px;
    }
}

/*-program-----------------------------*/
/*------------------------------*/

/*-header-----------------------------*/

#program h2,
#document h2 {
    margin-top: 60px;
}

#program #data {
    margin-top: -20px;
}

#program .date {
    margin-bottom: 0;
}

#program .access {
    margin-top: 0;
}

#program .p_wrap {
    box-shadow: 0 0 3px #ddd;
    padding: 40px;
    margin-bottom: 32px;
}

.p_wrap h3 {
    margin-top: 0;
    font-size: 1.4rem;
    padding: 8px 0 8px 52px;
    background-image: url(/japanese/entrance/2025/image/base/sakura.png);
    background-repeat: no-repeat;
    background-size: 40px 38px;
    background-position: top left;
    margin-bottom: 24px;
    /*border-bottom: 1px solid #c4a951;*/
}

#program .target {
    position: relative;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 24px;

}

/*#program .target:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 40%;
    height: 50px;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}

#program .target:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 40%;
    height: 50px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}*/

#program .target p:first-of-type {
    font-size: 1.2rem;
}

.box_d {
    padding: 20px;
    border: 3px solid #ddd;
}


#program .p_wrap li {
    border-bottom: 1px solid #ddd;
    padding-top: 8px;
    padding-bottom: 8px;
    text-indent: 16px;
}

#program header h1 span {
    font-size: 1.18rem;
}

#program .header_wrap,
#document .header_wrap {
    padding-bottom: 20px;
}



#program #attentions .target p {
    margin-bottom: 8px;
}

#program #attentions .target p.target_p {
    font-family: sans-serif;
}

#program #attentions .target p .target_t {
    font-family: sans-serif;
}

#program #attentions .target p:first-of-type {
    font-size: 1.6rem;
    margin-bottom: 16px;
}

#program #attentions .target p:last-of-type {
    letter-spacing: -0.1px;
    ;
}

#program #attentions ul {
    padding-left: 24px;
}


#program #attentions li {
    list-style-type: square;
    margin-bottom: 16px;
}

#program #attentions .ul_link {
    margin-top: 32px;
    padding: 12px;
}

#program #attentions .ul_link li {
    list-style-type: none;
    font-size: 0.9rem;
    font-family: sans-serif;
}

#program #attentions .ul_link li::before {
    content: "";
    background-image: url(https://www.tohoku.ac.jp/japanese/img/arrow_r.png);
    background-size: 8px;
    background-repeat: no-repeat;
    padding-left: 16px;
    background-position: 2px;
}

#program #attentions .ul_link li a {
    font-family: sans-serif;
}

.board:active {

    top: 2px;
    left: 2px;
}

.board:hover {
    background: rgba(66, 33, 97, 0.1);
}

.board {
    position: relative;
    border: solid 1px rgba(66, 33, 97, 0.1);
    text-align: center;

    margin-bottom: 24px;
    background: rgba(66, 33, 97, 0.06);
    transition: 0.3s;

}

.board a {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.board a span {
    font-family: sans-serif;
}

.board_in {
    font-family: sans-serif;
    padding-left: 24px;
    padding-right: 24px;
}

.fa-solid.fa-circle-chevron-right {
    color: #999;
}

.br_t {
    display: none;
}

.dot_t {
    display: inline-block;
}

#program #attentions .target p .target_t {
    font-weight: bold;
}

.board_in_02 {
    display: flex;
    align-items: center;
}

#sign .target {}

#sign .target p,
#sign .target p:first-of-type {
    font-size: 1rem;
    text-align: left;
    font-family: sans-serif;
}

#sign h3 {
    text-align: left;
    /*border-bottom: 1px solid #666;*/
    border-left: 4px solid #3e1485;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 8px;
}

#sign h4 {
    font-family: sans-serif;
}

#sign ul {

    list-style-type: square;
    margin-left: 1.4rem;
    font-size: 0.9rem;
}

#sign ul li {
    font-family: sans-serif;
    margin-bottom: 8px;

}

#sign .target p {
    margin-bottom: 1rem;
}

#sign .target p a:hover {
    color: #fff;
    background-color: #7e56c3;
}

/*#sign .target span a {
    font-size: .9rem;
    font-family: sans-serif;
    color: #fff;
    padding: 6px 20px 5px;
    background-color: #3e1485;
    border-radius: 8px;
    font-weight: bold;
    vertical-align: 1px;
}*/

#sign .target span a {
    font-size: .9rem;
    font-family: sans-serif;
    color: #3e1485;
    padding: 6px 20px 5px;

    border: 1px solid #3e1485;
    border-radius: 16px;
    font-weight: bold;
    vertical-align: 1px;
    width: 100%;
    display: block;
    text-align: center;
    letter-spacing: 5px;
}

.target_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#sign .target {
    width: 440px;
}


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

    #program #attentions .target p.target_p {
        font-family: sans-serif;
        text-align: left;
        margin-left: 32px;
        margin-right: 32px;
        font-size: 0.88rem;

    }

    #program #attentions .target p .target_t {
        font-family: sans-serif;
        font-size: 0.94rem;

    }

    #sign .target {
        width: 100%;
    }

}

@media screen and (max-width: 768px) {
    #program header h1 {
        top: 0;
        font-size: 2.04rem;
    }

    #program header h1 span {
        font-size: 1.1rem;
    }

    #program #data {
        margin-top: 32px;
    }

    .br_t {
        display: block;
    }

    .dot_t {
        display: none;
    }


    #program .p_wrap {
        padding: 24px;
    }

    #program .p_wrap h3 {
        font-size: 1.2rem;
    }

    #program .target {
        width: 100%;
    }

}

@media screen and (max-width: 630px) {
    .board a {
        flex-direction: column;
    }

    .board_in_01 span {
        display: none;
    }
}

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

    .logo_area {
        flex-direction: column;
    }

    #program header h1 {
        font-size: 2rem;
    }

    #program header h1 {
        font-size: 1.8rem;
    }

    #program header h1 span {
        font-size: 1.3rem;
        letter-spacing: 0.1px;
        display: inline-block;
        line-height: 1;

    }



    #program #attentions .target p:first-of-type {
        font-size: 1.3rem;
    }




    #program .target p:first-of-type {
        font-size: 1rem;
    }

    #program .target p {
        font-size: 0.9rem;
    }



    #program .br_sp {
        padding-right: 16px;
    }

    #program .dot {
        display: none;

    }

    #program .p_l {
        padding-left: 16px;
        font-size: 0.9rem;

    }
}


#document .p_wrap h3 {
    margin-top: 0;
    font-size: 1.4rem;
    padding: 4px 0 8px 36px;
    background-image: url(/japanese/entrance/2025/image/base/sakura.png);
    background-repeat: no-repeat;
    background-size: 28px 26px;
    background-position: top left;
    margin-bottom: 24px;
    /*border-bottom: 1px solid #c4a951;*/
    border-bottom: 1px solid #ddd;
}

#document .p_wrap {
    margin-bottom: 56px;
}

#document .p_wrap:first-of-type {
    margin-top: 32px;
}



#document ul {
    margin-bottom: 16px;
    font-size: 0.9rem;
    padding-left: 24px;
}

#document nav ul {
    padding-left: 0;
    margin-bottom: 0;
}

#document ul:not(#document ul:first-of-type) {
    margin-top: 36px;
}

#document .p_wrap ul li {
    list-style-type: square;
    margin-bottom: 8px;
}

#document nav ul li {
    margin-bottom: 0;
}

#document ul#link li {
    list-style-type: none;
}

#document .target p {
    font-size: 0.9rem;
    margin-left: 24px;
}

#document #harassment ul:nth-of-type(2) {
    margin-top: 32px;
}

/*--fusen--*/
.fusen {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2000;
}

.fusen-3 a:hover {}

.fusen-3 {
    display: flex;
    align-items: center;
    position: relative;
    width: 180px;
    height: 80px;

    background-color: #ddf6f3;
    color: #2a897e;
    text-align: right;
}

.fusen-3 a {
    font-family: ta-oonishi, sans-serif;
    display: block;
    padding: 1.4em 1.4em;
}

.fusen-3::before {
    position: absolute;
    bottom: -5px;
    right: 7px;
    z-index: -1;
    transform: rotate(5deg);
    width: 70%;
    height: 50%;
    background-color: #d0d0d0;
    content: "";
    filter: blur(4px);
}

.fa-file-lines {
    padding-left: 4px;


}

li span.pre {
    font-size: 0.7rem;
    font-family: sans-serif;
    background: #3e1485;
    color: #fff;
    height: 1rem;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 1rem;
    display: inline-block;
    margin-left: 4px;
    border-radius: 4px;
}

.p_notice {
    text-align: right;
}

.p_notice p {
    font-size: 0.8rem;
    padding: 10px 16px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    font-family: sans-serif;
    box-shadow: 0 0 3px #ccc;
    border: 2px double #aaa;
}

.p_notice p a {
    font-weight: bold;
    color: #422161;
    font-family: sans-serif;
}

.point {
    border: solid 4px #ccc;
    padding: 24px;
    margin-top: 120px;
}

.point h5 {
    margin-bottom: 8px;
    border-bottom: 1px solid #ccc;
}

.point p:first-of-type {
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.point li,
.point a {
    font-family: sans-serif;
    font-size: 0.9rem;
}

.point ul {
    list-style-type: disc;
    margin-left: 16px;
    margin-top: 16px;
}

.point li {
    margin-bottom: 8px;
}

.point a {
    font-weight: bold;
    color: #422161;
    font-family: sans-serif;
}

@media screen and (max-width: 768px) {
    .p_notice {
        text-align: center;
    }
}

@media screen and (max-width: 500px) {
    .fusen {
        bottom: 90px;
        right: 10px;
    }

}

@media print {

    .live_btn,
    .fusen {
        display: none;
    }
}

.to_tr {
    text-align: right;

}

.to_tr a {
    display: inline-block;
    padding: 8px;
    color: #fff;
    background: #3E1485;
}
