@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
}

html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

body {
  font-size: 1.6rem;
  line-height: 1.75;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  position: relative;
  background: #000000;
  font-family: "MFW-HiraKakuProN-W3";
}

.hidden_box {
  overflow-x: hidden;
}

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

p {
  text-align: justify;
  margin: 0 auto;
  position: relative;
}

section {
  padding: 5rem 0;
}

figure {
  margin: 0 !important;
}

.layout {
  margin: 0 auto;
  position: relative;
}

.df_row {
  display: flex;
  flex-flow: row wrap;
}

.detail {
  font-size: 1rem;
  text-align: right;
}

strong {
  font-family: "MFW-HiraKakuProN-W6";
  font-size: 2rem;
}
strong span {
  font-size: 3rem;
}

[class^=img_photo] {
  text-align: right;
  line-height: 1;
  position: relative;
}

.img_photo01 {
  text-align: left;
}
.img_photo01 span {
  padding-left: 2rem;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: max(200px, 20%);
  height: 100%;
  z-index: 2000;
  display: flex;
  justify-content: center;
}
.menu ul {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-flow: column;
  gap: 2rem 0;
  justify-content: center;
  height: 100%;
  width: 110px;
}
.menu ul a {
  display: block;
  position: relative;
}
.menu ul a::before {
  transition: all 0.5s ease;
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: -22px;
  background: #fff;
  width: 25px;
  height: 4px;
  opacity: 0;
}
.menu ul a.border {
  position: relative;
}
.menu ul a.border::before {
  opacity: 1;
}
.menu ul a li {
  padding: 0.5rem 1rem;
  line-height: 1;
  font-size: 2.5rem;
  color: #fff;
}
.menu ul a li.highlight {
  background: #bd605c;
}

#main {
  position: relative;
  padding: 0 !important;
}

.main_area01 {
  background: #bd9f5c;
  display: flex;
  justify-content: space-between;
  min-height: 150px;
}

.main_area03 {
  padding-left: max(200px, 20%);
  padding-right: max(200px, 20%);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 50%);
  z-index: 1;
  gap: 4rem;
  justify-content: center;
  width: 100%;
}
.main_area03 .item {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  background: rgba(189, 159, 92, 0.9);
  padding: 1rem 2rem;
}
.main_area03 .item p {
  line-height: 1;
  letter-spacing: 0;
}
.main_area03 .item p:nth-of-type(1) {
  margin-bottom: 5px;
}
.main_area03 .play_title {
  font-family: "MFW-HiraKakuProN-W6";
  color: #fff;
  font-size: 2.5rem;
}
.main_area03 .daytime {
  font-size: 2.2rem;
}
.main_area03 .daytime span {
  font-size: 3.5rem;
}
.main_area03 .venue {
  font-size: 3rem;
}

#second {
  background: #bdbeac;
  margin-bottom: 350px;
  position: relative;
  padding-top: 10rem;
}

.revisor_logo {
  position: absolute;
  right: 0;
  top: 15rem;
  mix-blend-mode: multiply;
}

#news,
#column .layout {
  padding-left: max(200px, 20%);
  padding-right: max(200px, 20%);
  margin-bottom: 3rem;
}

#column {
  background-color: #bdbeac;
}

ul.news_area {
  font-family: "MFW-HiraKakuProN-W3";
  padding-left: 7rem;
}
ul.news_area li {
  position: relative;
  display: flex;
  flex-flow: row;
  margin-bottom: 1rem;
}
ul.news_area li span:nth-of-type(1) {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-right: 2rem;
  font-size: 1.8rem;
  display: block;
  width: 100px;
}
ul.news_area li span:nth-of-type(2) {
  width: calc(100% - 100px);
}
ul.news_area li::after {
  transition: all 0.5s ease;
  content: "";
  background: #bd9f5c;
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
ul.news_area li:hover::after {
  width: 100%;
}

.more_btn {
  transition: all 0.5s ease;
  border: #000 solid 1px;
  padding: 0 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-top: 1rem;
}
.more_btn:hover {
  background: #000;
  color: #bd9f5c;
}
.more_btn p {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: 1.6rem;
}

#about .left {
  width: 65%;
}
#about .right {
  width: 40%;
  margin-left: -5%;
  padding-top: 4rem;
}
#about .right p {
  width: 80%;
  color: #fff;
  margin: 0;
}
#about .right p:nth-of-type(1) {
  margin-bottom: 65%;
}

