@charset "UTF-8";
/* CSS Document */
/*===================================
mv
===================================*/
#mv {
    position: relative;
    width: 100%;
    height: 100vh;
}
#mv::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #17326d;
    z-index: 1;
}
#mv .mv_title {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
    z-index: 2;
}
#mv .mv_title .title {
    color: transparent;
    font-size: 20vw;
    line-height: 1;
    -webkit-text-stroke: 1px #FFF;
    text-stroke: 1px #FFF;
    padding: 0 4%;
}
#mv .mv_title .sub_title {
    background-image: url("../img/home/text_clip.jpg");
    background-size: contain;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 95vw;
    line-height: .8;
    padding: 0 4%;
}
@media screen and (min-width: 768px) {
    #mv .mv_title .title {
        font-size: 13vw;
    }
}
@media screen and (min-width: 1024px) {}
@media screen and (min-width: 1440px) {
    #mv .mv_title {
        display: flex;
    }
    #mv .mv_title .sub_title {
        font-size: 40vw;
    }
}
/* top_news */
#top_news {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    box-shadow: -10px 10px #ea5513;
    display: flex;
    align-items: center;
    width: 90vw;
    overflow: hidden;
    z-index: 99;
}
#top_news .top_news_head {
    display: flex;
    align-items: center;
    border-right: 1px solid #ccc;
    padding: 4%;
}
#top_news .top_news_head span {
    color: #17326d;
    font-size: 10vw;
}
#top_news ._post {
    width: 100%;
}
#top_news ._post .post_link {
    padding: 4%;
    max-width: 80%;
}
#top_news ._post .post_link h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#top_news .top_news_contents {
    width: 100%;
}
#top_news ._post_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.5s ease-in-out;
}
@media screen and (min-width: 768px) {
    #top_news ._post_list {
        margin-left: 50px;
    }
    #top_news .top_news_head span {
        font-size: 6vw;
        line-height: 1;
    }
    #top_news .post_link {
        font-size: 1.2vw;
    }
}
@media screen and (min-width: 1024px) {}
@media screen and (min-width: 1440px) {
    #top_news {
        width: 60vw;
        box-shadow: -30px 30px #ea5513;
    }
    #top_news ._post .post_link {
        padding: 10px;
    }
}
/* aboutus */
#aboutus {
    position: relative;
}
#aboutus::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 100vw;
    border-color: transparent transparent transparent #eaeaea;
}
#aboutus ._container {
    padding: 4%;
}
#aboutus ._container .heading01 {
    color: #fff;
}
#aboutus ._container ._box {}
#aboutus ._container ._box .img {
    display: flex;
    gap: 10px;
}
#aboutus ._container ._box .img img {
    width: calc((100% - 20px) / 3);
    height: auto;
    object-fit: cover;
}
#aboutus ._container ._box .img img:nth-child(2) {
    margin-top: 20px;
    margin-bottom: -20px;
}
#aboutus ._container ._box .img img:nth-child(3) {
    margin-top: 40px;
    margin-bottom: -40px;
}
#aboutus ._container ._box ._text {
    margin-top: 50px;
}
#aboutus ._container ._box ._text .heading02 {
    color: #ea5513;
    font-size: 8vw;
}
/*#aboutus ._container ._box ._text p {
    color: #fff;
}*/
@media screen and (min-width: 768px) {}
@media screen and (min-width: 1024px) {
    #aboutus::before {
        border-width: 50px 0 0 100vw;
    }
    #aboutus ._container ._box .img img:nth-child(2) {
        margin-top: 50px;
        margin-bottom: -50px;
    }
    #aboutus ._container ._box .img img:nth-child(3) {
        margin-top: 100px;
        margin-bottom: -100px;
    }
    #aboutus ._container ._box ._text p {
        font-size: 2.5vw;
    }
    #aboutus ._container ._box .btns {
        justify-content: flex-start;
    }
}
@media screen and (min-width: 1440px) {
    #aboutus ._container ._box {
        display: flex;
        gap: 4%;
    }
    #aboutus ._container ._box > * {
        width: calc((100% - 4%) / 2);
    }
    #aboutus ._container ._box ._text .heading02 {
        font-size: 7vw;
        line-height: 1;
    }
    #aboutus ._container ._box ._text p {
        font-size: 1.5vw;
    }
}
#aboutus ._container ._box .accordion_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#aboutus ._container ._box .accordion_container {
    overflow: hidden;
    width: 100%;
    margin-top: 2em;
}
#aboutus ._container ._box .accordion_container .accordion-item {
    background: #fff;
}
#aboutus ._container ._box .accordion_container .accordion-item:not(:first-child) {
    border-top: 1px solid;
}
#aboutus ._container ._box .accordion_container .accordion-link {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 4%;
    color: inherit;
    transition: .5s all;
}
/*#aboutus ._container ._box .accordion_container .accordion-link:hover {
    background: #eaeaea;
}*/
#aboutus ._container ._box .accordion_container .accordion-link h3 {
    color: #18326d;
    display: block;
    font-weight: 600;
    width: 100%;
}
#aboutus ._container ._box .accordion_container .accordion-link:hover h3 {}
#aboutus ._container ._box .accordion_container .accordion-link h3 span {
    color: #ea5512;
    line-height: 1;
    /*-webkit-text-stroke: 1px #ea5512;*/
    font-size: 2em;
    display: block;
    margin-bottom: .5em;
}
#aboutus ._container ._box .accordion_container .accordion-link svg {
    transition: .5s all;
    fill: #ea5512;
    width: 60px;
    margin-top: auto;
}
#aboutus ._container ._box .accordion_container .accordion-link ul {
    display: flex;
    align-items: flex-start;
    gap: 2px;
}
#aboutus ._container ._box .accordion_container .accordion-link li {
    background: #2b3530;
    border: 1px solid;
    border-radius: 100vh;
    color: #fff;
    font-size: .5em;
    padding: .2em 1em;
}
#aboutus ._container ._box .accordion_container .accordion-link div {
    display: flex;
    flex-direction: column;
}
#aboutus ._container ._box .accordion_container .answer {
    max-height: 0;
    overflow: hidden;
    position: relative;
    transition: .5s all;
}
#aboutus ._container ._box .accordion_container .answer p {
    line-height: 1.5;
}
#aboutus ._container ._box .accordion_container .answer ._list {
    border: 1px solid;
    border-radius: 5px;
    padding: .5em;
    margin: 1em 0;
}
#aboutus ._container ._box .accordion_container .answer ._list ._item {
    margin-left: 1em;
    font-weight: bold;
}
#aboutus ._container ._box .accordion_container .accordion-item.active .answer {
    max-height: 100%;
    padding: 4%;
}
#aboutus ._container ._box .accordion_container .accordion-item.active {
    background: #eaeaea;
}
#aboutus ._container ._box .accordion_container .accordion-item.active h3 {
    /*color: #fff;*/
}
#aboutus ._container ._box .accordion_container .accordion-item.active .accordion-link svg {
    transform: rotate(180deg);
    transition: .5s all;
}
@media screen and (min-width: 768px) {
    #aboutus ._container ._box ._text .heading02 {
        font-size: 5vw;
    }
    #aboutus ._container ._box ._text p {
        font-size: 3vw;
    }
    #aboutus ._container ._box .accordion_container .accordion-link h3 {
        font-size: 4vw;
    }
    #aboutus ._container ._box .accordion_container .answer p {
        font-size: clamp(14px, 3vw, 16px);
    }
}
@media screen and (min-width: 1024px) {
    #aboutus ._container ._box ._text {
        /*column-count: 2;*/
    }
    #aboutus ._container ._box .accordion_container .accordion {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }
    #aboutus ._container ._box .accordion_container .accordion-item {
        width: calc(100%/3);
    }
    #aboutus ._container ._box .accordion_container .accordion-item:not(:first-child) {
        border-top: none;
    }
    #aboutus ._container ._box .accordion_container .accordion-link h3 {
        font-size: 2vw;
    }
}
@media screen and (min-width: 1440px) {
    #aboutus ._container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #aboutus ._container .heading01 {
        width: 100%;
    }
    #aboutus ._container ._box {
        position: relative;
        /*width: calc(100% / 2);*/
    }
    #aboutus ._container ._box + ._box {
        margin-top: 2em;
    }
    #aboutus ._container ._box::after {
        background: url("../img/philosophy_bg.jpg") center center no-repeat;
        background-size: cover;
        width: 50%;
        position: absolute;
        content: '';
        left: -15%;
        top: 90%;
        bottom: -90%;
        z-index: -1;
    }
    #aboutus ._container ._box ._text .heading02 {
        font-size: 2.5vw;
    }
    #aboutus ._container ._box .accordion_container {
        margin-left: auto;
        /*padding: 4%;*/
    }
    #aboutus ._container ._box .accordion_container .accordion-link {
        padding: 8%;
    }
    #aboutus ._container ._box .accordion_container .accordion-link h3 {
        font-size: clamp(18px, 1vw, 24px);
    }
    #aboutus ._container ._box .accordion_container .accordion-link li {
        font-size: 1vw;
    }
    #aboutus ._container ._box .accordion_container .answer p {
        font-size: 1vw;
    }
}
/* westling class */
#wrestling_class {
    position: relative;
    color: #17326d;
}
#wrestling_class ._container {
    padding: 4%;
}
#wrestling_class ._container ._box.top_section {
    display: flex;
    flex-direction: column-reverse;
}
#wrestling_class ._container ._box ._text {
    margin-top: 10px;
}
#wrestling_class ._container ._box ._text .heading02 {
    color: #ea5513;
    font-size: 8vw;
}
#wrestling_class ._container ._box ._text ._list {
    background: #fff;
    padding: 1em;
}
#wrestling_class ._container ._box ._text ._list + ._list {
    margin-top: .5em;
}
#wrestling_class ._container ._box ._text ._list ._item {
    font-size: 3.5vw;
    margin-left: .5em;
}
#wrestling_class ._container ._box ._text ._list ._item .en_01 {
    font-size: 6vw;
}
#wrestling_class ._container ._box ._text ._list ._item .class_name {
    display: block;
    font-size: .7em;
}
#wrestling_class ._container ._box ._text ._list ul + ul {
    margin-top: 1em;
}
#wrestling_class ._container ._box ._text ._list ul li:first-child {
    font-weight: bold;
}
#wrestling_class ._container ._box ._text ._list ._item .btns {
    margin-top: .1em;
}
#wrestling_class ._container ._box ._text ._list ._item .btn.line {
    color: #fff;
    background-color: #00B900;
    border-color: #00B900;
}
#wrestling_class ._container ._box ._text ._list ._item .btn.line:hover {
    background-color: #009300;
    border-color: #008600;
}
#wrestling_class ._container ._box ._text ._list ._item:first-child {
    font-weight: bold;
    font-size: 5vw;
    margin-left: 0;
}
#wrestling_class ._container ._box ._text p {
    font-size: 4vw;
    margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
    #wrestling_class ._container ._box ._text ._list ._item {
        font-size: 2.5vw;
    }
    #wrestling_class ._container ._box ._text ._list ._item .en_01 {
        font-size: 3vw;
    }
    #wrestling_class ._container ._box ._text ._list ._item:first-child {
        font-size: 4vw;
    }
    #wrestling_class ._container ._box ._text p {
        font-size: 2vw;
    }
}
@media screen and (min-width: 1024px) {
    #wrestling_class ._container ._box ._text ._box_child {
        display: flex;
        gap: 5px;
    }
    #wrestling_class ._container ._box ._text ._list + ._list {
        margin-top: 0;
    }
    #wrestling_class ._container ._box ._text ._list {
        display: flex;
        flex-direction: column;
        width: calc((100% - 10px) / 3);
    }
    #wrestling_class ._container ._box ._text ._list ._item {
        font-size: 2vw;
    }
    #wrestling_class ._container ._box ._text ._list ._item .en_01 {
        font-size: 2.5vw;
    }
    #wrestling_class ._container ._box ._text ._list ._item:first-child {
        font-size: 3vw;
    }
    #wrestling_class ._container ._box ._text ._list ._item .btns {
        margin-top: auto;
    }
    #wrestling_class ._container ._box ._text p {
        font-size: 1.5vw;
    }
}
@media screen and (min-width: 1440px) {
    #wrestling_class ._container ._box {
        display: flex;
        gap: 4%;
    }
    #wrestling_class ._container ._box.top_section {
        flex-direction: row;
    }
    #wrestling_class ._container ._box ._img {
        width: 40%;
    }
    #wrestling_class ._container ._box ._img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #wrestling_class ._container ._box ._text {
        width: 60%;
        margin-top: 0;
    }
    #wrestling_class ._container ._box ._text .heading02 {
        font-size: 4vw;
    }
    #wrestling_class ._container ._box ._text ._list ._item:first-child {
        font-size: 2vw;
    }
    #wrestling_class ._container ._box ._text ._list ._item {
        font-size: 1vw;
    }
    #wrestling_class ._container ._box ._text ._list ._item .en_01 {
        font-size: 1.5vw;
    }
    #wrestling_class ._container ._box ._text p {
        font-size: 1vw;
    }
}
/* information */
#information {
    position: relative;
    color: #17326d;
    background: #ccc;
}
#information::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 100vw;
    border-color: transparent transparent transparent #17326d;
}
#information ._container {
    padding: 4%;
}
#information ._container ._box {}
#information ._container ._box ._box_child {
    background: #fff;
    padding: 4%;
}
#information ._container ._box_child + ._box_child {
    margin-top: 30px;
}
#information ._container ._box ._box_child .btns {}
#information ._container ._box ._box_child .btns .btn:hover {
    background: #fff;
}
#information ._container ._box .post_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#information ._container ._box .post_list .post .post_link {
    max-width: 80%;
    text-overflow: ellipsis;
    text-decoration: underline;
    overflow: hidden;
    padding: 4%;
    white-space: nowrap;
}
#information ._container ._box .post_list .post + .post {
    border-top: 1px solid #ccc;
}
#information ._container ._box .post_list .post .post_link h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 80%;
}
#information ._container ._box .post_list .post .post_link time {
    text-align: right;
}
#information ._container {}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 1024px) {
    #information::before {
        border-width: 50px 0 0 100vw;
    }
    #information ._container ._box {
        display: flex;
        gap: 4%;
    }
    #information ._container ._box ._box_child {
        width: calc((100% - 4%) / 2);
    }
    #information ._container ._box ._box_child + ._box_child {
        margin-top: 0;
    }
}
@media screen and (min-width: 1440px) {}
/* instructor */
#instructor {
    position: relative;
}
#instructor::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 100vw;
    border-color: transparent transparent transparent #eaeaea;
}
#instructor ._container {}
#instructor ._container .heading01 {
    color: #fff;
    padding: 4%;
}
#instructor ._container .l-inner {
    padding: 0 3rem;
}
#instructor ._container .pc {
    display: none !important;
}
[class*=swiper]:focus {
    outline: none;
}
#instructor ._container swiper-slide {
    background: #0e2350;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#instructor ._container swiper-slide ._text {
    padding: 8% 4%;
}
#instructor ._container swiper-slide ._text .heading02 {
    color: #fff;
    line-height: 1.5;
}
#instructor ._container swiper-slide ._text .heading02 span {
    color: #ea5513;
    display: block;
    font-size: .5em;
}
#instructor ._container swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#instructor ._container .slide-media, .thumb-media {
    position: relative;
    overflow: hidden;
}
#instructor ._container .slide-media img, .thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
#instructor ._container .swiper-button-prev, #instructor ._container .swiper-button-next {
    display: grid;
    place-content: center;
    width: 64px;
    height: 64px;
    cursor: pointer;
    transition: .8s cubic-bezier(.2, 1, .2, 1);
}
#instructor ._container .swiper-button-prev::before, #instructor ._container .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #0e2350;
}
#instructor ._container .swiper-button-prev::after, #instructor ._container .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid #ddd;
    border-width: 3px 3px 0 0;
}
#instructor ._container .swiper-button-prev::after {
    margin-left: 0.4rem;
    transform: rotate(-135deg);
}
#instructor ._container .swiper-button-next::after {
    margin-right: 0.4rem;
    transform: rotate(45deg);
}
#instructor ._container .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
}
#instructor ._container .swiper-wrapper {
    height: 450px;
}
#instructor ._container .card02 {
    overflow: hidden;
}
#instructor ._container .card02 .swiper {
    overflow: visible;
}
#instructor ._container .card02 .swiper-controller {
    display: flex;
    gap: 35px;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
}
#instructor ._container .card02 .swiper-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
    justify-content: flex-start;
    margin: 0 auto 0 0;
    text-align: center;
    width: min(100%, 35vw);
    height: 30px;
}
#instructor ._container .card02 .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    cursor: pointer;
    transition: .8s cubic-bezier(.2, 1, .2, 1);
    vertical-align: top;
    background-color: #ddd;
    border-radius: 2px;
}
#instructor ._container .card02 .swiper-pagination-bullet-active {
    width: 30px;
    background-color: #ea5512;
}
#instructor ._container .card02 .swiper-button-prev, #instructor ._container .card02 .swiper-button-next {
    position: relative;
    flex-shrink: 0;
    margin: 0;
}
#instructor ._container .card02 .swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
}
#instructor ._container .card02 .swiper-button-disabled::before {
    box-shadow: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #0e2350;
}
#instructor ._container .card02 .swiper-slide {
    width: max-content;
}
#instructor ._container .card02 .slide {
    overflow: hidden;
    width: 36px;
    border-radius: 4px;
    box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #0e2350;
}
#instructor ._container .card02 .slide-media {
    padding-top: 62.5%;
    height: 100%;
}
#instructor ._container .card02 .slide-media img {
    height: calc(100% + 16px);
    transform: translateY(-16px);
}
#instructor ._container .card02 .slide-content {
    padding: 3.2rem;
}
#instructor ._container .pc-tab {
    display: none !important;
}
#instructor ._container .card02 .slide {
    width: 24rem;
}
@media screen and (min-width: 768px) {
    #instructor ._container .sp {
        display: none !important;
    }
    #instructor ._container .l-inner {
        padding: 0 15rem;
    }
    #instructor ._container .swiper-wrapper {
        height: 650px;
    }
}
@media screen and (min-width: 1024px) {
    #instructor::before {
        border-width: 50px 0 0 100vw;
    }
    #instructor ._container swiper-slide ._text .heading02 {
        font-size: 2vw;
    }
    #instructor ._container swiper-slide img {
        height: 500px;
        object-position: top;
    }
    #instructor ._container .l-inner {
        position: relative;
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 10rem;
    }
    #instructor ._container .tab-sp {
        display: none !important;
    }
    #instructor ._container .swiper-button-prev::before, .swiper-button-next::before {
        transition: .8s cubic-bezier(.2, 1, .2, 1);
    }
    #instructor ._container .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
        transform: scale(1.2);
    }
    #instructor ._container .card02 .slide {
        transition: .8s cubic-bezier(.2, 1, .2, 1);
    }
    #instructor ._container .card02 .slide img {
        transition: .8s cubic-bezier(.2, 1, .2, 1);
    }
    #instructor ._container .card02 .slide:hover {
        transform: translateY(-16px);
        box-shadow: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
    }
    #instructor ._container .card02 .slide:hover img {
        transform: translateY(0);
    }
}
@media screen and (min-width: 1440px) {}
/* gallery */
#gallery {
    position: relative;
    color: #17326d;
}
#gallery::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 100vw;
    border-color: transparent transparent transparent #17326d;
}
#gallery ._container {
    padding: 4%;
}
#gallery ._container ._box {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
#gallery ._container ._box .img {
    width: calc((100% - 5px) / 2);
}
#gallery ._container ._box .img img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 1024px) {
    #gallery::before {
        border-width: 50px 0 0 100vw;
    }
    #gallery ._container ._box .img {
        width: calc((100% - 15px) / 4);
    }
}
@media screen and (min-width: 1440px) {}
/* loop */
@media screen and (min-width: 768px) {}
@media screen and (min-width: 1024px) {}
@media screen and (min-width: 1440px) {}
/* reserve */
#reserve {
    position: relative;
}
#reserve::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 100vw;
    border-color: transparent transparent transparent #eaeaea;
}
#reserve ._container {}
#reserve ._container .btns .reserve-btn {
    background: #ea5513;
    border-radius: 0 20px;
    padding: 4%;
    width: 80vw;
}
#reserve ._container .btns .reserve-btn .under_line {
    color: #fff;
    font-size: 15vw;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 500;
    line-height: 1;
}
#reserve ._container .btns .reserve-btn .sub_title {
    color: #17326d;
    display: block;
}
@media screen and (min-width: 768px) {
    #reserve ._container .btns .reserve-btn {
        width: 70vw;
    }
    #reserve ._container .btns .reserve-btn .under_line {
        font-size: 10vw;
    }
}
@media screen and (min-width: 1024px) {
    #reserve ._container .btns .reserve-btn {
        width: 50vw;
        text-align: center;
    }
    #reserve ._container .btns .reserve-btn .under_line {
        font-size: 6vw;
        text-align: center;
    }
}
@media screen and (min-width: 1440px) {}
