@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
/*---------------------------------------------
共通
---------------------------------------------*/
html {
  color: #0F1111;
  display: none;
}

/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

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

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

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

/*---------------------------------------------
font
---------------------------------------------*/
.ja {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: 100;
}

.eg {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.semi {
  font-weight: 600;
}

.bold {
  font-weight: bold;
}

.black {
  font-weight: 900;
}

/*---------------------------------------------
FV
---------------------------------------------*/
.fv {
  background-image: url(../images/fv_img/bg.jpg);
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .fv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.fv .title {
  width: 80%;
  margin: 0 auto 30px;
}
.fv .fv_img_wrap {
  position: relative;
}
.fv .fv_img_wrap .theme {
  position: absolute;
  width: 40%;
  top: 46%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.fv .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.fv .brand img:nth-child(1) {
  width: 20%;
}
.fv .brand img:nth-child(2) {
  width: 18%;
}
.fv .brand img:nth-child(3) {
  width: 30%;
}
.fv .fv_text {
  width: 60%;
  margin: auto;
}
.fv .place {
  width: 35%;
}
.fv .osaka {
  margin-left: 34vw;
  margin-top: -15px;
}
@media screen and (min-width: 769px) {
  .fv .osaka {
    margin-left: 23vh;
  }
}
.fv .tokyo {
  margin-left: 23vw;
  margin-top: -24px;
}
@media screen and (min-width: 769px) {
  .fv .tokyo {
    margin-left: 16vh;
    margin-top: -30px;
  }
}
.fv p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

/*---------------------------------------------
top
---------------------------------------------*/
.top {
  position: relative;
  text-align: center;
  font-size: 18px;
}
.top .ballon {
  position: absolute;
  width: 20%;
  top: -11%;
}
.top .bird {
  position: absolute;
  width: 18%;
  top: 20%;
  top: 49%;
  right: 4%;
}
.top .title {
  font-size: 16px;
  margin-top: 60px;
  margin-bottom: 20px;
}
.top .text {
  width: 80%;
  margin: auto;
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 40px;
}
.top .app p {
  font-size: 11px;
  color: #551616;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.top .app .app_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
.top .app .app_btn a {
  width: 150px;
  display: block;
  background-color: #551616;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  border-radius: 30px;
  margin: 0 15px;
  padding: 8px 0;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .top {
    font-size: 25px;
  }
  .top .title {
    font-size: 24px;
    margin-top: 100px;
    margin-bottom: 40px;
  }
  .top .text {
    font-size: 14px;
    width: 50%;
    margin: 0 auto 40px;
  }
  .top .ballon {
    width: 9%;
    top: -11%;
    left: 21vw;
  }
  .top .bird {
    width: 7%;
    top: 24%;
    right: 19vw;
  }
  .top .app p {
    font-size: 16px;
  }
}

/*---------------------------------------------
place
---------------------------------------------*/
.place_wrap {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .place_wrap .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 100px;
    flex-wrap: wrap;
  }
}
.place_wrap .osaka,
.place_wrap .tokyo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 17px 17px;
  text-align: left;
  letter-spacing: 1px;
  border: 1px solid #0F1111;
  margin: 22px 22px 40px;
}
@media screen and (min-width: 769px) {
  .place_wrap .osaka,
  .place_wrap .tokyo {
    max-width: 460px;
    padding: 50px 28px 28px;
  }
}
.place_wrap .osaka img,
.place_wrap .tokyo img {
  width: 50%;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  .place_wrap .osaka img,
  .place_wrap .tokyo img {
    margin-right: 18px;
  }
}
.place_wrap .osaka .title,
.place_wrap .tokyo .title {
  position: absolute;
  top: -5%;
  left: 2%;
  background: #fff;
  padding: 0 14px;
  font-size: 27px;
}
.place_wrap .osaka .title span,
.place_wrap .tokyo .title span {
  font-size: 17px;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .place_wrap .osaka .title,
  .place_wrap .tokyo .title {
    font-size: 45px;
  }
  .place_wrap .osaka .title span,
  .place_wrap .tokyo .title span {
    font-size: 27px;
  }
}
.place_wrap .osaka .time_wrap,
.place_wrap .tokyo .time_wrap {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .place_wrap .osaka .time_wrap,
  .place_wrap .tokyo .time_wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.place_wrap .place_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 8px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.place_wrap .place_text .open {
  margin-left: 6px;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .place_wrap .place_text {
    font-size: 13px;
  }
}
.place_wrap .place_text .time {
  width: 20%;
  font-weight: bold;
}
.place_wrap .place_place {
  margin-bottom: 0;
}
.place_wrap .place_place .btn {
  display: block;
  background-color: #0F1111;
  color: #fff;
  width: 94px;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  letter-spacing: 2px;
  padding: 2px 0;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .place_wrap .place_place .btn {
    width: 155px;
  }
}

/*---------------------------------------------
news
---------------------------------------------*/
.news {
  background-color: #eae7e7;
  padding: 40px 20px 20px;
}
@media screen and (min-width: 769px) {
  .news {
    padding: 5% 7%;
    padding: 8% 15%;
  }
  .news .inner {
    max-width: 1140px;
    margin: auto;
  }
}
.news p {
  font-size: 30px;
}
@media screen and (min-width: 769px) {
  .news p {
    font-size: 44px;
  }
}
.news .news_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news .news_wrap .each_news {
  position: relative;
  letter-spacing: 1px;
  width: 44%;
  margin-bottom: 20px;
  margin-left: 3vw;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .news .news_wrap .each_news {
    margin-left: 0;
    width: 23%;
    margin-right: 1vw;
  }
}
.news .news_wrap .each_news img {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .news .news_wrap .each_news img {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.news .news_wrap .each_news .date {
  font-size: 8px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .news .news_wrap .each_news .date {
    font-size: 11px;
  }
}
.news .news_wrap .each_news .title {
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .news .news_wrap .each_news .title {
    font-size: 14px;
  }
}
.news .news_wrap .each_news a {
  text-decoration: none;
  color: #333;
}
.news .news_wrap .each_news .more {
  font-size: 8px;
  color: #0F1111;
  display: block;
  margin-top: 10px;
  margin-left: auto;
  text-align: right;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .news .news_wrap .each_news .more {
    font-size: 13px;
  }
}
.news .news_wrap .each_news .new_outer {
  position: absolute;
  top: 0;
  left: 0;
}
.news .news_wrap .each_news .new_wrap {
  position: relative;
  top: -20px;
  left: -20px;
}
@media screen and (min-width: 769px) {
  .news .news_wrap .each_news .new_wrap {
    left: -40px;
  }
}
.news .news_wrap .each_news .new_wrap img {
  position: relative;
  width: 50px;
}
@media screen and (min-width: 769px) {
  .news .news_wrap .each_news .new_wrap img {
    width: 80px;
  }
}
.news .news_wrap .each_news .new_wrap p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-size: 13px;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .news .news_wrap .each_news .new_wrap p {
    font-size: 15px;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.news .news_wrap .each_news .new_wrap .rotate {
  -webkit-animation: rotate 12s infinite linear;
          animation: rotate 12s infinite linear;
}
.news .news_wrap .link-button.disabled {
  pointer-events: none;
  cursor: default;
}

/*---------------------------------------------
sponsors
---------------------------------------------*/
.sponsors {
  padding: 40px 20px 20px;
}
@media screen and (min-width: 769px) {
  .sponsors {
    padding: 5% 7%;
  }
  .sponsors .inner {
    max-width: 1140px;
    margin: auto;
  }
}
.sponsors p {
  font-size: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .sponsors p {
    font-size: 44px;
    margin-top: 30px;
  }
}
.sponsors .brand_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .sponsors .brand_wrap {
    margin-bottom: 40px;
  }
}
.sponsors .brand_wrap img {
  width: 38%;
  margin: 5px;
}
@media screen and (min-width: 769px) {
  .sponsors .brand_wrap img {
    width: 22%;
  }
}
.sponsors .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 42px;
}
@media screen and (min-width: 769px) {
  .sponsors .link {
    padding: 0 30px;
  }
}
.sponsors .link img {
  height: 14px;
  width: auto;
  margin: 0 22px;
}
@media screen and (min-width: 769px) {
  .sponsors .link img {
    height: 18px;
  }
}

/*---------------------------------------------
footer
---------------------------------------------*/
.footer {
  background-image: url(../images/sp_footer_bg.webp);
  padding-bottom: 20px;
  padding-top: 35px;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .footer {
    background-image: url(../images/pc_footer_bg.webp);
    padding: 55px 0 35px;
  }
}
@media screen and (min-width: 769px) {
  .footer .logo {
    padding: 0;
    margin-bottom: 24px;
  }
}
.footer .typy {
  width: 80px;
  text-align: center;
  margin: 0 auto 15px;
}
@media screen and (min-width: 769px) {
  .footer .typy {
    width: 150px;
  }
}
.footer .copy {
  color: #eb8a00;
  font-size: 10px;
  text-align: center;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .footer .copy {
    font-size: 12px;
  }
}

/*---------------------------------------------
news_html
---------------------------------------------*/
#news .header .header_bg {
  position: relative;
  background: url(../images/sp_footer_bg.webp);
  background-size: contain;
  height: 9vh;
}
@media screen and (min-width: 769px) {
  #news .header .header_bg {
    background: url(../images/pc_footer_bg.webp);
    background-size: contain;
    height: 123px;
  }
}
#news .header .header_logo {
  position: absolute;
  width: 40%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 769px) {
  #news .header .header_logo {
    width: 20%;
  }
}
#news .header img {
  margin: auto;
}
#news .header a {
  display: block;
  text-align: center;
  margin: auto;
  text-decoration: none;
  color: #000;
  padding-top: 25px;
}
@media screen and (min-width: 769px) {
  #news .header a {
    padding-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  #news .news_wrap {
    max-width: 600px;
    margin: auto;
  }
}
#news .news_wrap .waku {
  position: relative;
  border: 1px solid;
  background: #fff;
  margin: 10% 4%;
  padding: 30px 24px;
}
@media screen and (min-width: 769px) {
  #news .news_wrap .waku {
    padding: 8% 7%;
  }
}
#news .news_wrap .waku .title {
  position: absolute;
  font-size: 28px;
  background-color: #fff;
  top: -4vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  padding: 0 17px;
}
@media screen and (min-width: 769px) {
  #news .news_wrap .waku .title {
    top: -3vh;
    font-size: 47px;
  }
}
#news .news_wrap .waku .data_sub_title .data {
  font-size: 12px;
  margin-bottom: 4px;
}
@media screen and (min-width: 769px) {
  #news .news_wrap .waku .data_sub_title .data {
    font-size: 13px;
  }
}
#news .news_wrap .waku .data_sub_title .sub_title {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 14px;
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  #news .news_wrap .waku .data_sub_title .sub_title {
    font-size: 20px;
  }
}
#news .news_wrap .waku .data_sub_title .img1 {
  margin: auto;
}
#news .news_wrap .waku .text .text_text {
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  #news .news_wrap .waku .text .text_text {
    font-size: 15px;
  }
}
#news .news_wrap .waku .text .text_text .small {
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  #news .news_wrap .waku .text .text_text .small {
    font-size: 12px;
  }
}
#news .news_wrap .waku .text .item_slider {
  margin-top: 100px;
}
#news .news_wrap .waku .text .scroll {
  display: block;
  position: absolute;
  font-size: 13px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 100;
}
#news .news_wrap .waku .text .scroll::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #000;
  right: 50%;
  bottom: -150%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 40px;
  -webkit-animation: scroll 1.5s infinite;
          animation: scroll 1.5s infinite;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
