@charset "UTF-8";


/*---kv---*/
.article #contents.color-grn {
    background-image: url(../img/item/grn/sabo-bg-ptn_repeat.png);
    background-size: auto;
    background-position: left top;
    background-repeat: repeat;
    width: auto;
    position: relative;
}
.article #contents .title-item-text {
    background-color: var(--tb-green);
    color: #000;
    padding-top: 80px;
}
.title-item-image {
    width: 100%;
    position: relative;
}
.title-item-image-kv {
    width: 84%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 16px;
    position: relative;
    z-index: 1;
}
.title-item-image-kv img {
    border-radius: 16px;
}
.title-item-image-bg {
    display: flex;
    height: 50%;
    width: 100%;
    position: absolute;
    z-index: 0;
    align-content: flex-end;
    align-items: flex-end;
    overflow: hidden;
    padding: 0;
}
.title-item-image-bg img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.container-item .title-item {
    margin: 0 auto;
    width: fit-content;
}
.container-item .title-item.title-jp {
    max-width: 80%;
    font-size: 5rem;
    display: block;
    margin: 0 auto;
    line-height: 100%;
    padding-bottom: 42.3px;
    letter-spacing: -0.07em;
    text-align: center;
}
.container-item .title-item.title-jp.newlogo::after {
    width: 80px;
    height: 80px;
    right: -80px;
    top: -30px;
}


@media screen and (max-width: 768px) {
    .title-item-image-kv {
        aspect-ratio: 1/1;
        overflow: hidden;
    }

    .title-item-image-kv img {
        height: 100%;

        object-fit: cover;
    }
}


.container-item .lead-text {
    margin: 20px auto;
    width: 800px;
    max-width: 100%;
    font-size: 1.2em;
    line-height: 225%;
    text-align: center;
}
.container-item .contents-wrap {
    width: 80%;
    margin: 0 auto 10%;
}
.container-item .heading-main {
    width: fit-content;
    margin: 20px 0;
}
.container-item .heading-main-item {
    padding: 0.1em 0.2em;
    border-radius: 0.5em;
    width: fit-content;
    max-width: 100%;
    font-size: 1.5rem;
    line-height:1.6;
    color: #fff;
    text-align: left;
    margin: 10px 0;
    border: 10px solid #fff;
    border-image-source: url(../img/item/grn/title-bg@2x.png);
    border-image-slice: 18 fill;
    border-image-repeat: repeat;
}
.container-item .heading-sub {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 10px;
    border-left: solid 4px var(--tb-green);
    margin: 40px auto;
    text-align: left;
}
.container-item .text-body {
    font-size: 1.2rem;
    line-height: 250%;
}
.container-item .shoplink {
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto;
    justify-content: center;
}
.container-item .shoplink .wp-block-button {
    margin: 10px 20px;
}

.container-item .singlelink {
    margin: 80px 0;
}

.container-item .singlelink .wp-block-text p {
    text-align: center;
    padding: 16px 0 0;
    font-weight: 600;
    line-height: 1.75;
}

#contents .textlink-list-item a {
    color: var(--tb-red);
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    line-height: 1.4;
}

#contents .textlink-list-item a span {
    padding-right: 4px;
}

#contents .textlink-list-item a img {
    width: 1.7em;
    aspect-ratio: 1/1;
}

.container-item .textlink-list-item {
    border-bottom: 1px solid var(--tb-red);
    padding: 20px 0;
}

@media screen and (max-width: 768px) {
    #contents .textlink-list-item a img {
        width: 2em;
    }
}

.container-item .frame {
    border: 46px solid #fff;
    border-image-source: url(../img/item/grn/box-outline.svg);
    border-image-slice: 35;
    border-image-repeat: repeat;
}
.container-item .frame .heading-sub {
    margin: 0 auto 26px;
}
#contents.container-item .frame .text-body {
    margin-bottom: 0;
    font-size: 0.93rem;
}
#contents p.text-deco {
    display: inline-block;
    position: relative;
    padding-bottom: 0.2em;
}
#contents p.text-deco::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.05em;
    height: 0.48em;
    background-repeat: repeat-x;
    background-position: left center;
    background-size: auto 100%;
    pointer-events: none;
    background-image: url(../img/item/red/deco_line.svg);
}
/* text-deco-patterns */
#contents p.decorepeat::after {
    background-image: url(../img/item/red/deco_line_repeat.svg);
}

