@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;
}

:root {
	--main-color: #7c0009; /*rgb(124, 920, 9)*/
	--btn:#e15504;
	--bg-light:#f7f3eb;
	--timeline:#bd936d
}


::-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;
}

@media (max-width: 600px) {	
	h3 {
  font-size: 1.35em;
}
	
h5 {
  font-size: 1.05em;
}
}
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;
}

/*カラー*/
.darkred {
	color:var(--main-color);
}
.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;
}

/*----------------------------------  テキスト関係 -------------------------------*/

.mincho {
	font-family: 'Noto Serif JP', serif !important;
}
.mincho-ita {
	font-family: 'Noto Serif JP', serif !important;
	font-style: italic !important;
}

.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;
}


/*ボタン*/
a.org-btn-sq{
    text-align: center;
    display: flex;
	align-items: center;
    font-weight: bold;
    line-height: 1;
	font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0.5em 1em 0.5em 1em;
    background: #ec6d00;
    color: #fff;
    width: 86%;
    height: 60px;
    border-radius: 0;
    margin: 2.8rem auto 2rem !important;
    transition: all 0.3s 
ease-out;
    position: relative;
    box-shadow: 0 4px 6px 0 rgba(000, 000, 000, 0.3)
}
a.org-btn-s{
	text-align: center;
	display: flex;
	align-items: center;
  font-weight: bold;
  line-height: 1;
	font-family: 'Noto Serif JP', serif;
  /*font-size: 36px;
  font-size: 3.6rem;*/
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0.85em 6em 0.85em 2em;
  background:#ec6d00;
  color:#fff;
  height: 50px;
  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-sq:after{
  content: url(../img/arrow.svg);
  display: block;
  position: absolute;
	width: 24px;
  right: 40px;
  /*top: 30%;*/
  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-sq:hover,
a.org-btn-s-sq:hover{
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  transition: all 0.2s ease-out;
}
a.org-btn-sq:hover:after,
a.org-btn-s-sq:hover:after{
  right: 24px;
  transition: all 0.2s ease-out;
}
a.org-btn-sq p{
	margin: -4px 0 0 0;
}


/*見出し*/
h2.title_L{
    color: var(--main-color);
    position: relative;
    padding: 10px 52px;
    font-family: 'Noto Serif JP', serif;
	font-style: italic;
    font-size: 34px;
    letter-spacing: 0.1em;
    font-weight: 800;
    display: inline-block;
    box-sizing: border-box;
    width: auto;
    text-align: center;
    margin: 20px;
    margin-inline: auto;
}
h2.title_L::before, h2.title_L::after {
  content:'';
  position: absolute;
  background: var(--main-color);
  width: 40px;
  height: 1px;
  rotate: -60deg;
  display: inline-block;
}

h2.title_L::before {
  top: 35%;
  left: 0;
}

h2.title_L::after {
  bottom: 35%;
  right: 0;
}

h2.title_L span::before, h2.title_L span::after {
  content:'';
  position: absolute;
  background: var(--main-color);
  width: 40px;
  height: 1px;
  display: inline-block;
}

h2.title_L span::before {
  left: 30px;
  top: 4px;
}

h2.title_L span::after {
  right: 30px;
  bottom: 4px;
}

/*白タイトル*/
h2.title_L_wh{
    color: #fff;
    position: relative;
    padding: 10px 52px;
    font-family: 'Noto Serif JP', serif;
	font-style: italic;
    font-size: 34px;
    letter-spacing: 0.1em;
    font-weight: 800;
    display: inline-block;
    box-sizing: border-box;
    width: auto;
    text-align: center;
    margin: 24px;
    margin-inline: auto;
}
h2.title_L_wh::before, h2.title_L_wh::after {
  content:'';
  position: absolute;
  background: #fff;
  width: 40px;
  height: 1px;
  rotate: -60deg;
  display: inline-block;
}
h2.title_L_wh::before {
  top: 35%;
  left: 0;
}

h2.title_L_wh::after {
  bottom: 35%;
  right: 0;
}
h2.title_L_wh span::before, h2.title_L_wh span::after {
  content:'';
  position: absolute;
  background: #fff;
  width: 40px;
  height: 1px;
  display: inline-block;
}
h2.title_L_wh span::before {
  left: 30px;
  top: 4px;
}

h2.title_L_wh span::after {
  right: 30px;
  bottom: 4px;
}
@media ( max-width : 767px ){
	h2.title_L,
	h2.title_L_wh{
    font-size: 25px;
		letter-spacing: -0.02rem;
}
h2.title_L::before,
h2.title_L_wh::before	{
  top: 38%;
  left: 10px;
}

h2.title_L::after,
h2.title_L_wh::after{
  bottom: 38%;
  right: 10px;
}

h2.title_L span::before,
h2.title_L_wh span::before{
  left: 40px;
  top: 2px;
}
h2.title_L span::after,
h2.title_L_wh span::after{
  right: 40px;
  bottom: 2px;
}
}

@media ( max-width : 600px ){
h2.title_L,
h2.title_L_wh{
    margin: 10px 0;
}
}
@media ( max-width : 390px ){
	h2.title_L,
	h2.title_L_wh{
    font-size: 20px;
		letter-spacing: -0.04rem;
		padding: 6px 48px;
}
h2.title_L::before,
h2.title_L_wh::before	{
  top: 35%;
  left: 18px;
}

h2.title_L::after,
h2.title_L_wh::after	{
  bottom: 35%;
  right: 18px;
}
h2.title_L::before, h2.title_L::after,
h2.title_L_wh::before, h2.title_L_wh::after{
    width: 30px;
}
h2.title_L span::before, h2.title_L span::after,
h2.title_L_wh span::before, h2.title_L_wh span::after{
    width: 30px;
}
h2.title_L span::before,
h2.title_L_wh span::before	{
  left: 40px;
  top: 0px;
}
h2.title_L span::after,
h2.title_L_wh span::after {
  right: 40px;
  bottom: 0px;
}
}



/*マージン*/
.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;
}
/*-------------------------------------  flex ------------------------------*/
.gap{
	gap:20px;
}
.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-ct{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content:center;
    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;
}

@media ( max-width : 768px ){

  .flex-btw-nowrap{
	flex-wrap:wrap;
}
}

@media ( min-width : 601px ){
	  .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: 600px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}

/*------- 共通 -----------*/
section {
  overflow: hidden;
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 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: 1rem;
  line-height: 1;
}
.ttl-en {
  font-size: 42px;
  font-size: 4.2rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  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;
}


#news .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: 10px;
}


.charm,.price {
	background-color:var(--bg-light);
}
.timetable{
	background-color:var(--main-color);
}

.timetable .ttl-jp:before, .timetable .ttl-jp:after, .price .ttl-jp:before, .price .ttl-jp:after,
.archive .ttl-jp:before, .archive .ttl-jp:after{
  background-color: #fff;
}
.timetable .deco-ttl, .price .deco-ttl {
  color: #fff;
  opacity: .04;
}

.charm .deco-ttl,
.ticket .deco-ttl,
.QandA-section .deco-ttl{
right: -8vw;
bottom: -32px;
}

.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;
}

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

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

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

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 {
	min-width: 200px;
  width: 208px;
}

.header-nav {

}
.header-nav-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header-nav-item {
  margin-left: 32px;
  font-size: 14px;
  font-weight: 700;
}
.header-nav-item a:hover {
  color: var(--main-color);
}