#news .news_wrap .waku .text .color_text {
  color: #42B199;
  text-align: center;
  margin-top: 36px;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #news .news_wrap .waku .text .color_text {
    margin-top: 10%;
    font-size: 28px;
  }
}
#news .news_wrap .waku .text .img_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  #news .news_wrap .waku .text .img_flex {
    margin-bottom: 8%;
  }
}
#news .news_wrap .waku .text .img_flex img {
  width: 39%;
}
#news .news_wrap .waku .text .img_flex p {
  width: 46%;
  font-size: 11px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  #news .news_wrap .waku .text .img_flex p {
    font-size: 15px;
  }
}
#news .news_wrap .waku .text .img_flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#news .news_wrap .waku .text .img_flex2 img {
  width: 48.5%;
}
#news .news_wrap .waku .text .caption {
  margin-top: 10px;
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  #news .news_wrap .waku .text .caption {
    font-size: 13px;
  }
}
#news .news_wrap .waku .text .img_flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#news .news_wrap .waku .text .img_flex3 > div {
  width: 48.5%;
  margin-bottom: 20px;
}
#news .news_wrap .waku .text .img_flex3 img {
  width: 100%;
}
#news .news_wrap .waku .text .img_flex3 .caption {
  width: 100%;
}
#news .news_wrap .waku .text .float_wrap {
  margin-bottom: 20px;
}
#news .news_wrap .waku .text .float_wrap .float {
  float: left;
  width: 48.5%;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  #news .news_wrap .waku .text .float_wrap .float {
    margin-right: 14px;
  }
}
#news .item_name {
  font-weight: bold;
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: -5px;
}
@media screen and (min-width: 769px) {
  #news .item_name {
    font-size: 13px;
  }
}
#news .mt0 {
  margin-top: 0;
}
#news .mb20 {
  margin-bottom: 20px;
}
#news .umineko {
  margin-top: 60px;
}
#news .umineko .flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#news .umineko .flex4 img {
  width: 45%;
}
@media screen and (min-width: 769px) {
  #news .umineko .flex4 img {
    width: 30%;
  }
}
#news .umineko .flex4 a {
  font-size: 12px;
  color: #42B199;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  #news .umineko .flex4 a {
    font-size: 14px;
  }
}
#news .umineko p {
  font-size: 10px;
  line-height: 1.8;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  #news .umineko p {
    font-size: 12px;
  }
}