#contents p.decotrim::after {
    background-image: url(../img/item/red/deco_line_trim.svg);
}
#contents p.text-deco-bk {
    display: inline;
    background-image: url(../img/item/red/deco_line_repeat.svg);
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-size: auto 7px;
    padding-bottom: 6px;
}

/* dotline */
@media screen and (max-width: 768px) {
    .dotline {
        overflow: hidden;
        width: 92%;
        margin: 0 auto;
        display: block;
    }
    .dotline img {
        width: auto;
        display: block;
        max-width: 750px;
    }
}

/* list */
#contents .wp-block-list li {
    line-height: 1.7;
    margin: 1em 0 1em 1.5em;
    text-indent: -1.5em;
}
#contents .wp-block-list li:before {
    content: '';
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 0.5em;
    background-image: url(../img/item/grn/dot-list.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.wp-block-button a.btn {
    width: 100%;
    margin: 0 auto;
}

.wp-block-button a.btn.btn-blank {
    position: relative;
    display: flex;
}

.wp-block-button a.btn.btn-blank .btn-label {
    z-index: 2;
    position: absolute;
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 24px;
    color: #fff;
    padding-left: 1em;
    letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
    .wp-block-button a.btn.btn-blank .btn-label {
        font-size: 20px;
    }
}

.table-line {
    border-top: 1px solid;
}
.tablelist-wrap {
    max-width: 1300px;
    width: 95%;
    margin: 50px auto;
}
.tablelist-item {
    display: flex;
    padding: 40px 0;
}
.tablelist-item-ttl {
    width: 180px;
    letter-spacing: 0em;
    padding: 20px 0px 20px 20px;
    font-weight: 600;
    line-height: 2;
}
.tablelist-item-txt {
    flex: 1;
    letter-spacing: 0.02em;
    line-height: 2;
    padding: 20px 0px 22px 40px;
}
.image-wrap {
    position: relative;
    display: block;
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
}
.image-wrap::before {
    content: "";
    position: absolute;
    top: 3%;
    left: -65px;
    width: 80px;
    height: 40px;
    transform: translateY(-50%);
    pointer-events: none;
    background: url(../img/item/frameA_left.svg) no-repeat center / contain;
    background-repeat: no-repeat;
}
.image-wrap::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 40px;
    transform: translateY(-50%);
    pointer-events: none;
    background: url(../img/item/frameA_right.svg) no-repeat center / contain;
    bottom: 15%;
    right: -72px;
}
.image-columns-wrap {
    display: inline-flex;
}
.image-columns-item {
    margin: 0 auto;
    position: relative;
    display: inline-block;
    margin: 0 3%;
}
.image-columns-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -65px;
    width: 80px;
    height: 40px;
    transform: translateY(-50%);
    pointer-events: none;
    background: url(../img/item/frameB_left.svg) no-repeat center / contain;
    background-repeat: no-repeat;
}
.image-columns-item::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 40px;
    transform: translateY(-50%);
    pointer-events: none;
    background: url(../img/item/frameB_right.svg) no-repeat center / contain;
    bottom: 20%;
    right: -72px;
}
.image-columns-item.frameC::before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: 80px;
    height: 40px;
    transform: translateY(-50%);
    pointer-events: none;
    background: url(../img/item/frameC_left.svg) no-repeat center / contain;
    background-repeat: no-repeat;
}
.image-columns-item.frameC::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 40px;
    transform: translateY(-50%);
    pointer-events: none;
    background: url(../img/item/frameC_right.svg) no-repeat center / contain;
    bottom: 15%;
    right: -40px;
}
.image-caption {
    width: 95%;
    margin: 0 auto;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
}


