@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (min-width: 641px), print {
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

/* for existing >>>> */
.root-wrapper {
    position: relative;
}
/* <<<< for existing */

/*================*/
.this-content-field {
    --fontsize-base: 10px;
    --linewidth-base: 1px;
    --width-inner: min(78%, 1200px);
    --height-header: 122.6px;
    --height-inputform: 55px;
    --height-visual-announce: 160px;
    --padding-inputform: 15px;
    --gridrate-inputform: 125px 110px 150px;
}

/*================*/
.this-content-field br.ssize {
    display: none;
}

/*================*/
.this-content-field {
    line-height: 1.8;
    font-weight: 500;
    font-size: calc(var(--fontsize-base) * 1.0);
    color: var(--color-black);
}
.this-content-field * {
    letter-spacing: 0.08em;
}
.this-content-field section {
    position: relative;
}
.this-content-field section>.inner {
    width: var(--width-inner);
    margin: 0 auto 0 auto;
}
.this-content-field section.mode-full>.inner {
    width: 100%;
}

/*================*/
.this-content-field .compo-button {
    display: inline-block;
    vertical-align: top;
}
.this-content-field .compo-button .hitelm {
    font-size: inherit;
}
.this-content-field .compo-button .skin {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10em;
}
.this-content-field .compo-button .mark {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0 0;
    position: absolute;
    top: 0;
    height: 100%;
}
.this-content-field .compo-button .mark .cushion {
    position: relative;
    aspect-ratio: 1/1;
}
.this-content-field .compo-button .mark .cushion .inlinesvg {
}
.this-content-field .compo-button .phrase {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0 0;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 2em 0 2em;
    text-align: center;
}
.this-content-field .compo-button .phrase .txt {
    line-height: 1.3;
    font-weight: 500;
    color: var(--color-white);
}
.this-content-field .compo-button .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0 0;
    position: absolute;
    top: 0;
    height: 100%;
}
.this-content-field .compo-button .icon .cushion {
    position: relative;
    aspect-ratio: 1/1;
}
/*----------------*/
.this-content-field .compo-button.type-a .skin {
    background-image: var(--color-gradient-01);
}
.this-content-field .compo-button.type-a .mark {
    right: 0;
    width: 2.4em;
}
.this-content-field .compo-button.type-a .mark .cushion {
    width: 0.9em;
}
.this-content-field .compo-button.type-a .mark .cushion .inlinesvg {
    fill: var(--color-white);
}
.this-content-field .compo-button.type-a .phrase .txt {
    color: var(--color-white);
}
/*----------------*/
.this-content-field .compo-button.type-b .skin {
    background-color: var(--color-transparent);
}
.this-content-field .compo-button.type-b .mark {
    right: 0.9em;
    width: 0.9em;
}
.this-content-field .compo-button.type-b .mark .cushion {
    width: 3.2em;
}
.this-content-field .compo-button.type-b .mark .cushion .inlinesvg {
    fill: var(--color-white);
}
.this-content-field .compo-button.type-b .phrase .txt {
    color: var(--color-white);
}
/*----------------*/
.this-content-field .compo-button.type-c .skin {
    background-color: var(--color-white);
}
.this-content-field .compo-button.type-c .mark {
    right: 0.9em;
    width: 0.9em;
}
.this-content-field .compo-button.type-c .mark .cushion {
    width: 3.2em;
}
.this-content-field .compo-button.type-c .mark .cushion .inlinesvg {
    fill: var(--color-black);
}
.this-content-field .compo-button.type-c .icon {
    left: 2.4em;
    width: 3.1em;
}
.this-content-field .compo-button.type-c .icon .cushion {
    width: 100%;
}
.this-content-field .compo-button.type-c .phrase {
    padding: 0 2em 0 5.4em;
    text-align: left;
}
.this-content-field .compo-button.type-c .phrase .txt {
    color: var(--color-black);
    font-weight: 700;
}
/*----------------*/
.this-content-field .compo-button.type-z .skin {
    background-color: var(--color-gray-02);
}
.this-content-field .compo-button.type-z .phrase .txt {
    color: var(--color-black);
}

/*================*/
.this-content-field .compo-fiberbox {
    border-style: solid;
    border-width: calc(var(--linewidth-base) * 2);
    border-color: var(--color-white);
    border-radius: 12px;
}
.this-content-field .compo-fiberbox.mode-color1 {
    box-shadow:
        0 0 6px 3px var(--color-fiber-01a),
        0 0 6px 3px var(--color-fiber-01a),
        inset 0 0 6px 3px var(--color-fiber-01a),
        inset 0 0 6px 3px var(--color-fiber-01a);
    background-color: var(--color-fiber-01b);
}
.this-content-field .compo-fiberbox.mode-color1 .glow-text {
    color: var(--color-fiber-01t);
    text-shadow:
        0 0 6px var(--color-fiber-01a),
        0 0 6px var(--color-fiber-01a),
        0 0 6px var(--color-fiber-01a);
}
.this-content-field .compo-fiberbox.mode-color1 .glow-box {
    box-shadow:
        0 0 6px var(--color-fiber-01a),
        0 0 6px var(--color-fiber-01a),
        0 0 6px var(--color-fiber-01a);
}
.this-content-field .compo-fiberbox.mode-color2 {
    box-shadow:
        0 0 6px 3px var(--color-fiber-02a),
        0 0 6px 3px var(--color-fiber-02a),
        inset 0 0 6px 3px var(--color-fiber-02a),
        inset 0 0 6px 3px var(--color-fiber-02a);
    background-color: var(--color-fiber-02b);
}
.this-content-field .compo-fiberbox.mode-color2 .glow-text {
    color: var(--color-white);
    text-shadow:
        0 0 6px var(--color-fiber-02a),
        0 0 6px var(--color-fiber-02a),
        0 0 6px var(--color-fiber-02a);
}
.this-content-field .compo-fiberbox.mode-color3 {
    box-shadow:
        0 0 6px 3px var(--color-fiber-03a),
        0 0 6px 3px var(--color-fiber-03a),
        inset 0 0 6px 3px var(--color-fiber-03a),
        inset 0 0 6px 3px var(--color-fiber-03a);
    background-color: var(--color-fiber-03b);
}
.this-content-field .compo-fiberbox.mode-color3 .glow-text {
    color: var(--color-white);
    text-shadow:
        0 0 6px var(--color-fiber-03a),
        0 0 6px var(--color-fiber-03a),
        0 0 6px var(--color-fiber-03a);
}
.this-content-field .compo-fiberbox.mode-color4 {
    box-shadow:
        0 0 6px 3px var(--color-fiber-04a),
        0 0 6px 3px var(--color-fiber-04a),
        inset 0 0 6px 3px var(--color-fiber-04a),
        inset 0 0 6px 3px var(--color-fiber-04a);
    background-color: var(--color-fiber-04b);
}
.this-content-field .compo-fiberbox.mode-color4 .glow-text {
    color: var(--color-white);
    text-shadow:
        0 0 6px var(--color-fiber-04a),
        0 0 6px var(--color-fiber-04a),
        0 0 6px var(--color-fiber-04a);
}
.this-content-field .compo-fiberbox.mode-color5 {
    box-shadow:
        0 0 6px 3px var(--color-fiber-05a),
        0 0 6px 3px var(--color-fiber-05a),
        inset 0 0 6px 3px var(--color-fiber-05a),
        inset 0 0 6px 3px var(--color-fiber-05a);
    background-color: var(--color-fiber-05b);
}
.this-content-field .compo-fiberbox.mode-color5 .glow-text {
    color: var(--color-white);
    text-shadow:
        0 0 6px var(--color-fiber-05a),
        0 0 6px var(--color-fiber-05a),
        0 0 6px var(--color-fiber-05a);
}
.this-content-field .compo-fiberbox.mode-color6 {
    box-shadow:
        0 0 4px 2px var(--color-fiber-06a),
        0 0 4px 2px var(--color-fiber-06a),
        inset 0 0 4px 2px var(--color-fiber-06a),
        inset 0 0 4px 2px var(--color-fiber-06a);
    background-color: var(--color-fiber-06b);
}
.this-content-field .compo-fiberbox.mode-color6 .glow-text {
    color: var(--color-white);
    text-shadow:
        0 0 2px var(--color-fiber-06a),
        0 0 2px var(--color-fiber-06a),
        0 0 2px var(--color-fiber-06a);
}
.this-content-field .compo-fiberbox.mode-color6 .glow-obj {
    filter: drop-shadow(0 0 2px var(--color-fiber-06a))
            drop-shadow(0 0 2px var(--color-fiber-06a))
            drop-shadow(0 0 2px var(--color-fiber-06a));
}

/*================*/
.this-content-field .compo-headline {
}
.this-content-field .compo-headline .base {
    filter: drop-shadow(0 0 4px var(--color-svg-shadow-03));
}
.this-content-field .compo-headline .txt {
    display: block;
}
.this-content-field .compo-headline .txt.n1 {
    padding: 0 0 10px 0;
}
.this-content-field .compo-headline .txt.n2 {
}
.this-content-field .compo-headline .txt .word {
}
.this-content-field .compo-headline .txt.n1 .word {
}
.this-content-field .compo-headline .txt.n1 .word .figelm {
    width: auto;
    height: 82px;
}
.this-content-field .compo-headline .txt.n2 .word {
    font-size: calc(var(--fontsize-base) * 2.1);
    color: var(--color-pink-01);
}

/*================*/
.this-content-field .compo-dot {
    position: absolute;
    width: 14px;
    aspect-ratio: 1/1;
    border-radius: 2px;
    background-color: var(--color-pink-01);
    filter: drop-shadow(0 0 4px var(--color-svg-shadow-03));
}

/*================*/
.this-content-field input[type="text"] {
    vertical-align: top;
    width: 100%;
    height: var(--height-inputform);
    padding: 0 var(--padding-inputform) 0 var(--padding-inputform);
    border-radius: 8px;
    font-size: calc(var(--fontsize-base) * 1.9);
    border-style: solid;
    border-width: calc(var(--linewidth-base) * 1);
    border-color: var(--color-gray-01);
    -webkit-appearance: none;
    appearance: none;
}
.this-content-field input[type="text"]::placeholder {
    color: var(--color-gray-02);
}

