@charset "UTF-8";
/*
Theme Name: 第1回 靴デザインコンペティション2025
*/
/* ----------------------------- リセット */
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, var, b, i,
dl dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

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

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

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;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.02em;
  color: #222;
  background-color: #fff;
  position: relative;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  min-width: 1280px;
  word-break: break-all;
}
body br {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::-placeholder {
  color: #ccc;
}

a {
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

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

em {
  font-weight: 500;
}

.c-wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.c-title1 {
  text-align: center;
  background: #5bc1d8;
  color: #fff;
  border-radius: 60px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px;
  box-shadow: 6px 6px 0 #377582;
  margin-bottom: 40px;
}

.c-title2 {
  text-align: center;
  color: #fff;
  margin-bottom: 75px;
}
.c-title2 .h {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
}

.c-btn1 {
  padding-left: 15px;
  padding-right: 15px;
}
.c-btn1 a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #eb7754;
  border: 2px solid #7d3f2d;
  border-radius: 20px;
  padding: 19px 28px 19px 40px;
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.5;
  max-width: 550px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-btn1 a.blue {
  background: #2b7e91;
  border-color: #295a63;
  font-size: 25px;
  font-size: 2.5rem;
  border-radius: 12px;
  max-width: 460px;
  padding: 5px 20px;
}
.c-btn1 a.blue span {
  background-size: 25px;
  padding-right: 35px;
  padding-left: 35px;
}
.c-btn1 span {
  display: block;
  background: url(../img/arrow_1.svg) no-repeat right center;
  background-size: 50px;
  padding-right: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.u-col__red {
  color: #DC000C;
}

.u-center {
  text-align: center;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
/*=======================================
LP
=========================================*/
.p-openlab__logo {
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 9;
}
.p-openlab__kv {
  background: #5bc1d8;
  text-align: center;
  padding: 50px 10px 60px;
}
.p-openlab__kv .c-btn1 {
  position: relative;
  margin-top: -10px;
}
.p-openlab__note {
  background: #dff1f4;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 68px;
}
.p-openlab__note .content dl {
  margin: 0;
  margin-bottom: 28px;
  display: flex;
  align-items: flex-start;
}
.p-openlab__note .content dl:last-child {
  margin-bottom: 0;
}
.p-openlab__note .content dt {
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 155px;
  background: #fff;
  text-align: center;
  border: 2px solid #377582;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  color: #377582;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
}
.p-openlab__note .content dt small {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-openlab__note .content dd {
  width: calc(100% - 175px);
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}
.p-openlab__note .content dd em {
  display: inline-block;
  border: 1px solid #ff0000;
  color: #ff0000;
  font-size: 15px;
  font-size: 1.5rem;
  margin-left: 10px;
  line-height: 1.1;
  padding: 4px 6px;
}
.p-openlab__note .content dd strong {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
.p-openlab__note .content dd small {
  font-size: 16px;
  font-size: 1.6rem;
}
.p-openlab__note .content dd ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}
.p-openlab__note .content dd li {
  margin-right: 45px;
}
.p-openlab__note .content dd li:last-child {
  margin-right: 0;
}
.p-openlab__note .content dd li a {
  text-decoration: none;
  display: inline-block;
  border-bottom: 2px solid #000;
  background: url(../img/icon_blank-white.svg) no-repeat right center;
  background-size: 16px;
  padding-right: 28px;
}
.p-openlab__program {
  margin-top: 68px;
  padding-top: 92px;
  padding-bottom: 112px;
  background: #5bc1d8;
}
.p-openlab__program .c-title2 + .c-btn1 {
  position: relative;
  margin-top: -40px;
  margin-bottom: 75px;
  text-align: center;
}
.p-openlab__program .c-title2 + .c-btn1 a {
  max-width: 350px;
}
.p-openlab__program .content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.p-openlab__program .content li {
  width: 24.3657%;
  margin-left: 0.84573%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.p-openlab__program .content li:nth-child(4n+1) {
  margin-left: 0;
}
.p-openlab__program .content li.pt .no {
  background: #7b59a3;
}
.p-openlab__program .content li.pt .title,
.p-openlab__program .content li.pt .dept {
  color: #7b59a3;
}
.p-openlab__program .content li.pt .h {
  background: #e5deed;
}
.p-openlab__program .content li.ot .no {
  background: #3d62ad;
}
.p-openlab__program .content li.ot .title,
.p-openlab__program .content li.ot .dept {
  color: #3d62ad;
}
.p-openlab__program .content li.ot .h {
  background: #dcdef0;
}
.p-openlab__program .content li.st .no {
  background: #009de1;
}
.p-openlab__program .content li.st .title,
.p-openlab__program .content li.st .dept {
  color: #009de1;
}
.p-openlab__program .content li.st .h {
  background: #d8ecfa;
}
.p-openlab__program .content li.at .no {
  background: #009e96;
}
.p-openlab__program .content li.at .title,
.p-openlab__program .content li.at .dept {
  color: #009e96;
}
.p-openlab__program .content li.at .h {
  background: #d4ecea;
}
.p-openlab__program .content li.ap .no {
  background: #c85454;
}
.p-openlab__program .content li.ap .title,
.p-openlab__program .content li.ap .dept {
  color: #c85454;
}
.p-openlab__program .content li.ap .h {
  background: #f4e0da;
}
.p-openlab__program .content li.mt .no {
  background: #0068b7;
}
.p-openlab__program .content li.mt .title,
.p-openlab__program .content li.mt .dept {
  color: #0068b7;
}
.p-openlab__program .content li.mt .h {
  background: #d3def1;
}
.p-openlab__program .content li.ort .no {
  background: #004098;
}
.p-openlab__program .content li.ort .title,
.p-openlab__program .content li.ort .dept {
  color: #004098;
}
.p-openlab__program .content li.ort .h {
  background: #ccd9ea;
}
.p-openlab__program .content li.em .no {
  background: #007dc7;
}
.p-openlab__program .content li.em .title,
.p-openlab__program .content li.em .dept {
  color: #007dc7;
}
.p-openlab__program .content li.em .h {
  background: #d5e3f5;
}
.p-openlab__program .content li.rt .no {
  background: #009cbc;
}
.p-openlab__program .content li.rt .title,
.p-openlab__program .content li.rt .dept {
  color: #009cbc;
}
.p-openlab__program .content li.rt .h {
  background: #d9ecf2;
}
.p-openlab__program .content li.hn .no {
  background: #f08300;
}
.p-openlab__program .content li.hn .title,
.p-openlab__program .content li.hn .dept {
  color: #f08300;
}
.p-openlab__program .content li.hn .h {
  background: #fde8d0;
}
.p-openlab__program .content li.hs .no {
  background: #d93924;
}
.p-openlab__program .content li.hs .title,
.p-openlab__program .content li.hs .dept {
  color: #d93924;
}
.p-openlab__program .content li.hs .h {
  background: #f8dccd;
}
.p-openlab__program .content li.sw .no {
  background: #45b035;
}
.p-openlab__program .content li.sw .title,
.p-openlab__program .content li.sw .dept {
  color: #45b035;
}
.p-openlab__program .content li.sw .h {
  background: #e3f0d9;
}
.p-openlab__program .content li.ps .no {
  background: #00a572;
}
.p-openlab__program .content li.ps .title,
.p-openlab__program .content li.ps .dept {
  color: #00a572;
}
.p-openlab__program .content li.ps .h {
  background: #deeee4;
}
.p-openlab__program .content li.hi .no {
  background: #a74d85;
}
.p-openlab__program .content li.hi .title,
.p-openlab__program .content li.hi .dept {
  color: #a74d85;
}
.p-openlab__program .content li.hi .h {
  background: #ecdde7;
}
.p-openlab__program .content li.ds .no {
  background: #434c9e;
}
.p-openlab__program .content li.ds .title,
.p-openlab__program .content li.ds .dept {
  color: #434c9e;
}
.p-openlab__program .content li.ds .h {
  background: #dad9ec;
}
.p-openlab__program .content .no {
  display: inline-block;
  color: #fff;
  width: 145px;
  border-radius: 3px 3px 0 0;
  font-size: 17px;
  font-size: 1.7rem;
  padding: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2;
  text-align: center;
  background: #ef858c;
  vertical-align: bottom;
}
.p-openlab__program .content .box1 {
  background: #fff;
  padding: 6px 15px 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-openlab__program .content .box1:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-top: 26px solid #5bc1d8;
  border-left: 26px solid transparent;
}
.p-openlab__program .content .info {
  position: relative;
  margin-left: -15px;
  margin-bottom: 3px;
}
.p-openlab__program .content .title {
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.26;
  margin-bottom: 8px;
  color: #ef858c;
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  min-height: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-openlab__program .content .title small {
  font-size: 16px;
  font-size: 1.6rem;
}
.p-openlab__program .content .title.s1 {
  font-size: 20px;
  font-size: 2rem;
}
.p-openlab__program .content .title.block {
  display: block;
}
.p-openlab__program .content .img1 {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
  width: calc(100% + 30px);
}
.p-openlab__program .content .img1 img {
  width: 100%;
}
.p-openlab__program .content .h {
  text-align: center;
  padding: 3px 0;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1.38;
  background: #fdeae9;
}
.p-openlab__program .content .h.s1 {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-openlab__program .content .l {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: auto;
}
.p-openlab__program .content .schedule {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
}
.p-openlab__program .content .schedule p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  flex: 1;
  padding: 4px 2px;
  line-height: 1;
  background: #dbdcdc;
}
.p-openlab__program .content .schedule p:last-child {
  margin-right: 0;
}
.p-openlab__program .content .schedule p.day1 {
  background: #45b035;
}
.p-openlab__program .content .schedule p.day2 {
  background: #f08300;
}
.p-openlab__program .content .schedule p.day3 {
  background: #009de1;
}
.p-openlab__program .content .schedule img {
  width: 100%;
}
.p-openlab__program .content .schedule img:first-child {
  margin-bottom: 4px;
}
.p-openlab__program .content .dept {
  text-align: center;
  border-top: 1px solid #999;
  padding-top: 5px;
  margin-top: 5px;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.p-openlab__bnr {
  background: linear-gradient(to right, #dff3f4 0%, #cdd1f4 100%);
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

.l-fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9;
}

/*=======================================
フッター
=========================================*/
.l-footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
}
.l-footer .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer .logo dl {
  display: flex;
  margin: 0;
  margin-bottom: 15px;
}
.l-footer .logo dl:last-child {
  margin-bottom: 0;
}
.l-footer .logo dt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 400;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 110px;
}
.l-footer .logo dd {
  width: calc(100% - 130px);
}
.l-footer .logo dd img {
  filter: drop-shadow(-1px -1px 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(-1px 1px 0 #fff) drop-shadow(0 -1px 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(1px 0 0 #fff) drop-shadow(1px 1px 0 #fff);
}
.l-footer .logo li {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
}
.l-footer .logo .contact li {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.l-footer .txt1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.l-footer .txt1 p {
  background: #F08300;
  border-radius: 20px;
  margin-left: 10px;
  padding: 20px;
}
.l-footer .txt1 p.ds {
  background: #434c9e;
}
.l-footer .txt1 p img {
  vertical-align: top;
}

/* ----------------------------- タブレット（768～1024px） */
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }

  .c-title1 {
    font-size: 20px;
    font-size: 2rem;
    padding: 8px;
    box-shadow: 4px 4px 0 #377582;
    margin-bottom: 40px;
  }

  .c-title2 {
    margin-bottom: 40px;
  }
  .c-title2 .h {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .c-btn1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-btn1 a {
    border: 1px solid #7d3f2d;
    padding: 10px 15px 10px 20px;
    font-size: 20px;
    font-size: 2rem;
    border-radius: 12px;
  }
  .c-btn1 a.blue {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 3px 15px;
    max-width: 300px;
  }
  .c-btn1 a.blue span {
    background-size: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .c-btn1 span {
    background-size: 30px;
    padding-right: 45px;
  }

  .p-openlab__logo {
    top: 10px;
    left: 10px;
  }
  .p-openlab__logo img {
    width: 150px;
  }
  .p-openlab__kv {
    padding: 45px 0;
  }
  .p-openlab__kv .c-btn1 a {
    max-width: 62vw;
  }
  .p-openlab__note {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
  .p-openlab__note .content dl {
    display: block;
  }
  .p-openlab__note .content dt {
    width: auto;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px;
  }
  .p-openlab__note .content dt br {
    display: none;
  }
  .p-openlab__note .content dd {
    width: auto;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-openlab__note .content dd em {
    margin-left: 5px;
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-openlab__note .content dd strong {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .p-openlab__note .content dd small {
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    line-height: 1.6;
  }
  .p-openlab__note .content dd li {
    margin-bottom: 6px;
  }
  .p-openlab__note .content dd li:last-child {
    margin-bottom: 0;
  }
  .p-openlab__program {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-openlab__program .c-title2 + .c-btn1 {
    margin-top: -25px;
    margin-bottom: 40px;
  }
  .p-openlab__program .content {
    display: block;
  }
  .p-openlab__program .content li {
    width: auto;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .p-openlab__program .content li:last-child {
    margin-bottom: 0;
  }
  .p-openlab__program .content .h {
    margin-bottom: 6px;
  }
  .p-openlab__program .content .schedule {
    margin-left: 0;
    margin-right: 0;
  }
  .p-openlab__program .content .schedule p {
    padding: 6px 4px;
  }
  .p-openlab__program .content .dept {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 7px;
    margin-top: 7px;
  }
  .p-openlab__bnr {
    padding: 40px;
  }

  .l-fixed {
    right: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
  }
  .l-fixed a {
    display: block;
    background: #eb7754;
    border: 1px solid #7d3f2d;
    padding: 12px 15px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    box-shadow: 4px 4px 0 #7d3f2d;
  }
  .l-fixed span {
    display: block;
    background: url(../img/arrow_1.svg) no-repeat right center;
    background-size: 30px;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .l-footer {
    padding-top: 40px;
    padding-bottom: 90px;
  }
  .l-footer .c-wrap__890 {
    display: block;
  }
  .l-footer .logo {
    display: block;
    margin-bottom: 20px;
  }
  .l-footer .logo img {
    width: 150px;
  }
  .l-footer .logo dl {
    margin-bottom: 10px;
  }
  .l-footer .logo dt {
    font-size: 12px;
    font-size: 1.2rem;
    width: 90px;
    margin-right: 10px;
  }
  .l-footer .logo li {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .l-footer .txt1 {
    display: block;
  }
  .l-footer .txt1 p {
    margin-left: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .l-footer .txt1 p:last-child {
    margin-bottom: 0;
  }
}
