@charset "utf-8";
/* ================================================== */
/* INDEX
/* 		1.0 - Base
/* 		2.0 - Container
/* 		3.0 - PC-Contents
/* 		4.0 - Main-Container
===================================================== */

/* ================================================== */
/* 1.0 - Base
===================================================== */
html {
  overflow: scroll;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
body {
  font-family: "Roboto", "Noto Sans JP", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.05em;
  overflow: hidden;
  font-style: normal;
  font-optical-sizing: auto;
}
img {
  width: 100%;
  display: block;
}
a {
  display: block;
}
a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

/* Link
----------------------------------------------------- */
.c-item__link-in {
  display: inline;
  text-decoration: underline;
}

/* Common
----------------------------------------------------- */
.flex-row {
  display: flex;
  align-items: center;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.inner {
  padding: 0 15px;
}
.pc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

/* Text
----------------------------------------------------- */
.c-ttl-m {
  font-size: 28px;
  font-weight: 700;
}
.c-ttl-s {
  font-size: 22px;
  font-weight: 700;
}
.c-ttl-xs {
  font-size: 20px;
  font-weight: 700;
}
.c-txt-m {
  font-size: 16px;
}
.c-txt-s {
  font-size: 14px;
  line-height: 1.5;
}
.c-txt-xs {
  font-size: 12px;
  line-height: 1.5;
}
.strong {
  font-weight: 700;
}
.txt_center {
  text-align: center;
}

/* Color
----------------------------------------------------- */
.white {
  color: #ffffff;
}
.red {
  color: #da0038;
}
.blue {
  color: #036eac;
}
.yellow {
  color: #fff84e;
}

/* ================================================== */
/* 2.0 - Container
===================================================== */

#container {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #global-container {
    background-image: url(../images/bg_cover.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

/* ================================================== */
/* 3.0 - PC-Contents
===================================================== */

/* PC-menu
----------------------------------------------------- */
.pc-menu {
  width: 260px;
  height: 560px;
  display: grid;
  place-content: center;
  position: fixed;
  padding-bottom: 24px;
  left: 50%;
  margin-left: -510px;
}
.pc-menu::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 4px solid #8d8d8d;
  background-color: #ffffff;
  transform: skewY(-4deg);
  z-index: -1;
}
.pc-menu__logo-contest {
  width: 240px;
  margin: 0 auto;
}
.pc-menu__logo-comic {
  width: 210px;
  margin: 0 auto;
}
.pc-nav {
  margin: 28px 0 40px;
}
.pc-nav__list {
  text-align: center;
  display: grid;
  row-gap: 12px;
}

/* PC-login
----------------------------------------------------- */
.pc-login {
  width: 260px;
  height: 460px;
  display: grid;
  place-content: center;
  position: fixed;
  right: 50%;
  margin-right: -510px;
  bottom: 25px;
}
.pc-login::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 4px solid #8d8d8d;
  background-color: #ffffff;
  transform: skewY(-4deg);
  z-index: -1;
}
.pc-login__inner {
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.pc-login__sns {
  display: grid;
  gap: 30px;
}
.pc-login__icon {
  width: 60px;
  margin-right: 10px;
}
.pc-login__img {
  width: 160px;
  margin: 0 auto;
}

/* ================================================== */
/* 4.0 - Main-Container
===================================================== */

.main-container {
  position: relative;
  min-width: 320px;
}
@media only screen and (min-width: 768px) {
  .main-container {
    max-width: 411px;
    padding: 10px 8px 0;
    margin: 40px auto;
    border: 5px solid #8d8d8d;
    background-color: #ffffff;
  }
}
.main-container__inner {
  background-image: url(../images/bg_texture.svg);
  background-repeat: repeat;
}

/* header
----------------------------------------------------- */

/* sec-kv
----------------------------------------------------- */
#sec-kv {
  padding-top: 4.157%;
}
.kv-wrap {
  display: grid;
  place-content: center;
  width: 92.209%;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  /* background: url(../images/bg_kv.png) no-repeat center center/cover; */
}
.kv-wrap__logo-contest {
  width: 375px;
  margin: 0 auto;
}
.kv-wrap__sub-txt {
  width: 319px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .kv-wrap__logo-contest {
    width: 100%;
  }
  .kv-wrap__sub-txt {
    width: 90%;
  }
}
.deadline-wrap {
  background-color: #ff9900;
  text-align: center;
  padding: 16px 0;
}
.deadline-wrap__inner {
  display: grid;
  gap: 10px;
}
.deadline-date {
  line-height: 1;
  font-feature-settings: "palt";
}
.deadline-date .num {
  font-size: 52px;
}
.deadline-date .num-s {
  font-size: 30px;
}

/* sec-intro
----------------------------------------------------- */
#sec-intro {
  margin: 80px auto 0;
  width: 92.209%;
  max-width: 560px;
  position: relative;
  z-index: 10;
}
#sec-intro::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 4px solid #8d8d8d;
  background-color: #ffffff;
  transform: skewY(-4deg);
  z-index: -1;
}
.sec-intro__inner {
  display: grid;
  gap: 30px;
  padding-bottom: 46px;
}
.intro__ttl-wrap,
.intro__txt-wrap {
  display: grid;
  gap: 30px;
}
.intro__ttl-wrap {
  position: relative;
  padding-top: 180px;
}
.intro__ttl-wrap .h2-img {
  position: absolute;
  top: -56px;
  right: 0;
  left: 0;
  margin: auto;
  width: 334px;
}
.intro-theme-wrap {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.intro-theme-wrap__inner {
  border: 3px solid #036eac;
}
.intro-theme-ttl {
  background-color: #036eac;
  padding: 4px 0;
}
.intro-theme-txt {
  padding: 16px;
}
.intro__ttl-wrap .h4-img {
  width: 335px;
  margin: 0 auto;
}

@media only screen and (max-width: 384px) {
  .intro__ttl-wrap {
    padding-top: 50%;
  }
  .intro__ttl-wrap .h2-img {
    width: 95%;
  }
  .intro__ttl-wrap .h4-img {
    width: 90%;
  }
}

#sec-review {
  margin: 64px auto 0;
  width: 92.209%;
  max-width: 560px;
  position: relative;
  z-index: 10;
}
#sec-review::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 4px solid #8d8d8d;
  background-color: #ffffff;
  transform: skewY(-4deg);
  z-index: -1;
}