/* tb image layout 2 */

.tb-image {
    margin: 64px auto;
}

.tb-image figure {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
}

.tb-image figure .tb-image-main {
    max-width: 800px;
    width: auto;
    position: relative;
}

.tb-image figure>* {
    position: relative;
    display: flex;
}

.tb-image figure .tb-image-main .tb-image-frame {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
}

.tb-image figure .tb-image-left {align-items: flex-start;}
.tb-image figure .tb-image-right {align-items: flex-end;}

.tb-image figure .tb-image-right img {
    margin-left: -8px;
    margin-right: 8px;
    margin-bottom: 18px;
    z-index: 2;
}

.tb-image figure .tb-image-left img {
    margin-left: 8px;
    margin-right: -8px;
    z-index: 2;
}

.tb-image.tb-image-col2 {
    display: flex;
    max-width: 820px;
    width: 80%;
}

.tb-image .tb-image-port figure {flex-direction: column;align-items: center;margin-bottom: -16px;}

.tb-image .tb-image-port figure .tb-image-left img {
    margin-left: 0;
}

.tb-image .tb-image-port figure .tb-image-main {
    width: 94%;
}

.tb-image .tb-image-port figure .tb-image-left {
    margin: 0 auto -10px -24px;
}

.tb-image .tb-image-port figure .tb-image-right {
    margin: -20px -6px 0 auto;
}
.tb-image .tb-image-port:nth-child(even) figure .tb-image-left img {
    /* left:0; */
    margin-left: 20px;
    margin-bottom: -8px;
}
.tb-image .tb-image-port:nth-child(even) figure .tb-image-right img {
    margin: -8px -2px 0 auto;
}
.tb-image .tb-image-caption {
    max-width: 760px;
    width: 95%;
    margin: 0 auto;
    font-weight: 700;
    font-size: 12px;
    margin-top: 26px;
}
.tb-image .tb-image-port:nth-child(odd) .tb-image-caption{
    margin-top: 0;
    width: 90%;
}
.tb-image .tb-image-port:nth-child(even) .tb-image-caption{
    padding-top: 10px;
    width: 90%;
}
.tb-image figure .tb-image-main a {
    position: relative;
}
.tb-movie figure .tb-image-main a::after {
    content: '';
    width: 110px;
    height: 110px;
    display: block;
    background-image: url(../img/item/movie_icon.svg);
    z-index: 2;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.tb-movie .tb-image-caption {
    margin-top: 16px;
}

@media screen and (max-width: 768px) {
    .tb-image {overflow: hidden;margin: 30px 0;}
    .tb-image figure .tb-image-main {
        width: 88%;
    }

    .tb-image figure .tb-image-side {
        width: 6%;
    }
    .tb-image figure .tb-image-side img{
        transform: scale(1.2);
        margin-left:0;
        margin-right:0;
    }

    .tb-image.tb-image-col2 {
        width: 100%;
        flex-wrap: wrap;
    }

    .tb-image .tb-image-port figure .tb-image-left {
        margin: 0;
    }

    .tb-image .tb-image-port figure {
        flex-direction: row;
        align-items: stretch;
    }

    .tb-image .tb-image-port figure .tb-image-right {
        margin: 0;
    }

    .tb-image .tb-image-port figure .tb-image-side img {
        transform: scale(1.6);
    }

    .tb-image .tb-image-port figure .tb-image-main {
        width: 88%;
    }

    .tb-image .tb-image-port:nth-child(odd) .tb-image-caption,.tb-image .tb-image-port:nth-child(even) .tb-image-caption {
        width: 86%;
        padding-top: 0;
        margin-top: 26px;
    }

    .tb-image .tb-image-caption {
        width: 86%;
        margin-top: 12px;
    }

    .tb-image .tb-image-port:nth-child(even) figure .tb-image-side img {
        margin-left: 4px;
        transform: scale(1.2);
    }

    .tb-image .tb-image-port:nth-child(even) figure .tb-image-right img {
        margin-left: -4px;
        transform: scale(1.4);
    }
    .tb-movie figure .tb-image-main a::after {
        width: 14vw;
        height: 14vw;
    }
    .tb-movie .tb-image-caption {
        margin-top: 2px;
    }
}


/*--関連ページ--*/
.relateditems-item a.btn.btn-onlineshop {
    margin: 20px 0 0;
    width: 73%;
}
.columns-item a.btn.viewmore-btn {
    max-width: 230px;
}
.re-pages-ttl {
    text-align: center;
    font-size: 92px;
    line-height: 1;
    color: #000000;
}
.re-pages-subttl {
    text-align: center;
    color: #000000;
    margin-bottom: 2%;
}
.container-item .columns-wrap {
    margin-top: 460px;
}
.columns-item-wrap {
    display: flex;
}
.columns-item {
    width: 50%;
    color: #000000;
    padding: 30px 50px;
    text-align: center;
}
.columns-item-date {
    font-size: 1rem;
    margin-top: 15px;
}
.columns-item-img {
    box-shadow: 4px 4px 3px 2px #0000004F;
    border-radius: 3px;
    width: 330px;
    max-width: 90%;
    margin: 0 auto;
}
.columns-item-ttl {
    font-size: 1.5rem;
    line-height: 1.2;
}
.columns-item.color-grn,.relateditems-item-img.color-grn {
    background-color: var(--tb-green);
}
.columns-item.color-orange,.relateditems-item-img.color-orange {
    background-color: var(--tb-orange);
}
.columns-item.color-blue,.relateditems-item-img.color-blue {
    background-color: var(--tb-blue);
}
.relateditems-wrap {
    margin: 100px auto;
}
.relateditems-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
}
.relateditems-item-wrap {
    width: 80%;
    margin: 20px auto;
    max-width: 975px;
}
.relateditems-item-img {
/*    border: 1px solid;*/
    margin-right: 3%;
    width: 500px;
    height: 300px;
    border-radius: 9px;
    text-align: center;
    max-width: 100%;
    max-height: 100%;
}
.relateditems-item-img img {
    height: 300px;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.relateditems-item-txt {
    color: #000;
    line-height: 2.5;
    flex: 1;
}
.relateditems-item-cat {
    font-size: 0.8rem;
}
.relateditems-item-name {
    font-size: 1.5rem;
    line-height: 120%;
}

/* related new logo */
.columns-item .columnlist-item-img {
    display: inline-block;
    width: 340px;
    margin: 0 auto;
}

.columns-item .newlogo::after {
    width: 135px;
    height: 135px;
    right: -66px;
    background-image:url(../img/item/item-new-icon.svg);
}



/* faq */
.faq-wrap {
    margin: 150px auto 100px;
}
.faq-inner {
    margin: 50px auto;
}
.faq-qa {
    width: 85%;
    max-width: 1224px;
    margin: 30px auto 0;
    border-radius: 15px;
    padding: 20px 40px;
    max-width: 90%;
    border: 1px solid #D6D6D6;
    background-color: #D6D6D6;
    color: #000;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.75;
}
.faq-qa dt {
    display: flex;
    align-items: center;
    padding: 15px 0;
    cursor: pointer;
    justify-content: space-between;
}
.faq-qa .faq-q-item-txt {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.faq-qa dt,.faq-qa dd span {
    font-size: 24px;
    font-weight: 505;
}
#contents .faq-qa dt p, #contents .faq-qa dt span {
    margin-bottom: 0;
    line-height: 1.65;
}
.faq-qa dd {
    align-items: flex-start;
    padding: 0;
    margin: 0;
    display: flex;
}
.faq-qa dt span,.faq-qa dd span {
    margin-right: 1em;
}
.faq-qa dd p {
    padding-top: 18px;
}
.faq-qa dd span {
    padding-top: 15px;
}

/* toggle animation setting */

.faq-qa .faq-q-item-btn {
    position: relative;
}

.faq-qa .faq-q-btn-open {
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg);
}
.faq-qa .faq-q-btn-close {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(0deg);
}
.faq-qa .faq-q-item-btn img {
    transition: all .5s;
    transition-delay: .3s;
}