/*ナビ内のボタン*/
.header-nav-list a.org-navbtn-sq{
    text-align: center;
    display: flex;
	align-items: center;
    font-weight: bold;
    line-height: 1;
	font-family: 'Noto Serif JP', serif;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0.5em 1em 0.5em 3em;
    background: #ec6d00;
    color: #fff;
    width: 220px;
    height: 40px;
    border-radius: 0;
    margin: auto 0 auto 32px;
    transition: all 0.3s 
ease-out;
    position: relative;
    box-shadow: 0 4px 6px 0 rgba(000, 000, 000, 0.3)
}
.header-nav-list a.org-navbtn-sq p{
	margin-top: -3px;
}
.header-nav-list a.org-navbtn-sq:before{
	content: url("../img/ticket-i.svg");
  display: block;
  position: absolute;
  width: 24px;
  left: 13px;
}
.header-nav-list a.org-navbtn-sq:after{
  content: url(../img/arrow.svg);
  display: block;
  position: absolute;
	width: 18px;
	height: 18px;
  right: 18px;
  /*top: 30%;*/
  transition: all 0.2s ease-out;
}

.header-nav-list a.org-navbtn-sq:hover{
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  transition: all 0.2s ease-out;
}
.header-nav-list a.org-navbtn-sq:hover:after{
  right: 10px;
  transition: all 0.2s ease-out;
}

@media (max-width: 600px) {
.header-nav-list a.org-navbtn-sq{
    text-align: center;
    display: flex;
	align-items: center;
    font-weight: bold;
    line-height: 1;
	font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    font-size: 2rem;
    padding: 0.5em 1em 0.5em 2.5em;
    background: #ec6d00;
    color: #fff;
    width: 75%;
    height: 48px;
    border-radius: 0;
    margin: 10px 0 auto 32px;
    transition: all 0.3s 
ease-out;
    position: relative;
    box-shadow: 0 4px 6px 0 rgba(000, 000, 000, 0.3)
}
	.header-nav-list a.org-navbtn-sq p{
		margin-top: 0;
	}
}


.mv-wrapper {
	background-image: url("../img/header-bg.webp");
	background-position: center -70px;
}
@media (max-width: 600px) {
.mv-wrapper {
	background: url("../img/sp-header-bg.webp")no-repeat;
	background-position: center top;
	background-size: cover;
}
}
.mv {
  width: 100%;
  position: relative;
  margin: 64px 0 0;
}

.mv .wrap {
  font-feature-settings: "palt";
  background-image: url("../img/2top.webp");
  background-size: 750px;
  background-position: right 50px;
    background-repeat: no-repeat;
    padding-top: 30px;
  padding-bottom: 0;
	height: 720px;
	/*position: relative;*/
}
@media (max-width: 1150px) {
  .mv .wrap {
        background-size: 58%;
       background-position: top 60px right 0;
  }
}
/*@media (max-width: 1024px) {
  .mv .wrap {
    background-size: 630px;
        top: 40px;
  }
}*/

@media (max-width: 820px) {
.mv .wrap {
        background-size: 58%;
       background-position: top 160px right 0;
  }
}
@media (max-width: 768px) {
  .mv .wrap {
    background-size: 58%;
    background-position: top 190px right 0;
  }
}
@media (max-width: 600px) {
	.mv .wrap {
     background-size: 90%;
     background-position: bottom -50px right 10%;
    }
}
@media (max-width: 390px) {
	.mv .wrap {
     background-size: 90%;
     background-position: bottom 0px right 10%;
    }
}

.mv-catch {
  /*width: 330px;*/
  width: 490px;
    padding-bottom: 50px;
    margin: 10px auto auto 0;
  /*font-size: 60px;
  line-height: 1.2;
  letter-spacing: 2px;*/
}
@media (max-width: 1024px) {
  .mv-catch {
  width: 53%;
    margin-left: -30px;
    margin-top: -20px;
}
}
@media (max-width: 820px) {
.mv-catch {
  width: 54%;
  margin: 20px auto auto -30px;
}
}
@media (max-width: 768px) {
  .mv-catch {
  width: 54%;
  margin: 60px auto auto -20px;
}
}
@media (max-width: 600px) {
	.mv-catch {
		width: 100%;
        margin: -20px auto 0;
    }
}


.mv-catch-container {
  padding: 0 0 140px;
  position: relative;
}

.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,.6);
	padding: 0;
	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: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 24px;
  font-size:2.4rem;
	margin-top: 5px;
}
.black-bg .wraper .info span{
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 40px;
  font-size:4.0rem;
  margin-bottom: 10px;
}
.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: .4rem 1rem 0 1rem;
  }
@media (max-width: 820px) {
.black-bg{
        height: auto;
        padding: 20px 0 0;
}	
.black-bg .wraper {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  display:flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}
.black-bg .wraper .info{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 24px;
  font-size:2.4rem;
}
}



/*mv内のボタン*/
a.org-mvbtn-sq{
    text-align: center;
    display: flex;
	align-items: center;
    font-weight: bold;
    line-height: 1;
	font-family: 'Noto Serif JP', serif;
    font-size: 1.5rem;
    padding: 0.5em 1em 0.5em 3em;
    background: #ec6d00;
    color: #fff;
    width: 270px;
    height: 50px;
    border-radius: 0;
    margin: auto;
    transition: all 0.3s 
ease-out;
    position: relative;
    box-shadow: 0 4px 6px 0 rgba(000, 000, 000, 0.3)
}
a.org-mvbtn-sq p{
	margin-top: -3px;
	font-size: 19px;
}
a.org-mvbtn-sq:before{
	content: url("../img/ticket-i.svg");
  display: block;
  position: absolute;
  width: 24px;
  left: 15px;
}
a.org-mvbtn-sq:after{
  content: url(../img/arrow.svg);
  display: block;
  position: absolute;
	width: 18px;
	height: 18px;
  right: 25px;
  /*top: 30%;*/
  transition: all 0.2s ease-out;
}
a.org-mvbtn-sq:hover{
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  transition: all 0.2s ease-out;
}
a.org-mvbtn-sq:hover:after{
  right: 20px;
  transition: all 0.2s ease-out;
}

@media (max-width: 1024px) {
.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:#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;
}