/* sec-panel
----------------------------------------------------- */

#sec-panel {
  margin: 64px auto 0;
  width: 92.209%;
  max-width: 560px;
  position: relative;
  z-index: 10;
}
#sec-panel::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 4px solid #8d8d8d;
  background-color: #ffffff;
  transform: skewY(-4deg);
  z-index: -1;
}
.sec-panel__inner {
  display: grid;
  gap: 40px;
  /*padding-bottom:46px;*/
}
.panel__ttl-wrap {
  position: relative;
  padding-top: 40px;
}
.panel__ttl-wrap .h2-img {
  position: absolute;
  top: -32px;
  right: 0;
  left: 0;
  margin: auto;
  width: 242px;
}
.panel__ttl-wrap .h3-img {
  width: 330px;
  margin: 0 auto;
}
.panel__remarks {
  text-align: right;
  width: 330px;
  margin: 8px auto 0;
}
.panel__list {
  display: grid;
  gap: 20px;
}
.panel__item {
  position: relative;
  margin: 0 auto;
  font-feature-settings: "palt";
}
.bg-panel__left-s {
  width: 338px;
  height: 160px;
  right: 16px;
  background: url(../images/bg_balloon-left-S.svg) no-repeat center
    center/contain;
}
.bg-panel__right-s {
  width: 338px;
  height: 160px;
  left: 16px;
  background: url(../images/bg_balloon-right-S.svg) no-repeat center
    center/contain;
}
.bg-panel__left-l {
  width: 338px;
  height: 217px;
  right: 16px;
  background: url(../images/bg_balloon-left-L.svg) no-repeat center
    center/contain;
}
.bg-panel__right-l {
  width: 338px;
  height: 217px;
  left: 16px;
  background: url(../images/bg_balloon-right-L.svg) no-repeat center
    center/contain;
}
.panel-name {
  display: inline-block;
  color: #ffffff;
  background-color: #000000;
  padding: 2px 10px;
  margin: -20px 20px 0;
}
.panel-post {
  font-size: 11px;
  font-weight: 400;
  margin-left: 8px;
  vertical-align: middle;
}
.panel-txt-wrap {
  padding: 10px 36px 10px 26px;
  display: grid;
  gap: 2px;
}
.panel-sub-ttl {
  color: #8d8d8d;
}
.panel-work__list {
  display: grid;
  gap: 2px;
}
.panel-txt-space {
  margin-left: 7px;
}