[class^=play_info] {
  margin-bottom: 1.5rem !important;
  line-height: 1.5;
}
[class^=play_info] span {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
}

.play_info02 {
  text-indent: -4.4rem;
  padding-left: 4.4rem;
}

.play_info03 {
  margin-bottom: 0;
}

.revisor_type {
  width: 260px;
  margin-bottom: 2rem !important;
}

#profile {
  background: #bdbeac;
}
#profile p:nth-of-type(2) {
  margin-bottom: 2rem;
}
#profile .left {
  width: calc(100% - 230px);
  padding-right: 2.5rem;
}
#profile .right {
  width: 230px;
}
#profile .layout {
  padding-left: max(200px, 25%);
  padding-right: max(200px, 25%);
}

.name {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem !important;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.name span {
  font-family: "MFW-HiraKakuProN-W6";
  font-size: 1.3rem !important;
  margin-left: 1.5rem;
}

.back_photo {
  position: fixed;
  z-index: -1;
  top: -100px;
  left: 0;
  width: 100%;
}

#access {
  background: #000000;
  color: #fff;
}
#access .layout {
  margin-top: 2rem;
  gap: 5rem;
  padding-left: max(200px, 20%);
  padding-right: max(200px, 20%);
}
#access .map {
  margin: 1rem 0;
}
#access .item {
  width: calc((100% - 5rem) / 2);
}
#access .item iframe {
  width: 100%;
  height: 350px;
}
#access p {
  font-size: 1.3rem;
}
#access .play_name, #access .venue {
  font-family: "MFW-HiraKakuProN-W6";
  font-size: 1.8rem;
}

.kiddpivot_main_logo {
  width: max(200px, 20%);
  padding: 0 min(2%, 40px);
}
.revisor_main_type {
  max-width: calc(100% - 350px);
}
[class^=h2_] {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 5rem;
  white-space: nowrap;
  margin-bottom: 1rem;
  padding-left: max(200px, 20%);
}
[class^=h2_]::after {
  content: "";
  width: 100%;
  height: 1px;
  margin-left: 1rem;
  background: #fff;
}
[class^=h2_].black {
  color: #000000;
}
[class^=h2_].black::after {
  background: #000000;
}

.h2_about {
  padding-left: 0;
}
.h2_about.sp_block {
  display: none;
}

.link {
  font-family: "MFW-HiraKakuProN-W6";
  color: #bd9f5c;
  transition: all 0.5s ease;
}
.link:hover {
  color: #bd605c;
}

.txt_head {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #bd9f5c;
  font-size: 2rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #bd9f5c;
  display: block;
}

/*ticket*/
.sub_box {
  display: flex;
  flex-flow: row wrap;
  margin-top: 4rem;
  max-width: 600px;
}
.sub_box .item {
  display: flex;
  flex-flow: row wrap;
  padding: 1rem 2rem 1rem 0;
}
.sub_box .item .mark {
  width: 50px;
}
.sub_box .item:nth-of-type(1) {
  border-right: 1px solid #000000;
}
.sub_box .item:nth-of-type(2) {
  padding: 1rem 2rem 1rem 2rem;
}
.sub_box .item:nth-of-type(2) .mark {
  width: 120px;
}
.sub_box .item:nth-of-type(2) p {
  width: calc(100% - 100px);
}
.sub_box .item p {
  font-size: 1.2rem;
  line-height: 1.5;
  width: calc(100% - 50px);
  padding-left: 8px;
}

.ticket_btn {
  transition: all 0.5s ease;
  background: #fff;
  color: #000000;
  padding: 1px 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 60px;
  margin: 4rem auto;
  position: relative;
}
.ticket_btn::after {
  transition: all 0.5s ease;
  content: "";
  background: url(images/arrow.webp) no-repeat center/contain;
  width: 24px;
  height: 60px;
  position: absolute;
  right: 18px;
  top: 0;
}
.ticket_btn:hover {
  background: #bd9f5c;
  color: #fff;
}
.ticket_btn:hover::after {
  background: url(images/arrow_wh.webp) no-repeat center/contain;
}
.ticket_btn p {
  font-family: "MFW-HiraKakuProN-W6";
  font-size: 1.8rem;
}