.black-bg{
	margin: 0 calc(50% - 50vw);
}
.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-catch-container {
            padding: 3rem 0 28rem;
  }
  .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;
  }
  /*.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;
	}
	.mv-catch-container {
            padding: 2rem 0 28rem;
  }
	.black-bg {
	background: rgb(0,0,0, .7);
	margin: 0 calc(50% - 50vw);
	height: 120px;
	padding: 10px 0 0;
	}
	.black-bg .wraper{
	flex-wrap: wrap;
	}
	.black-bg .wraper .info{
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
    font-size:1.6rem;
	line-height: 1.2;
	justify-content: center;
}
  .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: -.5rem 1.5rem 0 1rem;
  }
.black-bg .wraper .info .time{
		margin-top: -7px;
	}
	.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) {
	.black-bg .wraper a.org-btn-s{
		padding: 0.9em 2.5em 0.7em 1em;
	}
}



.about01 {
  background-color: #fff;
}
.about01 .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}
.about01-body-container {
  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: 1.6rem;
  }
.about01-body-container-txt span {
	font-size: 20px;
	font-size:2rem;
}
}


/*ニュース*/
.news {
  background-color: #fff;
}
.news .wrap{
  background-color: transparent !important;
}
.news .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}
.news_scroll {
    max-width: 800px ;
    margin: 1em auto 0;
    height: auto;
    padding: 20px;
    /*overflow:auto;
    overflow-y:scroll;*/
}
.news dl{
  display:flex;
  max-width: 800px !important;
  margin: 0 auto 1em;
  justify-content: center;
  border-bottom: 1px dotted #888;
  padding-bottom: 1em;
font-size: 18px;
}
.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 #e3d598;
}
@media (max-width: 768px) {
	.news dl{
		font-size:22px;
	}
}
@media (max-width: 600px) {
  .news .inner {
		margin-bottom: -30px;
	}
  .news dl{
	  font-size:1.4rem;/*ニュース　元は　inherit*/
    flex-wrap: wrap;
  }
  .news dl dt{
    max-width: 100%;
    margin-bottom: 0.3em;
    text-align: left;

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

}



/*魅力*/
.charm-body-container {
	display: flex;
	flex-wrap: wrap;
	width: 820px;
	margin: 0 auto 30px;
}
@media (max-width: 768px) {
  .charm-body-container {
    flex-direction: column;
  }
  .charm-body-container div:first-child {
    margin-bottom: 2.4rem;
  }
}
.charm-box{
	border:1px solid var(--main-color);
	width: 100%;
	padding: 25px 30px 20px;
	margin: 0 auto 40px;
	text-align: center;
}
.charm-box h3{
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(2.13rem, 0.67vw + 1.70rem, 2.50rem)!important;
	font-weight: 600;
	position: relative;
	display: inline-block;
	padding-left: 110px;
	margin-bottom: 20px;
}
.charm-box h3.first:before{
	content: '';
	position: absolute;
	top: -2px;
	left:0;
	display: inline-block;
	width:96px;
	height: 42px;
	background:url("../img/charm1.webp")no-repeat;
	background-size: contain;
}
.charm-box h3.second:before{
	content: '';
	position: absolute;
	top: -2px;
	left:0;
	display: inline-block;
	width: 96px;
	height: 42px;
	background:url("../img/charm2.webp")no-repeat;
	background-size: contain;
}
.charm-box h3.third:before{
	content: '';
	position: absolute;
	top: -2px;
	left:0;
	display: inline-block;
	width: 96px;
	height: 42px;
	background:url("../img/charm3.webp")no-repeat;
	background-size: contain;
}
.charm-box h3.fourth:before{
	content: '';
	position: absolute;
	top: -2px;
	left:0;
	display: inline-block;
	width: 96px;
	height: 42px;
	background:url("../img/charm4.webp")no-repeat;
	background-size: contain;
}
.charm-box h3.fifth{
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	padding: 0 50px;
}
.charm-box h3.fifth:before{
	content: '';
	position: absolute;
	top: -5%;
	left:0;
	display: inline-block;
	width: 34px;
	height: 44px;
	background:url("../img/osusume.webp")no-repeat;
	background-size: contain;
}
.charm-box h3.fifth:after{
	content: '';
	position: absolute;
	top: -5%;
	right:0;
	display: inline-block;
	width: 34px;
	height: 44px;
	background:url("../img/osusume.webp")no-repeat;
	background-size: contain;
	 transform:rotateY(180deg);
}
.charm-box p{
	text-align: left;
}
@media (max-width: 1023px) {
.charm-box h3{
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(1.88rem, 2.35vw + 0.75rem, 2.25rem)!important;
	font-weight: 600;
	position: relative;
	display: inline-block;
	padding-left: 110px;
	margin-bottom: 20px;
}
}
@media (max-width: 768px) {
.charm-box h3{
	font-family: 'Noto Serif JP', serif;
	font-size: 2.6rem !important;
	font-weight: 600;
	position: relative;
	display: inline-block;
	padding-left: 110px;
	margin-bottom: 20px;
	text-align: left;
}
}
@media (max-width: 767px) {
.charm-box h3{
	font-family: 'Noto Serif JP', serif;
	font-size: 2.2rem !important;
	font-weight: 600;
	position: relative;
	display: inline-block;
	padding: 60px 0 0;
	margin-bottom: 20px;
	text-align: center;
}
.charm-box h3.first:before,
.charm-box h3.second:before,
.charm-box h3.third:before,
.charm-box h3.fourth:before{
	top: 0;
	left:32%;
}
.charm-box p{
	font-size: 1.4rem;/*元は　1.6rem*/
}
}
@media (max-width: 600px) {
.charm-box{
	border:1px solid var(--main-color);
	width: 100%;
	padding: 25px 15px 20px;
	margin: 0 auto 40px;
	text-align: center;
}
}

/*こんな方におすすめ*/
.osusume-box {
  margin: 2em auto; /* 外側余白 */
  padding: 2em; /* 内側余白 */
  background: #fff;
  background-size: 4px 4px;   /* ストライプのサイズ */
  border-top: 4px double var(--main-color); /* 上枠線 */
  border-bottom: 4px double var(--main-color); /* 下枠線 */
  background-clip: padding-box; /* 背景をパディング領域まで表示 */
  max-width: 850px; /* 最大幅 */
}

/* ボックス内の段落：余白なし */
.osusume-box p { margin: 0;}

.osusume-list{
  position: relative;
  line-height: 1.25;
  padding-left: 30px;
}
.osusume-list li {
	margin-bottom: 15px;
}
.osusume-list li:last-child {
  margin: 0;
}
.osusume-list li:before {
content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/list-red.webp) no-repeat;
  background-size: contain;
	background-position: left 50%;
	position: absolute;
    left: 0px;
}
@media (max-width: 768px) {
.osusume-list li {
	font-size: 20px;
}
}
@media (max-width: 600px) {
	.osusume-box {
  padding: 1em; /* 内側余白 */
	}
    .osusume-list li {
        font-size: 1.4rem;/*元は1.6rem*/
    }
	.osusume-list li:before {
    width: 20px;
		height: 20px;
	}
}


.speaker {
  background-color: #fff;
}
.speaker h3.sub{
	color: var(--main-color);
    position: relative;
    padding: 10px 52px;
    font-family: 'Noto Serif JP', serif;
	font-style: italic;
	font-size: 30px;
	text-align: center;
} 
.boad-list{
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
	gap:20px;
	margin-bottom: 50px;
  border-radius: 0;
  background-position: 125% 65%;
  background-size: 75%;
}
.boad-list-item{
	width:31.3%;
	/*height: 409px;*/
	aspect-ratio: 4 / 3;
	position: relative;
  background: var(--main-color) url("../img/boad-wave-bg.webp") no-repeat;
  background-position: 80% 65%;
  background-size: 180%;
}

.boad-list-item-cover {
	position: absolute;
	width: 100%;
	height: 40%;
	padding-top: 22px;
	background: rgb(124,0,9, .8);
	left: 0;
    bottom: 0;
	clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
	z-index: 99;
}
.boad-list-item-txt{
	margin-top: 30px;
	text-align: center;
	color: #fff;
}
.boad-list-item-txt p{
	font-size: clamp(1.40rem, 0.45vw + 0.94rem, 1.80rem) !important;
    line-height: 1.3;
}

