@charset "UTF-8";

/* ↓PC（横幅640px超）の場合 */
html {
    /* 1rem = 1pxと定義 */
    font-size: 1px;
}

/* ↓スマホ（横幅640px以上）の場合 */


@media screen and (max-width: 640px) {
    html {
        font-size: .75px;
    }

}

body {
    font-size: 16rem;
    color: #000000;
    font-family: "Noto Sans JP";
    font-feature-settings: 'palt' on;
    min-width: 375px;
    position: relative;
    margin: 0 auto;
    background: #FCF6EC;
}

.maru {
    font-family: "Zen Maru Gothic", serif;
}




.inner {
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}

/* グローバルまたは共通スタイルとして定義 */
:root {
    /* Desktop SVGs */
    --tooth-svg-downward: url('data:image/svg+xml;utf8,<svg width="30" height="15" viewBox="0 0 30 15" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 15,15 30,0" fill="white"/></svg>');
    --tooth-svg-upward: url('data:image/svg+xml;utf8,<svg width="30" height="15" viewBox="0 0 30 15" xmlns="http://www.w3.org/2000/svg"><polygon points="0,15 15,0 30,15" fill="white"/></svg>');

    /* Mobile SVGs */
    --tooth-svg-downward-mobile: url('data:image/svg+xml;utf8,<svg width="22" height="11" viewBox="0 0 22 11" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 11,11 22,0" fill="white"/></svg>');
    --tooth-svg-upward-mobile: url('data:image/svg+xml;utf8,<svg width="22" height="11" viewBox="0 0 22 11" xmlns="http://www.w3.org/2000/svg"><polygon points="0,11 11,0 22,11" fill="white"/></svg>');
}

/*fv
================================================*/


#fv {
    position: relative;
    margin: 0 auto ;
    z-index: 1;
}

#fv h1 {
    position: relative;
    z-index: 2;
}

#fv h1 img {
    width: 100%;
    height: auto;
}



/*about
================================================*/

.about {
    margin-top: -7.85%;
    position: relative;
    background: url("../img/bg_about_top.png"),url("../img/bg_about.png"),linear-gradient(180deg,rgba(195, 145, 0, 1) 0%, rgba(195, 145, 0, 1) calc(100% - 86px), rgba(255, 255, 255, 0) calc(100% - 86px), rgba(255, 255, 255, 0) 100%);
    background-position: right top 8px,center bottom,center top;
    background-size: 16.66% auto, 100% auto, 100% auto;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

.about::before {
    content: "";
    position: absolute;
    z-index: 1;
    background-color: #FCF6EC;
    height: 5px;
    width: 100%;
    top: 8px;
    left: 0;
}

.about::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
    aspect-ratio: 1279 / 308.61;
    background: url("../img/about-bottom.png") center top / cover no-repeat;
    bottom: 87px;
    left: 0;
    transform: translateY(100%);
}

.fig_about {
    position: absolute;
    z-index: 1;
    width: 10%;
    bottom: -73px;
    right: 14%;
}

.about img {
    width: 100%;
    height: auto;
}

.about .inner {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 12%;
}

.about .inner span {
    background: url(../img/img_mizuhiki.png) center top no-repeat;
    background-size: cover;
    aspect-ratio: 746.25 / 84.3;
    display: block;
    max-width: 746px;
    margin: 0 auto 20px;
}

.about .txt {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 50px;
    padding: 40px 50px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, .9);
}

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

    .about {
        margin-top: -19.2%;
        padding-top: 26%;
        padding-bottom: 90px;
        position: relative;
        background: url("../img/bg_about_top_s.png"),url("../img/bg_about_s.png"),linear-gradient(180deg,rgba(195, 145, 0, 1) 0%, rgba(195, 145, 0, 1) calc(100% - 90px), rgba(255, 255, 255, 0) calc(100% - 90px), rgba(255, 255, 255, 0) 100%);
        background-position: center top 20%,right bottom,center top;
        background-size: 100% auto, 45% auto, 100% auto;
        background-repeat: no-repeat, no-repeat, no-repeat;
    }

    .about::after {
        aspect-ratio: 393 / 175.18;
        background: url("../img/about-bottom_s.png") center top / cover no-repeat;
        bottom: 91px;
        transform: translateY(100%);
    }
    
    .about .inner span {
        background: url(../img/img_mizuhiki_s.png) center top no-repeat;
        background-size: cover;
        aspect-ratio: 283.88 / 53.67;
        max-width: 283px;
        margin: 0 auto 26px;
    }

    .about .inner {
        padding: 0 20px;
    }
    .about .txt {
        font-size: 14px;
        padding: 40px 20px;
        line-height: 1.7;
        margin-bottom: 30px;
    }

}