@media only screen and (max-width: 384px) {
  .panel__ttl-wrap .h3-img {
    width: 90%;
  }
  .panel__remarks {
    width: 100%;
    padding: 0 15px;
  }
  .bg-panel__left-s,
  .bg-panel__left-l {
    width: 100%;
    right: 0px;
  }
  .bg-panel__right-s,
  .bg-panel__right-l {
    width: 100%;
    left: 0px;
  }
  .panel-name {
    font-size: 18px;
  }
  .panel-post {
    letter-spacing: 0;
    font-size: 10px;
  }
  .panel-txt-wrap.c-txt-s {
    font-size: 13px;
  }
}
@media only screen and (max-width: 344px) {
  .panel-txt-wrap {
    padding: 8px 20px 8px 18px;
  }
}

#sec-list {
  margin: 64px auto 0;
  width: 92.209%;
  max-width: 560px;
  position: relative;
  z-index: 10;
}
#sec-list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 4px solid #8d8d8d;
  background-color: #ffffff;
  transform: skewY(-4deg);
  z-index: -1;
}

/* sec-prize
----------------------------------------------------- */
#sec-prize {
  margin: 64px auto 0;
  width: 92.209%;
  max-width: 560px;
  position: relative;
  z-index: 10;
}
#sec-prize::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 4px solid #8d8d8d;
  background-color: #ffffff;
  transform: skewY(-4deg);
  z-index: -1;
}
.sec-prize__inner {
  display: grid;
  gap: 16px;
  padding-bottom: 46px;
  position: relative;
  padding-top: 48px;
}
.sec-prize__inner .h2-img {
  position: absolute;
  top: -28px;
  right: 0;
  left: 0;
  margin: auto;
  width: 242px;
}
.prize__list {
  display: grid;
  gap: 50px;
}
.prize__item {
  display: grid;
  gap: 8px;
  justify-content: center;
  text-align: center;
}
.prize__item-txt {
  display: grid;
  gap: 4px;
}
.prize-amount {
  line-height: 1;
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: baseline;
}
.prize-amount .money {
  font-size: 88px;
  font-weight: 900;
  font-style: italic;
}
.prize-add {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 4px;
}
.prize-add::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/plus.svg) no-repeat center center/cover;
}

/* sec-flow
----------------------------------------------------- */
#sec-flow {
  margin: 56px auto 0;
  max-width: 560px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sec-flow__inner {
  display: grid;
  gap: 50px;
}
.sec-flow__inner .h2-img {
  margin: auto;
}
.flow__item {
  display: grid;
  gap: 16px;
}
.flow__item + .flow__item {
  position: relative;
  margin-top: 80px;
}
.flow__item + .flow__item::after {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -50px;
  height: 0;
  width: 0;
  border-top: 20px solid #ffffff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.flow__item-ttl {
  color: #036eac;
  display: inline-block;
  background-color: #ffffff;
  width: 240px;
  height: 36px;
  position: relative;
  margin: 0 auto;
}
.flow__item-ttl:before,
.flow__item-ttl:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  content: "";
  border: 18px solid transparent;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}
