@charset "utf-8";

/*--------------------------------------------------*/
/* MainVisual
/*--------------------------------------------------*/
#MainVisual {
    padding: 0;
    max-width: none;
}

/*--------------------------------------------------*/
/* Miyazaki
/*--------------------------------------------------*/
.miyazaki {
    padding: 40px 0 !important;
}

.miyazaki .section-box {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    max-width: 835px;
    margin: 0 auto;
}

.miyazaki .section-box .text {
    width: 535px;
    /*
    margin: 0 -275px 0 0;
    padding: 0 300px 0 0;*/
    font-size: 3rem;
    line-height: 2;
    /*font-weight: 600;*/
}

.miyazaki .section-box .image {
    width: 100%;
    margin: 0 0 0 -535px;
    padding: 0 0 0 560px;
}

/*--------------------------------------------------*/
/* Beginner
/*--------------------------------------------------*/
.beginner {
    padding: 40px 0 !important;
    background: #EFE8D7;
}

.beginner .section-box .flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.beginner .section-box .detail {
    width: 100%;
    margin: 0 0 0 -320px;
    padding: 0 0 0 400px;
    font-size: 2.5rem;
    font-weight: 600;
}

.beginner .section-box .detail h2 {
    margin: 0 0 25px;
}

.beginner .section-box .detail h2 img {
    width: 350px;
}

.beginner .section-box .btnBox {
    padding: 0;
    text-align: right;
}

.beginner .section-box .btnBox a {
    display: inline-block;
}

.beginner .section-box .image {
    width: 320px;
}

/*--------------------------------------------------*/
/* Send
/*--------------------------------------------------*/
.send .detail {
    margin: 0 0 80px;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 2px;
    background-image: url(https://www.taiyo-nouen.com/_shop/html/user_data/assets/img/top/send/img_04.png);
    background-repeat: no-repeat;
    background-size: auto 91px;
    background-position: bottom right 40px;
}

/*--------------------------------------------------*/
/* Item
/*--------------------------------------------------*/
.item {
    background: #EFE8D7;
}

.item .section-head {
    text-align: center;
    margin: 0 0 80px;
}

.item .section-head h2 {
    margin: 0;
}

.item .section-head h2 svg {
    height: 50px;
    width: auto;
}

.item .section-head h2 span {
    display: block;
    padding: 20px 0 0;
    font-size: 2rem;
}

.item .section-body .section-box {}

.item .section-body .listBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.item .section-body .listBox .box {
    width: 30%;
    margin: 0 5% 5% 0;
}

.item .section-body .listBox .box a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    height: 100%;
}

.item .section-body .listBox .box:nth-child(3n) {
    margin: 0 0 5%;
}

.item .section-body .listBox .box:nth-child(n+7) {
    margin: 0 5% 0 0;
}

.item .section-body .listBox .box:last-child {
    margin: 0;
}

.item .section-body .listBox .box .itmBox {
    overflow: hidden;
    width: 100%;
}

.item .section-body .listBox .box .image {
    margin: 0 0 25px;
    padding-bottom: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #FFFFFF;
}

.item .section-body .listBox .box .image img {
    top: 0;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.item .section-body .listBox .box a:hover .image img {
    transform: scale(1.125, 1.125);
    transition: 0.5s all;
    opacity: 0.8;
}

.item .section-body .listBox .box .detail dl {
    margin: 0 0 30px;
}

.item .section-body .listBox .box .detail dl dt {
    font-size: 2rem;
    margin: 0 0 15px;
}

.item .section-body .listBox .box .detail dl dd {
    font-size: 1.5rem;
}

.item .section-body .listBox .box .btnBox {
    text-align: right;
}



/*--------------------------------------------------*/
/* Hozuki
/*--------------------------------------------------*/

.hozuki .section-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.hozuki .section-box .detail {
    width: 100%;
    margin: 0 0 0 -400px;
    padding: 0 0 0 480px;
    font-size: 2.5rem;
    font-weight: 600;
}

.hozuki .section-box .detail h2 {
    margin: 0 0 25px;
}

.hozuki .section-box .detail h2 img {
    width: 350px;
}

.hozuki .section-box .detail .btnBox {
    padding: 40px 0 0;
    text-align: right;
}

.hozuki .section-box .detail .btnBox a {
    display: inline-block;
}

.hozuki .section-box .image {
    width: 400px;
}

/*--------------------------------------------------*/
/* Info
/*--------------------------------------------------*/
.info {
    padding: 0 0 100px !important;
}


/*--------------------------------------------------*/
/* News
/*--------------------------------------------------*/
.news .section-head h2 {
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 20px;
}

.news .newsList {
    background: #FFFFFF;
}

.news .newsList .listBox {
    cursor: pointer;
    position: relative;
    padding: 25px 40px;
}

.news .newsList .listBox:after {
    content: '';
    position: absolute;
    right: 17.5px;
    top: 50%;
    margin-top: -7.07px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #353535;
    border-right: 1px solid #353535;
    transform: rotate(45deg);
    transition: 0.25s all;
}

.news .newsList .listBox.is_active:after {
    transform: rotate(135deg);
}

.news .newsList .listBox dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
}