.faq-qa.-open .faq-q-btn-open {
    opacity: 0;
    visibility: hidden;
    transform: rotate(180deg);
}
.faq-qa.-open .faq-q-btn-close {
    opacity: 1;
    visibility: visible;
    transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
    .faq-qa {
        width: 94%;
        padding: 10px 15px 10px 20px;
        font-size: 16px;
    }

    .faq-qa dt, .faq-qa dd span {
        font-size: 18px;
    }

    .faq-qa dt span, .faq-qa dd span {
        margin-right: 0.5em;
    }

    .faq-qa .faq-q-item-btn {
        flex: 1;
    }

    .faq-qa .faq-q-item-txt {
        flex: 9;
        padding-right: 1em;
    }

    .faq-qa dt {
        align-items: flex-start;
    }

    .faq-qa dd {
        padding-right: calc(1em + 10%);
    }

    .faq-qa dd span,.faq-qa dd p {
        padding-top: 2px;
    }
}


.products-top {
    margin-bottom: 150px;
}

.article #contents .pagetop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: block;
    width: 120px;
    height: 120px;
    z-index: 990;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}
.article.-showFixBtn #contents .pagetop {
    opacity: 1;
    visibility: visible;
}
.article #contents .pagetop-wrap {
    position: absolute;
    top: 0;
    right:0;
    transition: none;
}
.article #contents .circle-wrap .circle {
    animation: etator 10s linear infinite;
}
.article #contents .circle-wrap .saboillust{
    width:50%;
    height:50%;
}
@media screen and (max-width: 768px) {
    .article #contents .pagetop {
        width: 21vw;
        height: 21vw;
        right: 16px;
        bottom: 20px;
    }
}
/* colors */
.article #contents.color-red {
    background-image: url(../img/item/red/sabo-bg-ptn_repeat.png);
}
.article #contents.color-red .title-item-text {
    background-color: var(--tb-red);
}
#contents.color-red p.text-deco::after {
    background-image: url(../img/item/red/deco_line.svg);
}
#contents.color-red .wp-block-list li:before {
    background-image: url(../img/item/red/dot-list.svg);
}
.container-item.color-red .heading-main-item {
    border-image-source: url(../img/item/red/title-bg@2x.png);
    color: #fff;
}
.container-item.color-red  .frame {
    border-image-source: url(../img/item/red/box-outline.svg);
}
.container-item.color-red  .heading-sub {
    border-left: solid 4px var(--tb-red);
}

