@charset "UTF-8";
/*
Theme Name: FRW2025
Version: 1.0.0
*/
/* CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

* {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

html {
  font-size: 62.5%;
  height: auto;
  min-height: -webkit-fill-available;
  scroll-behavior: smooth;
}

*:focus {
  outline: none;
}

body::-webkit-scrollbar,
.wrapper::-webkit-scrollbar {
  display: none;
}

body {
  position: relative;
  background: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  max-width: 100%;
  opacity: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  letter-spacing: 0.025em;
  transition: all 1s ease;
  font-size: 1.6rem;
  overflow-x: hidden;
  width: 100%;
}

body.Android {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

body.onload {
  opacity: 1;
}

div {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  text-decoration: none;
  list-style-type: none;
  overflow-wrap: break-word;
}

ul, ol, li {
  text-decoration: none;
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}

a:hover {
  opacity: 0.6;
}

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

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

.display-pc {
  display: block;
}

.display-sp {
  display: none;
}

/* color **************************/
/* common **************************/
h2.sec-tit {
  width: fit-content;
  padding: 10px 24px;
  margin-bottom: 32px;
}
h2.sec-tit img {
  width: auto;
  height: 64px;
}

h3.sub-tit {
  margin-bottom: 24px;
}
h3.sub-tit img {
  height: 80px;
  object-fit: contain;
}

.lead-txt {
  text-align: center;
  margin-bottom: 32px;
}

.sec-inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 100px 80px;
  z-index: 2;
}

.flex-unit {
  display: flex;
}

/* animation **************************/
.marquee-right {
  overflow: hidden;
}

.marquee-right ul {
  animation: marquee-right 40s linear infinite;
  display: flex;
  margin: 0;
  padding: 40px 0px;
  width: max-content;
}

.marquee-right ul li {
  list-style: none;
  padding: 0 24px;
  width: 100%;
}

.marquee-right img {
  display: block;
  width: 100%;
}

@keyframes marquee-right {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* modal **************************/
/* モーダル全体(背景＋本体) */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.8);
}

/* モーダル背景 */
.modal-bg {
  position: absolute;
  position: relative;
  height: 93vh;
  width: 90%;
  max-width: 1366px;
  background-image: url(../img/frw/bg-modal.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-close-btn {
  display: block;
  position: absolute;
  z-index: 3;
  width: 40px;
  height: 40px;
  background: #fff;
  cursor: pointer;
  top: 5%;
  right: 15%;
  margin-right: 13.5%;
}
.modal-close-btn .square_btn::before, .modal-close-btn .square_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px; /* 棒の幅（太さ） */
  height: 40px; /* 棒の高さ */
  background: #333; /* バツ印の色 */
}
.modal-close-btn .square_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close-btn .square_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダル本体 */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll; /* はみ出た部分はスクロールさせる */
  height: 85%;
  width: 90%;
  max-width: 1200px;
  padding: 40px;
}

.modal-content .modal-artist-img {
  width: 50%;
  margin: 0 auto 10px;
}

.modal-content h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  max-width: 560px;
  margin: 0 auto 20px;
}

.modal-content p {
  max-width: 560px;
  margin: 0 auto 20px;
  text-align: start;
}

.modal-content a.artist-link {
  max-width: 560px;
  margin: 0 auto 8px;
}

.modal-content a {
  text-decoration: underline;
  font-size: 12px;
  display: block;
}

.modal-close {
  width: 240px;
  margin: 24px auto 0px;
  border: solid 1px #000;
  padding: 10px;
  text-align: center;
}