/*================*/
.this-content-field .layer-behind {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
}
.this-content-field .layer-behind .area-picture {
    width: 100%;
    height: 100%;
    background-image: url(../img/pic_neon_a.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

/*================*/
.this-content-field .layer-navi {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 1;
}
/*----------------*/
.this-content-field .layer-navi .area-navi {
    position: absolute;
    right: 0;
    top: 0;
    width: 160px;
}
.this-content-field .layer-navi .area-navi .block-menu {
    padding: 35px 0 35px 0;
    filter: drop-shadow(0 0 4px var(--color-svg-shadow-01));
}
.this-content-field .layer-navi .area-navi .block-menu .each {
    padding: 0 0 0 28px;
    margin: 21px 0 0 0;
}
.this-content-field .layer-navi .area-navi .block-menu .each:nth-of-type(1) {
    margin: 0 0 0 0;
}
.this-content-field .layer-navi .area-navi .block-menu .each .hitelm {
    width: auto;
    margin: 0 auto 0 0;
}
.this-content-field .layer-navi .area-navi .block-menu .each .skin {
}
.this-content-field .layer-navi .area-navi .block-menu .cell-title {
}
.this-content-field .layer-navi .area-navi .block-menu .cell-title .txt {
    height: 21px;
}
.this-content-field .layer-navi .area-navi .block-menu .each.n1 .cell-title .txt {
    aspect-ratio: 148/32;
}
.this-content-field .layer-navi .area-navi .block-menu .each.n2 .cell-title .txt {
    aspect-ratio: 128/32;
}
.this-content-field .layer-navi .area-navi .block-menu .each.n3 .cell-title .txt {
    aspect-ratio: 96/32;
}
.this-content-field .layer-navi .area-navi .block-menu .each.n4 .cell-title .txt {
    aspect-ratio:  88/32;
}
.this-content-field .layer-navi .area-navi .block-menu .each.n5 .cell-title .txt {
    aspect-ratio: 172/32;
}
.this-content-field .layer-navi .area-navi .block-menu .each.n6 .cell-title .txt {
    aspect-ratio: 108/32;
}
.this-content-field .layer-navi .area-navi .block-menu .each.n7 .cell-title .txt {
    aspect-ratio: 88/32;
}
.this-content-field .layer-navi .area-navi .block-menu .cell-title .txt .figelm {
}
.this-content-field .layer-navi .area-navi .block-menu .each.n1 .cell-title .txt .figelm {
    background-image: url(../img/char_eligibility.svg);
}
.this-content-field .layer-navi .area-navi .block-menu .each.n2 .cell-title .txt .figelm {
    background-image: url(../img/char_schedule.svg);
}
.this-content-field .layer-navi .area-navi .block-menu .each.n3 .cell-title .txt .figelm {
    background-image: url(../img/char_award.svg);
}
.this-content-field .layer-navi .area-navi .block-menu .each.n4 .cell-title .txt .figelm {
    background-image: url(../img/char_theme.svg);
}
.this-content-field .layer-navi .area-navi .block-menu .each.n5 .cell-title .txt .figelm {
    background-image: url(../img/char_regulations.svg);
}
.this-content-field .layer-navi .area-navi .block-menu .each.n6 .cell-title .txt .figelm {
    background-image: url(../img/char_judging.svg);
}
.this-content-field .layer-navi .area-navi .block-menu .each.n7 .cell-title .txt .figelm {
    background-image: url(../img/char_entry.svg);
}
.this-content-field .layer-navi .area-navi .block-menu .cell-sub {
    display: none;
}
/*----------------*/
.this-content-field .layer-navi .area-button {
    display: none;
}

/*================*/
.this-content-field .layer-main {
    position: relative;
    overflow: hidden;
}
.this-content-field .layer-main.n1 {
}
.this-content-field .layer-main.n2 {
    background-color: var(--color-translucent-01);
}
.this-content-field .layer-main>.territory {
}
.this-content-field .layer-main.n1>.territory {
}
.this-content-field .layer-main.n2>.territory {
    color: var(--color-white);
}

/*================*/
.this-content-field section.visual {
}
.this-content-field section.visual>.inner {
    height: calc(100dvh - var(--height-header));
    min-height: 500px;
}
/*----------------*/
.this-content-field section.visual .area-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 1;
}
.this-content-field section.visual .area-logo .block-logo {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 13.6%;
    aspect-ratio: 368/304;
}
.this-content-field section.visual .area-logo .block-logo .figelm {
    background-image: url(../img/logo_bols.svg);
}
/*----------------*/
.this-content-field section.visual .area-title {
    position: relative;
    width: 80%;
    max-width: 960px;
    height: 100%;
    margin: 0 auto 0 auto;
}
.this-content-field section.visual .area-title .block-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - var(--height-visual-announce));
}
.this-content-field section.visual .area-title .block-title .figelm {
    position: absolute;
    left: 0;
    top: 7%;
    width: 100%;
    height: 93%;
    background-position: 50% 50%;
    background-size: contain;
}
.this-content-field section.visual .area-title .block-title .figelm.n1 {
    background-image: url(../img/obj_maintitle_01_a.png);
}
.this-content-field section.visual .area-title .block-title .figelm.n2 {
    background-image: url(../img/obj_maintitle_02_a.png);
}
.this-content-field section.visual .area-title .block-announce {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: var(--height-visual-announce);
}
.this-content-field section.visual .area-title .block-announce .cell-announce {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0 0;
    width: 100%;
    height: 100%;
}
.this-content-field section.visual .area-title .block-announce .cell-announce .compo-fiberbox {
    width: min(580px, 64%);
    border-radius: 50px;
}
.this-content-field section.visual .area-title .block-announce .cell-announce .compo-fiberbox .compo-button {
    width: 100%;
    height: 70px;
    font-size: calc(var(--fontsize-base) * 2.3);
}
.this-content-field section.visual .area-title .block-announce .cell-announce .compo-fiberbox .compo-button .mark .cushion .inlinesvg {
    fill: var(--color-yellow-01);
}
.this-content-field section.visual .area-title .block-announce .cell-announce .compo-fiberbox .compo-button  .phrase .txt {
    color: var(--color-yellow-01);
}
/*----------------*/
.this-content-field section.visual .area-edge {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
}
.this-content-field section.visual .area-edge .block-edge {
    position: absolute;
    left: 15px;
    top: -110px;
    width: 25px;
    height: 100px;
    filter: drop-shadow(0 0 4px var(--color-svg-shadow-01));
}
.this-content-field section.visual .area-edge .block-edge .cell-char {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    aspect-ratio: 20/52;
}
.this-content-field section.visual .area-edge .block-edge .cell-char .figelm {
    background-image: url(../img/char_scroll.svg);
}
.this-content-field section.visual .area-edge .block-edge .cell-arrow {
    position: absolute;
    left: 3px;
    top: 66px;
    width: 18px;
    aspect-ratio: 1/1;
}
.this-content-field section.visual .area-edge .block-edge .cell-arrow .mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.this-content-field section.visual .area-edge .block-edge .cell-arrow .mark .inlinesvg {
    fill: var(--color-pink-01);
}

