@charset "UTF-8";
.blue-txt {
  color: #2E87C1;
}

main {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  color: #333;
}
main h1, main h2, main h3, main h4, main h5 {
  font-weight: 500;
  letter-spacing: 1px;
  overflow-x: hidden;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.6;
  margin-bottom: 2rem;
}
main h2 {
  font-size: 2rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  main h2 {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
  }
}
@media (min-width: 1024px) {
  main h2 {
    font-size: 3.2rem;
  }
}
main h3 {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  main h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  main h3 {
    font-size: 2.8rem;
  }
}
main h4 {
  font-size: 1.6rem;
}
main img {
  width: 100%;
}
main p {
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 1024px) {
  main p {
    font-size: 1.6rem;
    line-height: 2;
  }
}

html {
  height: 100%;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100dvh;
  position: relative;
}
body a:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header {
  width: 100%;
}

footer {
  position: sticky;
  top: 100vh;
  width: 100%;
}

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

.scroll-img-wrap {
  overflow: auto;
}
.scroll-img-wrap img {
  margin-top: 1.5rem;
  width: 190%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.bg-gray {
  background-color: #f5f5f5;
}

.bg-white {
  background: #fff;
}

p, a, li {
  line-height: 1.4;
  font-size: 1.4rem;
  letter-spacing: 0.4px;
}

.note {
  padding-top: 0.8rem;
  display: block;
  line-height: 1.6;
}
.note li {
  font-size: 1.1rem;
}
@media (min-width: 1024px) {
  .note li {
    font-size: 1.2rem;
  }
}

.red-text {
  color: #EA2B36;
}

.link-text {
  color: #0000ee;
  text-decoration: underline;
}

span.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(40%, #F5EA70));
  background: linear-gradient(transparent 70%, #F5EA70 40%);
}

.inner {
  padding-inline: 1.5rem;
}

.content {
  padding-block: 4.8rem;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.box-shadow {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.dotted {
  background-image: linear-gradient(to right, #BFBFBF, #BFBFBF 2px, transparent 2px, transparent 8px); /* 幅2の線を作る */
  background-size: 8px 2px; /* グラデーションの幅・高さを指定 */
  background-position: left bottom; /* 背景の開始位置を指定 */
  background-repeat: repeat-x; /* 横向きにのみ繰り返す */
}

.br-sp {
  display: block;
}

.tb-only {
  display: none;
}

.br-pc {
  display: none;
}

.indentback {
  text-indent: -1em;
  padding-left: 1em;
}

.arrow-right {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 6px;
  border-top: 1.5px solid;
  border-right: 1.5px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.arrow-bottom {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 6px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.border-radius {
  border-radius: 8px;
}
@media (min-width: 1024px) {
  .border-radius {
    border-radius: 16px;
  }
}

.sousai {
  padding-top: 60px !important;
  margin-top: -60px !important;
}
@media (min-width: 1024px) {
  .sousai {
    padding-top: 120px !important;
    margin-top: -120px !important;
  }
}

.btn {
  text-decoration: none;
  background: #F5EA40;
  text-align: center;
  color: #333;
  border-radius: 50rem;
  padding: 2.4rem 1rem;
  margin: 3.2rem auto 0;
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  position: relative;
}
.btn::after {
  content: "";
  display: block;
  background: url(/odm/cosme-week2026/assets/img/btn.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .btn {
    padding: 1.4rem 1rem;
    max-width: 32rem;
  }
}
@media (min-width: 1024px) {
  .btn {
    font-size: 1.6rem;
    width: 100%;
    line-height: 1.4;
    margin-top: 6rem;
  }
}

/*----------------------------------
タブレット表示
----------------------------------*/
@media (min-width: 768px) {
  .br-sp {
    display: none;
  }
  .tb-only {
    display: block;
  }
  .inner {
    padding-inline: 4rem;
  }
  .content {
    padding-block: 6.4rem;
  }
  /*----------------------
  ブロックエディタ
  ----------------------*/
  .block-editor h2 {
    font-size: 2.4rem;
    padding: 2rem 1.5rem;
  }
  .block-editor a {
    font-size: 1.6rem;
  }
  .block-editor .post-date {
    padding-bottom: 0.8rem;
    font-size: 1.6rem;
  }
  .block-editor .post-title {
    font-size: 3.2rem;
    padding-bottom: 4rem;
  }
  .block-editor img {
    margin-top: 2rem;
  }
}
/*----------------------------------
パソコン小表示
----------------------------------*/
@media (min-width: 1024px) {
  main {
    font-size: 1.6rem;
  }
  p, a, li {
    line-height: 1.6;
    font-size: 1.6rem;
  }
  .tb-only {
    display: none;
  }
  .br-pc {
    display: block;
  }
  .content {
    padding-block: 8rem;
  }
  .inner {
    padding-inline: 0;
  }
  .pc-inner {
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  .pc-inner {
    max-width: 120rem;
  }
}
/*----------------------
マウスオーバーアクション
----------------------*/
.h-opacity:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.h-scale {
  display: block;
  overflow: hidden;
}
.h-scale img {
  overflow: hidden;
}
.h-scale:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.ta-l {
  text-align: left;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.fw-thin {
  font-weight: 100;
}

.fw-exlight {
  font-weight: 200;
}

.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-semiblack {
  font-weight: 800;
}

.fw-black {
  font-weight: 900;
}

body img {
  display: block;
  width: 100%;
}

header {
  background-color: #2790CF;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header .logo {
  max-width: 11rem;
  margin-right: auto;
}
@media (min-width: 1024px) {
  header {
    height: 75px;
    position: relative;
    z-index: 1;
  }
  header .logo {
    height: 7rem;
    max-width: 14rem;
  }
  header .inner {
    margin-left: 20px;
  }
}

.banner-content {
  position: absolute;
  max-width: 20rem;
  bottom: 55px;
  right: 10px;
  width: 45vw;
}
.banner-content a {
  display: block;
}
@media (min-width: 768px) {
  .banner-content {
    max-width: 24rem;
    bottom: 24vw;
    right: 7vw;
  }
}
@media (min-width: 1024px) {
  .banner-content {
    z-index: 2;
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
}

.fv-sec {
  padding-top: 3.2rem;
  position: relative;
  background-color: #2790CF;
  overflow: hidden;
}
.fv-sec::before {
  content: "";
  display: block;
  background: url(/odm/cosme-week2026/assets/img/fv_motif_1.svg) no-repeat;
  background-size: contain;
  width: 8rem;
  height: 8rem;
  position: absolute;
  top: 0;
}
.fv-sec::after {
  content: "";
  display: block;
  background: url(/odm/cosme-week2026/assets/img/fv_motif_2.svg) no-repeat;
  background-size: contain;
  width: 8rem;
  height: 8rem;
  position: absolute;
  top: 150px;
  right: 0;
}
.fv-sec .fv-txt {
  max-width: 28rem;
  margin: 0 auto;
}
.fv-sec .fv-list {
  background: url(/odm/cosme-week2026/assets/img/fv_line.svg) no-repeat;
  background-size: contain;
  padding: 2rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
  margin-top: 3.2rem;
}
.fv-sec .fv-list li {
  color: #fff;
  font-size: 3.6vw;
  font-weight: 500;
}
.fv-sec .fv-bottom {
  position: absolute;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  left: 0;
}
.fv-sec .fv-main-img {
  width: 140%;
  max-width: 140%;
}
.fv-sec .fv-list-img {
  width: 80vw;
  margin: 25px auto 0;
  max-width: 44rem;
}
@media (min-width: 768px) {
  .fv-sec .fv-txt {
    max-width: 38rem;
  }
  .fv-sec .fv-list {
    max-width: 50rem;
    margin: 3.2rem auto 0;
  }
  .fv-sec .fv-list li {
    font-size: 20px;
  }
  .fv-sec .fv-main-img {
    width: 110%;
    max-width: 110%;
  }
}
@media (min-width: 1024px) {
  .fv-sec {
    height: 600px;
    position: relative;
  }
  .fv-sec:after, .fv-sec:before {
    display: none;
  }
  .fv-sec .fv-txt-area {
    z-index: 1;
    position: relative;
    width: 55%;
    margin-left: auto;
    margin-right: calc(50% - 560px);
    margin-top: 2rem;
  }
  .fv-sec .fv-main-img {
    width: 90%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -35px;
  }
  .fv-sec .fv-txt {
    max-width: 44rem;
  }
  .fv-sec .fv-list {
    max-width: 52rem;
    padding: 2rem 5.5rem;
    margin-top: 6rem;
    padding-right: 0;
  }
  .fv-sec .fv-list li {
    line-height: 1.4;
  }
  .fv-sec .fv-list-img {
    max-width: 39rem;
  }
}
@media (min-width: 1280px) {
  .fv-sec {
    height: 720px;
  }
  .fv-sec .fv-txt-area {
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .fv-sec .fv-txt-area h1 {
    display: inline-block;
  }
  .fv-sec .fv-txt {
    margin: 0 auto;
    display: block;
    max-width: 48rem;
  }
  .fv-sec .fv-list {
    margin-left: auto;
    margin-right: 0;
  }
  .fv-sec .fv-main-img {
    max-width: 140rem;
    margin-top: -35px;
  }
  .fv-sec .fv-list-img {
    display: inline-block;
  }
}
@media (min-width: 1400px) {
  .fv-sec .fv-main-img {
    margin-left: calc(50% - 700px);
  }
}

.top-sec .txt-area {
  background-color: #FBF7C6;
  padding: 2.8rem;
  width: 90%;
  padding-top: 4rem;
}
.top-sec .txt-area p {
  margin-bottom: 0;
  line-height: 1.8;
}
.top-sec .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.top-sec .flex-wrap img {
  width: 90%;
  margin-left: auto;
  margin-bottom: -2rem;
  position: relative;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .top-sec {
    position: relative;
  }
  .top-sec::before {
    content: "";
    display: block;
    background: url(/odm/cosme-week2026/assets/img/symbol-bg_1.jpg) no-repeat;
    background-size: contain;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
  }
  .top-sec .content {
    padding-top: 2rem;
  }
  .top-sec .flex-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    margin-bottom: 4rem;
  }
  .top-sec .flex-wrap img {
    width: 55%;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: -30px;
  }
  .top-sec .txt-area {
    width: 50%;
    z-index: 1;
    padding: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .top-sec h2 {
    margin-bottom: 4rem;
  }
  .top-sec .flex-wrap {
    margin-bottom: 4rem;
  }
  .top-sec .flex-wrap img {
    height: 33rem;
  }
  .top-sec .txt-area {
    padding: 4rem;
    height: 33rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-sec .txt-area p {
    line-height: 2.2;
  }
}
@media (min-width: 1200px) {
  .top-sec .content {
    padding-bottom: 10rem;
  }
}

.about-sec {
  position: relative;
}
.about-sec::before {
  content: "";
  display: block;
  background: url(/odm/cosme-week2026/assets/img/gradient_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 90%;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
}
.about-sec .txt-wrap {
  color: #fff;
}
.about-sec .ttl-img {
  width: 51vw;
  margin-bottom: 2.4rem;
}
.about-sec .about-img-pc {
  display: none;
}
@media (min-width: 768px) {
  .about-sec .ttl-img {
    max-width: 24rem;
    margin-bottom: 3.2rem;
  }
  .about-sec .about-img {
    max-width: 44rem;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .about-sec:before {
    height: 100%;
  }
  .about-sec .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .about-sec .txt-wrap {
    width: 44%;
  }
  .about-sec .txt-wrap p {
    margin-bottom: 0;
    line-height: 2;
  }
  .about-sec .ttl-img {
    max-width: 28rem;
  }
  .about-sec .about-img-pc {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 54rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .about-sec .about-img-sp {
    display: none;
  }
}
@media (min-width: 1200px) {
  .about-sec .txt-wrap {
    width: 46%;
  }
  .about-sec .about-img-pc {
    right: calc(50% - 600px);
    max-width: 62rem;
  }
}

.topics-sec .ttl-img {
  width: 76vw;
  margin: 0 auto 1.5rem;
}
.topics-sec .topics-area {
  background-color: #EAF7FF;
  padding: 3.2rem 2.4rem;
  position: relative;
  margin-top: 2.4rem;
}
.topics-sec .topics-area::before {
  content: "";
  display: block;
  background: url(/odm/cosme-week2026/assets/img/topics_corner.svg) no-repeat;
  background-size: contain;
  position: absolute;
  height: 5rem;
  width: 5rem;
  left: 0;
  top: 0;
}
.topics-sec .topics-area_4 .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.topics-sec .topics-area_4 .btn {
  margin-top: 20px;
  padding: 18px;
}
.topics-sec .topics-area_4 .topics-img {
  margin-bottom: 12px;
}
.topics-sec .marker-ttl {
  color: #0F3774;
  font-weight: 600;
}
.topics-sec .topics-ttl {
  width: 100%;
  max-width: 11rem;
  margin-bottom: 2.4rem;
}
.topics-sec .card {
  background-color: #fff;
  padding: 1.8rem;
  margin-top: 2.4rem;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.topics-sec .card img {
  margin-bottom: 1.2rem;
}
.topics-sec .card h4 {
  color: #0F3774;
  margin-bottom: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.topics-sec .seminar-info .theme-ttl {
  border-bottom: 1px dashed #2E87C1;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
.topics-sec .seminar-info .theme-ttl .theme-tag {
  background: #2E87C1;
  color: #fff;
  padding: 3px 12px;
  border-radius: 50rem;
  margin-right: 0.5rem;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  margin-top: 1rem;
}
.topics-sec .seminar-info .theme-ttl .theme-tag:nth-of-type(1) {
  margin-top: 0;
}
.topics-sec .seminar-info .seminar-main .day span {
  font-size: 2rem;
  color: #2E87C1;
  font-weight: 600;
}
.topics-sec .seminar-info .seminar-main .time-wrap {
  background: #E9F7FF;
  padding: 1.5rem;
  border-radius: 10px;
}
.topics-sec .seminar-info .seminar-main .time-wrap .ttl-txt {
  color: #2E87C1;
  font-weight: 500;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.topics-sec .seminar-info .seminar-main .time-wrap .time {
  font-weight: 600;
  line-height: 1.6;
}
.topics-sec .seminar-info .seminar-main .time-wrap .note {
  font-size: 1.2rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .topics-sec .ttl-img {
    max-width: 34rem;
  }
  .topics-sec .topics-area:nth-of-type(1) .txt-area, .topics-sec .topics-area:nth-of-type(3) .txt-area, .topics-sec .topics-area:nth-of-type(4) .txt-area {
    width: 57%;
  }
  .topics-sec .topics-area:nth-of-type(1) .topics-img, .topics-sec .topics-area:nth-of-type(3) .topics-img, .topics-sec .topics-area:nth-of-type(4) .topics-img {
    width: 40%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .topics-sec .topics-area:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topics-sec .topics-area:nth-of-type(3) .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topics-sec .topics-area:nth-of-type(2) .card-flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topics-sec .topics-area:nth-of-type(2) .card {
    width: 48%;
  }
  .topics-sec .topics-area .txt-area p {
    margin-bottom: 0;
  }
  .topics-sec .topics-area_4 .flex-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topics-sec .topics-area_4 .btn {
    margin-inline: 0;
    max-width: 25rem;
  }
  .topics-sec .topics-area_4 .topics-img {
    margin-bottom: 0;
  }
  .topics-sec .seminar-info .theme-ttl .theme-tag {
    margin-right: 1rem;
    margin-bottom: 0;
  }
  .topics-sec .seminar-info .br-sp {
    display: none;
  }
}
@media (min-width: 1024px) {
  .topics-sec {
    padding-top: 8rem !important;
  }
  .topics-sec .ttl-img {
    max-width: 42rem;
    margin-bottom: 2rem;
  }
  .topics-sec .ttl-txt {
    margin-bottom: 4.8rem;
  }
  .topics-sec .topics-area {
    margin-top: 4.8rem;
    padding: 4rem;
  }
  .topics-sec .topics-area:nth-of-type(2) .card {
    width: 32.5%;
    padding: 18px 15px;
  }
  .topics-sec .topics-area:nth-of-type(2) .card h4 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
  }
  .topics-sec .topics-area:nth-of-type(2) .card p {
    line-height: 1.8;
    letter-spacing: 0.5px;
  }
  .topics-sec .topics-area:nth-of-type(1) .txt-area, .topics-sec .topics-area:nth-of-type(3) .txt-area, .topics-sec .topics-area:nth-of-type(4) .txt-area {
    width: 53%;
  }
  .topics-sec .topics-area:nth-of-type(1) .topics-img, .topics-sec .topics-area:nth-of-type(3) .topics-img, .topics-sec .topics-area:nth-of-type(4) .topics-img {
    width: 43%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .topics-sec .topics-area_4 .btn {
    margin-top: 3.2rem;
  }
  .topics-sec .topics-ttl {
    max-width: 17rem;
    margin-bottom: 4rem;
  }
  .topics-sec .marker-ttl {
    margin-bottom: 2.4rem;
  }
  .topics-sec .seminar-info {
    margin-top: 4rem;
    padding: 2.4rem 4rem;
  }
  .topics-sec .seminar-info .theme-ttl {
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topics-sec .seminar-info .theme-ttl .theme-tag {
    font-size: 1.4rem;
    padding: 5px 20px;
    margin-top: 0;
  }
  .topics-sec .seminar-info .theme-ttl .theme_2 {
    margin-left: 1rem;
  }
  .topics-sec .seminar-info .seminar-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topics-sec .seminar-info .seminar-main .day {
    margin-bottom: 0;
    margin-right: 2.4rem;
  }
  .topics-sec .seminar-info .seminar-main .day span {
    font-size: 3.2rem;
    font-weight: 500;
  }
  .topics-sec .seminar-info .seminar-main .time-wrap {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5rem 2.5rem;
  }
  .topics-sec .seminar-info .seminar-main .time-wrap .ttl-txt {
    margin-bottom: 0;
    padding-bottom: 0;
    border-right: 1px solid #E3E3E3;
    border-bottom: 0;
    padding-right: 2rem;
    margin-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .topics-sec .topics-area {
    padding: 6rem;
  }
  .topics-sec .seminar-main .day {
    margin-right: 3.2rem;
  }
}

.present-sec {
  position: relative;
  padding-bottom: 1rem;
}
.present-sec .present-inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.present-sec::before {
  content: "";
  display: block;
  background-image: url(/odm/cosme-week2026/assets/img/present_bg.jpg);
  background-repeat: no-repeat;
  background-color: #0082D5;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 95%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.present-sec .txt-area {
  color: #fff;
}
.present-sec .hukidashi {
  background-color: #F5EA40;
  position: relative;
}
.present-sec .hukidashi::after {
  content: "";
  display: block;
  background: url(/odm/cosme-week2026/assets/img/hukidashi_parts.svg) no-repeat;
  background-size: contain;
  width: 5rem;
  height: 5rem;
  position: absolute;
  bottom: -25px;
  right: 20px;
}
.present-sec .hukidashi h2 {
  color: #2E87C1;
  padding: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 3.2rem;
}
.present-sec .bottom-txt p {
  margin-bottom: 0;
  background: #FBF7C6;
  padding: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.present-sec .bottom-txt .note {
  font-size: 1.2rem;
  font-weight: 400;
}
.present-sec .sample-img {
  max-width: 20rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .present-sec {
    padding-bottom: 3.2rem;
  }
  .present-sec .present-inner-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .present-sec .inner {
    position: relative;
  }
  .present-sec .txt-area {
    width: 69%;
  }
  .present-sec .txt-area p {
    margin-bottom: 0;
  }
  .present-sec .sample-img {
    margin: 0;
    width: 22vw;
    max-width: 17rem;
  }
  .present-sec .hukidashi h2 {
    font-size: 2rem;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .present-sec {
    padding-bottom: 4.8rem;
  }
  .present-sec:before {
    background-position: 0;
    height: 92%;
  }
  .present-sec .present-inner-content {
    max-width: 82rem;
    margin: 0 auto;
  }
  .present-sec .pc-inner {
    max-width: 88rem;
  }
  .present-sec .hukidashi:after {
    bottom: -40px;
    right: 40px;
  }
  .present-sec .hukidashi h2 {
    text-align: center;
    font-size: 2.8rem;
    padding-block: 2rem;
  }
  .present-sec .txt-area {
    width: 76%;
  }
  .present-sec .txt-area h3 {
    font-size: 2.4rem;
  }
  .present-sec .bottom-txt p {
    max-width: 83rem;
    border-radius: 5px;
    margin: 2rem auto 0;
    margin-top: 3.2rem;
  }
  .present-sec .sample-img {
    max-width: 21rem;
    right: 9vw;
  }
}
@media (min-width: 1280px) {
  .present-sec .sample-img {
    top: 90px;
    right: 8vw;
  }
}

.booth-info-sec .ttl-img {
  margin-bottom: 2.8rem;
  width: 91vw;
}
.booth-info-sec .map {
  margin-top: 4.8rem;
}
@media (min-width: 768px) {
  .booth-info-sec .ttl-img {
    max-width: 40rem;
  }
  .booth-info-sec p {
    font-size: 1.6rem;
    font-weight: 600;
  }
}
@media (min-width: 1024px) {
  .booth-info-sec .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .booth-info-sec .txt-area {
    width: 32%;
  }
  .booth-info-sec .txt-area p {
    font-size: 2rem;
    line-height: 1.6;
  }
  .booth-info-sec .ttl-img {
    max-width: 40rem;
  }
  .booth-info-sec p {
    margin-bottom: 0;
  }
  .booth-info-sec .map {
    margin: 0;
    width: 55%;
  }
}
@media (min-width: 1200px) {
  .booth-info-sec .ttl-img {
    max-width: 44rem;
  }
}

.reservation-sec .inner-content {
  background: url(/odm/cosme-week2026/assets/img/gradient_bg.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  padding-block: 3.2rem;
  position: relative;
}
.reservation-sec .inner-content::before {
  content: "";
  display: block;
  background: url(/odm/cosme-week2026/assets/img/reservation_ttl.svg) no-repeat;
  background-size: contain;
  height: 10rem;
  position: absolute;
  min-width: 32rem;
  top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.reservation-sec .inner-content h2 {
  margin-bottom: 0.2rem;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.08);
  line-height: 1.4;
  font-weight: 500;
  overflow: hidden;
}
.reservation-sec .inner-content .btn {
  margin-top: 1.2rem;
  letter-spacing: 2px;
}
.reservation-sec .inner-content .hukidashi {
  margin-top: 3rem;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 10px;
  position: relative;
}
.reservation-sec .inner-content .hukidashi::after {
  content: "";
  display: block;
  background: url(/odm/cosme-week2026/assets/img/hukidashi_parts_2.svg) no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: -30px;
  left: 20px;
}
.reservation-sec .inner-content .hukidashi h4 {
  margin-bottom: 0;
  font-size: 1.4rem;
  list-style: 1.4;
}
.reservation-sec .tokuten {
  width: 48vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .reservation-sec .inner-content {
    padding-top: 2rem;
    padding-bottom: 3.2rem;
  }
  .reservation-sec .inner-content:before {
    min-width: auto;
    width: 48rem;
  }
  .reservation-sec .inner-content .btn {
    font-size: 1.8rem;
    max-width: 46rem;
    padding-block: 2.8rem;
    margin-top: 2.4rem;
  }
  .reservation-sec .inner-content .btn::after {
    width: 24px;
    height: 24px;
    right: 14px;
  }
  .reservation-sec .inner-content .hukidashi h4 {
    font-size: 1.6rem;
  }
  .reservation-sec .tokuten {
    max-width: 22rem;
  }
}
@media (min-width: 1024px) {
  .reservation-sec .inner-content {
    padding-block: 4rem;
  }
  .reservation-sec .inner-content::before {
    width: 76rem;
    top: 130px;
  }
  .reservation-sec .inner-content .btn {
    margin-top: 2.4rem;
    max-width: 60rem;
  }
  .reservation-sec .inner-content .btn:after {
    width: 28px;
    height: 28px;
    right: 23px;
  }
  .reservation-sec .inner-content .hukidashi {
    max-width: 84rem;
    margin: 4rem auto 0;
    padding: 2rem;
  }
  .reservation-sec .inner-content .hukidashi:after {
    left: 140px;
  }
  .reservation-sec .inner-content .hukidashi h4 {
    text-align: center;
  }
  .reservation-sec .tokuten {
    max-width: 28rem;
  }
}
@media (min-width: 1200px) {
  .reservation-sec .inner-content::before {
    width: 85rem;
    height: 12rem;
  }
  .reservation-sec .inner-content .btn {
    padding-block: 3.2rem;
    font-size: 2rem;
  }
  .reservation-sec .inner-content .btn:after {
    width: 32px;
    height: 32px;
    right: 23px;
  }
  .reservation-sec .inner-content .hukidashi {
    max-width: 88rem;
    padding: 2.5rem;
  }
  .reservation-sec .inner-content .hukidashi h4 {
    font-size: 1.8rem;
  }
}

footer {
  padding-bottom: 2rem;
}
footer .copyright {
  color: #2E87C1;
  font-size: 1.1rem;
  text-align: center;
}

.sp-banner-wrap {
  background-color: #F5EA40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sp-banner-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65%;
}
.sp-banner-wrap .first {
  border-right: 0.5px solid #333;
  padding-right: 0.8rem;
  margin-right: 1rem;
  width: 34px;
  font-size: 1.1rem;
}
.sp-banner-wrap .second {
  color: #2E87C1;
  font-weight: 600;
  font-size: 1.4rem;
}
.sp-banner-wrap p {
  background-color: #fff;
  padding: 1rem;
  border-radius: 50rem;
  text-align: center;
  margin-left: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  width: 50%;
  margin: 0;
  display: block;
  max-width: 100%;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .sp-banner-wrap ul {
    width: 54%;
  }
  .sp-banner-wrap .first {
    width: 35px;
  }
  .sp-banner-wrap .second {
    font-size: 1.6rem;
  }
  .sp-banner-wrap .second br {
    display: none;
  }
  .sp-banner-wrap p {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .sp-banner-wrap {
    display: none;
  }
}

.sp-banner-wrap.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.sp-banner-wrap.hide {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  pointer-events: none;
}