.js-modal-close a {
  font-size: 12px;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.overflow-h {
  overflow: hidden;
}

/* sec-fv **************************/
/* sec-area **************************/
.sec-area {
  position: relative;
}
.sec-area .marquee-right {
  position: absolute;
  top: 0;
  z-index: 1;
}
.sec-area .marquee-right ul {
  padding: 0;
}
.sec-area .sec-tit {
  background-color: #ea5b27;
}
.sec-area .flex-unit {
  gap: 40px;
}
.sec-area .area-contents {
  position: relative;
}
.sec-area .area-contents .area-img {
  padding-top: 66.66%; /* 3:2 */
  background-image: url(../img/frw/frw24-garden.jpg);
  background-size: cover;
  background-position: center;
}
.sec-area .area-contents .area-img .area-info-detail {
  position: absolute;
  bottom: 0;
  text-align: right;
  left: 0;
  padding: 10px 16px;
}
.sec-area .area-contents .area-img .area-info-detail .floor-txt {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.sec-area .area-contents .area-img .area-info-detail .floor-txt-attention {
  font-size: 10px;
  color: #fff;
}
.sec-area .area-contents .area-name {
  padding: 16px 0px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background-color: #07385f;
  color: #ea5b27;
  line-height: 1;
}
.sec-area .area-contents .flex-unit {
  gap: 0;
}
.sec-area .area-contents .flex-unit .contents {
  width: 50%;
  text-align: center;
  padding: 16px 0;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  color: #07385f;
  background-color: #c9b09b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
}
.sec-area .area-contents .flex-unit .contents01 {
  background-image: url(../img/frw/deco01.svg);
}
.sec-area .area-contents .flex-unit .contents02 {
  background-color: #decfc2;
  background-image: url(../img/frw/deco02.svg);
}
.sec-area .area-contents .flex-unit .contents03 {
  background-image: url(../img/frw/deco03.svg);
}
.sec-area .area-frs {
  margin-top: 80px;
}
.sec-area .area-frs .area-img {
  padding-top: 66.66%; /* 3:2 */
  background-image: url(../img/frw/frw24-yaepabu.jpg);
}
.sec-area .area-frs .area-name {
  background-color: #0d6455;
  color: #c9b09b;
}
.sec-area .area-frs .flex-unit .contents {
  width: 33.333%;
  background-size: 35%;
  color: #0d6455;
}
.sec-area .area-frs .flex-unit .contents02 {
  background-color: #decfc2;
  background-image: url(../img/frw/deco02.svg);
}

/* sec-artist **************************/
.sec-artist {
  background-image: url(../img/frw/bg-artist.jpg);
  background-size: cover;
  background-position: top;
}
.sec-artist .sec-tit {
  background-color: #07385f;
}
.sec-artist .freelive-info {
  margin-bottom: 64px;
}
.sec-artist .artist-info-area {
  background-color: #decfc2;
  z-index: 2;
}
.sec-artist .artist-info-area .info-inner {
  padding: 40px 0 0;
}
.sec-artist .artist-info-area .info-inner .info-contents .info-contents-item {
  background-color: #0d6455;
  width: 33.333%;
  overflow: hidden;
}
.sec-artist .artist-info-area .info-inner .info-contents .info-contents-item .day {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 24px 0px;
  background-color: #ea5b27;
  background-image: url(../img/frw/deco04.svg);
}
.sec-artist .artist-info-area .info-inner .info-contents .info-contents-item .day img {
  height: 20px;
  margin: 0 auto;
}
.sec-artist .artist-info-area .info-inner .info-contents .info-contents-item .artist-list {
  padding: 48px 0px;
  color: #fff;
}
.sec-artist .artist-info-area .info-inner .info-contents .info-contents-item .artist-list .artist-info {
  margin-bottom: 40px;
  display: block;
  position: relative;
  z-index: 2;
}
.sec-artist .artist-info-area .info-inner .info-contents .info-contents-item .artist-list .artist-info .artist-name {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.sec-artist .artist-info-area .info-inner .info-contents .info-contents-item .artist-list .artist-info .artist-name span {
  display: block;
  font-size: 20px;
  margin-top: 8px;
}
.sec-artist .artist-info-area .info-inner .info-contents .info-contents-item .artist-list .artist-info .btn {
  display: flex;
  gap: 5px;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 16px;
  border: solid 1px #decfc2;
  border-radius: 32px;
  max-width: 120px;
  margin: 16px auto 0px;
}
.sec-artist .artist-info-area .info-inner .info-contents .info-contents-item .artist-list .artist-info .btn svg {
  width: 10px;
  fill: #decfc2;
}
.sec-artist .artist-info-area .info-inner .info-contents .info-contents-item .artist-list .artist-info:last-of-type {
  margin-bottom: 0;
}
.sec-artist .artist-info-area .info-inner .info-contents .info-contents-item .artist-list .deco-tate {
  position: absolute;
  z-index: 1;
  width: 10%;
  top: 0;
  left: 0;
}
.sec-artist .artist-info-area .info-inner .info-contents .info-contents-item .artist-list .deco-tate img {
  margin-bottom: 16px;
}
.sec-artist .artist-info-area .info-inner .info-contents .item-day0621 {
  background-color: #07385f;
}
.sec-artist .artist-info-area .info-inner .info-contents .item-day0621 .day {
  background-color: #0d6455;
  background-image: url(../img/frw/deco05.svg);
}
.sec-artist .artist-info-area .info-inner .info-contents .item-day0621 .artist-list {
  color: #ea5b27;
}
.sec-artist .artist-info-area .info-inner .info-contents .item-day0621 .artist-list .artist-info .btn {
  border: solid 1px #ea5b27;
}
.sec-artist .artist-info-area .info-inner .info-contents .item-day0621 .artist-list .artist-info .btn svg {
  width: 10px;
  fill: #ea5b27;
}
.sec-artist .artist-info-area .info-inner .info-contents .item-day0622 {
  background-color: #ea5b27;
}
.sec-artist .artist-info-area .info-inner .info-contents .item-day0622 .day {
  background-color: #07385f;
  background-image: url(../img/frw/deco02.svg);
}
.sec-artist .artist-info-area .info-inner .info-contents .item-day0622 .artist-list {
  color: #07385f;
}
.sec-artist .artist-info-area .info-inner .info-contents .item-day0622 .artist-list .artist-info .btn {
  border: solid 1px #07385f;
}
.sec-artist .artist-info-area .info-inner .info-contents .item-day0622 .artist-list .artist-info .btn svg {
  width: 10px;
  fill: #07385f;
}
.sec-artist .dj-event-info .info-inner .info-contents .info-contents-item {
  width: 25%;
  background-color: #decfc2;
}
.sec-artist .dj-event-info .info-inner .info-contents .info-contents-item .artist-list {
  color: #111;
  padding: 24px 0px 40px;
}
.sec-artist .dj-event-info .info-inner .info-contents .info-contents-item .artist-list .artist-info {
  margin-bottom: 32px;
}
.sec-artist .dj-event-info .info-inner .info-contents .info-contents-item .artist-list .artist-info .artist-name {
  font-size: 20px;
}
.sec-artist .dj-event-info .info-inner .info-contents .info-contents-item .artist-list .artist-info .btn {
  border: solid 1px #111;
}
.sec-artist .dj-event-info .info-inner .info-contents .info-contents-item .artist-list .artist-info .btn svg {
  fill: #111;
}
.sec-artist .dj-event-info .info-inner .info-contents .item-day0613 .day {
  background-color: #07385f;
  background-image: url(../img/frw/deco03.svg);
}
.sec-artist .dj-event-info .info-inner .info-contents .item-day0614 .day {
  background-color: #fff;
  background-image: url(../img/frw/deco01.svg);
}
.sec-artist .deco-line {
  z-index: 1;
  margin-top: -1px;
}

/* sec-liveprogram **************************/
.sec-liveprogram {
  background-color: #ea5b27;
}
.sec-liveprogram .sec-tit {
  background-color: #decfc2;
}
.sec-liveprogram .tt .tt-frs {
  margin-top: 24px;
}

.sec-contents {
  background-image: url(../img/frw/bg-contents.jpg);
  background-size: cover;
}
.sec-contents .sec-tit {
  background-color: #0d6455;
}
.sec-contents .contents-wraper {
  background-color: #fff;
  padding: 48px 64px;
  margin-bottom: 56px;
}
.sec-contents .contents-wraper .contents-inner {
  z-index: 2;
}
.sec-contents .contents-wraper .flex-unit {
  align-items: center;
  gap: 32px;
}
.sec-contents .contents-wraper .flex-unit .img {
  width: calc(60% - 16px);
}
.sec-contents .contents-wraper .flex-unit .info-details {
  width: calc(40% - 16px);
}
.sec-contents .contents-wraper .flex-unit .info-details .info-wraper {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.sec-contents .contents-wraper .flex-unit .info-details .info-wraper .headline {
  background-color: #ea5b27;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  margin-right: 8px;
}
.sec-contents .contents-wraper .flex-unit .info-details .info-wraper .headline + p {
  font-size: 16px;
  font-weight: bold;
}
.sec-contents .contents-wraper .flex-unit .info-details .info-wraper:last-child {
  margin-bottom: 0;
}
.sec-contents .contents-wraper .flex-unit .info-details .info01 {
  padding-left: 56px;
}
.sec-contents .contents-wraper .flex-unit .info-details .info03 {
  padding-left: 15px;
}
.sec-contents .offical-shop .contents-inner .flex-unit {
  width: fit-content;
  margin: 0 auto;
}
.sec-contents .offical-shop .contents-inner .flex-unit .info-details .info01 {
  padding-left: 0;
}
.sec-contents .offical-shop .contents-inner .flex-unit .info-details .info01 .headline {
  min-width: 53px;
}
.sec-contents .offical-shop .contents-inner .flex-unit .info-details .info02 .headline {
  min-width: 53px;
}
.sec-contents .offical-shop .contents-inner .flex-unit .info-details .info03 {
  padding-left: 0;
}
.sec-contents .offical-shop .contents-inner .flex-unit .info-details .info03 .headline {
  min-width: 53px;
}
.sec-contents .yaepabu {
  background-color: #07385f;
  color: #fff;
}
.sec-contents .yaepabu h3.sub-tit img {
  height: 100px;
}
.sec-contents .yaepabu .flex-unit {
  flex-direction: row-reverse;
}
.sec-contents .yaepabu .flex-unit .img {
  width: calc(50% - 16px);
}
.sec-contents .yaepabu .flex-unit .info-details {
  width: calc(50% - 16px);
}
.sec-contents .yaepabu .flex-unit .info-details .info01 {
  padding-left: 33px;
}
.sec-contents .yaepabu .flex-unit .info-details .info01 .headline {
  min-width: 53px;
}
.sec-contents .yaepabu .flex-unit .info-details .info02 {
  align-items: flex-start;
  padding-left: 33px;
}
.sec-contents .yaepabu .flex-unit .info-details .info02 .headline {
  min-width: 53px;
}
.sec-contents .yaepabu .flex-unit .info-details .info03 {
  padding-left: 33px;
}
.sec-contents .yaepabu .flex-unit .info-details .info03 .headline {
  min-width: 53px;
}
.sec-contents .yaepabu .flex-unit .info-details .info04 {
  align-items: flex-start;
}
.sec-contents .yaepabu .flex-unit .info-details .info04 .headline {
  min-width: 86px;
}
.sec-contents .yaepabu .flex-unit .info-details .info05 {
  align-items: flex-start;
  padding-left: 33px;
}
.sec-contents .yaepabu .flex-unit .info-details .info05 .headline {
  min-width: 53px;
}
.sec-contents .workshop {
  background-image: url(../img/frw/bg-workshop.jpg);
  background-size: cover;
  margin-bottom: 0;
}
.sec-contents .workshop .lead-txt-attention {
  text-align: center;
  font-size: 12px;
  margin-bottom: 24px;
}
.sec-contents .workshop .flex-unit {
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
.sec-contents .workshop .flex-unit .workshop-item {
  width: 33.333%;
}
.sec-contents .workshop .flex-unit .workshop-item .img {
  width: 100%;
}
.sec-contents .workshop .flex-unit .workshop-item .img img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.sec-contents .workshop .flex-unit .workshop-item .workshop-tit {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  padding: 4px 8px;
  background-color: #07385f;
  color: #fff;
}
.sec-contents .workshop .flex-unit .workshop-item .workshop-txt-wraper {
  background: #decfc2;
  padding: 10px;
}
.sec-contents .workshop .flex-unit .workshop-item .workshop-txt-wraper .workshop-lead {
  font-size: 12px;
}
.sec-contents .workshop .flex-unit .workshop-item .workshop-txt-wraper .workshop-fee {
  font-size: 12px;
  font-weight: bold;
  margin-top: 8px;
  border-top: 1px solid #757575;
  padding-top: 8px;
}
.sec-contents .workshop .flex-unit .info-details {
  width: fit-content;
  margin-bottom: 40px;
  text-align: center;
}
.sec-contents .workshop .flex-unit .info-details .info-wraper {
  display: block;
  margin-bottom: 24px;
}
.sec-contents .workshop .flex-unit .info-details .info-wraper .headline {
  width: fit-content;
  margin: 0 auto 10px;
}
.sec-contents .workshop .flex-unit .info-details .info01 {
  padding-left: 0px;
}
.sec-contents .workshop .flex-unit .info-details .info02 {
  align-items: flex-start;
  padding-left: 0px;
}
.sec-contents .workshop .flex-unit .info-details .info03 {
  padding: 0;
}
.sec-contents .b-txt {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.sec-sponsor {
  background-color: #e4e4e4;
  text-align: center;
}
.sec-sponsor .sponsor-item {
  margin-bottom: 48px;
}
.sec-sponsor .spo03 p:last-child {
  margin-top: 16px;
}
.sec-sponsor h2.sponsor-tit {
  font-size: 24px;
  font-weight: bold;
  background-color: #07385f;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  padding: 8px 16px;
  margin-bottom: 24px;
  line-height: 1;
}
.sec-sponsor p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.sec-sponsor .sponsor-logo {
  margin-bottom: 32px;
}
.sec-sponsor .sponsor-logo a img {
  width: 120px;
  margin: 0 auto;
}
.sec-sponsor .logo-brew a img {
  width: 160px;
}
.sec-sponsor .lead-attention {
  background-color: #fff;
  padding: 40px 0px;
}
.sec-sponsor .lead-attention p {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  font-weight: 100;
}

/* responsive **************************/
@media screen and (min-width: 1800px) {
  /* 1420px以上に適用されるCSS */
  .modal-close-btn {
    margin-right: 20%;
  }
}
@media screen and (max-width: 768px) {
  /* common **************************/
  .display-pc {
    display: none;
  }
  .display-sp {
    display: block;
  }
  .sec-inner {
    padding: 80px 20px;
  }
  .flex-unit {
    display: block;
  }
  h2.sec-tit {
    padding: 10px 16px;
    margin-bottom: 24px;
  }
  h2.sec-tit img {
    height: 48px;
  }
  .marquee-right ul {
    padding: 24px 0px;
  }
  .marquee-right ul li {
    width: 960px;
    padding: 0 16px;
  }
  .lead-txt {
    font-size: 14px;
  }
  /* modal **************************/
  .modal-bg {
    background: url(../img/frw/bg-modal-sp.jpg);
    background-size: contain;
  }
  .modal-close-btn {
    top: 10%;
    right: 32px;
    margin-right: 0;
  }
  .modal-content {
    padding: 40px 10px;
  }
  .modal-content h4 {
    font-size: 24px;
  }
  .modal-content .modal-artist-img {
    width: 100%;
  }
  /* モーダル本体 */
  .modal-content {
    padding: 64px 16px;
    height: 80%;
  }
  /* sec-area **************************/
  .sec-area .flex-unit .area-contents .flex-unit {
    display: flex;
  }
  .sec-area .flex-unit .area-contents .area-name {
    font-size: 20px;
  }
  .sec-area .flex-unit .area-contents .contents {
    font-size: 16px;
  }
  .sec-area .area-frs {
    margin-top: 40px;
  }
  .sec-area .area-frs .flex-unit .contents02 {
    font-size: 12px;
  }
  /* sec-artist **************************/
  .sec-artist .artist-info-area .info-inner .info-contents .info-contents-item {
    width: 100%;
    margin-bottom: 32px;
  }
  .sec-artist .artist-info-area .info-inner .info-contents .info-contents-item .artist-list .artist-info {
    margin-bottom: 32px;
  }
  .sec-artist .artist-info-area .info-inner .info-contents .info-contents-item:last-child {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  .sec-artist .dj-event-info .info-inner .info-contents .info-contents-item .artist-list {
    padding: 16px 0px 8px;
  }
  /* sec-liveprogram **************************/
  .sec-liveprogram .tt .tt-frs {
    margin-top: 16px;
  }
  /* sec-contents **************************/
  .sec-contents .contents-wraper {
    padding: 32px 16px;
    margin-bottom: 32px;
  }
  .sec-contents .contents-wraper .flex-unit .img {
    width: 100%;
  }
  .sec-contents .contents-wraper .flex-unit .info-details {
    width: 100%;
    margin-bottom: 24px;
  }
  .sec-contents .contents-wraper .flex-unit .info-details .info-wraper {
    display: block;
    padding: 0;
  }
  .sec-contents .contents-wraper .flex-unit .info-details .info-wraper .headline {
    width: fit-content;
    margin: 0 auto 10px;
  }
  .sec-contents .contents-wraper .flex-unit .info-details .info-wraper .headline + p {
    font-size: 14px;
    text-align: center;
  }
  .sec-contents .contents-wraper:last-of-type {
    margin-bottom: 0;
  }
  .sec-contents .workshop .flex-unit .workshop-item {
    width: 100%;
    margin-bottom: 24px;
  }
  .sec-contents .workshop .flex-unit .workshop-item03 {
    margin-bottom: 0;
  }
  .sec-contents .workshop .flex-unit .info-details .info-wraper {
    margin-bottom: 16px;
  }
  .sec-sponsor .spo01 p {
    line-height: 1.4;
  }
}