/*.boad-list-item-cover-comingsoon {
	position: absolute;
    width: 100%;
    height: 40%;
    background: rgb(0, 0, 0, .3);
    top: 30%;
    left: 0;
    bottom: 0;
    clip-path: polygon(0 50px, 100% 0, 100% 100px, 0 100%);
    z-index: 99;
}*/
.comingsoon{
	position: absolute;
    width: 100%;
    top: 45%;
    left: 0%;
    text-align: center;
    color: #fff;
    transform: rotate(-10deg);
}
@media (max-width: 1024px) {
.boad-list-item-cover {
	height: 40%;
	padding-top: 15px;
}
}
@media (max-width: 820px) {
	.boad-list-item-cover {
	height: 50%;
	padding-top: 35px;
}
	.boad-list-item-txt{
	margin-top: 10px;
}
}
@media (max-width: 768px) {
	.boad-list-item-cover {
	height: 50%;
	padding-top: 30px;
}
}
@media (max-width: 600px) {
.boad-list-item{
	width:100%;
}
.boad-list-item-cover {
	height: 40%;
	padding-top: 15px;
}
.boad-list-item-txt{
	margin-top: 45px;
}
}
@media (max-width: 390px) {
.boad-list-item-txt{
	margin-top: 35px;
}
}

.boad-list-item-name{
}

.boad-list-itemall-img:hover,
.boad-list-item-img:hover {
 /* opacity: .8;*/
}

.speak-title {
	font-size: 24px;
    font-size: 2.4rem;
	width: 100%;
	text-align: left;
    margin-top: 2.4rem;
	paint-order: stroke;
	-webkit-text-stroke: 2px var(--main-color);
	text-shadow: 1px 1px 10px var(--main-color);
}
.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: 0;
  background: var(--main-color) url("../img/guest-wave-bg.webp")no-repeat;
  background-position: 125% 65%;
  background-size: 75%;
}

.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-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 var(--main-color);
	text-shadow: 1px 1px 10px var(--main-color);
}
.speaker-list-itemall-name,
.speaker-list-item-name {
  font-size: 34px;
  font-size: 3.4rem;
  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;
}

/*プログラムが決まる前のリスト*/
.pre-program-box {
  margin: 2em auto .5em; /* 外側余白 */
  padding: 1em 1.5em; /* 内側余白 */
  background-size: 4px 4px;   /* ストライプのサイズ */
  border-top: 4px double var(--main-color); /* 上枠線 */
  border-bottom: 4px double var(--main-color); /* 下枠線 */
  background-clip: padding-box; /* 背景をパディング領域まで表示 */
  width: 45%;
  border:2px #fff solid;
}
.pre-program-box h3{
	font-family: 'Noto Serif JP', serif;
	color:#fff;
	padding-bottom: 5px;
	border-bottom:1px solid ;
	margin-bottom: .7em;
}
/* ボックス内の段落：余白なし */
.pre-program-box p { margin: 0;}

.pre-program-list{
  position: relative;
  font-size: 22px;
  color:#fff;
  font-weight: 600;
  line-height: 1.25;
  padding-left: 30px;
}
.pre-program-list li {
	margin-bottom: 15px;
}
.pre-program-list li:last-child {
  margin: 0;
}
.pre-program-list li:before {
content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/list-wh.webp) no-repeat;
  background-size: contain;
	position: absolute;
	background-position: 0 80%;
    left: 0px;
}
@media (max-width: 820px) {
	.pre-program-box {
  width: 100%;
}
}
@media (max-width: 600px) {
.pre-program-list{
  font-size: 1em;
}
.pre-program-list li:before {
  width: 22px;
  height: 22px;
}
}

.timetable-marker {
  width: 12px;
  height: calc(100% - 50px);
  position: absolute;
  top: 5px;
  background:var(--timeline);
  /*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: 1;
}
.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: #fff;
  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/program-item-bg.webp");
  background-repeat: no-repeat;
  background-position: -80px -10px;
  background-size: 130%;
  z-index: -1;
}
@media (max-width: 820px) {
.timetable-contents-list-item-speaker:after {
  background-position: -80px 50%;
}
}
/*.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;
}
.timetable-contents-list-item-speaker-txt h3 {
  font-family: 'Noto Serif JP', serif;
  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-red a:hover {
  opacity: .8;
}

.timetable-speaker-red
.timetable-contents-list-item-speaker-txt h3:after {
  background-color: var(--main-color);
}

.timetable-speaker-red h4 {
  color: var(--main-color);
}

.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%;
  object-fit: contain;
}

.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 var(--main-color);
}
.speaker-circle02:after {
  border: 3px solid var(--main-color);
}
.speaker-circle03:after {
  border: 3px solid var(--main-color);
}

/*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;
	border-radius: 50%;
  object-fit: contain;
}
.speaker-img-trio .speaker-img-icon-area:after {
  border: none;
}

.dialogue {
  display: flex;
	gap:20px;
}
.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: var(--main-color);
}
.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:0 0 10px 0.5rem;
}
.img-multiple{
	width:460px;
	display:flex;
	justify-content: end;
}
.align-end{
		align-items: flex-end !important;
	}

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

@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: 3.25rem;
    padding: 0 0 0 3.2rem;
    width: 30%;
  }
  .timetable-contents-list-item-info .hour:after {
    left: 0;
    top: -.1rem;
  }
  .timetable-contents-list-item-info .note {
    font-size: 2rem;
    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: 3.7rem !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: 2.6rem;
  }
  .timetable-contents-list-item-speaker-txt h4 span{
  font-size: 11px;
  font-size: 2rem;
  font-weight: normal;
}
  .timetable-contents-list-item-speaker-txt p {
    font-size: 2.2rem;
  }

  .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%;
  }
  .timetable-contents-list-item-speaker-img {
    margin-left: .6rem;
	  margin-bottom: .5rem;
  }
  .speaker-img-icon {
    width: 14rem;
    height: 14rem;
  }
  .speaker-img-icon-area img {
    width: 14rem;
    height: 14rem;
	  border-radius: 50%;
  object-fit: contain;
  }
  .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;
	  border-radius: 50%;
  object-fit: contain;
  }
}

@media (max-width: 600px) {
	.timetable-contents-list-item-info .hour {
    font-size: 1.8rem;
    padding: 0 0 0 3.2rem;
    width: 40%;
  }
    .timetable-contents-list-item-info .note {
        font-size: 1.25rem;
        line-height: 1.3;
        width: 93%;
    }
	.timetable-contents-list-item-speaker-txt h3,
  .t30{
    font-size: 2rem !important;
    margin-bottom:2.4rem;
  }
	.timetable-contents-list-item-speaker-txt h4 {
    font-size: 1.8rem;
		margin: 0 0px 6px 0;
  }
	 .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;
    }
	.speaker-img-icon {
        width: 7.4rem;
        height: 7.4rem;
    }
	.speaker-img-icon-area img {
    width: 7.4rem;
    height: 7.4rem;
	  border-radius: 50%;
  object-fit: contain;
  }
    .dialogue {
        justify-content: space-between;
		width: 60%;
	}
}

@media (max-width: 768px) {
  /*.modal {
    width: 90%;
    height: 480px;
    padding: 4.4rem 1.6rem;
  }*/
  .modal-close {
    right: -0.5rem;
  }
  .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: 50%;
}
.access-map-inner iframe {
  width: 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-map iframe {
  width: 100%;
  height:inherit;
  /*filter: grayscale(71%) hue-rotate(179deg) saturate(21%);*/
}
.access-map 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 2rem;
}
.access-info-txt-left {
  font-weight: bold;
  padding-right: 0;
  width: 26%;
}
.access-info-txt-left p {
  background-color: var(--main-color);
  color: #fff;
  padding: 0.1em 0.5em;
  display: inline-block;
}
.access-info-txt-right {
	font-size: 20px;
	font-size: 2.0rem;
  width: 70%;
}
.access-info-txt-right-s {
	font-size: 14px;
	font-size: 1.4rem;
  width: 74%;
}
.access-info-txt-right a,
.access-info-txt-right-s a{
  color: #1B62B4;
  text-decoration: underline;
}