.flow__item-ttl:before {
  right: 100%;
  border-right-color: #ffffff;
}
.flow__item-ttl:after {
  left: 100%;
  border-left-color: #ffffff;
}
.flow-date {
  line-height: 1;
}
.flow-date span {
  font-size: 40px;
}

/* sec-guide
----------------------------------------------------- */
#sec-guide {
  margin: 80px auto 0;
  width: 92.209%;
  max-width: 560px;
  position: relative;
  z-index: 10;
}
#sec-guide::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 4px solid #8d8d8d;
  background-color: #ffffff;
  transform: skewY(-4deg);
  z-index: -1;
}
.sec-guide__inner {
  display: grid;
  gap: 16px;
  padding-bottom: 46px;
  position: relative;
  padding-top: 48px;
}
.sec-guide__inner .h2-img {
  position: absolute;
  top: -28px;
  right: 0;
  left: 0;
  margin: auto;
  width: 242px;
}
.guide__list {
  display: grid;
  gap: 30px;
}
.guide__item {
  display: grid;
  gap: 4px;
}
.guide__item-ttl {
  text-align: center;
}
.guide-txt-wrap {
  margin: 0 auto;
}
.guide-howto__wrap {
  display: grid;
  gap: 16px;
}
.guide-howto__list {
  display: grid;
  gap: 8px;
}
.guide-howto-num {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  background-color: #000000;
  display: inline-block;
  padding: 4px;
  margin-bottom: 4px;
}
.guide-bg-box {
  background-color: #ffface;
  padding: 20px 10px;
  display: grid;
  gap: 10px;
}
.guide-howto-btn {
  width: 325px;
  margin: 0 auto;
}
@media only screen and (max-width: 384px) {
  .guide-howto-btn {
    width: 100%;
  }
}
.guide-num-list {
  list-style: decimal;
}
.guide-num-list li {
  margin-left: 20px;
}

/* sec-notes
----------------------------------------------------- */
#sec-notes {
  margin: 56px auto 0;
  max-width: 560px;
}
.sec-notes__inner {
  display: grid;
  gap: 20px;
}
.sec-notes__inner .h2-img {
  margin: auto;
}
.notes__list {
  list-style: "・";
}
.notes__item::marker {
  font-weight: 700;
}
.notes__item,
.inquiry-notes__item {
  margin-left: 18px;
}
.inquiry-notes__list {
  list-style: "※";
}

/* btn-area
----------------------------------------------------- */
.cv-btn-area {
  margin: 60px auto;
}
.cv-btn-area__inner {
  display: grid;
  gap: 40px;
}
.cv-btn-wrap {
  width: 340px;
  margin: 0 auto;
}
.btn-wrap {
  display: grid;
  gap: 10px;
}
.share-btn__icon {
  justify-content: center;
  gap: 24px;
}
@media only screen and (max-width: 384px) {
  .cv-btn-wrap {
    width: 100%;
  }
}

/*footer
----------------------------------------------------- */
.l-footer__top {
  padding: 30px 15px;
  border-top: 1px solid #ffffff;
  display: grid;
  gap: 30px;
}
.l-footer__logo {
  display: grid;
  gap: 10px;
  letter-spacing: 0.02em;
}
.l-footer__logo-comic {
  width: 330px;
  margin: 0 auto;
}
@media only screen and (max-width: 384px) {
  .l-footer__logo-comic {
    width: 100%;
  }
}
.l-footer__sns {
  justify-content: center;
  gap: 64px;
}
.l-footer__middle {
  padding: 30px 15px;
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: center;
}
.l-footer__logo-narou {
  width: 224px;
  margin: 0 auto;
}
.l-footer__bottom {
  padding: 20px 15px;
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: center;
}
.copy-right {
  background-color: #ffffff;
  padding: 6px 0;
}