/*parts
================================================*/

.btn a {
    display: block;
    max-width: 420px;
    width: 100%;
    border: 6px solid #E7B549;
    position: relative;
    text-align: center;
    padding: 25px 16px;
    transition: .3s;
    border-radius: 20px;
}

.btn a:hover {
    border: 4px solid #E7B549;
    padding: 27px 18px;
}

.btn a>img {
    height: 25px;
    width: auto;
}

.btn a i {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto;
}

.btn a i img {
    width: 100%;
    height: auto;
    display: block;
}

.btn_fanclub a {
    background: #DB452C;
    border-radius: 100vmax;
    border: 8px solid #C39100;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    padding: 20px 16px;
}

.btn_fanclub a:hover {
    border: 6px solid #C39100;
    padding: 22px 18px;
}


.btn_line a {
    background: #517B55;
    border-radius: 100vmax;
    border: 8px solid #C39100;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    padding: 20px 16px;
}

.btn_line a:hover {
    border: 6px solid #C39100;
    padding: 22px 18px;
}


.btn_entry a {
    background: #C01A27;
    max-width: 500px;
    margin: 0 auto;
    padding: 18px 16px;
}

.btn_entry a:hover {
    border: 4px solid #E7B549;
    padding: 20px 18px;
}

.btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 830px;
    margin: 60px auto 0;
    gap: 30px;
}

.btns>li {
    display: flex;
    flex-direction: column;
    width: calc((100% - 30px) / 2);
}

@media screen and (max-width:1110px) {
    .btns {
        flex-direction: column;
        gap: 10px;
        margin-top: 75px;
    }

    .btns>li {
        width: 100%;
        max-width: 360px;
    }

    .btn a>img {
        height: 22px;
    }

    .btn a {
        padding: 20px 16px;
    }

    .btn a:hover {
        padding: 25px 18px;
    }

    .btn_entry a {
        padding: 16px 16px;
    }

    .btn_entry a>img {
        height: 16px;
        width: auto;
    }

    .btn_entry a i {
        display: block;
        width: 14px;
        height: 14px;
        right: 16px;
        bottom: 1px;
    }

    .btn a i {
        width: 14px;
        height: 14px;
    }
}


/*course
================================================*/

#course {
    position: relative;
    z-index: 2;
    margin-top: -2%;
    background: url("../img/bg_course_left.png"),url("../img/bg_course_right.png"),url("../img/bg_course_bottom.png");
    background-position: left top 8px,right 3% top 570px,center bottom;
    background-size: 25% auto, 16% auto, 100% auto;
    background-repeat: no-repeat, no-repeat, no-repeat;
    padding-top: 19%;
    padding-bottom: 22%;
}

.fig_course01 {
    position: absolute;
    z-index: 1;
    bottom: 3%;
    width: 10%;
    left: 13%;
}

#course .inner {
    max-width: 760px;
    margin: 0 auto;
}


#course img {
    max-width: 100%;
    height: auto;
}

#course ul {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.course-box {
    padding: 40px 45px 45px;
    background-color: #fff;
    border-radius: 40px;
    display: flex;
    gap: 20px;
    margin-top: -8px;
}

.course-box figure {
    max-width: 300px;
}