/*---------------------------------------------
news archive
---------------------------------------------*/
#archive .inner {
  padding: 40px 30px;
}
@media screen and (min-width: 769px) {
  #archive .inner {
    padding: 80px 60px;
  }
}
#archive .inner .news_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#archive .inner .news_wrap .each_news {
  width: 48%;
  margin-bottom: 30px;
}
#archive .inner .news_wrap .each_news .date {
  font-size: 8px;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  #archive .inner .news_wrap .each_news .date {
    font-size: 11px;
  }
}
#archive .inner .news_wrap .each_news .title {
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  #archive .inner .news_wrap .each_news .title {
    font-size: 14px;
  }
}
#archive .inner .news_wrap .each_news a {
  text-decoration: none;
  color: #333;
}
#archive .inner .news_wrap .each_news .more {
  font-size: 8px;
  color: #0F1111;
  display: block;
  margin-top: 10px;
  margin-left: auto;
  text-align: right;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  #archive .inner .news_wrap .each_news .more {
    font-size: 13px;
  }
}
#archive .inner .top_title {
  font-size: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  #archive .inner .top_title {
    font-size: 30px;
  }
}
@media screen and (min-width: 769px) {
  #archive {
    max-width: 600px;
    margin: auto;
  }
}

/*---------------------------------------------
news_240713
---------------------------------------------*/
.news_240713 .title_wrap {
  margin-top: 40px;
}
.news_240713 .title_wrap .place {
  color: #42B199;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 6px;
}
.news_240713 .title_wrap .studio {
  display: block;
  text-align: center;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 2px;
  color: #0F1111;
}
.news_240713 .title_wrap img {
  height: 70px;
  width: auto;
  margin: 20px auto 50px;
}
.news_240713 .staff_wrap {
  margin-bottom: 50px;
}
.news_240713 .staff_wrap .ciao,
.news_240713 .staff_wrap .typy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news_240713 .staff_wrap .ciao .brand_label,
.news_240713 .staff_wrap .typy .brand_label {
  position: relative;
}
.news_240713 .staff_wrap .ciao .brand_label .name,
.news_240713 .staff_wrap .typy .brand_label .name {
  position: absolute;
  height: 26px;
  width: auto;
  top: -10vw;
  left: -11vw;
}
@media screen and (min-width: 769px) {
  .news_240713 .staff_wrap .ciao .brand_label .name,
  .news_240713 .staff_wrap .typy .brand_label .name {
    top: -7vh;
    left: -8vh;
  }
}
.news_240713 .staff_wrap .box {
  position: relative;
  width: 29%;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0 6px 30px;
}
.news_240713 .staff_wrap .box a {
  color: #0F1111;
  text-decoration: none;
}
.news_240713 .staff_wrap .staff_img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 10px;
}
.news_240713 .staff_wrap .brand {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 2px;
}
.news_240713 .staff_wrap .staff_name {
  font-size: 10px;
}
.news_240713 .staff_wrap .insta_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news_240713 .staff_wrap .insta_wrap img {
  width: 11px;
  height: 11px;
  margin-right: 5px;
}
.news_240713 .staff_wrap .insta_wrap span {
  font-size: 9px;
}
.news_240713 .staff_wrap .line {
  display: block;
  border-top: 1px solid;
  width: 40%;
  margin: 5px auto;
}
.news_240713 .staff_wrap .attend {
  font-size: 9px;
}
.news_240713 .staff_wrap .date {
  font-size: 9px;
}
.news_240713 .staff_wrap .date span {
  font-size: 7px;
}
.news_240713 .staff_wrap .comment_wrap .comment {
  position: absolute;
  top: 60px;
}
@media screen and (min-width: 769px) {
  .news_240713 .staff_wrap .comment_wrap .comment {
    top: 6vw;
  }
}

