@charset "Shift_JIS";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style:normal;
  font-weight: 400;
  font-size: 100%;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
img{
  line-height: 0;
  margin:0;
  padding:0;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
input, textarea {
  margin: 0;
  padding: 0;
}
ol, ul{
  list-style:none;
}
table{
  border-collapse: collapse;
  border-spacing:0;
}
caption, th{
  text-align: left;
}
a:focus {
  outline:none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}
.both{
  clear:both;
}
.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* ios submit btn */
input[type="submit"] {
  -webkit-appearance: none;
}
input{
  -webkit-appearance: none;
}
input[type="checkbox"]{
  -webkit-appearance: checkbox;
}
input[type="radio"]{
  -webkit-appearance: radio;
}
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font: initial;
}
button, input, select, textarea {
  font-family : inherit;
  font-size   : 100%;
}
/* ie11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, main {
    display : block;
  }
  *::-ms-backdrop, section {
    display : block;
  }
  *::-ms-backdrop, img[src$=".svg"] {
    width: 100%;
  }
}
html{
  scroll-behavior: smooth;
}
body{
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: 'palt';
  font-size   : 1.6rem;
  min-width   : 320px;
  text-align  : justify;
  width       : 100%;
}
@media print, screen and (min-width:768px){
  a:hover,a img:hover{
    opacity : 0.8;
  }
}
img{
  line-height : 1.0;
}
@media print, screen and (min-width:768px){
  .header{
    background : #fff;
    width      : 100%;
  }
  .sp-header{
    display : none;
  }
  .header__site-id{
    align-items     : center;
    display         : flex;
    height          : 60px;
    justify-content : space-between;
    line-height: 1;
    margin          : 0 auto;
    max-width       : 1280px;
    padding         : 0 20px;
  }
}
@media screen and (max-width:767px){
  .header{
    display : none;
  }
  .sp-header{
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    display : flex;
    flex-direction: column;
    height: 52px;
    justify-content: center;
    width: 100%;
  }
  .sp-header__site-id{
    line-height : 0;
  }
}
.footer{
  color      : #000;
  margin     : 0 0 -25px 0;
  padding    : 0 40px 20px;
  text-align : center;
}
.footer__image{
  max-width: 100%;
}
.copyright{
  display   : block;
  font-size : 12px;
}
@media screen and (max-width:768px){
  .footer{
    margin: 0 0 20px;
    padding: 0;
  }
  .copyright{
    display: block;
    font-size: 0.8rem;
  }
}
a:link {
  color: #2E6783;
}
a:visited {
  text-decoration: none;
  color: #589DBF;
}
a:hover,
a:active {
  color: #2E6783;
  text-decoration: none;
  opacity: 1;
}
.dsp_pc{
  display: inline;
}
.dsp_sp{
  display: none;
}
.header{
  border-bottom: solid 4px #E60000;
}
.sp-header{
  border-bottom: solid 3px #E60000;
}
/*MV*/
.mv {
  padding: 0 40px;
}
.mv__image{
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.visually__hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}
.intro{
  margin: 80px auto 40px;
  max-width: 960px;
  padding: 0 20px;
}
.intro__title-text{
  margin-bottom: 52px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.intro__title-sub{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.intro__image{
  display:block;
  width: 400px;
  margin: 0 auto;
}
.intro__lead{
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 1024px) { 
  .intro{
      padding: 0;
  }
}
.extra-info{
  margin: 0 auto 80px;    
  padding: 0 20px;
  max-width: 960px;
}
@media (min-width: 1024px) { 
  .extra-info{
    padding: 0;
  }
}
.extra-info__lead{
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
.extra-info__lead:not(:last-child){
  margin-bottom: 40px;
}
.extra-info__lead-image{
  width: 106px;
  margin: 0 6px;
  vertical-align: bottom;
}
.extra-info__lead-line{
  font-weight: 700;
  background-image: linear-gradient(#FFF0D0, #FFF0D0);
  background-repeat: no-repeat;
  background-size: 100% 12px;
  background-position: 0 100%;
}
/*コンテスト概要*/
.entry-overview{
  padding: 80px 0;
  background-color: #FEEFF0;
}
.entry-overview__inner{
  margin: 0 auto;    
  padding: 0 20px;
  max-width: 1140px;    
  text-align: center;
}
.entry-overview__row {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 50px;
}
.entry-overview__section--themes,
.entry-overview__section--prize {
  flex: 1 1 45%;
  min-width: 300px;
}
.entry-overview__section{
  background-color: #FFF;
  border-radius: 8px;
  padding: 30px 27px;
}
.entry-overview__row .entry-overview__title{
  background-color: #E60000;
  color:#FFF;
  width: 200px;
  font-size: 24px;
  font-weight: 700;
  padding: 11px 0;
  line-height: 1;
  margin-left: -38px;
}
.entry-overview__title{
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.entry-overview__lead{
  margin-top: 58px;
  font-size: 20px;
}
.entry-overview__lead--em{
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  color: #E60000;
  margin-bottom: 30px;
  padding: 6px 0;
  width: 100%;
}
/* 左の「 */
.entry-overview__lead--em::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;     /* 横の長さ */
  height: 32px; /* 縦の長さ（上下の余白含む） */
  border-left: 2px solid #E60000;
  border-top: 2px solid #E60000;
}
/* 右の 」 */
.entry-overview__lead--em::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 32px;
  border-right: 2px solid #E60000;
  border-bottom: 2px solid #E60000;
}
.entry-overview__list{
  margin-top: 84px;
  font-size: 18px;
  text-align: left;
  list-style: disc;
  list-style-position: inside;
  line-height: 1.6;
}
.entry-overview__list li{
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.entry-overview__list li span {
  position: relative;
  display: inline-block;
  min-width: 90px;
  text-align:justify;
  text-align-last:justify;
  padding-right: 20px;
  text-indent: initial;
}
.entry-overview__list li span::after {
  content: "\FF1A";
  position: absolute;
  right: 5px;
}
.entry-overview__list--prize{
  list-style: none;
  margin-top: 30px;
  margin-bottom: 30px;
}
.entry-overview__list--prize li{
  text-align: left;
  line-height: 1.4;
  position: relative;
  padding-left: 25px;
  font-size: 22px;
  font-weight: 700;
}
.entry-overview__section--prize li:not(:last-child){
  margin-bottom: 19px;
}
.entry-overview__list--prize li::before {
  content: "\2605"; 
  color: #FFA700; 
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 2px;
}
.entry-overview__prize-count{
  font-size: 32px;
  font-weight: 700;
}
.entry-overview__prize-detail{
  font-size: 20px;
  font-weight: 700;
}
.entry-overview__note{
  font-size: 16px;
  text-align: left;
}
.entry-overview__btn:link,
.entry-overview__btn:visited{
  width: 346px;
  display: inline-block;
  padding: 20px 74px;
  border: 1px solid #5A5A5A;
  border-radius: 50px;
  text-decoration: none;
  background-color: #FFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 18px;
  font-weight: 700;
  color: #000;
  position: relative;
  transition: background-color 0.2s 0s ease;
  margin-bottom: 80px;
}
.entry-overview__btn:hover{
  background-color: #F2F2F2;
}
.entry-overview__btn:active{
  box-shadow: none;
}
.entry-overview__btn::after{
  position: absolute;
  top: 4px;
  bottom: 4px;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.entry-overview__title{
  font-size: 28px;
  font-weight: 700;
  color: #E60000;
}
.entry-overview__section--sample{
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
}
.entry-overview__section--sample .entry-overview__title{
  margin-bottom: 24px;
}
.entry-overview__sample-image{
  width: 100%;
}
.entry-overview__title-icon{
  width: 28px;
}
.entry-overview__sample-wrapper {
  position: relative;
  display: inline-block;
  max-width: 840px;
  height: auto;
}
.entry-overview__sample-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 120px;
  pointer-events: none; /* ボタンの邪魔しないため */
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.4;
}
.entry-overview__sample-link{
  position: absolute;
  left: 50%;
  bottom: 36px; /* 画像との距離調整 */
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  gap:10px;
  background-color: #000;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  transition: background-color 0.2s 0s ease;
  padding: 12px;
  border-radius: 48px;
  width: 240px;
  justify-content: center;
}
.entry-overview__sample-icon{
  width: 18px;
  margin-top: 2px;
}
.entry-overview__sample-link span{
  font-weight: 700;
}
.entry-overview__sample-link:link,
.entry-overview__sample-link:visited{
  /* display: inline-block; */
  padding: 11px 51px;
  border: 1px solid #5A5A5A;
  border-radius: 50px;
  text-decoration: none;
  background-color: #000;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  transition: background-color 0.2s 0s ease;
}
.entry-overview__sample-link:hover{
  background-color: #323232;
}
.entry-overview__sample-link:active{
  box-shadow: none;
}
/*モーダル*/
.iziModal picture,
.iziModal img {
  display: block;
}
.js-iziModal .modal-close {
  position: fixed;
  top: -40px;
  right: 0;
  width: 32px;
  height: 32px;
  z-index: 9999;
  pointer-events: auto;
}
.js-iziModal .modal-close span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  background-color: #FFF;
  transform-origin: center;
}
/* 1本目を右上がり（＼）に */
.js-iziModal .modal-close span:first-child {
  transform: rotate(45deg);
}
/* 2本目を左上がり（／）に */
.js-iziModal .modal-close span:last-child {
  transform: rotate(-45deg);
}


.entry-apply__btn:link,
.entry-apply__btn:visited{
  width: 346px;
  display: inline-block;
  padding: 17px 74px;
  border: 1px solid #E60000;
  border-radius: 50px;
  text-decoration: none;
  background-color: #E60000;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
  position: relative;
  transition: background-color 0.2s 0s ease;
  margin-bottom: 24px;
}
.entry-apply__btn:hover{
  background-color: #f04242;
}
.entry-apply__btn:active{
  box-shadow: none;
}
.entry-apply__btn::after{
  position: absolute;
  top: 4px;
  bottom: 4px;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 24px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.entry-apply__note{
  font-size: 18px;
  margin-bottom: 10px;
}
.entry-overview__period{
  font-size: 18px;
  font-weight: 700;
}
/*審査員*/
.judge{
  margin: 0 auto;
  padding: 80px 20px;
  max-width: 900px;
  text-align: center;
}
.judge__profile{
  padding: 0 8px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
}
.judge__profile:not(:last-child) {
  margin-bottom: 80px;
}
.judge__image{
  width: 255px;
  height: auto;
  border-radius: 8px;
}
.judge__body{
  text-align: left;
}
.judge__name{
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
.judge__role{
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}
.judge__suffix{
  font-size: 24px;
  font-weight: 700;
}
.judge__btn{
  width: 300px;
  display: inline-block;
  margin-bottom: 30px;
  padding: 12px 0;
  border: 1px solid #5A5A5A;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  background-color: #FFF;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  position: relative;
  transition: background-color 0.2s 0s ease;
}
.judge__btn:hover{
  background-color: #F2F2F2;
}
.judge__btn:active{
  box-shadow: none;
}
.judge__btn::after{
  position: absolute;
  top: 4px;
  bottom: 4px;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 16px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.judge__note{
  font-size: 14px;
  width: 300px;
  text-align: center;
  margin-bottom: 30px;
}
.judge__description{
  background-color: #F5F4EC;
  border-radius: 8px;
  padding: 30px;
  font-size: 16px;
  line-height: 1.75;
}
.judge__description-label{
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.note-link__text{
  font-size: 22px;
  font-weight: 700;
}
.note-link__logo{
  width: 136px;
}
.note-link__note{
  font-size: 14px;
  line-height: 1.75;
}
.note-link__account{
  width: 40%;
  margin-top: -8px;
}
.note-link__account-name{
  font-size: 14px;
  display: inline-block;
  margin-bottom: 14px;
  font-weight: 700;
}

/*募集要項*/
.entry-terms{
  margin-bottom: 48px;
  padding: 70px 0 85px;
  background-color: #FEEFF0;
}
.entry-terms__inner{
  margin: 0 auto;    
  padding: 0 20px;
  max-width: 1110px;    
  text-align: center;
}
.entry-terms__body{
  background-color:#FFF;
  border-radius: 8px;
  padding: 36px;
  max-width: 900px;
  margin: 0 auto 90px;
}
.entry-terms__list{
  text-align: left;
}
.entry-terms__item{
  padding: 0;
  position: relative;
}
.entry-terms__item:not(:last-child) {
  margin-bottom: 40px;
}
.entry-terms__item-description{
  font-size: 18px;
  text-align: left;
  line-height: 1.7;
}
.entry-terms__item-list{
  font-size: 18px;
  text-align: left;
  list-style: disc;
  list-style-position: inside;
  line-height: 1.6;
}
.entry-terms__item-list li{
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.entry-terms__item-list li span {
  position: relative;
  display: inline-block;
  min-width: 90px;
  text-align:justify;
  text-align-last:justify;
  padding-right: 20px;
  text-indent: initial;
}
.entry-terms__item-list li span::after {
  content: "\FF1A";
  position: absolute;
  right: 5px;
}
.entry-terms__item-description--list li{
  margin-bottom: .5em;
}
.entry-terms__item-title{
  font-size: 24px;
  font-weight: 700;
  color:#EA3030;
  margin-bottom: 18px;
}
.entry-terms__item-image{
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}
.entry-terms__item-text{
  font-size: 16px;
  line-height: 1.66;
  text-align: left;
}
.entry-terms__note{
  font-size: 16px;
  line-height: 1.66;
}
.entry-terms__lead{
  font-size: 21px;
  line-height: 1.66;
  margin-bottom: 40px;
  font-weight: bold;
}
.entry-terms__links{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.entry-terms__item-description--list {
  list-style: disc;
  text-align: left;
  padding-left: 1.3rem;
  line-height: 1.7;
}
.entry-terms__item-description--star {
  list-style: none;
  padding-left: 0;
}
.entry-terms__item-description--star li {
  position: relative;
  margin-bottom: .3em;
  padding-left: 1.3rem;
}
.entry-terms__item-description--star li::before {
  content: "\2605";
  position: absolute;
  left: 0;
  top: 0.05em;
  font-size: 0.9em; /* ★の大きさ調整 */
}
.entry-terms__btn:link,
.entry-terms__btn:visited{
  display: inline-block;
  padding: 20px 74px;
  border: 1px solid #5A5A5A;
  border-radius: 50px;
  text-decoration: none;
  background-color: #FFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 18px;
  font-weight: 700;
  color: #000;
  position: relative;
  transition: background-color 0.2s 0s ease;
}
.entry-terms__btn:hover{
  background-color: #F2F2F2;
}
.entry-terms__btn:active{
  box-shadow: none;
}
.entry-terms__btn::after{
  position: absolute;
  top: 4px;
  bottom: 4px;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*お問い合わせ*/
.entry-contact{
  margin-bottom: 48px;
  padding: 70px 0 85px;
}
.entry-contact{
  margin-bottom: 40px;
}
.entry-contact__inner{
  margin: 0 auto;    
  padding: 0 20px;
  max-width: 900px;    
  text-align: center;
}
.entry-contact__info{
  background-color: #F5F4EC;
  border-radius: 8px;
  margin-bottom: 80px;
  padding: 40px;
  max-width: 900px;
}
.entry-contact__info-inner{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
}
.entry-contact__info-inner::after{
  content: "";
  position: absolute;
  top: 0;
  right: 38.4%;
  width: 1px;
  height: 100%;
  background: #ccc;
}
.entry-contact__tel{
  position: relative; 
  width: 60%;
}
.entry-contact__tel-icon{
  width: 36px;
  height: 36px;
}
.entry-contact__tel-number{
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.entry-contact__form-title{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.entry-contact__form-btn:link,
.entry-contact__form-btn:visited{
  width: 276px;
  display: inline-block;
  padding: 12px 0;
  border: 1px solid #5A5A5A;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  background-color: #FFF;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  position: relative;
  transition: background-color 0.2s 0s ease;
}
.entry-contact__form-btn:hover{
  background-color: #F2F2F2;
}
.entry-contact__form-btn:active{
  box-shadow: none;
}
.entry-contact__form-btn::after{
  position: absolute;
  top: 4px;
  bottom: 4px;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 16px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.entry-contact__tel-note{
  font-size: 13px;
  font-weight: 700;
  text-align: left;
}
.entry-contact__tel-link:link,
.entry-contact__tel-link:visited{
  font-size: 50px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  line-height: 1;
}
.entry-contact__note{
  font-size: 16px;
}
.entry-contact__hours{
  font-size: 16px;
  text-align: left;
}
@media (min-width: 1024px) { 
  .entry-contact__inner,
  .entry-terms__inner{
    padding: 0;
  }
}
.entry-contact__title,
.judge__title{
  margin-bottom: 48px;
  font-size: 32px;
  font-weight: 700;
  position: relative;
}
.entry-terms__title{
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 700;
  position: relative;
}
.entry-contact__title-sub{
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 12px;
}
.judge__title-sub{
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #E60000;
}
.entry-contact__title::after,
.judge__title::after,
.entry-terms__title::after {
  content: "";
  display: block;
  width: 60px; 
  height: 4px;
  background-color: #E60000;
  margin: 16px auto 0;
}
.entry-contact__office{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
}
.entry-contact__lead{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 24px;
  display: inline-block;
  position: relative;
}
.entry-contact__lead::before,
.entry-contact__lead::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 46px;
  height: 2px;
  background-color: #E60000;
  transform-origin: center;
}
.entry-contact__lead::before {
  left: -60px;
  transform: rotate(50deg);
}
.entry-contact__lead::after {
  right: -60px;
  transform: rotate(-50deg);
}
.entry-contact__lead--bottom{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 16px;
  display: inline-block;
}
.entry-contact__note--sns{
  font-size: 16px;
  text-align: center;
}
/*SNS*/
.account{
  background-color: #FFF;
  border-radius: 8px;
  position: relative;
  border: 1px solid #CCC;
}
.account__title{
  padding-top: 30px;
}
.account__title-decoration{
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.account__inner{
  padding: 30px 40px 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  position: relative;
}
.account__info:last-child{
  margin-right: -8px;
}
.account__icon-note{
  width: 144px;
  height: 31px;
  margin-top: 25px;
  margin-bottom: 42px;
}
.account__icon-ig{
  width: 70px;
  height: 70px;
  margin-bottom: 14px;
}
.account__text{
  font-size: 14px;
  font-weight: 700;
}
.account__text-note{
  margin-bottom: 22px;
}
.account__text-ig{
  margin-bottom: 14px;
}
.account__btn:link,
.account__btn:visited{
  display: inline-block;
  width: 216px;
  padding: 14px 0;
  border: 1px solid #5A5A5A;
  border-radius: 35px;
  text-decoration: none;
  background-color: #000;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  position: relative;
  transition: background-color 0.2s 0s ease;
}
.account__btn:hover{
  background-color: #323232;
}
.account__btn:active{
  box-shadow: none;
}
.account__btn::after{
  position: absolute;
  top: 4px;
  bottom: 4px;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.account__qr-img{
  width: 126px;
}
.account__qr-imgrabbit{
  width: 187px;
  margin-top: 40px;
  margin-bottom: 22px;
}
.account__qr-text{
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
}
.entry-contact__note{
  font-size: 15px;
  text-align: left;
  line-height: 1.66;
}
/*フッター*/
.footer .footer__image{
  margin-bottom: 10px;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width:1000px){
  .intro__title-text{
    font-size: 32px;
  }
  .entry-contact__tel-link:link,
  .entry-contact__tel-link:visited{
    font-size: 36px;
  }
  .entry-contact__form-btn:link,
  .entry-contact__form-btn:visited{
  width: 260px;
  }
  .entry-contact__info{
    padding: 20px 30px;
  }
  .entry-contact__form-btn:link,
  .entry-contact__form-btn:visited{
    width: 230px;
    font-size: 14px;
    letter-spacing: -0.8px;
  }
  .account__inner{
    gap: 20px;
  }
  /*モーダル*/
  .iziModal {
    width: 90%;
  }
}

@media screen and (max-width: 768px){
  .sp-hide{
    display: none;
  }
  /*MV*/
  .mv {
    padding: 0;
  } 
  .intro{
    margin: 40px 0 20px;
  }
  .intro__title-text{
    margin-bottom: 26px;
    font-size: 20px;
    line-height: 1.9;
  }
  .intro__title-sub{
    font-size: 16px;
  }
  .intro__image{
    width: 242px;
    margin-top: 4px;
  }
  .intro__lead{
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
  }
  .extra-info{
    margin: 0 auto 40px;
  }
  .extra-info__lead{
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
  }
  .extra-info__lead:not(:last-child) {
    margin-bottom: 20px;
  }
  .extra-info__lead-image{
    width: 95px;
  }
  /*コンテスト概要*/
  .entry-overview__row{
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .entry-overview__row .entry-overview__title{
    font-size: 20px;
    margin-left: -33px;
    width: 150px;
  }
  .entry-overview__list--prize li::before{
    font-size: 18px;
    top: 0;
  }
  .entry-overview__sample-wrapper{
    width: 100%;
    height: auto;
  }
  .entry-overview__sample-link{
    bottom: 28px;
    width: 220px;
    justify-content: center;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .entry-overview__sample-image{
    width: 100%;
  }
  .entry-overview__lead{
    font-size: 18px;
    margin-top: 30px;
  }
  .entry-overview__lead--em{
    padding: 17px 0;
  }
  .entry-overview__list{
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.75;
  }
  .entry-overview__list li span{
    min-width: 80px;
  }
  .entry-overview__list.entry-overview__list--prize{
    padding-left: 0;
    text-indent: 0;
  }
  .entry-overview__section{
    padding: 25px;
  }
  .entry-overview__list--prize li{
    font-size: 20px;
  }
  .entry-overview__prize-count{
    font-size: 30px;
  }
  .entry-overview__prize-detail{
    font-size: 16px;
  }
  .entry-overview__note{
    font-size: 14px;
  }
  .entry-overview__btn:link,
  .entry-overview__btn:visited{
    max-width: 254px;
    padding: 14px;
    font-size: 16px;
    margin-bottom: 40px;
  }
  .entry-overview__section--sample .entry-overview__title{
    font-size: 20px;
  }
  .entry-overview__title-icon{
    width: 20px;
  }
  .entry-overview__sample-link:link,
  .entry-overview__sample-link:visited{
    padding: 8px;
    width: 220px;
    justify-content: center;
  }
  .entry-overview__section--sample{
    margin-bottom: 30px;
  }
  .entry-overview__sample-wrapper::after{
    bottom: 7px;
  }
  .entry-apply__btn:link,
  .entry-apply__btn:visited{
    max-width: 254px;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .entry-apply__btn::after{
    width: 8px;
    height: 8px;
  }
  .entry-apply__note{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .entry-overview__period{
    font-size: 16px;
    line-height: 1.75;
  }
  .entry-overview{
    padding-top: 12px;
    padding-bottom: 40px;
  }
  /*審査員*/
  .judge{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .judge__body{
    text-align: center;
  }
  .judge__profile{
    flex-direction: column;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 35px;
  }
  .judge__profile:not(:last-child) {
    margin-bottom: 60px;
  }
  .judge__image{
    width: 214px;
  }
  .judge__name{
    font-size: 32px;
    text-align: center;
  }
  .judge__role{
    font-size: 16px;
  }
  .judge__suffix{
    font-size: 20px;
  }
  .judge__note{
    margin: 0 auto 30px;
  }
  .judge__description{
    text-align: left;
    padding: 25px;
  }
  .judge__description-label{
    font-size: 16px;
  }
  .note-link__text{
    font-size: 18px;
    margin-bottom: 18px;
    margin-left: -13px;
  }
  .note-link__logo{
    width: 126px;
    height: 27px;
  }
  .note-link__account{
    width: 80%;
    margin-top: 0;
    margin-left: -13px;
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
  }
  .note-link__account-name{
    font-size: 13px;
    margin-bottom: 0;
  }
  /*募集要項*/
  .entry-terms__item-title{
    font-size: 20px;
    margin-bottom: 12px;
  }
  .entry-terms__item-description{
    font-size: 16px;
    line-height: 1.7;
  }
  .entry-terms__item-list{
    font-size: 16px;
    line-height: 1.7;
  }
  .entry-terms__body{
    padding: 25px;
    margin-bottom: 40px;
  }
  .entry-terms__note{
    margin-top: 20px;
    font-size: 14px;
  }
  .entry-terms{
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .entry-terms .entry-terms__inner{
    max-width: 100%;
  }
  .entry-terms__list{
    margin-bottom: 5px;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
  }
  .entry-terms__item::before{
    font-size: 12px;
  }
  .entry-terms__lead{
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }
  .entry-terms__links{
    flex-direction: column;
    gap: 40px;
  }
  .entry-terms__qr-title{
    font-size: 16px;
  }
  .entry-terms__qr-text{
    font-size: 14px;
  }
  .entry-terms__btn:link{
    padding: 13px 46px;   
    font-size: 16px;
  }
  /*問い合わせ先*/
  .entry-contact__info{
    margin-bottom:40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .entry-contact{
    margin-bottom: 30px; 
    padding: 0 0 45px;
  }
  .entry-contact__office{
    font-size: 16px;
  }
  .entry-contact__tel{
    width: 100%;
    font-size: 14px;
  }
  .entry-contact__info-inner::after{
    content: none;
  }
  .entry-contact__tel::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    top: auto;
    right: 0;
    background: #ccc;
  }
  .entry-contact__tel-note {
    flex-basis: 100%; 
    margin-top: .2em;
    text-align: left;
    margin-left: 40px;
  }
  .entry-contact__info-inner{
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .entry-contact__tel-icon{
    width: 28px;
    height: 28px;
  }
  .entry-contact__tel-number{
    justify-content: center;
  }
  .entry-contact__tel-link:link,
  .entry-contact__tel-link:visited{
    font-size: 36px;
  }
  .entry-contact__form-btn:link,
  .entry-contact__form-btn:visited{
    width: 300px;
    margin-bottom: 0;
    font-size: 16px;
  }
  .entry-contact__note{
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center;
  }
  .entry-contact__hours{
    font-size: 14px;
    text-align: left;
  }
  .account__title{
    font-size: 18px;
    line-height: 1.3;
  }
  .entry-contact__title,
  .judge__title{
    margin-bottom: 30px;
    font-size: 24px;
  }
  .entry-terms__title{
    margin-bottom: 32px;
    font-size: 24px;
  }
  .entry-terms__item {
    width: 100%;
  }
  .entry-terms__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .entry-contact__title-sub{
    font-size: 16px;
    margin-bottom: 14px;
  }
  .judge__title-sub{
    font-size: 16px;
  }
  .entry-contact__lead--bold{
    font-size: 18px;
  }
  .entry-contact__lead{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
  }
  .entry-contact__lead::before,
  .entry-contact__lead::after{
    width: 70px;
  }
  .entry-contact__lead::before{
    transform: rotate(60deg);
    left: -53px;
  }
  .entry-contact__lead::after{
    transform: rotate(-60deg);
    right: -53px;
  }
  .entry-contact__lead--bottom{
    font-size: 16px;
  }
  /*SNS*/
  .account::before {
    width: 132px;
    height: 119px;
  }
  .account__title-decoration{
    line-height: 1.2;
  }
  .account__title-decoration::before,
  .account__title-decoration::after {
    top: 50%;
    width: 66px;
    height: 2px;
    background-color: #E60000;
    transform-origin: center;
  }
  .account__title-decoration::before {
    left: -60px;
    transform: rotate(60deg);
  }
  .account__title-decoration::after {
    right:  -60px;
    transform: rotate(-60deg);
  }
  .entry-contact__note--sns{
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
  }
  .account__inner{
    flex-direction: column;
    align-items: center;
    gap:40px;
    padding: 15px 25px 30px;
  }
  .account__info:last-child{
    margin-right: 0;
  }
  .account__icon-note{
    width: 144px;
    height: 31px;
    margin-top: 26px;
    margin-bottom: 14px;
  }
  .account__icon-ig{
    width: 70px;
    height: 70px;
  }
  .account__btn{
    padding: 11px 55px;
    font-size: 16px;
  }
  .account__qr-img{
    display: none;
  }
  .account__text{
    font-size: 16px;
  }
  .account__text-ig{
    margin-bottom: 22px;
  }
  .account__qr-text-note,
  .account__qr-text-ig{
    display: none;
  }
  .account__btn:link,
  .account__btn:visited{
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .account__qr-imgrabbit{
    margin-top: 0;
    margin-bottom: 14px;
  }
  .account__qr-text:last-child{
    margin-bottom: 0;
  }
  /*モーダル*/
  .iziModal {
    width: 90%;
  }
}
@media screen and (max-width: 640px){
  .dsp_pc{
    display: none;
  }
  .dsp_sp{
    display: block;
  }
}
@media screen and (max-width: 360px){
  .entry-contact__title,
  .judge__title,
  .entry-terms__title{
    font-size: 20px;
  }
  .entry-contact .account .account__inner .account__btn{
    padding: 11px 0;
  }
  .entry-overview__inner{
    padding: 0 12px;
  }
  .entry-overview__section--themes,
  .entry-overview__section--prize {
    min-width: 296px;
  }
  .entry-overview__lead--em {
    padding-left: 26px;
    padding-right: 26px;
  }
  .note-link__btn:link, .note-link__btn:visited{
    gap: 5px;
  }
  .note-link__text {
    font-size: 16px;
  }
  .note-link__logo {
    width: 132px;
  }
  .entry-contact__tel-number{
    gap: 5px;
  }
  .entry-contact__note{
    font-size: 12px;
  }
  .entry-contact__tel-link:link,
  .entry-contact__tel-link:visited{
    font-size: 30px;
  }
  .entry-contact__form-btn:link,
  .entry-contact__form-btn:visited{
    width: 100%;
    font-size: 14px;
  }
}
.dsp_tab{
  display: none;
}
.no_tab{
  display: block;
}
@media screen and (max-width:1000px){
  .dsp_tab{
    display: block;
  }
  .no_tab{
    display: none;
  }
}
@media screen and (max-width:767px){
  .dsp_tab{
    display: none;
  }
  .dsp_sp.dsp_tab{
    display: block;
  }
  .no_tab{
    display: block;
  }
}
@media screen and (max-width:640px){
  .no_tab{
    display: none;
  }
  .dsp_sp.no_tab{
    display: block;
  }
}