@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 1.5rem;
    font-size: 1.3rem;
  }
  .access-info-txt-left {
    width: 25%;
    padding: 0;
  }
  .access-info-txt-right {
    width: 68%;
  }
.access-info-txt-right-s {
	font-size: 14px;
	font-size: 1.4rem;
  width: 75%;
}
}
@media (max-width: 600px) {
  .access-body-container {
    flex-direction: column;
  }
/*.access-map-inner{
  width: 100%;
}*/
  .access-map, .access-info {
    width: 100%;
  }
  .access-map {
    height: 24rem;
    margin: 0 0 3.2rem;
  }
  .access-map p {
    font-size: 1rem;
  }
  .access-info-txt {
	  display: flex;
	  flex-wrap: wrap;
    margin: 0 0 2.4rem 0;
    font-size: 1.3rem;
  }
  .access-info-txt-left {
    width: 32%;
    padding: 0;
  }
  .access-info-txt-right {
    font-size: 16px;
		font-size: 1.6rem;
	}
  .access-info-txt-right,
	.access-info-txt-right-s{
    width: 100%;
  }
}

.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;
}

/*.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;
}

.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: 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;
}
@media (max-width: 768px) {	
.price-btn-container-2 .soldout,
.price-table-container dl dt .soldout{
	width: 165px;
    font-size: 1.4rem;
    top: -17px;
    left: -15px;
}
}
@media (max-width: 600px) {
.price-btn-container-2  .soldout,
.price-table-container dl dt .soldout{
	width: 130px;
    font-size: 1.8rem;
    top: -20px;
    left: -15px;
}
}
@media (max-width: 414px) {
.price-btn-container-2  .soldout,
.price-table-container dl dt .soldout{
	width: 120px;
    font-size: 1.8rem;
    top: -20px;
    left: -15px;
}
}
@media (max-width: 375px) {
.price-btn-container-2  .soldout,
.price-table-container dl dt .soldout{
	width: 100px;
    font-size: 1.6rem;
    top: -15px;
    left: -15px;
}
}

.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: #000;
    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%;
}

@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 .inner {
	max-width:900px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.archive-wrapper{
    background: var(--bg-light) url(../img/archive-bg.webp) no-repeat center top;
    background-size: contain;
	color:#000;
}
@media (max-width: 820px) {
	.archive-wrapper{
	background: var(--bg-light) url(../img/archive-bg.webp) no-repeat center top;
    background-size: contain;
}
}
	@media (max-width: 768px) {
	.archive-wrapper{
	background:  var(--bg-light) url(../img/archive-bg.webp) no-repeat center top;
        background-size: 160%;
}
}
.archive-wrapper p {
	margin-bottom: 60px;
}

.archive-title {
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
     margin-bottom: 1.4rem;
	color:#000;
}

.archive .inner .video_lastyear{
	position: relative;
	width: 65%;
	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);
}
	.archive p.txt{
		font-size: 1.4rem;
	}
}

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


.archive-btn-box{
  width: 800px;
	padding:1.5rem 1rem 1rem;
	background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 3.4rem;
}
.archive-btn-item {
	width: 390px;
}
.archive-btn-item p.archive-type{
	text-align: center;
	font-size: 24px;
	margin-bottom: -25px;
}

@media (max-width: 820px) {
.archive-btn-box{
  width: 60%;
	background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3.4rem;
}
.archive-btn-item {
	width: 100%;
}
}
@media (max-width: 600px) {
.archive-btn-box{
  width: 100%;
	background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3.4rem;
}
.archive-btn-item p.archive-type{
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: -25px;
}
.archive-btn-box a.org-btn-sq {
    font-size: 21px;
    font-size: 2.1rem;
    width: 90%;
    margin: 2.8rem auto 2rem !important;
}
.archive-btn-box a.org-btn-sq:after{
	width: 24px;
  right: 20px;
  /*top: 30%;*/
}
}


.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.25em;
		line-height: 1.35;
	}	
	.t-big {
    font-size: 1.1em;
    font-weight: 600;
}
	.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;
	}
}

.ticket {
    background: var(--bg-light) url(../img/ticket-bg.webp)no-repeat center top;
}
.ticket .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}
.ticket h3.sub{
	color: var(--main-color);
    position: relative;
    padding: 10px 0;
    font-family: 'Noto Serif JP', serif;
	font-style: italic;
	font-size: 30px;
	text-align: center;
} 
.ticket h3.sub p{
	font-size: 24px;
}
@media (max-width: 600px) {	
	.ticket h3.sub{
	color: var(--main-color);
    position: relative;
    padding: 10px 0;
    font-family: 'Noto Serif JP', serif;
	font-style: italic;
	font-size: 25px;
	text-align: center;
}
	.mb-30{
		margin-bottom: -30px
	}
.ticket h3.sub p{
	font-size: 20px;
}
	.ticket h5,
	.ticket p.small{
		font-size: 1.4rem;
	}
}
@media (max-width: 390px) {	
	.ticket h3.sub{
	color: var(--main-color);
    position: relative;
    padding: 10px 0;
    font-family: 'Noto Serif JP', serif;
	font-style: italic;
	font-size: 22px;
	text-align: center;
} 
.ticket h3.sub p{
	font-size: 17px;
}
}