/*---------------------------------------------
news_240720
---------------------------------------------*/
#news .news_wrap .waku .text .img_flex3 > div {
  margin-bottom: 30px;
}

#news .news_wrap .waku .text .img_flex3 .caption {
  line-height: 1.8;
  margin-bottom: 10px;
}

.news_240720 .text_text {
  margin-bottom: 50px;
}
.news_240720 .number_label {
  background-color: #42B199;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  font-size: 10px;
  margin-top: 10px;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  .news_240720 .number_label {
    font-size: 12px;
  }
}
.news_240720 .caption {
  word-break: break-all;
  line-height: 1.8;
}
.news_240720 .caption .small {
  display: block;
  font-size: 9px;
}
@media screen and (min-width: 769px) {
  .news_240720 .caption .small {
    font-size: 11px;
  }
}
.news_240720 .brand_link {
  margin-top: 10px;
  font-size: 10px;
  color: #42B199;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .news_240720 .brand_link {
    font-size: 14px;
    margin-top: 20px;
  }
}

/*---------------------------------------------
news_240727
---------------------------------------------*/
.news_240727 .text_text {
  margin-bottom: 100px;
}
.news_240727 .vol {
  margin-top: 60px;
}
.news_240727 .vol .label {
  position: relative;
}
.news_240727 .vol .label > img {
  position: absolute;
  height: 26px;
  width: auto;
  top: -12vw;
  left: -11vw;
}
@media screen and (min-width: 769px) {
  .news_240727 .vol .label > img {
    top: -7vh;
    left: -8vh;
  }
}

