@charset "UTF-8";
.col-bk { color: #000000; }

.col-wh { color: #ffffff; }

.col-gy { color: #bebebe; }

.pc { display: block !important; }
@media screen and (max-width: 768px) { .pc { display: none !important; } }

.sp { display: none !important; }
@media screen and (max-width: 768px) { .sp { display: block !important; } }

.align-left { text-align: left; }

.align-center { text-align: center; }

.align-right { text-align: right; }

.note { font-size: 12px; color: #ffffff; text-indent: -1em; padding-left: 1em; }

ul { padding-left: 20px; }

ul.note { padding-left: 0; list-style: none; }
ul.note li { text-indent: -1em; padding-left: 1em; }

body { position: relative; color: #ffffff; background-color: #000000; }

main { position: relative; }
main:before { content: ""; width: 100%; height: 100%; background-image: url(../img/bg_mygs.jpg); background-size: 150px; background-repeat: repeat; position: fixed; left: 0; top: 0; z-index: -1; opacity: .6; }

section { margin-bottom: 0; }
section:last-child { margin-bottom: 60px; }

.ak-content-title .ak-content-title-wp { padding: 30px 20px; }
.ak-content-title .ak-content-title-wp h2 { color: #000000; font-weight: bold !important; }
@media screen and (max-width: 768px) { .ak-content-title .ak-content-title-wp h2 { font-size: 22px; line-height: 1.5; } }

.ak-content-detail { font-size: 14px; }
@media screen and (max-width: 768px) { .ak-content-detail { font-size: 13px; } }

.ak-under-detail { margin-top: 60px; font-size: 14px; }
@media screen and (max-width: 768px) { .ak-under-detail { font-size: 13px; } }

@media screen and (max-width: 768px) { .inner { padding: 0 16px; } }

.cp_tl { display: block; font-size: clamp(22px, 4vw, 28px) !important; position: relative; padding: 20px; margin-bottom: 40px; letter-spacing: inherit; font-weight: bold; color: #ffffff; background: 0; text-align: left; max-width: 850px; margin: auto; }

.cp_tl-bk { color: #ffffff; }
.cp_tl-bk:after { background-color: #ffffff; }

.head { text-align: center; padding-bottom: 8px; border-bottom: solid 1px #819b9e; margin: 0px auto 30px; font-size: 20px; text-align: left; color: #819b9e; background: linear-gradient(0deg, #91aead 0%, #f0fcff 40%, #abbbba 80%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.head h3 { font-family: "PT Serif", serif; font-weight: 700; font-style: normal; font-size: 40px; line-height: 1; }
.head p { font-size: 14px; letter-spacing: .1rem; color: #ffffff; }

h4 { margin: 40px auto 20px; background-color: #ffffff; color: #000000; padding: 10px; font-size: 16px; }
h4:first-child { margin-top: 0; }

.cont-wrap { padding: 60px 0; max-width: 850px; margin: auto; }
@media screen and (max-width: 768px) { .cont-wrap { padding: 40px 0; } }
.cont-wrap:last-child { border-bottom: none; }
.cont-wrap .inner { max-width: 900px; margin: 0 auto; }

.cont-detail p { margin-bottom: 14px; line-height: 1.75; }

dl dt { display: inline-block; background-color: #819b9e; margin: 30px 0 10px; color: #000000; padding: 0 10px; font-weight: 100; font-size: 16px; }
dl dd { display: block; }

img { max-width: 100%; }

.btn_border { display: block; margin: 0 auto 0; background: none; border: none; border-radius: 0; color: #fff; font-size: 16px; font-weight: bold; position: relative; border: solid 1px #ffffff !important; color: #ffffff; padding: 18px 12px; height: auto; text-align: center; max-width: 500px; }
.btn_border:before { content: "→"; color: #ffffff; font-size: 24px; display: inline-block; pointer-events: none; position: absolute; right: 10px; top: 45%; transform: translateY(-50%); }
.btn_border:hover { background-color: #ffffff; border: solid 1px #ffffff !important; color: #000000; }
.btn_border:hover:before { color: #000000; }

.new { position: relative; }
.new:after { content: "NEW"; width: 60px; height: 60px; color: #e43542; background-color: #000000; border-radius: 100vw; position: absolute; left: -10px; top: -10px; z-index: 10; font-weight: bold; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .new:after { left: 0; } }

.lead { padding: 80px 20px 50px; animation: blurAnime; text-align: center; }
@media screen and (max-width: 768px) { .lead { padding: 20px; } }
.lead h3 { font-size: 26px; font-weight: bold; line-height: 1.6; color: #819b9e; }
@media screen and (max-width: 768px) { .lead h3 { font-size: 19px; } }
.lead p { margin-bottom: 0; font-size: clamp(18px, 3vw, 24px); line-height: 2; text-align: center; font-weight: bold; letter-spacing: .1rem; color: #819b9e; background: linear-gradient(0deg, #91aead 0%, #f0fcff 40%, #abbbba 80%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
@media screen and (max-width: 768px) { .lead p { margin-top: 20px; letter-spacing: 0rem; } }

.about-coming { text-align: center; margin-top: 50px; border: solid 1px #819b9e; padding: 20px 10px 0; }
.about-coming p { color: #819b9e; }
.about-coming p:last-child { font-family: "PT Serif", serif; font-weight: 700; font-style: normal; font-size: 30px; }
@media screen and (max-width: 768px) { .about-coming p:last-child { font-size: 22px; } }
.about .cont-detail ul { list-style: none; padding-left: 0; }
.about .cont-detail ul li { padding-bottom: 20px; margin-bottom: 20px; border-bottom: solid 1px #ccc; }
.about .cont-detail ul li:last-child { padding-bottom: 0; margin-bottom: 0; }
.about .cont-detail ul li p img { background-color: #ffffff; max-width: 250px; padding: 10px; margin-top: 10px; }
.about .cont-detail ul li strong { color: #819b9e; font-size: 16px; }
.about .cont-detail ul li span { font-weight: bold; color: #819b9e; padding-left: 10px; border-left: solid 6px #819b9e; }

.announce ul { list-style: none; padding-left: 0; }

.app { padding-top: 0; }

.blur { animation-name: blurAnime; animation-duration: 1s; animation-fill-mode: forwards; }

@keyframes blurAnime { from { filter: blur(10px); transform: scale(1.02); opacity: 0; }
  to { filter: blur(0); transform: scale(1); opacity: 1; } }
.blurTrigger { opacity: 0; }

/*# sourceMappingURL=app.css.map */
