@charset "UTF-8";
@media screen and (min-width: 768px) {
  body {
    margin: 0 auto;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: repeating-linear-gradient(45deg, #f8f4fe, #f8f4fe 100px, #ede6fd 100px, #ede6fd 200px);
    z-index: -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;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
html {
  font-size: 62.5%;
}
@media screen and (min-width: 768px) {
  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;
}

@media screen and (max-width: 767px) {
  .u-onlypc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-onlysp {
    display: none;
  }
}
.c-hero {
  position: relative;
  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: 5rem 5rem 0;
  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: 65%;
  justify-content: center;
  align-content: center;
}
.bg_buttan{
  background-image: url("../assets/button_bg.png");
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  padding:1em;
  margin:1em;
}
.hero_buttan {
  position: relative;
  top:14px;
  display: flex;
  width: 80%;
  height: auto;
  margin: 1em auto 2em;
  padding: 0 40px;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1049px) {
  .hero_buttan {
    top:14px;
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .hero_buttan {
    display: none !important;
  }
}
.hero_buttan_sp {
  display: flex;
  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 .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: absolute;
  width: 56.2745098039%;
  left: 8.5784313725%;
  top: auto;
  bottom: 0;
}
.c-menu {
  position: fixed;
  z-index: 130;
  height: 100%;
  width: 37.5rem;
  top: 0;
  padding-top: 6rem;
  padding-bottom: 3.4rem;
  overflow: auto;
  transition: .5s opacity;
  opacity: 0;
  pointer-events: none;
}
.c-menu.-open {
  opacity: 1;
  pointer-events: auto;
}
.c-menu .c-menu-inner {
  margin: 0 auto;
  position: relative;
  z-index: 120;
}
.c-menu .m-menu-logo {
  margin-top: 2.5rem;
}
.c-modalWrap {
  display: none;
}
.c-modal {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.c-modal .c-modal-bg {
  position: fixed;
  top: 0;
  z-index: -1;
}
.c-modal .c-modal-inner {
  padding: 2rem 1.5rem;
  position: relative;
}
.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.c-contents {
  max-width: 1200px;
  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;
  overflow-y: hidden;
}
@media screen and (max-width: 768px) {
  .contents-inner {
    width: 37.5rem;
  }
}
.c-main {
  width: 100%;
  padding-top: 5rem;
  position: relative;
  z-index: 2;
  background-image: url("../assets/lead_titlimg.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 5px 4px #7c0d39);
}
.p_logo {
  position: absolute;
  left: 5px;
  top: 0px;
  width: 40%;
}
.ani_logo {
  position: absolute;
  width: 25%;
  right: 10px;
  top: 10px;
}
.leadimg_main {
  position: relative;
  top: 0px;
  text-align: center;
}
.yohaku {
  height: 100px;
}
.yohaku_o {
  background-image: url("../assets/oubo_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
    width: 100%;
    z-index: 2;
}
.oubo_main {
  position: relative;
  background-color: #eed7e2;
}
.oubo_absolute {
  position: absolute;
  top: -0px;
}
.setumei_card {
  margin: 10px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .yohaku {
    height: 8vw;
  }
  .yohaku_o {
    height: 80vw;
  }
  .oubo_absolute {
    top: -0px;
  }
  .setumei_card {
    margin: 2vw auto 0;
    padding: 0 20px;
  }
}
.s2_text {
  text-align: end;
  margin-right: 1em;
  color: #FFFFFF;
  margin-bottom: 2em;
}
.section3 {
  width: 100%;
  position: relative;
  top: 40px;
  z-index: 5;
}
.section4 {
  width: 100%;
  justify-content: center;
  display: block;
  padding: 2em 2em 0;
  background: #d8b0ee;
}
.s4_img {
  margin: 1em auto;
  justify-content: center;
}
.section5 {
  margin: 0 auto;
  background: #d8b0ee;
}
.s5_img {
  display: block;
  justify-content: center;
  margin: 0 auto;
  width: 95%;
  padding: 4em 2em;
}
.s5_text {
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  padding: 3em 4em;
  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: .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;
}
@media screen and (max-width: 768px) {
  .monbtn {
    width: 35vh;
  }
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#g-nav ul {
  position: absolute;
  z-index: 999;
  top: 38%;
  left: 37%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #g-nav ul {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
  }
}
#g-nav li {
  list-style: none;
  text-align: center;
}
#g-nav li a {
  text-decoration: none;
  padding: 7px 5vh;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.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: hidden;
}
.iframe_mein {
  height: 99vh;
  width: calc(100% + 2px);
  overflow: hidden;
}
::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
::-webkit-scrollbar-track {
  background: #ffe6ea;
  opacity: 0;
}
::-webkit-scrollbar-thumb {
  background: #ff8095;
}





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


.aw_content{
    width: 100%;
    padding-top: 5rem;
    position: relative;
    z-index: 2;
    background-image: url("../assets/aw/aw_bg.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.month_content{
    position: relative;
    background-image:url("../assets/aw/aw_bg2.png");
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    margin-bottom: -35em;
}
.aw_rainbow{
    position: relative;
    z-index: 10;
    margin: -12% 0 0;
    width:100%;
}
.aw_title{
    width: 80%;
    margin:0 auto;
    position: relative;
    justify-content: center;
    top:-25vw;
    z-index: 20;
}
.aw_month{
    position: relative;
    top:-30vw;
    z-index: 30;
}
.aw_happyou{
    position: absolute;
    left:0%;
    right: 0%;
    width: 90%;
    margin:auto;
    top:35vw;
}
.aw_monthcloud{
    position: relative;
    top:-5vw;
    z-index: -10;
}
.month{
    width: 80%;
}
.aw_introduction{
    padding-top: 90%;
    background-color: #FFFFFF;
}
.aw_sunstar{
    background: linear-gradient(to top, #cae8f9 0%, #fff 100%);
    text-align: center;
    margin:3em 0;
}
.award_img{
    margin:2em auto;
}
.aw_touei{
    background: linear-gradient(to top, #ffdbdb 0%, #fff 100%);
    text-align: center;
    margin:3em 0;
}
.aw_kasaku{
    background: linear-gradient(to top, #c2b5d8 0%, #fff 100%);
    margin:5em 0 0;
    text-align: center;
}
.aw_kasaku_flex{
    display: flex;
    flex-wrap: wrap;
    margin:2em auto 0;
    background: linear-gradient(to top, #c2b5d8 0%, #fff 100%);
}
.aw_kasaku_flexitem{
    display: flex;
    width: 45%;
    margin:2em auto;
}
.aw_mudantensaikinshi{
    margin:7em auto 2em;
    width: 30%;
}
.aw_bosyu{
    background-color: #ffdeef;
    padding:4em 2em;
    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: .1s ease-out;
    -webkit-transition: .1s ease-out;
    transform: scale(0.99, 0.99) ;
    top:-6.6em;
    transition-duration: .2s;
}
.aw_copyright{
    text-align: center;
    justify-content: center;
    width: 80%;
    margin:0 auto;
}
