@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Waterfall&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');

html {
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    font-family: 'Noto Serif JP', serif;
    overflow-x: hidden;
    color: #000000;
    font-weight: 400;
}
p {
    line-height: 1.8rem;
    text-align: justify;
}
a {
    transition: 0.3s;
}
a:link {
    color: #B42864;
}
a:visited {
    color: #D26E96;
}
a:hover {
    color: #FF0046;
    transition: 0.3s;
    text-decoration: none;
}
a:active {
    color: #FF0000;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.h1-a {
    font-size: 1.4rem;
    line-height: 2.5rem;
}
.h2-a {
    font-size: 1rem;
    line-height: 1.8rem;
}
.h2-b {
    font-size: 2.4rem;
	margin-bottom: -10px;
}
.h2-c {
    font-size: 2.4rem;
	margin-bottom: -10px;
}
.h3-a {
    font-size: 1.5rem;
}
.h3-b {
    font-size: 1.2rem;
}
.h3-c {
    font-size: 1.4rem;
    border-bottom: 1px solid #3c3c3c;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.h4-a {
    font-size: 1.1rem;
}
.h5-a {
    font-size: 1.8rem;
    padding-bottom: 15px;
    margin-bottom: 10px;
	text-align: center;
}
.p-a {
    font-size: 1rem;
    padding-left: 1.2rem;
}

