@charset "UTF-8";
/*conferenceページ 240201*/
/* ==========================================================================
  Reset
  ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

img {
  font-size: 0;
  line-height: 0; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000; }

del {
  text-decoration: line-through; }

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

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

fieldset, img {
  line-height: 0;
  vertical-align: top; }

hr {
  display: none; }

input, select {
  vertical-align: middle; }

* {
  margin: 0;
  padding: 0; }

img {
  vertical-align: bottom; }

html, body {
  width: 100%;
  height: 100%; }

ul, li {
  list-style: none; }

b {
  font-weight: bold; }

iframe {
  border: none;
  outline: none; }

/* ==========================================================================
  Base
  ========================================================================== */
* {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  background: #fff; }

body {
  color: #000;
  font-size: 1.6em;
  font-family: 'TBUDGothic R', sweet-sans-pro, -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', 'Helvetica Neue', HelveticaNeue, 'Noto Sans JP', YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .02em;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  @media screen and (min-width: 769px) {
    body {
      min-width: 1000px;
      margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    body {
      font-size: 1.4em; } }

img {
  width: 100%;
  height: auto; }

::selection {
  background: #40c2e0;
  color: #fff; }

.pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none; } }

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

.jp {
  font-family: 'TBUDGothic R', sans-serif; }

.jp-b {
  font-family: 'TBUDGothic E', sans-serif; }

.en {
  font-family: sweet-sans-pro, sans-serif;
  font-weight: 600;
  font-style: normal; }

.en-b {
  font-family: sweet-sans-pro, sans-serif;
  font-weight: 800;
  font-style: normal; }

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

a {
  color: #000;
  text-decoration: none; }

@media screen and (min-width: 769px) {
  a {
    transition: all .25s ease-out; } }
h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold; }

/* ==========================================================================
  Parts
  ========================================================================== */
.soon {
  display: inline-block;
  padding: 120px 0;
  font-size: 200%;
  text-align: center;
  font-weight: bold; }

.modaal-inner-wrapper {
  padding: 80px 20px !important; }

@media screen and (max-width: 768px) {
  .modaal-content-container {
    padding: 30px 20px; }

  .modaal-video-wrap {
    margin: auto 0px !important;
    position: relative; } }
/* ==========================================================================
  Animation
  ========================================================================== */
.anim {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000; }

.anim-fadeout {
  animation: fadeIn 0.2s 0.2s both ease-out; }

@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  100% {
    opacity: 0;
    transform: translate(0, 0); } }
.anim-fadein {
  opacity: 0; }

.anim-fadein.is-show {
  animation: fadeIn 0.8s 0.2s both ease-out; }