.preorder-box {
  border: 2px solid var(--main-color);
  background-color: #fff;
	max-width: 100%;
	width: 800px;
	margin: 0 auto 4rem;
}
.preorder-box .ttl {
	width: 100%;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 600;
  display: inline-block;
  padding: .5rem 0 .5rem 13rem;
  background-color: var(--main-color);
	color:#fff;
	margin-bottom: 20px;
}
.preorder-box .ttl span{
	font-size: 30px;
	font-size: 3rem;
}
.preorder-box .ttl::before{
	content: '';
	position: absolute;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 40px 0 60px;
	top: 7px;
	left: 20px;
	background:url("../img/kinkyu.webp") left top no-repeat;
	background-size: contain;
    color: #fff;
    width: 90px;
}
.preorder-box h2.kigen{
	font-size: 32px;
	font-size: 3.2rem;
	color: var(--main-color);
	text-align: center;
	margin-bottom: 20px;
}
.preorder-box .pre-webinar{
	width: 650px;
	display: flex;
    align-items: center;
    font-size: 24px;
    font-size: 2.4rem;
	gap:20px;
	margin: 0 auto;
}
.preorder-box .pre-webinar .body-text{
	display: inline-block;
    font-size: 24px;
    font-size: 2.4rem;
	font-weight: 600;
}
.preorder-box .pre-webinar .icon{
	display: block;
	background-color: var(--main-color);
	color:#fff;
	font-size: 26px;
	font-size: 2.6rem;
	width: 70px;
    text-align: center;
    padding: 0 5px;
}
.preorder-box .txt {
  padding: 2rem 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
@media (max-width: 600px) {	
.preorder-box .txt {
  padding: 2rem 0 0;
	font-size: 1.4rem;
	text-align: center;
}
}

.preorder-box a.org-btn-sq{
    text-align: center;
    display: flex;
	align-items: center;
    font-weight: bold;
    line-height: 1;
	font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0.5em 1em 0.5em 3em;
    background: #ec6d00;
    color: #fff;
    width: 420px;
    height: 60px;
    border-radius: 0;
    margin: 2.8rem auto 2.8rem !important;
    transition: all 0.3s 
ease-out;
    position: relative;
    box-shadow: 0 4px 6px 0 rgba(000, 000, 000, 0.3);
		cursor: pointer;
}
.preorder-box a.org-btn-sq:after{
  content: url(../img/arrow.svg);
  display: block;
  position: absolute;
	width: 24px;
  right: 40px;
  /*top: 30%;*/
  transition: all 0.2s ease-out;
}
.preorder-box a.org-btn-sq:before{
  content: url("../img/ticket-i.svg");
  display: block;
  position: absolute;
  width: 40px;
  left: 25px;
  /*top: 30%;*/
  transition: all 0.2s ease-out;
}

.preorder-box a.org-btn-sq:hover{
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  transition: all 0.2s ease-out;
}
.preorder-box a.org-btn-sq:hover:after{
  right: 24px;
  transition: all 0.2s ease-out;
}
.preorder-box a.org-btn-sq p{
	margin: -4px 0 0 0;
}

@media (max-width: 768px) {
.preorder-box .ttl {
	width: 100%;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: 600;
  display: inline-block;
  padding: .5rem 0 .5rem 13rem;
  background-color: var(--main-color);
	color:#fff;
	margin-bottom: 20px;
}
	}

@media (max-width: 600px) {
.preorder-box .ttl{
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 600;
  display: inline-block;
  padding: .5rem 1rem .5rem 7.5rem;
  background-color: var(--main-color);
	color:#fff;
	text-align: center;
	line-height: 1.25;
	margin-bottom: 20px;
}
.preorder-box .ttl::before{
	content: '';
	position: absolute;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 40px 0 60px;
	top: 7px;
	left: 10px;
	background:url("../img/kinkyu.webp") left top no-repeat;
	background-size: contain;
    color: #fff;
    width: 60px;
}
.preorder-box .ttl span{
	font-size: 18px;
	font-size: 1.8rem;
}
.preorder-box h2.kigen{
	font-size: 24px;
	font-size: 2.4rem;
}
.preorder-box .pre-webinar .body-text{
	display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
	line-height: 1.25;
}
.preorder-box .pre-webinar .icon{
	display: block;
	background-color: var(--main-color);
	color:#fff;
	font-size: 18px;
	font-size: 1.8rem;
	width: 60px;
    text-align: center;
    padding: 0 5px;
	margin-left: 20px;
}
.preorder-box a.org-btn-sq{
    text-align: center;
    display: flex;
	align-items: center;
    font-weight: bold;
    line-height: 1;
	font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0.5em 0.6em 0.5em 2.6em;
    background: #ec6d00;
    color: #fff;
    width: 92%;
    height: 60px;
    border-radius: 0;
    margin: 2.8rem auto 2.8rem !important;
    transition: all 0.3s 
ease-out;
    position: relative;
    box-shadow: 0 4px 6px 0 rgba(000, 000, 000, 0.3)
}
.preorder-box a.org-btn-sq:after{
  content: url(../img/arrow.svg);
  display: block;
  position: absolute;
	width: 24px;
  right: 15px;
  /*top: 30%;*/
  transition: all 0.2s ease-out;
}
.preorder-box a.org-btn-sq:before{
  content: url("../img/ticket-i.svg");
  display: block;
  position: absolute;
  width: 30px;
  left: 15px;
  /*top: 30%;*/
  transition: all 0.2s ease-out;
}
.preorder-box a.org-btn-sq p{
	margin: -4px 0 0 0;
}
}

.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;
  }
}

.red_marker {
	background: linear-gradient(transparent 50%, #ff9999 0%);
}

.small-note{
	font-size: 16px;
	font-size:1.6rem;
	color:#ec6d00;
	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;
}

.ticket-box{
	width: 31.3%;
	background: #fff;
	padding: 0;
	margin-bottom: 40px;
	text-align: center;
}
.ticket-box h4.type{
	width: 100%;
	background: var(--main-color);
	padding: 20px 0;
	text-align: center;
	margin-bottom: 20px;
	font-size: 36px;
	font-family: 'Noto Serif JP', serif;
	color:#fff;
}
.ticket-box h4.price{
	background: #fff;
	width: 100%;
	font-size: 50px;
	text-align: center;
	color: var(--main-color);
	margin-bottom: 30px;
	font-family: 'Noto Serif JP', serif;
}
.ticket-box h4.price span{
	font-size: 30px;
}
.ticket-box .item{
	max-width: 320px;
	width: 100%;
}


@media (max-width: 820px) {
	.ticket-box{
	width: 48%;
	background: #fff;
	padding: 0 0 30px 0;
	margin-bottom: 40px
}
}
@media (max-width: 600px) {
	.ticket-box{
	width: 100%;
	background: #fff;
	padding: 0 0 30px 0;
	margin-bottom: 0px
}
	.ticket-underS{
		transform: scale(.8);
	}
	.mb-50{
		margin-bottom: -50px;
	}
	.mb-100{
		margin-bottom: -100px;
	}
.ticket-box h4.type {
    padding: 15px 0;
    margin-bottom: 20px;
    font-size: 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;
	}
}
@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%;
	}
.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%;
	}
}

@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 #DB6C27;
  }
  .price-capacity-container .price-info-container {
    font-size: 13px;
    font-size: 1.3rem;
  }

}

/*
new items-----------------------------------------------*/



/*-- フッター ---*/
.footer {
  background-color: var(--main-color);
	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 {
	color:#fff;
  font-size: 12px;
  opacity: .7;
  margin: 0 14px;
}
.copyright {
  font-size: 12px;
  opacity: .7;
}

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

/*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;
}
}

/*トップに戻るボタン*/
a.totop {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  padding: 8px;
  text-decoration: none;
  background-color: var(--main-color);
  display: block;
  text-align: center;
  border-radius: 24px;
  border:#fff 2px solid;
  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;
  }
	}

/* モーダル全体(背景＋本体) */
.modal{
	display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
	z-index: 101;
}

/* モーダル背景 */
.modal-bg{
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* モーダル本体 */
.modal-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll; /* はみ出た部分はスクロールさせる */
  max-height: 75%;/* これが無いと「overflow:scroll」が利かない */
  width: 70%;/* これが無いと「overflow:scroll」が利かない */
  background: #fff url("../img/bg-popup.webp") no-repeat;
  background-position: 50% 120%;
  background-size: 150%;
  margin: auto;
  padding: 4.4rem 4.8rem;
  /*max-width: 840px;
  max-height: 540px;*/
  z-index: 999;
  box-shadow: 20px 20px 50px rgb(2 0 49 / 50%);
  overflow: hidden;
}
@media (max-width: 820px) {
	.modal-content{
		width: 90%;/* これが無いと「overflow:scroll」が利かない */
	}
}