.news_wrap .btn_before {
  display: block;
  background-color: #551616;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 6px 10px;
  border-radius: 50px;
  width: 60%;
  text-align: center;
  margin: 35px auto 50px;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .news_wrap .btn_before {
    font-size: 21px;
    letter-spacing: 2px;
    width: 70%;
    padding: 11px;
    margin-bottom: 80px;
    margin: 50px auto;
  }
}

/*---------------------------------------------
news_250606
---------------------------------------------*/
.news_wrap .text_link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #1892F0;
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .news_wrap .text_link {
    font-size: 15px;
    margin-top: 40px;
  }
}

/*---------------------------------------------
news_250606_2
---------------------------------------------*/
.news_wrap .text {
  margin-bottom: 80px;
}
.news_wrap .box .date {
  height: 35px;
  width: auto;
  margin-left: -42px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .news_wrap .box .date {
    height: 50px;
  }
}
.news_wrap .box .staff_wrap .top_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.news_wrap .box .staff_wrap .top_wrap .time {
  width: 30%;
}
.news_wrap .box .staff_wrap .top_wrap .time img {
  margin-bottom: 10px;
}
.news_wrap .box .staff_wrap .top_wrap .time span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: auto;
  line-height: 1.5;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .news_wrap .box .staff_wrap .top_wrap .time span {
    font-size: 13px;
  }
}
.news_wrap .box .staff_wrap .other_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .news_wrap .box .staff_wrap .other_wrap {
    gap: 18px;
  }
}
.news_wrap .box .staff_wrap .other_wrap img {
  width: 30%;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .news_wrap .box .staff_wrap .other_wrap img {
    margin-bottom: 20px;
  }
}
.news_wrap .tokyo_day2 .staff_wrap .top_wrap {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.news_wrap .pon .pon_title {
  font-size: 15px;
  text-align: center;
  margin: 0 auto 30px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .news_wrap .pon .pon_title {
    font-size: 18px;
  }
}
.news_wrap .pon .pon_img {
  width: 80%;
  margin: auto;
}
.news_wrap .pon .pon_text {
  line-height: 2;
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .news_wrap .pon .pon_text {
    font-size: 16px;
  }
}
.news_wrap .pon .time_table_wrap {
  text-align: center;
  margin: 0 auto 40px;
}
@media screen and (min-width: 769px) {
  .news_wrap .pon .time_table_wrap {
    margin: 0 auto 80px;
  }
}
.news_wrap .pon .time_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 26px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .news_wrap .pon .time_table {
    width: 75%;
  }
}
.news_wrap .pon .time_table span {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .news_wrap .pon .time_table span {
    font-size: 20px;
  }
}

