@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p');

/* reset
--------------------------------------------------- */
*,*::before,*::after{box-sizing:border-box;}
body,h1,h2,h3,h4,p,figure,blockquote,dl,dd,ul,ol,li{margin:0;padding:0;}
ul,ol{list-style:none;}
html:focus-within{scroll-behavior:smooth;}
body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5;position: relative;}
a:not([class]){text-decoration-skip-ink:auto;}
img,picture{max-width:100%;display:block;margin:0 auto;}
input,button,textarea,select{font:inherit;}
@media(prefers-reduced-motion:reduce){
	html:focus-within{scroll-behavior:auto;}
	*,
	*::before,
	*::after{animation-duration:.01ms !important;
			animation-iteration-count:1 !important;
			transition-duration:.01ms !important;
			scroll-behavior:auto !important;}
	}
html{font-size: 62.5%;}
body{position: relative;}
table,th,td{border-width: 0!important;}
.contents h1,h2,h3,h4,h5{font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}

/* COMMON
--------------------------------------------------- */
.contents a { color: #1A0DAB; text-decoration: underline;}
.contents a:visited { color: #1A0DAB;}
.contents a:hover{ color:#CC3434; text-decoration: underline;}
.contents .no-pc { display: none;}
.contents br.no-pc { display: none;}
.contents .no-sp { display: inline;}
.contents .red { color:#C9082A;} 
.contents .xs { font-size: 1.2rem;}
.contents .tax { padding: 0 0 0 .25em; font-size: 1.2rem; font-weight: normal;}
.contents em { font-style: normal; font-size:110%; font-weight: bold;}
.contents strong { font-style: normal; font-weight: bold;}
.contents .strikethrough { color:#999; text-decoration: line-through;}
.contents a.link:before{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 0 0 5px;
	padding: 0 5px 0 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #1A0DAB;
}
.contents a.link:hover:before{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 0 0 5px;
	padding: 0 5px 0 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #CC3434;
}
.contents .caution {
    color: #555;
    padding: 0 0 0 1em;
    font-size: 1.2rem;
    text-indent: -1em;
}
.contents .caution::before {
    content: "※";
    color: #555;
}
.contents .advance,
.contents .public,
.contents .soldout{
    display: inline-block;
    margin: 0 10px 0 0;
    padding: .5em 1em;
	border-radius: 2px;
	color: #FFF;
	font-size: 1.2rem;
    line-height: 1;
    text-align: center;
	vertical-align: middle;	
}
.contents .advance { background: #C9082A;}
.contents .public { background: #F60;}
.contents .soldout { background: #999; color:#CCC;}
.contents .copyright {
    color: #FFF;
    font-size: 1.2rem;
    position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 1;
}
.contents p + p{
	margin-top: .5em;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 599px) {
    .contents .no-pc { display: block; }
    .contents br.no-pc { display: inline; }
    .contents .no-sp { display: none; }
    .contents .caution,
    .contents .xs,
    .contents .tax{
        font-size: 1.0rem;
        line-height: 1.2;
    } 
    .contents .advance,
    .contents .public,
    .contents .soldout{
        padding: .25em .5em;
    }
	.contents .copyright {
		font-size: 1.0rem;
		right: 5px;
		bottom: 5px;
	}
}
/* HEADDING
--------------------------------------------------- */
.contents h1 {}
.contents h2{
    margin: 0 auto 16px;
    color:#111;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: bold;
	font-size: 2.4rem;
    text-align: left;
}
.contents h3 {
    width:100%;
    margin: 20px auto 10px;
    padding: .5em .5em .5em .55em;
    background: #E60012;
    color: #FFF;
	font-size: 1.4rem;
    font-weight: normal;
	letter-spacing: 0.05em;
    line-height: 1.2;
    position: relative;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .contents h2 {
        margin: 10px auto 5px;
        font-size: 2rem;
    }
    .contents h4 {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 599px) {
    .contents h1 {
        margin: 0 auto;
    }
    .contents h2 {
        font-size: 1.8rem;
    }
    .contents .summary  h2 {
		text-align: left;
    }
    .contents h3 {
        margin: 10px auto;
		font-size: 1.2rem;
    }	
}
@media screen and (max-width: 480px) {
    .contents h2 {
		margin: 10px auto 0;
        font-size: 1.4rem;
    }
}
/* LAYOUT
--------------------------------------------------- */
.contents {
    width: 100%;
    min-width: 320px;
    color: #111;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
}
.contents-area {
    margin: 0 auto;
    background-color: #FFF;
}
.bg-ny {
    width: 100%;
    margin: 0 auto;
    background-color: #FFF;
    background-image: url("../images/bg_newyork.png");
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size: contain;
}
.contents-inner{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    position: relative;
}
.contents-box {
    padding: 40px;
    box-shadow: 0 0 6px rgba(1, 1, 0, 0.3);  
    text-align: left;
}
.contents-flex {
    display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	-ms-flex-direction    : row;
	-webkit-box-direction : row;
	-webkit-flex-direction: row;
    flex-direction:         row;
	-webkit-justify-content: space-between;
	-ms-justify-content    : space-between;
	justify-content        : space-between;
	-webkit-align-items: stretch;
	-ms-align-items    : stretch;
	align-items        : stretch;
}
@media screen and (max-width: 1024px) {
    .contents {
        font-size: 1.4rem;
        line-height: 1.35;
    }
    .contents-inner {
        padding: 20px;
    }
    .contents-box {
        width: 100%;
    }
    .contents-flex {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-justify-content    : flex-start;
        justify-content        : flex-start;
    }  
    .contents-box:nth-child(2n) {
        background: #F3F3F3;
    }
}
@media screen and (max-width: 599px) {
    .contents {
        font-size: 1.2rem;
        line-height: 1.25;
    }
    .contents-inner {
        padding: 5px;
    }
    .contents-box {
        margin: 0 auto;
        padding: 10px;
        font-size: 1.4rem;
        line-height: 1.4;  
    }
}

/* HERO
--------------------------------------------------- */
.hero {
    width: 100%;
    margin: 0 auto;
    background-color: #FFF;
    background-image: url("../images/bg_hero.gif");
    background-position: center bottom;
    background-repeat: repeat-x;
	position: relative;
}
.mv-pc {
	display: block;
}
.mv-sp {
	display: none;
}
@media all and (max-width: 699px) {
	.mv-pc {
		display: none;
	}
	.mv-sp {
		display: block;
		width: 100%;
	}
}
/* SUMMARY
--------------------------------------------------- */
.cast-area {
	padding: 1em .5em;
}
.main-cast-area {
    padding: 1em;
    background: #E60012;
}
.main-cast {
    display: inline-block;
    margin: 0 auto;
    color: #FFF;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.8;
    text-align: left;
}
.summary-area {
    background: repeating-linear-gradient(90deg, #FFF798 0, #FFF798 20px, #FFFABC 20px, #FFFABC 40px);
}
.summary {
    width: 100%;
    margin: 0 auto;
    background: #FFFFEE;
    border: 8px double #FFF798;
    border-radius:16px;
    padding: 2em 3em;
}
.summary-add {
	max-width: 640px;
    width: 100%;
    margin: 24px auto 0;
    padding: 2em 4em;
    background: #FFFFEE;
    border: 8px double #FFF798;
    border-radius:16px;
	color: #F00;
	font-weight: bold;

}
/*
.summary {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -ms-flex-direction: row;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    max-width: 1000px;
    margin: 0 auto;
    background: #FFFFEE;
    border: 8px double #FFF798;
    border-radius: 4px;
    padding: 2em;
}
.summary li {
    width: 48%;
}
*/
.summary p {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.65;
}
.summary p + p {
    margin-top: 1em;
}
.cast-area + h3 {
    margin-top: 20px;
}
.catch-area {
    width: 100%;
    margin: 0 auto;
	padding: 2em 3em;
    background: #FFFFEE;
    border: 8px double #FFF798;
    border-radius:16px;	
    line-height: 1.6;
}
.mp {font-family: 'M PLUS 1p', sans-serif;}
.campaign-banner-area {
	margin: 1em auto;
}
.campaign-banner-area img {
	width: 100%;
}
.attention {
	margin-top: 5px;
	color:#C9082A;
	font-weight: bold;
}
@media all and (max-width: 1024px) {
    .main-cast-area {
        padding: .5em 1em;
    }
    .main-cast {
        font-size: 1.6rem;
        line-height: 1.4;
    }
    .summary {
        width: 100%;
        padding: 1.5em 3em;
		border-radius: 8px;
    }
    .summary-add {
        width: 100%;
        padding: 1.5em;
		border-radius: 8px;
    }
    .summary-inner li {
        width: 100%;
    }
    .summary p,
	.summary-add{
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
@media screen and (max-width: 599px) {
	.cast-area {
		padding: 0 .5em;
	}
    .main-cast {
        font-size: 1.4rem;
    }
    .summary-area {
        padding: .5em;
    }
    .summary,
	.summary-add {
        border: 4px double #FFF798;
    }
    .summary p,
	.summary-add p {
        font-size: 1.2rem;
    }
	.catch-area {
		padding: 1.5em;
		font-size: 1.2rem;
	}
}

/* TABLE
--------------------------------------------------- */
.list-table {
    width: 100%;
    margin: 0 auto 20px;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;
}
.list-table tfoot td {
    padding: 2em 0;
}
.list-table tbody th {
    width: 20%;
    padding: 0;
    vertical-align: top;
}
.list-table tbody th p {
    margin: 0 0 10px;
    padding: .5em;
    border: 1px #DDD solid;
    color: #111;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
}
.list-table tbody td {
    width: 80%;
    padding: .5em 1em;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}
.list-table .venue {
    margin: 0 0 10px 0;
}
.list-table .points {
    margin: 5px 0 15px 5px;
    color: #E60012;
    font-size: 2rem;
}
@media screen and (max-width: 1024px) {
    .list-table {
        padding: 0 5px;
    }
    .list-table tbody th,
    .list-table tfoot td
    {
        display: block;
        width: 100%;
    }
    .list-table tbody th p {
        width: 100%;
        margin: 0;
        padding: .25em .5em;
        font-size: 1.2rem;
    }
    .list-table tbody td {
        display: block;
        width: 100%;
        padding: .5em .5em 1em;
        font-size: 1.4rem;
    }
    .list-table .points {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 599px) {
    .list-table tfoot td {
        padding: .5em 0;
    }

    .list-table .points {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 480px) {
    .list-table tbody td {
		font-size: 1.2rem;
	}
}
/* TABLE-CALLENDER
--------------------------------------------------- */
.table-calender-b {
    width: 100%;
    margin: 0 0 20px;
    position: relative;
    border-collapse: separate;
    border-spacing: 0;
    list-style: none;
    text-align: center;
    table-layout: fixed;
}
.table-calender-b thead tr th {
    padding: .5em .25em;
    background: #FFFFEC;
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: normal;
    border-right: 2px #F3F3F3 solid;
    line-height: 1.2;
    text-align: center;
}
.table-calender-b thead tr th:first-child {
    width: 80px;
}
.table-calender-b thead tr th:last-child {
    border-right: none;
}
.table-calender-b tbody {
    position: relative;
}
.table-calender-b tbody tr th {
    padding: 1.25em .25em;
	padding: 1em .25em;
    background: #FFFFEC;
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: normal;
    border-right: 2px #F3F3F3 solid;
	border-top: 2px #F3F3F3 solid;
    line-height: 1.4;
    text-align: center;
}
.table-calender-b tbody tr td {
    padding: 1em .25em;
    border-right: 2px #FFF solid;
    border-top: 2px #FFF solid;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-align: center;
}
.table-calender-b tbody tr td:last-child {
    border-right: none;
}
.table-calender-b tbody tr td.ccNone{
    padding: 1em .5em;
    background: #F3F3F3;
    color: #333;
}
@media screen and (max-width: 1024px) {
    .table-calender-b {
        border-bottom: none;
        letter-spacing: -0.4em;
    }
    .table-calender-b thead {
        width: 26%;
        display: block;
        float: left;
    }

    .table-calender-b thead tr {
        display: block;
    }
    .table-calender-b tbody {
        display: block;
        position: relative;
    }
    .table-calender-b tbody tr {
        width: 37%;
        display: inline-block;
        border-left: 1px #FFF solid;
    }
    .table-calender-0ne tbody tr {
        width: 74%;
    }
	    .table-calender-b thead tr th {
		display: grid;
		place-items: center;
        height: 90px;
		padding: 1em .25em 0;
        border: none;
        border-top: 1px #DDD solid;		
        line-height: 1.2;
        font-weight: normal;
        font-size: 1.2rem;
        letter-spacing: normal;
    }
    .table-calender-b thead tr th:first-child {
        width: auto;
		padding: .5em .25em 0;
        height: 40px;
		border: none;
    }
    .table-calender-b tbody tr th {
        display: block;
        height: 40px;
        padding: 1em .25em 0;
        border: none;
        border-bottom: 1px #F3F3F3 solid;
        line-height: 1.2;
        font-weight: normal;
        font-size: 1.2rem;
        letter-spacing: normal;
    }
    .table-calender-b tbody tr th:last-child {
        border-right: none;
    }
    .table-calender-b tbody tr td {
        height: 90px;
		padding: 1.5em .5em 0;
        border: none;
        border-bottom: 1px #FFF solid;
        display: list-item;
        font-size: 1.2rem;
        letter-spacing: normal;
        line-height: 1.2;
        vertical-align: middle;
    }
	.table-calender-0ne tbody tr td {
        height: 90px;
		padding: 2em .5em 0;
    }
    .table-calender-b .closed{
        padding: 0;
        height: 40px;
    }
    .table-calender-b th.closed{
        padding-top: .5em;
    } 
}

/* TABLE-CALLENDER
--------------------------------------------------- */
.table-calender {
    width: 100%;
    margin: 0 auto 20px;
    position: relative;
    list-style: none;
    text-align: center;
	table-layout: fixed;
}
.table-calender,
.table-calender thead tr th,
.table-calender tbody tr th,
.table-calender thead tr td,
.table-calender tbody tr td {
    border-collapse: collapse;
	border-color: #FFF;
	border-width: 2px!important;
    border-style: solid;
}
.table-calender thead tr th {
    padding: .5em .25em;
    background: #FFFFEC;
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: normal;
    line-height: 1.2;
    text-align: center;
}
.table-calender thead tr th:first-child {
    width: 80px;
}
.table-calender tbody {
    position: relative;
}
.table-calender tbody tr th {
    padding: 1em .25em;
    background: #FFFFCC;
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: normal;
    line-height: 1.4;
    text-align: center;
}
.table-calender tbody tr td {
    padding: 1em .25em;
	background: #EFEFEF;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.4;
    text-align: center;
	vertical-align: middle;
}
.table-calender tbody tr td:last-child {
    border-right: none;
}
.table-calender tbody tr td.ccNone{
    padding: 1em .5em;
    background: #F3F3F3;
    color: #333;
}
.ccSt {
    color: #00F;
}
.ccHo {
    color: #F00;
}
.table-calender tbody tr td.ccB {
    background: #FFE5E5;
}
.table-calender tbody tr td.ccM {
    background: #E7F6FF;
}
.table-calender tbody tr td.ccN {
    background: #F3F3F3;
}
.table-calender tbody tr td.ccS {
    color: #cb0000;
}
.table-calender tbody tr td.ccW {
    color: #ff9800;
}
.ccS {
    color: #cb0000;
}
.ccB {
    }
.table-calender-s {
    width: 100%;
    margin: 0 0 20px;
    border: 2px #DDD solid;
    position: relative;
    border-collapse: separate;
    border-spacing: 0;
    list-style: none;
    text-align: center;
    table-layout: fixed;
}

@media screen and (max-width: 1024px) {
	.table-calender,
	.table-calender thead tr th,
	.table-calender tbody tr th,
	.table-calender thead tr td,
	.table-calender tbody tr td {
		border-width: 1px!important;
	}
    .table-calender thead {
        width: 80px;
        display: block;
        float: left;
    }
    .table-calender thead tr {
        display: block;
    }
    .table-calender tbody {
        display: block;
        position: relative;
    }
    .table-calender tbody tr {
        width: calc( (100% - 86px) / 2);
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		-ms-flex-direction    : column;
		-webkit-box-direction : column;
		-webkit-flex-direction: column;
		float: left;
    }
    .table-calender thead tr th {
        display: grid;
		place-items: center;
		height: 40px;
        padding: .5em .25em 0;
        line-height: 1.2;
        font-weight: normal;
        font-size: 1.2rem;
        letter-spacing: normal;
    }
    .table-calender thead tr th:first-child {
        width: auto;
		padding: .5em .25em 0;
        height: 40px;
		border: none;
    }
    .table-calender tbody tr th {
        display: grid;
		place-items: center;
        height: 40px;
        font-weight: normal;
        font-size: 1.2rem;
        letter-spacing: normal;
        line-height: 1.2;	
    }
    .table-calender tbody tr td {
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		-ms-flex-direction    : column;
		-webkit-box-direction : column;
		-webkit-flex-direction: column;
		-webkit-justify-content: center;
		-ms-justify-content    : center;
		justify-content        : center;
		-webkit-align-items: center;
		-ms-align-items    : center;
		align-items        : center;
		height: 40px;
		padding: 1em .5em;        
        font-size: 1.2rem;
        letter-spacing: normal;
        line-height: 1.2;
        vertical-align: middle;
    }
    .table-calender .closed{
        padding: 0;
        height: 40px;
    }
    .table-calender th.closed{
        padding-top: .5em;
    }
}

/* INFO
--------------------------------------------------- */
.info {
    margin: 1em;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
}
.info-title {
    margin: 0 .25em 0 0;
    font-size: 1.6rem;
    font-weight: bold;
}
.info li + li{
    margin-top: .75em;
}
@media screen and (max-width: 1024px) {
    .info {
        margin: 10px 1em 20px;
        font-size: 1.2rem;
        line-height: 1.4;
    }
    .info-title {
        margin: 0 .25em 0 0;
        font-size: 1.4rem;
    }
}


/* NOTES
--------------------------------------------------- */
.notes {
    margin: 0 auto;
    padding:  20px 40px;
    color: #555;
}
.notes li {
    padding: 0 0 0 1em;
    font-size: 1.4rem;	
    text-indent: -1em;
    text-align: left;
    }
.notes li::before {
    content:"※";
    }
.notes li + li{
    margin: .5em 0 0;
    }
@media screen and (max-width: 1024px) {
    .notes {
        padding: 10px 10px 30px;
    }
}
@media screen and (max-width: 599px) {
    .notes {
        padding: 5px 5px 20px;
    }
    .notes li {
        font-size: 1.2rem;
    }
}
/* BUTTON
--------------------------------------------------- */
.btn-area {
    width: 100%;
    margin:  20px auto;
    padding: 20px;
    background: #EFEFEF;
    text-align: center;
}
a.btn-ticket {
    display: block;
    max-width: 540px;
	width: 80%;
    margin: 0 auto;
    padding: 1em 1em;
    background: #C9082A;
    border-radius: 3em;
	position: relative;
    text-decoration: none;
    transition: 0.3s;
}
a.btn-ticket span {
    display: block;
	color: #FFF798!important;
    font-size: 1.8rem;	
	font-weight: bold;
    text-align: center;
	position: relative;
}
a.btn-ticket span:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #FFF798;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
a.btn-ticket span:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #C9082A;
    border-right: 3px solid #C9082A;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}
.btn-ticket:hover {
    background: #F60;
	text-decoration: none!important;
}
.btn-ticket:hover span:after {
    border-top: 3px solid #F60;
    border-right: 3px solid #F60;
}
.btn-non {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    padding: .75em 1em;
    background: #CCC;
    border-radius: 50px;
    color: #333!important;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
}
 @media screen and (max-width: 1024px) {
    .btn-area {
        margin: 0 auto 10px;
        padding: 20px 10px;
    }
	a.btn-ticket span {
		font-size: 1.6rem;
	}
    .btn-non {
        font-size: 1.2rem;
    }
}
 @media screen and (max-width: 599px) {
    .btn-area {
        padding: 10px 5px;
    }
	a.btn-ticket {
		padding: .5em 1em;
	}
	a.btn-ticket span {
		font-size: 1.4rem;
	}
	.btn-ticket + .btn-ticket {
		margin-top: 10px;
	}
	 .btn-non {
		padding: .5em 1em;
	}  
	.customer {
		margin-top: 10px;
		font-size: 1.0rem;
	}
}
/* TAB
--------------------------------------------------- */
#tabMenu {
    display: block;
	max-width: 1000px;
    width: 100%;
    margin: 0 auto 20px;	
    border-bottom: solid 2px #E60012;
    font-size: 0;
    position: relative;
}
#tabMenu li {
    display: inline-block;
    width: 32%;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.4rem;
    color: #e60012;
    margin: 0 .5%;
    padding: 14px 0;
    text-align: center;
    background: #fff798;
    transition-duration: 0.3s;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
}
#tabMenu li:hover {
    background: #efa931;
}
#tabMenu li.tabSelect {
    color: #fff;
    background: #E60012;
}
.tab {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    background: transparent;
}
.bnrPC {
    display: block;
    width: 100%;
    margin: 0 auto 15px;
}
.bnrSP {
    display: none;
}
.hide {
    display: none;
}
@media all and (max-width: 1024px) {
    #tabMenu {
        width: 80%;
		margin: 20px auto 0;
		border-bottom: none;
    }
    #tabMenu li {
        width: 100%;
        margin: 0 0 10px;
        padding: 15px 0;
        font-size: 1.6rem;
        line-height: 2rem;
        border-radius: 6px;
    }
    #tabMenu li.tabSelect {
        margin: 0 0 10px;
        padding: 15px 0;
        border-radius: 6px;
    }
    .tab {
        padding: 20px 10px;
        border-top: none;
    }
}
@media all and (max-width: 599px) {
    #tabMenu li {
        font-size: 1.4rem;
        line-height: 2rem;
    }
    .bnrPC {
        display: none;
    }
    .bnrSP {
        display: block;
        width: 70%;
        margin: 0 auto 15px;
    }
    .tab {
        padding: 10px 5px;
        border-top: none;
    }
}
/* CONTACT
--------------------------------------------------- */
.contact a {
    display: block;
    width: max-content;
    margin: 0 auto;
    padding: 1em 2em 1em 3em;
    background-color: #C9082A;
    border-radius: 50px;
    color: #FFF!important;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
}
.contact a:hover {
    color: #FFF!important;
    background-color: #F60!important;
}
.contact a span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.contact a span::after {
    content: "";
    width: 6px;
    margin-top: -6px;
    top: 50%;
    left: -10px;
    border: 6px solid transparent;
    border-left: 6px solid #FFF;
    position: absolute;
    vertical-align: middle;
}
.contact a:hover span::after {
    border-left: 6px solid #FFF;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 599px) {
    .contact a {
		padding: .5em 1em .5em 2em;
		font-size: 1.2rem;
    }
}