/*.modal-inner {
  position: relative;
  height: 100%;
}*/
.modal-content .deco-ttl {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: tb-lr;
  writing-mode: horizontal-tb;
  position: absolute;
	font-size: 190px;
    left: 10px;
    bottom: -30px;
}
.js-modal-close{
	z-index: 101;
	width: 4.4rem;
  height: 4.4rem;
  position: absolute;
  top: 2.6rem;
  right: 2.8rem;
  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-speaker-container {
  width: 100%;
  display: flex;
  /*margin-bottom: 3.2rem;*/
}
.modal-speaker-txt {
  /*width: calc(100% - 124px);*/
  width: 70%;
  /*padding: 0 0 0 24px;*/
}

.modal-speaker-txt h2 {
  font-size: 1.5em;
	font-weight: 500;
  line-height: 1;
  margin-bottom: 0.15em;
}
.modal-speaker-txt p.title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3;
	margin-bottom: 1rem;
}
.modal-speaker-txt p.modal-profile {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.75;
max-height: 460px;
    /*overflow-y:scroll;*/
}
/*202511追記*/
.modal-speaker-container .popup{
	display: block;
	width: 50%;
	height: auto;
}
@media (max-width: 600px) {
.modal-content{
	padding: 1rem 1.2rem;
	max-height: 100% !important;
    overflow-y: scroll;
    background-position: 55% -90%;
    background-size: 350%;
}
.modal-speaker-container{
		display: flex;
		flex-wrap:wrap;
		flex-direction: column-reverse;
	}
.modal-container .modal-speaker-container{
  }
.modal-speaker-container .popup{
	width: 50%;
    margin: 0 auto 20px;
  }
.modal-speaker-container .modal-speaker-txt{
    width: 95%;
	height: auto;
  }
  .modal-container .speaker-img-icon{
    margin-bottom: 1em;
    margin-left: calc(50% - 3.2rem);
  }
}

/* モーダルウィンドウ表示中に記事本体を固定 */
/*body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}*/

/*QandA*/
.QandA-section{
	background: #fff;
	padding: 0;
}