.sankaku {
  position: relative;
  padding-left: 1.4rem;
}
.sankaku::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #000000;
}

#ticket {
  background: #bd9f5c;
}
#ticket .layout {
  padding-left: max(200px, 20%);
  padding-right: max(200px, 20%);
}
#ticket input {
  display: none;
}

[class^=label_] {
  font-family: "MFW-HiraKakuProN-W6";
  border: #fff 1px solid;
  background: #fff;
  color: #cdcdcd;
  width: 50%;
  padding: 5px 10px;
  display: block;
  margin-bottom: -1px;
  font-size: 2.5rem;
}

[id^=board_] {
  display: none;
  width: 100%;
  border: #fff 1px solid;
  background: #ebe2cd;
  padding: 4rem;
  margin-bottom: -1px;
}
[id^=board_] > p {
  background-color: #fff;
  padding: 1.5rem;
  margin-bottom: 1rem;
}

#tab_aichi:checked ~ .label_aichi,
#tab_kanagawa:checked ~ .label_kanagawa {
  background: #ebe2cd;
  color: #000000;
}

#tab_aichi:checked ~ #board_aichi,
#tab_kanagawa:checked ~ #board_kanagawa {
  display: block;
}

/*footer*/
footer {
  padding: 4rem 0;
  width: 100%;
  background: #bdbeac;
}
footer .detail {
  text-align: center;
  margin-top: 10em;
}
footer .footer_layout {
  padding-left: max(200px, 20%);
  padding-right: max(200px, 20%);
  margin: 0 auto;
}
footer .footer_layout p {
  text-align: center;
}

.logo_box {
  margin-top: 4rem;
  display: flex;
  flex-flow: column;
  gap: 2rem 0;
}
.logo_box .one, .logo_box .two {
  display: flex;
  flex-flow: row wrap;
  gap: 6rem;
  justify-content: center;
  align-items: center;
}
.logo_box .one figure:nth-of-type(1) {
  width: 160px;
}
.logo_box .one figure:nth-of-type(2) {
  width: 90px;
}
.logo_box .one figure:nth-of-type(3) {
  width: 180px;
}
.logo_box .two figure:nth-of-type(1) {
  width: 150px;
}
.logo_box .two figure:nth-of-type(2) {
  width: 120px;
}

.sns {
  border: 0.5px solid #fff;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.sns a {
  display: block;
  width: 20px;
}
.sns a img {
  padding-bottom: 4px;
}

/*archive+single*/
#title {
  padding-bottom: 0;
}
#title h2 {
  font-size: 4rem;
  margin-bottom: 0;
}

#single,
#page {
  background-color: #bdbeac;
}

#contents {
  padding-left: max(200px, 20%);
  padding-right: max(200px, 20%);
  min-height: 800px;
}
#contents .news_area {
  font-size: 1.8rem;
}
#contents .news_area span {
  font-size: 1.8rem;
}

.news_single h3,
.column_single h3 {
  font-family: "MFW-HiraKakuProN-W6";
  font-size: 4rem;
}
.news_single .date,
.column_single .date {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #000;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.news_single .date .column_category,
.column_single .date .column_category {
  color: #bd9f5c;
  background-color: #fff;
  padding: 0 2rem;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  height: 20px;
  line-height: 1.5;
  transition: all 0.5s ease;
}

.sp {
  display: none;
}

/*モーダル*/
.modal {
  display: none; /* 初期状態では非表示にする */
  position: fixed;
  z-index: 2001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-cont {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal-content {
  position: relative;
  margin: auto;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.modal-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.close-button {
  color: #fff;
  font-size: 5rem;
  position: absolute;
  top: -6rem;
  left: 0;
  z-index: 2002;
}

/*trailer*/
.youtube_cont {
  max-width: 1800px;
  width: 90%;
  margin: 0 auto;
}

.youtube-link {
  position: relative;
  padding-bottom: 56.2%; /*アスペクト比 16:9の場合の縦幅 縦幅ここで調整*/
  height: 0;
  overflow: hidden;
  width: 100%; /*大きさはここで調整*/
  background-image: url("");
}
.youtube-link iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#trailer {
  background-color: rgba(189, 190, 172, 0.5);
}
#trailer .layout {
  padding-left: max(200px, 20%);
  padding-right: max(200px, 20%);
}

#comment {
  padding: 20rem 0;
  background-image: url(images/comment_back.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#comment h2 {
  position: relative;
  z-index: 1;
}
#comment::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#comment .layout {
  padding-left: max(200px, 20%);
  padding-right: max(200px, 20%);
  gap: 6rem 3rem;
  position: relative;
  z-index: 1;
  filter: drop-shadow(2px 4px 4px black);
}
#comment p {
  color: #fff;
  width: 100%;
}
#comment .name {
  margin-top: 1rem;
  font-family: "MFW-HiraKakuProN-W6";
}
#comment .name span {
  font-size: 1.6rem;
  margin-left: 0;
  display: block;
  margin-bottom: 1rem;
  line-height: 1.5;
}
#comment .item {
  width: calc((100% - 3rem) / 2);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.jc_start {
  justify-content: start !important;
}