@keyframes fadeIn {
  0% {
    transform: translate(0, 0); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
.anim-fadeinUp {
  opacity: 0; }

.anim-fadeinUp.is-show {
  animation: fadeInUp 0.8s 0.2s both ease-out; }

.anim-fadeinUp.anim-delay2.is-show {
  animation: fadeInUp 0.8s 0.6s both ease-out; }

.anim-fadeinUp.anim-delay3.is-show {
  animation: fadeInUp 0.8s 0.8s both ease-out; }

@keyframes fadeInUp {
  0% {
    transform: translate(0, 30px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
.anim-slidein-l {
  opacity: 0; }

.anim-slidein-l.is-show {
  animation: slideInL 0.8s 0.2s both ease-out; }

@keyframes slideInL {
  0% {
    transform: translate(-10vw, 0); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
.anim-slidein-r {
  opacity: 0; }

.anim-slidein-r.is-show {
  animation: slideInR 0.8s 0.2s both ease-out; }

@keyframes slideInR {
  0% {
    transform: translate(10vw, 0); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
.anim-slideout-l.is-out {
  animation: slideOutL 1.5s 0.1s both ease-out; }

@keyframes slideOutL {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  100% {
    opacity: 1;
    transform: translate(-100vw, 0); } }
.anim-slideout-r.is-out {
  animation: slideOutR 1.5s 0.1s both ease-out; }

@keyframes slideOutR {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  100% {
    opacity: 1;
    transform: translate(100vw, 0); } }
/* ==========================================================================
Layout (COMMON)
========================================================================== */
.l-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px; }
  @media screen and (max-width: 768px) {
    .l-wrapper {
      padding-bottom: 70px; } }

.l-inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .l-inner {
      max-width: 95%; } }

.l-main {
  position: relative; }

.btn-wrap {
  margin: 40px 0 0; }

.btn {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 80%;
  max-width: 400px;
  padding: 15px 15px;
  border: 2px solid #000;
  text-align: center;
  background: #fff;
  font-weight: bold;
  font-size: 1.2em; }
  .btn::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: auto;
    right: 5%;
    margin: auto 0 auto auto;
    width: 1.5em;
    height: 1.2em;
    background: url(../images/arrow-r-blk.png) no-repeat;
    background-size: contain;
    transition: all .25s ease-out; }

.btn-entry {
  margin-bottom: 15px;
  border: none;
  color: #fff;
  background: #000;
  border-radius: 10px;
  line-height: 0.8em; }
  .btn-entry::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: auto;
    right: 5%;
    margin: auto 0 auto auto;
    width: 1.5em;
    height: 1.2em;
    background: url("../images/arrow-r-wht.png") no-repeat;
    background-size: contain;
    transition: all .25s ease-out; }
  .btn-entry .font-s {
    font-size: 0.6em;
    line-height: 0; }

@media screen and (min-width: 769px) {
  .btn-wrap {
    margin: 60px 0 0; }

  .btn {
    width: 70%;
    border: 2px solid #000; }
    .btn:hover {
      background: #fff;
      color: #000; }
      .btn:hover::after {
        background: url("../images/arrow-r-wht.png") no-repeat;
        background-size: contain; }

  .btn-entry {
    width: 70%;
    border: 2px solid #000;
    color: #fff; }
    .btn-entry:hover {
      background: #fff;
      color: #000; }
      .btn-entry:hover::after {
        background: url("../images/arrow-r-blk.png") no-repeat;
        background-size: contain; }
    .btn-entry .font-s {
      font-size: 0.5em; } }
/* ==========================================================================
Layout (TOP)
========================================================================== */
/* ---------------
KV
------------------ */
.l-kv {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 10px; }
  .l-kv .kv-end {
    color: red;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2em;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .l-kv .kv-end {
        font-size: 1.6rem;
        line-height: 1.8em; } }

/* ---------------
statement
------------------ */
.l-statement {
  padding: 10% 3% 7%;
  background: #fff;
  background: url("../images/award/about_bg.png") center top no-repeat #fff;
  background-size: 125%; }
  .l-statement .cnts {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8em; }
    .l-statement .cnts .statement-ttl {
      margin-bottom: 30px;
      font-size: 2.4rem;
      line-height: 1.3em;
      font-weight: bold; }
    .l-statement .cnts .statement-cnts-bass {
      margin: 30px 0;
      padding: 3%;
      background: #F39800;
      border-radius: 10px; }
      .l-statement .cnts .statement-cnts-bass h3 {
        display: table;
        font-weight: bold;
        color: #fff;
        font-size: 2.5rem;
        margin: 0 auto 15px; }
      .l-statement .cnts .statement-cnts-bass .statement-cnts-inner {
        padding: 3% 5%;
        margin-bottom: 30px;
        background: #fff;
        border-radius: 10px; }
        .l-statement .cnts .statement-cnts-bass .statement-cnts-inner p {
          line-height: 1.8em;
          text-align: left; }
        .l-statement .cnts .statement-cnts-bass .statement-cnts-inner a {
          color: #0F56C7;
          text-decoration: underline; }
        .l-statement .cnts .statement-cnts-bass .statement-cnts-inner a:hover {
          text-decoration: none; }
        .l-statement .cnts .statement-cnts-bass .statement-cnts-inner .statement_img_model {
          width: 100%;
          height: auto;
          margin-top: 40px; }
        .l-statement .cnts .statement-cnts-bass .statement-cnts-inner .statement-cnts-lead {
          text-align: center;
          font-weight: bold;
          font-size: 2rem; }
        .l-statement .cnts .statement-cnts-bass .statement-cnts-inner .bottom-line {
          padding-bottom: 15px;
          margin-bottom: 30px;
          border-bottom: 3px dotted #F39800; }
        .l-statement .cnts .statement-cnts-bass .statement-cnts-inner .discussion {
          margin: 30px 0 0;
          padding: 0 10px 0 0;
          color: #F39800;
          font-weight: bold;
          font-size: 2rem;
          text-align: left; }
        .l-statement .cnts .statement-cnts-bass .statement-cnts-inner .discussion:before {
          content: "";
          width: 15px;
          height: 15px;
          margin-right: 10px;
          transform: rotate(45deg);
          background: #EF6C00;
          display: inline-block; }
      .l-statement .cnts .statement-cnts-bass .statement-cnts-inner:last-child {
        margin-bottom: 0; }

@media screen and (min-width: 769px) {
  .l-statement {
    padding: 60px 0;
    background: url("../images/award/about_bg.png") center center no-repeat #fff;
    background-size: 110%; }
    .l-statement .statement-cnts-bass {
      padding: 2% 3% 3%; }
      .l-statement .statement-cnts-bass .cnts {
        text-align: center;
        font-size: 1.7rem;
        line-height: 1.8em; }
        .l-statement .statement-cnts-bass .cnts .statement-ttl {
          margin-bottom: 30px;
          font-size: 3rem;
          line-height: 1.5em;
          font-weight: bold;
          color: #F39800; }
      .l-statement .statement-cnts-bass .statement-cnts-inner {
        padding: 30px;
        background: #fff;
        border-radius: 10px; }
        .l-statement .statement-cnts-bass .statement-cnts-inner h3 {
          display: table;
          font-weight: bold;
          color: #fff;
          font-size: 2.2rem;
          position: relative;
          padding-left: 7%;
          margin: 0 auto 30px; }
        .l-statement .statement-cnts-bass .statement-cnts-inner .statement_img_model {
          width: 80%;
          height: auto;
          margin: 40px auto 0; } }
/* ---------------
ABOUT
------------------ */
.l-about {
  padding: 7% 3%;
  background: #fef8e2; }
  .l-about .cnts {
    font-size: 1.8rem; }
    .l-about .cnts ul li {
      margin-bottom: 0.5em;
      line-height: 1.6em; }
    .l-about .cnts .archive {
      padding-top: 40px;
      text-align: center; }
    .l-about .cnts .about-att-ttl {
      font-weight: 600;
      font-size: 1.4rem;
      margin: 30px 0 10px; }
    .l-about .cnts a.purpose-link {
      text-decoration: underline; }
    .l-about .cnts a.purpose-link:hover {
      text-decoration: none; }
    .l-about .cnts .about-att {
      width: 100%;
      height: 150px;
      padding: 3%;
      font-size: 1.3rem;
      overflow-y: scroll;
      border: 1px solid #000;
      background: #fff; }
    .l-about .cnts .font-l {
      font-weight: bold; }
  .l-about .about-sub-lead {
    padding: 5% 0;
    width: 100%;
    margin: 0 auto 40px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: -1px;
    background: #F39800; }
  .l-about .l-about-subttl {
    margin: 3% auto;
    padding: 1%;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #f39800; }
  .l-about .text-head {
    text-indent: -1em;
    padding-left: 1em; }
  .l-about .l-about-schedule {
    width: 100%; }
    .l-about .l-about-schedule tr {
      display: grid;
      margin-bottom: 10px; }
      .l-about .l-about-schedule tr th {
        width: 100%;
        padding-right: 15px;
        text-align: left; }
      .l-about .l-about-schedule tr td {
        width: 100%; }
  .l-about a.under-line {
    text-decoration: underline; }
  .l-about a.under-line:hover {
    text-decoration: none; }

@media screen and (min-width: 769px) {
  .l-about .cnts {
    font-size: 1.8rem;
    max-width: 800px;
    margin: 0 auto; }
    .l-about .cnts .archive {
      padding-top: 40px;
      text-align: center; }
    .l-about .cnts .about-att {
      width: 100%;
      padding: 15px;
      height: 100px; }
    .l-about .cnts .font-l {
      font-weight: bold; }
  .l-about .about-sub-lead {
    padding: 2% 0;
    font-size: 2.2rem;
    letter-spacing: 1px; }
  .l-about .l-about-subttl {
    margin: 30px auto 15px;
    padding: 1%;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #f39800; }
  .l-about .l-about-schedule tr {
    display: block;
    margin-bottom: 10px; }
    .l-about .l-about-schedule tr th {
      width: 15%;
      padding-right: 15px;
      text-align: left; }
    .l-about .l-about-schedule tr td {
      width: 75%; } }
/* ---------------
ENTRY（募集要項）
------------------ */
.l-about.l-entry {
  padding: 50px;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .l-about.l-entry {
      padding: 7% 3%; } }
  .l-about.l-entry .cnts .notes {
    font-size: 90%; }
  .l-about.l-entry .attention-list {
    list-style-position: outside;
    padding-left: .5em; }
    .l-about.l-entry .attention-list li {
      list-style: disc;
      margin-left: 1em; }
  .l-about.l-entry a.oubo-btn {
    position: relative;
    padding: 1.5% 5%;
    margin: 15px auto 0;
    width: 50%;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    background: #b91408;
    border-radius: 15px; }
    @media screen and (max-width: 768px) {
      .l-about.l-entry a.oubo-btn {
        padding: 3%;
        width: 90%; } }
  .l-about.l-entry a.oubo-btn:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 5%;
    bottom: 0;
    margin: auto;
    margin-top: -5px; }
  .l-about.l-entry a.oubo-btn:hover {
    opacity: 0.7; }
  .l-about.l-entry .oubo-btn-att {
    font-size: 1.2rem;
    margin-top: 5px;
    text-align: center; }

/*終了対応*/
.oubo-btn-end {
  position: relative;
  padding: 1.5% 5%;
  margin: 15px auto 0;
  width: 50%;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  background: #555;
  border-radius: 15px; }
  @media screen and (max-width: 768px) {
    .oubo-btn-end {
      padding: 3%;
      width: 90%; } }

/* ---------------
JUDGES（審査員）
------------------ */
.l-judges {
  padding: 50px;
  background: #fef8e2;
  /*.prof-box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  @include media(sp) {
  max-width: 100%;
  }
  
  .prof {
  font-size: 1.8rem;
  margin-bottom: 15px;
  
  .name {
  font-weight: bold;
  font-size: 2rem;
  }
  }
  }*/ }
  @media screen and (max-width: 768px) {
    .l-judges {
      padding: 7% 3%; } }
  .l-judges .cnts .small {
    font-size: 80%; }
  .l-judges .prof-list {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1%;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .l-judges .prof-list {
        margin-bottom: 30px; } }
    .l-judges .prof-list li {
      width: 19%;
      text-align: center;
      margin-bottom: 30px; }
      .l-judges .prof-list li .img {
        margin-bottom: 15px;
        border-radius: 6px;
        overflow: hidden; }
      .l-judges .prof-list li .txt .position {
        font-size: 90%;
        margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .l-judges .prof-list {
        flex-wrap: wrap; }
        .l-judges .prof-list li {
          width: 47.5%;
          margin-bottom: 30px; } }
  .l-judges .judges-spcial {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.8em;
    margin-bottom: 30px; }
  .l-judges .judges-att {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.4em;
    color: red; }

/* ---------------
PRIZE（受賞作品）
------------------ */
.l-prize {
  padding: 100px 0;
  background: #f39800; }
  @media screen and (max-width: 768px) {
    .l-prize {
      padding: 7% 3%; } }
  .l-prize .l-inner {
    background: #fff;
    border-radius: 20px;
    padding-top: 30px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .l-prize .l-inner {
        width: 100%;
        padding: 0; } }
    .l-prize .l-inner h2 {
      height: 120px;
      margin-top: 30px; }
      @media screen and (max-width: 768px) {
        .l-prize .l-inner h2 {
          height: 16.5vw; } }
  .l-prize .cnts .small {
    font-size: 80%; }
  .l-prize .award-ceremony {
    width: 100%;
    margin: 0 auto 60px; }
    @media screen and (max-width: 768px) {
      .l-prize .award-ceremony {
        width: 90%; } }
    .l-prize .award-ceremony .award-ceremony-lead {
      margin-bottom: 30px;
      padding: 0 5%;
      text-align: center;
      color: #000; }
      @media screen and (max-width: 768px) {
        .l-prize .award-ceremony .award-ceremony-lead {
          font-size: 1.8rem; } }
    .l-prize .award-ceremony .award-ceremony-lead-ttl {
      margin-bottom: 15px;
      text-align: center;
      font-weight: bold;
      font-size: 2rem;
      color: #000; }
      @media screen and (max-width: 768px) {
        .l-prize .award-ceremony .award-ceremony-lead-ttl {
          font-size: 1.8rem; } }
    .l-prize .award-ceremony .award-ceremony-img {
      width: 80%;
      height: auto;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .l-prize .award-ceremony .award-ceremony-img {
          width: 100%; } }
      .l-prize .award-ceremony .award-ceremony-img img {
        width: 100%;
        height: auto;
        margin-bottom: 10px; }
      .l-prize .award-ceremony .award-ceremony-img figcaption {
        font-size: 80%; }
  .l-prize .prize-nav {
    display: flex;
    width: 90%;
    justify-content: center;
    gap: 5%;
    margin: 0 auto 50px; }
    @media screen and (max-width: 768px) {
      .l-prize .prize-nav {
        display: block;
        margin: 0 auto 30px; } }
    .l-prize .prize-nav > li {
      width: 30%;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .l-prize .prize-nav > li {
          width: 100%;
          margin-bottom: 15px; } }
      .l-prize .prize-nav > li a {
        display: block;
        padding: 15px 30px;
        background: #fef8e2; }
        @media screen and (max-width: 768px) {
          .l-prize .prize-nav > li a {
            padding: 3%; } }
      .l-prize .prize-nav > li a:hover {
        opacity: 0.7; }
      .l-prize .prize-nav > li .company {
        display: block;
        margin-bottom: 5px; }
        @media screen and (max-width: 768px) {
          .l-prize .prize-nav > li .company {
            font-size: 1.2em; } }
      .l-prize .prize-nav > li h6 {
        font-size: 1.6rem; }
  .l-prize .prize-list {
    display: flex;
    flex-direction: column;
    gap: 10%; }
    .l-prize .prize-list li {
      margin-bottom: 30px; }
      .l-prize .prize-list li h4 {
        width: 100%;
        background: #333;
        padding: 10px;
        color: #fff;
        font-size: 200%;
        text-align: center; }
        .l-prize .prize-list li h4 img {
          width: 24%;
          height: auto;
          margin: 0 auto; }
          @media screen and (max-width: 768px) {
            .l-prize .prize-list li h4 img {
              width: 50%; } }
      .l-prize .prize-list li .prize-inner {
        padding: 30px; }
        @media screen and (max-width: 768px) {
          .l-prize .prize-list li .prize-inner {
            padding: 15px; } }
        .l-prize .prize-list li .prize-inner h5 {
          padding: 15px 0;
          font-size: 125%;
          text-align: center; }
          .l-prize .prize-list li .prize-inner h5 .company {
            display: inline-block;
            margin-bottom: 5px; }
        .l-prize .prize-list li .prize-inner .explain-ttl {
          display: inline-block;
          padding: 0.5% 3%;
          margin-bottom: 10px;
          color: #fff;
          font-weight: bold;
          background: #f39800; }
        .l-prize .prize-list li .prize-inner .explain {
          display: flex;
          justify-content: space-between;
          margin-bottom: 30px; }
          .l-prize .prize-list li .prize-inner .explain .img {
            width: 35%; }
          .l-prize .prize-list li .prize-inner .explain .txt {
            width: 60%; }
            .l-prize .prize-list li .prize-inner .explain .txt p.lead {
              font-size: 1.2em;
              margin-bottom: 1em;
              font-weight: bold; }
          @media screen and (min-width: 769px) {
            .l-prize .prize-list li .prize-inner .explain .img {
              order: 2; }
            .l-prize .prize-list li .prize-inner .explain .txt {
              order: 1; } }
          @media screen and (max-width: 768px) {
            .l-prize .prize-list li .prize-inner .explain {
              flex-direction: column; }
              .l-prize .prize-list li .prize-inner .explain .img, .l-prize .prize-list li .prize-inner .explain .txt {
                width: 100%; }
              .l-prize .prize-list li .prize-inner .explain .img {
                margin-bottom: 15px; } }
        .l-prize .prize-list li .prize-inner .comment {
          margin-bottom: 30px; }
        .l-prize .prize-list li .prize-inner .extra a {
          text-decoration: underline; }
        .l-prize .prize-list li .prize-inner .extra a:hover {
          text-decoration: none; }
    @media screen and (max-width: 768px) {
      .l-prize .prize-list {
        flex-direction: column; } }

/* ---------------
PROGRAM
------------------ */
.l-program .l-inner {
  max-width: 100%; }
  .l-program .l-inner .cnts .cnts-box {
    width: 100%;
    background: #f39800; }
    .l-program .l-inner .cnts .cnts-box h3 {
      padding: 15px 5%;
      font-size: 2.2rem;
      line-height: 1.3em;
      text-align: left;
      color: #fff;
      background: none; }
    .l-program .l-inner .cnts .cnts-box .num_l {
      font-size: 2.8rem;
      font-weight: 500; }
    .l-program .l-inner .cnts .cnts-box .cnts-box-inner {
      width: 90%;
      padding: 5%;
      margin: 0 auto;
      background: #fff;
      box-sizing: border-box; }
      .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-table-lead {
        padding: 0;
        margin-bottom: 30px;
        text-align: center;
        font-size: 1.5rem;
        color: #000;
        font-weight: 500; }
      .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-table-lead-person-name {
        font-size: 1.5rem;
        line-height: 1.5em;
        font-weight: 500;
        text-align: left; }
      .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li {
          width: 100%;
          height: auto;
          margin: 0 auto 15px;
          box-sizing: border-box; }
          .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li .person-inner {
            border-radius: 10px;
            background: #fff; }
            .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li .person-inner .person-img {
              width: 100%;
              height: auto;
              margin: 0 auto 10px; }
              .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li .person-inner .person-img img {
                width: 100%;
                height: auto; }
            .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li .person-inner .font-s {
              font-size: 0.6em;
              line-height: 1em; }
          .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li .person-title {
            display: block;
            text-align: center;
            font-weight: bold;
            font-size: 1.3rem;
            line-height: 1.5em;
            width: 40%;
            margin: 0 auto 5px;
            color: #fff;
            background: #f39800; }
          .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li .person-name {
            font-size: 1.3rem;
            line-height: 1.5em;
            text-align: center; }
          .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li .font-l {
            line-height: 2em;
            font-size: 1.8rem;
            font-weight: bold; }
      .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list:before {
        content: "";
        display: block;
        width: 32%;
        /* .boxに指定したwidthと同じ幅を指定する */
        height: 0;
        order: 1; }
      .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list:after {
        content: "";
        display: block;
        width: 32%;
        /* .boxに指定したwidthと同じ幅を指定する */
        height: 0; }
  .l-program .l-inner .cnts .cnts-box:last-child {
    padding-bottom: 15px; }

@media screen and (min-width: 769px) {
  .l-program .l-inner {
    max-width: 1000px; }
    .l-program .l-inner .cnts .cnts-box {
      width: 100%;
      background: #f39800; }
      .l-program .l-inner .cnts .cnts-box h3 {
        padding: 10px 15px 20px;
        font-size: 2.2rem;
        text-align: left;
        color: #fff;
        font-weight: 600;
        line-height: 1.3em;
        border-radius: 15px; }
      .l-program .l-inner .cnts .cnts-box .num_l {
        font-size: 3rem;
        font-weight: 500; }
      .l-program .l-inner .cnts .cnts-box .cnts-box-inner {
        width: 980px;
        padding: 15px 15px 0 15px;
        background: #fff; }
        .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-table-lead {
          padding: 0;
          margin-bottom: 15px;
          text-align: left;
          font-size: 1.8rem;
          font-weight: bold; }
        .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-table-lead-person-name {
          font-size: 1.5rem;
          line-height: 1.5em;
          text-align: left; }
        .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list {
          width: 100%;
          margin: 0 auto;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li {
            width: 32%;
            height: auto;
            margin-bottom: 15px;
            border-radius: 10px;
            box-sizing: border-box; }
            .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li .person-inner {
              padding: 15px;
              border-radius: 10px;
              background: #fff; }
              .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li .person-inner .person-img {
                width: 100%;
                height: auto;
                margin: 0 auto 10px; }
                .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li .person-inner .person-img img {
                  width: 100%;
                  height: auto; }
            .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li .person-title {
              display: block;
              text-align: center;
              font-weight: bold;
              font-size: 1.1rem;
              line-height: 1.5em;
              width: 90px;
              margin: 0 auto 5px;
              color: #fff;
              background: #f39800; }
            .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li .person-name {
              font-size: 1.2rem;
              line-height: 1.3em;
              text-align: center; }
            .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li .font-l {
              line-height: 1.8em;
              font-size: 1.5rem;
              font-weight: bold; }
        .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list:after {
          content: "";
          display: block;
          width: 32%;
          /* .boxに指定したwidthと同じ幅を指定する */
          height: 0; } }
/* ---------------
ORGANIZATION
------------------ */
.l-organization {
  background: #fef8e2; }
  .l-organization p {
    font-weight: bold;
    font-size: 1.6em;
    text-align: center; }
  .l-organization .org-ttl {
    text-align: center;
    margin: 0 auto 5px; }
  .l-organization .org-logo {
    width: 60%;
    height: auto;
    margin: 0 auto 15px; }
    .l-organization .org-logo img {
      width: 100%;
      height: auto; }

@media screen and (min-width: 769px) {
  .l-organization {
    background: #fef8e2; }
    .l-organization p {
      font-weight: bold;
      font-size: 1.6em;
      text-align: center; }
    .l-organization .org-ttl {
      text-align: center;
      margin: 0 auto 5px; }
    .l-organization .org-logo {
      width: 40%;
      height: auto;
      margin: 0 auto 30px; }
      .l-organization .org-logo img {
        width: 100%;
        height: auto; } }
/* ==========================================================================
フローティングバナー
========================================================================== */
.floating-btn {
  display: inline-table;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 0;
  padding: 15px 20px; }
  .floating-btn ul {
    display: flex;
    justify-content: left;
    align-items: center; }
    .floating-btn ul li {
      width: 18%;
      min-width: 230px;
      margin-right: 15px; }
      .floating-btn ul li a {
        position: relative;
        width: 100%;
        padding: 10px 8px;
        line-height: 1.3em;
        background: #000;
        color: #fff;
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        border-radius: 10px;
        display: inline-table; }
        .floating-btn ul li a:hover {
          color: #fff;
          opacity: 0.7; }
      .floating-btn ul li a:after {
        content: '';
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        display: inline-block;
        width: 10px;
        height: 10px;
        /* 矢印アイコンの位置を設定 */
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%) rotate(45deg); }

@media screen and (max-width: 768px) {
  .floating-btn {
    height: 60px;
    padding: 15px 2.5% 0; }
    .floating-btn ul {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .floating-btn ul li {
        width: 48.5%;
        min-width: auto;
        margin: 0 0 10px 0; }
        .floating-btn ul li a {
          padding: 5% 3%;
          border-radius: 6px;
          line-height: 1.8rem;
          font-size: 1.5rem; }
        .floating-btn ul li a:after {
          /* 矢印アイコンの位置を設定 */
          position: absolute;
          top: 50%;
          right: 10px; } }
/* ==========================================================================
FOOTER
========================================================================== */
.l-footer {
  height: 120px;
  background: url(../images/footer-img.png) center bottom no-repeat;
  background-size: 127% auto; }

@media screen and (min-width: 769px) {
  .l-footer {
    height: 300px;
    background: url(../images/footer-img.png) center bottom no-repeat;
    background-size: auto 150px; } }