.news .newsList .listBox dl dd {
    width: 90px;
}

.news .newsList .listBox dl dt {
    width: 100%;
    margin: 0 0 0 -90px;
    padding: 0 0 0 115px;
    font-weight: 500;
}

.news .newsList .listBox .newsDescription {
    display: none;
    overflow: hidden;
    font-size: 1.4rem;
    padding: 25px 0 0;
}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1590px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {

    /*--------------------------------------------------*/
    /* Miyazaki
/*--------------------------------------------------*/
    .miyazaki {
        padding: 30px 0 !important;
    }

    .miyazaki .section-box {
        justify-content: center;
    }


    /*--------------------------------------------------*/
    /* Beginner
/*--------------------------------------------------*/
    .beginner {
        padding: 30px 0 !important;
    }

    .beginner .section-box .detail {
        margin: 0 0 0 -31.12033195020747%;
        /*400px*/
        padding: 0 0 0 39.41908713692946%;
        /*460px*/
        font-size: 2.25rem;
    }

    .beginner .section-box .detail h2 img {
        width: 59.93150684931506%;
    }

    .beginner .section-box .image {
        width: 31.12033195020747%;
        /*400px*/
    }


    /*--------------------------------------------------*/
    /* Send
/*--------------------------------------------------*/
    .send .detail {
        margin: 0 0 60px;
        font-size: 2.75rem;
    }

    /*--------------------------------------------------*/
    /* Item
/*--------------------------------------------------*/
    .item .section-head {
        margin: 0 0 60px;
    }

    .item .section-head h2 svg {
        height: 50px;
    }

    .item .section-head h2 span {
        font-size: 1.8rem;
    }

    .item .section-body .listBox .box .detail dl dt {
        font-size: 1.8rem;
    }

    .item .section-body .listBox .box .detail dl dd {
        font-size: 1.45rem;
    }

    /*--------------------------------------------------*/
    /* Hozuki
/*--------------------------------------------------*/
    .hozuki .section-box .detail {
        margin: 0 0 0 -41.49377593360996%;
        /*400px*/
        padding: 0 0 0 47.71784232365145%;
        /*460px*/
        font-size: 2.25rem;
    }

    .hozuki .section-box .detail .btnBox {
        padding: 30px 0 0;
    }

    .hozuki .section-box .image {
        width: 41.49377593360996%;
    }

    /*--------------------------------------------------*/
    /* News
/*--------------------------------------------------*/
    .news .section-head h2 {
        font-size: 1.8rem;
        margin: 0 0 20px;
    }

    .news .newsList .listBox {
        padding: 25px 30px;
    }


    .news .newsList .listBox dl dd {
        width: 90px;
    }

    .news .newsList .listBox dl dt {
        margin: 0 0 0 -90px;
        padding: 0 0 0 115px;
    }

    /*--------------------------------------------------*/
    /* Info
    /*--------------------------------------------------*/
    .info {
        padding: 0 0 80px !important;
    }

}

@media screen and (max-width: 1136px) {

    /*--------------------------------------------------*/
    /* Miyazaki
/*--------------------------------------------------*/
    .miyazaki .section-box .text {
        width: 64.07185628742515%;
        /*
    margin: 0 -275px 0 0;
    padding: 0 300px 0 0;*/
        font-size: 2.75vw;
        line-height: 2;
        /*font-weight: 600;*/
    }

    .miyazaki .section-box .image {
        width: 100%;
        margin: 0 0 0 -64.07185628742515%;
        padding: 0 0 0 67.06586826347305%;
    }

    /*--------------------------------------------------*/
    /* Item
/*--------------------------------------------------*/
    .item .section-head h2 svg {
        height: 40px;
    }

    .item .section-head h2 span {
        font-size: 1.7rem;
    }

    .item .section-body .listBox .box .detail dl dt {
        font-size: 1.7rem;
    }

    .item .section-body .listBox .box .detail dl dd {
        font-size: 1.4rem;
    }

    .item .section-body .listBox .box .btnBox {
        letter-spacing: 0;
    }
}