/*---------------------------------------------
news_250613
---------------------------------------------*/
.news_250613 .box p {
  margin-top: 14px !important;
  margin-bottom: 50px;
}

/*---------------------------------------------
news_250620_1
---------------------------------------------*/
.news_wrap .pon_title {
  font-size: 15px;
  text-align: center;
  margin: 0 auto 30px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .news_wrap .pon_title {
    font-size: 18px;
  }
}
.news_wrap .dot_wrap {
  font-size: 11px;
  line-height: 2;
  border: 1px dotted #333;
  padding: 25px;
}
@media screen and (min-width: 769px) {
  .news_wrap .dot_wrap {
    font-size: 13px;
  }
}

.news_250606_1 .text .text_text {
  margin-bottom: 60px;
}
.news_250606_1 .staff3_wrap {
  margin-bottom: 100px;
}
.news_250606_1 .staff3_wrap .staff3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.news_250606_1 .staff3_wrap .staff3 img {
  width: 30%;
}
.news_250606_1 .text_links {
  margin-bottom: 100px;
}

/*---------------------------------------------
news_250627
---------------------------------------------*/
.news_250627 .text .dot_wrap {
  margin-top: 50px;
  padding-bottom: 50px;
}
.news_250627 .text .dot_wrap .staff_img {
  width: 50%;
  margin: 10px auto 30px;
}
@media screen and (min-width: 769px) {
  .news_250627 .text .dot_wrap .staff_img {
    width: 30%;
  }
}
.news_250627 .text .dot_wrap .staff_img2 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .news_250627 .text .dot_wrap .staff_img2 {
    width: 60%;
  }
}

/*---------------------------------------------
news_250718
---------------------------------------------*/
@media screen and (min-width: 769px) {
  .news_250718 {
    font-size: 15px;
  }
}
.news_250718 .title_0718 {
  font-size: 22px;
  margin-top: 100px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .news_250718 .title_0718 {
    font-size: 30px;
  }
}
.news_250718 .sub_title_0718 {
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .news_250718 .sub_title_0718 {
    font-size: 18px;
  }
}
.news_250718 .item_slider {
  margin-top: 30px !important;
}
.news_250718 .dot_wrap {
  position: relative;
  padding-top: 50px;
}
.news_250718 .dot_wrap .scroll {
  top: 20px;
}
@media screen and (min-width: 769px) {
  .news_250718 .dot_wrap p {
    font-size: 15px;
  }
}
.news_250718 .dot_wrap p .info {
  font-size: 10px;
  display: inline-block;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .news_250718 .dot_wrap p .info {
    font-size: 13px;
  }
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
}

.flexslider {
  border: none;
  margin: 0;
}

.flex-control-nav li {
  width: 8px;
}

.flex-control-paging li a {
  width: 8px;
  height: 8px;
}/*# sourceMappingURL=style.css.map */