.column_single .column_img {
  width: auto;
  display: inline-block;
  margin: 3rem 0 3rem 50% !important;
  transform: translateX(-50%);
  height: 600px;
}
.column_single .column_img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.column_single .credit {
  font-size: 1.2rem;
}
.column_single .column_img_landscape {
  width: auto;
  display: inline-block;
  padding: 5%;
  height: 600px;
}
.column_single .column_img_landscape img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.column_single .credit {
  font-size: 1.2rem;
}

.column_area {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
}
.column_area .item {
  width: calc((100% - 4rem) / 3);
  display: flex;
  flex-flow: column;
}
.column_area .item .column_img {
  width: 100%;
  height: 20vw;
  overflow: hidden;
  position: relative;
}
.column_area .item .column_img .credit {
  display: block;
  position: absolute;
  left: 5px;
  bottom: 2px;
  font-size: 1rem;
  color: #fff;
}
.column_area .item .column_img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
.column_area .item .txt_box {
  flex: 1;
  padding: 1rem;
  background-color: #cdcdcd;
  min-height: 100px;
  transition: all 0.5s ease;
}
.column_area .item .txt_box p {
  color: #000000;
  transition: all 0.5s ease;
}
.column_area .item .txt_box .date {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.column_area .item .txt_box .date .column_category {
  color: #bd9f5c;
  background-color: #fff;
  padding: 0 2rem;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  height: 20px;
  line-height: 1.5;
  transition: all 0.5s ease;
}
.column_area .item .txt_box .column_title {
  overflow: hidden;
  height: 58px;
}
.column_area .item:hover .column_img img {
  transform: scale(1.1);
}
.column_area .item:hover .txt_box {
  background-color: #000;
}
.column_area .item:hover .txt_box p {
  color: #fff;
}
.column_area .item:hover .txt_box .date .column_category {
  background-color: #bd9f5c;
  color: #000000;
}

.fix_banner {
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 300px;
  z-index: 100;
}
.fix_banner .dlt_btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  background-color: #000;
  color: #bdbeac;
  cursor: pointer;
  padding-left: 2px;
}
.fix_banner.dlt {
  display: none;
}