.color-grn .ex-link::after {
    background-image: url(../img/item/red/icon_exlink.svg);
}
.color-red .ex-link::after {
    background-image: url(../img/item/grn/icon_exlink.svg);
}



#contents.color-red  p.text-deco::after {
    background-image: url(../img/item/grn/deco_line.svg);
}
/* text-deco-patterns */
#contents.color-red  p.decorepeat::after {
    background-image: url(../img/item/grn/deco_line_repeat.svg);
}

#contents.color-red  p.decotrim::after {
    background-image: url(../img/item/grn/deco_line_trim.svg);
}
#contents.color-red  p.text-deco-bk {
    background-image: url(../img/item/grn/deco_line_repeat.svg);
}

.tb-movie.color-red figure .tb-image-main a::after {
    background-image: url(../img/item/red/movie_icon.svg);
}


/* column topics */
.column.article #contents .title-item-text {padding-top: 200px;}
.column .container-item .title-item {
    max-width: 1200px;
}
.column .container-item .title-item.title-main {
    font-size: 2.625rem;
    line-height: 150%;
    text-align: left;
    width: auto;
    letter-spacing: 1px;
}
.column .container-item .title-item.title-sub {
    font-size: 1.17rem;
    letter-spacing: 1.67px;
    line-height: 100%;
    text-align: center;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.column .container-item .title-item.title-sub>* {
    margin: 8px;
}

.column .container-item .title-item.title-sub .item-date {
    margin-right: 20px;
    letter-spacing: 1.33px;
    font-size: 1.56rem;
}

.column #contents.container-item .title-item.title-sub a {
    color: #000;
    text-decoration: none;
    border: 2px solid #000;
    border-radius: 20px;
    padding: 3.75px 26.25px;
}