.qa-wrap{
	height: 300px;
	overflow-y: scroll;
	max-width: 1200px;
    margin: 0 auto;
    padding: 0px 60px;
    position: relative;
}
@media (max-width: 768px) {
.qa-wrap{	
	padding: 0 20px;
}
}
@media (max-width: 600px) {
.QandA-section{
	padding:0;
}
.qa-wrap{	
	padding: 0 5px 0 0;
}
}
.cp_qa {
  margin: 0 auto;
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}
.cp_qa .cp_actab {
border:2px solid var(--main-color);
  /*border-bottom: 1px dotted #cccccc;*/
margin-bottom:5px;
}
/*質問テキスト*/
.cp_qa label {
  background: var(--main-color);
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color:#fff;
  line-height: 1.25;
  width: calc(100% - 0px);
  padding: 10px 55px 10px 80px;
  cursor: pointer;
}
/*＋アイコン*/
.cp_qa label::after {
  position: absolute;
  content: '+';
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 210%;
  font-weight:normal;
  /*margin-left: -50px;*/
  right:20px;
  padding: 0 0 0 0;
  transition: 0.4s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ label::after {
  transform: rotate(45deg);
}
@media (max-width: 600px) {
.cp_qa label{	
	font-size: 16px;
}
}
/*Qアイコン複数*/
.cp_qa .cp_actab:nth-child(1) label::before {
  position: absolute;
  content: '';
  display: inline-block;
 background:  url("../img/qa/q1.webp") no-repeat;
	background-size: contain;
	width: 60px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(2) label::before {
  position: absolute;
  content: '';
  display: inline-block;
 background:  url("../img/qa/q2.webp") no-repeat;
	background-size: contain;
	width: 60px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(3) label::before {
  position: absolute;
  content: '';
  display: inline-block;
 background:  url("../img/qa/q3.webp") no-repeat;
	background-size: contain;
	width: 60px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(4) label::before {
  position: absolute;
  content: '';
  display: inline-block;
 background:  url("../img/qa/q4.webp") no-repeat;
	background-size: contain;
	width: 60px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(5) label::before {
  position: absolute;
  content: '';
  display: inline-block;
 background:  url("../img/qa/q5.webp") no-repeat;
	background-size: contain;
	width: 60px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(6) label::before {
  position: absolute;
  content: '';
  display: inline-block;
 background:  url("../img/qa/q6.webp") no-repeat;
	background-size: contain;
	width: 70px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(7) label::before {
  position: absolute;
  content: '';
  display: inline-block;
 background:  url("../img/qa/q7.webp") no-repeat;
	background-size: contain;
	width: 60px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(8) label::before {
  position: absolute;
  content: '';
  display: inline-block;
 background:  url("../img/qa/q8.webp") no-repeat;
	background-size: contain;
	width: 60px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(9) label::before {
  position: absolute;
  content: '';
  display: inline-block;
 background:  url("../img/qa/q9.webp") no-repeat;
	background-size: contain;
	width: 60px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(10) label::before {
  position: absolute;
  content: '';
  display: inline-block;
 background:  url("../img/qa/q10.webp") no-repeat;
	background-size: contain;
	width: 75px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(11) label::before {
  position: absolute;
  content: '';
  display: inline-block;
 background:  url("../img/qa/q11.webp") no-repeat;
	background-size: contain;
	width: 75px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(12) label::before {
  position: absolute;
  content: '';
  display: inline-block;
 background:  url("../img/qa/q12.webp") no-repeat;
	background-size: contain;
	width: 75px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(13) label::before {
  position: absolute;
  content: '';
  display: inline-block;
 background:  url("../img/qa/q13.webp") no-repeat;
	background-size: contain;
	width: 75px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(14) label::before {
  position: absolute;
  content: '';
  display: inline-block;
 background:  url("../img/qa/q14.webp") no-repeat;
	background-size: contain;
	width: 75px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(15) label::before {
  position: absolute;
  content: '';
  display: inline-block;
 background:  url("../img/qa/q15.webp") no-repeat;
	background-size: contain;
	width: 75px;
    height: 40px;
    left: 10px;
    top: 15%;
}
.cp_qa .cp_actab:nth-child(16) label::before {
  position: absolute;
  content: '';
  display: inline-block;
 background:  url("../img/qa/q16.webp") no-repeat;
	background-size: contain;
	width: 75px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(17) label::before {
  position: absolute;
  content: '';
  display: inline-block;
 background:  url("../img/qa/q17.webp") no-repeat;
	background-size: contain;
	width: 75px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(18) label::before {
  position: absolute;
  content: '';
  display: inline-block;
 background:  url("../img/qa/q18.webp") no-repeat;
	background-size: contain;
	width: 75px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(19) label::before {
  position: absolute;
  content: '';
  display: inline-block;
 background:  url("../img/qa/q19.webp") no-repeat;
	background-size: contain;
	width: 75px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(20) label::before {
  position: absolute;
  content: '';
  display: inline-block;
 background:  url("../img/qa/q20.webp") no-repeat;
	background-size: contain;
	width: 75px;
    height: 40px;
    left: 10px;
    top: 22%;
}
@media (max-width: 600px) {
.cp_qa label {
  padding: 10px 55px 10px 65px;
}
.cp_qa .cp_actab:nth-child(1) label::before,
.cp_qa .cp_actab:nth-child(2) label::before,
.cp_qa .cp_actab:nth-child(3) label::before,
.cp_qa .cp_actab:nth-child(4) label::before,
.cp_qa .cp_actab:nth-child(5) label::before,
.cp_qa .cp_actab:nth-child(6) label::before,
.cp_qa .cp_actab:nth-child(7) label::before,
.cp_qa .cp_actab:nth-child(8) label::before,
.cp_qa .cp_actab:nth-child(9) label::before,
.cp_qa .cp_actab:nth-child(10) label::before,
.cp_qa .cp_actab:nth-child(11) label::before,
.cp_qa .cp_actab:nth-child(12) label::before,
.cp_qa .cp_actab:nth-child(13) label::before,
.cp_qa .cp_actab:nth-child(14) label::before,
.cp_qa .cp_actab:nth-child(15) label::before,
.cp_qa .cp_actab:nth-child(16) label::before,
.cp_qa .cp_actab:nth-child(17) label::before,
.cp_qa .cp_actab:nth-child(18) label::before,
.cp_qa .cp_actab:nth-child(19) label::before,
.cp_qa .cp_actab:nth-child(20) label::before {
	width: 55px;
	top: 16%;
	}
}
/*答えテキスト*/
.cp_qa .cp_actab-content {
  font-size: 1em;
  position: relative;
  overflow: hidden;
  height: 0;
  /*margin: 0 40px;*/
  padding: 0 14px 0 80px;
  transition: 0.4s ease;
  opacity: 0;
}

/*Aアイコン答え*/
.cp_qa .cp_actab:nth-child(1) .cp_actab-content::before{
	position: absolute;
  content: '';
 display: inline-block;
 background:  url("../img/qa/a1.webp") no-repeat;
	background-size: contain;
	width: 60px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(2) .cp_actab-content::before{
	position: absolute;
  content: '';
 display: inline-block;
 background:  url("../img/qa/a2.webp") no-repeat;
	background-size: contain;
	width: 60px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(3) .cp_actab-content::before{
	position: absolute;
  content: '';
 display: inline-block;
 background:  url("../img/qa/a3.webp") no-repeat;
	background-size: contain;
	width: 60px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(4) .cp_actab-content::before{
	position: absolute;
  content: '';
 display: inline-block;
 background:  url("../img/qa/a4.webp") no-repeat;
	background-size: contain;
	width: 60px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(5) .cp_actab-content::before{
	position: absolute;
  content: '';
 display: inline-block;
 background:  url("../img/qa/a5.webp") no-repeat;
	background-size: contain;
	width: 60px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(6) .cp_actab-content::before{
	position: absolute;
  content: '';
 display: inline-block;
 background:  url("../img/qa/a6.webp") no-repeat;
	background-size: contain;
	width: 60px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(7) .cp_actab-content::before{
	position: absolute;
  content: '';
 display: inline-block;
 background:  url("../img/qa/a7.webp") no-repeat;
	background-size: contain;
	width: 60px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(8) .cp_actab-content::before{
	position: absolute;
  content: '';
 display: inline-block;
 background:  url("../img/qa/a8.webp") no-repeat;
	background-size: contain;
	width: 60px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(9) .cp_actab-content::before{
	position: absolute;
  content: '';
 display: inline-block;
 background:  url("../img/qa/a9.webp") no-repeat;
	background-size: contain;
	width: 60px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(10) .cp_actab-content::before{
	position: absolute;
  content: '';
 display: inline-block;
 background:  url("../img/qa/a10.webp") no-repeat;
	background-size: contain;
	width: 75px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(11) .cp_actab-content::before{
	position: absolute;
  content: '';
 display: inline-block;
 background:  url("../img/qa/a11.webp") no-repeat;
	background-size: contain;
	width: 75px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(12) .cp_actab-content::before{
	position: absolute;
  content: '';
 display: inline-block;
 background:  url("../img/qa/a12.webp") no-repeat;
	background-size: contain;
	width: 75px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(13) .cp_actab-content::before{
	position: absolute;
  content: '';
 display: inline-block;
 background:  url("../img/qa/a13.webp") no-repeat;
	background-size: contain;
	width: 75px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(14) .cp_actab-content::before{
	position: absolute;
  content: '';
 display: inline-block;
 background:  url("../img/qa/a14.webp") no-repeat;
	background-size: contain;
	width: 75px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(15) .cp_actab-content::before{
	position: absolute;
  content: '';
 display: inline-block;
 background:  url("../img/qa/a15.webp") no-repeat;
	background-size: contain;
	width: 75px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(16) .cp_actab-content::before{
	position: absolute;
  content: '';
 display: inline-block;
 background:  url("../img/qa/a16.webp") no-repeat;
	background-size: contain;
	width: 75px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(17) .cp_actab-content::before{
	position: absolute;
  content: '';
 display: inline-block;
 background:  url("../img/qa/a17.webp") no-repeat;
	background-size: contain;
	width: 75px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(18) .cp_actab-content::before{
	position: absolute;
  content: '';
 display: inline-block;
 background:  url("../img/qa/a18.webp") no-repeat;
	background-size: contain;
	width: 75px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(19) .cp_actab-content::before{
	position: absolute;
  content: '';
 display: inline-block;
 background:  url("../img/qa/a19.webp") no-repeat;
	background-size: contain;
	width: 75px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab:nth-child(20) .cp_actab-content::before{
	position: absolute;
  content: '';
 display: inline-block;
 background:  url("../img/qa/a20.webp") no-repeat;
	background-size: contain;
	width: 75px;
    height: 40px;
    left: 10px;
    top: 22%;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	background: #fff;
  height: auto;
	line-height: 1.25;
  padding: 14px 14px 14px 80px;
  opacity: 1;
}
@media (max-width: 600px) {
.cp_qa .cp_actab-content {
	font-size: 1.4rem;
}
.cp_qa .cp_actab:nth-child(1) .cp_actab-content::before,
.cp_qa .cp_actab:nth-child(2) .cp_actab-content::before,
.cp_qa .cp_actab:nth-child(3) .cp_actab-content::before,
.cp_qa .cp_actab:nth-child(4) .cp_actab-content::before,
.cp_qa .cp_actab:nth-child(5) .cp_actab-content::before,
.cp_qa .cp_actab:nth-child(6) .cp_actab-content::before,
.cp_qa .cp_actab:nth-child(7) .cp_actab-content::before,
.cp_qa .cp_actab:nth-child(8) .cp_actab-content::before,
.cp_qa .cp_actab:nth-child(9) .cp_actab-content::before,
.cp_qa .cp_actab:nth-child(10) .cp_actab-content::before,
.cp_qa .cp_actab:nth-child(11) .cp_actab-content::before,
.cp_qa .cp_actab:nth-child(12) .cp_actab-content::before,
.cp_qa .cp_actab:nth-child(13) .cp_actab-content::before,
.cp_qa .cp_actab:nth-child(14) .cp_actab-content::before,
.cp_qa .cp_actab:nth-child(15) .cp_actab-content::before,
.cp_qa .cp_actab:nth-child(16) .cp_actab-content::before,
.cp_qa .cp_actab:nth-child(17) .cp_actab-content::before,
.cp_qa .cp_actab:nth-child(18) .cp_actab-content::before,
.cp_qa .cp_actab:nth-child(19) .cp_actab-content::before,
.cp_qa .cp_actab:nth-child(20) .cp_actab-content::before{
	width: 55px;
	top: 16%;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
  padding: 14px 14px 14px 65px;
}
}