.course-box div {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.course-box dl {
    display: flex;
    gap: 6px;
    align-items: center;
}

.course-box dt {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .05em;
    padding: 8px 24px;
    background-color: #C39100;
    border-radius: 100vmax;
    color: #fff;
}

.course-box dd {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .05em;
}

.course-box P {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.9;
}


@media screen and (max-width:960px) {
    #course {
        background: url("../img/bg_course_s.png"),url("../img/bg_course_bottom.png");
        background-position: left top,center bottom;
        background-size: 100% auto, 100% auto;
        background-repeat: no-repeat, no-repeat;
    }
}

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

    #course {
        padding-top: 36%;
        padding-bottom: 83%;
        margin-top: -5%;
        background: url("../img/bg_course_s.png"),url("../img/bg_course_bottom_s.png");
        background-position: left top,center bottom;
        background-size: 100% auto, 100% auto;
        background-repeat: no-repeat, no-repeat;
    }
    
    #course .inner {
        padding: 0 20px;
    }
    
    .course-box {
        padding: 40px 30px;
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin-top: 8px;
    }

    .course-box p {
        font-size: 14px;
    }

    .fig_course01 {
        max-width: 112px;
        width: 100%;
        left: 27px;
        bottom: 5.8%;
    }

    .fig_course02 {
        position: absolute;
        bottom: 1%;
        right: 36px;
        max-width: 109px;
        z-index: 1;
    }
}


/*more
================================================*/

#more {
    padding: 25% 0 105px;
    position: relative;
    margin-top: -25%;
    background: url(../img/bg_more.png) center top;
    background-size: 100% auto;
}

#more::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 43%;
    width: 16%;
    aspect-ratio: 213.17 / 266.44;
    background: url(../img/img_flow_grid.png) center no-repeat;
    background-size: cover;
    opacity: .6;
}

#more .inner {
    position: relative;
    z-index: 1;
}

#tit_more {
    max-width: 944px;
    padding-right: 102px;
    margin: 0 auto 12px;
}

.fig_more01 {
    position: absolute;
    z-index: 1;
    width: 12%;
    top: 15%;
    right: 7%;
}

.fig_more02 {
    position: absolute;
    z-index: 1;
    width: 9%;
    left: 5%;
    top: 43%;
}

.fig_more01 img,
.fig_more02 img {
    width: 100%;
    height: auto;
}


#tit_more img {
    width: 100%;
    height: auto;
    display: block;
}

#more .txt {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 190%;
    margin: 0 auto 74px;
    color: #4C4C5A;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 40px;
    padding: 40px 50px;
    max-width: 800px;
}

#more .txt span {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .05em;
    display: inline-block;
    margin-top: 24px;
    font-weight: 400;
}

#more h3 {
    max-width: 905px;
    padding-right: 29px;
    margin: 0 auto;
}

#more h3 img {
    width: 100%;
    height: auto;
    display: block;
}


@media screen and (max-width:1110px) {
    #more::after {
        display: none;
    }
}
@media screen and (max-width:670px) {
    #more {
        padding: 79% 0 50px;
        margin-top: -80%;
    }

    #more .inner {
        padding: 0;
    }


    #tit_more {
        padding: 0;
        margin-bottom: 23px;
        max-width: 480px;
        transform: translateX(-20px);
    }
    
    #more h3 {
        padding: 0;
        overflow: hidden;
        position: relative;
    }

    #more h3 img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        max-width: 706px;
        width: 178%;
    }

    #more .txt {
        font-size: 16px;
        padding: 40px 30px;
        line-height: 1.9;
        margin: 0 20px 8px;
    }

    #more span {
        font-size: 14px;
        text-align: left;
        margin: 24px 0 0;
    }

}

#flow {
    display: flex;
    flex-wrap: wrap;
    max-width: 1084px;
    margin: 27px auto 0;
    gap: 20px;
    position: relative;
}

#flow>li {
    border-radius: 24px;
    background: #fff;
    display: flex;
    flex-direction: column;
    width: calc((100% - 24px) / 2);
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
}


#flow>li h4 {
    position: absolute;
    padding: 9px 24px;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    background-color: #C39100;
}

#flow>li h4 span {
    font-size: 27px;
}


#flow ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

#flow ul>li {
    display: flex;
    flex-direction: column;
}

#flow ul>li:nth-of-type(1) {
    width: 300px;
    text-align: center;
}

#flow ul>li:nth-of-type(2) {
    width: calc(100% - 300px - 8px);
}

#flow ul>li:nth-of-type(1) p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
    margin: 0 0 8px;
    color: #484848;
}

#flow ul>li:nth-of-type(1) p span {
    display: block;
    font-size: 16px;
    margin: 8px 0 0;
    font-weight: 400;
}

#flow ul>li:nth-of-type(1) p strong {
    font-size: 30px;
    font-weight: 700;
    color: #C84324;
    letter-spacing: .1em;
}