/*================*/
.this-content-field section.introduction {
}
.this-content-field section.introduction .inner {
}
/*----------------*/
.this-content-field section.introduction .area-note {
}
.this-content-field section.introduction .area-note .block-report {
    padding: 160px 0 60px 0;
}
.this-content-field section.introduction .area-note .block-report .compo-fiberbox {
    padding: 0 5% 0 5%;
}
.this-content-field section.introduction .area-note .block-report .cell-head {
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0 0;
    padding: 40px 0 20px 0;
}
.this-content-field section.introduction .area-note .block-report .cell-head .divi-tip {
    width: 95px;
}
.this-content-field section.introduction .area-note .block-report .cell-head .divi-tip .cushion {
    padding: 5px 0 5px 0;
    background-color: var(--color-blue-01);
    text-align: center;
    margin: 5px 0 0 0;
}
.this-content-field section.introduction .area-note .block-report .cell-head .divi-tip .cushion .txt {
    display: inline-block;
    vertical-align: top;
    width: 75px;
    aspect-ratio: 96/32;
}
.this-content-field section.introduction .area-note .block-report .cell-head .divi-tip .cushion .txt .figelm {
    background-image: url(../img/char_update.svg);
}
.this-content-field section.introduction .area-note .block-report .cell-head .divi-head {
    padding: 0 0 0 15px;
}
.this-content-field section.introduction .area-note .block-report .cell-head .divi-head .txt {
    line-height: 1.3;
    font-size: calc(var(--fontsize-base) * 3.2);
}
.this-content-field section.introduction .area-note .block-report .cell-list {
    padding: 0 0 0 0;
}
.this-content-field section.introduction .area-note .block-report .cell-list .txt {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 0;
    line-height: 1.3;
    font-size: calc(var(--fontsize-base) * 1.8);
    margin: 0 0 15px 0;
}
.this-content-field section.introduction .area-note .block-report .cell-extra {
    padding: 0 0 30px 0;
}
.this-content-field section.introduction .area-note .block-report .cell-extra .txt {
    line-height: 1.3;
    font-size: calc(var(--fontsize-base) * 1.3);
}
.this-content-field section.introduction .area-note .block-report .cell-caption {
    padding: 0 0 45px 0;
}
.this-content-field section.introduction .area-note .block-report .cell-caption .txt {
    line-height: 1.3;
    font-size: calc(var(--fontsize-base) * 2.0);
}
.this-content-field section.introduction .area-note .block-deco {
    position: relative;
    width: 35%;
    height: 0;
    margin: 0 0 0 auto;
}
.this-content-field section.introduction .area-note .block-deco .each {
    position: absolute;
    width: 212px;
    aspect-ratio: 430/592;
}
.this-content-field section.introduction .area-note .block-deco .each.n1 {
    left: 280px;
    top: 52px;
    animation-delay: 0.7s;
}
.this-content-field section.introduction .area-note .block-deco .each.n2 {
    left: 100px;
    top: 248px;
    animation-delay: 5.9s;
}
.this-content-field section.introduction .area-note .block-deco .each.n3 {
    left: 0;
    top: 468px;
    animation-delay: 3.1s;
}
.this-content-field section.introduction .area-note .block-deco .each.n4 {
    left: 272px;
    top: 538px;
    animation-delay: 2.8s;
}
.this-content-field section.introduction .area-note .block-deco .each .figelm {
}
.this-content-field section.introduction .area-note .block-deco .each.n1 .figelm {
    background-image: url(../img/ill_cocktail.png);
}
.this-content-field section.introduction .area-note .block-deco .each.n2 .figelm {
    background-image: url(../img/ill_jigger.png);
}
.this-content-field section.introduction .area-note .block-deco .each.n3 .figelm {
    background-image: url(../img/ill_lime.png);
}
.this-content-field section.introduction .area-note .block-deco .each.n4 .figelm {
    background-image: url(../img/ill_shaker.png);
}
.this-content-field section.introduction .area-note .block-note {
    position: relative;
    width: 80%;
    padding: 120px 0 20px 0;
}
.this-content-field section.introduction .area-note .block-note .txt {
    line-height: 2.8;
    font-size: calc(var(--fontsize-base) * 2.0);
}
.this-content-field section.introduction .area-note .block-caption {
    position: relative;
    width: 80%;
    padding: 0 0 80px 0;
}
.this-content-field section.introduction .area-note .block-caption .txt {
    font-size: calc(var(--fontsize-base) * 1.4);
}
.this-content-field section.introduction .area-note .block-caption .txt.mode-indent {
    padding: 0 0 0 1em;
    text-indent: -1em;
}
/*----------------*/
.this-content-field section.introduction .area-term {
}
.this-content-field section.introduction .area-term .block-title {
    padding: 0 0 35px 0;
}
.this-content-field section.introduction .area-term .block-title .compo-fiberbox {
    padding: 10px 0 10px 0;
    width: 270px;
    text-align: center;
    margin: 0 auto 0 0;
}
.this-content-field section.introduction .area-term .block-title .compo-fiberbox .txt {
    font-size: calc(var(--fontsize-base) * 2.4);
}
.this-content-field section.introduction .area-term .block-term {
    padding: 0 0 75px 0;
}
.this-content-field section.introduction .area-term .block-term .txt {
    line-height: 1.0;
    font-weight: 600;
    font-size: 0;
}
.this-content-field section.introduction .area-term .block-term .txt.mode-ex1 {
    padding: 0 0 0 1em;
    text-indent: -1em;
    line-height: 1.5;
    font-size: calc(var(--fontsize-base) * 3.6);
    color: var(--color-yellow-01);
    margin: 15px 0 0 0;
}
.this-content-field section.introduction .area-term .block-term .txt .word {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.04em;
}
.this-content-field section.introduction .area-term .block-term .txt .word.mode-num {
    font-size: calc(var(--fontsize-base) * 7.3);
}
.this-content-field section.introduction .area-term .block-term .txt .word.mode-str {
    padding: 35px 5px 0 5px;
    font-size: calc(var(--fontsize-base) * 3.0);
}
.this-content-field section.introduction .area-term .block-term .txt .word.mode-sep {
    padding: 15px 20px 0 0;
    font-size: calc(var(--fontsize-base) * 5.2);
}
/*----------------*/
.this-content-field section.introduction .area-scene {
}
.this-content-field section.introduction .area-scene .block-scene {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0 0;
    padding: 0 0 80px 0;
}
.this-content-field section.introduction .area-scene .block-scene .each {
    width: 32.6%;
    aspect-ratio: 774/436;
}
.this-content-field section.introduction .area-scene .block-scene .each .figelm {
    border-radius: 50px 7px 50px 7px;
}
.this-content-field section.introduction .area-scene .block-scene .each.n1 .figelm {
    background-image: url(../img/pic_scene_lead_01.png);
}
.this-content-field section.introduction .area-scene .block-scene .each.n2 .figelm {
    background-image: url(../img/pic_scene_lead_02.png);
}
.this-content-field section.introduction .area-scene .block-scene .each.n3 .figelm {
    background-image: url(../img/pic_scene_lead_03.png);
}

/*================*/
.this-content-field section.eligibility {
}
.this-content-field section.eligibility .inner {
}
/*----------------*/
.this-content-field section.eligibility .area-edge {
}
.this-content-field section.eligibility .area-edge .block-edge {
    padding: 80px 0 75px 0;
}
.this-content-field section.eligibility .area-edge .block-edge .compo-fiberbox {
    padding: 12px 0 12px 0;
    text-align: center;
}
.this-content-field section.eligibility .area-edge .block-edge .compo-fiberbox .txt {
    font-size: calc(var(--fontsize-base) * 2.5);
}
/*----------------*/
.this-content-field section.eligibility .area-title {
}
.this-content-field section.eligibility .area-title .block-title {
    padding: 0 0 60px 0;
}
.this-content-field section.eligibility .area-title .block-title .compo-headline .txt.n1 .word .figelm {
    aspect-ratio: 148/32;
    background-image: url(../img/char_eligibility.svg);
}
/*----------------*/
.this-content-field section.eligibility .area-note {
}
.this-content-field section.eligibility .area-note .block-deco {
    position: relative;
    width: 31%;
    height: 0;
    margin: 0 0 0 auto;
}
.this-content-field section.eligibility .area-note .block-deco .each {
    position: absolute;
    left: 0;
    top: -6px;
    width: 100%;
    aspect-ratio: 368/304;
}
.this-content-field section.eligibility .area-note .block-deco .each .figelm {
    background-image: url(../img/logo_bols.svg);
}
.this-content-field section.eligibility .area-note .block-note {
    width: 64%;
    padding: 0 0 90px 0;
    margin: 0 auto 0 0;
}
.this-content-field section.eligibility .area-note .block-note .para {
    position: relative;
    padding: 0 0 0 30px;
    margin: 18px 0 0 0;
}
.this-content-field section.eligibility .area-note .block-note .para:nth-of-type(1) {
    margin: 0 0 0 0;
}
.this-content-field section.eligibility .area-note .block-note .para .compo-dot {
    left: 3px;
    top: 11px;
}
.this-content-field section.eligibility .area-note .block-note .para .txt {
    line-height: 2.0;
    font-size: calc(var(--fontsize-base) * 1.7);
}

/*================*/
.this-content-field section.schedule {
}
.this-content-field section.schedule .inner {
}
/*----------------*/
.this-content-field section.schedule .area-title {
}
.this-content-field section.schedule .area-title .block-title {
    padding: 70px 0 50px 0;
}
.this-content-field section.schedule .area-title .block-title .compo-headline .txt.n1 .word .figelm {
    aspect-ratio: 128/32;
    background-image: url(../img/char_schedule.svg);
}
/*----------------*/
.this-content-field section.schedule .area-about {
}
.this-content-field section.schedule .area-about .block-about {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0 0;
    padding: 0 0 160px 0;
}
.this-content-field section.schedule .area-about .block-about .cell-about {
    width: 47.4%;
}
.this-content-field section.schedule .area-about .block-about .cell-about .compo-fiberbox {
    height: 100%;
    padding: 25px 0 40px 0;
}
.this-content-field section.schedule .area-about .block-about .cell-about .divi-head {
    padding: 0 30px 0 30px;
}
.this-content-field section.schedule .area-about .block-about .cell-about .divi-head .txt {
    padding: 0 0 20px 0;
    line-height: 1.3;
    font-size: calc(var(--fontsize-base) * 3.2);
}
.this-content-field section.schedule .area-about .block-about .cell-about .divi-head .txt .word {
    display: inline-block;
    vertical-align: top;
}
.this-content-field section.schedule .area-about .block-about .cell-about .divi-head .txt .word.mode-num {
    padding: 3px 15px 0 0;
}
.this-content-field section.schedule .area-about .block-about .cell-about .divi-head .txt .word.mode-stt {
}
.this-content-field section.schedule .area-about .block-about .cell-about .divi-body {
}
.this-content-field section.schedule .area-about .block-about .cell-about .divi-body .envel-row {
}
.this-content-field section.schedule .area-about .block-about .cell-about.n1 .divi-body .envel-row {
    margin: 25px 0 0 0;
}
.this-content-field section.schedule .area-about .block-about .cell-about.n1 .divi-body .envel-row:nth-of-type(1) {
    margin: 0 0 0 0;
}
.this-content-field section.schedule .area-about .block-about .cell-about.n2 .divi-body .envel-row {
    margin: 10px 0 0 0;
}
.this-content-field section.schedule .area-about .block-about .cell-about.n2 .divi-body .envel-row:nth-of-type(1) {
    margin: 0 0 0 0;
}
.this-content-field section.schedule .area-about .block-about .cell-about .divi-body .envel-row .frac-title {
    position: relative;
    padding: 0 40px 10px 75px;
}
.this-content-field section.schedule .area-about .block-about .cell-about .divi-body .envel-row .frac-title .compo-dot {
    left: 52px;
    top: 12px;
}
.this-content-field section.schedule .area-about .block-about .cell-about .divi-body .envel-row .frac-title .txt {
    font-size: calc(var(--fontsize-base) * 2.0);
}
.this-content-field section.schedule .area-about .block-about .cell-about .divi-body .envel-row .frac-title .txt.mode-ex1 {
    font-size: calc(var(--fontsize-base) * 1.7);
}
.this-content-field section.schedule .area-about .block-about .cell-about .divi-body .envel-row .frac-caption {
    padding: 0 40px 0 75px;
}
.this-content-field section.schedule .area-about .block-about .cell-about .divi-body .envel-row .frac-caption .txt {
    font-size: calc(var(--fontsize-base) * 1.4);
    font-weight: 400;
}
.this-content-field section.schedule .area-about .block-about .cell-about .divi-body .envel-row .frac-extra {
    padding: 25px 40px 0 40px;
}
.this-content-field section.schedule .area-about .block-about .cell-about .divi-body .envel-row .frac-extra .txt {
    font-size: calc(var(--fontsize-base) * 1.4);
    font-weight: 400;
}

