

* {
    box-sizing: border-box;
}
p {
    padding: 0;
    margin: 0;
}
body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.artFirst {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.artFirst ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style-type: none;
}
.artFirst ul li {
    text-align: center;
    color: #FFF;
}
.artFirst ul li h3 img {
    flex: none;
    height: auto;
    margin: 0px 0px 0px 0px;
    width: 120px;
    max-width: 100%;
    margin: 0px 0px 24px 0px;
}
.artFirst ul li h1 {
    color: #ffffff;
    font-size: 64px;
    font-weight: 700;
    height: auto;
    line-height: 1.2em;
    margin: -25px 0px 8px 0px;
    text-align: center;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
    width: auto;
    z-index: 1;
    max-width: 100%;
    justify-content: center;   
}
.artFirst ul li h1 span.sub {
    font-size: 0.7em;
}
.artFirst ul li h1 span.ws {
    white-space: nowrap;
}
.artFirst ul li h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    height: auto;
    line-height: 1.4;
    margin: 24px 0px 0px 0px;
    text-align: center;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
    letter-spacing: 0.05em;
    max-width: 100%;
    margin-bottom: 20px;
}
.artFirst ul li h4 {
    display: flex;
    align-items: center;
    margin: 10px 0 100px;
    padding: 16px 40px 16px 40px;
    width: auto;
    border-radius: 100vh;
    background-color: #FFF;
    color: #1e5a9f;
    font-size: 16px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.artFirst ul li h4 span {
    font-size: 40px;
    margin: 0px 12px 0px 16px;
}
.artFirst p {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.4;
    text-align: center;
    color: #ffffff;
    writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    padding-left: 8px;
    letter-spacing: 0.2em;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    max-width: calc(100% - 8px);
    justify-content: center;
    border-left: 1px solid #FFF;
}
@media screen and (max-width: 1140px) {
    .artFirst ul li h1 {
        font-size: 48px;
    }
    .artFirst ul li h2 {
        font-size: 16px;
    }
}
@media screen and (max-width: 540px) {
    .artFirst ul li h1 {
        font-size: 40px;
    }
    .artFirst ul li h2 {
        font-size: 16px;
    }
}
@media screen and (max-width: 320px) {
    .artFirst ul li h1 {
        font-size: 28px;
    }
    .artFirst ul li h2 {
        font-size: 16px;
    }
}

.artSecond {
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 0px 80px 0px;
}
.artSecond h2 {
    width: auto;
    height: auto;
    font-family: var(--s-font-8aa81cf7);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: #1e5a9f;
    margin: 0px 0px 20px 0px;
    letter-spacing: 0.02em;
    max-width: 100%;
    justify-content: center;
}
.artSecond p.desc {
    width: 60%;
    height: auto;
    font-family: var(--s-font-6086bf9d);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    color: #1e5a9f;
    flex: none;
    margin: 0px 0px 36px 0px;
    max-width: 60%;
    justify-content: center;
}
.artSecond div {
    width: 960px;
    height: 540px;
    background: #000000;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 100%;
}
.artSecond div video {
    width: 100%;
    height: 100%;
}
.artSecond p.message {
    height: auto;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: #1e5a9f;
    margin: 37px 0px 8px 0px;
    letter-spacing: NaNem;
    max-width: 100%;
    justify-content: center;
}


@media screen and (max-width: 840px) {
    .artSecond p.desc {
        flex: none;
        width: 80%;
        max-width: 80%;
    }
    .artSecond div {
        flex: none;
        width: 640px;
        height: 360px;
        max-width: 100%;
    }
    .artSecond p.message {
    }
}
@media screen and (max-width: 540px) {
    .artSecond {
        padding: 40px 0px 32px 0px;
    }
    .artSecond h2 {
        line-height: 1.1;
        font-size: 32px;
    }
    .artSecond p.desc {
        flex: none;
        width: 85%;
        text-align: justify;
        font-size: 15px;
        max-width: 85%;
        justify-content: space-between;
    }
    .artSecond div {
        flex: none;
        width: 320px;
        height: 180px;
        max-width: 100%;
    }
    .artSecond p.message {
        font-size: 20px;
        line-height: 1.1;
        margin: 36px 0px 8px 0px;
        max-width: 100%;
    }
}

.artThird {
    background: #f8f7f6;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 0px 100px 0px;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.artThird:before {
    background: #757575;
    position: absolute;
    left: 50%;
    top: calc(0% - 25px);
    height: 50px;
    width: 1px;
    max-width: 100%;
    content: '';
}

.artThird .furusato-info {
    color: #757575;
    font-size: 20px;
    font-weight: 500;
    height: auto;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 12px 20px 0px 20px;
    text-align: center;
    width: auto;
    max-width: calc(100% - 40px);
    justify-content: center;
}
.artThird .furusato-title {
    color: #1e5a9f;
    font-size: 40px;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.01em;
    line-height: 1.3;
    text-align: center;
    margin: 0px 0px 20px 0px;
    width: auto;
}
.artThird p.furusato-desc {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    letter-spacing: 0.01em;
    line-height: 1.8;
    margin: 0px 0px 24px 0px;
    text-align: center;
    width: 80%;
    max-width: 80%;
    justify-content: center;
}
.artThird p.furusato-select {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    letter-spacing: 0.01em;
    line-height: 1.8;
    margin: 0px 0px 24px 0px;
    text-align: center;
    justify-content: center;
}
.artThird a.button {
    display: flex;
    align-content: center;
    align-items: center;
    background: #ad0003;
    border-radius: 60px;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto;
    justify-content: space-between;
    align-items: center;
    padding: 16px 30px;
    width: auto;
    max-width: 100%;
    cursor: pointer;
}
.artThird a.button img {
    display: inline-block;
    height: auto;
    margin: 0px 80px 0px 0px;
    width: 160px;
    max-width: calc(100% - 80px);
}

.artThird a.button > span {
    display: inline-flex;
    align-content: center;
    align-items: center;
    background: rgba(0,0,0,0.0);
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-radius: 50%;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 30px;
    justify-content: center;
    margin: 0px 0px 0px 0px;
    width: 30px;
    max-width: 100%;

    justify-content: center;
    align-items: center;
    color: white;
    background-color: #ad0003;
    transition: 250ms;
}
.artThird a.button:hover > span {
    background: white;
}

.artThird a.button > span > span {
    margin-left: 3px;
    transition: 250ms;
    color: white;
}
.artThird a.button:hover > span > span {
    color: #ad0003;
}


footer {
    align-content: center;
    align-items: center;
    background: #1e5a9f;
    display: flex;
    flex-wrap: nowrap;
    height: auto;
    justify-content: space-between;
    padding: 20px;
    width: 100%;
    max-width: 100%;
    color: white;
}
footer .name {
    color: #ffffff;
    font-family: var(--s-font-6c9ef83a);
    font-size: 16px;
    font-weight: 500;
    height: auto;
    line-height: 1.4;
    width: auto;
    max-width: 100%;
    justify-content: center;
}
footer .copy {
    color: #ffffff;
    flex: none;
    font-family: var(--s-font-6086bf9d);
    font-size: 13px;
    font-weight: 400;
    height: 21px;
    line-height: 1.4;
    width: auto;
    max-width: calc(100% - 10px);
    justify-content: center;
}

@media screen and (max-width: 840px) {
    footer {
        display: flex;
        flex-direction: column;
        align-items: start;
        height: auto;
        text-align: left;
        max-width: 100%;
    }
    footer .name {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 540px) {
    footer {
        display: flex;
        flex-direction: column;
        align-items: start;
        height: auto;
        text-align: left;
        max-width: 100%;
    }
    footer .name {
        margin-bottom: 10px;
        font-size: 15px;
    }
}
@media screen and (max-width: 320px) {
    footer {
        display: flex;
        flex-direction: column;
        align-items: start;
        height: auto;
        text-align: left;
    }
    footer .name {
        margin-bottom: 10px;
        font-size: 15px;
    }
}

.btn-disabled {
    background-color: #757575 !important;
}
.btn-disabled > span {
    background-color: #757575 !important;
}



.backgroundVideo {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: #000;
}
.backgroundVideo video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.backgroundVideo div:after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.25);
  /* background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 4px 4px; */
}


#cmbLang {
    position: absolute;
    top: 5px;
    right: 5px;
    border: 1px solid #CCC;
    padding: 10px 15px;
    z-index: 9999;
    font-weight: bold;
    text-align: center;
    background-color: rgb(255,255,255,0.50);
}

a, a:hover, a:visited, a:active {
    color: inherit;
    text-decoration: none;
}

.furusato-attention {
    color: firebrick;
    background-color: rgba(173, 0, 3, 0.1);
    font-size: 12px;
    text-align: center;
    margin-top: 35px;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
}
.furusato-select > p {
    text-align: center;
    font-size: 16px;
    padding: 15px 0 10px 0;
    text-align: center;
}
.furusato-select > p > span {
    text-align: center;
    font-size: 12px;
    color: firebrick;
}

#cmbBranch:focus {
    outline: none;
}

#cmbBranch {
    text-align: center;
    margin: 15px 0;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #1e5a9f;
    font-size: 18px;
    height: 50px;
}