/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
  Custom styles
   ========================================================================== */

#pageloading {
    background: #0AAAE7;
    width: 100%;
    height: 100vh; /* 変数をサポートしていないブラウザのフォールバック */
    height: calc(var(--vh, 1vh) * 100);
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    display: table;
    z-index: 100;
}

#pageloading-icon {
    display: table-cell;
    vertical-align: middle;
}

/* Loading icon */
.la-line-scale,
.la-line-scale > div {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.la-line-scale {
    display: block;
    font-size: 0;
    color: #fff;
}
.la-line-scale.la-dark {
    color: #333;
}
.la-line-scale > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-line-scale {
    width: 40px;
    height: 32px;
}
.la-line-scale > div {
    width: 4px;
    height: 32px;
    margin: 2px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    -webkit-animation: line-scale 1.2s infinite ease;
            animation: line-scale 1.2s infinite ease;
}
.la-line-scale > div:nth-child(1) {
    -webkit-animation-delay: -1.4s;
            animation-delay: -1.4s;
}
.la-line-scale > div:nth-child(2) {
    -webkit-animation-delay: -1.3s;
            animation-delay: -1.3s;
}
.la-line-scale > div:nth-child(3) {
    -webkit-animation-delay: -1.2s;
            animation-delay: -1.2s;
}
.la-line-scale > div:nth-child(4) {
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
}
.la-line-scale > div:nth-child(5) {
    -webkit-animation-delay: -.9s;
            animation-delay: -.9s;
}
.la-line-scale > div:nth-child(6) {
    -webkit-animation-delay: -.8s;
            animation-delay: -.8s;
}
.la-line-scale > div:nth-child(7) {
    -webkit-animation-delay: -.7s;
            animation-delay: -.7s;
}
.la-line-scale > div:nth-child(8) {
    -webkit-animation-delay: -.6s;
            animation-delay: -.6s;
}
.la-line-scale > div:nth-child(9) {
    -webkit-animation-delay: -.5s;
            animation-delay: -.5s;
}

.la-line-scale.la-2x {
    width: 81px;
    height: 100px;
}
.la-line-scale.la-2x > div {
    width: 3px;
    height: 100px;
    margin: 3px;
    margin-top: 0;
    margin-bottom: 0;
}

/*
 * Animation
 */
@-webkit-keyframes line-scale {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4);
                transform: scaleY(.4);
    }
    20% {
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
    }
}
@keyframes line-scale {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4);
                transform: scaleY(.4);
    }
    20% {
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
    }
}



/* ==========================================================================
   Contents Area
   ========================================================================== */
.content {
    max-width: 960px;
    margin: 0 auto;
    /*padding: 0 20px;*/
    position: relative;
    background: rgba(255,255,255, 0.7);
}
.content-in {
    width: 100%;
    
    background: url(../img/squbg.png);
}
header {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 0px;
    background: url(../img/mainbg.jpg) no-repeat center;
    background-size: contain;
    /*min-height: 600px;*/
    height: auto;
    position: relative;
}
/*------------------------------
  〜414px
------------------------------ */
@media screen and (max-width:414px) {
	header {
        background: none;
    }
}