.column .lead-wrap {
    display: flex;
    flex-wrap: nowrap;
    max-width: 960px;
    margin: 90px auto 100px;
}

.column .lead-wrap>* {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.column .lead-wrap .tb-lead-main .tb-lead-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index: 0;
}

.column .container-item.color-red .lead-text {
    z-index: 1;
    color: #000;
    position: relative;
    padding: 32px 55px;
    text-align: left;
    font-size: 1rem;
    line-height: 175%;
    letter-spacing: 1px;
}
.column #contents.container-item.color-red .text-note {
    color: var(--tb-red);
    line-height: 2;
    letter-spacing: 1px;
    font-size: 15px;
}
.column .lead-wrap .tb-lead-main {
    max-width: 800px;
    width: 100%;
}

.column .lead-wrap .tb-lead-left {
    align-items: flex-start;
}
.column .lead-wrap .tb-lead-right {
    align-items: flex-end;
}

.column .lead-wrap .tb-lead-left img {
    margin-left: 8px;
    margin-right: -8px;
    margin-top: -10px;
}
.column .lead-wrap .tb-lead-right img {
    margin-left: -34px;
    margin-right: 34px;
    margin-bottom:-20px;
}

/* lead information */

.column .lead-wrap .tb-lead-main .tb-lead-ttl {
    width: 100%;
    position: relative;
    color: #000;
    z-index: 2;
    font-size: 2.625rem;
    letter-spacing: 1.39px;
}

.column .lead-wrap .tb-lead-main .tb-lead-main-col2 {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    z-index: 2;
    width: 100%;
}

.tb-lead-main-col2 .col-item.col-text {
    width: 75%;
}

.tb-lead-main-col2  .col-item.col-img {
    width: 25%;
}

.column .lead-wrap.lead-information .tb-lead-main {
    padding: 40px;
}

.column .container-item.color-red  .lead-information .lead-text {
    padding: 0 40px 0 0;
    font-size: 14px;
    margin: 0 0 20px 0;
}

/* column navi btns */

.column .columnnav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1440px;
    width: 100%;
    padding: 0 64px;
    margin: 110px auto 270px;
}

.columnnav-button a.btn {
    width: auto;
    max-width: 424px;
    margin: 0;
}

.column .columnnav .columnnav-button {
    display: flex;
    align-content: center;
    align-items: center;
}

.tabo-breadcrumbs {
    border-top: 1px solid #000;
}

