<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&amp;display=swap');

html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  color: #330000;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background: #fff5eb;
  text-align: justify;
  word-break: break-all;
}

ul,
li {
  margin: 0;
  padding: 0;
}

p {
  margin: 1em 0;
}

a {
  /*text-decoration: none;*/
  color: #330000;
  word-break: break-all;
}
a:hover {
  text-decoration: underline;
  color: #f18101;
}
a img:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 460px) {  
  .sp-br {
    display: block;
  }
}
@media screen and (max-width: 750px) {  
  body {
    font-size: 1.4rem;
  }
}

.strong {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2;
  background: #fff5eb;
}

/* ===================================================================
Layout
=================================================================== */
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #78503c;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
  background: url(//www.little-world.net/event/dcon/img/bg.png)repeat-x;
  background-size: 150px;
  -webkit-transition: 1s;
          transition: 1s;
  top: 0;
  left: 0;
  position: fixed;
  box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.3);
}

.header__logo {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 10px;
}


/* ドロワーメニュー
--------------------------------------------------------- */
@media screen and (max-width: 1100px) {
  .drawer_wapper {
    display: none;
    background: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 998;
  }
}
.drawer_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1100px) {
  .drawer_menu {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .drawer_menu__list {
    margin: 0 10px 0 0;
    list-style: none;
    text-align: center;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    cursor: pointer;
  }
}
.drawer_menu__list a,
.drawer_menu__list span {
  text-decoration: none;
  color: #fff;
  padding: .1em 1.5rem;
  display: block;
  margin: 0 5px;
  background: #78503c;
  border-radius: 10px;
}
@media screen and (max-width: 1100px) {
  .drawer_menu__list a,
  .drawer_menu__list span {
    padding: .6em 2.4rem;
    display: block;
    margin: 0;
    border-radius: unset;
  }
}

.drawer_button {
  display: none;
}
@media screen and (max-width: 1100px) {
  .drawer_button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}


/* トップ
--------------------------------------------------------- */
.topImg{
  display: block;
  width: 100%;
  margin: 0 auto;
  max-height: 90vh;
  position: relative;
  text-align: center;
}
.topImg h1 {
  background: none;
  margin-top: 70px;
}
.topImg img{
  max-height: 90vh;
  margin : auto;
}
.photocopy,.photocopy-sp {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0.5em;
  font-size: 11px;
  line-height: 1.4;
  text-align: justify;
  color: #be9678;
}
.photocopy-sp {
  display: none;
}

@media screen and (max-width: 750px) {  
  .photocopy {
    display: none;
  }
  .photocopy-sp {
    display: block;
  }
}

/* コンテンツ
--------------------------------------------------------- */

.mainSec{
  padding: 0 0 1em;
  margin: 3em auto;
  background: #fff;
  border: none;
  border-radius: 30px;
  overflow: hidden;
  max-width: 1200px;
  width: 96%;
}
.mainSec_text {
  width: 100%;
  padding: 0 2em;
  margin: 0 auto;
}
.mainSec ul {
  margin: 1em 0 1em 0.5em;
}
.mainSec li {
  margin: .5em 0 .5em .5em;
  color: #d2c8c8;
  line-height: 1.5;
}
.mainSec li span{
  color: #330000;
}

@media screen and (max-width: 750px) {  
  .mainSec_text {
    padding: 0 1em;
  }
}

h2 {
  position: relative;
  color: #fff;
  font-size: 1.7em;
  text-align: center;
  background: #78503c;
  padding: 15px 10px 10px;
  margin: 0 0 30px;
  line-height: 28px;
  letter-spacing: 3px;
  border-radius: 30px 30px 0 0;
}
h2::after {
  content: '';
  position: absolute;
  top: 48px;
  left: 0;
  background: url(//www.little-world.net/event/dcon/img/h2-kazari.svg)repeat-x;
  background-position: center top;
  background-size: 30px;
  width: 100%;
  height: 50px;
  padding: 0;
  margin: 0;
}

h3 {
  font-size: 1.5em;
  font-weight: bold;
  border: none;
  padding: 0;
  margin: 40px 0 10px;
  position: relative;
  color: #78503c;
  text-align: center;
  display: flex;
  align-items: center;
}
h3:before {
  margin-right: .4em;
}
h3:after {
  margin-left: .4em;
}
h3:before, h3:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #78503c;
  display: block;
}

h4 {
  position: relative;
  font-size: 1.2em;
  font-weight: 400;
  padding: 5px 10px;
  margin: 0.5em 0 0;
  text-align: center;
  display: inline-block;
  background: #fff;
  border: 1px solid #ffffff;
  line-height: 1.4;
  background: #78503c;
  color: #fff;
  box-shadow: 0 0 0 1px #78503c;
}
.mail_button {
  text-decoration: none;
  background: #1b95e0;
  border-radius: 4px;
  color: #fff;
  padding: 6px 10px;
}
.mail_button:hover {
  background: #0a78be;
  text-decoration: none;
  color: #fff;
}


.category_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 2em;
}
.category_list{
  position: relative;
  width: 24%;
  margin: 0 0 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.newicon {
  position: absolute;
  top: 2%;
  left: 2%;
  content: ' ';
  background: url(//www.little-world.net/event/dcon/img/new.png)no-repeat;
  background-size: contain;
  width: 30%;
  height: 50px;
  transform: rotate(-50deg);
  z-index: 1;
}
.category_list img {
  position: relative;
  bottom: -5px;
  width: 80%;
  margin: 0 auto;
  filter: drop-shadow(0px 0px 2px #78503c);
}
.category_list p {
  margin: 0;
  padding: 10px;
  text-align: left;
  height: 100%;
  border-radius: 10px;
  text-align: justify;
}
.category_list span {
  font-size: 80%;
  display: block;
  line-height: 130%;
  margin-top: 5px;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .category_wrap {
    margin: 0 1em;
  }
  .category_list{
    width: 49%;
  }
}
@media screen and (max-width: 500px) {  
  .category_list{
    width: 100%;
  }
  .newicon {
    top: 4%;
    left: 4%;
    width: 25%;
  }
}

.apply_icon&gt;i {
  margin: 0 5px 0 0;
}

.apply_table {
  width: 100%;
  margin: 10px 0;
}

.apply_table th{
  background: #edeaea;
  width: 200px;
  padding: 5px;
  font-weight: normal;
  text-align: center;
}

.apply_table td{
  padding: 5px;
}

@media screen and (max-width: 600px) {  
  .apply_table th{
  display: block;
  width: 100%;
  }
  
  .apply_table td{
    display: block;
  }
}

.format {
  border: 1px dashed #d2c8c8;
  display: inline-block;
  padding: 0 10px;
  margin: 0 auto 1em;
}

.archive{
  list-style: none;
  margin: 20px 0!important;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-row-gap: 5px;
  grid-column-gap: 5px;
}
.archive li{
  margin: 0;
  border: 1px solid #f0e6dc;
}
@media screen and (max-width: 550px) {  
  .archive{
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.sns_link{
  display: inline-block;
}

.sns_link a{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1em;
  color: #78503c;
  font-weight: bold;
  border-bottom: 1px dashed #d2c8c8;
  padding: 0 10px;
  vertical-align: top;
  text-decoration: none;
}

.sns_link a:hover{
  color: #1e96e6;
  border-bottom: 1px dashed #1e96e6;
}

ul#instalist,ul#tweetlist {
  list-style: none;
  display: grid;
  margin: 0;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 10px;
}

#instalist li,#tweetlist li {
  width: 100%;
  position: relative;
  margin: 0;
}

@media screen and (max-width: 900px) {  
  ul#instalist,ul#tweetlist {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {  
  ul#instalist,ul#tweetlist {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 601px) {  
  #tweetlist li {
    max-height: 600px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #tweetlist li::-webkit-scrollbar {
    display:none;
  }
}


.blur {
  position: relative;
  width: 100%;
  margin: 0;
}
.blur::after {
  position: absolute;
  content: ' ';
  height: 10px;
  width: 100%;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 50%);
}
.blur::before {
  position: absolute;
  content: ' ';
  height: 10px;
  width: 100%;
  top: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #fff 50%);
  z-index: 1;
}
@media screen and (max-width: 600px) {  
  .blur::after {
    background: none;
  }
}

.more {
  text-align: center;
}

.more button{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  background: #edeaea;
  color: #330000;
  width: 100%;
  padding: 8px;
  border: 1px dashed #c3b3ab;
  box-shadow: 0 0 0 2px #edeaea;
  border-radius: 20px;
  margin: 10px auto 30px;
  transition: all .5s;
}

.more button:hover{
  background-color: #78503c;
  color: #fff;
  border: 1px dashed #78503c;
  cursor : pointer;
}

/* フッター
--------------------------------------------------------- */
.footer {
  color: #330000;
  background: url(//www.little-world.net/event/dcon/img/bg.png)repeat-x;
  background-size: 150px;
}

.copyrights {
  text-align: center;
  margin: 0;
  padding: 1em 0;
}


/* トップへもどる
--------------------------------------------------------- */
.page_top {
  width: 55px;
  height: 50px;
  display: none;
  position: fixed;
  right: 16px;
  bottom: 105px;
}
.page_top__inner {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #78503c;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.page_top__inner:hover {
  filter: brightness(1.5);
  opacity: 1;
}
.page_top__buttom {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  display: block;
}

.sns {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: -15px 0 30px;
}

.sns li{
  list-style: none;
  font-size: 40px;
  margin: 5px;
}

.sns li a{
  color: #78503c;
}

.sns li a:hover{
  color: #c5e4ea;
}

li.share-icon {
  color: #78503c;
  font-size: 16px;
  font-weight: bold;
}

/* 受賞
--------------------------------------------------------- */
.award_wrap {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0 2em;
}
.award_text {
  max-width: 50%;
  padding: 0 0 0 20px;
  margin: 20px 0 0;
}
.award_title{
  position: relative;
  margin: 0;
  background: #edeaea;
  text-align: center;
  padding: 5px;
  border-radius: 10px;
}
.award_title:before {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #edeaea;
}
.img_box{
  margin: 20px 0 0;
  max-width: 100%;
  width: 50%;
}

.img_box ul{
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.img_box li {
  margin: 2px 2px 2px 0;
  height: auto;
  width: auto;
}
.img_box li img {
  height: auto;
  max-height: 100px;
  width: auto;
}
.img_box li img:hover {
  cursor: pointer;
}

.img--big1,.img--big2,.img--big3,.img--big4 {
  width: 100%;
  margin: 0 0 5px;
  text-align: center;
}

.img--big1 img,.img--big2 img,.img--big3 img,.img--big4 img {
  width: auto;
  height: auto;
  max-height: 400px;
}

.award_icon:before {
  content: ' ';
  background-image: url(//www.little-world.net/event/dcon/img/award_icon.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 900px) {  
  .award_wrap {
    display: block;
  }
  .img_box {
    margin: 20px auto 0;
    width: 100%;
  }
  .award_text {
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 750px){
  .award_wrap {
      padding: 0 1em;
  }
}


ul#x-list,ul#insta-list {
  list-style: none;
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0 10px;
  padding: 0 2em;
}
ul#x-list li,ul#insta-list li {
  width: 100%;
  position: relative;
  margin: 0;
}
.instagram-media {
  min-width: 100% !important;
}
a.more-link {
  background: #edeaea;
  color: #330000;
  width: 90%;
  padding: 8px;
  border: 1px dashed #c3b3ab;
  box-shadow: 0 0 0 2px #edeaea;
  border-radius: 20px;
  margin: 1em auto 2em;
  display: block;
  text-align: center;
  text-decoration: none;
}
a.more-link:hover {
  background: #78503c;
  color: #fff;
  box-shadow: 0 0 0 2px #78503c;
}
@media screen and (max-width: 1100px){
  ul#x-list,ul#insta-list {
    grid-template-columns: 1fr 1fr;
    max-width: 800px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px){
  ul#x-list,ul#insta-list {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
}</pre></body></html>