.arrow_b {
    width: 30px;
    margin: 0 auto 8px;
}

.arrow_b img {
    width: 100%;
    height: auto;
}

.img_flow img {
    width: 100%;
    height: auto;
}

.fig_flow01_s {
    display: none;
}

#more>.btn_fanclub {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
}


#more>.fig_main01 {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    width: 372px;
    height: 329px;
    z-index: 10;
}

#more>.fig_main01 img {
    width: 100%;
    height: auto;
}


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

    #flow ul>li:nth-of-type(1) {
        width: 270px;
        margin: 0 16px 0 0;
    }

    #flow ul>li:nth-of-type(2) {
        width: calc(100% - 270px - 16px);
    }

    #flow ul>li:nth-of-type(1) p {
        font-size: 20px;
    }

    #flow ul>li:nth-of-type(1) p span {
        font-size: 14px;
    }

    .br01 {
        display: block;
    }
}

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

    #flow {
        max-width: 680px;
        margin: 50px auto 0;
    }

    #flow>li {
        width: 100%;
    }

    #flow>li {
        padding: 35px;
    }

    #flow>li h4 {
        font-size: 14px;
    }

    #flow>li h4 span {
        font-size: 20px;
    }

    #flow>li h3 {
        padding: 12px;
    }

    #flow>li h3 img {
        height: 21px;
        width: auto;
    }

    #flow ul {
        padding: 0;
    }

    #flow ul>li:nth-of-type(1) {
        width: 100%;
        margin: 0 0 16px;
        padding-top: 10px;
    }

    #flow ul>li:nth-of-type(2) {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }

    #flow ul>li:nth-of-type(1) p {
        font-size: 14px;
    }

    #flow ul>li:nth-of-type(1) p b {
        font-size: 16px;
    }

    #flow ul>li:nth-of-type(1) p strong {
        font-size: 22px;
    }

    #more span {
        font-size: 14px;
        margin-top: 10px;
        text-align: center;
        line-height: 1.4;

    }

    #flow ul>li:nth-of-type(1) p:last-of-type {
        margin-bottom: 0;
    }

    #flow ul>li:nth-of-type(1) p span {
        font-size: 16px;
    }

}

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

    #flow {
        margin: -64px auto 0;
        padding: 0 20px;
    }


}

/*main
================================================*/


#main {
    padding: 200px 0 15%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 80px;
    background: url(../img/bg_main.png) center top no-repeat;
    background-size: 100% auto;
    margin-top: -75px;
}

#main::before {
    position: absolute;
    content: "";
    width: 100%;
    aspect-ratio: 1279 / 308.61;
    bottom: -1px;
    left: 0;
    background: url(../img/img_info_top.png) center top no-repeat;
    background-size: cover;
    z-index: 1;
}

#main .inner {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#main ol {
    margin: 0 auto;
}

#main ol li {
    padding: 32px;
    border-radius: 40px;
    background: #FFF;
    color: #000;
    margin: 0 auto;
}

#main ol li:not(:last-of-type) {
    margin-bottom: 16px;
}

#main ol li h3 {
    text-align: center;
    font-size: 27px;
    font-weight: 900;
    line-height: 150%;
    padding: 0 0 16px;
    border-bottom: 3px solid #CCCCCC;
    margin: 0 0 16px;
    display: flex;
    gap: 18px;
    justify-content: center;
    align-items: center;
    color: #4C4C5A;
}

#main ol li h3 span {
    display: block;
    max-width: 36px;
}

#main ol li h3 img {
    display: block;
    width: 100%;
    height: auto;
}

#main ol li p {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #4C4C5A;
}

#main ol li p small {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
}

#main ol li p.text-left {
    text-align: left;
}

#main ol li p span {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.7px;
    padding: 8px 0 0;
}

#main ol li p.note {
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    letter-spacing: .05em;
}

#main h2 {
    margin-bottom: 20px;
}


#main h2 img {
    width: 100%;
}


