@charset "UTF-8";
/*
Theme Name: Gunma Next Generation Filmmaker Competition 2025
Description: Gunma Next Generation Filmmaker Competition 2025
Version: 2025.7
Author: YH
*/
/* ------------------------------------------
   Reset
------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
* {
    outline: none;
}
body {
    line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none;
}
blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
a:focus {
    outline: none;
}
a img {
    border: none;
}
input, button, select, textarea {
    border-radius: 0;
}
@media screen and (max-width: 767px) {
    input, button, select, textarea {}
}
/*
Web Fonts
font-family: "Zen Kaku Gothic New", sans-serif;
*/
/* ------------------------------------------
   Style
------------------------------------------ */
body {
    -webkit-font-smoothing: antialiased;
    height: 100%;
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
    -webkit-text-size-adjust: none;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    transition: opacity 1s ease;
    -webkit-print-color-adjust: exact;
    letter-spacing: 0;
    opacity: 0;
}
body.show {
    opacity: 1;
}
body p {
    color: inherit;
    font-size: inherit;
    line-height: 2em;
}
a, a img, button {
    text-decoration: none;
    font-weight: 500;
    color: #000;
    transition: all 0.3s ease;
    overflow-wrap: anywhere;
    word-break: break-all;
    text-align: left;
    cursor: pointer;
}
.pc_view a:hover {
    opacity: 0.75;
}
.pc_view button:hover {
    opacity: 0.75;
}
span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    /* word-break: keep-all; */
    /* word-wrap: normal; */
    overflow-wrap: break-word;
    letter-spacing: 0;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    line-height: inherit;
    line-height: 1.6em;
}
*[data-view=pc] {
    display: block !important;
}
*[data-view=sp] {
    display: none !important;
}
.outline {
    position: relative;
    min-width: 1000px;
    margin: 0 auto;
}
.main {
    margin: 0 auto;
    position: relative;
    transition: opacity 0.3s ease;
    z-index: 100;
}
.f_en {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}
.scrollactive.fadein {
    position: relative;
    top: 20px;
    transition: all ease 1s;
    opacity: 0;
}
.scrollactive.fadein.active {
    opacity: 1;
    top: 0;
}
header {
    position: fixed;
    display: flex;
    z-index: 1000;
    width: 100%;
    height: 0;
    transition: 0.6s all ease +0.6s;
    opacity: 0;
}
header.active {
    opacity: 1;
}
header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, #ffffffff 0%, #ffffff00 100%);
    opacity: 0.3;
    pointer-events: none;
}
header h1 {
    display: block;
    width: 160px;
    margin: 30px 0 0 45px;
    position: relative;
}
header h1 a {}
header h1 a img {}
header .gmenu {
    margin: 22px 0 0 auto;
    position: relative;
    display: flex;
    align-items: center;
}
.pc_view header .gmenu {
    opacity: 1 !important;
    display: block !important;
}
header .gmenu nav {
    display: block;
}
header .gmenu nav ul {
    display: flex;
    gap: 25px;
    height: 56px;
    align-items: center;
}
header .gmenu nav ul li {}
header .gmenu nav ul li a {
    font-size: 18px;
    display: block;
    padding: 5px;
    font-weight: 700;
}
header .bt_entry {
    display: flex;
    height: 56px;
    width: 190px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #16d3d8 0%, #A198E6 100%);
    border-radius: 100px;
    margin: 22px 40px 0 36px;
    position: relative;
}
header .bt_entry::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 100px;
    opacity: 0;
    transition: 0.3s ease all;
    mix-blend-mode: overlay;
}
header .bt_entry:hover {
    opacity: 1;
}
header .bt_entry:hover::before {
    opacity: 0.5;
}
header .bt_entry::after {
    content: "";
    display: block;
    background: url(../images/icon_arrow.webp) no-repeat center center / contain;
    width: 13px;
    height: 16px;
    margin-left: 12px;
}
header .bt_entry .f_en {
    font-size: 20px;
    color: #fff;
    display: block;
}
header .bt_menu {}
footer {
    position: relative;
    z-index: 1000;
}
footer .copyright {
    text-align: center;
    font-size: 12px;
    padding: 36px 0;
}
.main {
    position: relative;
    isolation: isolate;
}
.main .visual {
    z-index: 100;
    height: 100vh;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    isolation: isolate;
}
.main .visual .bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    width: 100dvw;
    height: 100vh;
    height: 100dvh;
    z-index: 0;
    background: #000;
}
.main .visual .bg video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s all ease;
}
.main .visual .copy {
    font-size: 74px;
    font-weight: 500;
    line-height: 1.3em;
    position: relative;
    transition: 0.6s all ease +0.6s;
    /* opacity: 0; */
    /* transform: scale(1.1); */
}
.main .visual.active .copy {
    /* transform: scale(1); */
    /* opacity: 1; */
}
.main .visual .copy::before {
    content: "世界から群馬へ、\A群馬から世界へ！";
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: overlay;
    display: block;
    letter-spacing: 0;
    padding-left: 0.5em;
}
.main .visual .copy.single {
    font-size: 68px;
}
.main .visual.active .copy.single {
    margin-top: 50px;
}
.main .visual .copy.single::before {
    content: "世界から群馬へ、群馬から世界へ！";
}
@media screen and (max-width: 1160px) {
    .main .visual .copy.single {
        font-size: 60px;
    }
}
.main .visual .copy span {
    mix-blend-mode: overlay;
    position: relative;
    display: block;
    letter-spacing: 0;
    padding-left: 0.5em;
}
.main .visual .subcopy {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3em;
    position: relative;
    margin-top: 24px;
}
.main .visual.active .subcopy {}
.main .visual .subcopy::before {
    content: "ぐんま次世代映像クリエイターコンペ";
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: overlay;
    display: block;
    letter-spacing: 0;
}
.main .visual .subcopy span {
    mix-blend-mode: overlay;
    position: relative;
    display: block;
    letter-spacing: 0;
}
.main .visual .bt_support {
    position: relative;
    width: 521px;
    transition: 0.6s all ease +0.6s;
    opacity: 0;
    transform: scale(1.1);
    margin-top: 0;
    height: 0;
}
.main .visual.active .bt_support {
    opacity: 1;
    transform: scale(1);
    height: 130px;
    margin-top: 44px;
}
.main .visual.active.delay .bt_support {
    transition: 0.3s all ease;
}
.main .visual.active .bt_support:hover {
    transform: scale(1.05);
}
.main .visual .bt_support img {}
.main .content {
    position: relative;
    z-index: 100;
}
.main .content .video {}
/*============================
#video_works
============================*/
.main .content .video video#video_works {
    object-fit: cover;
    height: 560px;
    width: 100%;
    display: block;
}
/*============================
#news
============================*/
.main .content .sec {
    padding: 100px 4% 140px 4%;
}
.main .content .sec h2 {
    font-size: 18px;
    font-weight: 700;
}
.main .content .sec h2 .f_en {
    display: block;
    font-size: 50px;
    line-height: 1em;
    margin-bottom: 12px;
}
.main .content .news>.inner {
    width: calc(100% - 440px);
    margin: -50px auto 0px auto;
    min-width: 600px;
}
.main .content .news {
    background: #76B281;
}
.main .content .news h2 {
    color: #fff;
}
.main .content .news ul {}
.main .content .news ul li {
    border-bottom: 1px solid #ffffff77;
}
.main .content .news ul li:nth-child(1) {
    border-top: 1px solid #ffffff77;
}
.main .content .news ul li .fbox {
    color: #fff;
    display: flex;
    font-size: 16px;
    padding: 18px 0;
}
.main .content .news ul li .fbox .date {
    line-height: 1.6em;
    width: 120px;
}
.main .content .news ul li .fbox .title {
    line-height: 1.6em;
    width: calc(100% - 120px);
}
/*============================
#feature
============================*/
.main .content .feature {}
.main .content .feature h2 {}
.main .content .feature h2 .f_en {}
.main .content .feature>.inner {
    max-width: あ;
    margin: 30px auto 0 auto;
}
.main .content .feature .fbox {
    display: flex;
    justify-content: center;
    gap: 36px;
}
.main .content .feature .fbox .box {
    background: #ffffffb3;
    width: calc((100% - 50px) / 2);
    padding: 60px 3% 50px 3%;
}
.main .content .feature .fbox .box:nth-child(2) {
    transition-delay: 0.2s;
}
.main .content .feature .fbox .box:nth-child(3) {
    transition-delay: 0.4s;
}
.main .content .feature .fbox .box .img {
    width: 230px;
    margin: 0 auto;
}
.main .content .feature .fbox .box .img img {}
.main .content .feature .fbox .box .title {
    text-align: center;
    font-weight: bold;
    color: #69BAB1;
    font-size: 30px;
    line-height: 1.3em;
    margin-top: 24px;
}
.main .content .feature .fbox .box .title span {
    display: block;
    font-size: 18px;
    line-height: 1.7em;
}
.main .content .feature .fbox .box:nth-child(2) .title {
    color: #74B48C;
}
.main .content .feature .fbox .box:nth-child(3) .title {
    color: #748AB4;
}
.main .content .feature .fbox .box .text {
    font-size: 17px;
    line-height: 1.6em;
    margin-top: 22px;
}
/*============================
#judge
============================*/
.main .judge {
    background: #fff;
}
.main .judge h2 {}
.main .judge h2 .f_en {}
.main .judge>.inner {
    max-width: 1060px;
    margin: 30px auto 0 auto;
}
.main .judge .lead {
    font-size: 18px;
}
.main .judge .lead2 {
    text-align: right;
    margin-top: 30px;
}
.main .judge ul {
    margin-top: 60px;
}
.main .judge ul li {
    display: flex;
    justify-content: space-between;
}
.main .judge ul li + li {margin-top: 70px;}
.main .judge ul li .img {
    width: 220px;
}
.main .judge ul li .img img {
    border-radius: 4px;
}
.main .judge ul li .info {
    width: calc(100% - 265px);
    padding: 10px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 220px;
    box-sizing: border-box;
}
.main .judge ul li .info .name {
    font-size: 32px;
    display: flex;
    align-items: end;
    line-height: 1em;
    font-weight: bold;
}
.main .judge ul li .info .name .position {
    font-size: 15px;
    line-height: 1em;
    margin: 0 0 3px 25px;
}
.main .judge ul li .info .name .f_en {
    margin-left: auto;
    font-size: 30px;
    color: #74B48C;
}
.main .judge ul li .info .profile {
    font-size: 14.5px;
    line-height: 1.6em;
}
/*============================
#overview
============================*/
.main .content .overview {
    background: #ffffffb3;
}
.main .content .overview h2 {}
.main .content .overview h2 .f_en {}
.main .content .overview>.inner {
    max-width: 1060px;
    margin: 69px auto 0 auto;
}
.main .content .overview dl {
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.8em;
}
.main .content .overview dl dt {
    width: 200px;
    color: #00000066;
    border-top: 1px solid #adadad69;
    padding: 20px 0;
}
.main .content .overview dl dd {
    width: calc(100% - 200px);
    border-top: 1px solid #adadad69;
    padding: 20px 0;
}
.main .content .overview dl dt:nth-child(1),
.main .content .overview dl dt:nth-child(1)+dd {
    border-top: none;
}
.main .content .overview dl dd>*:nth-child(1) {
    margin-top: 0 !important;
}
.main .content .overview dl dd>*:last-child {
    margin-bottom: 0 !important;
}
.main .content .overview dl dd .text {
    margin: 10px 0;
    line-height: 1.8em;
}
.main .content .overview dl dd .text a {
    color: #2aa056;
    text-decoration: underline;
}
.main .content .overview dl dd ol {
    margin: 10px 0;
}
.main .content .overview dl dd ol li {
    color: #2aa056;
    text-indent: -22px;
    padding-left: 22px;
}
.main .content .overview dl dd .note {
    line-height: 1.6em;
    font-size: 13px;
    font-weight: 400;
    margin: 5px 0;
}
.main .content .overview dl dd ul {
    margin: 10px 0;
}
.main .content .overview dl dd ul li {
    text-indent: -1em;
    padding-left: 1em;
}
/*============================
#support
============================*/
.main .content .support {
    background: #fff;
    margin: 80px auto 0 auto;
    box-shadow: 0 0 15px #00000016;
    box-sizing: border-box;
    padding: 70px 70px;
}
.main .content .support h3 {
    background: url(../images/h_support.webp) no-repeat center center / auto 84px;
    justify-content: center;
    display: flex;
}
.main .content .support h3 span {
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(90deg, #ebc431 0%, #2ad594 100%);
    background-size: 100%;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    display: block;
}
.main .content .support h3 span .f_en {
    display: block;
    font-size: 50px;
    line-height: 1em;
    margin-bottom: 8px;
    font-weight: 400;
}
.main .content .support>.inner {}
.main .content .support .title {
    text-align: center;
    margin-top: 35px;
    font-size: 26px;
    font-weight: 700;
}
.main .content .support .fbox {
    display: flex;
    justify-content: space-between;
    margin-top: 21px;
}
.main .content .support .fbox .box {
    width: calc((100% - 60px) / 3);
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #e8c533 0%, #abca53 100%);
    border-radius: 4px;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
}
.main .content .support .fbox .box+.box {
    background: linear-gradient(to right, #abca53 0%, #64d076 100%);
}
.main .content .support .fbox .box+.box+.box {
    background: linear-gradient(to right, #64d076 0%, #25d694 100%);
}
.main .content .support .fbox .box>.inner {
    width: 100%;
    padding: 34px 0;
}
.main .content .support .fbox .box .sub {
    font-size: 19px;
    opacity: 0.5;
    display: block;
    text-align: center;
    line-height: 1.3em;
    margin-bottom: 9px;
}
.main .content .support .fbox .box .num {
    font-size: 60px;
    line-height: 0.6em;
}
.main .content .support .fbox .box .mini {
    font-size: 32px;
}
.main .content .support .fbox .box .note {
    display: block;
    font-size: 13px;
    line-height: 1.5em;
    margin-top: 4px;
}
.main .content .support .fbox .box span {
    font-size: 42px;
    line-height: 1em;
    display: inline-block;
}
.main .content .support .fbox .box .sub span {
    font-size: 13px;
}
/*============================
#flow
============================*/
.main .content .flow {}
.main .content .flow h2 {
    text-align: center;
}
.main .content .flow h2 .f_en {}
.main .content .flow>.inner {
    max-width: 1060px;
    margin: 40px auto 0 auto;
    background: #ffffffb3;
    box-sizing: border-box;
    padding: 70px 60px;
}
.main .content .flow .img {}
.main .content .flow .img img {}
.main .content .flow .fbox {
    display: flex;
    padding: 50px 1% 0 1%;
    margin-top: 49px;
    border-top: 1px solid #adadad69;
    justify-content: space-between;
}
.main .content .flow .fbox .insec {
    width: calc((100% - 50px) / 2);
}
.main .content .flow .fbox .insec h3 {
    font-size: 16px;
    font-weight: bold;
    color: #54a774;
}
.main .content .flow .fbox .insec h3 .f_en {
    font-size: 34px;
    font-weight: 400;
    display: inline-block;
    margin-right: 16px;
}
.main .content .flow .fbox .insec .note {
    line-height: 1.6em;
    font-size: 13px;
    font-weight: 400;
    margin: 15px 0 0 0;
}
.main .content .flow .fbox .insec .text {
    margin: 15px 0 0 0;
    line-height: 1.8em;
    font-size: 17px;
}
.main .content .flow .fbox .insec .text .h {
    display: block;
    font-size: 15px;
    text-decoration: underline;
}
.main .content .flow .fbox .insec ul {
    font-size: 14px;
    line-height: 1.6em;
    margin-top: 5px;
}
.main .content .flow .fbox .insec ul li {
    text-indent: -1em;
    padding-left: 1em;
}
.main .content .entry {
    background: #000000cc;
    padding: 100px 0;
}
.main .content .entry a {
    display: flex;
    height: 120px;
    width: 590px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #16d3d8 0%, #A198E6 100%);
    border-radius: 100px;
    margin: 0 auto;
    color: #fff;
    flex-direction: column;
    line-height: 1em;
    font-weight: bold;
    position: relative;
}
.main .content .entry a .f_en {
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 10px;
}
.main .content .entry a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 100px;
    opacity: 0;
    mix-blend-mode: overlay;
    transition: 0.3s ease all;
}
.main .content .entry a:hover {
    opacity: 1;
}
.main .content .entry a:hover::before {
    opacity: 0.5;
}
.main .content .entry a::after {
    content: "";
    display: block;
    background: url(../images/icon_arrow.webp) no-repeat center center / contain;
    width: 20px;
    height: 24px;
    margin-left: 12px;
    position: absolute;
    right: 41px;
    top: 50%;
    transform: translate(0, -50%);
}
/*============================
#faq
============================*/
.main .content .faq {
    background: #fff;
}
.main .content .faq h2 {}
.main .content .faq h2 .f_en {}
.main .content .faq>.inner {
    max-width: 1060px;
    margin: 69px auto 0 auto;
}
.main .content .faq ul {
    font-size: 15px;
    line-height: 1.8em;
}
.main .content .faq ul li {
    border-bottom: 1px solid #adadad69;
}
.main .content .faq ul li:nth-child(1) {
    border-top: 1px solid #adadad69;
}
.main .content .faq ul li button {
    padding: 23px 50px 23px 40px;
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.main .content .faq ul li button:before {
    content: "Q";
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 23px;
    font-size: 23px;
    line-height: 1em;
}
.main .content .faq ul li button:after {
    content: "";
    display: block;
    background: url(../images/icon_arrow_b.webp) no-repeat center center / contain;
    width: 15px;
    height: 16px;
    margin-left: 12px;
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -6px;
    opacity: 0.2;
    transform: rotate(90deg);
}
.main .content .faq ul li button.open:after {
    transform: rotate(-90deg);
}
.main .content .faq ul li .detail {
    position: relative;
    padding-left: 40px;
    padding-right: 50px;
    margin-bottom: 25px;
    color: #54a774;
    display: none;
}
.main .content .faq ul li .detail:before {
    content: "A";
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 23px;
    line-height: 1em;
}
.main .content .faq ul li .detail .text {
    line-height: 1.8em;
}
/*============================
#location
============================*/
.main .content .location {
  padding-bottom: 20px;
}
.main .content .location h2 {
    text-align: center;
}
.main .content .location h2 .f_en {}
.main .content .location>.inner {
    max-width: 1060px;
    margin: 40px auto 0 auto;
    background: #ffffffb3;
    box-sizing: border-box;
    padding: 90px 60px 90px 60px;
    box-shadow: 0 0 15px #00000016;
}
.main .content .location .img {
  margin-top: 30px;
}
.main .content .location .img img {}
.main .content .location .text {
    text-align: center;
    margin-top: 50px;
}
.main .content .location .bt_more {
    display: flex;
    height: 64px;
    width: 400px;
    justify-content: center;
    align-items: center;
    background: #53A773;
    border-radius: 100px;
    margin: 24px auto 0 auto;
    position: relative;
    color: #fff;
}
.main .content .location .bt_more::after {
    content: "";
    display: block;
    background: url(../images/icon_arrow.webp) no-repeat center center / contain;
    width: 13px;
    height: 16px;
    margin-left: 12px;
}
.main .content .location .list {margin-top: 64px;display: flex;flex-wrap: wrap;gap: 30px;}
.main .content .location .list .text {margin: 0;width: 100%;}
.main .content .location .list .insec {background: #DCF2EF;width: calc((100% - 30px) / 2);box-shadow: 0 0 15px #00000016;border-radius: 5px;overflow: hidden;}
.main .content .location .list .insec h3 {text-align: center;background: #BEE6E0;padding: 14px 0;font-size: 20px;font-weight: 500;}
.main .content .location .list .insec ul {display: flex;flex-wrap: wrap;padding: 30px 35px;gap: 15px;}
.main .content .location .list .insec ul li {width: calc((100% - 15px) / 2);}
.main .content .location .list .insec ul li a {display: block;text-align: center;color: #fff;background: #83BFB8;border-radius: 100px;padding: 14px 0;}
.main .content .location .list .insec2 { background: #F2F8E5;}
.main .content .location .list .insec2 h3 { background: #E6F1CE;}
.main .content .location .list .insec2 ul li a {background: #B5D17F; }
.main .content .location .list .insec3 { background: #F8F7F2;}
.main .content .location .list .insec3 h3 { background: #F1EFE6;}
.main .content .location .list .insec3 ul li a {background: #D1BD73; }
.main .content .location .list .insec4 { background: #F0F3F7;}
.main .content .location .list .insec4 h3 { background: #E2E8EF;}
.main .content .location .list .insec4 ul li a {background: #96ABD5; }


.main .content .archive {
    margin-top: 100px;
}
.main .content .archive a {
    display: block;
    background: url(../images/img_logo_2024.webp) no-repeat right 71px top 50% / 231px auto;
    background-color: #ffffffb3;
    box-shadow: 0 0 15px #00000016;
    width: 710px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 110px 70px;
    font-size: 33px;
    line-height: 1em;
    font-weight: bold;
}
.main .content .archive a span {
    font-size: 16px;
    line-height: 1em;
    margin-top: 24px;
    display: flex;
    align-items: center;
}
.main .content .archive a span::after {
    content: "";
    display: block;
    background: url(../images/icon_arrow_b.webp) no-repeat center center / contain;
    width: 13px;
    height: 16px;
    margin-left: 12px;
}
/*============================
#contact
============================*/
.main .content .contact {
    text-align: center;
    padding-bottom: 38px;
}
.main .content .contact h2 {
    margin-bottom: 46px;
}
.main .content .contact h2 .f_en {}
.main .content .contact>.inner {}
.main .content .contact .text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
}
.main .content .contact .text a {
    color: #000;
    text-decoration: underline;
}
.main .content .contact .title {
    margin: 40px auto 0 auto;
    width: 50px;
    border-bottom: 1px solid #000;
}
.main .content .contact .logo {
    display: block;
    width: 135px;
    margin: 13px auto 0 auto;
    padding: 12px;
}
.main .content .contact .logo img {}



/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
@media screen and (max-width: 767px) {
    body {
        min-width: 320px;
        overflow: visible !important;
        letter-spacing: 0;
        font-size: 15px;
    }
    body p {
        color: inherit;
        font-size: 15px;
    }
    a:hover {
        opacity: 1;
    }
    *[data-view=pc] {
        display: none !important;
    }
    *[data-view=sp] {
        display: block !important;
    }
    .outline {
        position: relative;
        min-width: 320px;
        padding-bottom: 0 !important;
    }
    .main {
        width: auto;
        margin: 0 auto;
        position: relative;
        /* overflow: hidden; */
    }
    header {
        position: fixed;
        display: flex;
        z-index: 1000;
        width: 100%;
        height: 0;
        justify-content: space-between;
    }
    header::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 200px;
        background: linear-gradient(to bottom, #ffffffff 0%, #ffffff00 100%);
        opacity: 0.3;
        pointer-events: none;
    }
    header h1 {
        display: block;
        width: 110px;
        margin: 18px 0 0 16px;
        position: relative;
        z-index: 100;
    }
    header h1 a {}
    header h1 a img {}
    header .gmenu {
        margin: 0;
        position: absolute;
        align-items: center;
        display: none;
        top: 0;
        right: 0;
        width: 200px;
        background: #fff;
        height: 280px;
        padding: 100px 0px 0px 0px;
        border-radius: 0 0 0 30px;
    }
    header .gmenu nav {}
    header .gmenu nav ul {
        display: flex;
        gap: 15px;
        flex-direction: column;
        padding: 0 20px;
        height: auto;
    }
    header .gmenu nav ul li {}
    header .gmenu nav ul li a {
        font-size: 16px;
        display: block;
        padding: 5px;
        font-weight: 700;
    }
    header .bt_entry {
        display: flex;
        height: 50px;
        width: 120px;
        justify-content: center;
        align-items: center;
        background: linear-gradient(to right, #16d3d8 0%, #A198E6 100%);
        border-radius: 100px;
        margin: 16px 0 0px auto;
        position: relative;
    }
    header .bt_entry::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        border-radius: 100px;
        opacity: 0;
        transition: 0.3s ease all;
        mix-blend-mode: overlay;
    }
    header .bt_entry:hover {
        opacity: 1;
    }
    header .bt_entry:hover::before {
        opacity: 0.5;
    }
    header .bt_entry::after {
        content: "";
        display: block;
        background: url(../images/icon_arrow.webp) no-repeat center center / contain;
        width: 10px;
        height: 12px;
        margin-left: 8px;
    }
    header .bt_entry .f_en {
        font-size: 16px;
        color: #fff;
        display: block;
    }
    header .bt_menu {
        display: block;
        width: 50px;
        height: 50px;
        margin: 16px 10px 0 8px !important;
        font-size: 12px;
        text-align: center;
        box-sizing: border-box;
        z-index: 1000;
        overflow: hidden;
        padding-top: 0;
        position: relative;
        margin-left: auto;
        background: #000;
        border-radius: 100px;
    }
    header .bt_menu::before, header .bt_menu::after, header .bt_menu span::before {
        display: block;
        position: absolute;
        content: "";
        width: 23px;
        height: 1px;
        background: #fff;
        top: 50%;
        left: 14px;
        transition: all 0.3s ease;
        margin-top: 7px;
    }
    header .bt_menu::after {
        margin-top: -7px;
    }
    header .bt_menu span::before {
        margin: 0;
    }
    header .bt_menu.open span::before {
        opacity: 0;
    }
    header .bt_menu.open::before {
        transform: rotate(135deg);
        left: 14px;
        margin: 0;
    }
    header .bt_menu.open::after {
        transform: rotate(-135deg);
        left: 14px;
        margin: 0;
    }
    header .bt_menu span {
        display: block;
        text-indent: -9999px;
        overflow: hidden;
        height: 100%;
    }
    footer {
        position: absolute;
        z-index: 1000;
        width: 100%;
        bottom: 0;
    }
    footer .copyright {
        text-align: center;
        font-size: 10px;
        padding: 26px 0;
    }
    .main {
        position: relative;
        isolation: isolate;
    }
    .main .visual {
        z-index: 100;
        height: 100vh;
        height: 100dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        isolation: isolate;
    }
    .main .visual .bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        width: 100dvw;
        height: 100vh;
        height: 100dvh;
        z-index: 0;
        background: #000;
    }
    .main .visual .bg video {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 1s all ease;
    }
    .main .visual .copy {
        font-size: 38px;
        font-weight: 500;
        line-height: 1.3em;
        position: relative;
        /* transition: 0.6s all ease; */
        /* opacity: 0; */
        /* transform: scale(1.1); */
    }
    .main .visual.active .copy {
        /* transform: scale(1); */
        /* opacity: 1; */
    }
    .main .visual .copy::before {
        content: "世界から群馬へ、\A群馬から世界へ！";
        position: absolute;
        left: 0;
        top: 0;
        mix-blend-mode: overlay;
        display: block;
        letter-spacing: 0;
        padding-left: 0.5em;
        opacity: 0;
    }
    .main .visual .copy span {
        mix-blend-mode: multiply;
        position: relative;
        display: block;
        letter-spacing: 0;
        padding-left: 0.5em;
        opacity: 1;
        color: #0f5a3a;
    }
    .main .visual .copy.single {
        font-size: 5.5vw;
        font-weight: bold;
    }
    .main .visual.active .copy.single {
        margin-top: 0;
    }
    .main .visual .copy.single::before {
        content: "世界から群馬へ、群馬から世界へ！";
    }
    .main .visual .subcopy {
        font-size: 19px;
        font-weight: 700;
        line-height: 1.3em;
        position: relative;
        margin-top: 14px;
    }
    .main .visual .copy.single+.subcopy {
        font-size: 3.8vw;
    }
    .main .visual.active .subcopy {}
    .main .visual .subcopy::before {
        content: "ぐんま次世代映像クリエイターコンペ";
        position: absolute;
        left: 0;
        top: 0;
        mix-blend-mode: multiply;
        display: block;
        letter-spacing: 0;
        opacity: 0;
    }
    .main .visual .subcopy span {
        mix-blend-mode: multiply;
        position: relative;
        display: block;
        letter-spacing: 0;
        color: #0f5a3a;
    }
    .main .visual .bt_support {
        position: absolute;
        width: 90%;
        transition: 0.6s all ease +0.6s;
        opacity: 0;
        transform: scale(1.1);
        margin-top: 0;
        bottom: 30px;
        left: 5%;
        height: auto;
    }
    .main .visual.active .bt_support {
        opacity: 1;
        transform: scale(1);
        height: auto;
        margin: 0;
    }
    .main .visual.active.delay .bt_support {
        transition: 0.3s all ease;
    }
    .main .visual.active .bt_support:hover {
        transform: scale(1.05);
    }
    .main .visual .bt_support img {}
    .main .content {
        position: relative;
        z-index: 100;
        padding: 20px 0 0 0;
    }
    .main .content .video {}
    /*============================
	#video_works
	============================*/
    .main .content .video video#video_works {
        object-fit: cover;
        height: 260px;
        width: 100%;
        display: block;
    }
    /*============================
	#news
	============================*/
    .main .content .sec {
        padding: 50px 5% 54px 5%;
    }
    .main .content .sec h2 {
        font-size: 15px;
        font-weight: 700;
    }
    .main .content .sec h2 .f_en {
        display: block;
        font-size: 36px;
        line-height: 1em;
        margin-bottom: 6px;
    }
    .main .content .news>.inner {
        width: auto;
        margin: 20px auto 0px auto;
        min-width: 0;
    }
    .main .content .news {
        background: #76B281;
    }
    .main .content .news h2 {
        color: #fff;
    }
    .main .content .news ul {}
    .main .content .news ul li {
        border-bottom: 1px solid #ffffff77;
    }
    .main .content .news ul li:nth-child(1) {
        border-top: 1px solid #ffffff77;
    }
    .main .content .news ul li .fbox {
        color: #fff;
        display: flex;
        font-size: 13px;
        padding: 13px 0;
    }
    .main .content .news ul li .fbox .date {
        line-height: 1.6em;
        width: 70px;
    }
    .main .content .news ul li .fbox .title {
        line-height: 1.6em;
        width: calc(100% - 70px);
        font-size: 13px;
    }
    /*============================
	#feature
	============================*/
    .main .content .feature {}
    .main .content .feature h2 {}
    .main .content .feature h2 .f_en {}
    .main .content .feature>.inner {
        max-width: 1060px;
        margin: 30px auto 0 auto;
    }
    .main .content .feature .fbox {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-direction: column;
    }
    .main .content .feature .fbox .box {
        background: #ffffffb3;
        width: auto;
        padding: 40px 20px 35px 20px;
    }
    .main .content .feature .fbox .box:nth-child(2),
    .main .content .feature .fbox .box:nth-child(3) {
        transition-delay: 0s;
    }
    .main .content .feature .fbox .box .img {
        width: 160px;
        margin: 0 auto;
    }
    .main .content .feature .fbox .box .img img {}
    .main .content .feature .fbox .box .title {
        text-align: center;
        font-weight: bold;
        color: #69BAB1;
        font-size: 24px;
        line-height: 1.3em;
        margin-top: 15px;
    }
    .main .content .feature .fbox .box .title span {
        font-size: 15px;
        margin-top: 1px;
    }
    .main .content .feature .fbox .box .text {
        font-size: 13px;
        line-height: 1.6em;
        margin-top: 13px;
        text-align: justify;
    }
    /*============================
	#judge
	============================*/
    .main .judge {
        background: #fff;
    }
    .main .judge h2 {}
    .main .judge h2 .f_en {}
    .main .judge>.inner {
        max-width: 1060px;
        margin: 30px auto 0 auto;
    }
    .main .judge .lead {
        font-size: 15px;
        line-height: 1.6em;
    }
    .main .judge .lead2 {
        margin-top: 20px;
    }
    .main .judge ul {
        margin-top: 40px;
    }
    .main .judge ul li {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .main .judge ul li .img {
        width: 170px;
        margin: 0 auto;
    }
    .main .judge ul li .img img {
        border-radius: 4px;
    }
    .main .judge ul li .info {
        width: auto;
        padding: 10px 0 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 220px;
        box-sizing: border-box;
    }
    .main .judge ul li .info .name {
        font-size: 28px;
        display: flex;
        align-items: center;
        line-height: 1em;
        font-weight: bold;
        flex-direction: column;
        position: relative;
        padding: 33px 0 0 0;
        margin: 10px 0;
    }
    .main .judge ul li .info .name .position {
        font-size: 14px;
        line-height: 1em;
        margin: 10px 0 0 0;
        order: 1;
    }
    .main .judge ul li .info .name .f_en {
        margin: 0;
        font-size: 20px;
        color: #74B48C;
        order: 1;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        text-align: center;
    }
    .main .judge ul li .info .profile {
        font-size: 13px;
        line-height: 1.6em;
        margin-top: 14px;
        text-align: justify;
    }
    /*============================
	#overview
	============================*/
    .main .content .overview {
        background: #ffffffb3;
    }
    .main .content .overview h2 {}
    .main .content .overview h2 .f_en {}
    .main .content .overview>.inner {
        max-width: 1060px;
        margin: 30px auto 0 auto;
    }
    .main .content .overview dl {
        font-size: 13px;
        display: flex;
        flex-wrap: wrap;
        line-height: 1.6em;
        flex-direction: column;
    }
    .main .content .overview dl dt {
        width: auto;
        color: #00000066;
        border-top: 1px solid #adadad69;
        padding: 16px 0 10px 0;
    }
    .main .content .overview dl dd {
        width: auto;
        border-top: none;
        padding: 0 0 18px 0;
    }
    .main .content .overview dl dt:nth-child(1) {
        border-top: 1px solid #adadad69;
    }
    .main .content .overview dl dd:last-child {
        border-bottom: 1px solid #adadad69;
    }
    .main .content .overview dl dd>*:nth-child(1) {
        margin-top: 0 !important;
    }
    .main .content .overview dl dd>*:last-child {
        margin-bottom: 0 !important;
    }
    .main .content .overview dl dd .text {
        margin: 10px 0;
        line-height: 1.6em;
        font-size: 13px;
    }
    .main .content .overview dl dd ol {
        margin: 10px 0;
    }
    .main .content .overview dl dd ol li {
        color: #2aa056;
        text-indent: -19px;
        padding-left: 19px;
    }
    .main .content .overview dl dd .note {
        line-height: 1.6em;
        font-size: 12px;
        font-weight: 400;
        margin: 5px 0;
    }
    .main .content .overview dl dd ul {
        margin: 10px 0;
    }
    .main .content .overview dl dd ul li {
        text-indent: -1em;
        padding-left: 0.7em;
    }
    /*============================
	#support
	============================*/
    .main .content .support {
        background: #fff;
        margin: 50px auto 0 auto;
        box-shadow: 0 0 15px #00000016;
        box-sizing: border-box;
        padding: 40px 20px;
    }
    .main .content .support h3 {
        background: url(../images/h_support.webp) no-repeat center center / auto 59px;
        justify-content: center;
        display: flex;
    }
    .main .content .support h3 span {
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        background-image: linear-gradient(90deg, #ebc431 0%, #2ad594 100%);
        background-size: 100%;
        background-position: 0% 0%;
        background-repeat: no-repeat;
        font-size: 15px;
        font-weight: 500;
        text-align: center;
        display: block;
    }
    .main .content .support h3 span .f_en {
        display: block;
        font-size: 36px;
        line-height: 1em;
        margin-bottom: 5px;
        font-weight: 400;
    }
    .main .content .support>.inner {}
    .main .content .support .title {
        text-align: center;
        margin-top: 25px;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.6em;
    }
    .main .content .support .fbox {
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
        flex-direction: column;
        gap: 15px;
    }
    .main .content .support .fbox .box {
        width: auto;
        display: flex;
        align-items: center;
        background: linear-gradient(to right, #e8c533 0%, #abca53 100%);
        border-radius: 4px;
        font-weight: bold;
        line-height: 1em;
        text-align: center;
        height: 130px;
    }
    .main .content .support .fbox .box+.box {
        background: linear-gradient(to right, #abca53 0%, #64d076 100%);
    }
    .main .content .support .fbox .box+.box+.box {
        background: linear-gradient(to right, #64d076 0%, #25d694 100%);
    }
    .main .content .support .fbox .box>.inner {
        width: 100%;
        padding: 4px 0 0 0;
    }
    .main .content .support .fbox .box .sub {
        font-size: 15px;
        opacity: 0.5;
        display: block;
        text-align: center;
        line-height: 1.3em;
        margin-bottom: 4px;
    }
    .main .content .support .fbox .box .num {
        font-size: 50px;
        line-height: 0.6em;
        margin-top: 4px;
    }
    .main .content .support .fbox .box .mini {
        font-size: 27px;
    }
    .main .content .support .fbox .box .note {
        display: block;
        font-size: 12px;
        line-height: 1.5em;
        margin-top: 4px;
    }
    .main .content .support .fbox .box span {
        font-size: 33px;
        line-height: 1em;
        display: inline-block;
    }
    .main .content .support .fbox .box .sub span {
        font-size: 12px;
    }
    /*============================
	#flow
	============================*/
    .main .content .flow {}
    .main .content .flow h2 {
        text-align: center;
    }
    .main .content .flow h2 .f_en {}
    .main .content .flow>.inner {
        max-width: 1060px;
        margin: 20px auto 0 auto;
        background: #ffffffb3;
        box-sizing: border-box;
        padding: 40px 10px;
    }
    .main .content .flow .img {}
    .main .content .flow .img img {}
    .main .content .flow .fbox {
        display: flex;
        padding: 33px 0 0 0;
        margin: 30px 3% 0 3%;
        border-top: 1px solid #adadad69;
        justify-content: space-between;
        flex-direction: column;
        gap: 40px;
    }
    .main .content .flow .fbox .insec {
        width: auto;
    }
    .main .content .flow .fbox .insec h3 {
        font-size: 15px;
        font-weight: bold;
        color: #54a774;
    }
    .main .content .flow .fbox .insec h3 .f_en {
        font-size: 28px;
        font-weight: 400;
        display: inline-block;
        margin-right: 13px;
    }
    .main .content .flow .fbox .insec .note {
        line-height: 1.6em;
        font-size: 12px;
        font-weight: 400;
        margin: 6px 0 0 0;
    }
    .main .content .flow .fbox .insec .text {
        margin: 15px 0 0 0;
        line-height: 1.6em;
        font-size: 15px;
    }
    .main .content .flow .fbox .insec .text .h {
        display: block;
        font-size: 14px;
        text-decoration: underline;
    }
    .main .content .flow .fbox .insec ul {
        font-size: 12px;
        line-height: 1.6em;
        margin-top: 6px;
    }
    .main .content .flow .fbox .insec ul li {
        text-indent: -1em;
        padding-left: 0.6em;
    }
    .main .content .entry {
        background: #000000cc;
        padding: 60px 0;
    }
    .main .content .entry a {
        display: flex;
        height: 90px;
        width: 90%;
        justify-content: center;
        align-items: center;
        background: linear-gradient(to right, #16d3d8 0%, #A198E6 100%);
        border-radius: 100px;
        margin: 0 auto;
        color: #fff;
        flex-direction: column;
        line-height: 1em;
        font-weight: bold;
        position: relative;
        font-size: 14px;
    }
    .main .content .entry a .f_en {
        font-size: 30px;
        line-height: 1em;
        margin-bottom: 7px;
    }
    .main .content .entry a::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        border-radius: 100px;
        opacity: 0;
        mix-blend-mode: overlay;
        transition: 0.3s ease all;
    }
    .main .content .entry a:hover {
        opacity: 1;
    }
    .main .content .entry a:hover::before {
        opacity: 0.5;
    }
    .main .content .entry a::after {
        content: "";
        display: block;
        background: url(../images/icon_arrow.webp) no-repeat center center / contain;
        width: 17px;
        height: 24px;
        margin-left: 12px;
        position: absolute;
        right: 29px;
        top: 50%;
        transform: translate(0, -50%);
    }
    /*============================
	#faq
	============================*/
    .main .content .faq {
        background: #fff;
    }
    .main .content .faq h2 {}
    .main .content .faq h2 .f_en {}
    .main .content .faq>.inner {
        max-width: 1060px;
        margin: 30px auto 0 auto;
    }
    .main .content .faq ul {
        font-size: 13px;
        line-height: 1.6em;
    }
    .main .content .faq ul li {
        border-bottom: 1px solid #adadad69;
    }
    .main .content .faq ul li:nth-child(1) {
        border-top: 1px solid #adadad69;
    }
    .main .content .faq ul li button {
        padding: 18px 30px 18px 27px;
        position: relative;
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .main .content .faq ul li button:before {
        content: "Q";
        font-family: "Oswald", sans-serif;
        font-weight: 400;
        position: absolute;
        left: 0;
        top: 16px;
        font-size: 20px;
        line-height: 1em;
    }
    .main .content .faq ul li button:after {
        content: "";
        display: block;
        background: url(../images/icon_arrow_b.webp) no-repeat center center / contain;
        width: 13px;
        height: 14px;
        margin-left: 12px;
        position: absolute;
        right: 8px;
        top: 50%;
        margin-top: -6px;
        opacity: 0.2;
        transform: rotate(90deg);
    }
    .main .content .faq ul li button.open:after {
        transform: rotate(-90deg);
    }
    .main .content .faq ul li .detail {
        position: relative;
        padding-left: 27px;
        padding-right: 10px;
        margin-bottom: 25px;
        color: #54a774;
        display: none;
    }
    .main .content .faq ul li .detail:before {
        content: "A";
        font-family: "Oswald", sans-serif;
        font-weight: 400;
        position: absolute;
        left: 0;
        top: 3px;
        font-size: 20px;
        line-height: 1em;
    }
    .main .content .faq ul li .detail .text {
        line-height: 1.6em;
        font-size: 13px;
    }
    
    /*============================
    #location
    ============================*/
    .main .content .location {
      padding-bottom: 20px;
    }
    .main .content .location h2 {
        text-align: center;
    }
    .main .content .location h2 .f_en {}
    .main .content .location>.inner {
        max-width: 1060px;
        margin: 20px auto 0 auto;
        background: #ffffffb3;
        box-sizing: border-box;
        padding: 40px 10px;
    }
    .main .content .location .img {
      margin-top: 20px;
    }
    .main .content .location .img img {}
    .main .content .location .text {
        text-align: center;
        margin-top: 30px;
        font-size: 14px;
        line-height: 1.6em;
    }
    .main .content .location .bt_more {
        display: flex;
        height: 64px;
        width: 90%;
        justify-content: center;
        align-items: center;
        background: #53A773;
        border-radius: 100px;
        margin: 24px auto 0 auto;
        position: relative;
        color: #fff;
        justify-content: center;
        padding: 0;
        box-sizing: border-box;
        text-align: center;
    }
    .main .content .location .bt_more::after {
        content: "";
        display: block;
        background: url(../images/icon_arrow.webp) no-repeat center center / contain;
        width: 10px;
        height: 13px;
        margin-left: auto;
        position: absolute;
        right: 15px;
    }
    .main .content .location .bt_more span {
    }
    .main .content .location .list {margin-top: 50px;display: flex;flex-wrap: wrap;gap: 25px;}
    .main .content .location .list .text {margin: 0;width: 100%;}
    .main .content .location .list .insec {background: #DCF2EF;width: 94%;box-shadow: 0 0 15px #00000016;border-radius: 5px;overflow: hidden;margin: 0 auto;}
    .main .content .location .list .insec h3 {text-align: center;background: #BEE6E0;padding: 8px 0;font-size: 16px;font-weight: 500;}
    .main .content .location .list .insec ul {display: flex;flex-wrap: wrap;padding: 20px 15px;gap: 10px;}
    .main .content .location .list .insec ul li {width: calc((100% - 10px) / 2);}
    .main .content .location .list .insec ul li a {display: block;text-align: center;color: #fff;background: #83BFB8;border-radius: 100px;padding: 8px 0;font-size: 14px;}
    .main .content .location .list .insec2 { background: #F2F8E5;}
    .main .content .location .list .insec2 h3 { background: #E6F1CE;}
    .main .content .location .list .insec2 ul li a {background: #B5D17F; }
    .main .content .location .list .insec3 { background: #F8F7F2;}
    .main .content .location .list .insec3 h3 { background: #F1EFE6;}
    .main .content .location .list .insec3 ul li a {background: #D1BD73; }
    .main .content .location .list .insec4 { background: #F0F3F7;}
    .main .content .location .list .insec4 h3 { background: #E2E8EF;}
    .main .content .location .list .insec4 ul li a {background: #96ABD5; }
    

    .main .content .archive {
        margin-top: 60px;
    }
    .main .content .archive a {
        display: block;
        background: url(../images/img_logo_2024.webp) no-repeat left 50% top 45px / 174px auto;
        background-color: #ffffffb3;
        box-shadow: 0 0 15px #00000016;
        width: 75%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 182px 0 44px 0;
        font-size: 23px;
        line-height: 1em;
        font-weight: bold;
        text-align: center;
    }
    .main .content .archive a span {
        font-size: 13px;
        line-height: 1em;
        margin-top: 11px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main .content .archive a span::after {
        content: "";
        display: block;
        background: url(../images/icon_arrow_b.webp) no-repeat center center / contain;
        width: 10px;
        height: 12px;
        margin-left: 5px;
    }
    /*============================
	#contact
	============================*/
    .main .content .contact {
        text-align: center;
        padding-bottom: 92px;
        padding-top: 70px;
    }
    .main .content .contact h2 {
        margin-bottom: 29px;
    }
    .main .content .contact h2 .f_en {}
    .main .content .contact>.inner {}
    .main .content .contact .text {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.8em;
    }
    .main .content .contact .text a {
        color: #000;
        text-decoration: underline;
    }
    .main .content .contact .title {
        margin: 40px auto 0 auto;
        width: 43px;
        border-bottom: 1px solid #000;
        font-size: 14px;
    }
    .main .content .contact .logo {
        display: block;
        width: 135px;
        margin: 7px auto 0 auto;
        padding: 12px;
    }
    .main .content .contact .logo img {}
}