header .hd-wrap {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.entryDate {
    margin-top: 30px;
    margin-bottom: 30px;
}
.entryDate-in {
    width: 80%;
    max-width: 780px;
    margin: 0 auto 80px auto;
    padding: 0 20px;
}

footer,
section {
    opacity: 0;
    -webkit-transition: -webkit-transform .3s linear;
    -o-transition: -o-transform .3s linear;
    transition: -webkit-transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


/*------------------------------
  Animation for main
------------------------------ */
.main {
    opacity: 0;
}
.main-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;

    -webkit-animation-delay: .5s;
    animation-delay: .5s;

    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
       transition-duration: 500ms;
    opacity: 1;
}
/* ------------------------------ */

.hd-bg {
    z-index: 9;
    opacity: 0;
    -webkit-transition: -webkit-transform 1s linear;
    -o-transition: -o-transform 1s linear;
    transition: -webkit-transform 1s linear;
    -o-transition: transform 1s linear;
    transition: transform 1s linear;
    transition: transform 1s linear, -webkit-transform 1s linear;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.logo-hd {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    opacity: 0;
    -webkit-transition: -webkit-transform 1s linear;
    -o-transition: -o-transform 1s linear;
    transition: -webkit-transform 1s linear;
    -o-transition: transform 1s linear;
    transition: transform 1s linear;
    transition: transform 1s linear, -webkit-transform 1s linear;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.logo-catch {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
    opacity: 0;
    -webkit-transition: -webkit-transform 1s linear;
    -o-transition: -o-transform 1s linear;
    transition: -webkit-transform 1s linear;
    -o-transition: transform 1s linear;
    transition: transform 1s linear;
    transition: transform 1s linear, -webkit-transform 1s linear;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.logo-hd {
    top: 0;
    right: 0;
    left: 0;
}

.logo-catch {
    top: 0;
    right: 0;
    left: 0;
}

.hd-bg img,
.logo-hd img,
.logo-catch img {
    width: 100%;
    height: auto;
}


/*------------------------------
  Animation for Elements
------------------------------ */
.hd-bg-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;

    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    opacity: 1;
}

.hd-elements-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;

    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
       transition-duration: 500ms;
    opacity: 1;
}

.hd-elements-in2 {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;

    -webkit-animation-delay: .9s;
    animation-delay: .8s;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
       transition-duration: 500ms;
    opacity: 1;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
    }
    @keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* ------------------------------ */


/* ==========================================================================
   Sections
   ========================================================================== */
.title {
    margin: 0 auto 3rem;
    text-align: center;
}
.title img {
    height: 85px;
}
.title.text {
    font-size: 2rem;
    font-weight: bold;
    /*color: #0AAAE7;*/
}
.textarea {
    padding: 15px;
}
/*------------------------------
  〜414px
------------------------------ */
@media screen and (max-width:414px) {
    .title.text {
        font-size: 8vw;
    }
    .title img {
        height: 45px;
    }
}

section.sponsorArea {
    max-width: 820px;
    padding: 50px 50px 0;
    margin: 0 auto;
}
section.sns {
    max-width: 1200px;
    padding: 30px;
    margin: 0 auto;
}
section.sponsorArea ul {
    margin: 0 auto 4rem;
    max-width: 600px;
    display: flex;
}
section.sponsorArea ul:last-of-type {
    margin-bottom: 0;
}

section.sponsorArea ul li {
    box-sizing: border-box;
    /*margin: 0 0 1rem;*/
    display: inline-block;
    width: 50%;
    padding: 0px 12px 12px 12px;
}
section.sponsorArea ul li.long {
    margin-bottom: 2.5rem;
    display: block;
    width: 100%;
}

section.sns ul {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

section.text-intro {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px;
}

section.qTeenAD2019 {
    max-width: 860px;
    margin: 0 auto;
    padding: 0px 15px 30px;
}
.desktop section.qTeenAD2019 a:hover img {
    opacity: .75 !important;
}

/*------------------------------
  〜414px
------------------------------ */
@media screen and (max-width:414px) {
    section.sponsorArea {
        max-width: 100%;
        padding: 50px 3% 0;
        margin: 0 auto 4rem;
    }
    section.sponsorArea ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    section.sponsorArea ul li {
        width: 65%;
        margin: 8px;
    }
    section.sponsorArea ul li.long {
        margin-bottom: 1rem;
        width: auto;
    }
    section.text-intro {
        padding: 50px 30px;
    }
}
/*------------------------------
  〜320px
------------------------------ */
@media screen and (max-width:320px) {
    section.sponsorArea {
        max-width: 100%;
        padding: 50px 0 0;
    }
    section.sponsorArea ul li {
        width: 38%;
        margin: 10px;
    }
}

section.sns ul li {
    margin: 0 10px;
    display: inline-block;
}
.text-dates,
.text-schedule {
    max-width: 860px;
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    margin: 0 auto 5rem !important;
    padding: 0 20px;
    line-height: 4rem;
}
.text-dates span,
.text-schedule span {
    font-weight: bold;
}
.text-schedule {
    padding: 2rem 1rem;
    vertical-align: middle;
    background-color: #E6F6FD;
}
.schedule-chosei {
    font-size: 16px;
    vertical-align: text-top;
    text-align: center;
    display: block;
    width: 100%;
    line-height: 20px;
}

.schedule-shinsa {
    padding-right: 0.5rem;
}

.schedule {
    max-width: 860px;
    text-align: center;
    margin: 0 auto 5rem auto;
    padding: 50px 20px 0;
}



.text-schedule2 {
    max-width: 860px;
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    margin: 0 auto 2rem !important;
    padding: 0 20px;
    line-height: 4rem;
}
.text-schedule2 span {
    font-weight: bold;
}
.text-schedule2 {
    padding: 2rem 1rem;
    vertical-align: middle;
    background-color: #E6F6FD;
    border-radius: 15px;
}
.schedule-text-note {
    margin-bottom: 5rem!important;
}
/*------------------------------
  〜414px
------------------------------ */
@media screen and (max-width:414px) {
    .schedule {
        padding: 50px 0 0;
    }
}


.schedule-01,
.schedule-02,
.schedule-03 {
    margin: 0 auto 1rem;
    text-align: center;
}
/*------------------------------
  〜414px
------------------------------ */
@media screen and (max-width:414px) {
    .schedule-01 img,
    .schedule-02 img,
    .schedule-03 img {
        width: 100%;
        height: auto;
    }
}

.schedule ul {
    max-width: 860px;
    margin: 0 auto 6rem;
    font-size: 0.9rem;
}
.schedule ul li {
    text-align: left;
    margin-bottom: 0.5rem;
}

.benefits,
.condition {
    max-width: 900px;
    margin: 0 auto 3rem;
    text-align: center;
}
.condition {
    /*padding: 0 5px;*/
}

.condition-left,
.condition-right {
    width: calc(50% - 34px);
    display: inline-block;
    vertical-align: top;
    /*margin-bottom: 4rem;*/
}

.benefits-blue {
    /*background-color: #adc5ff;*/
    background: url(../img/benefitbg.jpg) no-repeat;
    background-size: cover;
    width: auto;
    padding: 30px;
    display: inline-block;
    vertical-align: top;
    border-radius: 15px;
    border: solid 10px #ffa2e2;
}

.condition-left{
    margin-right: 12px;
}
.condition-right {
    margin-left: 13px;
    /*border: 1px solid #ddd;*/
}
.condition-blue {
    padding: 15px;
    background-color: #E6F6FD;
    border-radius: 15px;
    
}
.condition-blue.mb6rem {
    margin-bottom: 6rem;
}
.benefits-blue .list-disc {
    padding: 20px;
    background: #FFF;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 4px #adc5ff);
}
.benefits-blue .list-disc li {
    margin-bottom: 0;
    margin: 8px 0;
    font-weight: bold;
}
.benefits-award-title {
    text-align: center;
    margin: 0 auto 1.5rem;
    /*background-color: #0AAAE7;*/
}
.benefits-award-title img {
    width: 40%;
    max-width: 100%;
    height: auto;
}
@media screen and (max-width:414px) {
    .benefits-award-title img {
        width: 70%;
        max-width: 100%;
        height: auto;
    }
}
.way {
    max-width: 900px;
    margin: 0 auto 3rem;
}
.way dl.step {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.way dl.step dt {
    width: 15%;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: dotted 1px;
}
.way dl.step dt span {
    display: inline-block;
    background: #FFF;
    padding: 10px;
    line-height: 1;
    border-radius: 15px;
    font-weight: bold;
}
.way dl.step dd {
    width: 85%;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: dotted 1px;
    line-height: 2;
}
h4.subti span {
    display: inline-block;
    border-bottom: solid;
}
ul.list-disc {
    padding-left: 0px;
    margin: 0 auto;
    list-style: none;
    text-align: left;
    margin-bottom: 1rem;
    width: auto;
}
.tac {
    text-align: center;
}
ul.list-disc li {
    list-style: none;
    padding-left: 1.8rem;
    text-indent: -1.8rem;
    text-align: left;
    margin-bottom: 1.5rem;
    font-size: 1.15rem;
    vertical-align: top;
}
ul.list-disc li.w50l,
ul.list-disc li.w50r {
    display: inline-block;
    width: calc(50% - 42px);
}
ul.list-disc li.w50l {
    margin-right: 10px;
}
ul.list-disc li.w50r {
    margin-left: 10px;
}

ul.list-disc li:before {
    content: "・";
    color: #000;
    font-size: 1.15rem;
    padding-right: 0.5rem;
    padding-left: 0.2rem;
}
ul.list-disc li.asterisk:before {
    content: "※";
    color: #000;
    font-size: 1.15rem;
    padding-right: 0.5rem;
    padding-left: 0.2rem;
}
ul.list-disc:last-of-type,
ul.list-disc li:last-of-type {
    /*margin-bottom: 2rem;*/
}
.condition-blue ul.list-disc:last-of-type,
.condition-blue ul.list-disc li:last-of-type {
    margin-bottom: 0;
}

.sound {
    max-width: 900px;
    margin: 0 auto 3rem;
}
.sound .title {
    padding: 0 15px;
    margin-bottom: 1rem;
}
.sound ul {
    margin-top: 1rem;
}
.sound-blue {
    padding: 15px;
    background-color: #E6F6FD;
    border-radius: 15px;
}

.question {
    max-width: 900px;
    margin: 0 auto 3rem;
}

.qbox {
    padding: 0 15px;
}
.qbox dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.qbox dl dt.q {
    width: 30px;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.qbox dl dd.q {
    width: calc(100% - 30px);
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.qbox dl dt.a {
    width: 30px;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.qbox dl dd.a {
    width: calc(100% - 30px);
    margin-bottom: 0.5rem;
}
/*------------------------------
  〜414px
------------------------------ */
@media screen and (max-width:414px) {
    ul.list-disc li.w50l,
    ul.list-disc li.w50r {
        display: block;
        width: auto;
        margin-right: 0;
        margin-left: 0;
    }
}


.twt-sp {
    display: none;
}
.txtlink {
    border-radius:10px;
    border:solid 1px;
    display: inline-block;
    padding: 4px 12px;
}

/*------------------------------
〜899px
------------------------------ */
@media screen and (max-width:899px) {
    .way dl.step {
        display: block;
    }
    .way dl.step dt {
        width: 100%;
        padding-bottom: 1rem;
        margin-bottom: 0rem;
        border-bottom: none;
    }
    .way dl.step dt span {
        display: inline-block;
        background: #FFF;
        padding: 10px;
        line-height: 1;
        border-radius: 15px;
        font-weight: bold;
    }
    .way dl.step dd {
        width: 100%;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: dotted 1px;
        line-height: 2;
    }
}


/*------------------------------
  415px〜899px
------------------------------ */
@media screen and (min-width:415px) and (max-width:899px) {
    .dates-kara {
        display: block;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        margin: 0 auto;
    }
}

/*------------------------------
  〜414px
------------------------------ */
@media screen and (max-width:414px) {
    .text-dates {
        font-size: 12vw;
        padding: 0 10px 0 30px;
    }
    .dates-year { display: none;}
    .dates-kara {
        display: block;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        margin: 0 auto 0.5rem;
    }
    .text-schedule {
        /*font-size: 2.4rem;*/
        font-size: 7.8vw;
        line-height: 11vw;
        padding: 2rem 0.5rem 2rem 1.5rem;
    }
    .schedule-shinsa {
        padding-right: 0;
        display: block;
    }
    .schedule-chosei {
        display: block;
        font-size: 16px;
        padding-left: 0;
    }
    .benefits-blue,
    .benefits-yellow,
    .condition-right {
        /*width: calc(100% - 30px);*/
        width: 100%;
        padding: 15px 15px 30px;
        display: inline-block;
        vertical-align: top;
        margin: 0 0;
    }
    .condition-left {
        width: 100%;
        padding: 15px 15px 30px;
        display: inline-block;
        vertical-align: top;
        margin: 0 0;
    }
    .benefits-blue {
        margin-bottom: 0;
    }
    .condition-right {
        /*display: none;*/
    }
    .twt-sp {
        display: block;
        border: 1px solid #ddd;
        margin: 20px;
    }
}

section h3,
section h4,
section h5,
section h6 {
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
    text-align: center;
}

section p {
    font-size: 1.15rem;
    line-height: 1.8rem;
    margin-bottom: 1.4rem;
}
section p:last-of-type {
    margin-bottom: 0;
}

.text-entry {
    max-width: 800px;
    margin: 0 auto 4rem;
    padding: 50px;
    background-color: #E6F6FD;
    border-radius: 15px;
}
.text-entry p {
     margin-bottom: 2.5rem;
}
.text-entry li {
    font-size: 1.15rem;
}
.btnArea {
    margin: 2rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

}

.btn-entry--blue,
.btn-entry--green,
.btn-entry--pink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3rem auto 0;
    padding: 35px 40px;
    border-radius: 40px;
    margin: 20px;
    cursor: pointer;
}

.btn-entry--blue img,
.btn-entry--green img,
.btn-entry--pink img {
    width: 100%;
    height: auto;
}

.btn-entry--blue {
    background: #0AAAE7;
}
.btn-entry--green {
    background: #00b900;
}

.btn-entry--pink {
    background: #E70A5F;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.desktop .btn-entry--pink:hover {
    opacity: .7;
}

/*------------------------------
  〜600px
------------------------------ */
@media screen and (max-width:600px) {
    .btnArea {
        display: block;
    }
    .btn-entry--blue,
    .btn-entry--pink {
        width: 70%;
        margin: 1rem auto;
    }
}



.gotop {
    margin-bottom: 1rem;
    display: block;
    text-align: center;
}

/*------------------------------
  〜899px
------------------------------ */
@media screen and (min-width:415px) and (max-width:899px) {
    .text-entry {
        margin: 0;
        padding: 30px;
    }
    .text-entry p {
        font-size: .9rem !important;
    }

}

/*------------------------------
  〜414px
------------------------------ */
@media screen and (max-width:414px) {
    .title img {
        width: 85%;
        height: auto;
        }
    .text-entry {
        margin: 0;
        padding: 20px;
    }
    .text-entry p {
        font-size: .9rem !important;
    }
}


/* ==========================================================================
   Footer
   ========================================================================== */
footer {
    margin: 30px 0 60px;
    text-align: center;
}
footer small { font-size: 0.7rem;}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*------------------------------
  〜414px
------------------------------ */
@media screen and (max-width:414px) {
    .pc { display: none;}
    .sp { display: block;}
}
/*------------------------------
  415px〜
------------------------------ */
@media screen and (min-width:415px) {
    .pc { display: block;}
    .sp { display: none;}
}


/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


dl.accordion dt.acco {
    display:none;
    text-align:center;
    cursor:pointer;
    padding:8px;
    /*background: #F4F4F4;*/
    font-size:larger;
    border: solid 1px;
    border-radius: 20px;
    margin:auto;
    width: 280px;
}

dl.accordion dd.accoDD { display:none;}
.inserBox {
    padding:15px;
    border:#2E2E2E solid 1px;
    background:url(../img/bgalp.png);
}

#contact {
    margin:0;
    padding: 0 20px;
}

.smaller {
    padding-bottom: 1rem;
    font-size: 1rem;
}

.form dt, .form dd {
    float:left;
    display:block;
    padding:6px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.formtxt {
    width:100%;
    padding:4px;
    background:#efefef;
    border:#C7C7C7 solid 1px;
}
.form dd {
    margin-left:0;
}
.dotlineform {
    clear:both;
    height:5px;
    margin-bottom:5px;
    border-bottom:dotted 1px #E7E7E7;
}
.btn {
    text-align:center;
    margin:auto;
    width:30%;
    font-size:larger;
    background:#E70A5F;
    padding:10px;
    display:block;
    color:#FFF;
    cursor:pointer;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border: none;
    outline: none;
    border-radius: 20px;
}
.btn.long {
    width: 60%;
}

.formtxt {
    padding: 10px;
    font-size: 100%;
}

.error {
    color: #FF0000;
}

.nanacontact {
    max-width: 900px;
    padding: 15px;
    margin: 0 auto 5rem auto;
}
.contactbox{
    padding: 20px;
    border: solid 1px #e70a5f;
}

.oshirase {
    max-width: 860px;
    margin: 0 auto 5rem;
}
.oshirasenbox{
    padding: 20px;
    border: solid 1px #e70a5f;
    background: #FFF;
}
p.indentleft {
    padding-left: 1em;
    text-indent: -1em;
}
.mb-0 {
    margin-bottom: 0;
}
/*------------------------------
  〜414px
------------------------------ */
@media screen and (max-width:414px) {
    .btn.long {
        width: 90%;
    }
}

.btn:hover {
    text-align:center;
    margin:auto;
    font-size:larger;
    display:block;
    opacity: .7;
}
textarea.formtxt { height:90px;}
.col-2-3 { width: 75%; }
.col-1-3 { width: 25%; }
.ml-2 { margin-left:16.6%}


@media screen and (max-width:414px) {
    .col-2-3 { width: 100%; }
    .col-1-3 { width: 100%; }
    dl.accordion dt.acco {
            width: 80%;
    }
}
#tubebox {
    width:100%;
    max-width: 800px;
    margin: auto;
    opacity: 0;
    -webkit-transition: -webkit-transform .3s linear;
    -o-transition: -o-transform .3s linear;
    transition: -webkit-transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.tubebox-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;

    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
       transition-duration: 500ms;
    opacity: 1 !important;
}
.tubebox-in-de1 {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;

    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
       transition-duration: 500ms;
    opacity: 1 !important;
}

.iframewrapper{
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.iframewrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width:414px) {
    .iframewrapper{
        position: relative;
        height: 0;
        overflow: hidden;
        padding-top: 150%;
    }
}
/* EOF */

footer p {
    margin-bottom: 1.5rem;
}

@media screen and (max-width:414px) {
    footer {
        padding: 0 15px;
    }
    .sp-tal {
        text-align: left;
    }
    .sp-mb0 {
        margin-bottom: 0 !important;
    }
    .sp-mt0 {
        margin-top: 0 !important;
    }
    .sp-mt1 {
        margin-top: 1rem !important;
    }
    .sp-mt2 {
        margin-top: 2rem !important;
    }
}
.tac {
    text-align: center;
}

.mgauto {
    margin: auto;
}

.pastAward-in {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.pastAward-in > div {
    width: calc(50% - 10px);
}

.criteria {
    max-width: 860px;
    margin: auto;
}
.criteriabox {
    margin-bottom: 5rem;
    padding: 0 20px;
}
.artistlink {
    display: inline-block;
    background: #FFF;
    color: #e70a5f;
    padding: 8px 12px;
    line-height: 1;
    border-radius: 20px;
    margin: 4px 0;
}
@media screen and (max-width:414px) {
    .pastAward-in {
        padding: 0 20px;
    }
    .pastAward-in > div {
        width: 100%;
    }
    .criteriabox {
        margin-bottom: 5rem;
        padding: 0 20px;
    }
}

.larger {
    font-size: larger;
}
.smaller {
    font-size: smaller;
}
.small {
    font-size: 0.8rem;
}
.catch {
    margin-bottom: 3rem;
}

@media screen and (max-width:414px) {
    .catch img  {
        width: 80%;
    }
    .small {
        font-size: 0.7rem;
    }
}


ul.defaultlist {
  list-style: revert;  /* ブラウザのデフォルトに戻す */
  padding: revert;
  margin: revert;
  padding-left: 20px;
}

ul.defaultlist li:not(:last-child) {
    margin-bottom: 0.5rem;
}