@media screen and (max-width: 768px) {
    .container-item .contents-wrap {
        width: 90%;
    }
    .container-item .title-item.title-jp {
        font-size: 2.5rem;
        max-width: 100%;
    }
    .container-item .title-item.title-jp.newlogo::after {
        width: 50px;
        height: 50px;
        right: -40px;
        top: -35px;
    }
    .container-item .lead-text {
        font-size: 1rem;
        max-width: 80%;
    }
    .wp-block-button a.btn {
        margin: 0 auto;
    }
    #contents .wp-block-list li {
        letter-spacing: 2px;
    }
    .container-item .frame {
        border: 20px solid #fff;
        border-image-source: url(../img/common/box-outline.png);
        border-image-slice: 30;
        border-image-repeat: repeat;
        padding: 0 6px;
    }
    .container-item .text-body {
        font-size: 1rem;
    }
    .container-item .heading-sub {
        margin-bottom: 20px;
    }
    .container-item .frame .heading-sub {
        margin-top: 6px;
    }
    .tablelist-item {
        flex-direction: column;
        padding: 30px 0 30px 5px;
    }
    .tablelist-item-ttl {
        padding: 0 0 15px 0;
        width: 100%;
    }
    .tablelist-item-txt {
        padding: 0;
    }
    .image-wrap {
        width: 100%;
    }
    .image-wrap::before {
        left: -23px;
        width: 30px;
        height: 20px;
    }
    .image-wrap::after {
        width: 30px;
        height: 20px;
        bottom: 35%;
        right: -20px;
    }
    .image-wrap.image-rect::after {
        bottom: 23%;
        right: -22px;
    }
    .image-columns-wrap {
        flex-direction: column;
    }
    .image-wrap {
        width: 100%;
    }
    .image-columns-wrap {
        flex-direction: column;
    }
    .container-item .columns-wrap {
        margin-top: 90px;
    }
    .re-pages-ttl {
        font-size: 4rem;
    }
    .re-pages-subttl {
        font-size: 1.2rem;
        margin-bottom: 30px;
    }
    .columns-item-wrap {
        display: flex;
        flex-direction: column;
    }
    .columns-item {
        width: 100%;
        padding: 80px 30px 30px;
    }
    .columns-item-img {
        max-width: 95%;
    }
    .columns-item a.btn.viewmore-btn {
        max-width: 100%;
        margin: 20px auto;
        width: 300px;
    }
    .relateditems-item {
        display: flex;
        flex-direction: column;
    }
    .relateditems-item-img {
        margin-right: 0;height: 200px;width: 500px;
    }
    .relateditems-item-txt {
        text-align: center;
        margin: 20px auto;
    }
    .relateditems-item a.btn.btn-onlineshop {
        width: 100%;
    }

    .column .lead-wrap {
        margin: 40px auto;
    }

    .column .container-item .title-item.title-main {
        width: 84%;
        font-size: 24px;
        padding-top: 10px;
    }

    .column .container-item .title-item.title-sub {
        width: 84%;
    }

    .column.article #contents .title-item-text {
        padding-top: 120px;
    }

    .column .lead-wrap .tb-lead-main {
        width: 100%;
        overflow: hidden;
    }

    .column .lead-wrap {
        margin: 40px auto;
    }

    .column .lead-wrap .tb-lead-side {
        display: none;
    }

    .column .container-item.color-red .lead-text {
        padding: 45px 30px;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    .column .lead-wrap .tb-lead-main .tb-lead-bg {
        /* object-fit: cover; */
        width: 100%;
        height: 100%;
    }

    .relateditems-wrap {
        margin: 100px auto 50px;
    }
    .faq-wrap {
        margin: 80px auto;
    }

    .column #contents.container-item.color-red .text-note {
        color: #000;
        line-height: 2;
        letter-spacing: 1px;
        font-size: 15px;
    }

    .tb-lead-main-col2 .col-item.col-text {
        order: 2;
        width: 100%;
    }

    .tb-lead-main-col2 .col-item.col-img {
        order: 1;
        width: 100%;
    }

    .column .lead-wrap .tb-lead-main .tb-lead-main-col2 {
        flex-wrap: wrap;
    }

    .column .container-item.color-red .lead-information .lead-text {
        padding: 20px 0 0;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .column #contents.container-item.color-red .text-note {
        font-size: 13px;
        color:var(--tb-red);
    }

    .columns-item .newlogo::after {
        top: -50px;
        width: 26vw;
        height: 26vw;
        right: -12%;
    }

    .column .columnnav {
        flex-wrap: wrap;
        padding: 0 16.5%;
        margin: 50px auto 190px;
    }

    .column .columnnav .columnnav-button.-top {
        order: 1;
        width: 92%;
        margin: 20px auto;
    }
    .column .columnnav .columnnav-button.-back {order: 2;width: 44%;}
    .column .columnnav .columnnav-button.-next {order: 3;width: 44%;}
}
/** animatejpg **/
.tb-animatejpg .animate-item {
    width: 100%;
    height: auto;
    display: block;
}

.tb-animatejpg {
    max-width: 800px;
    margin: 0 auto;
    border-radius: 50px;
}