@media screen and (max-width: 1024px) {

    /*--------------------------------------------------*/
    /* Miyazaki
/*--------------------------------------------------*/
    .miyazaki .section-box {
        max-width: 750px;
    }

    .miyazaki .section-box .text {
        font-size: 3rem;
    }

    /*--------------------------------------------------*/
    /* Send
/*--------------------------------------------------*/
    .send .detail {
        background-size: contain;
        margin: 0 0 50px;
        font-size: 2.5rem;
    }

    /*--------------------------------------------------*/
    /* Item
/*--------------------------------------------------*/
    .item .section-head {
        margin: 0 0 50px;
    }

    .item .section-head h2 svg {
        height: 50px;
    }

    .item .section-head h2 span {
        font-size: 1.8rem;
    }

    .item .section-body .listBox .box .detail dl dt {
        font-size: 1.8rem;
    }

    .item .section-body .listBox .box .detail dl dd {
        font-size: 1.45rem;
    }

    .item .section-body .listBox .box .btnBox {
        letter-spacing: 1px;
    }

    /*--------------------------------------------------*/
    /* Info
    /*--------------------------------------------------*/
    .info {
        padding: 0 0 60px !important;
    }
}

@media screen and (max-width: 960px) {}

@media screen and (max-width: 835px) {

    /*--------------------------------------------------*/
    /* Miyazaki
/*--------------------------------------------------*/
    .miyazaki {
        padding: 25px 0 !important;
    }

    .miyazaki .section-box .text {
        font-size: 3.75vw;
    }

    /*--------------------------------------------------*/
    /* Beginner
/*--------------------------------------------------*/
    .beginner {
        padding: 25px 0 !important;
    }

    .beginner .section-box .detail {
        font-size: 2rem;
    }

    /*--------------------------------------------------*/
    /* Send
/*--------------------------------------------------*/
    .send .detail {
        margin: 0 0 50px;
        font-size: 2.25rem;
    }

    /*--------------------------------------------------*/
    /* Item
/*--------------------------------------------------*/
    .item .section-head {
        margin: 0 0 40px;
    }

    .item .section-head h2 svg {
        height: 40px;
    }

    .item .section-head h2 span {
        font-size: 1.7rem;
    }

    .item .section-body .listBox .box .detail dl dt {
        font-size: 1.7rem;
    }

    .item .section-body .listBox .box .detail dl dd {
        font-size: 1.4rem;
    }

    .item .section-body .listBox .box .btnBox {
        letter-spacing: 0;
    }

    /*--------------------------------------------------*/
    /* Hozuki
/*--------------------------------------------------*/
    .hozuki .section-box .detail {
        margin: 0 0 0 -41.29032258064516%;
        /*320px*/
        padding: 0 0 0 47.74193548387097%;
        /*350px*/
        font-size: 2rem;
    }

    .hozuki .section-box .detail .btnBox {
        padding: 25px 0 0;
    }

    .hozuki .section-box .image {
        width: 41.29032258064516%;
    }

    /*--------------------------------------------------*/
    /* Info
    /*--------------------------------------------------*/
    .info {
        padding: 0 0 50px !important;
    }
}

@media screen and (max-width: 750px) {

    /*--------------------------------------------------*/
    /* Miyazaki
/*--------------------------------------------------*/


    /*--------------------------------------------------*/
    /* Send
/*--------------------------------------------------*/
    .send .detail {
        font-size: 2rem;
        margin: 0 0 40px;
    }

    /*--------------------------------------------------*/
    /* Item
/*--------------------------------------------------*/
    .item .section-head {
        margin: 0 0 30px;
    }

    .item .section-head h2 svg {
        height: 30px;
    }

    .item .section-head h2 span {
        font-size: 1.65rem;
    }

    .item .section-body .listBox .box .image {
        margin: 0 0 20px;
    }

    .item .section-body .listBox .box .detail dl {
        margin: 0 0 25px;
    }

    .item .section-body .listBox .box .detail dl dt {
        font-size: 1.65rem;
    }

    .item .section-body .listBox .box .detail dl dd {
        font-size: 1.35rem;
        letter-spacing: 0;
    }


    /*--------------------------------------------------*/
    /* Hozuki
/*--------------------------------------------------*/
    .hozuki .section-box .detail {
        margin: 0 0 0 -40%;
        /*280px*/
        padding: 0 0 0 45.714285714285715%;
        /*320px*/
        font-size: 2rem;
    }

    .hozuki .section-box .detail .btnBox {
        padding: 25px 0 0;
    }

    .hozuki .section-box .image {
        width: 40%;
    }


    /*--------------------------------------------------*/
    /* News
    /*--------------------------------------------------*/
    .news .section-head h2 {
        font-size: 2rem;
        font-weight: 600;
    }


}