.dl01 dt {
    width: 35px;
    margin-bottom: 10px;
}
.dl01 dd {
	width: calc(100% - 35px);
    margin-bottom: 10px;
}
.dl02 dt {
    width: 80px;
    margin-bottom: 10px;
}
.dl02 dd {
	width: calc(100% - 80px);
    margin-bottom: 10px;
}
.txt-shrink1 {
    letter-spacing: -0.1rem;
}
.txt-shrink2 {
    letter-spacing: -0.25rem;
}
.txt-shrink3 {
    letter-spacing: -0.1rem;
    font-size: 7.8%;
}
.txt-shrink11 {
    letter-spacing: 0.1rem;
}
.txt-shrink12 {
    letter-spacing: 0.2rem;
}
.ankor1 {
    height: 90px;
}
.ankor2 {
    height: 70px;
}
.ankor3 {
    height: 20px;
}
a.bt01 {
    height: 10px;
    border-radius: 5px;
    background-color: #DC96A5;
    font-size: 0.8rem;
    margin-left: 1rem;
    padding-bottom: 0.1rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    color: #FFFFFF;
}
a.bt01:link {
    color: #FFFFFF;
}
a.bt01:visited {
    color: #FFFFFF;
}
a.bt01:hover {
    color: #FFF900;
    background-color: #C86473;
}
a.bt02 {
    height: 10px;
    border-radius: 5px;
    background-color: #96C8E6;
    font-size: 0.8rem;
    margin-left: 1rem;
    padding-bottom: 0.1rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    color: #FFFFFF;
}
a.bt02:link {
    color: #FFFFFF;
}
a.bt02:visited {
    color: #FFFFFF;
}
a.bt02:hover {
    color: #FFF900;
    background-color: #8CD2F0;
}
.head-sns {
    border-radius: 20px;
    border: 1px solid #6a9baf;
    width: 36px;
    height: 36px;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    margin-top: 8px;
}
.head-sns img {
    width: 36px;
    height: 36px;
}
.head-tel {
    height: 45px;
    padding-top: 6px;
    margin-left: 10px;
}
.head-tel img {
    height: 100%;
    width: auto;
}
.head-res {
}
.head-res img {
    height: 20px;
    width: 120px;
    vertical-align: top;
}
.head-res a {
    display: block;
    margin-bottom:  3px;
    margin-top: 3px;
    height: 20px;
}
.head-sns2 {
    border-radius: 20px;
    border: 1px solid #425d7e;
    width: 36px;
    height: 36px;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    margin-top: 8px;
    display: inline-block;
    margin-bottom: 15px;
}
.head-sns2 img {
    width: 36px;
    height: 36px;
}
.head-tel2 {
    height: 45px;
    margin-right: 10px;
}
.head-tel2 img {
    height: 45px;
    width: auto;
}
.head-res2 {
    margin-bottom: 10px;
}
.head-res2 img {
    height: 100%;
    width: auto;
}
.head-res2 a {
    display: block;
    height: 30px;
    margin-left: 7px;
    margin-right: 7px;
}
.head-open {
    margin-bottom: 10px;
    background-color: rgba(0,0,0,0.80);
    color: rgba(255,255,255,1.00);
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    border-radius: 3px;
    padding-bottom: 4px;
    font-size: 0.8rem;
}
.head-open2 {
}
.mainv {
    width: 100%;
    height: 100vh;
    background-image: url(../img/mainv01.webp);
    background-position: center center;
    background-size: cover;
    min-height: 700px;
}
.mainv-content {
    padding-top: 300px;
}
.mainv-logo {
    height: 480px;
}
.mainv-logo img {
    height: 100%;
    width: auto;
}
.mainv-line {
    background-image: url(../img/dot01.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 400px auto;
    padding-bottom: 20px;
}
.mainv-copy {
}
.top-margin {
    margin-top: 100px;
}
.top-margin2 {
    height: 69px;
}
.title01 {
    display: inline-block;
    position: relative;
    margin-top: 3.5rem;
    margin-bottom: 1rem;
}
.title01::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 60px;
    background-image: url(../img/title-left.webp);
    background-size: auto 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: -60px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.title01::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 60px;
    background-image: url(../img/title-right.webp);
    background-size: auto 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.title02 {
    display: inline-block;
    position: relative;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.title02::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 100px;
    background-image: url(../img/title-left2.webp);
    background-size: auto 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: -80px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.title02::after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 100px;
    background-image: url(../img/title-right2.webp);
    background-size: auto 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -80px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.open01 {
    text-align: center;
}
.open01 {
    text-align: center;
}
.open01 {
    text-align: center;
}
.page-top {
    width: 100%;
    text-align: center;
}
.bg-page00 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(../img/bg05.webp);
}
.navbar-bg {
    height: 70px;
    position: fixed;
    z-index: 10;
    background-color: #FFFFFF;
    border-image-slice: 1;
    max-width: 100vw;
}
.nav-link {
    transition: 0.3s;
}
.navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
    padding: 0.42rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: rgba(227,227,227,1);
    border: 1px solid rgba(180,180,180,1);
    border-radius: 0.25rem;
    z-index: 5000;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(70,70,70,1)' stroke-width='3' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-nav {
    width: 100%;
    position: relative;
}
.nav-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.nav-item a:link {
    color: #28141E;
}
.nav-item a:visited {
    color: #28141E;
}
.nav-item a:hover {
    color: #D26E96;
}
.nav-item a:active {
    color: #FF0000;
}
.brand-img {
    height: 50px;
    width: auto;
}
.line {
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.line:hover {
    cursor: pointer;
}
.line::after {
	position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #6a9baf;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.line:hover::after {
	transform: scale(1, 1);
}
.drop-hover:hover > .dropdown-menu {
  display: block !important;
}
.dropdown-menu {
    margin-top: 0rem;
}
.dropright .dropdown-menu {
    margin-left: 0rem;
}
.no-link {
    color: #555555;
}
.bt-login a {
    border-radius: 4px;
    letter-spacing: 0.1em;
}
.bt-login a:link {
    background-color: #ED8599;
    color: #FFFFFF !important;
}
.bt-login a:visited {
    background-color: #ED8599;
    color: #FFFFFF !important;
}
.bt-login a:hover {
    background-color: #F05A8C;
    border: none !important;
    color: #FFF500 !important;
}
.nav-login {
    position: fixed;
    right: 100px;
    z-index: 5000;
    top: 10px;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-item {
    font-size: 14px;
    color: #64503C;
}
.dropdown-item:hover {
    background-color: #F5E1E1;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
.menu01 {
    font-size: 0.9rem;
    display: block;
    font-weight: 400;
    line-height: 1.3rem;
}
.menu02 {
    font-size: 0.7rem;
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    line-height: 0.7rem;
}
.menu03 {
    font-size: 1.1rem;
    display: block;
    font-weight: 400;
    line-height: 1.5rem;
}
.menu04 {
    font-size: 0.6rem;
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    line-height: 0.5rem;
}
.gmenu-box {
    display: block;
    height: calc(100vh - 70px);
    position: fixed;
    background-color: rgba(255,255,255,1.00);
    z-index: 10;
    top: 70px;
    left: 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gmenu-wide {
    text-align: center;
}
.gmenu-wide .nav-hover {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.10);
}
.gmenu-wide a {
    display: block;
}
.gmenu-wide a:link {
    color: #6a9baf;
}
.gmenu-wide a:visited {
    color: #6a9baf;
}
.gmenu-wide a:hover {
    color: #EC831B;
    background-color: rgba(0,0,0,0.07);
}
.wide100 {
    width: 100%;
}
.img100,.img80,.img70,.img50 {
    width: 100%;
}
.img100 img {
    width: 100%;
    height: auto;
}
.img80 img {
    width: 80%;
    height: auto;
}
.img70 img {
    width: 70%;
    height: auto;
}
.img50 img {
    width: 50%;
    height: auto;
}
footer {
}
.footer-logo {
    height: 180px;
}
.footer-logo img {
    width: auto;
    height: 100%;
}


.copyright {
    font-size: 0.7rem;
}


.table01 {
  border-collapse: separate;
  border-spacing: 0;
}

.table01 td {
  background: #fff;
  text-align: center;
  padding: 10px 0;
  border-right: 2px solid #fff;
}

.table01 td:last-child {
  border-right: none;
}

.table01 tr:nth-child(odd) td {
  background: #e1ebef;
  text-align: center;
	padding: 10px 0;
}



.table02 {
    width: 100%;
    font-size: 0.9rem;
    border-top: 1px solid rgba(0,0,0,0.15);
    border-left: 1px solid rgba(0,0,0,0.15);
}
.table02 th {

}
.table02 td  , .table02 th{
    border-bottom: 1px solid rgba(0,0,0,0.15);
    border-right: 1px solid rgba(0,0,0,0.15);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
}
.td-center {
    text-align: center;
}
.system ul {
    padding-left: 1rem;
}
.system li {
    list-style-type: circle;
    margin-bottom: 10px;
}
.mt-anchor {
    padding-top: 190px;
    margin-top: -120px;
}
.mt-6 {
    margin-top: 5rem;
}
.mt-7 {
    margin-top: 7rem;
}
.mb-6 {
    margin-bottom: 5rem;
}
.mb-7 {
    margin-bottom: 7rem;
}
.pt-6 {
    padding-top: 5rem;
}
.pt-7 {
    padding-top: 7rem;
}
.pb-6 {
    padding-bottom: 5rem;
}
.pb-7 {
    padding-bottom: 7rem;
}
.wt600{
	font-weight: 600;
}
.free-d {
    font-size: 1.6rem;
    padding-left: 0.2rem;
    color: #ED8599;
    vertical-align: -0.2rem;
}
.cap01 {
    font-size: 0.8rem;
    text-align: right;
    line-height: 1.1rem;
}
.container-sns {
    mheight: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.bt-tell {
    height: 50px;
}
.bt-sns01 {
}
.bt-sns01 img {
    height: 100%;
    width: auto;
}
.bt-sns01 a {
    height: 40px;
    border-radius: 25px;
    background-color: #6a9baf;
    display: block;
    margin-bottom: 8px;
    margin-top: 8px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}
.bt-tell01 a {
    height: 50px;
    border-radius: 25px;
    background-color: #FFFFFF;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}
.bt-login01 a {
    border-radius: 25px;
    background-color: #6a9baf;
    display: block;
    margin-bottom: 5px;
    margin-top: 15px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 30px;
    color: #FFFFFF;
}
.bt-login01 a:link {
    color: #FFFFFF;
}
.bt-login01 a:visited {
    color: #FFFFFF;
}
.bt-login01 a:hover {
    color: #FFE500;
}
.top-link-img{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.top-link a img{
 transition:0.5s all;
}
.top-link a:hover img{
    transform: scale(1.1);
    transition: 0.5s all;
    opacity: 0.8;
}
.cast-box {
    margin-bottom: 2rem;
}
.cast-box2 {
  position: relative;
  padding: 40px 35px 20px 35px;
  background-image: url('../img/cast/frame.webp'); 
  background-size: 92% 92%;
  background-repeat: no-repeat;
  background-position: center;
}
.cast-photo {
    background-color: #333333;
}
.photo-box ,.photo-box2 {
    position: relative;
    width: 100%;
    aspect-ratio: 2 / 3;
    overflow: hidden;
}
.photo-box img ,.photo-box2 img {
    position: absolute;
}
.prof-box {
    padding-top: 0.5rem;
    padding-bottom: 0.9rem;
    background-color: #F0F2F4;
}
.prof-box2 {
    padding-top: 0.5rem;
    padding-bottom: 0.9rem;
}
.name {
    font-size: 1.2rem;
}
.age {
    font-size: 1rem;
}
.radius{
	border-radius: 15px;
}
.age::before {
    font-size: 1rem;
    content: "age:";
}
.cast-name {
    padding-top: 2rem;
}
.cast-name .name {
    font-size: 2.2rem;
    text-align: center;
}
.cast-name .age {
    font-size: 1.5rem;
    text-align: center;
}
.time {
    font-size: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    background-color: #6a9baf;
    background-image: url(../img/icon-watch.webp);
    background-repeat: no-repeat;
    background-position: 9px center;
    background-size: 24px 24px;
    padding-top: 5px;
    padding-bottom: 8px;
    padding-left: 33px;
    line-height: 14px;
    color: #FFFFFF;
    border-radius: 3px;
    padding-right: 12px;
    display: inline-block;
}
.box01 {
    border-image-slice: 1;
    padding-top: 1.2rem;
    padding-bottom: 2rem;
}
.acc-dl dt {
    float: left;
	border: 1px solid #6a9baf;
    width: 30%;
    max-width: 120px;
    margin-bottom: 13px;
    clear: both;
    color: #6a9baf;
    border-radius: 3px;
    text-align: center;
}
.acc-dl dd {
    float: left;
    width: 70%;
    padding-left: 13px;
    margin-bottom: 13px;
}

.sche_table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 100%;
  width: max-content;
  white-space: nowrap;
}

.sche_table td {
  background: #fff;
  text-align: center;
  padding: 15px 0;
  border-right: 2px solid #fff;
}

.sche_table th:first-child {
  width: 120px; 
}
.sche_table th:last-child {
  border-right: none;
}


.sche_table td:last-child {
  border-right: none;
}

.sche_table tr:nth-child(odd) td {
  background: #e1ebef;
}

.sche_table th {
  background-color: #6a9baf;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  color: #fff;
  border-right: 2px solid #fff;
}

.sche_table td:first-child,
.sche_table th:first-child {
  width: 180px;
  min-width: 180px;
}

.sche-place{
	border: 1px solid #6a9baf;
	padding: 5px;
}
.sche-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.sche_table td:first-child,
.sche_table th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  width: 180px;
  min-width: 180px;
}


ul#news_box {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    list-style-type: none;
    padding-left: 0px;
}
#news_box li {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-top: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 15px;
    text-indent: 1rem;
}
#news_box li:last-child {
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
p.text_b {
    color: #6a9baf;
    padding-top: 7px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 4px;
    margin-bottom: 0px;
    letter-spacing: 0.1rem;
    text-indent: 0rem;
}
.qr-box {
	margin: 0 auto;
    border: 1px solid #6a9baf;
	padding: 25px 0;
}
.qr-box img {
	width: 100px;
}
.qr-flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.bg-stone {
    background-image: url(../img/recruit/bg01.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 50px;
}
.h3-oubo img {
    height: auto;
}
.ul-job {
  border-top: 1px solid #AAAAAA;
  margin: 2rem;
  list-style: none;
  padding-left: 0;
}

.ul-job li {
  position: relative;
  border-bottom: 1px solid #AAAAAA;
  padding-left: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-image: url(../img/recruit/list01.png);
  background-repeat: no-repeat;
  background-position: left center; 
}

.ul-job li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 14px;
  color: #6a9baf;
  font-size: 0.9em;
  line-height: 1;
}
.free-box table {
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.15);
    border-left: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 30px;
}
.free-box th {
    background-color: rgba(0,0,0,0.05);
}
.free-box td , .free-box th{
    border-bottom: 1px solid rgba(0,0,0,0.15);
    border-right: 1px solid rgba(0,0,0,0.15);
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
}
.free-box h2 {
    color: #6a9baf;
    font-size: 1.4rem;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 8px;
    margin-bottom: 10px;
    margin-top: 40px;
    font-weight: 600;
}
.free-box h3 {
    color: #6a9baf;
    font-size: 1.2rem;
    border-left: 6px solid #6a9baf;
    padding-left: 5px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}
.free-box h4 {
    color: #6a9baf;
    font-size: 1.1rem;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 400;
}
.free-box h5 {
    color: #6a9baf;
    font-size: 1.1rem;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 400;
}
.free-box p {
    margin-bottom: 15px;
}
.footer-bn-box {
    border-top: 1px solid rgba(0,0,0,0.15);
    padding-top: 20px;
}
.footer-bn {
    padding-bottom: 20px;
    font-size: 0.8rem;
    text-align: center;
    line-height: 1.1rem;
    margin-left: 10px;
    margin-right: 10px;
}
.footer-bn img {
    padding-bottom: 5px;
}
.footerFlex{
	display: flex;
	justify-content: center;
}
.footer-box{
	padding: 5rem 0;
}
.mail-form {
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
}
.mail-form input, .mail-form textarea {
    padding: 10px;
    border: 1px solid #CCCCCC;
}
.mail-form dt {
    padding-top: 10px;
    font-size: 0.9rem;
    font-weight: 400;
    padding-bottom: 6px;
    color: #555555;
}
.mail-form .bt-submit {
    padding-top: 15px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 15px;
    border-style: none;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #6a9baf;
    color: #FFFFFF;
}
.mail-form .bt-reset {
    padding-top: 15px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 15px;
    border-style: none;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #777777;
    color: #FFFFFF;
}
.bordertop{
	background-color: #fff;
	padding: 20px;
}

/* カラー設定 */

.blue01 {
    color: #6a9baf;
}
.blue02 {
    color: #6a9baf;
}
.red01 {
    color: #B42864;
}
.red02{
    color: #ff263a;
}
.orange01 {
    color: #E66E3C;
}
.green01 {
    color: #75A55A;
}
.white01 {
    color: #FFFFFF;
}


.bg-glay01 {
    background-color: #F0EBE6;
}
.bg-glay02 {
    background-color: #B4AAA0;
}
.bg-glay03 {
    background-color: #676767;
}
.bg-blue01 {
    background-color: #F0F2F4;
}
.bg-blue02 {
    background-color: #9CAABB;
}
.bg-blue03 {
    background-color: #6a9baf;
}
.bg-blue04 {
    background-color: #6a9baf;
}
.bg-red01 {
    background-color: #B42864;
}
.bg-red02 {
    background-color: #D26E96;
}
.bg-red03 {
    background-color: #FADEE8;
}
.bg-red04 {
    background-color: #FDF0F8;
}
.bg-orange01 {
    background-color: #FFFAF0;
}
.bg-orange02 {
    background-color: #FFF0DC;
}
.bg-orange03 {
    background-color: #FFB464;
}
.bg-green01 {
    background-color: #F0F3EB;
}
.bg-green02 {
    background-color: #E5F6EA;
}
.bg-green03 {
    background-color: #C0E6AF;
}
.bg-img1{
	background: url("../img/top_back.webp") no-repeat center/cover;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}



/* フォントサイズ設定 */

.gv {
  font-family: "Waterfall", cursive;
}
.ts07 {
    font-size: 0.7rem;
}
.ts08 {
    font-size: 0.8rem;
}
.ts09 {
    font-size: 0.9rem;
}
.ts10 {
    font-size: 1.0rem;
}
.ts11 {
    font-size: 1.1rem;
}
.ts12 {
    font-size: 1.2rem;
}
.ts13 {
    font-size: 1.3rem;
}
.ts14 {
    font-size: 1.4rem;
}
.ts15 {
    font-size: 1.5rem;
}
.ts16 {
    font-size: 1.6rem;
}
.ts20 {
    font-size: 2rem;
}
.lh12 {
    line-height: 1.2rem;
}
.lh14 {
    line-height: 1.4rem;
}
.lh15 {
    line-height: 1.6rem;
}
.size150 {
    font-size: 150%;
}
.size130 {
    font-size: 130%;
}
.size120 {
    font-size: 120%;
}
.size110 {
    font-size: 110%;
}
.size90 {
    font-size: 90%;
}
.size80 {
    font-size: 80%;
}
.size70 {
    font-size: 70%;
}





/* トップ挙動制御 */

@-webkit-keyframes zoomUp {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
  }
}
@-webkit-keyframes nozoom {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}
.swiper-container {
    position: relative;
    height: calc(100vh - 70px);
}
.swiper-wrapper {
    max-width: 100%;
}
.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img { /* 8秒かけて拡大させる */
    -webkit-animation: zoomUp 8s linear 0s;
    animation: zoomUp 8s linear 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.swiper-img {
    background-size: cover;
    background-position: center center; /* 背景画像は中央を軸に表示させる */
    height: 100vh;
    min-height: 800px;
}
.swiper-img2 {
    background-size: 100% auto;
    background-position: center center; /* 背景画像は中央を軸に表示させる */
    height: 200px;
    background-repeat: no-repeat;
}
.swiper-box {
    background-color: rgba(255,255,255,0.90);
    position: absolute;
    top: 140px;
    left: 0px;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 5px;
    z-index: 10;
    border-right: 8px solid #5096C3;
}
.swiper-box2 {
    z-index: 10;
    position: absolute;
    top: 13%;
	right: 7%; 
}
.swiper-box3 {
    position: absolute;
    z-index: 10;
    left: 0px;
    padding-left: 3%;
    padding-right: 3%;
    top: 140px;
}
.swiper-text1 {
}
.swiper-text2 {
}
.swiper-text3 {
    position: absolute;
    z-index: 10;
    left: 0px;
    bottom: 40px;
    padding-left: 3%;
    padding-right: 3%;
}
.swiper-text-h1a {
    font-size: 1.4rem;
    color: #2878AA;
    text-shadow: 0px 0px 0px 2px rgba(255,255,255,0.80);
    line-height: 1.7rem;
    display: block;
    margin-bottom: 0px;
}
.swiper-text-h1b {
    font-size: 1.4rem;
    color: #FFFFFF;
    padding-top: 3px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    text-align: center;
    background-color: #2878AA;
    border-radius: 5px;
    margin-right: auto;
}
.swiper-text-h2 {
    margin-top: 1.5rem;
    font-size: 3rem;
    line-height: 4rem;
    color: #FFFFFF;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.50);
}
.swiper-text-p {
    color: #FFFFFF;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.50);
    font-size: 1.3rem;
    line-height: 2.2rem;
}
.swiper-text-p2 {
    font-size: 1.1rem;
    line-height: 2.4rem;
}





/*==================================================
スライダーのためのcss
===================================*/

.gallery{
	margin:0;
	padding:0;
}

.gallery li{
list-style:none;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/

.choice-btn {
    margin-top: 0;
    margin-right: 0;
    margin-left: -5px;
    margin-bottom: 0;
    padding: 0;
}
.choice-btn li{
    cursor: pointer;
    outline: none;
    width: 25%!important;
    list-style: none;
    padding-left: 5px;
    padding-right: 5px;
}

.choice-btn li img{
	opacity: 0.4;/*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img{
	opacity: 1;/*選択されているものは透過しない*/
}

.choice-btn .slick-track {
	transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/
}




.sp-box {
    background: url("../img/corner01.webp"),url("../img/corner02.webp"),url("../img/corner03.webp"),url("../img/corner04.webp");
    background-position: left top,right top,left bottom,right bottom;
    background-repeat: no-repeat;
	background-size: 80px 80px;
    padding-top: 10px;
    padding-right: 50px;
    padding-bottom: 35px;
    padding-left: 50px;
}
.splide__slide {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    max-height: 215px;
    overflow-y: hidden;
}
.splide__arrow--prev {
    left: -3em;
}
.splide__arrow--next {
    right: -3em;
}
.splide__pagination {
    bottom: -2em;
}
.splide__pagination__page.is-active {
    background: #000;
}
.info-p img {
    width: 100%;
    height: auto;
}
.info-d {
    width: 100%;
    font-size: 0.9rem;
}
.info-c {
    width: 100%;
    font-size: 0.7rem;
}


.lightbox .lb-outerContainer video {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        width: 100%;
        height: auto;
        opacity: 1;
        transition: opacity 300ms ease-in-out;
        border: none;
        outline: none;
}
.lightbox .lb-container {
      position: relative;
}
.lightbox .lb-image {
        border: none;
}
.img-card{
	width: 550px;
}







@media screen and (max-width:1199px){
footer {
}

.tw-box {
    margin-top: 20px;

}
.tw-qr {
    width: 80px;
}
.tw-qr img {
    width: 100%;
    height: auto;
}
.tw-tit {
    font-size: 0.7rem;
    line-height: 1.1rem;
}
.copyright {
    font-size: 0.8rem;
}
.text-center2 {
    text-align: left;
}


}


@media screen and (max-width:991px){

footer {
}
.copyright {
    font-size: 0.7rem;
}

}




@media screen and (max-width:575px){

footer {
}
.asp-box1 {
    padding-bottom: 100px;
}

.copyright {
    font-size: 0.7rem;
}
.nav-login {
    right: 82px;
    top: 13px;
}

.nav-link {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.login a {
    letter-spacing: 0em;
}
.menu01 {
    font-size: 13px;
    line-height: 16px;
}
.menu02 {
    font-size: 10px;
}
.mainv-logo {
    height: 200px;
}
.img-card{
	width: 100%;
}
.footerFlex{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-logo {
    height: 85px;
	margin-bottom: 20px;
}
.sp-box {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
}
.title02 {
    margin-top: 0rem;
}
.cast-box2 {
  padding: 30px 23px 10px 23px;
}
.sche_table {
  min-width: 750px;
}
.sche_table td:first-child,
.sche_table th:first-child {
  width: 140px;
  min-width: 140px;
}
.qr-flex{
	display: block;
	text-align: center;
}
}