/*================*/
.this-content-field section.interlude {
}
.this-content-field section.interlude .inner {
    padding: 44.4% 0 0 0;
}
/*----------------*/
.this-content-field section.interlude .area-photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
}
.this-content-field section.interlude .area-photo .figelm {
    background-image: url(../img/pic_section_divider.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 0;
}

/*================*/
.this-content-field section.award {
}
.this-content-field section.award .inner {
}
/*----------------*/
.this-content-field section.award .area-title {
}
.this-content-field section.award .area-title .block-title {
    padding: 155px 0 50px 0;
}
.this-content-field section.award .area-title .block-title .compo-headline .txt.n1 .word .figelm {
    aspect-ratio: 96/32;
    background-image: url(../img/char_award.svg);
}
/*----------------*/
.this-content-field section.award .area-honor {
}
.this-content-field section.award .area-honor .block-honor {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0 0;
    padding: 0 0 40px 0;
}
.this-content-field section.award .area-honor .block-honor .cell-title {
    width: 140px;
    padding: 15px 0 0 0;
}
.this-content-field section.award .area-honor .block-honor .cell-title .compo-fiberbox {
    padding: 12px 0 12px 0;
    text-align: center;
}
.this-content-field section.award .area-honor .block-honor .cell-title .compo-fiberbox .txt {
    font-size: calc(var(--fontsize-base) * 3.2);
}
.this-content-field section.award .area-honor .block-honor .cell-note {
    width: calc(100% - 140px);
    padding: 0 140px 0 30px;
}
.this-content-field section.award .area-honor .block-honor .cell-note .para {
}
.this-content-field section.award .area-honor .block-honor .cell-note .para.n1 {
    padding: 0 0 10px 0;
}
.this-content-field section.award .area-honor .block-honor .cell-note .para.n2 {
}
.this-content-field section.award .area-honor .block-honor .cell-note .para .txt {
}
.this-content-field section.award .area-honor .block-honor .cell-note .para.n1 .txt {
    line-height: 1.6;
    font-size: calc(var(--fontsize-base) * 3.1);
    font-weight: 700;
}
.this-content-field section.award .area-honor .block-honor .cell-note .para.n2 .txt {
    font-size: calc(var(--fontsize-base) * 2.0);
}
/*----------------*/
.this-content-field section.award .area-about {
}
.this-content-field section.award .area-about .grid-outer {
    display: grid;
    grid-auto-flow: row;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: auto 47%;
    gap: 0 0;
}
.this-content-field section.award .area-about .grid-outer .grid-each-01 {
    grid-row: 1/2;
    grid-column: 1/2;
    padding: 0 7% 0 0;
}
.this-content-field section.award .area-about .grid-outer .grid-each-02 {
    grid-row: 2/4;
    grid-column: 1/2;
    padding: 0 7% 0 0;
}
.this-content-field section.award .area-about .grid-outer .grid-each-03 {
    grid-row: 1/3;
    grid-column: 2/3;
}
.this-content-field section.award .area-about .grid-outer .grid-each-04 {
    grid-row: 3/4;
    grid-column: 2/3;
}
.this-content-field section.award .area-about .grid-outer .grid-each-05 {
    grid-row: 4/5;
    grid-column: 1/3;
}
/*----------------*/
.this-content-field section.award .area-about {
}
.this-content-field section.award .area-about .block-about {
}
.this-content-field section.award .area-about .block-about .cell-what {
}
.this-content-field section.award .area-about .block-about .cell-what .divi-head {
    padding: 0 0 20px 0;
}
.this-content-field section.award .area-about .block-about .cell-what .divi-head .txt {
    font-size: calc(var(--fontsize-base) * 2.4);
    font-weight: 700;
}
.this-content-field section.award .area-about .block-about .cell-what .divi-note {
    padding: 0 0 50px 0;
}
.this-content-field section.award .area-about .block-about .cell-what .divi-note .txt {
    line-height: 2.0;
    font-size: calc(var(--fontsize-base) * 1.6);
}
.this-content-field section.award .area-about .block-about .cell-summary {
    position: relative;
    z-index: 1;
}
.this-content-field section.award .area-about .block-about .cell-summary .divi-head {
}
.this-content-field section.award .area-about .block-about .cell-summary .divi-head .txt {
    font-size: calc(var(--fontsize-base) * 2.4);
    font-weight: 700;
}
.this-content-field section.award .area-about .block-about .cell-summary .divi-mid {
    padding: 0 0 30px 0;
}
.this-content-field section.award .area-about .block-about .cell-summary .divi-mid .txt {
   font-size: calc(var(--fontsize-base) * 1.4);
}
.this-content-field section.award .area-about .block-about .cell-summary .divi-note {
}
.this-content-field section.award .area-about .block-about .cell-summary .divi-note .para {
    position: relative;
    padding: 0 0 0 30px;
    margin: 23px 0 0 0;
}
.this-content-field section.award .area-about .block-about .cell-summary .divi-note .para:nth-of-type(1) {
    margin: 0 0 0 0;
}
.this-content-field section.award .area-about .block-about .cell-summary .divi-note .para .compo-dot {
    left: 4px;
    top: 8px;
}
.this-content-field section.award .area-about .block-about .cell-summary .divi-note .para .txt {
    font-size: calc(var(--fontsize-base) * 1.6);
}
.this-content-field section.award .area-about .block-about .cell-photo {
}
.this-content-field section.award .area-about .block-about .cell-photo .divi-photo {
    width: 100%;
    aspect-ratio: 1128/1088;
}
.this-content-field section.award .area-about .block-about .cell-photo .divi-photo .figelm {
    border-radius: 15px;
    background-image: url(../img/pic_award.png);
}
.this-content-field section.award .area-about .block-about .cell-jump {
}
.this-content-field section.award .area-about .block-about .cell-jump .divi-jump {
    display: none;
    padding: 110px 0 0 0;
}
.this-content-field section.award .area-about .block-about .cell-jump .divi-jump .compo-button {
    width: 100%;
    height: 70px;
    font-size: calc(var(--fontsize-base) * 2.0);
}
.this-content-field section.award .area-about .block-about .cell-deco {
    padding: 0 0 100px 0;
}
.this-content-field section.award .area-about .block-about .cell-deco .divi-deco {
    position: relative;
    width: 100%;
    height: 0;
}
.this-content-field section.award .area-about .block-about .cell-deco .divi-deco .each {
    position: absolute;
    right: -182px;
    top: -120px;
    width: 652px;
    aspect-ratio: 1300/452;
    animation-delay: 0s;
}
.this-content-field section.award .area-about .block-about .cell-deco .divi-deco .each .figelm {
    background-image: url(../img/ill_amsterdam.png);
}

/*================*/
.this-content-field section.theme {
}
.this-content-field section.theme .inner {
}
/*----------------*/
.this-content-field section.theme .area-title {
}
.this-content-field section.theme .area-title .block-title {
    padding: 50px 0 60px 0;
}
.this-content-field section.theme .area-title .block-title .compo-headline .txt.n1 .word .figelm {
    aspect-ratio: 88/32;
    background-image: url(../img/char_theme.svg);
}
/*----------------*/
.this-content-field section.theme .area-note {
}
.this-content-field section.theme .area-note .block-note {
}
.this-content-field section.theme .area-note .block-note .cell-illust {
    width: 48%;
}
.this-content-field section.theme .area-note .block-note .cell-illust .divi-logo {
    position: relative;
    width: 100%;
}
.this-content-field section.theme .area-note .block-note .cell-illust .divi-logo .cushion {
    position: absolute;
    left: -9%;
    top: 0;
    width: 100%;
    aspect-ratio: 1644/1080;
    margin: -8% 0 0 0;
}
.this-content-field section.theme .area-note .block-note .cell-illust .divi-logo .cushion .figelm {
    background-image: url(../img/obj_subtitle.png);
}
.this-content-field section.theme .area-note .block-note .cell-note {
    width: 57%;
    padding: 0 0 75px 0;
    margin: 0 0 0 auto;
}
.this-content-field section.theme .area-note .block-note .cell-note .divi-note {
    padding: 0 0 0 4%;
}
.this-content-field section.theme .area-note .block-note .cell-note .divi-note .txt {
    line-height: 2.6;
    font-size: calc(var(--fontsize-base) * 1.5);
}
/*----------------*/
.this-content-field section.theme .area-scene {
}
.this-content-field section.theme .area-scene .block-scene {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0 0;
    padding: 0 0 80px 0;
}
.this-content-field section.theme .area-scene .block-scene .each {
    width: 32.6%;
    aspect-ratio: 774/436;
}
.this-content-field section.theme .area-scene .block-scene .each .figelm {
    border-radius: 50px 7px 50px 7px;
}
.this-content-field section.theme .area-scene .block-scene .each.n1 .figelm {
    background-image: url(../img/pic_scene_theme_01.png);
}
.this-content-field section.theme .area-scene .block-scene .each.n2 .figelm {
    background-image: url(../img/pic_scene_theme_02.png);
}
.this-content-field section.theme .area-scene .block-scene .each.n3 .figelm {
    background-image: url(../img/pic_scene_theme_03.png);
}

/*================*/
.this-content-field section.regulations {
}
.this-content-field section.regulations .inner {
}
/*----------------*/
.this-content-field section.regulations .area-title {
}
.this-content-field section.regulations .area-title .block-title {
    padding: 75px 0 60px 0;
}
.this-content-field section.regulations .area-title .block-title .compo-headline .txt.n1 .word .figelm {
    aspect-ratio: 172/32;
    background-image: url(../img/char_regulations.svg);
}
/*----------------*/
.this-content-field section.regulations .area-note {
}
.this-content-field section.regulations .area-note .block-note {
}
.this-content-field section.regulations .area-note.n1 .block-note {
    width: 50%;
}
.this-content-field section.regulations .area-note.n2 .block-note {
}
.this-content-field section.regulations .area-note.n3 .block-note {
    padding: 0 0 50px 0;
}
.this-content-field section.regulations .area-note .block-note .para {
    position: relative;
    padding: 0 0 0 30px;
    margin: 19px 0 0 0;
}
.this-content-field section.regulations .area-note .block-note .para:nth-of-type(1) {
    margin: 0 0 0 0;
}
.this-content-field section.regulations .area-note .block-note .para .compo-dot {
    left: 4px;
    top: 11px;
}
.this-content-field section.regulations .area-note .block-note .para .txt {
    line-height: 2;
    font-size: calc(var(--fontsize-base) * 1.7);
}
.this-content-field section.regulations .area-note .block-note .para.mode-ex1 {
}
.this-content-field section.regulations .area-note .block-note .para.mode-ex1 .txt {
    color: var(--color-yellow-01);
    font-weight: 700;
}
.this-content-field section.regulations .area-note .block-note .para.mode-ex2 {
    padding: 0 0 0 70px;
}
.this-content-field section.regulations .area-note .block-note .para.mode-ex2 .cap {
    position: absolute;
    left: 23px;
    top: 3px;
    font-size: calc(var(--fontsize-base) * 1.5);
}
.this-content-field section.regulations .area-note .block-note .para.mode-ex3 {
    padding: 30px 0 0 0;
    margin: 0 0 0 0;
}
.this-content-field section.regulations .area-note .block-note .para.mode-ex3 .txt {
    font-size: calc(var(--fontsize-base) * 2.5);
}
/*----------------*/
.this-content-field section.regulations .area-jump {
}
.this-content-field section.regulations .area-jump .block-jump {
    width: 50%;
    padding: 50px 0 50px 0;
}
.this-content-field section.regulations .area-jump .block-jump .compo-button {
    width: 100%;
    height: 70px;
    font-size: calc(var(--fontsize-base) * 2.0);
}
.this-content-field section.regulations .area-jump .block-deco {
    position: relative;
    width: 44%;
    margin: 0 0 0 auto;
}
.this-content-field section.regulations .area-jump .block-deco .each {
    position: absolute;
    left: 0;
    top: -404px;
    width: 680px;
    aspect-ratio: 1123/808;
}
.this-content-field section.regulations .area-jump .block-deco .each .figelm {
    background-image: url(../img/pic_lineup.png);
}
/*----------------*/
.this-content-field section.regulations .area-calc {
    padding: 45px 0 50px 0;
}
.this-content-field section.regulations .area-calc .block-calc {
    width: min(1030px , 100%);
}
.this-content-field section.regulations .area-calc .block-calc .compo-fiberbox {
    padding: 20px 0 25px 0;
}
.this-content-field section.regulations .area-calc .block-calc .cell-title {
    padding: 0 30px 20px 30px;
}
.this-content-field section.regulations .area-calc .block-calc .cell-title .txt {
    font-size: calc(var(--fontsize-base) * 2.4);
}
.this-content-field section.regulations .area-calc .block-calc .cell-note {
    padding: 0 30px 30px 60px;
}
.this-content-field section.regulations .area-calc .block-calc .cell-note .txt {
    font-size: calc(var(--fontsize-base) * 1.8);
}
.this-content-field section.regulations .area-calc .block-calc .cell-input {
    padding: 0 0 20px 60px;
}
.this-content-field section.regulations .area-calc .block-calc .cell-input .base {
    width: 500px;
    padding: 30px 0 40px 0;
    color: var(--color-black);
    border-radius: 15px;
    background-color: var(--color-white);
    margin: 0 auto 0 0;
}
/*----------------*/
.this-content-field section.regulations .area-calc .block-calc .cell-input .divi-input {
    width: 400px;
    margin: 0 auto 0 auto;
}
.this-content-field section.regulations .area-calc .block-calc .cell-input .divi-input .envel-head {
    display: grid;
    grid-auto-flow: row;
    grid-template-rows: auto;
    grid-template-columns: var(--gridrate-inputform);
    gap: 0 2%;
    width: 100%;
    padding: 10px 0 10px 0;
}
.this-content-field section.regulations .area-calc .block-calc .cell-input .divi-input .envel-head .frac-per {
    grid-row: 1/2;
    grid-column: 1/2;
}
.this-content-field section.regulations .area-calc .block-calc .cell-input .divi-input .envel-head .frac-per .txt {
    line-height: 1.1;
    font-size: calc(var(--fontsize-base) * 1.4);
}
.this-content-field section.regulations .area-calc .block-calc .cell-input .divi-input .envel-head .frac-ml {
    grid-row: 1/2;
    grid-column: 2/3;
}
.this-content-field section.regulations .area-calc .block-calc .cell-input .divi-input .envel-head .frac-ml .txt {
    line-height: 1.1;
    font-size: calc(var(--fontsize-base) * 1.4);
}
.this-content-field section.regulations .area-calc .block-calc .cell-input .divi-input .envel-head .frac-amount {
    grid-row: 1/2;
    grid-column: 3/4;
}
.this-content-field section.regulations .area-calc .block-calc .cell-input .divi-input .envel-head .frac-amount .txt {
    line-height: 1.1;
    font-size: calc(var(--fontsize-base) * 1.4);
}
.this-content-field section.regulations .area-calc .block-calc .cell-input .divi-input .envel-body {
    width: 100%;
    display: grid;
    grid-auto-flow: row;
    grid-template-rows: var(--height-inputform);
    grid-template-columns: var(--gridrate-inputform);
    gap: 0 2%;
}
.this-content-field section.regulations .area-calc .block-calc .cell-input .divi-input .envel-body .frac-per {
    position: relative;
    grid-row: 1/2;
    grid-column: 1/2;
}
.this-content-field section.regulations .area-calc .block-calc .cell-input .divi-input .envel-body .frac-per input[type="text"] {
    padding: 0 calc(22px + 8px) 0 var(--padding-inputform);
    text-align: right;
}
.this-content-field section.regulations .area-calc .block-calc .cell-input .divi-input .envel-body .frac-per .unit {
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 100%;
    padding: 28px 0 0 0;
    font-size: calc(var(--fontsize-base) * 1.4);
}
.this-content-field section.regulations .area-calc .block-calc .cell-input .divi-input .envel-body .frac-per .unit {
}
.this-content-field section.regulations .area-calc .block-calc .cell-input .divi-input .envel-body .frac-ml {
    position: relative;
    grid-row: 1/2;
    grid-column: 2/3;
}
.this-content-field section.regulations .area-calc .block-calc .cell-input .divi-input .envel-body .frac-ml input[type="text"] {
    padding: 0 calc(25px + 8px) 0 var(--padding-inputform);
    text-align: right;
}
.this-content-field section.regulations .area-calc .block-calc .cell-input .divi-input .envel-body .frac-ml .unit {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 100%;
    padding: 27px 0 0 0;
    font-size: calc(var(--fontsize-base) * 1.4);
}
.this-content-field section.regulations .area-calc .block-calc .cell-input .divi-input .envel-body .frac-amount {
    grid-row: 1/2;
    grid-column: 3/4;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0 5px;
    position: relative;
}
.this-content-field section.regulations .area-calc .block-calc .cell-input .divi-input .envel-body .frac-amount .num {
    line-height: 0;
    font-size: calc(var(--fontsize-base) * 4.2);
    font-weight: 400;
    color: var(--color-gray-02);
}
.this-content-field section.regulations .area-calc .block-calc .cell-input .divi-input .envel-body .frac-amount .unit {
    line-height: 0;
    padding: 10px 0 0 0;
    font-size: calc(var(--fontsize-base) * 1.8);
}
/*----------------*/
.this-content-field section.regulations .area-calc .block-calc .cell-caption {
    padding: 0 0 0 60px;
}
.this-content-field section.regulations .area-calc .block-calc .cell-caption .txt {
    font-size: calc(var(--fontsize-base) * 1.5);
}

/*================*/
.this-content-field section.lineup {
}
.this-content-field section.lineup .inner {
}
/*----------------*/
.this-content-field section.lineup .area-list {
    padding: 20px 0 20px 0;
}
.this-content-field section.lineup .area-list .block-list {
    position: relative;
    padding: 26.4% 0 0 0;
}
.this-content-field section.lineup .area-list .block-list .cell-list {
    display: grid;
    grid-auto-flow: row;
    grid-template-rows: 100%;
    grid-template-columns: 13.25% 13.25% 13.91% 19.21% 13.25% 13.91% 13.25%;
    gap: 0 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.this-content-field section.lineup .area-list .block-list .cell-list .each {
    width: 100%;
    aspect-ratio: 400/808;
}
.this-content-field section.lineup .area-list .block-list .cell-list .each .figelm {
}
.this-content-field section.lineup .area-list .block-list .cell-list .each.n1 .figelm {
    background-image: url(../img/pic_cocktail_01.png);
}
.this-content-field section.lineup .area-list .block-list .cell-list .each.n2 .figelm {
    background-image: url(../img/pic_cocktail_02.png);
}
.this-content-field section.lineup .area-list .block-list .cell-list .each.n3 .figelm {
    background-image: url(../img/pic_cocktail_03.png);
}
.this-content-field section.lineup .area-list .block-list .cell-list .each.n4 .figelm {
    background-image: url(../img/pic_cocktail_04.png);
}
.this-content-field section.lineup .area-list .block-list .cell-list .each.n5 .figelm {
    background-image: url(../img/pic_cocktail_05.png);
}
.this-content-field section.lineup .area-list .block-list .cell-list .each.n6 .figelm {
    background-image: url(../img/pic_cocktail_06.png);
}
.this-content-field section.lineup .area-list .block-list .cell-list .each.n7 .figelm {
    background-image: url(../img/pic_cocktail_07.png);
}

/*================*/
.this-content-field section.judging {
}
.this-content-field section.judging .inner {
}
/*----------------*/
.this-content-field section.judging .area-title {
}
.this-content-field section.judging .area-title .block-title {
    padding: 130px 0 60px 0;
}
.this-content-field section.judging .area-title .block-title .compo-headline .txt.n1 .word .figelm {
    aspect-ratio: 108/32;
    background-image: url(../img/char_judging.svg);
}
/*----------------*/
.this-content-field section.judging .area-caption {
}
.this-content-field section.judging .area-caption .block-caption {
    padding: 0 0 55px 0;
}
.this-content-field section.judging .area-caption .block-caption .txt {
    font-size: calc(var(--fontsize-base) * 2.4);
}
/*----------------*/
.this-content-field section.judging .area-note {
}
.this-content-field section.judging .area-note .block-note {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0 0;
    padding: 0 0 80px 0;
}
.this-content-field section.judging .area-note .block-note .cell-note {
    width: 50%;
    padding: 0 3% 0 0;
}
.this-content-field section.judging .area-note .block-note .cell-note .each {
    margin: 60px 0 0 0;
}
.this-content-field section.judging .area-note .block-note .cell-note .each:nth-of-type(1) {
    margin: 0 0 0 0;
}
.this-content-field section.judging .area-note .block-note .cell-note .each .divi-title {
    padding: 0 0 25px 0;
}
.this-content-field section.judging .area-note .block-note .cell-note .each .divi-title .compo-fiberbox {
    display: inline-block;
    vertical-align: top;
    padding: 15px 35px 15px 35px;
}
.this-content-field section.judging .area-note .block-note .cell-note .each .divi-title .compo-fiberbox .txt {
    line-height: 1.3;
    font-size: calc(var(--fontsize-base) * 2.5);
}
.this-content-field section.judging .area-note .block-note .cell-note .each .divi-title .compo-fiberbox .txt .word {
    display: inline-block;
    vertical-align: top;
    padding: 4px 0 0 0;
    font-size: calc(var(--fontsize-base) * 2.0);
}
.this-content-field section.judging .area-note .block-note .cell-note .each .divi-note {
}
.this-content-field section.judging .area-note .block-note .cell-note .each .divi-note .txt {
    font-size: calc(var(--fontsize-base) * 1.6);
}
.this-content-field section.judging .area-note .block-note .cell-illust {
    width: 50%;
}
.this-content-field section.judging .area-note .block-note .cell-illust .divi-logo {
    position: relative;
    width: 100%;
    margin: 0 auto 0 0;
}
.this-content-field section.judging .area-note .block-note .cell-illust .divi-logo .cushion {
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    aspect-ratio: 1130/1130;
}
.this-content-field section.judging .area-note .block-note .cell-illust .divi-logo .cushion .figelm {
    background-image: url(../img/obj_judge_matrix.png);
}

/*================*/
.this-content-field section.entry {
}
.this-content-field section.entry .inner {
}
/*----------------*/
.this-content-field section.entry .area-title {
}
.this-content-field section.entry .area-title .block-title {
    padding: 80px 0 55px 0;
}
.this-content-field section.entry .area-title .block-title .compo-headline .txt.n1 .word .figelm {
    aspect-ratio: 88/32;
    background-image: url(../img/char_entry.svg);
}
/*----------------*/
.this-content-field section.entry .area-note .block-note {
}
.this-content-field section.entry .area-note .block-note.mode-split {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0 0;
    padding: 0 0 50px 0;
}
.this-content-field section.entry .area-note .block-note .cell-title {
    width: 270px;
}
.this-content-field section.entry .area-note .block-note .cell-title .compo-fiberbox {
    padding: 10px 0 10px 0;
    text-align: center;
}
.this-content-field section.entry .area-note .block-note .cell-title .compo-fiberbox .txt {
    font-size: calc(var(--fontsize-base) * 2.4);
}
.this-content-field section.entry .area-note .block-note .cell-term {
    width: calc(100% - 270px);
    padding: 4px 0 0 25px;
}
.this-content-field section.entry .area-note .block-note .cell-term .txt {
    line-height: 1.3;
    font-size: calc(var(--fontsize-base) * 4);
    font-weight: 700;
}
.this-content-field section.entry .area-note .block-note .cell-term .txt.mode-ex1 {
    padding: 0 0 0 1em;
    text-indent: -1em;
    line-height: 1.5;
    font-size: calc(var(--fontsize-base) * 3.0);
    color: var(--color-yellow-01);
    margin: 10px 0 0 0;
}
.this-content-field section.entry .area-note .block-note .cell-note {
    padding: 0 0 20px 0;
}
.this-content-field section.entry .area-note .block-note .cell-note .para {
    position: relative;
    padding: 0 0 0 25px;
    margin: 20px 0 0 0;
}
.this-content-field section.entry .area-note .block-note .cell-note .para:nth-of-type(1) {
    margin: 0 0 0 0;
}
.this-content-field section.entry .area-note .block-note .cell-note .para .compo-dot {
    left: 0;
    top: 10px;
}
.this-content-field section.entry .area-note .block-note .cell-note .para .txt {
    font-size: calc(var(--fontsize-base) * 1.7);
}
.this-content-field section.entry .area-note .block-note .cell-caption {
    padding: 0 0 55px 0;
}
.this-content-field section.entry .area-note .block-note .cell-caption .txt {
    font-size: calc(var(--fontsize-base) * 1.4);
}
.this-content-field section.entry .area-note .block-note .cell-caption .txt.mode-indent {
    padding: 0 0 0 1em;
    text-indent: -1em;
}
.this-content-field section.entry .area-note .block-note .cell-contact {
    width: calc(100% - 270px);
    padding: 0 0 0 25px;
}
.this-content-field section.entry .area-note .block-note .cell-contact .divi-office {
}
.this-content-field section.entry .area-note .block-note .cell-contact .divi-office .txt {
    font-size: calc(var(--fontsize-base) * 1.8);
}
.this-content-field section.entry .area-note .block-note .cell-contact .divi-inquiry {
    padding: 0 0 10px 0;
}
.this-content-field section.entry .area-note .block-note .cell-contact .divi-inquiry .txt {
    display: inline-block;
    vertical-align: top;
    font-size: calc(var(--fontsize-base) * 1.8);
    margin: 0 0 0 0;
}
.this-content-field section.entry .area-note .block-note .cell-contact .divi-inquiry .txt:nth-of-type(1) {
    margin: 0 15px 0 0;
}
.this-content-field section.entry .area-note .block-note .cell-contact .divi-inquiry .txt .hitelm {
    color: var(--color-white);
    text-decoration: underline;
}
.this-content-field section.entry .area-note .block-note .cell-contact .divi-inquiry .txt .word {
    font-size: calc(var(--fontsize-base) * 1.5);
}
.this-content-field section.entry .area-note .block-note .cell-contact .divi-term {
}
.this-content-field section.entry .area-note .block-note .cell-contact .divi-term .txt {
    font-size: calc(var(--fontsize-base) * 1.8);
}
.this-content-field section.entry .area-note .block-note .cell-contact .divi-time {
}
.this-content-field section.entry .area-note .block-note .cell-contact .divi-time .txt {
    display: inline-block;
    vertical-align: top;
    font-size: calc(var(--fontsize-base) * 1.8);
}
.this-content-field section.entry .area-note .block-note .cell-contact .divi-time .txt .word {
    font-size: calc(var(--fontsize-base) * 1.5);
}
/*----------------*/
.this-content-field section.entry .area-jump {
}
.this-content-field section.entry .area-jump .block-jump {
    padding: 30px 0 90px 0;
    text-align: center;
}
.this-content-field section.entry .area-jump .block-jump .compo-button {
    width: 70%;
    height: 100px;
    font-size: calc(var(--fontsize-base) * 3.2);
}
.this-content-field section.entry .area-jump .block-deco {
    position: relative;
}

/*================*/
.this-content-field section.finalist {
}
.this-content-field section.finalist .inner {
}
/*----------------*/
.this-content-field section.finalist .area-title {
}
.this-content-field section.finalist .area-title .block-title {
    padding: 65px 0 25px 0;
}
.this-content-field section.finalist .area-title .block-title .compo-headline .txt.n1 .word .figelm {
    aspect-ratio: 96/32;
    background-image: url(../img/char_result.svg);
}
/*----------------*/
.this-content-field section.finalist .area-list {
}
.this-content-field section.finalist .area-list .block-lead {
}
.this-content-field section.finalist .area-list .block-lead .cell-lead {
    padding: 0 0 50px 0;
    text-align: center;
}
.this-content-field section.finalist .area-list .block-lead .cell-lead .txt {
    line-height: 1.3;
    font-size: calc(var(--fontsize-base) * 5);
    font-weight: 700;
    color: var(--color-yellow-01);
}
/*----------------*/
.this-content-field section.finalist .area-list .block-scene {
    padding: 0 0 50px 0;
}
.this-content-field section.finalist .area-list .block-scene .cell-scene {
    width: 100%;
    aspect-ratio: 2384/1342;
}
.this-content-field section.finalist .area-list .block-scene .cell-scene .figelm {
    border-radius: 50px 7px 50px 7px;
    background-image: url(../img/pic_podium.png);
}
/*----------------*/
.this-content-field section.finalist .area-list .block-list {
    padding: 0 0 100px 0;
}
.this-content-field section.finalist .area-list .block-list .each {
    margin: 60px 0 0 0;
}
.this-content-field section.finalist .area-list .block-list .each:nth-of-type(1) {
    margin: 0 0 0 0;
}
.this-content-field section.finalist .area-list .block-list .each>.compo-fiberbox {
    padding: 4% 4% 4% 4%;
}
/*----------------*/
.this-content-field section.finalist .area-list .block-list .each.mode-champion>.compo-fiberbox {
    display: block;
}
.this-content-field section.finalist .area-list .block-list .each.mode-champion>.compo-fiberbox .cell-entrant {
    display: grid;
    grid-auto-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 35% 60%;
    gap: 0 5%;
    width: 100%;
    padding: 0 0 60px 0;
}
.this-content-field section.finalist .area-list .block-list .each.mode-champion>.compo-fiberbox .cell-entrant .divi-photo {
    grid-row: 1/3;
    grid-column: 1/2;
}
.this-content-field section.finalist .area-list .block-list .each.mode-champion>.compo-fiberbox .cell-entrant .divi-profile {
    grid-row: 1/2;
    grid-column: 2/3;
}
.this-content-field section.finalist .area-list .block-list .each.mode-champion>.compo-fiberbox .cell-entrant .divi-desc {
    grid-row: 2/3;
    grid-column: 2/3;
}
.this-content-field section.finalist .area-list .block-list .each.mode-champion>.compo-fiberbox .cell-cocktail {
    display: grid;
    grid-auto-flow: row;
    grid-template-rows: auto auto auto;
    grid-template-columns: 60% 35%;
    gap: 0 5%;
    width: 100%;
}
.this-content-field section.finalist .area-list .block-list .each.mode-champion>.compo-fiberbox .cell-cocktail .divi-photo {
    grid-row: 1/4;
    grid-column: 2/3;
}
.this-content-field section.finalist .area-list .block-list .each.mode-champion>.compo-fiberbox .cell-cocktail .divi-heading {
    grid-row: 1/2;
    grid-column: 1/2;
}
.this-content-field section.finalist .area-list .block-list .each.mode-champion>.compo-fiberbox .cell-cocktail .divi-recipe {
    grid-row: 2/3;
    grid-column: 1/2;
}
.this-content-field section.finalist .area-list .block-list .each.mode-champion>.compo-fiberbox .cell-cocktail .divi-concept {
    grid-row: 3/4;
    grid-column: 1/2;
}
.this-content-field section.finalist .area-list .block-list .each.mode-excellent>.compo-fiberbox {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: nowrap;
}
.this-content-field section.finalist .area-list .block-list .each.mode-excellent>.compo-fiberbox .cell-entrant {
    display: grid;
    grid-auto-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 226px auto;
    gap: 0 5%;
}
.this-content-field section.finalist .area-list .block-list .each.mode-excellent>.compo-fiberbox .cell-entrant .divi-photo {
    grid-row: 1/2;
    grid-column: 1/2;
}
.this-content-field section.finalist .area-list .block-list .each.mode-excellent>.compo-fiberbox .cell-entrant .divi-profile {
    grid-row: 1/2;
    grid-column: 2/3;
}
.this-content-field section.finalist .area-list .block-list .each.mode-excellent>.compo-fiberbox .cell-entrant .divi-desc {
    grid-row: 2/3;
    grid-column: 1/3;
}
.this-content-field section.finalist .area-list .block-list .each.mode-excellent>.compo-fiberbox .cell-cocktail {
    display: grid;
    grid-auto-flow: row;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto 226px;
    gap: 0 5%;
    width: 50%;
}
.this-content-field section.finalist .area-list .block-list .each.mode-excellent>.compo-fiberbox .cell-cocktail .divi-photo {
    grid-row: 1/3;
    grid-column: 2/3;
}
.this-content-field section.finalist .area-list .block-list .each.mode-excellent>.compo-fiberbox .cell-cocktail .divi-heading  {
    grid-row: 1/2;
    grid-column: 1/2;
}
.this-content-field section.finalist .area-list .block-list .each.mode-excellent>.compo-fiberbox .cell-cocktail .divi-recipe  {
    grid-row: 2/3;
    grid-column: 1/2;
}
.this-content-field section.finalist .area-list .block-list .each.mode-excellent>.compo-fiberbox .cell-cocktail .divi-concept  {
    grid-row: 3/4;
    grid-column: 1/3;
}
/*----------------*/
.this-content-field section.finalist .area-list .block-list .cell-entrant {
}
.this-content-field section.finalist .area-list .block-list .cell-entrant .divi-photo {
}
.this-content-field section.finalist .area-list .block-list .cell-entrant .divi-photo .envel-photo {
}
.this-content-field section.finalist .area-list .block-list .each.mode-champion .cell-entrant .divi-photo .envel-photo {
    width: 100%;
    aspect-ratio: 630/840;
}
.this-content-field section.finalist .area-list .block-list .each.mode-excellent .cell-entrant .divi-photo .envel-photo {
    width: 226px;
    aspect-ratio: 630/840;
}
.this-content-field section.finalist .area-list .block-list .cell-entrant .divi-photo .envel-photo .figelm {
    border-radius: 50px 7px 50px 7px;
}
.this-content-field section.finalist .area-list .block-list .each.n1 .cell-entrant .divi-photo .envel-photo .figelm {
    background-image: url(../img/winner/pic_person_01.png);
}
.this-content-field section.finalist .area-list .block-list .each.n2 .cell-entrant .divi-photo .envel-photo .figelm {
    background-image: url(../img/winner/pic_person_02.png);
}
.this-content-field section.finalist .area-list .block-list .each.n3 .cell-entrant .divi-photo .envel-photo .figelm {
    background-image: url(../img/winner/pic_person_03.png);
}
.this-content-field section.finalist .area-list .block-list .cell-entrant .divi-profile {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0;
}
.this-content-field section.finalist .area-list .block-list .each.mode-champion .cell-entrant .divi-profile {
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.this-content-field section.finalist .area-list .block-list .each.mode-excellent .cell-entrant .divi-profile {
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.this-content-field section.finalist .area-list .block-list .cell-entrant .divi-profile .envel-rank {
    padding: 20px 30px 20px 0;
}
.this-content-field section.finalist .area-list .block-list .cell-entrant .divi-profile .envel-rank .compo-fiberbox {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.this-content-field section.finalist .area-list .block-list .each.mode-champion .cell-entrant .divi-profile .envel-rank .compo-fiberbox {
    width: 140px;
    padding: 10px 0 10px 0;
}
.this-content-field section.finalist .area-list .block-list .each.mode-excellent .cell-entrant .divi-profile .envel-rank .compo-fiberbox {
    width: 80px;
    padding: 4px 0 4px 0;
}
.this-content-field section.finalist .area-list .block-list .cell-entrant .divi-profile .envel-rank .compo-fiberbox .txt {
}
.this-content-field section.finalist .area-list .block-list .each.mode-champion .cell-entrant .divi-profile .envel-rank .compo-fiberbox .txt {
    font-size: calc(var(--fontsize-base) * 3.3);
}
.this-content-field section.finalist .area-list .block-list .each.mode-excellent .cell-entrant .divi-profile .envel-rank .compo-fiberbox .txt {
    font-size: calc(var(--fontsize-base) * 2.6);
}
.this-content-field section.finalist .area-list .block-list .each.mode-champion .cell-entrant .divi-profile .envel-profile {
}
.this-content-field section.finalist .area-list .block-list .each.mode-excellent .cell-entrant .divi-profile .envel-profile {
}
.this-content-field section.finalist .area-list .block-list .cell-entrant .divi-profile .envel-profile {
}
.this-content-field section.finalist .area-list .block-list .cell-entrant .divi-profile .envel-profile .txt {
}
.this-content-field section.finalist .area-list .block-list .cell-entrant .divi-profile .envel-profile .txt.name {
    line-height: 1.2;
    font-weight: 700;
    color: var(--color-white);
}
.this-content-field section.finalist .area-list .block-list .each.mode-champion .cell-entrant .divi-profile .envel-profile .txt.name {
    padding: 0 0 10px 0;
    font-size: calc(var(--fontsize-base) * 4.0);
}
.this-content-field section.finalist .area-list .block-list .each.mode-excellent .cell-entrant .divi-profile .envel-profile .txt.name {
    padding: 0 0 8px 0;
    font-size: calc(var(--fontsize-base) * 3.0);
}
.this-content-field section.finalist .area-list .block-list .cell-entrant .divi-profile .envel-profile .txt.venue {
    line-height: 1.7;
    color: var(--color-white);
}
.this-content-field section.finalist .area-list .block-list .each.mode-champion .cell-entrant .divi-profile .envel-profile .txt.venue {
    font-size: calc(var(--fontsize-base) * 1.7);
}
.this-content-field section.finalist .area-list .block-list .each.mode-excellent .cell-entrant .divi-profile .envel-profile .txt.venue {
    font-size: calc(var(--fontsize-base) * 1.4);
}
.this-content-field section.finalist .area-list .block-list .cell-entrant .divi-desc {
}
.this-content-field section.finalist .area-list .block-list .each.mode-champion .cell-entrant .divi-desc {
    padding: 20px 0 0 0;
}
.this-content-field section.finalist .area-list .block-list .each.mode-excellent .cell-entrant .divi-desc {
    padding: 25px 0 0 0;
}
.this-content-field section.finalist .area-list .block-list .cell-entrant .divi-desc .txt {
    line-height: 1.8;
    color: var(--color-white);
}
.this-content-field section.finalist .area-list .block-list .each.mode-champion .cell-entrant .divi-desc .txt {
    font-size: calc(var(--fontsize-base) * 1.8);
}
.this-content-field section.finalist .area-list .block-list .each.mode-excellent .cell-entrant .divi-desc .txt {
    font-size: calc(var(--fontsize-base) * 1.6);
}
/*----------------*/
.this-content-field section.finalist .area-list .block-list .cell-cocktail {
}
.this-content-field section.finalist .area-list .block-list .cell-cocktail .divi-photo {
}
.this-content-field section.finalist .area-list .block-list .cell-cocktail .divi-photo .envel-photo {
}
.this-content-field section.finalist .area-list .block-list .each.mode-champion .cell-cocktail .divi-photo .envel-photo {
    width: 100%;
    aspect-ratio: 630/840;
}
.this-content-field section.finalist .area-list .block-list .each.mode-excellent .cell-cocktail .divi-photo .envel-photo {
    width: 226px;
    aspect-ratio: 630/840;
}
.this-content-field section.finalist .area-list .block-list .cell-cocktail .divi-photo .envel-photo .figelm {
    border-radius: 50px 7px 50px 7px;
}
.this-content-field section.finalist .area-list .block-list .each.n1 .cell-cocktail .divi-photo .envel-photo .figelm {
    background-image: url(../img/winner/pic_drink_01.png);
}
.this-content-field section.finalist .area-list .block-list .each.n2 .cell-cocktail .divi-photo .envel-photo .figelm {
    background-image: url(../img/winner/pic_drink_02.png);
}
.this-content-field section.finalist .area-list .block-list .each.n3 .cell-cocktail .divi-photo .envel-photo .figelm {
    background-image: url(../img/winner/pic_drink_03.png);
}
.this-content-field section.finalist .area-list .block-list .cell-cocktail {
    width: 100%;
}
.this-content-field section.finalist .area-list .block-list .cell-cocktail .divi-heading {
}
.this-content-field section.finalist .area-list .block-list .each.mode-champion .cell-cocktail .divi-heading {
    padding: 0 0 35px 0;
}
.this-content-field section.finalist .area-list .block-list .each.mode-excellent .cell-cocktail .divi-heading {
    padding: 0 0 30px 0;
}
.this-content-field section.finalist .area-list .block-list .cell-cocktail .divi-heading .txt {
    line-height: 1.4;
    font-weight: 700;
    color: var(--color-white);
}
.this-content-field section.finalist .area-list .block-list .each.mode-champion .cell-cocktail .divi-heading .txt {
    font-size: calc(var(--fontsize-base) * 3.3);
}
.this-content-field section.finalist .area-list .block-list .each.mode-excellent  .cell-cocktail .divi-heading .txt {
    font-size: calc(var(--fontsize-base) * 2.5);
}
.this-content-field section.finalist .area-list .block-list .cell-cocktail *  .envel-tag {
    display: inline-block;
    vertical-align: top;
    background-color: var(--color-cyan-01);
}
.this-content-field section.finalist .area-list .block-list .each.mode-champion .cell-cocktail *  .envel-tag {
    padding: 3px 13px 3px 13px;
    border-radius: 6px;
}
.this-content-field section.finalist .area-list .block-list .each.mode-excellent .cell-cocktail *  .envel-tag {
    padding: 4px 18px 4px 18px;
    border-radius: 6px;
}
.this-content-field section.finalist .area-list .block-list .cell-cocktail * .envel-tag .txt {
    font-weight: 700;
}
.this-content-field section.finalist .area-list .block-list .each.mode-champion .cell-cocktail * .envel-tag .txt {
    font-size: calc(var(--fontsize-base) * 1.9);
}
.this-content-field section.finalist .area-list .block-list .each.mode-excellent .cell-cocktail * .envel-tag .txt {
    font-size: calc(var(--fontsize-base) * 1.6);
}
.this-content-field section.finalist .area-list .block-list .cell-cocktail .divi-recipe {
    padding: 0 0 20px 0;
}
.this-content-field section.finalist .area-list .block-list .cell-cocktail .divi-recipe .envel-list {
    padding: 14px 0 0 0;
}
.this-content-field section.finalist .area-list .block-list .cell-cocktail .divi-recipe .envel-list .txt {
    padding: 0 0 0 1em;
    text-indent: -1em;
    line-height: 1.5;
    color: var(--color-white);
    margin: 5px 0 5px 0;
}
.this-content-field section.finalist .area-list .block-list .each.mode-champion .cell-cocktail .divi-recipe .envel-list .txt {
    font-size: calc(var(--fontsize-base) * 1.8);
}
.this-content-field section.finalist .area-list .block-list .each.mode-excellent .cell-cocktail .divi-recipe .envel-list .txt {
    font-size: calc(var(--fontsize-base) * 1.6);
}
/*----------------*/
.this-content-field section.finalist .area-list .block-list .cell-cocktail .divi-concept {
    position: relative;
}
.this-content-field section.finalist .area-list .block-list .cell-cocktail .divi-concept .divi-text {
    padding: 14px 0 0 0;
}
.this-content-field section.finalist .area-list .block-list .cell-cocktail .divi-concept .divi-text .envel-text {
    position: relative;
}
.this-content-field section.finalist .area-list .block-list .cell-cocktail .divi-concept .divi-text .envel-text .txt {
    line-height: 1.8;
    font-weight: 500;
    color: var(--color-white);
}
.this-content-field section.finalist .area-list .block-list .each.mode-champion .cell-cocktail .divi-concept .divi-text .envel-text .txt {
    font-size: calc(var(--fontsize-base) * 1.8);
}
.this-content-field section.finalist .area-list .block-list .each.mode-excellent .cell-cocktail .divi-concept .divi-text .envel-text .txt {
    font-size: calc(var(--fontsize-base) * 1.6);
}
/*----------------*/
.this-content-field section.finalist .area-jump {
}
.this-content-field section.finalist .area-jump .block-lead {
    padding: 0 0 30px 0;
    text-align: center;
}
.this-content-field section.finalist .area-jump .block-lead .cell-lead {
    padding: 0 0 5px 0;
}
.this-content-field section.finalist .area-jump .block-lead .cell-lead .txt {
    line-height: 1.7;
    font-size: calc(var(--fontsize-base) * 1.8);
    color: var(--color-white);
}
.this-content-field section.finalist .area-jump .block-jump {
    padding: 0 0 140px 0;
}
.this-content-field section.finalist .area-jump .block-jump .cell-button {
    text-align: center;
}
.this-content-field section.finalist .area-jump .block-jump .cell-button .compo-button {
    width: 520px;
    height: 100px;
    font-size: calc(var(--fontsize-base) * 2.3);
}
.this-content-field section.finalist .area-jump .block-jump .cell-button .compo-button .icon .cushion .figelm {
    background-image: url(../img/logo_bartimes.svg);
}

/*================*/
.this-content-field section.outroduction {
}
.this-content-field section.outroduction .inner {
}
/*----------------*/
.this-content-field section.outroduction .area-logo {
    padding: 70px 0 60px 0;
    text-align: center;
}
.this-content-field section.outroduction .area-logo .block-logo {
    display: inline-block;
    vertical-align: top;
    width: 310px;
    aspect-ratio: 368/304;
}
.this-content-field section.outroduction .area-logo .block-logo .figelm {
    background-image: url(../img/logo_bols.svg);
}
/*----------------*/
.this-content-field section.outroduction .area-edge {
}
.this-content-field section.outroduction .area-edge .block-edge {
    width: 100%;
    height: 345px;
}
.this-content-field section.outroduction .area-edge .block-edge .figelm {
    width: 100%;
    height: 100%;
    background-image: url(../img/pic_bols_liqueur_a.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: auto 100%;
}

/*================*/
.this-content-field *[data-inview="type-a"] .base {
    position: relative;
    top: 20px;
    transition-property: top,opacity;
    transition-duration: 0.7s;
    transition-timing-function: linear;
    opacity: 0;
}
.this-content-field *[data-inview="type-a"] .base.act-inview {
    top: 0;
    opacity: 1;
}
/*----------------*/
.this-content-field *[data-inview="type-b1"] .each .figelm {
    position: relative;
    top: 20px;
    transition-property: top,opacity;
    transition-duration: 0.7s;
    transition-timing-function: linear;
    opacity: 0;
}
.this-content-field *[data-inview="type-b1"] .each .figelm.act-inview {
    top: 0;
    opacity: 1;
}
/*----------------*/
.this-content-field *[data-inview="type-b2"] .divi-deco .each .figelm {
    position: relative;
    top: 20px;
    transition-property: top,opacity;
    transition-duration: 0.7s;
    transition-timing-function: linear;
    opacity: 0;
}
.this-content-field *[data-inview="type-b2"] .divi-deco .each .figelm.act-inview {
    top: 0;
    opacity: 1;
}
/*----------------*/
.this-content-field *[data-inview="type-c"] .area-list .each .figelm {
    position: relative;
    top: 20px;
    transition-property: top,opacity;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    opacity: 0;
}
.this-content-field *[data-inview="type-c"] .area-list .each .figelm.act-inview {
    top: 0;
    opacity: 1;
}
/*----------------*/
.this-content-field *[data-inview="type-d"] .block-edge .figelm {
    position: relative;
    top: 40px;
    transition-property: top,opacity;
    transition-duration: 1.7s;
    transition-timing-function: linear;
    opacity: 0;
}
.this-content-field *[data-inview="type-d"] .block-edge .figelm.act-inview {
    top: 0;
    opacity: 1;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::: */
@media (any-hover: hover){
    .this-content-field section.visual .area-logo .block-logo .hitelm:hover {
        transition-property: opacity;
        transition-duration: 0.2s;
        transition-timing-function: linear;
        opacity: 0.6;
    }
    .this-content-field .layer-navi .area-navi .block-menu .each .hitelm:hover {
        transition-property: opacity;
        transition-duration: 0.2s;
        transition-timing-function: linear;
        opacity: 0.6;
    }
    .this-content-field .compo-button.type-a .hitelm:hover .skin ,
    .this-content-field .compo-button.type-b .hitelm:hover .skin ,
    .this-content-field .compo-button.type-c .hitelm:hover .skin {
        transition-property: opacity;
        transition-duration: 0.2s;
        transition-timing-function: linear;
        opacity: 0.6;
    }
    .this-content-field section.entry .area-note .block-note .cell-contact .divi-inquiry .txt .hitelm:hover {
        text-decoration: none;
    }
    .this-content-field section.finalist .area-list .block-list .cell-cocktail .divi-concept .envel-more .hitelm:hover {
        opacity: 0.5;
    }

} /* end of hover query */
/* :::::::::::::::::::::::::::::::::::::::::::::::: */

/* :::::::::::::::::::::::::::::::::::::::::::::::: */
.this-content-field {
    container-type: inline-size;
}
@container (max-width: 880px) {
    .this-content-field section.award .area-about .block-about .cell-jump .divi-jump .compo-button {
        font-size: calc(var(--fontsize-base) * 1.6);
    }
    .this-content-field section.regulations .area-jump .block-jump .compo-button {
        font-size: calc(var(--fontsize-base) * 1.6);
    }
    .this-content-field section.entry .area-jump .block-jump .compo-button {
        font-size: calc(var(--fontsize-base) * 2.2);
    }
} /* end of container query */
@container (max-width: 960px) {
    .this-content-field section.finalist .area-list .block-list .each.mode-champion>.compo-fiberbox .cell-entrant {
        display: block;
    }
    .this-content-field section.finalist .area-list .block-list .each.mode-champion>.compo-fiberbox .cell-entrant .divi-photo {
        width: min(280px, 100%);
        padding: 10px 0 20px 0;
        margin: 0 auto 0 auto;
    }
    .this-content-field section.finalist .area-list .block-list .each.mode-champion>.compo-fiberbox .cell-cocktail {
        display: block;
    }
    .this-content-field section.finalist .area-list .block-list .each.mode-champion>.compo-fiberbox .cell-cocktail .divi-photo {
        width: min(280px, 100%);
        padding: 0 0 20px 0;
        margin: 0 auto 0 auto;
    }
} /* end of container query */
@container (min-width: 1151px) {
    .this-content-field section.finalist .area-list .block-list .each.mode-excellent>.compo-fiberbox {
        flex-direction: row;
        gap: 0 4%;
    }
    .this-content-field section.finalist .area-list .block-list .each.mode-excellent>.compo-fiberbox .cell-entrant {
        width: 50%;
    }
    .this-content-field section.finalist .area-list .block-list .each.mode-excellent>.compo-fiberbox .cell-cocktail {
        width: 50%;
    }
} @container (max-width: 1150px) {
    .this-content-field section.finalist .area-list .block-list .each.mode-excellent>.compo-fiberbox {
        flex-direction: column;
        gap: 40px 0;
    }
    .this-content-field section.finalist .area-list .block-list .each.mode-excellent>.compo-fiberbox .cell-entrant {
        width: 100%;
    }
    .this-content-field section.finalist .area-list .block-list .each.mode-excellent>.compo-fiberbox .cell-cocktail {
        width: 100%;
    }
} /* end of container query */
/* :::::::::::::::::::::::::::::::::::::::::::::::: */

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
} /* end of media query */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

