@charset "UTF-8";

@media screen and (min-width: 768px) {
  body {
    margin: 0 auto;
  }

  body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: repeating-linear-gradient(
      45deg,
      #d0ecfb,
      #d0ecfb 100px,
      #e4f3f4 100px,
      #e4f3f4 200px
    );
    z-index: -1;
  }

  html {
    font-size: 62.5%;
  }

  .c-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 110px;
    padding: 5px 0 0;
    max-width: 300px;
    height: 100vh;
  }

  .c-hero .c-hero-widthInner {
    width: 100%;
    max-width: calc(100vh * 0.6181818182);
  }

  .c-hero .c-hero-heightInner {
    position: relative;
    box-sizing: border-box;
    padding-bottom: 161.7647058824%;
    max-height: 100%;
  }

  .c-hero .c-hero-ttl {
    position: absolute;
    width: 50rem;
    left: 40%;
    transform: translateX(-50%);
    top: 1%;
  }
}

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

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0);
}

body {
  line-height: 1;
  overflow-y: auto;
}

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

html {
  font-size: 62.5%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

.fade-in {
  opacity: 0;
  background-color: #ffc1d0;
}

/* アニメーションの定義 */
.fade-in {
  animation: fadeIn 1s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    /* 透明度0から開始 */
  }

  to {
    opacity: 1;
    /* 透明度1になるまでフェードイン */
  }
}

.wrap {
  background-color: #ffc1d0;
  animation: fadein 2s forwards;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0);
}

ins {
  text-decoration: none;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

li {
  list-style: none;
}

button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

main {
  display: block;
}

.c-hero {
  display: flex;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .c-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 110px;
    padding: 5px 0 0;
    max-width: 300px;
    height: 100vh;
  }
}

@media screen and (min-width: 768px) {
  .c-hero .c-hero-widthInner {
    width: 100%;
    max-width: calc(100vh * 0.6181818182);
  }
}