/*レスポンシブ*/
@media screen and (max-width: 1080px) {
  .main_area03 {
    gap: 1rem;
    margin-bottom: 1rem;
    padding-right: max(60px, 5%);
  }
  .main_area03 .item {
    width: 80%;
  }
}
@media screen and (max-width: 840px) {
  .main_area03 .item {
    width: 100%;
  }
  #about .right {
    width: 45%;
    margin-left: -10%;
  }
  .back_photo {
    top: 150px;
  }
  #news,
  #column .layout,
  #profile .layout,
  #ticket .layout,
  #trailer .layout,
  #comment .layout,
  #access .layout,
  #contents {
    padding-right: max(60px, 5%);
  }
  #access .item iframe {
    height: 250px;
  }
  ul.news_area {
    padding-left: 0;
  }
  .main_area03 .play_title {
    font-family: "MFW-HiraKakuProN-W6";
    color: #fff;
    font-size: 1.6rem;
  }
  .main_area03 .daytime {
    font-size: 1.6rem;
  }
  .main_area03 .daytime span {
    font-size: 3.2rem;
  }
  .main_area03 .venue {
    font-size: 3rem;
  }
  .column_area .item {
    width: calc((100% - 2rem) / 2);
  }
  .column_area .item .column_img {
    height: 30vw;
  }
  .column_area .item .txt_box {
    min-height: initial;
  }
  .column_single .column_img {
    height: auto;
    width: 100%;
    margin: 2rem 0 !important;
    transform: initial;
  }
  .column_single .column_img_landscape {
    height: auto;
    width: 100%;
    margin: 2rem 0 !important;
    transform: initial;
  }
}
@media screen and (max-width: 620px) {
  .menu {
    width: max(100px, 10%);
  }
  .ticket_btn {
    width: 90%;
  }
  .revisor_main_type {
    max-width: calc(100% - 100px);
  }
  .kiddpivot_main_logo {
    width: 100px;
  }
  .main_area01 {
    min-height: 75px;
  }
  .main_area03 {
    padding-left: max(110px, 10%);
    padding-right: max(10px, 5%);
    transform: initial;
    position: initial;
    padding: 0;
    gap: 0.5rem;
    margin-bottom: 0;
  }
  .main_area03 .item {
    padding-left: max(110px, 10%);
    padding-right: max(10px, 5%);
    background-color: #bd9f5c;
  }
  .main_area03 .item .venue {
    font-size: 2.5rem;
  }
  #second {
    padding-top: 5rem;
    margin-bottom: 150px;
  }
  [class^=h2_] {
    padding-left: max(110px, 10%);
  }
  #news,
  #column .layout,
  #profile .layout,
  #ticket .layout,
  #access .layout,
  #trailer .layout,
  #comment .layout,
  footer .footer_layout,
  .logo_box,
  #contents {
    padding-left: max(110px, 10%);
    padding-right: max(10px, 5%);
  }
  .df_row {
    flex-flow: column;
  }
  #about .right,
  #about .left {
    width: 100%;
    padding-left: max(110px, 10%);
    padding-right: max(10px, 5%);
  }
  #about .right {
    margin-left: 0;
    padding-top: 0;
  }
  #about .right p {
    width: 100%;
  }
  .h2_about.sp_block {
    display: flex;
  }
  .h2_about.sp_none {
    display: none;
  }
  #about .right p:nth-of-type(1) {
    margin-bottom: 5rem;
  }
  #profile .left {
    width: 100%;
    padding-right: 0;
  }
  #ticket .df_row {
    flex-flow: row wrap;
  }
  [class^=label_] {
    font-size: 1.8rem;
  }
  strong {
    font-size: 1.5rem;
  }
  strong span {
    font-size: 1.8rem;
  }
  .sub_box .item:nth-of-type(2) {
    padding: 1rem 2rem 1rem 0;
  }
  .sub_box .item:nth-of-type(1) {
    border-right: none;
  }
  .ticket_btn p {
    font-size: 1.6rem;
    line-height: 1.4;
    width: 100%;
    padding-left: 8px;
  }
  #access .item {
    width: 100%;
  }
  .logo_box,
  .logo_box .one,
  .logo_box .two {
    gap: 3rem;
  }
  .sp {
    display: block;
  }
  .under_btn {
    padding-left: max(110px, 10%);
    padding-right: max(10px, 5%);
  }
  .news_single h3,
  .column_single h3 {
    font-size: 2.2rem;
  }
  #comment .layout .item {
    width: 100%;
  }
  #comment {
    background-position: -500px;
  }
  .menu ul a li {
    font-size: 1.8rem;
  }
  .menu ul {
    width: 85px;
  }
  ul.news_area li,
  ul.column_area li {
    flex-flow: column;
  }
  ul.news_area li span,
  ul.column_area li span {
    width: 100% !important;
  }
  .column_area .item .txt_box .column_title {
    font-size: 1.4rem;
    height: 50px;
  }
  .column_area .item .txt_box .date .column_category {
    font-size: 1.2rem;
    padding: 0 1rem;
    height: 17px;
  }
  .news_single .date .column_category, .column_single .date .column_category {
    font-size: 1.2rem;
    height: 17px;
  }
  .column_area .item .txt_box {
    padding: 0.5rem;
  }
  body {
    font-size: 1.5rem;
  }
  .fix_banner {
    max-width: 100%;
  }
  footer {
    padding: 4rem 0 15rem;
  }
}
@media screen and (max-width: 450px) {
  [id^=board_] {
    padding: 1rem;
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=style.css.map */