@charset "utf-8";
@charset "utf-8";
/*
theme Name: BanMatsuri theme by k.muranaka
Author: k.muranaka 2022.12.24
Description: original theme
version： 1.0.0
*/

*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
  font-size: 62.5%;
}

/* support iOS iOSでも高さいっぱいに表示する */
html{
  height: -webkit-fill-available;
}
body{
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

::-moz-selection {
    background-color: #17171C;
    text-shadow: none;
    color: #fff;
}

::selection {
    background-color: #17171C;
    text-shadow: none;
    color: #fff;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

ul, li {
  padding: 0;
	margin: 0;
	list-style: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

div, iframe {
  max-width: 100%;
}

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

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*----- iOS Safri 対策 ----*/
/*電話番号リンクを自動で追加しない*/
.disable-auto-tel a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;/*クリックを無効化する*/
}

/* Base --------------------------------------------------------------------- */

body {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: justify;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.76;
  font-weight: 400;
  background-color: #f8f8f8;
  color: #140b0a;
  width: 100%;
}

h1, h2, h3, h4 {
  line-break: strict;
  font-feature-settings: "palt";
  transition: all 0.1s ease-in 0s;
	padding: 0;
	margin: 0;
  line-height: 1.2;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.125em;
}

a {
	color: #090b10;
  text-decoration: none;
  transition: all .3s ease-in;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

a.disabled{
    pointer-events: none;
	background: #999 !important;
}

/*カラー*/
.gold {
	color:#c5ad11;
}
.l-gold {
	color:#e3d598;
}
.d-gold{
	color: #6d5d00;
}
.yellow {
	color:#ffff00;
}
.orange {
	color:#ec6d00;
} 
.t-shadow-gold{
	color:#dbb100;
}


.green1 {
	color:#98c105;
}
.green2 {
	color:#c5ad11;
}
.green3 {
	color:#009384;
}
.white{
	color:#fff;
}
.red {
	color:#e81c24;
}
.mincho {
	font-family: "Noto Serif JP", serif;
}

/*----------------------------------  テキスト関係 -------------------------------*/
.fsL {
  font-size: 1.5em;
}
.fsM {
  font-size: 1.25em;
}
.fsS {
  font-size: .875em;
}
.fsSS {
  font-size: .75em;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}
.t-center{
	text-align: center;
}
.t-big{
  font-size: 1.25em;
  font-weight: 600;
}
.souldout:before{
  z-index: 100;
  content: "";
  display: block;
  background: url("../img/soldout.png")no-repeat center center / cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 360px;
  height: 100%;
  max-height: 100px;
}

.ttl-svg{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.ttl-svg img{
	height: 42px;
	width: auto;
}
.news .ttl-en{
  margin-bottom: 1em;
}
.news_scroll {
	max-width:800px;
	margin: 0 auto 4rem;
    height:70px;
    padding:0 20px 20px;
    /*overflow:auto;
    overflow-y:scroll;*/
}
.news dl{
  display:flex;
  max-width: 800px;
  margin: 0 auto;
  justify-content: center;
  border-bottom: 1px dotted #888;
  padding: 1rem 0;
  font-size: clamp(16px, 1.0204vw + 12.1735px, 20px); /* Vary between 375px and 767px */
}
.news dl dt{
  flex: 0 100%;
  max-width: 6em;
  text-align: right;
  line-height: 1.5;
}
.news dl dd{
  flex: 0 100%;
  max-width: calc(100% - 6em);
  padding-left: 2em;
  text-align: left;
  line-height: 1.5;
}
.news dl dd a {
	border-bottom: 1px solid #e81c24;
}
.news dl:first-of-type{
  border-top: 1px dotted #888;
}
.news dl:last-of-type{
  margin-bottom: 1em;
}

/*マージン*/
.mb5{
	margin-bottom: 5px !important;
}
.mb10{
	margin-bottom: 10px !important;
}
.mb20{
	margin-bottom: 20px !important;
}
.mb30{
	margin-bottom: 30px !important;
}
.mb50{
	margin-bottom: 50px !important;
}
.mb70{
	margin-bottom: 70px !important;
}
.mb90{
	margin-bottom: 90px !important;
}
.mb100{
	margin-bottom: 100px !important;
}
.mr20{
	margin-right: 20px !important;
}
.mr30{
	margin-right: 30px !important;
}
.mr50{
	margin-right: 50px !important;
}
.mt30{
	margin-top: 30px !important;
}
.mt50{
	margin-top: 50px !important;
}

/*-------------------------------------  flex ------------------------------*/
.flex-st{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: flex-start;
    flex-wrap: wrap;
}
.flex-btw-nowrap{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
}
.flex-btw{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
    flex-wrap: wrap;
}
.flex-end {
	justify-content: end;
}
.flex-evl {
	display: flex;
	justify-content: space-evenly;
}
.flex-ct {
	display: flex;
	justify-content: center;
}

@media ( max-width : 820px ){
.small {
font-size: clamp(15px, 0.4494vw + 13.3146px, 17px); /* Vary between 375px and 820px */
}
}
@media ( max-width : 768px ){
  .flex-btw-nowrap{
	flex-wrap:wrap;
}
.normal {
	font-size: clamp(16px, 1.0204vw + 12.1735px, 20px); /* Vary between 375px and 767px */
}
.small {
margin-top: -25px;
}
}

@media ( min-width : 769px ){
	  .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .flex .box {

  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}

@media print, screen and (max-width: 768px) {
	.flex-ct {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}

/*------- 共通 -----------*/
section {
  overflow: hidden;
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 60px;
  position: relative;
}
.inner {
  position: relative;
}
.grd-txt {
  color: #c5ad11;
  background: #c5ad11;
  background: -moz-linear-gradient(60deg,#fbc101 0,#c5ad11 50%,#009384 100%);
  background: -webkit-linear-gradient(60deg,#fbc101 0,#c5ad11 50%,#009384 100%);
  background: linear-gradient(60deg,#fbc101 0,#c5ad11 50%,#009384 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.en {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.ttl-container {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
}
.ttl-en {
  font-size: 42px;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: -1px;
}
.ttl-jp {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
  padding: 0 1em;
}
/*.ttl-jp:before, .ttl-jp:after {
  content: '';
  position: absolute;
  top: 40%;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #140B0A;
}
.ttl-jp:before {
  left:0;
}
.ttl-jp:after {
  right: 0;
}*/

.about02, .timetable, .price {
  background-color: #0071b7;
}
.about02 .ttl-jp, .timetable .ttl-en, .timetable .ttl-jp, .price .ttl-jp {
  color: #fff;
}
.timetable .ttl-jp:before, .timetable .ttl-jp:after, .price .ttl-jp:before, .price .ttl-jp:after,
.archive, .archive .ttl-jp:before, .archive .ttl-jp:after{
  background-color: #0071b7;
}

.deco-ttl {
  color: #000;
  font-size: 212px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  opacity: .04;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  left: -6vw;
  bottom: 40px;
}
.timetable .deco-ttl, .price .deco-ttl {
  color: #fff;
  opacity: .04;
}

/*-- モーダル --*/
.fixed {
  /*padding: 10px;*/
}

.modal {
  background-color: #fff;
  margin: auto;
  padding: 4.4rem 4.8rem;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 840px;
  max-height: 540px;
  border-radius: 4px;
  z-index: 100;
  box-shadow: 20px 20px 50px rgb(2 0 49 / 50%);
  overflow: hidden;
}

.overlay {
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.modal-inner {
  position: relative;
  height: 100%;
}
.modal-inner .deco-ttl {
  -webkit-writing-mode: unset;
  -ms-writing-mode: unset;
  writing-mode: unset;
  position: absolute;
  left: -34px;
  bottom: -80px;
}
.modal-close {
  width: 4.4rem;
  height: 4.4rem;
  position: absolute;
  top: -2.4rem;
  right: -2.4rem;
  cursor: pointer;
  display: block;
  background: 0 0;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid transparent;
  outline: 0;
  background-image: url(img/close.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.modal-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow-y: scroll;
  /*-webkit-overflow-scrolling: touch;*/
  overflow-scrolling: touch;
  max-height: 496px;
}
.modal-container .ttl-container {
  display: flex;
  align-items: baseline;
}
.modal-container .ttl-jp:before, .modal-container .ttl-jp:after {
  display: none;
}

.modal-speaker-container {
  width: 100%;
  display: flex;
  margin-bottom: 3.2rem;
}
.speaker .deco-ttl{
right: -8vw;
  bottom: -32px;
}

.speaker-img-icon {
  width: 124px;
  height: 124px;
}

.speaker-img-icon-area {
  position: relative;
}
.speaker-img-icon-area img {
  width: 124px;
  height: 124px;
  border-radius: 50%;
}
.speaker-img-icon-area:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.speaker-circle01:after {
  border: 3px solid #e81c24;
}
.speaker-circle02:after {
  border: 3px solid #e81c24;
}
.speaker-circle03:after {
  border: 3px solid #e81c24;
}

/*22.6.10追加*/
.speaker-img-trio .speaker-img-icon {
  width: 280px;
  height: 124px;
}
.speaker-img-trio .speaker-img-icon-area img {
    width: auto;
    height: 124px;
}
.speaker-img-trio .speaker-img-icon-area:after {
  border: none;
}

.modal-speaker-txt {
  width: calc(100% - 124px);
  padding: 0 0 0 24px;
}

.modal-speaker-txt h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 0.85em;
}

.modal-speaker-txt p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}

@media (max-width: 1200px) {
  .wrap {
    width: 100%;
    padding: 8rem 3.6rem;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 2.667vw;
  }
  body {
    font-size: 1.4rem;
  }
  .wrap {
    width: 100%;
    padding: 4rem 3rem;
  }
  .deco-ttl {
    display: none;
  }
  .ttl-container {
    margin-bottom: 2.8rem;
  }
  .ttl-en {
    font-size: 2.8rem;
  }
  .ttl-jp {
    font-size: 1.2rem;
  }
  .header {
	display: block;
	  background: rgb(255,255,255,.8);
  }
}

/*------- ここまで共通 -----------*/

header {
  width: 100%;
  height: 64px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  background: #fff;
}

.header-innner {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
.header-innner {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
}
.header-logo {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 2.3095vw + 2.2864px, 30px); /* Vary between 767px and 1200px */
  width: 40%;
}
@media (max-width: 600px) {
.header-logo {
    font-family: "Noto Serif JP", serif;
    font-size: clamp(20px, 2.3095vw + 2.2864px, 30px);
    width: 80%;
}
}

.header-nav {

}
.header-nav-list {
  display: flex;
  flex-wrap: wrap;
}
.header-nav-item {
  margin-left: 32px;
  font-size: 14px;
  font-weight: 700;
}
.header-nav-item a:hover {
  color: #e81c24;
}

.mv-wrapper {
  background:#f8f8f8;
  background: -moz-linear-gradient(90deg,#f8f8f8 0, #ebebeb 100%);
  background: -webkit-linear-gradient(90deg,#f8f8f8 0, #ebebeb 100%);
  background: linear-gradient(90deg,#f8f8f8 0, #ebebeb 100%);
}

.mv {
  width: 100%;
  position: relative;
  margin: 64px 0 0;
  padding: 30px 0 0 0;
  background-image: url("../img/mv-back.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
	position: relative;
	height: 780px;
}

/*.mv .wrap {
  background-image: url("../img/mv-speaker.webp");
  background-size: 900px;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 170px;
    
}*/
.mv-catch-container {
  /*padding: 0 0 140px;
  position: relative;*/
}
.mv-catch {
  max-width: 980px;
  padding-bottom: 50px;
  margin: 0 auto;
  /*font-size: 60px;
  line-height: 1.2;
  letter-spacing: 2px;*/
	
}
.mv-speaker {
  position: absolute;
    max-width: 1100px;
    padding-bottom: 50px;
    bottom: 50px;
	left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  /*font-size: 60px;
  line-height: 1.2;
  letter-spacing: 2px;*/
	
}
.mv-catch-num {
  font-size: 70px;
  letter-spacing: 3px;
  margin: 0 0 0 3px;
}

.sub-catch {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: .2em;
  padding: 3px 0px 4px;
  margin-top: 16px;
  /*background: #2B86C5;
  background: -moz-linear-gradient(60deg,#2B86C5 0,#784BA0 50%,#D85611 100%);
  background: -webkit-linear-gradient(60deg,#2B86C5 0,#784BA0 50%,#D85611 100%);
  background: linear-gradient(60deg,#2B86C5 0,#784BA0 50%,#D85611 100%);*/
}
.mv-date {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 8px;
  /*margin-top: 8px;*/
  color: #000;
}
.mv-date-num {
  font-size: 96px;
  letter-spacing: -3px;
}
.mv-date-num span {
  color: #000;
}
.mv-date-week {
  font-size: 22px;
  height:45px;
  width:45px;
  border-radius:50%;
  line-height:39px;
  letter-spacing: 0;
  text-align:center;
  border: 2px solid #000;
  margin: 28px 0 0 8px;
  font-weight: bold;
}

.mv-info-time {
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  margin-bottom: .4em;
  color: #000;
}
.mv-info-time-small {
  font-size: .75em;
  color: rgba(0,0,0,1);
  margin-left: 12px;
}
.mv-info-place {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  color: #000;
}

.black-bg{
	position: relative;
	height: 86px;
	background:rgb(0,0,0,.7);
	padding: 0px 0 10px;
	z-index: 100;
    position: absolute;
    bottom: 0;
	margin: 0 calc(50% - 49.50vw);
	width: 100vw;
}

.black-bg .wraper {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  display:flex;
	justify-content: space-evenly;
	align-items: center;
}
.black-bg .wraper .info{
	display: flex;
	align-items: center;
  color: #fff;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 28px;
  font-size:2.8rem;
  height: 86px;
}
.black-bg .wraper .info span{
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 60px;
  font-size: 6.0rem;
}
.black-bg .wraper .info .week {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.75;
    height: 2.8rem;
    width: 2.8rem;
    border: 1px solid #fff;
    border-radius: 9999px;
    margin: 0rem 1rem 0 1rem;
  }

.black-bg .fuki-arch{
	position: absolute;
	background: url("../img/fuki-arch-02.svg?20250423")no-repeat center top;
	width: 360px;
	height: 91px;
    top: -72px;
	left: 18%;
    z-index: 2;
}
@media (max-width: 1535px) {
.black-bg .fuki-arch{
	left: 15%;
}
}
@media (max-width: 1370px) {
.black-bg .fuki-arch{
	left: 12%;
}
}
@media (max-width: 1270px) {
.black-bg .fuki-arch{
	left: 9%;
}
}
@media (max-width: 1140px) {
.black-bg .fuki-arch{
	left: 6%;
}
}
@media (max-width: 1090px) {
.black-bg .fuki-arch{
	width: 330px;
    height: 90px;
    top: -65px;
	left: 1%;
}
}
@media (max-width: 820px) {
.black-bg .fuki-arch{
	background: url("../img/fuki-arch-01.svg?20250423")no-repeat center top;
	width: 480px;
    height: 48px;
    top: -32px;
    left: 2%;
}
}
@media (max-width: 768px) {
.black-bg .fuki-arch{
    width: 500px;
        height: 50px;
        top: -35px;
        left: 1%;
}
}
@media (max-width: 600px) {
.black-bg .fuki-arch{
	width: 96%;
    height: 42px;
    top: -28px;
    left: 2%;
}
}
@media (max-width: 390px) {
.black-bg .fuki-arch{
    top: -24px;
}
}

.price-btn-top {
    display: inline-block;
    /* text-align: center; */
    color: #fff;
    font-weight: bold;
    line-height: 1;
    /*font-size: 36px;
    font-size: 3.6rem;
    position: absolute;
    z-index: 100;
    right: 0;
    bottom: -10px;*/
}

.black-bg .wraper a.org-btn-s{
	text-align: center;
	display: inline-block;
  font-weight: bold;
  line-height: 1;
  /*font-size: 36px;
  font-size: 3.6rem;*/
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0.85em 3em 0.85em 1.25em;
  background:#e81c24 /*#ec6d00*/;
  color:#fff;
  height: 66px;
  border-radius: 33px;
  margin: 0;
  transition: all 0.3s ease-out;
  position: relative;
  box-shadow: 0 4px 20px 0 rgba(000, 000, 000, 0.5);
}

.black-bg .wraper a.org-btn-s:after{
  content: url(../img/arrow.svg);
  display: block;
  position: absolute;
  right: 40px;
  top: 34%;
  transition: all 0.2s ease-out;
}

.black-bg .wraper a.org-btn-s:hover{
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  transition: all 0.2s ease-out;
}

.black-bg .wraper a.org-btn-s:hover:after{
  right: 24px;
  transition: all 0.2s ease-out;
}




@media (max-width: 1200px) {
  .mv .wrap {
    background-size: 760px;
  }
}

@media (max-width: 820px) {
/*.mv .wrap {
    background-position-x: 110px;
	}
.mv-catch {
    width: 400px;
    padding-bottom: 140px;
    margin-left: -70px;
    margin-top: -60px;
}*/
.black-bg{
	margin: 0 calc(50% - 49vw);
}
.black-bg .wraper .info{
  font-size: 22px;
  font-size:2.2rem;
}
.black-bg .wraper .info span{
  font-size: 36px;
  font-size:3.6rem;
}
.black-bg .wraper .info .week {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.5;
    height: 2.4rem;
    width: 2.4rem;
    border: 1px solid #fff;
    border-radius: 9999px;
    margin: .4rem 0 0 1rem;
  }
.black-bg .wraper a.org-btn-s {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0.85em 2.5em 0.85em 1em;
    height: 66px;
    border-radius: 33px;
}
.black-bg .wraper a.org-btn-s:after{
  content: url(../img/arrow.svg);
  display: block;
  position: absolute;
  right: 20px;
  top: 34%;
  transition: all 0.2s ease-out;
}
}

@media (max-width: 768px) {
  .mv {
    margin: 0;
    background-image: url("../img/sp-mv-back.webp");
    background-size: cover;
    background-size: 100%;
	background-position-y: -100px;
	height: 1030px;
  }
	
  .mv .wrap {
    background-image: none;
    padding: 0rem 4rem 0 2rem;
  }
  .mv-catch-container {
            padding: 2.5rem 0 0;
  }
  .mv-catch {
	width: 86vw;
	padding-bottom: 0px;
	text-align: center;
	}
  .mv-catch img {
    width: 100%;
  }
  .mv-catch-num {
    font-size: 4.4rem;
  }
  .sub-catch {
    font-size: 1.2rem;
    padding: .3rem 0rem .4rem;
    margin-top: 1rem;
  }
  .mv-date {
    margin-bottom: .8rem;
    /*margin-top: .8rem;*/
  }
  .mv-date-num {
    font-size: 7rem;
  }
  .mv-date-week {
    font-size: 1.4rem;
    line-height: 1.75;
    height: 2.8rem;
    width: 2.8rem;
    border: 1px solid #fff;
    margin: 2.5rem 0 0 .8rem;
  }
  .mv-info-time {
    font-size: 1.6rem;
  }
  .mv-info-time-small {
    font-size: .75em;
    margin-left: .5rem;
  }
  .mv-info-place {
    font-size: 1.3rem;
  }
  .mv-speaker {
  max-width: 70%;
	}
  .mv-speaker img{
  filter: drop-shadow(0px 0px 2px #000);
	}
  .black-bg {
		margin: 1px calc(50% - 50vw);
	}
  .black-bg .wraper .info{
  font-size: 11px;
  font-size:1.1rem;
	  line-height: 1.2;
}
  .black-bg .wraper .info span{
  font-size: 20px;
  font-size:2rem;
}
  .black-bg .wraper .info .week {
    font-size: 1rem;
    text-align: center;
    line-height: 1.75;
    height: 1.8rem;
    width: 1.8rem;
    border: 1px solid #fff;
    border-radius: 9999px;
    margin: .4rem .5rem 0 1rem;
  }
.black-bg .wraper a.org-btn-s {
	font-size: 1.2rem;
	}
	.black-bg .wraper a.org-btn-s:after{
  right: 25px;
  top: 34%;
}
	.pad-mini{
		display: block;
	}
}

@media (max-width: 600px) {
	.mv{
	background-position-y: 0;
	height: 897px;
	}
	.mv .wrap {
        background-image: none;
        padding: 4rem 4rem 3rem 2rem;
    }
	.mv-catch-container {
            padding: 4.5rem 0 28rem;
  }
	.mv-catch {
        padding-bottom: 70px;
    }
	 .mv-speaker {
      max-width: 90%;
	  bottom: 90px;
    }
	.black-bg {
	background: rgb(0,0,0,1);
	margin: 0 calc(50% - 50vw);
	height: 120px;
	padding: 10px 0;
	}
	.black-bg .wraper{
	flex-wrap: wrap;
	}
	.black-bg .wraper .info{
	width: 80%;
	margin: 0 auto 10px;
	font-size: 14px;
    font-size:1.4rem;
	line-height: 1.2;
	justify-content: center;
	height: 40px;
}
  .black-bg .wraper .info span{
  font-size: 26px;
  font-size:2.6rem;
}
  .black-bg .wraper .info .week {
    font-size: 1.6rem;
        text-align: center;
        line-height: 1.25;
        height: 2.4rem;
        width: 2.4rem;
        border: 1px solid #fff;
        border-radius: 9999px;
        margin: .4rem 1.5rem 0 1rem;
  }
	.price-btn-top {
	width: 70%;
		margin: 0 auto 10px;
	}
	.black-bg .wraper a.org-btn-s{
		width: 100%;
			font-size: 1.8rem;
		padding: 0.7em 2.5em 0.7em 1em;
        height: 50px;
	}
	}
@media (max-width: 390px) {
	.mv{
	background-position-y: 0;
	height: 780px;
	}
	.mv-speaker {
      max-width: 90%;
	  bottom: 80px;
    }
	.black-bg .wraper a.org-btn-s{
		padding: 0.9em 2.5em 0.7em 1em;
	}
}
@media (max-width: 375px) {
	.mv{
	background-position-y: 0;
	height: 671px;
	}
	.mv-speaker {
      max-width: 80%;
	  bottom: 80px;
    }
}


.about01 {
  background-color: #fff;
}
.about01 .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}
.about01-body-container {
	max-width: 1080px;
	widows: 100%;
	padding: 2rem 2.5rem;
  border: dashed 3px #e81c24;
	border-radius: 5px;
  display: flex;
}
.about01-body-container-img {
  width: 32%;
}
.about01-body-container-img img {
  margin: -6.6rem 0 -20rem;
  width: 100%;
  object-fit: contain;
}
/*.about01-body-container-txt {
	background: url("../img/about_bg.webp") no-repeat;
	background-size: cover;
  width: 100%;
	padding: 30px 35px;
	font-size: 26px;
	font-size: 2.6rem;
	color:#fff;
  line-height: 1.5;
	border-radius: 5px;
}*/
.about01-body-container-txt span {
	font-size: 32px;
	font-size:3.2rem;
	color:#ffff00;
	font-weight: bold;
}

@media (max-width: 768px) {
  .about01-body-container {
    flex-direction: column;
  }
  .about01-body-container-img {
    width: 100%;
  }
  .about01-body-container-img img {
    margin: -2.4rem 0 -1.2rem;
  }
  .about01-body-container-txt {
	  background-position: right;
	  border-radius: 4px;
    width: 100%;
    font-size: clamp(18px, 1.5789vw + 5.0526px, 24px);
  }
.about01-body-container-txt span {
	font-size: 20px;
	font-size:2rem;
}
}

.about02 {
  color: #fff;
}
.about02 .ttl-jp {
  font-size: 18px;
  font-size: 1.8rem;
}
.about02 .ttl-jp:before, .about02 .ttl-jp:after {
  display: none;
}
.about02-body-container {
  display: flex;
  justify-content: space-between;
}
.rcmd-list li {
  position: relative;
  padding-left: 28px;
  line-height: 1;
  margin-bottom: 1.555em;
  opacity: .75;
}
.rcmd-list li:last-child {
  margin: 0;
}
.rcmd-list li:before {
  content: url("../img/check.svg");
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .about02-body-container {
    flex-direction: column;
  }
  .about02-body-container div:first-child {
    margin-bottom: 2.4rem;
  }
  .rcmd-list li {
    font-size: 1.4rem;
    margin-bottom: 2.4rem;
    line-height: 1.5;
  }
  .rcmd-list li:before {
    top: 12%;
  }
}

/*スピーカー　追加*/
.speaker-top {
 width: 100%;
	display: flex;
	justify-content: space-between;
	background:#fff url("../img/usa-flag.webp") no-repeat 132% 208%;
	background-size: 50%;
	border:2px solid #0071b7 ;
	border-radius: 5px;
	padding: 30px 40px;
	margin-bottom: 40px;
}
@media (max-width: 1024px) {
.speaker-top {
	background:#fff url("../img/usa-flag.webp") no-repeat 132% 198%;
	background-size: 50%;
}
}
@media (max-width: 820px) {
.speaker-top {
	background:#fff url("../img/usa-flag.webp") no-repeat 132% 175%;
	background-size: 50%;
}
}
.speaker-top div{
	width: calc(90% / 2)
}
@media (max-width: 768px) {
	.speaker-top {
	flex-wrap: wrap;
	background: #fff url(../img/usa-flag.webp) no-repeat 138% 125%;
    background-size: 55%;
}
	.speaker-top div{
	width: 100%
}
}
@media (max-width: 430px) {
	.speaker-top {
	flex-wrap: wrap;
	background: #fff url(../img/usa-flag.webp) no-repeat 225% 117%;
    background-size: 80%;
}
}
@media (max-width: 414px) {
	.speaker-top {
	flex-wrap: wrap;
	background: #fff url(../img/usa-flag.webp) no-repeat 225% 115%;
    background-size: 80%;
}
}
@media (max-width: 390px) {
	.speaker-top {
	flex-wrap: wrap;
	background: #fff url(../img/usa-flag.webp) no-repeat 225% 113%;
    background-size: 80%;
}
}
@media (max-width: 375px) {
	.speaker-top {
	flex-wrap: wrap;
	background: #fff url(../img/usa-flag.webp) no-repeat 225% 112%;
    background-size: 80%;
}
}

.speaker-top div h3 {
	font-family: "Noto Serif JP", serif;
	color:#000;
	font-size: clamp(26px, 2.3684vw + 6.5789px, 35px); /* Vary between 820px and 1200px */
	text-align: center;
}
.speaker-top div h3 span{
	font-size: 80%
}
@media (max-width: 768px) {
.speaker-top div h3 {
font-size: clamp(26px, 2.2901vw + 17.4122px, 35px); /* Vary between 375px and 768px */
	}
}

@media (max-width: 767px) {
.speaker-top div h3 {
font-size: clamp(22px, 2.0408vw + 14.3469px, 30px); /* Vary between 375px and 767px */
	}
}

.speaker-top div h4 {
	font-family: "Noto Serif JP", serif;
	color:#e81c24;
	font-size: clamp(22px, 1.0526vw + 13.3684px, 26px); /* Vary between 820px and 1200px */
	text-align: center;
	margin-bottom: 30px;
}
@media (max-width: 768px) {
.speaker-top div h4 {
font-size: clamp(22px, 1.0178vw + 18.1832px, 26px); /* Vary between 375px and 768px */
	}
}
@media (max-width: 767px) {
.speaker-top div h4 {
font-size: clamp(18px, 1.5306vw + 12.2602px, 24px); /* Vary between 375px and 767px */
	}
}
.speaker-top div img {
	text-align: center;
}
@media (max-width: 768px) {
	.speaker-top div img {
	margin-bottom: 20px;
}
}
.speaker-top div .txt{
	font-size: clamp(18px, 1.5789vw + 5.0526px, 24px); /* Vary between 820px and 1200px */
	line-height: 1.5;
	color:#000;
}

.speak-title {
	font-size: 26px;
    font-size: 2.6rem;
	width: 100%;
	text-align: left;
    margin-bottom: 2.4rem;
	paint-order: stroke;
	-webkit-text-stroke: 2px #dbb100;
	text-shadow: 1px 1px 10px #ffd214;
}
.speaker-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*margin-bottom: 3.4rem;*/
  position: relative;
}
/*.speaker-list:after{
  content: "";
  position: absolute;
  top: 39%;
  left: 46.7%;
  width: 72px;
  height: 72px;
  display: block;
  background-image: url("../img/vs.svg");
  background-repeat: no-repeat;
  /*background-position: center middle;*/
 /* background-size: contain;
  z-index: 10;	
}
@media (max-width: 1024px) { 
.speaker-list:after{
  top: 39%;
  left: 46.25%;
  width: 72px;
  height: 72px;
	}
}
@media (max-width: 820px) { 
.speaker-list:after{
  top: 39%;
  left: 45.4%;
  width: 68px;
  height: 68px;
	}
}
@media (max-width: 820px) { 
.speaker-list:after{
  top: 39%;
  left: 45.4%;
  width: 68px;
  height: 68px;
	}
}
@media (max-width: 768px) { 
.speaker-list:after{
  top: 38.25%;
  left: 45%;
  width: 72px;
  height: 72px;
    }
}
@media (max-width: 600px) { 
.speaker-list:after{
  top: 36.2%;
  left: 41%;
  width: 60px;
  height: 60px;
    }
}*/

.speaker-list-itemall {
  max-width: 1080px;
  width: 100%;
  flex-basis: 100%;
  margin-bottom: 50px;
  border-radius: 4px;
  background-color: #c5ad11;
  background-image: url("../img/bg_speaker01.webp");
  background-size: cover;
  background-position: right;
}

.speaker-list-item {
  max-width: calc((100% - 20px)/ 2);
  flex-basis: calc((100% - 20px)/ 2);
  margin-bottom: 50px;
  border-radius: 4px;
  background-color: #c5ad11;
  background-image: url("../img/sp_bg_speaker01.webp");
  background-size: cover;
  background-position: right;
}

.speaker-itemKamiya {
background-image: url("../img/speaker_kamiya.webp");
  background-size: cover;
	background-position: center;
}
.speaker-itemYamanaka {
  background-image: url("../img/speaker_yamanaka.webp?20250802");
  background-size: cover;
	background-position: center;
}
.speaker-itemOikawa {
  background-image: url("../img/speaker_oikawa.webp");
  background-size: cover;
	background-position: center;
}
.speaker-itemKamiya,
.speaker-itemYamanaka,
.speaker-itemOikawa {
  width: calc((100% - 20px)/ 3);
  margin-bottom: 50px;
  background-color: #f8f8f8;
	text-align: center;
	height: 350px;
	padding-top: 260px;
	border:2px solid #0071b7 ;
	border-radius: 5px;
}
.speaker-itemKamiya .name,
.speaker-itemYamanaka .name,
.speaker-itemOikawa .name {
  font-size: clamp(26px, 2.0833vw + 10.0000px, 35px); /* Vary between 768px and 1200px */
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  margin: 0 0 5px;
  color: #fff;
   filter: drop-shadow(0px 0px 2px #000);
}
.speaker-itemOikawa .name span {
  font-size: 80%;
  margin: 0 0 0 12px;
}
.speaker-itemKamiya .speak-text,
.speaker-itemYamanaka .speak-text,
.speaker-itemOikawa .speak-text {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(18px, 1.3889vw + 7.3333px, 24px); /* Vary between 768px and 1200px */
	width: 100%;
	text-align: center;
    margin-bottom: 2.4rem;
	color: #fff;
	filter: drop-shadow(0px 0px 2px #000);
}
@media (max-width: 768px) { 
.speaker-itemKamiya,
.speaker-itemYamanaka,
.speaker-itemOikawa {
	padding-top: 275px;
}
}
@media (max-width: 767px) { 
.speaker-itemKamiya,
.speaker-itemYamanaka,
.speaker-itemOikawa {
  width:100% !important;
	padding-top: 275px;
}
}



.speaker-list-itemall-img,
.speaker-list-item-img {
  width: 100%;
  height: 240px;
  font-feature-settings: "palt";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 0 0 32px;
  border-radius: 4px;
  box-shadow: 20px 20px 20px rgb(2 0 49 / 5%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
  /*cursor: pointer;*/
}
.speaker-list-itemall-img:hover,
.speaker-list-item-img:hover {
 /* opacity: .8;*/
}

@media (max-width: 820px) {
	.speaker-list-item-img {
background-position: 150px bottom;
	}
}

/*22.6.10追加*/
.speaker-list-itemall:nth-child(1) .speaker-list-itemall-img {
  background-image: url("../img/speaker02.webp");
}
@media (max-width: 768px) {
.speaker-list-itemall:nth-child(1) .speaker-list-itemall-img {
    background-image: url(../img/speaker02.webp);
    background-position-x: 362px;
	background-size: 60%;
}
}
@media (max-width: 600px) {
.speaker-list-itemall:nth-child(1) .speaker-list-itemall-img {
    background-image: url(../img/speaker02.webp);
    background-position-x: 192px;
	background-size: 60%;
}
}
.speaker-list-itemall:nth-child(2) .speaker-list-itemall-img {
  background-image: url("../img/speaker01.webp");
}
.speaker-list-itemall:nth-child(3) .speaker-list-itemall-img {
  background-image: url("../img/speaker016.webp");/*speaker_secret.webp*/
}
.speaker-list-itemall:nth-child(5) .speaker-list-itemall-img {
  background-image: url("../img/speaker015.webp");
}

.speaker-list-item:nth-child(2) .speaker-list-item-img {
  background-image: url("../img/speaker06.webp");
}
.speaker-list-item:nth-child(3) .speaker-list-item-img {
  background-image: url("../img/speaker07.webp");
}
.speaker-list-item:nth-child(4) .speaker-list-item-img {
  background-image: url("../img/speaker08.webp");
}
.speaker-list-item:nth-child(6) .speaker-list-item-img {
  background-image: url("../img/speaker-iwamoto.webp");
}

.speaker-list-item:nth-child(7) .speaker-list-item-img {
  background-image: url("../img/speaker03.webp");
}
.speaker-list-item:nth-child(8) .speaker-list-item-img {
  background-image: url("../img/speaker04.webp");
}
.speaker-list-item:nth-child(9) .speaker-list-item-img {
  background-image: url("../img/speaker05.webp");
}
.speaker-list-item:nth-child(10) .speaker-list-item-img {
  background-image: url("../img/speaker017.webp");
}
/*.speaker-list-item:nth-child(8) .speaker-list-item-img {
  background-image: url("../img/speaker099.png");
}
.speaker-list-item:nth-child(9) .speaker-list-item-img {
  background-image: url("../img/speaker099.png");
}
.speaker-list-item:nth-child(10) .speaker-list-item-img {
  background-image: url("../img/speaker099.png");
}*/

.speaker-list-itemall-txt,
.speaker-list-item-txt {
  width: 100%;
}
.speaker-list-itemall-txt p,
.speaker-list-item-txt p {
  width: 48%;
  color: #fff;
	paint-order: stroke;
	-webkit-text-stroke: 1px rgb(0,0,0,.3);
	text-shadow: 1px 1px 10px #000;
}
.speaker-list-itemall-name,
.speaker-list-item-name {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  margin: 0 0 12px;
  color: #fff;
}
.speaker-list-itemall-name span,
.speaker-list-item-name span {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 0 12px;
}

.speak-text {
	width: 100%;
	text-align: center;
     margin-bottom: 2.4rem;
}


@media (max-width: 768px) {
  .speak-title {
	font-size: 18px;
    font-size: 1.8rem;
	width: 100%;
	text-align: left;
    margin-bottom: 2.4rem;
}
	
  .speaker-list-itemall,
  .speaker-list-item {
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 1.4rem;
    background-image: url("../img/sp_bg_speaker01.webp");
  }
  .speaker-list-itemall-img,
  .speaker-list-item-img {
    height: 100%;
    min-height: 11.6rem;
    padding: 1rem 0 1rem 1.2rem;
	background-position: right bottom;
  }

.speaker-list-itemall:nth-child(5) .speaker-list-itemall-img/*, .speaker-list-item-img*/{
        height: 100%;
        min-height: 11.6rem;
        padding: 1rem 0 1rem 1.2rem;
        background-position-x: 320px;
    }
.speaker-list-itemall:nth-child(2) .speaker-list-itemall-img{
		background-position-x: 380px;
	}
.speaker-list-itemall:nth-child(3) .speaker-list-itemall-img{
		background-position-x: 340px;
	}
	
  .speaker-list-itemall-name,
  .speaker-list-item-name {
    font-size: 2.2rem;
    margin: 0 0 .6rem;
  }
  .speaker-list-itemall-name span,
  .speaker-list-item-name span {
    font-size: 1.6rem;
    margin: 0 0 0 .6rem;
  }
  .speaker-list-itemall-txt p,
  .speaker-list-item-txt p {
    font-size: 1.1rem;
    width: 58%;
  }
	
  .dialogue .speaker-list-itemall-img,
  .dialogue .speaker-list-item-img {
    min-height: 14.6rem;
  }
  .dialogue .speaker-list-itemall-name,
  .dialogue .speaker-list-item-name {
    font-size: 2rem;
    margin: 0 0 .4rem;
  }
  .dialogue .speaker-list-itemall-txt,
  .dialogue .speaker-list-item-txt {
    margin: 0 0 .4rem;
  }
}

@media (max-width: 600px) {
.speaker-list-itemall:nth-child(5) .speaker-list-itemall-img, .speaker-list-item-img {
        height: 100%;
        min-height: 11.6rem;
        padding: 1rem 0 1rem 1.2rem;
        background-position-x: 175px;
    }
  .speaker-list-itemall-img,
  .speaker-list-item-img {
    background-position-x: 200px;
  }
.speaker-list-itemall:nth-child(2) .speaker-list-itemall-img{
		background-position-x: 130%;
	}

.speaker-list-itemall:nth-child(3) .speaker-list-itemall-img{
		background-position-x: 137%;
	}
}

@media (max-width: 390px){
.speaker-list-itemall:nth-child(2) .speaker-list-itemall-img{
		background-position-x: 135%;
	}

.speaker-list-itemall:nth-child(3) .speaker-list-itemall-img{
		background-position-x: 140%;
	}
}


/*タイムテーブル*/
.timetable-body-container {
  position: relative;
}
.timetable-marker {
  width: 12px;
  height: calc(100% - 50px);
  position: absolute;
  top: 5px;
  background:#609ec4;
  /*background: -moz-linear-gradient(60deg,#c5ad11 0,#009384 100%);
  background: -webkit-linear-gradient(60deg,#c5ad11 0,#009384 100%);
  background: linear-gradient(60deg,#c5ad11 0,#009384 100%);*/
  margin: 0 0 0 114px;
  opacity: .6;
}
.timetable-contents-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.timetable-contents-list-item {
  margin: 0 0 2.8rem;
  position: relative;
}
.timetable-contents-list-item-info {
  color: #fff;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
.timetable-contents-list02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.timetable-contents-list02 .timetable-contents-list-item-info {
  width: 132px;
}
.timetable-contents-list02 .timetable-contents-list-item-info .note {
  display: none;
}
.timetable-contents-list02 .timetable-contents-list-item-speaker {
  margin-top: 10px;
}
.timetable-contents-list-item-info .hour {
  width: 132px;
  font-size: 26px;
  font-size: 2.6rem;
  position: relative;
  padding: 0 3.2rem 0 0;
}
.timetable-contents-list-item-info .hour:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #97d4f2;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  right: 0;
}
.timetable-contents-list-item-info .note {
  max-width: 900px;
  width: calc(100% - 132px);
}

.timetable-contents-list-item-speaker {
  background: #fff;
  padding: 28px 40px;
  border-radius: 4px;
  max-width: 900px;
  width: calc(100% - 132px);
  position: relative;
  z-index: 1;
}
.timetable-contents-list-item-speaker:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 4px;
  background-image: url("../img/bg_speaker.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  z-index: -1;
}
/*.timetable-contents-list-item-speaker a {
  display: flex;
  align-items: flex-start;
  min-height: 124px;
}*/
.timetable-contents-list-item-speaker .no-open { /*モーダル入れる場合は a に戻す*/
  display: flex;
  align-items: flex-start;
  min-height: 124px;
}

.timetable-contents-list-item-speaker-txt {
  margin: 0 0 0 1.2rem;
  flex-grow: 1;
	width: 100%;
}
.timetable-contents-list-item-speaker-txt h3 {
  font-size: 32px;
  font-size: 3.2rem;
  position: relative;
  margin-bottom: 28px;
  line-height: 1.25;
}
.t30{
	font-size: 30px !important;
  font-size: 3.0rem !important;
}
.timetable-contents-list-item-speaker-txt h3:after {
  content: "";
  position: absolute;
  /*top: 44px;*/
  bottom: -14px;
  left: 0;
  width: 60px;
  height: 5px;
  display: block;
  border-radius: 3px;
  background: red;
}
.timetable-contents-list-item-speaker-txt h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.25;
  margin: 0 20px 6px 0;
  white-space: nowrap;
}
.timetable-contents-list-item-speaker-txt h4 span{
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
.timetable-contents-list-item-speaker-txt p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  white-space: nowrap;
}

.timetable-speaker-blue a:hover h3{
  color: #1b62b4;
}
.timetable-speaker-purple a:hover h3 {
  color: #5631b4;
}
.timetable-speaker-og a:hover h3 {
  color: #db6c27;
}
.timetable-speaker-red a:hover h3 {
  color: #c5ad11;
}
.timetable-speaker-blue
.timetable-contents-list-item-speaker-txt h3:after {
  background-color: #1b62b4;
}
.timetable-speaker-purple
.timetable-contents-list-item-speaker-txt h3:after {
  background-color: #5631b4;
}
.timetable-speaker-og
.timetable-contents-list-item-speaker-txt h3:after {
  background-color: #db6c27;
}
.timetable-speaker-red
.timetable-contents-list-item-speaker-txt h3:after {
  background-color: #e81c24;
}
.timetable-speaker-blue h4 {
  color: #1b62b4;
}
.timetable-speaker-purple h4 {
  color: #5631b4;
}
.timetable-speaker-og h4 {
  color: #db6c27;
}
.timetable-speaker-red h4 {
  color: #e81c24;
}

.dialogue {
  display: flex;
}
.dialogue-cross {
  width: 68px;
  position: relative;
}
.dialogue-cross::before, .dialogue-cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 24px;
  background-color: #c5ad11;
}
.dialogue-cross::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.dialogue-cross::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.speaker-txt-trio .dialogue div {
  flex-basis: auto;
}
.speaker-txt-trio .dialogue div.dialogue-cross {
  flex-basis: 68px;
}

.timetable-contents-list-item-speaker-img {
  margin-left: 0.5rem;
margin-bottom: 0.5rem;
}
.img-multiple{
	width:460px;
	display:flex;
	justify-content: end;
}
.align-end{
		align-items: flex-end !important;
	}

@media (max-width: 1000px) {
.timetable-contents-list-item-speaker-txt.two-line h3:after {
  top: 74px;
}
  .img-multiple{
	width:134px;
	display:flex;
	flex-wrap: wrap;
	margin-left: 30px;
}
}

@media (max-width: 768px) {
  .timetable-marker {
    margin: 0 0 0 0.6rem;
    height: calc(100% - 30px);
  }
  .timetable-contents-list, .timetable-contents-list02 {
    margin-bottom: 2rem;
  }
  .timetable-contents-list02 {
    flex-wrap: wrap;
  }
  .timetable-contents-list02 .timetable-contents-list-item-info {
    width: 100%;
  }
  .timetable-contents-list02 .timetable-contents-list-item-speaker {
    margin-top: 0;
  }
  .timetable-contents-list-item {
    margin: 0 0 .8rem;
  }
  .timetable-contents-list-item-info .hour {
    font-size: 2rem;
    padding: 0 0 0 3.2rem;
    width: 40%;
  }
  .timetable-contents-list-item-info .hour:after {
    left: 7px;
    top: -.1rem;
  }
  .timetable-contents-list-item-info .note {
    font-size: 1.4rem;
    width: 92%;
  }
  .timetable-contents-list-item-speaker {
    padding: 2rem 1rem;
    width: 100%;
  }
  /*.timetable-contents-list-item-speaker a {
    min-height: 9.2rem;
  }*/
	
  .timetable-contents-list-item-speaker .no-open { /*モーダル入れる場合は　a に変更*/
    min-height: 9.2rem;
  }
	
  .timetable-contents-list-item-speaker-txt {
    /*margin: 0 0 0 0.4rem;*/
  }
  .timetable-contents-list-item-speaker-txt h3,
  .t30{
    font-size: 2rem !important;
    margin-bottom:2.4rem;
  }
  .timetable-contents-list-item-speaker-txt h3:after {
    /*top: 3rem;*/
	bottom: -1.25rem;
    width: 4rem;
  }
  .timetable-contents-list-item-speaker-txt.two-line h3:after {
    /*top: 5rem;*/
	bottom: -1.25rem;
  }
  .timetable-contents-list-item-speaker-txt h4 {
    font-size: 1.5rem;
  }
  .timetable-contents-list-item-speaker-txt h4 span{
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
}
  .timetable-contents-list-item-speaker-txt p {
    font-size: 1.1rem;
  }

  .sp .timetable-contents-list-item-speaker-img:first-child {
    margin-bottom: .4rem;
  }
  .sp .timetable-contents-list-item-speaker-img.speaker-img-trio {
    margin-bottom: 0;
  }
  .dialogue {
    justify-content: space-between;
  }
  .dialogue-cross {
    width: 1rem;
    margin: 0 0 0 -1rem;
  }

  .speaker-txt-combi .dialogue .flex-item01 {
    flex-basis: 47%;
  }
  .speaker-txt-combi .dialogue .flex-item02 {
    flex-basis: 38%;
  }

  .speaker-txt-trio .dialogue {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .speaker-txt-trio .dialogue .flex-item01 {
    flex-basis: 65%;
  }
  .speaker-txt-trio .dialogue .flex-item02 {
    flex-basis: 65%;
	 margin: 1.2rem 0 0 0;
  }
  .speaker-txt-trio .dialogue .flex-item03 {
    flex-basis: 65%;
    margin: 1.2rem 0 0 0;
  }
  .speaker-txt-trio .dialogue-cross {
    width: 1rem;
  }
  .speaker-txt-trio .dialogue div.dialogue-cross {
    flex-basis: 18%;
  }
}

@media (max-width: 600px) {
    .dialogue {
        justify-content: space-between;
		width: 60%;
	}
	.timetable-contents-list-item-info .hour:after {
    left: 1px;
    top: -.1rem;
  }
}

@media (max-width: 768px) {
  .modal {
    width: 90%;
    height: 480px;
    padding: 4.4rem 1.6rem;
  }
  .modal-close {
    right: -0.5rem;
  }
  .timetable-contents-list-item-speaker-img {
    margin-left: .6rem;
	  margin-bottom: .5rem;
  }
  .speaker-img-icon {
    width: 6.4rem;
    height: 6.4rem;
  }
  .speaker-img-icon-area img {
    width: 6.4rem;
    height: 6.4rem;
  }
  .speaker-img-trio .speaker-img-icon {
    width: 6.4rem;
    height: 16.3rem;
  }
  .speaker-img-trio .speaker-img-icon-area img {
      width: 6.4rem;
      height: auto;
  }
  .modal-speaker-txt {
    width: calc(100% - 6.4rem);
    padding: 0 0 0 1.6rem;
  }
  .modal-speaker-txt p {
    font-size: 1.4rem;
  }
}



/*アクセス*/
.access .deco-ttl {
  right: -8vw;
  bottom: -32px;
}
.access-body-container {
  display: flex;
}
.access-map,.access-info {
  width: 50%;
}

.access-map {
  height: 372px;
}

.access-map-inner {
  height: 100%;
}
.access-map-inner iframe {
  height: 100%;
 /* filter: grayscale(71%) hue-rotate(179deg) saturate(21%);*/
}
.access-map-inner p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 0.4em;
}
.access-info {

}
.access-info-txt {
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 4rem 4rem;
}
.access-info-txt-left {
  font-weight: bold;
  padding-right: 0;
  width: 25%;
}
.access-info-txt-left p {
  background-color: #0071b7;
  color: #fff;
  padding: 0.1em 1em;
  display: inline-block;
}
.access-info-txt-right {
	font-size: 18px;
	font-size: 1.8rem;
  width: 70%;
}
.access-info-txt-right-s {
	font-size: 14px;
	font-size: 1.4rem;
  width: 68%;
}
.access-info-txt-right a,
.access-info-txt-right-s a{
  color: #1B62B4;
  text-decoration: underline;
}

@media (max-width: 820px) {
.access-info-txt {
    margin: 0 0 4rem 2rem
}
  .access-info-txt-left {
    width: 28%;
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  .access-body-container {
    flex-direction: column;
  }
  .access-map, .access-info {
    width: 100%;
  }
  .access-map {
    height: 24rem;
    margin: 0 0 3.2rem;
  }
  .access-map p {
    font-size: 1rem;
  }
  .access-info-txt {
    margin: 0 0 2.4rem 0;
    font-size: 1.3rem;
  }
  .access-info-txt-left {
    width: 28%;
    padding: 0;
	margin-right: 0;
  }
  .access-info-txt-left p {
	font-size: clamp(16px, 1.0204vw + 12.1735px, 20px); /* Vary between 375px and 767px */
}
  .access-info-txt-right {
    width: 68%;
  }
.access-info-txt-right-s {
    width: 70%;
  }
}

@media (max-width: 600px) {
	.access-info-txt-right-s {
    width: 68%;
        margin-left: 4%;
  }
}

.price-table-container {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  max-width: 800px;
  width:100%;
  margin: -20px auto 0;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}
.price-table-container dl {
  background-color: #fff;
  padding: 10px 0;
  border-radius: 4px;
}
.price-table-container::before {
  content:'';
  z-index:-1;
  position:absolute;
  display:block;
  width:100%;
  height:100%;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  opacity:1;
  /*background: #CC69C8;
  background: -moz-linear-gradient(60deg,#D37C97 0,#CC69C8 50%,#846ECE 100%);
  background: -webkit-linear-gradient(60deg,#D37C97 0,#CC69C8 50%,#846ECE 100%);
  background: linear-gradient(60deg,#D37C97 0,#CC69C8 50%,#846ECE 100%);
  filter:blur(30px);*/
}



/*.price-table-container-bg{
	max-width: 800px;
    width: 100%;
    margin: 0 auto 6rem;
    border-radius: 4px;
    position: relative;
    z-index: 3;
    background-color:black;
    display:inline-block;
}
.price-table-container-bg .price-table-container{
    opacity: 0.5;
    display:block;
}
.price-table-container-bg::after{
    content:"完売しました";
    position:absolute;
    top:50%;
    left:50%;
	transform: translate(-50%, -50%);
    font-size:5rem;
    color:red;
	font-weight: bold;
	background: #FFF;
    padding: 0 3%;
	z-index: 4;
}
@media (max-width: 820px) {
	.price-table-container-bg::after{
    font-size:4.5rem;
}
}
@media (max-width: 768px) {
	.price-table-container-bg::after{
    font-size:2.25rem;
}
}*/


.price-table-container dt {
  clear: both;
  float: left;
  max-width: 65%;
  padding: 30px 0;
  padding-left: 8%;
}
.price-table-container dt span, .price-table-container dt em, .price-table-container dd strong, .price-table-container dd span {
    position: relative;
    background: #FFFFFF;
    z-index: 2;
}
.price-table-container dt span, .price-table-container dt em {
    display: inline-block;
    padding-right: 13px;
    font-style: normal;
}
.price-table-container dt span {
    white-space: nowrap;
}
.price-table-container dd {
  position: relative;
  padding: 0 0 40px;
  text-align: right;
  padding: 30px 0;
  padding-right: 8%;
}
.price-table-container dd p {
    display: inline-block;
    margin-bottom: 4px;
    line-height: 1;
    white-space: nowrap;
    color: #c5ad11;
}
.price-table-container dd p span {
    padding-left: 13px;
    font-size: 32px;
    font-size: 3.2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    letter-spacing: -1px;
}
.price-table-container dd i {
    font-size: 20px;
    font-size: 2rem;
    font-style: normal;
    font-weight:bold;
    margin: 0 0 0 0.4em;
}
.price-table-container dd:after {
    display: block;
    content: '・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・';
    position: absolute;
    top: 34%;
    left: 0;
    width: 93%;
    height: 1px;
    z-index: 1;
    color: #CACCE0;
}
.price-table-container dd.scd {
  background-color: #F8F8F8;
}
.price-table-container dt.scd span, .price-table-container dd.scd p span, .price-table-container dt.scd em {
  background-color: #F8F8F8;
}

/*2022.5.7追加*/
.price-table-capacity {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.75);
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
.price-table-capacity p {
  text-shadow:
    rgba(0,0,0,.1) 1px 1px 10px, rgba(0,0,0,.1) -1px 1px 10px,
    rgba(0,0,0,.1) 1px -1px 10px, rgba(0,0,0,.1) -1px -1px 10px;
}

.price-btn-container {
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4rem;
  font-size: 16px;
  font-size: 1.6rem;
}
.price-btn-container a {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  padding: 1.5em 0;
  width: 400px;
  height: 88px;
  display: block;
  border-radius: 44px;
  margin: 2.8rem auto 0;
  transition: all 0.3s ease-out;
  position: relative;
}
.price-btn-container a:after {
  content: url(../img/arrow.svg);
  display: block;
  position: absolute;
  right: 40px;
  top: 38%;
  transition: all 0.2s ease-out;
}

.price-btn-container a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  transition: all 0.2s ease-out;
}
.price-btn-container a:hover:after {
  right: 24px;
  transition: all 0.2s ease-out;
}
.price-btn-container a.btn01 {
  background-color: #d37c7c;
  box-shadow: 0 4px 30px 0 rgba(211, 124, 124, 0.95);
}
.price-btn-container a.btn02 {
  background-color: #d37c97;
  box-shadow: 0 4px 30px 0 rgba(211, 124, 151, 0.95);
}
.price-btn-container a.btn03 {
  background-color: #cc699e;
  box-shadow: 0 4px 30px 0 rgba(204, 105, 158, 0.95);
}
.price-btn-container a.btn04 {
  background-color: #cc69c8;
  box-shadow: 0 4px 30px 0 rgba(204, 105, 200, 0.95);
}
.price-btn-container a.btn05 {
  background-color: #846ece;
  box-shadow: 0 4px 30px 0 rgba(132, 110, 206, 0.95);
}
.price-btn-container a.btn06 {
  background-color: #6e75ce;
  box-shadow: 0 4px 30px 0 rgba(110, 117, 206, 0.95);
}
.price-btn-container a.btn07 {
  border: 2px solid #fff;
}

.price-btn-container a span {
  font-size: .875em;
}

.price-info-container {
  text-align: center;
  color: #fff;
  opacity: .75;
  font-size: 15px;
  font-size: 1.5rem;
}
.price-info-txt {
  margin-bottom: 1.5rem;
}

/*20222.5.7追加*/
.price-info-capacity {
  margin-bottom: 6rem;
  opacity: 1;
}
.price-info-capacity p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  color: #DB6C27;
  border: 4px solid #DB6C27;
  padding: 1.2em;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
/*20222.8.11追加*/
.price-info-container h5 {
  margin-bottom: 0.5em;
}
.price-info-container a {
  color: #1B62B4;
  text-decoration: underline;
  opacity: 1;
}
/*20222.8.18追加*/
.price-capacity-container {
  margin-bottom: 8rem;
}
.price-capacity-container .price-info-capacity {
    margin-bottom: 4rem;
}
.price-capacity-container .price-info-container {
  font-size: 16px;
  font-size: 1.6rem;
}

.price-info-body .price-info-container {
  color: #aaa;
}

/*残り僅か　20250328*/
.price-table-container dl dt{
	position: relative;
}
.price-table-container dl dt .few-left{
	display: inline-block;
	width:200px;
	color: red;
	font-size: 3rem;
    position: absolute;
    top: -10px;
    left: 25px;
    z-index: 3;
    transform: skew(5deg, -5deg);
	text-shadow: 2px 3px palegoldenrod;
}

@media (max-width: 768px) {
	.price-table-container dl dt .few-left{
		width:240px;
		top: -25px;
        left: -12px;
        font-size: 2rem;
}
}
@media (max-width: 600px) {
	.price-table-container dl dt .few-left{
		top: -5px;
        left: -5px;
        font-size: 1.8rem;
}
}



.goods-box {
	position: relative;
	text-align: center;
}

.goods-box .few-left{
color: red;
    font-size: 3rem;
    font-weight: bold;
    display: inline-block;
    background: #fff;
	line-height: 1;
    padding: 5px 2px 10px 10px !important;
    border: 2px solid red;
    position: absolute;
    top: -25px;
    left: 25px;
    z-index: 3;
    transform: skew(5deg, -5deg);
	text-shadow: 2px 3px palegoldenrod;
}

@media (max-width: 768px) {
	.goods-box .few-left{
    font-size: 2rem;
    top: -35px;
    left: 25px;
}
}
@media (max-width: 600px) {
	.goods-box .few-left{
    font-size: 1.8rem;
    top: -22px;
    left: 25px;
}
}

/*完売　20250329*/
.price-btn-container-2 {
	position: relative;
}

.price-btn-container-2 .soldout,
.price-table-container dl dt .soldout{
	color: white;
    font-size: 2.75rem;
    font-weight: bold;
    display: inline-block;
	width: 130px;
    background: red;
    padding: 0px 2px 3px 12px;
    border: 2px solid red;
    position: absolute;
    top: -25px;
    left: 25px;
    z-index: 3;
    transform: skew(5deg, -5deg);
	text-shadow: 2px 3px black;
}
@media (max-width: 768px) {	
.price-btn-container-2 .soldout,
.price-table-container dl dt .soldout{
	width: 135px;
    font-size: 1.4rem;
    top: -17px;
    left: -15px;
}
}
@media (max-width: 600px) {
.price-btn-container-2  .soldout,
.price-table-container dl dt .soldout{
	width: 100px;
    font-size: 1.8rem;
    top: -20px;
    left: -15px;
}
}
@media (max-width: 414px) {
.price-btn-container-2  .soldout,
.price-table-container dl dt .soldout{
	width: 90px;
    font-size: 1.8rem;
    top: -20px;
    left: -15px;
}
}
@media (max-width: 375px) {
.price-btn-container-2  .soldout,
.price-table-container dl dt .soldout{
	width: 80px;
    font-size: 1.6rem;
    top: -15px;
    left: -15px;
}
}

 /*.goods-box soldout{
	color: white;
    font-size: 2.75rem;
    font-weight: bold;
    display: inline-block;
	width: 160px;
    background: red;
    padding: 0px 2px 3px 12px;
    border: 2px solid red;
    position: absolute;
    top: -25px;
    left: 25px;
    z-index: 3;
    transform: skew(5deg, -5deg);
	text-shadow: 2px 3px black;
}*/

.price-btn-container-2 .few-left{
color: red;
    font-size: 3rem;
    font-weight: bold;
    display: inline-block;
    background: #fff;
    padding: 3px 2px 6px 10px;
    border: 2px solid red;
    position: absolute;
    top: -20px;
    left: 25px;
    z-index: 3;
    transform: skew(5deg, -5deg);
	text-shadow: 2px 3px palegoldenrod;
}

@media (max-width: 768px) {
.price-btn-container-2 .few-left{
    font-size: 1.8rem;
    top: -25px;
    left: 25px;
}
}
@media (max-width: 600px) {
.price-btn-container-2 .few-left{
    font-size: 1.8rem;
    top: -22px;
    left: 25px;
}
}


/*202502 追加
-------------------------------------------------------------------------------------*/

.white-wrapper{
	background:#fff;
}


.anthem {
	
}



.enjoyment .deco-ttl, .archive .deco-ttl {
    color: #fff;
    opacity: .04;
}

.enjoyment-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3.4rem;
}
.enjoyment-list-item {
  max-width: calc((100% - 20px)/ 2);
  flex-basis: calc((100% - 20px)/ 2);
  border-radius: 4px;
}
.enjoyment-list-item img {
  width: 100%;
   border-radius: 4px;
}
.enjoyment-text{
	max-width: calc((100% - 20px)/ 2);
	flex-basis: calc((100% - 20px)/ 2);
	display: block;
	color: #000;
}

.enjoyment-text h5.t-big{
	font-size: 34px;
  font-size: 3.4rem;
  font-weight: 600;
  border-bottom: solid 3px #e3d598;
  position: relative;
}

.enjoyment-text h5.t-big:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #c5ad11;
  bottom: -3px;
  width: 30%;
}





.archive .inner {
	max-width:900px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/*.archive-wrapper{
      background: #0071b7 url(../img/bg_archive.webp) no-repeat center 62%;
    background-size: contain;
}
@media (max-width: 820px) {
	.archive-wrapper{
	background: #000 url(../img/bg_archive.webp) no-repeat center 74%;
    background-size: contain;
}
}
	@media (max-width: 768px) {
	.archive-wrapper{
	background: #000 url(../img/sp_bg_archive.webp) no-repeat center 65%;
        background-size: 160%;
}
}
.archive-wrapper p {
	margin-bottom: 60px;
}*/

.archive-title {
	width: 100%;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
     margin-bottom: 1.4rem;
	color:#fff;
}

.archive-header {
	position: relative;
	padding:2em .25em 1.5em;/*内側の余白*/
	border: 5px solid #97d4f2;
	z-index: 0;
	/*background: url("../img/archive_bg.webp") no-repeat center top;*/
	margin-bottom: 30px;
}
.archive-header:before {
	    border-top: 5px solid #2e318d;
    border-left: 5px solid #2e318d;
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 40px;
    height: 40px;
    z-index: 1;
}
.archive-header:after {
	border-bottom:5px solid #2e318d;
	border-right:5px solid #2e318d;
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	right: -5px;
	width: 40px;
	height: 40px;
	z-index: 1;
}

.archive-header .keta{
	position: absolute;
	width: 280px;
    top: -135px;
    right: -65px;
    z-index: 1;
}

@media (max-width: 768px) {
.archive-header .keta{
	position: absolute;
	width: 250px;
    top: -110px;
    right: -60px;
    transform: rotate(5deg);
}
}
@media (max-width: 600px) {
.archive-header .keta{
	position: absolute;
	width: 200px;
    top: -90px;
    right: -45px;
    transform: rotate(8deg);
}
}


.archive .inner .video_lastyear{
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
.archive .inner .video_lastyear .border{
	box-shadow: 5px 5px #c5ad11;
}
.archive .inner .video_lastyear .video-fukidashi{
	position: absolute;
	width: 280px;
    top: -30px;
    left: -80px;
}


@media (max-width: 768px) {
	.archive .inner .video_lastyear{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.archive .inner .video_lastyear .video-fukidashi{
	position: absolute;
	width: 340px;
    top: -50px;
    left: -60px;
    transform: rotate(5deg);
}
}
@media (max-width: 600px) {
	.archive .inner .video_lastyear{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.archive .inner .video_lastyear .video-fukidashi{
	position: absolute;
	width: 205px;
    top: -40px;
    left: -30px;
    transform: rotate(5deg);
}
}

hr {
border-width:3px 0 0 0; 
border-style:solid;
border-color:#fff;
	margin-bottom: 40px;
}

.archive-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3.4rem;
}
.archive-list-item {
  position: relative;
  max-width: calc((100% - 20px)/ 2);
  flex-basis: calc((100% - 20px)/ 2);
  border-radius: 4px;
}


.archive-list-item .documentary{
	position: absolute;
	width: 280px;
    top: -70px;
    left: -65px;
    z-index: 1;
	transform: rotate(5deg);
}
.archive-list-item .documentary img{
	box-shadow: none;
}
@media (max-width: 820px) {
.archive-list-item .documentary{
	position: absolute;
	width: 230px;
        top: -70px;
        left: -35px;
    z-index: 1;
}
}
@media (max-width: 768px) {
.archive-list-item .documentary{
	position: absolute;
	width: 320px;
    top: -30px;
    left: -55px;
    transform: rotate(5deg);
}
}
@media (max-width: 600px) {
.archive-list-item .documentary{
	position: absolute;
	width: 200px;
    top: -35px;
    left: -30px;
}
}
@media (max-width: 390px) {
.archive-list-item .documentary{
	position: absolute;
	width: 180px;
    top: -30px;
    left: -30px;
}
}



.archive-list-item-three {
  position: relative;
  max-width: calc((100% - 20px)/ 3);
  flex-basis: calc((100% - 20px)/ 3);
  border-radius: 4px;
}

.archive-list-item-full {
  position: relative;
  max-width: 100%;
  flex-basis: 100%;
  border-radius: 4px;
}

@media (max-width: 768px) {
	.archive-list-item,
	.archive-list-item-three	
	{
  position: relative;
  max-width: 100%;
  flex-basis:100%;
  border-radius: 4px;
}
}

.bg-white{
	background: #fff;
	padding-bottom: 20px;
}
@media (max-width: 768px) {
	.bg-white{
	margin-bottom: 30px;
}
}
@media (max-width: 600px) {
	.bg-white{
	padding-bottom: 0;
}
}

.archive-list-item .ttl,
.archive-list-item-three .ttl,
.archive-list-item-full .ttl{
    width: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    bottom: 0;
    padding: 4px 15px 8px;
}
.archive-list-item .ttl p,
.archive-list-item-full .ttl p{
	display: inline-block;
    font-size: 2.2rem;
    color: yellow;
    font-weight: bold;
	line-height: 1.25;
    text-align: left;
    border-bottom: dashed 2px yellow;
    margin: 0;
}
.archive-list-item-three .ttl p{
	display: inline-block;
    font-size: 2rem;
    color: yellow;
    font-weight: bold;
	line-height: 1.25;
    text-align: left;
    border-bottom: dashed 2px yellow;
    margin: 0;
}

@media (max-width: 820px) {
	.archive-list-item .ttl p,
	.archive-list-item-three .ttl p{
    font-size: 1.8rem;
}
}
@media (max-width: 768px) {
	.archive-list-item .ttl p,
	.archive-list-item-three .ttl p{
    font-size: 1.6rem;
}
}
@media (max-width: 414px) {
	.archive-list-item .ttl p,
	.archive-list-item-three .ttl p{
    font-size: 1.55rem;
}
}
.archive-list-item img,
.archive-list-item-three img{
  width: 100%;
   border-radius: 4px;
	box-shadow: 5px 5px #c5ad11;
}

.archive-list-item .ticket-box {
	background: #fff;
	padding: 30px;
	text-align: left;
}

.archive-text{
	max-width: calc((100% - 20px)/ 2);
	flex-basis: calc((100% - 20px)/ 2);
	display: block;
	color: #fff;
}


.archive-list-item .arch-type,
.archive-list-item-full .arch-type {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #c5ad11;
	color:#fff;
	text-align: center;
	height: 70px;
	padding: 4px 10px 10px;
	border-radius: 4px 4px 0 0;
	margin-bottom: 30px;
}
.archive-list-item .arch-type span{
	font-size: 80%;
}

@media (max-width: 768px) {	
	.archive-title {
		font-size: 1.25em;
	}
	.archive-header {
	padding: 1.5em .25em 0.6em;
    background: url(../img/archive_bg.webp) no-repeat center center;
    margin-bottom: 30px;
}
	.archive-list-item .arch-type{
height: 110px;
	}
}
@media (max-width: 600px) {	
	.archive-title {
		font-size: 1.75em;
	}	
	.archive-header {
	padding: 1.8em .25em 1em;
    background: url(../img/archive_bg.webp) no-repeat center top;
    margin-bottom: 30px;
}
	.archive-list-item .arch-type{
height: 70px;
	}
}

.live-session {
	position: relative;
	border: 3px dashed #6d5d00;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.live-session .zendaimimon{
	position: absolute;
	width: 280px;
    top: -110px;
    left: -65px;
    z-index: 1;
}
@media (max-width: 820px) {
.live-session .zendaimimon{
	position: absolute;
	width: 240px;
    top: -95px;
    left: -55px;
    z-index: 1;
}
}
@media (max-width: 768px) {
.live-session .zendaimimon{
	position: absolute;
	width: 300px;
    top: -90px;
    left: -70px;
    transform: rotate(5deg);
}
}
@media (max-width: 600px) {
.live-session .zendaimimon{
	position: absolute;
	width: 210px;
    top: -80px;
    left: -35px;
}
}
@media (max-width: 390px) {
.live-session .zendaimimon{
	position: absolute;
	width: 190px;
    top: -80px;
    left: -30px;
}
}




.ribbon4 {
  display: inline-block;
  position: relative;
  height: 40px;/*高さ*/
  line-height: 38px;/*高さ*/
  text-align: center;
  padding: 0 20px 0 40px;/*文字の左右の余白*/
  font-size: 18px;/*文字サイズ*/
  background: #c5ad11;/*背景色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
  top: 250px;
  z-index: 1;
}
@media (max-width: 820px) {
	.ribbon4 {
    top: 198px;
}
}
@media (max-width: 768px) {
	.ribbon4 {
	font-size: 24px;/*文字サイズ*/
    top: 382px;
}
}
@media (max-width: 600px) {
	.ribbon4 {
	font-size: 18px;/*文字サイズ*/
    top: 208px;
}
}
@media (max-width: 414px) {
	.ribbon4 {
    top: 200px;
}
}
@media (max-width: 390px) {
	.ribbon4 {
    top: 188px;
}
}
@media (max-width: 375px) {
	.ribbon4 {
	height: 30px;
    line-height: 28px;
    padding: 0 15px 0 35px;
    font-size: 16px;
    top: 182px;
}
}
.ribbon4:before { 
  content: '';
  position: absolute;
  bottom: 20%;
  left: 10px;
background:url("../img/tokuten_bakudan.svg");
  width: 24px;
  height: 24px;
}
@media (max-width: 375px) {
	.ribbon4:before  {
    width: 20px;
  height: 20px;
	bottom: 17%;
}
}
.ribbon4:after {
	position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #c5ad11 transparent;
    border-style: solid;
    content: '';
}
.ribbon4:after {
    right: -15px;
    border-width: 20px 15px 20px 0px;
}
@media (max-width: 375px) {
.ribbon4:after {
    right: -10px;
    border-width: 15px 10px 15px 0px;
}
}	

/*吹き出しの場合*/
.arch-fukidashi{
	content: '';
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 40px 0 60px;
	top: 140px;
	right: 30px;
	background:url("../img/fukidashi02.webp") left top;
	background-size: cover;
	color: #fff;
	width: 140px;
	height: 158px;
	font-size: 2.25rem;
	z-index: 1;
}
.arch-fukidashi .gentei{
font-size: 125%;
}
.arch-fukidashi-s{
	content: '';
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-bottom: 10px;
    top: -50px;
    right: 10px;
    background: url(../img/fukidashi02.webp) left top;
    background-size: cover;
    color: #fff;
    width: 95px;
    height: 107px;
    font-size: 2rem;
}

@media (max-width: 820px) {
	.arch-fukidashi{
    top: 180px;
	right: 20px;
	background:url("../img/fukidashi02.webp") left top;
	background-size: cover;
	color: #fff;
	width: 120px;
	height: 135px;
	font-size:1.1em;
	padding: 35px 0 65px;
}
}
@media (max-width: 768px) {
	.arch-fukidashi,
	.arch-fukidashi-s{
	top: 400px;
	right: 10px;
	width: 160px;
	height: 180px;
	font-size:1em;
	padding: 40px 0 65px;
}
	.arch-mb {
		margin-bottom: 80px;
	}
}
@media (max-width: 600px) {
	.arch-fukidashi,
	.arch-fukidashi-s{
	top: 220px;
	width: 100px;
	height: 113px;
	padding: 30px 0 70px;
}
	.arch-mb {
		margin-bottom: 60px;
	}
}

@media (max-width: 390px) {
	.arch-fukidashi,
	.arch-fukidashi-s{
	top: 210px;
	width: 92px;
	height: 103px;
	padding: 25px 0 75px;
}
}
@media (max-width: 375px) {
	.arch-fukidashi,
	.arch-fukidashi-s{
	top: 200px;
	width: 80px;
        height: 70px;
        padding: 20px 0 70px;
}
}

	
a.arch-org-btn-s{
	text-align: center;
    display:block;
    font-weight: bold;
    line-height: 1;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0.5em 3.5em 0.5em 2em;
    background: #e81c24;
    color: #fff;
    height: 50px;
    border-radius: 33px;
    margin: .5rem auto 2rem;
  transition: all 0.3s ease-out;
  position: relative;
  box-shadow: 0 4px 20px 0 rgba(000, 000, 000, 0.5);
	    max-width: 400px;
}

a.arch-org-btn-s:after{
  content: url(../img/arrow.svg);
  display: block;
  position: absolute;
  right: 40px;
  top: 26%;
  transition: all 0.2s ease-out;
}

a.arch-org-btn-s:hover{
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  transition: all 0.2s ease-out;
}
a.arch-org-btn-s:hover:after{
  right: 24px;
  transition: all 0.2s ease-out;
}

@media (max-width: 820px) {
	a.arch-org-btn-s{
    font-size: 1.75rem;
	padding: .9em 3.5em 0.5em 2em;
}
	a.arch-org-btn-s:after{
  top: 30%;
  transition: all 0.2s ease-out;
}
}
@media (max-width: 768px) {
	a.arch-org-btn-s{
    height: 70px;
    line-height: .75rem;
    font-size: 1.5rem;
	 max-width: 500px;
    width: 80%;
}
	a.arch-org-btn-s:after{
  right: 40px;
  top: 38%;
}
}
@media (max-width: 600px) {	
	a.arch-org-btn-s{
    height: 50px;
    line-height: 1.5rem;
    font-size: 1.5rem;	
}
	a.arch-org-btn-s:after{
  right: 40px;
  top: 32%;
}
}
@media (max-width: 390px) {	
	a.arch-org-btn-s{
    height: 50px;
    line-height: 1.85rem;
    font-size: 1.5rem;	
}
	a.arch-org-btn-s:after{
  right: 30px;
  top: 32%;
}
}
@media (max-width: 375px) {	
	a.arch-org-btn-s{
    height: 50px;
    line-height: 2.4rem;
    font-size: 1.5rem;	
}
}


@media (max-width: 768px) {
.enjoyment-list-item {
  min-width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
}
.enjoyment-list-item img {
  width: 100%;
   border-radius: 4px;
}
.enjoyment-text {
  min-width: 100%;
}
.enjoyment-text h5.t-big{
	font-size: 26px;
  font-size: 2.6rem;
}
}

.archive .ttl-jp,
.archive .ttl-en {
	color:#fff;
}


/*202502 追加*/
.ticket {
    background: #fff;
    background-size: 110%;
    background-position: center center;
}
.ticket .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}
.ticket-body-container {
  display: flex;
}
.ticket-body-container-img {
  width: 32%;
}
.ticket-body-container-img img {
  margin: -6.6rem 0 -20rem;
  width: 100%;
  object-fit: contain;
}
.ticket-body-container-txt {
  width: 68%;
  line-height: 2.25;
}

@media (max-width: 768px) {
  .ticket-body-container {
    flex-direction: column;
  }
  .ticket-body-container-img {
    width: 100%;
  }
  .ticket-body-container-img img {
    margin: -2.4rem 0 -1.2rem;
  }
  .ticket-body-container-txt {
    width: 100%;
    font-size: 1.3rem;
  }
}


.pre-order-box h2 {
	line-height: 140%;
}

h3.pre-order{
	color:#c5ad11;
	text-align: center;
	margin-bottom: 30px;
	
}

.pre-order-box {
	max-width: 1080px;
	width:100%;
	text-align: center;
  margin: 60px auto 60px;
  padding: 30px 20px 30px 20px;
	background: #fff;
  border: 2px solid #000;
}
.pre-order-box-ttl {
  background-color: #c5ad11;
  color: #fff;
  border-radius: 100vh;
  padding: 10px 1.5em;
  margin: -75px 0 30px 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 38px;
	font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
width: 80%;
}
.pre-order-box-ttl::after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: 15px solid transparent;
  width: 0;
  height: 0;
  border-top-color: #c5ad11;
}
.pre-order-box img{
	max-width: 800px;
	width:100%;
	margin: 1rem auto;
	border-radius: 4px;
}
.red_marker {
	background: linear-gradient(transparent 50%, #ff9999 0%);
}

.pre-webinar-list {
	width: 90%;
    display: flex;
    justify-content: space-between;
	margin: 0 auto;
}
.pre-webinar-list-item{
max-width: calc((100% - 20px)/ 2);
  flex-basis: calc((100% - 20px)/ 2);
  border-radius: 4px;
}
.pre-webinar-list-item img {
  width: 100%;
   border-radius: 4px;
}
.pre-webinar-text{
	max-width: calc((100% - 20px)/ 2);
	flex-basis: calc((100% - 20px)/ 2);
	display: block;
	color: #000;
}

@media (max-width: 768px) {
.pre-order-box h2 {
  font-size: 1.35em;
}
.pre-order-box h3 {
  font-size: 1.25em;
	line-height: 130%;
}
.pre-order-box h4 {
  font-size: 1em;
	line-height: 130%;
}
.pre-webinar-list {
	width: 90%;
    display: flex;
    flex-wrap: wrap;
	margin: 0 auto;
}
.pre-webinar-list-item{
max-width: 100%;
  flex-basis:100%;
  border-radius: 4px;
	margin-bottom: 30px;
}
}

.small-note{
	font-size: 16px;
	font-size:1.6rem;
	color:#e81c24;
	font-weight: bold;
	margin-top: 20px;
}
.small-note-bk{
	font-size: 16px;
	font-size:1.6rem;
	font-weight: bold;
	margin-top: 20px;
}

.price-btn-container-2 {
  display: inline-block;
  /*text-align: center;*/
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0px;
  font-size: 36px;
  font-size: 3.6rem;
}

@media (max-width: 768px) {
	.price-btn-container-2 {
  margin-bottom: 25px;
}
}
.price-btn-container-2 a {
  color: #fff;
  font-size: 20px;
  font-size: 2.4rem;
  padding: 1.3em 6em 1.3em 2em;
  /*width: 400px;*/
  height: 88px;
  display: inline-block;
  border-radius: 44px;
  margin: 2.8rem auto 0;
  transition: all 0.3s ease-out;
  position: relative;
}
/*a.org-btn{
  background:#ec6d00;
  background: -moz-linear-gradient(90deg,#c3bd24 0, #c5ad11 50%, #009384 100%);
  background: -webkit-linear-gradient(90deg,#c3bd24 0, #c5ad11 50%, #009384 100%);
  background: linear-gradient(90deg,#c3bd24 0, #c5ad11 50%, #009384 100%);
  box-shadow: 0 4px 20px 0 rgba(000, 000, 000, 0.5);
}*/
a.org-btn{
	text-align: center;
	display: inline-block;
  font-weight: bold;
  line-height: 1;
  /*font-size: 36px;
  font-size: 3.6rem;*/
  font-size: 24px;
  font-size: 2.4rem;
  padding: 1.3em 6em 1.3em 2em;
  background:#e81c24;
  color:#fff;
  height: 88px;
  border-radius: 44px;
  margin: 2.8rem auto 0;
  transition: all 0.3s ease-out;
  position: relative;
  box-shadow: 0 4px 20px 0 rgba(000, 000, 000, 0.5);
  margin-bottom: 3rem;
}
a.org-btn-s{
	text-align: center;
	display: inline-block;
  font-weight: bold;
  line-height: 1;
  /*font-size: 36px;
  font-size: 3.6rem;*/
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0.85em 5em 0.85em 2em;
  background:#e81c24;
  color:#fff;
  height: 66px;
  border-radius: 33px;
  margin: 1rem 2rem 3rem 0;
  transition: all 0.3s ease-out;
  position: relative;
  box-shadow: 0 4px 20px 0 rgba(000, 000, 000, 0.5);
}
a.org-btn:after{
  content: url(../img/arrow.svg);
  display: block;
  position: absolute;
  right: 40px;
  top: 38%;
  transition: all 0.2s ease-out;
}

a.org-btn-s:after{
  content: url(../img/arrow.svg);
  display: block;
  position: absolute;
  right: 40px;
  top: 34%;
  transition: all 0.2s ease-out;
}

a.org-btn:hover,
a.org-btn-s:hover{
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  transition: all 0.2s ease-out;
}
a.org-btn:hover:after,
a.org-btn-s:hover:after{
  right: 24px;
  transition: all 0.2s ease-out;
}

/*a.yl-btn:after {
  content: url(../img/arrow2.svg);
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  right: 40px;
  top: 38%;
  transition: all 0.2s ease-out;
}*/

/*a.gr-btn:hover,
a.yl-btn:hover{
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  transition: all 0.2s ease-out;
}
a.gr-btn:hover:after,
a.yl-btn:hover:after{
  right: 24px;
  transition: all 0.2s ease-out;
}*/

.goods-box{
	max-width: 620px;
    width: 100%;
    border: 2px solid #0071b7;
    background: #fff;
    padding: 2rem 3rem;
    margin: 0 auto 50px;
    display: inline-block;
}

.goods-half-box{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	max-width: calc((100% - 20px)/ 2);
  flex-basis: calc((100% - 20px)/ 2);
}
/*.goods-half{
	width: 100%;
	background-color: #ddd;
}
.goods-half-box:last-of-type{
	margin-left: 4%;
}*/
.flex-st a.gr-btn:nth-child(odd){
	margin-right: 30px;
}

@media (max-width: 820px) {
  a.org-btn {
    text-align: center;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    font-size: 24px;
    font-size: 2.4rem;
	padding: 1.3em 4em 1.3em 2em;
	}
a.org-btn-s{
	padding: 0.85em 3.5em 0.85em 2em;
	} 
  .pre-order-box-ttl {
  background-color: #e81c24;
  color: #fff;
  border-radius: 100vh;
  padding: 10px 1.5em;
  margin: -65px 0 30px 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 30px;
	font-size: 3rem;
  font-weight: bold;
  text-align: center;
width: 90%;
}
}
@media (max-width: 768px) {
	a.org-btn{
		font-size: 18px;
		font-size: 1.8rem;
		padding: .65em 4em .65em 2em;
		margin: 2rem auto;
	} 
	a.org-btn-s{
		font-size: 18px;
		font-size: 1.8rem;
		padding: .4em 3em .4em 1em;
		margin: .5rem auto 1rem;
	} 
	a.org-btn:after{
		top: 25%;
	}
	a.org-btn-s:after {
		top: 17%;
	}
	.goods-half-box{
  flex-wrap: wrap;
  max-width: 100%;
  flex-basis: 100%;
	}
	.pre-order-box {
		margin-top: 80px;
	}
.pre-order-box-ttl {
	margin: -90px 0 30px 0;
	line-height: 1.25;
  font-size: 22px;
  font-size: 2.2rem;
  width: 90%;
}
.small-note,
.small-note-bk{
	font-size: 12px;
	font-size:1.2rem;
}
}

@media (max-width: 600px) {
	a.org-btn{
		font-size: 18px;
		font-size: 1.8rem;
		padding: 1.1em 4em 1.1em 2em;
		margin: 2rem auto;
		height: 68px;
	} 
	a.org-btn-s{
		font-size: 18px;
		font-size: 1.8rem;
		padding: .6em 4em .6em 1em;
		margin: .5rem auto 1rem;
		height: 48px;
	} 
	a.org-btn:after{
		top: 34%;
	}
	a.org-btn-s:after {
		top: 30%;
	}
	.pre-order-box {
		margin-top: 70px;
	}
.pre-order-box-ttl {
	margin-top: -74px;
	line-height: 1.25;
  font-size: 22px;
  font-size: 2.2rem;
  width: 90%;
}
}



@media (max-width: 768px) {
  .price-table-container {
    font-size: 1.4rem;
  }
  .price-table-container dt {
    padding-left: 1.6rem;
  }
  .price-table-container dt span {
    padding-right: .6rem;
  }
  .price-table-container dd {
    padding-right: 1.6rem;
  }
  .price-table-container dd p span {
    font-size: 2.4rem;
    padding-left: .5rem;
  }
  .price-table-container dd i {
    font-size:1.4rem;
  }
  .price-table-container dd:after {
    content: '・・・・・・・・・・・・・・・・・・';
  }
  .price-btn-container {
    font-size: 1.4rem;
  }
  .price-btn-container a {
    width: 100%;
    font-size: 1.6rem;
    height: auto;
  }
  .price-info-container {
    font-size: 1.2rem;
    text-align: justify;
  }
  .price-table-capacity p {
    font-size: 1.6rem;
  }
  .price-info-capacity p {
    font-size: 1.6rem;
    border: 2px solid #e81c24;
  }
  .price-capacity-container .price-info-container {
    font-size: 13px;
    font-size: 1.3rem;
  }

}

/*
new items-----------------------------------------------*/
.newitems {
	position: relative;
	z-index: 0;
  /*background-color: #fff;*/
}
.newitems:before {
	position: absolute;
    content: "";
    background: url(../img/new-bg01.webp) no-repeat top left / cover;
	background-size: 50%;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 650px;
    z-index: 0;
}
.newitems:after {
	position: absolute;
    content: "";
    background: url(../img/new-bg02.webp) no-repeat bottom right / cover;
	background-size: 60%;
    display: inline-block;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 750px;
    z-index: 0;
}
.newitems .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}
.newitems-body-container {
  display: flex;
}
.newitems-body-container-img {
  width: 32%;
}
.newitems-body-container-img img {
  margin: -6.6rem 0 -20rem;
  width: 100%;
  object-fit: contain;
}
.newitems-body-container-txt {
  width: 68%;
  line-height: 2.25;
}


.newitems-body-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.newitems-item-two {
  text-align: center;
  max-width: calc((100% - 20px)/ 2);
  flex-basis: calc((100% - 20px)/ 2);
  border-radius: 4px;
}
.newitems-item-two img {
  width: 100%;
	background: #fff;
   border-radius: 4px;
	border:1px solid #d2d2d2;
	box-shadow: 5px 5px #d2d2d2;
	margin-bottom: 10px;
}
.newitems-item-three {
  text-align: center;
  max-width: calc((100% - 30px)/3);
  flex-basis: calc((100% - 30px)/ 3);
  border-radius: 4px;
}
.newitems-item-three img {
  width: 100%;
	background: #fff;
   border-radius: 4px;
	border:1px solid #d2d2d2;
	box-shadow: 5px 5px #d2d2d2;
	margin-bottom: 10px;
}
.newitems-text{
	max-width: calc((100% - 20px)/ 2);
	flex-basis: calc((100% - 20px)/ 2);
	display: block;
	color: #000;
}


/*お楽しみ袋*/
.otanoshimi {
  width: 100%;
	background: url("../img/bg_otanoshimi.webp") no-repeat center center / cover;
   border-radius: 4px;
	border:1px solid #d2d2d2;
	box-shadow: 5px 5px #d2d2d2;
	text-align: center;
	padding: 40px 50px;
	z-index: 1;
}

.otanoshimi-item-three {
  text-align: center;
  max-width: calc((100% - 10%)/3);
  flex-basis: calc((100% - 10%)/ 3);
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
margin-top: auto !important;
}
.otanoshimi-item-three p {
	text-align: center;
	margin:0 auto;
	display: block;
    width: 100%;
	margin-top: auto;
}
.otanoshimi-item-three img {
  width: 100%;
	margin-bottom: 10px;
}
.otanoshimi-item-three img.ota5 {
  width: 75%;
	margin: auto auto 0;
}
.otanoshimi-item-three img.ota3 {
  width: 65%;
	margin: auto auto 0;
}
.ribbon9 {
  display: inline-block;
  position: relative;
  height: 52px;
  text-align: center;
  box-sizing: border-box;
  margin-bottom:30px;
}
.ribbon9:before {/*左側のリボン端*/
  content: '';
  position: absolute;
  width: 60px;
  bottom: -10px;
  left: -45px;
  z-index: -2;
  border: 20px solid #aa950e;
  border-left-color: transparent;/*山形に切り抜き*/
}

.ribbon9:after {/*右側のリボン端*/
  content: '';
  position: absolute;
  width: 60px;
  bottom: -10px;
  right: -45px;
  right: -45px;
  z-index: -2;
  border: 20px solid #aa950e;
  border-right-color: transparent;/*山形に切り抜き*/
}

.ribbon9 h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 50px;
  line-height: 52px;
  font-size: 1.5em;
  color: #FFF;
  background: #c5ad11;/*真ん中の背景色*/
}
.ribbon9 h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #6d5d00;/*左の折り返し部分*/
}
.ribbon9 h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #6d5d00;/*右の折り返し部分*/
}


@media (max-width: 768px) {
.newitems-body-container {
	flex-wrap: wrap;
	}
	
.newitems-item-two {
  text-align: center;
  max-width: 100%;
  flex-basis: 100%;
	margin-bottom: 30px;
}
.newitems-item-three {
  text-align: center;
  max-width: 100%;
  flex-basis: 100%;
	margin-bottom: 30px;
}
.newitems-text{
	max-width: 100%;
	flex-basis: 100%;
}
.ribbon9 h3 {
  padding: 0 50px 5px;
  line-height: 52px;
  font-size: 1em;
		flex-basis: 100%;
}
.ribbon9:before {/*左側のリボン端*/
  content: '';
  position: absolute;
  width: 60px;
  bottom: -16px;
  left: -45px;
  z-index: -2;
  border: 22px solid #aa950e;
  border-left-color: transparent;/*山形に切り抜き*/
}

.ribbon9:after {/*右側のリボン端*/
  content: '';
  position: absolute;
  width: 60px;
  bottom: -16px;
  right: -45px;
  right: -45px;
  z-index: -2;
  border: 22px solid #aa950e;
  border-right-color: transparent;/*山形に切り抜き*/
}
.otanoshimi-item-three {
  text-align: center;
  max-width: 100%;
  flex-basis: 100%;
	margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
}

@media (max-width: 600px) {
.ribbon9 h3 {
  padding: 0 20px 5px;
  line-height: 52px;
  font-size: 1.5em;
		flex-basis: 100%;
}
}

@media (max-width: 375px) {
.ribbon9 h3 {
  padding: 0 10px 5px;
  line-height: 52px;
  font-size: 1.5em;
		flex-basis: 100%;
}
}


/*-- ライブ ---*/
.live-header {
  text-align: center;
  margin-bottom: 40px;
}
.live-body-container {
  display: flex;
  justify-content: space-between;
}
.live-card {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  background-color: #fff;
  width: 30%;
  overflow: hidden;
  box-shadow: 20px 20px 20px rgb(2 0 49 / 5%);
}
.live-card-cover {
  height: 15rem;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.live-card:nth-child(1) .live-card-cover {
  background-image: url(../img/live-sapporo.jpg);
}
.live-card:nth-child(2) .live-card-cover {
  background-image: url(../img/live-osaka.jpg);
}
.live-card:nth-child(3) .live-card-cover {
  background-image: url(../img/live-fukuoka.jpg);
}
.live-card:nth-child(4) .live-card-cover {
  background-image: url(../img/live-okinawa.jpg);
}
.live-card-content {
  flex: 1;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 1.6rem 1.2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.live-card-content-ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.live-card-content a {
  margin-top: 2.4rem;
  padding: 0.8em 3em;
  background-color: #D37C7C;
  border-radius: 2.4rem;
  display: inline-block;
  color: #fff;
  width: 20rem;
  height: 4.8rem;
  text-align: center;
}
.live-card:nth-child(1) a {
  background-color: #D37C7C;
}
.live-card:nth-child(2) a {
  background-color: #CC699E;
}
.live-card:nth-child(3) a {
  background-color: #846ECE;
}
.live-card:nth-child(4) a {
  background-color: #910608;
}
.live-card-content a:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    transition: all 0.2s ease-out;
}

@media (max-width: 768px) {
  .live-header {
    text-align: justify;
    margin-bottom: 2.8rem;
  }
  .live-body-container {
    flex-direction: column;
  }
  .live-card {
    width: 100%;
    margin-bottom: 2rem;
  }
  .live-card:last-child {
    margin: 0;
  }
}

/*-- フッター ---*/
.footer {
  background-color: #fff;
}
.footer .wrap {
  padding: 40px 60px;
}
.footer-inner {
  text-align: center;
}
.footer-link-list {
  display: flex;
  justify-content: center;
}
.footer-link-list li a {
  font-size: 12px;
  opacity: .4;
  margin: 0 14px;
}
.copyright {
  font-size: 12px;
  opacity: .4;
}

@media (max-width: 768px) {
  .footer .wrap {
    width: 100%;
    padding: 4rem 3rem 2.4rem;
  }
  .footer-link-list {
    flex-direction: column;
    margin-bottom: 3.2rem;
  }
}


@media (max-width: 500px) {
  .modal-container .modal-speaker-container{
    flex-direction: column;
  }
  .modal-speaker-txt{
    width: 100%;
  }
  .modal-container .speaker-img-icon{
    margin-bottom: 1em;
    margin-left: calc(50% - 3.2rem);
  }
  .news dl{
    flex-wrap: wrap;
  }
  .news dl dt{
    max-width: 100%;
    margin-bottom: 1em;
    text-align: left;

  }
  .news dl dd{
    max-width: 100%;
    padding-left: 0;
  }

}


/*Pad以下ドロワーメニュー*/
.menu-container,
#menu-toggle{
	display: none;
}

@media (max-width: 768px) {
/* メニューコンテナ全体のスタイル */
.menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* メニューボタンのスタイル */
.menu-button {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 2;
}

/* メニューバーのスタイル */
.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px 0;
  background-color: #333;
  transition: 0.4s;
}

/* メニューボタンがチェックされた場合の1つ目のバーのアニメーション */
#menu-toggle:checked ~ .menu-button .bar:nth-child(1) {
  transform: rotate(45deg) translate(-2px, 3px);
}

/* メニューボタンがチェックされた場合の2つ目のバーのアニメーション */
#menu-toggle:checked ~ .menu-button .bar:nth-child(2) {
  opacity: 0;
}

/* メニューボタンがチェックされた場合の3つ目のバーのアニメーション */
#menu-toggle:checked ~ .menu-button .bar:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -13px);
}

/* メニュートグルのスタイル */
#menu-toggle {
  display: none;
}

/* メニューのスタイル */
.menu {
  position: fixed;
  padding: 3rem 0;
  top: 0;
  right: -100%; /* 変更: メニューを左からスライドインさせるためにrughtに設定 */
  width: 100%;
  height: auto;
  background-color: #f3f3f3;
  transition: 0.4s;
  z-index: 1;
  overflow-y: auto;
}

/* メニュートグルがチェックされた場合のメニューの表示アニメーション */
#menu-toggle:checked ~ .menu {
  right: 0; /* メニューを表示させるために left を 0 に変更 */
}

/* メニュー内のリストのスタイル */
.menu ul {
  list-style: none;
  padding: 20px;
}

/* メニュー内リストのリンクのスタイル */
.menu ul li a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
  display: block;
  padding: 10px 0;
  transition: 0.2s;
}
.header-nav-item {
	width: 100%;
	height: 3rem;
  margin-left: 32px;
  font-size: 1.4rem;
  font-weight: 700;
}
/* メニュー内リストのリンクのホバー時のスタイル */
.menu ul li a:hover {
  color: #bf7497;
}
}
@media (max-width: 600px) {
.header-nav-item {
	width: 100%;
	height: 4rem;
  margin-left: 32px;
  font-size: 2rem;
  font-weight: 700;
}
}


/*特定商取引法に基づく表示*/
#tradelaw{
	padding-top: 50px;
}

.tradelaw dl{
  display:flex;
  max-width: 800px;
  margin: 1em auto;
  justify-content: center;
  /*border-bottom: 1px dotted #888;*/
  padding-bottom: 1em;
}
.tradelaw dl:first-of-type{
  margin-top: 2em;
}
.tradelaw dl dt{
  flex: 0 100%;
  max-width: 8em;
  text-align: right;
  line-height: 1.5;
  font-weight: bold;
}
.tradelaw dl dd{
  flex: 0 100%;
  max-width: calc(100% - 6em);
  padding-left: 2em;
  text-align: left;
  line-height: 1.5;
}
.tradelaw dl dd a {
	border-bottom: 1px solid #e3d598;
}

@media (max-width: 768px) {
  .tradelaw dl{
    flex-wrap: wrap !important;
	font-size: 1.1rem;
  }
  .tradelaw dl dt{
    max-width: 100%;
    margin-bottom: 1em;
    text-align: left;
  }
  .tradelaw dl dd{
    max-width: 100%;
    padding-left: 0;
  }

}
@media (max-width: 600px) {
  .tradelaw dl{
	font-size: 1.4rem;
  }
	}

/*トップに戻るボタン*/
a.totop {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  padding: 8px;
  text-decoration: none;
  background-color: #e81c24;
  display: block;
  text-align: center;
  border-radius: 24px;
  opacity: 0;
  transition: opacity 0.4s ease-in;
  z-index: 2;
}

a.totop::before {
  content: url(../img/totop.svg) ;
  /*font-family: 'Font Awesome 6 Free';
  font-size: 30px;
  font-weight: 900;*/
  color: #fff;
  line-height: 40px;
}

/* fadeinクラスがついた時だけ表示する */
a.totop.fadein {
  opacity: 1;
}
@media (max-width: 600px) {
  a.totop{
	 right: 10px;
  }
	}