@media screen and (max-width: 640px) {


    /*--------------------------------------------------*/
    /* Beginner
/*--------------------------------------------------*/
    .beginner .section-box .flex {
        flex-direction: column-reverse;
    }

    .beginner .section-box .image {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .beginner .section-box .image img {
        width: 50%;
    }

    .beginner .section-box .detail {
        text-align: center;
        margin: 0 0 25px;
        padding: 0;
        font-size: 2rem;
    }

    .beginner .section-box .detail h2 img {
        max-width: 300px;
        margin: 0 auto;
    }

    .beginner .section-box .btnBox {
        text-align: center;
        padding: 25px 0 0;
    }

    /*--------------------------------------------------*/
    /* Send
/*--------------------------------------------------*/
    .send .detail {
        font-size: 1.8rem;
        margin: 0 0 30px;
    }

    /*--------------------------------------------------*/
    /* Item
/*--------------------------------------------------*/

    .item .section-body .listBox .box {
        width: 47.5%;
        margin: 0 5% 5% 0;
    }

    .item .section-body .listBox .box:nth-child(3n) {
        margin: 0 5% 5% 0;
    }

    .item .section-body .listBox .box:nth-child(n+7) {
        margin: 0 5% 5% 0;
    }

    .item .section-body .listBox .box:nth-child(2n) {
        margin: 0 0 5% 0;
    }

    /*--------------------------------------------------*/
    /* Hozuki
/*--------------------------------------------------*/
    .hozuki .section-box {
        flex-direction: column;
    }

    .hozuki .section-box .image {
        width: 100%;
        text-align: center;
        margin: 0 0 25px;
    }

    .hozuki .section-box .image img {
        width: 60%;
    }

    .hozuki .section-box .detail {
        text-align: center;
        margin: 0;
        padding: 0;
        font-size: 2rem;
    }

    .hozuki .section-box .detail .btnBox {
        text-align: center;
    }

    /*--------------------------------------------------*/
    /* News
    /*--------------------------------------------------*/
    .news .section-head h2 {
        font-size: 1.8rem;
        font-weight: 600;
    }

    .news .newsList .listBox dl {
        flex-direction: column;
    }

    .news .newsList .listBox dl dd {
        width: 100%;
        font-size: 1.4rem;
        margin: 0 0 5px;
    }

    .news .newsList .listBox dl dt {
        margin: 0;
        padding: 0;
    }

    .news .newsList .listBox .newsDescription {
        padding: 25px 0 0;
    }

}

@media screen and (max-width: 480px) {

    /*--------------------------------------------------*/
    /* Miyazaki
/*--------------------------------------------------*/
    .miyazaki .section-box {
        flex-direction: column-reverse;
    }

    .miyazaki .section-box .image {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .miyazaki .section-box .image img {
        max-width: 40%;
    }

    .miyazaki .section-box .text {
        text-align: center;
        margin: 0 0 25px;
        padding: 0;
        font-size: 1.8rem;
        width: 100%;
    }

    /*--------------------------------------------------*/
    /* Beginner
/*--------------------------------------------------*/
    .beginner .section-box .image img {
        width: 60%;
    }

    /*--------------------------------------------------*/
    /* Send
/*--------------------------------------------------*/
    .send .detail {
        background-size: auto 75%;
        background-position: center right;
    }

    /*--------------------------------------------------*/
    /* Item
/*--------------------------------------------------*/
    .item .inner {
        padding: 0;
    }

    .item .section-body .listBox .box {
        width: 100%;
        margin: 0;
    }

    .item .section-body .listBox .box:nth-child(3n),
    .item .section-body .listBox .box:nth-child(n+7),
    .item .section-body .listBox .box:nth-child(2n) {
        margin: 0;
    }

    .item .section-body .listBox .box a {
        display: flex;
        padding: 20px 25px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .item .section-body .listBox .box a:hover {
        background: rgba(255, 255, 255, 0.33);
    }

    .item .section-body .listBox .box .itmBox {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 0 15px;
    }

    .item .section-body .listBox .box .image {
        margin: 0;
        width: 115px;
        padding-bottom: 115px;
        z-index: 1;
    }

    .item .section-body .listBox .box .detail {
        margin: 0 0 0 -115px;
        padding: 0 0 0 140px;
        width: 100%;
    }

    .item .section-body .listBox .box .detail dl {
        margin: 0 0 15px;
    }

    .item .section-body .listBox .box .detail dl dt {
        font-size: 1.6rem;
    }

    .item .section-body .listBox .box .detail dl dd {
        font-size: 1.3rem;
    }

    .item .section-body .listBox .box .btnBox {
        letter-spacing: 0;
        width: 100%;
        text-align: right;
    }

    /*--------------------------------------------------*/
    /* Hozuki
/*--------------------------------------------------*/
    .hozuki .section-box .image img {
        width: 75%;
    }

    /*--------------------------------------------------*/
    /* News
    /*--------------------------------------------------*/

    .news .newsList .listBox {
        padding: 25px 30px 25px 20px;
    }


    .news .newsList .listBox dl dd {
        font-size: 1.3rem;
    }

    .news .newsList .listBox .newsDescription {
        padding: 20px 0 0;
    }
}

@media screen and (max-width: 350px) {}