@media screen and (min-width: 768px) {
  .c-hero .c-hero-heightInner {
    position: relative;
    box-sizing: border-box;
    padding-bottom: 161.7647058824%;
    max-height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .c-hero .c-hero-ttl {
    position: absolute;
    width: 50rem;
    left: 40%;
    transform: translateX(-50%);
    top: 1%;
  }
}

.c-hero_img {
  position: absolute;
  width: 80vh;
  height: 80vh;
  right: -20%;
  padding: 0 5rem;
  margin: 0 5rem;
  top: -40px;
  justify-content: center;
  background-image: url("../assets/hero_bgw.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -9999;
}

@media screen and (max-width: 1208px) {
  .c-hero_img {
    width: 80vh;
    right: 0%;
    left: -60vw;
    top: -50px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1049px) {
  .c-hero_img {
    width: 60vh;
    height: 60vh;
    right: 0%;
    left: -50vw;
    top: 30px;
    margin: 0 auto;
    padding: 3rem 4rem 0;
  }
}

.hero_f_logo {
  position: relative;
  display: flex;
  width: 45%;
  justify-content: center;
  margin: 3em auto 0 auto;
  padding: 0 10px;
  align-content: center;
}

.hero_chara {
  position: relative;
  margin: 0 auto;
  display: flex;
  width: 70%;
  justify-content: center;
  align-content: center;
}

.bl_buttonUnit {
  position: relative;
  top: -36px;
  width: 60%;
  margin: 0 auto;
}

.el_buttonBg {
  width: 100%;
  top: 20px;
  height: 13vh;
  position: absolute;
}

.hero_buttan {
  position: relative;
  top: 28px;
  display: flex;
  height: 13vh;
  margin: 1em auto 2em;
  padding: 0 40px;
  justify-content: center;
  text-align: center;
}

.el_button {
  position: relative;
}

.el_button_img {
  height: 10vh;
  max-width: none;
}

@media screen and (max-width: 1049px) {
  .hero_buttan {
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
  .hero_buttan {
    display: none !important;
  }
}

.hero_buttan_sp {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 9999;
}

@media screen and (min-width: 768px) {
  .hero_buttan_sp {
    display: none;
  }
}

.button_sp {
  display: flex;
}

.buttan {
  margin: 0 auto;
  padding: 0 0.4em;
}

.buttan:hover {
  transform: scale(0.95);
  transition-duration: 0.3s;
}

.buttan_sp:hover {
  transform: scale(0.95);
  transition-duration: 0.3s;
}

.is-hidden {
  visibility: hidden;
  transition-duration: 0.8s;
  opacity: 0;
}

.bt_hero_bg {
  position: relative;
  margin: 0 auto;
  display: flex;
  width: 65%;
  justify-content: center;
  align-content: center;
}

.copyright {
  position: relative;
  margin: 3em auto 4em;
  display: flex;
  width: 30%;
  justify-content: center;
  align-content: center;
}

.c-hero .c-hero-menu {
  position: relative;
  width: 56.2745098039%;
  left: 8.5784313725%;
  top: auto;
  overflow: auto;
  z-index: 1;
}

.c-contents {
  max-width: 1200px;
  /*    height: 100vh;*/
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .c-contents {
    width: 37.5rem;
    display: block;
    overflow-x: hidden;
  }
}

.contents-inner {
  width: 50rem;
  position: relative;
  overflow-x: hidden;
  over-flow-y: auto;
  /*
    display: flex;
    height: 100vh;
*/
}

@media screen and (max-width: 768px) {
  .contents-inner {
    width: 37.5rem;
  }
}

.c-main {
  width: 100%;
  padding-top: 30px;
  position: relative;
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 5px 4px #7c0d39);
}

.p_logo {
  position: absolute;
  left: 5px;
  top: 0px;
  width: 40%;
  max-width: 200px;
  z-index: 100;
}

.ani_logo {
  position: absolute;
  width: 25%;
  right: 10px;
  top: 10px;
}

.leadimg_main {
  display: block;
  margin: 0 auto;
}

.o-content {
  background-color: #e34688;
}

.bg_main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.oubo_main {
  margin-top: 3em;
}

.el_ouboHowToImg {
  display: block;
  margin: 0 auto;
}

.setumei_card {
  margin: 10px auto 0;
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* 縦方向に並べる */
  align-items: center;
  /* 横方向の中央揃え */
}

@media screen and (max-width: 768px) {
  .yohaku {
    height: 8vw;
  }

  .yohaku_o {
    height: 80vw;
  }

  .setumei_card {
    margin: 2vw auto 0;
    padding: 0 20px;
  }
}

.setumei_card p {
  color: #ffffff;
  line-height: 1.5em;
  font-size: 11px;
  text-align: left;
  margin-left: 2rem;
}

.s2_text {
  text-align: end;
  margin-right: 1em;
  color: #ffffff;
  margin-bottom: 2em;
}

.section3 {
  width: 100%;
  position: relative;
  top: 40px;
  text-align: center;
  z-index: 5;
}
.section3_img {
  width: 100%;
}

.section4 {
  width: 100%;
  justify-content: center;
  display: block;
  padding: 4em 2em 2em 2em;
  background: #f3b0cd;
  text-align: center;
}

.s4_img {
  margin: 2em auto;
  justify-content: center;
}

.section5 {
  margin: 0 auto;
  background: #f3b0cd;
}

.s5_img {
  padding-top: 80px;
  display: block;
  justify-content: center;
  width: 100%;
}

.s5_text {
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0;
  width: 70%;
}

/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 9998;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(89, 87, 87, 0.7);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  max-width: 500px;
  min-width: 320px;
}

.modal_pic {
  width: 100%;
  filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.6));
}

.closeModal {
  position: absolute;
  top: 0%;
  right: 0%;
  transform: translate(30%, -50%);
  cursor: pointer;
  width: 7rem;
  height: 7rem;
  max-width: 80px;
  max-height: 80px;
  text-align: center;
  align-content: center;
  vertical-align: middle;
  justify-content: center;
  border-radius: 50% 50% 50% 50%;
  background-color: #f33480;
  z-index: 9999;
  font-size: 5em;
}

.batten {
  display: flex;
  position: relative;
  justify-content: center;
  margin: 0 auto;
  vertical-align: middle;
  width: 3rem;
  max-width: 30px;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: grey;
  opacity: 0.6;
  display: none;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
}

/*　キラッ　*/
.shine span.mask {
  position: relative;
  display: block;
  line-height: 0;
  /*行の高さを0にする*/
  overflow: hidden;
  /*拡大してはみ出る要素を隠す*/
}

.shine span.mask::before {
  position: absolute;
  content: "";
  width: 70%;
  /*キラッの横幅*/
  height: 100%;
  /*キラッの縦幅*/
  top: 0;
  /*.shine span.maskのトップ0を基点*/
  left: -85%;
  /*画面の見えていない左から右へ移動するスタート地点*/
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  transform: skewX(-25deg);
  /*背景白透過を斜めに*/
}

.shine span.mask:hover::before {
  animation: shine 0.7s;
}

@keyframes shine {
  100% {
    left: 140%;
    /*画面の見えていない左から右へ移動する終了地点*/
  }
}

/*========= じゅうしょうさくひんのオープンメニュー ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: -120%;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  top: 0px;
  left: -10%;
  width: 100vh;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 768px) {
  #g-nav {
    top: 0px;
    width: 80%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0);
  }

  #g-nav.panelactive {
    top: 0px;
    left: 0%;
    width: 80%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.7);
  }
}

.junbityuu {
  position: absolute;
  z-index: 999;
  width: 30%;
  top: 50%;
  left: 65%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .junbityuu {
    width: 70%;
    left: 45%;
  }
}

.monbtn {
  width: 30vh;
  position: absolute;
  top: 50%;
  left: 57%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.el_navList_btn {
  display: flex;
  width: 280px;
  padding: 5px;
  border-radius: 20px;
  overflow: hidden;
  /* 活性 (Default/Active) */
  background: linear-gradient(105deg, #d294bf 50%, #ba79ac 50%);
  box-shadow: 8px 8px 0 #000;
}

/* 選択 (Selected) */
.el_navList.is-current .el_navList_btn {
  background: linear-gradient(105deg, #ed819b 50%, #ba79ac 50%);
}

/* 非活性 (Inactive) */
.el_navList.is-disabled .el_navList_btn {
  background: linear-gradient(105deg, #dbb7d0 50%, #e6c5df 50%);
}

.el_navList.is-disabled {
  pointer-events: none;
}

.el_navList_btn_left {
  width: 50%;
  padding-right: 18px;
  display: flex;
  justify-content: right;
  align-items: center;
}

.el_navList_btn_right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.el_navList_btn_left_img {
  height: 50px;
}

.el_navList_btn_right_img {
  height: 45px;
}

@media screen and (max-width: 768px) {
  .monbtn {
    width: 80%;
    gap: 12px;
    left: 50%;
    align-items: center;
  }

  .el_navList_btn {
    width: 150px;
    height: 36px;
    border-radius: 10px;
    box-shadow: 4px 4px 0 #000;
  }

  .el_navList_btn_left_img {
    height: 28px;
  }

  .el_navList_btn_right_img {
    height: 24px;
  }

  .el_navList_btn_left {
    padding-right: 10px;
  }
}

.close_gbav {
  position: absolute;
  z-index: 1999;
  top: 50%;
  right: -3.5rem;
  width: 7rem;
  height: 7rem;
  max-width: 80px;
  max-height: 80px;
  text-align: center;
  align-content: center;
  vertical-align: middle;
  justify-content: center;
  border-radius: 50% 50% 50% 50%;
  background-color: #f33480;
}

.js-animation {
  opacity: 0;
  /* いったん非表示 */
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}

.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.hide {
  display: none;
}

.gray {
  filter: grayscale(100%);
  pointer-events: none;
}

.monbtnshadow {
  filter: drop-shadow(5px 4px 0 #3a281e);
}

content {
  overflow-x: hidden;
  overflow-y: auto;
  /* iframeではないのでscroll可能に */
  /*    flex: 1;         残りのスペースをすべて使用 */
  /*  min-height: 0;   これを入れないとflexbox内でoverflowが効かない */
  /*  position: sticky;*/
  top: 0;
  z-index: -1000;
}

::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

::-webkit-scrollbar-track {
  background: #ffe6ea;
  opacity: 0;
}

::-webkit-scrollbar-thumb {
  background: #ff8095;
}

/*------------------------------------------受賞作品発表ページレイアウト----------------------------------------------------------------------*/

.aw_mainchara {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.aw_content {
  width: 100%;
  height: auto;
  padding-top: 30px;
  position: relative;
  z-index: 2;
  background-color: #f3b0cd;
}

.month_content {
  position: relative;
  background-image: url("../assets/aw/aw_bg2.png");
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  width: 100%;
  height: auto;
  top: -60px;
  margin-bottom: -200px;
}

.aw_title {
  width: 90%;
  margin: 0 auto;
  position: relative;
  justify-content: center;
  top: -120px;
  z-index: 20;
}

.aw_month {
  position: relative;
  top: -130px;
  z-index: 30;
}

.aw_happyou {
  position: absolute;
  left: 0%;
  right: 0%;
  width: 70%;
  margin: auto;
  top: 150px;
}

.aw_monthcloud {
  position: relative;
  top: -5vw;
  z-index: -10;
}

.month {
  width: 80%;
}

.aw_introduction {
  padding-top: 90px;
  background-color: #f3b0cd;
}

.aw_prize_block {
  text-align: center;
}

.award_img {
  width: 95%;
  margin: 2em auto;
}

.aw_prize_block + .aw_prize_block {
  margin: 100px 0 0;
}

.aw_kasaku {
  margin: 100px 0 0;
  text-align: center;
}

.aw_kasaku_flex {
  display: flex;
  flex-wrap: wrap;
  margin: 2em auto 0;
}

.aw_kasaku_flexitem {
  display: flex;
  width: 45%;
  margin: 2em auto;
}

.aw_mudantensaikinshi {
  margin: 50px auto;
  font-size: 14px;
}

.aw_bosyu {
  padding: 50px 0 0;
  background-color: #ffdeef;
  text-align: center;
}

.aw_oubobtn {
  position: relative;
  width: 80%;
  inset: 0;
  margin: auto;
  top: -7em;
  filter: drop-shadow(0 10px 0 #50485b);
}

.aw_oubobtn:hover {
  filter: drop-shadow(0 0px 0 #50485b);
  transition: 0.1s ease-out;
  -webkit-transition: 0.1s ease-out;
  transform: scale(0.99, 0.99);
  top: -6.6em;
  transition-duration: 0.2s;
}

.aw_copyright {
  text-align: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}

/*------------------------------------------大賞作品発表ページレイアウト----------------------------------------------------------------------*/

.aw_content_grand {
  width: 100%;
  min-height: 100vh;
  padding-top: 9rem;
  position: relative;
  z-index: 2;
  background-image: url("../assets/aw/aw_bg_grand.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.month_content_grand {
  background-image: url("../assets/aw/aw_bg2_grand.png");
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  width: 100%;
  height: auto;
  margin-top: -345px;
  position: relative;
}

.month_content_grand .partition {
  background-color: #d3eaf0;
}

.aw_title_grand {
  width: 90%;
  margin: 0 auto;
  position: relative;
  justify-content: center;
  z-index: 20;
}

.aw_month_grand {
  position: relative;
  top: -130px;
  z-index: 30;
}

.aw_happyou_grand {
  position: absolute;
  left: 0%;
  right: 0%;
  width: 70%;
  margin: auto;
  top: 150px;
}

.aw_monthcloud_grand {
  position: relative;
  top: -5vw;
  z-index: -10;
}

.month_grand {
  width: 80%;
}

.aw_introduction_grand {
  padding-top: 5%;
  background-color: #d3eaf0;
}

.aw_sunstar_grand {
  text-align: center;
}

.award_img_grand {
  margin: 2em auto;
}

.aw_kasaku_grand {
  background: linear-gradient(
    180deg,
    #f6c8dd 0%,
    #fbdfd4 25%,
    #fcedea 50%,
    #cec5e1 75%,
    #bbe0f6 100%
  );
  padding: 5em 0 0;
  text-align: center;
}

.aw_kasaku_grand img {
  width: 90%;
}

.aw_kasaku_grand .padding_1 {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.aw_introduction_img {
  width: 95%;
}

.aw_introduction_img2 {
  width: 95%;
}

.aw_kasaku_flex_grand {
  display: flex;
  flex-wrap: wrap;
  margin: 2em auto 0;
}

.aw_kasaku_flexitem_grand {
  display: flex;
  width: 45%;
  margin: 2em auto;
}

.aw_mudantensaikinshi_grand {
  margin: 7em auto 2em;
  width: 30% !important;
}

.aw_bosyu_grand {
  background-color: #ffdeef;
  padding: 4em 2em;
  text-align: center;
}

.aw_oubobtn_grand {
  position: relative;
  width: 80%;
  inset: 0;
  margin: auto;
  top: -7em;
  filter: drop-shadow(0 10px 0 #50485b);
}

.aw_oubobtn_grand:hover {
  filter: drop-shadow(0 0px 0 #50485b);
  transition: 0.1s ease-out;
  -webkit-transition: 0.1s ease-out;
  transform: scale(0.99, 0.99);
  top: -6.6em;
  transition-duration: 0.2s;
}

.aw_copyright_grand {
  text-align: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}

.aw_sunstar_grand .award_img {
  max-width: 95%;
}

.aw_touei_grand .award_img {
  max-width: 95%;
}

.aw_sunstar_grand img {
  width: 95%;
}

/* Wait images display logic */
.el_waitImg,
.el_waitSpImg {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.el_pinkDecorationImg {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .el_waitImg {
    display: block;
  }
  /* .el_waitSpImg {
    display: none;
  } */
}

@media screen and (max-width: 767px) {
  /* .el_waitImg {
    display: none;
  } */
  /* .el_waitSpImg {
    display: block;
  } */
}