@media screen and (max-width:1110px) {
    #main {
        background: url(../img/bg_main_s.png) center top no-repeat;
        background-size: 100% auto;
        margin-top: 0;
    }
}

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

    #main {
        padding: 110px 0 41%;
        gap: 60px;
    }

    .fig_main {
        position: absolute;
        z-index: 1;
        bottom: -40px;
        left: 5px;
        max-width: 131px;
    }

    .fig_main img {
        width: 100%;
        height: auto;
    }

    
    #main::before {
        aspect-ratio: 395 / 186.61;
        background: url(../img/img_info_top_s.png) center top no-repeat;
        background-size: cover;
    }

    #main .inner {
        padding: 0 20px;
    }


    #main h2 {
        margin: 0 auto 40px;
        max-width: 400px;
    }

    #main ol li {
        border-radius: 20px;
    }

    #main ol li:not(:last-of-type) {
        margin-bottom: 20px;
    }
    
    #main ol li h3 {
        font-size: 22px;    
        line-height: 150%;
        padding: 0 0 10px;
        display: flex;
        gap: 8px;
        text-align: left;
    }

    #main ol li h3 span {
        max-width: 26px;
    }

    #main ol li p {
        font-size: 20px;
        font-weight: 900;
    }

    #main ol li p small {
        font-size: 16px;
        line-height: 1.5;
        display: inline-block;
    }

    #main ol li p.note {
        text-align: left;
    }
    
}


@media screen and (max-width:670px) {
    #announcement .box {
        max-width: 600px;
        margin: 0 auto;
        padding: 18px 12px;
        border-radius: 8px;
    }
}

@media screen and (max-width:450px) {
    .badge {
        width: 101px;
        height: 99px;
    }
}

/*info
================================================*/

#info {
    background-color: #2A3E8C;
    background-image: url(../img/bg_info.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 80px 0;
}

#info .inner {
    max-width: calc(1280px + 24px * 2);
    margin: 0 auto;
}

#info h3 {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 40px;
    font-weight: 900;
    line-height: 90%;
    margin: 0 auto 40px;
}

#caution {
    max-width: 767px;
    margin: 0 auto 80px;
}

#caution ul {
    padding-left: 1.25em;
    margin: 0 auto 32px;
}


#caution li {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    list-style-type: disc;

}

#caution p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
}

#contact p {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.25px;
}

#contact p a {
    text-decoration: none;
    transition: .3s;
    -webkit-transition: .3s;
}

#contact p a:hover {
    opacity: .75;
}

@media screen and (max-width:670px) {
    #info {
        background-image: url(../img/bg_info_top_s.png),url(../img/bg_info_bottom_s.png);
        background-size: 80% auto,54% auto;
        background-position: right top,left bottom;
        background-repeat: no-repeat,no-repeat;
    }

    #info .inner {
        padding: 0;
    }

    #info h3 {
        font-size: 30px;
        margin: 0 auto 32px;
    }

    #caution {
        padding: 0 20px;
    }

    #caution li,
    #caution p {
        font-size: 13.5px;
    }

    #contact p {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: 0.938px;
    }
}

/*footer
================================================*/
#footer {
    padding: 40px 10px;
    background: #fff;
    font-family: "Noto Sans JP", sans-serif;
}

#footer .inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: #000;
}

#footer ul {
    margin: 0 auto 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
}

#footer ul li {
    display: flex;
    flex-direction: column;
    margin: 0 0 40px;
}

#footer li img {
    height: 50px;
    width: auto;
}

#footer div {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 16px 0;
    margin: 0 0 16px;
}

#footer div p:nth-of-type(1) {
    margin: 0 0 16px;
    font-size: 14px;
}

#footer div p:nth-of-type(2) {
    font-size: 12px;
}

#footer .inner>p {
    font-size: 12px;
}


/*bits
================================================*/
@media screen and (min-width:1000px) {}

.pc_none {
    display: none !important;
}

.sp_none {
    display: block !important;
}

@media screen and (max-width:670px) {
    .pc_none {
        display: block !important;
    }

    .sp_none {
        display: none !important;
    }
}


@media screen and (max-width:960px) {
    .fig_about {
        display: none!important;
    }
    .fig_more01 {
        display: none!important;
    }
    .fig_more02 {
        display: none!important;
    }
}


/*
@media screen and (max-width:670px) {
  dl {
    display: flex;
    flex-wrap: wrap;
  }
  dt,
  dd {
    display: flex;
    flex-direction: column;
  }
}
*/