@charset "UTF-8";
/* reset -------- */
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
    -ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1;
}
body {
	position: relative;
	margin: 0;
	padding: 0;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}
img, object, embed {
	border-style: none;
	vertical-align: middle;
}
img {
	max-width: 100%;
	height: auto;
	line-height: 0;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
    table-layout: fixed;
}
th {
	text-align: left;
}
em {
	font-style: normal;
	font-weight: bold;
}
a {
	color: inherit;
	text-decoration: none;
	background-color: transparent;
}
video {
	width: 100%;
}
input:focus {
	outline: 0;
	border-color: orange;
}
input[type="submit"] {
	-webkit-appearance: none;
}
sup {
	vertical-align: super;
	font-size: 80%;
}
sub {
	vertical-align: sub;
	font-size: 80%;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b, strong {
	font-weight: bolder;
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms
	 ========================================================================== */
button {
	background: none;
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, [type='button'], [type='reset'], [type='submit'] {
	-webkit-appearance: button;
}
button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"], [type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}
/*** coomon ***/
html {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	color: #000000;
}
@media (max-width: 768px) {
	html {
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	.pc {
		display: none !important;
	}
}
@media (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
/* all -------- */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix .left {
	float: left;
}
.clearfix .right {
	float: right;
}
/*** row ***/
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -10px;
}
.row > * {
	padding: 10px;
}
.col2 {
	width: 50%;
	width: calc(100% / 2 - 1px);
	max-width: calc(100% / 2);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.col3 {
	width: 32%;
	width: calc(100% / 3 - 1px);
	max-width: calc(100% / 3);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.col4 {
	width: 25%;
	width: calc(100% / 4 - 1px);
	max-width: calc(100% / 4);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.col5 {
	width: 20%;
	width: calc(100% / 5 - 1px);
	max-width: calc(100% / 5);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.col6 {
	width: 16%;
	width: calc(100% / 6 - 1px);
	max-width: calc(100% / 6);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.col_inner {
	display: block;
	width: 100%;
	height: 100%;
}

@media (max-width: 1024px) {
	.col2_md {
		width: 50%;
		width: calc(100% / 2 - 1px);
		max-width: calc(100% / 2);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.col3_md {
		width: 32%;
		width: calc(100% / 3 - 1px);
		max-width: calc(100% / 3);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.col4_md {
		width: 25%;
		width: calc(100% / 4 - 1px);
		max-width: calc(100% / 4);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.col5_md {
		width: 20%;
		width: calc(100% / 5 - 1px);
		max-width: calc(100% / 5);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.col6_md {
		width: 16%;
		width: calc(100% / 6 - 1px);
		max-width: calc(100% / 6);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

@media (max-width: 768px) {
	.col2, .col3, .col4, .col5, .col6,
	.col2_md, .col3_md, .col4_md, .col5_md, .col6_md{
		width: 100%;
		max-width: none;
	}
	.row {
		margin: -5px;
	}
	.row > * {
		padding: 5px;
	}
	.col2_sp {
		width: 50%;
		width: calc(100% / 2 - 1px);
		max-width: calc(100% / 2);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.col3_sp {
		width: 32%;
		width: calc(100% / 3 - 1px);
		max-width: calc(100% / 3);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.col4_sp {
		width: 25%;
		width: calc(100% / 4 - 1px);
		max-width: calc(100% / 4);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.col5_sp {
		width: 20%;
		width: calc(100% / 5 - 1px);
		max-width: calc(100% / 5);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.col6_sp {
		width: 16%;
		width: calc(100% / 6 - 1px);
		max-width: calc(100% / 6);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}
/*** floatbox ***/
.floatbox {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.floatbox .thumb_wrap {
	width: 120px;
}
.floatbox .text_wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0px 0px 0px 20px !important;
}
@media (max-width: 768px) {
	.floatbox_sp {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.floatbox_sp .thumb_wrap {
		width: 120px;
	}
	.floatbox_sp .text_wrap {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 0px 0px 0px 20px !important;
	}
}
/*** table 横スライド用 ***/
@media (max-width: 768px) {
	.tableslide_sp {
		overflow-x: scroll;
		margin-right: -10px;
		padding-bottom: 10px;
	}
	.tableslide_sp td {
		white-space: nowrap;
	}
}
/***　アニメーション ***/
.effect {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.effect_left {
	opacity: 0;
	-webkit-transform: translate3d(50px, 0, 0);
	transform: translate3d(50px, 0, 0);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.effect_left.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.effect_right {
	opacity: 0;
	-webkit-transform: translate3d(-50px, 0, 0);
	transform: translate3d(-50px, 0, 0);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.effect_right.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.effect_up {
	opacity: 0;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.effect_up.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.effect_show {
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.effect_show.active {
	opacity: 1;
}
.effect_wide {
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.effect_wide.active {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
@media (max-width: 768px) {
	/*
  	.effect_left{
  		opacity: 1;
  		transform: translate3d(0%,0,0);
  	}
  	.effect_right{
  		opacity: 1;
  		transform: translate3d(0%,0,0);
  	}
  	.effect_top{
  		opacity: 1;
  		transform: translate3d(0,0%,0);
  	}
  	.effect_show{
  		opacity: 1;
  	}
  */
}
@-webkit-keyframes effect_wide {
	0% {
		-webkit-transform: scale3d(0, 1, 1);
		transform: scale3d(0, 1, 1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes effect_wide {
	0% {
		-webkit-transform: scale3d(0, 1, 1);
		transform: scale3d(0, 1, 1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
/*** parts ****/
.thumb img {
	/*width: 100%;*/
}
.icon_left {
	display: inline-block;
	margin-right: 10px;
}
.icon_right {
	display: inline-block;
	margin-left: 10px;
}
/*** scale ***/
.thumb.scale a, a.scale .thumb {
	display: block;
	overflow: hidden;
}
.thumb.scale a img, a.scale .thumb img {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.thumb.scale a:hover img, a.scale:hover .thumb img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/*** マージン ***/
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb60 {margin-bottom: 60px;}
.mt10 {margin-top: 10px;}

/*** font ***/
.alC {
	text-align: center !important;
}
.alR {
	text-align: right !important;
}
.alL {
	text-align: left !important;
}
.f_small {
	font-size: 90% !important;
}
.f_xsmall {
	font-size: 80% !important;
}
.f_xxsmall {
	font-size: 70% !important;
}
.f_xxxsmall {
	font-size: 60% !important;
}
.f_large {
	font-size: 110% !important;
}
.f_xlarge {
	font-size: 120% !important;
}
.f_xxlarge {
	font-size: 130% !important;
}
.f_xxxlarge {
	font-size: 140% !important;
}
.f_bold {
	font-weight: bold !important;
}
.f_underline {
	display: inline-block;
	text-decoration: underline;
}
.f_black {
	color: #000000 !important;
}
.f_white {
	color: #FFFFFF !important;
}
.f_yellow {
	color: #f67e41 !important;
}
.f_orange {
	color: #f67e41 !important;
}
.f_blue {
	color: #00479f;
}
.f_bg_yellow {
	display: inline;
	background-color: #ffea5a;
}
.f_line_yellow {
	display: inline;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(54%, rgba(255, 240, 198, 0)), color-stop(55%, #fff0c5), to(#fff0c5));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 240, 198, 0) 54%, #fff0c5 55%, #fff0c5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#fff0c5", GradientType=0);
}
.f_link {
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.f_link:hover {
	color: #69318e;
	/*text-decoration: none;*/
}
/*** youtube ***/
.youtube, .wp-block-embed__wrapper {
	width: 100%;
	padding-bottom: calc(100% * 340 / 600);
	height: 0px;
	position: relative;
	margin-bottom: 30px;
}
.youtube iframe, .wp-block-embed__wrapper iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/*** width ***/
.full_width {
	width: 100vw;
	margin-left: calc((100vw - 100%) / -2);
	margin-right: calc((100vw - 100%) / -2);
}
/*** hover ***/
.hover_opacity {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
	transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
	transition: opacity 0.3s ease, filter 0.3s ease;
	transition: opacity 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
}
.hover_opacity:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.hover_reverse {
	display: block;
	position: relative;
}
.hover_reverse .btn_on {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.hover_reverse .btn_off {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.hover_reverse:hover .btn_on {
	opacity: 1;
}
.hover_reverse:hover .btn_off {
	opacity: 0;
}
@media (max-width: 768px) {
    a:hover,
    a:hover img{
        opacity: 1 !important;
    }
}

/*** table_basic ***/
.table_basic {
	width: 100%;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
.table_basic th {
	padding: 10px 20px;
	vertical-align: top;
	text-align: left;
	background-color: #EEEEEE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.table_basic td {
	padding: 10px 20px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
@media (max-width: 768px) {
	.table_basic,
    .table_basic thead,
    .table_basic tbody,
    .table_basic tr,
    .table_basic th,
    .table_basic td{
		display: block;
        width: 100%;
	}
	.table_basic th {
		padding: 10px;
	}
	.table_basic td {
		padding: 10px;
        margin-bottom: 10px;
	}
}
/*** gmap ***/
.gmap iframe {
	width: 100%;
	height: 450px;
	/*-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);*/
	margin-top: 3em;
}
@media (max-width: 768px) {
	.gmap iframe {
		height: 280px;
	}
}
/* layout -------- */
#wrapper {
	overflow: hidden;
}
.container {
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
    padding-right: 30px;
    padding-left: 30px;
}
@media (max-width: 768px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.main_content {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.side_content {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.content_2col {
		display: block;
	}
	.content_2col .main_content {
		width: 100%;
	}
	.content_2col .side_content {
		width: 100%;
	}
}
/*** text ***/
h1, h2, h3, h4, h5, h6, p, li, th, td, address, small, i {
	margin: 0;
	padding: 0;
	line-height: 1.7;
}
ol, ul, dl, dt, dd {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}
@media screen and (min-width: 768px),
print {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}

/*** header ***/
.header {
	background-color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
}


/*** footer ***/
.footer {
    background-color: #751c30;
    color: #FFFFFF;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.f_company {
	font-size: 1.13rem;
}
.f_company a{
    text-decoration: underline;
}
.f_company a:hover{
    text-decoration: none;
}


@media (max-width: 768px) {
    .footer {
        padding-top: 20px;
        padding-bottom: 10px;
        position: relative;
    }
    .f_company{
        font-size: 0.88rem;
        padding-right: 60px;
        margin-bottom: 5px;
    }
    .copyright{
        font-size: 0.75rem;
        margin-top: 10px;
        padding-right: 60px;
    }
}
/*** totop ***/
.totop {
	display: none;
}
@media (max-width: 768px) {
    .totop {
        display: block;
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
    .totop a {
        display: flex;
        width: 60px;
        height: 60px;
        justify-content: center;
        align-items: center;
        background-color: #9a2949;
    }
    .totop a img{
        width: 14px;
    }
}



/*** header ***/
@media (max-width: 768px) {
    .h_logo{
        text-align: center;
    }
    .h_logo img{
        width: 200px;
    }
}


/*** visual ***/
#visual{
    background: url("../images/mvbg.png") center center no-repeat;
    background-size: cover;
}
#visual .container{
    max-width: 1200px;
}
#visual .block{
    width: 100%;
    padding: 3em 0;
}
.visual_content{
    width: 100%;
	padding: 2em 0;
}


@media (max-width: 768px) {
    #visual{
        background: ;
    }
    #visual .container{
    }
	#visual .block{
		height: auto;
		padding: 1em 0;
	}
    .visual_content{
        width: 98%;
		margin: auto;
    }
}


/*** entry_btn ***/
.entry_box{
    padding-top: 60px;
    padding-bottom: 80px;
    text-align: center;
	background-color: #ffc001;
}
.entry_box2{
    padding-top: 60px;
    padding-bottom: 80px;
    text-align: center;
}
.entry_btn p{
    font-size: 2.25rem;
    font-weight: bold;
}
.btn_entry{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 640px;
    height: 120px;
    background-color: #751c30;
    border-radius: 60px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #FFFFFF;
}
.btn_entry-s{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 240px;
    height: 50px;
    background-color: #751c30;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: bold;
    color: #FFFFFF;
}
.entry_btn p.caption{
    font-size: 1.75rem;
    font-weight: bold;
    margin-top: 20px;
}
.entry_btn p.caption a{
    text-decoration: underline;
}
.entry_btn p.caption a:hover{
    text-decoration: none;
}
.entry_btn .ticket_bnr {
    width: 60%; margin: 0 auto 30px;
}
.entry_btn .qr img {
    width: 25%;
}

@media (max-width: 768px) {
    .entry_box{
        padding-top: 30px;
        padding-bottom: 30px;
    }
	.entry_box2{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .entry_btn p{
        font-size: 1.12rem;
        font-weight: bold;
    }
    .btn_entry{
        border-radius: 40px;
        font-size: 1.5rem;
        color: #FFFFFF;
        width: 100%;
        height: 80px;
    }
	.btn_entry-s{
        border-radius: 40px;
        font-size: 1.5rem;
        color: #FFFFFF;
        width: 100%;
        height: 80px;
    }
    .entry_btn p.caption{
        font-size: 1rem;
        margin-top: 10px;
    }
	.entry_btn .ticket_bnr {
    width: 100%; margin: 0 auto 30px;
	}
	.entry_btn .qr img {
    width: 70%;
}
	
}



/*** common ***/
.text_cacth{
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4;
    color: #FFFFFF;
}
.text_message{
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.7;
    color: #FFFFFF;
}
.f_green{
    color: #009944;
}

@media (max-width: 768px) {
    .text_cacth{
        font-size: 1.5rem;
    }
    .text_message{
        font-size: 0.88rem;
    }
}




/*****/
.subtitle_en{
    font-size: 1.5rem;
    margin-bottom: 10px;
    text-align: center;
}
.subtitle_ja{
    font-size: 3.44rem;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}
.subtitle_ja2{
    font-size: 3.44rem;
    font-weight: bold;
    margin-bottom: 0px;
    text-align: center;
}
.subtitle_ja3{
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.interview_block:not(:last-child){
    margin-bottom: 90px;
}
.interview_block p:not(:last-child){
    margin-bottom: 1.7em;
}

@media (max-width: 768px) {
    .subtitle_en{
        font-size: 0.75rem;
        margin-bottom: 5px;
        text-align: center;
    }
    .subtitle_ja{
        font-size: 1.72rem;
        margin-bottom: 15px;
    }
	.subtitle_ja2{
        font-size: 1.72rem;
        margin-bottom: 15px;
    }
	.subtitle_ja3{
        font-size: 1.72rem;
        margin-bottom: 15px;
    }

    .interview_block:not(:last-child){
        margin-bottom: 45px;
    }
}


/*** event ***/
#event{
    padding-top: 70px;
    padding-bottom: 70px;
    background: url("../images/event-bg.png") top center;
    background-size: 120%;
	position: relative;
}
#event .subtitle_en{
    color: #ffffff;
}
#event .subtitle_ja{
    color: #751c30;
}
#event .subtitle_ja2{
    color: #751c30;
}
#event .subtitle_ja3{
    color: #751c30;
}
.event_table{
    width: 100%
}
.event_table th{
    width: 195px;
    vertical-align: top;
    text-align: left;
    padding: 12px 0px;
}
.event_table th .label{
    display: inline-block;
    border-left: 5px solid #9a2949;
    padding-left: 10px;
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: bold;
    color: #9a2949;
}
.event_table td{
    padding: 12px 0px;
    vertical-align: top;
}
.event_table th .seal img{
    width: 78%;
	vertical-align: middle;
}
.bubble{
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: bold;
    color: #9a2949;
}

@media (max-width: 768px) {
    #event{
        padding-top: 35px;
        padding-bottom: 50px;
		background-size: 130%;
    }
    .event_table,
    .event_table tbody,
    .event_table tr,
    .event_table th,
    .event_table td{
        display: block;
        width: 100%;
    }
    .event_table th{
        padding: 0px;
        margin-bottom: 15px;
    }
    .event_table td{
        padding: 0px 10px;
        margin-bottom: 20px;
    }
	.event_table th .seal img{
    width: 50%;
	margin: auto;
	display: block;
}
	.bubble{
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: bold;
    color: #9a2949;
		text-align: center;
		margin-bottom: 10px;
}
}

/*** shop ***/
#shop{
    padding-top: 70px;
    padding-bottom: 70px;
    background: url("../images/shop-bg.png") top center no-repeat;
    background-size: cover;
	position: relative;
}
#shop .subtitle_en{
    color: #ffc001;
}
#shop .subtitle_ja{
    color: #ffffff;
}
.flex_box {
    display: flex;
	flex-direction:row; 
	flex-wrap: wrap;
}
.flex_item {
    margin: 2%;
	width: 29.3%;
}
.flex_item2 {
    margin: 1%;
	width: 48%;
}
.flex_item3 {
    margin: 2%;
	width: 62.6%;
}
.flex_item3 p {
    font-size: 24px; font-weight: bold;
	color: #ffffff; text-align: center; margin-bottom: 10px;
}
.shop-list li
{font-size: 24px; font-weight: bold; color: #FFFFFF; text-align: center; line-height: 2; border-bottom: #FFFFFF solid 1px;}
@media (max-width: 768px) {
.flex_item {
    margin: 2%;
	width: 46%;
}
	.flex_item2 {
		margin: 0;
    margin-bottom: 20px;
	width: 100%;
}
	.flex_item3 {
    margin: 20px 0;
	width: 100%;
}
	.shop-list li
	{font-size: 20px;}
}

.white_wrap{
    background-color: #FFFFFF;
    padding: 50px;
	border-radius:30px;
}
.white_wrap2{
    background-color: #FFFFFF;
    padding: 0px;
	border-radius:30px;
	margin: 30px 0 60px 0;
}
@media (max-width: 768px) {
    .white_wrap{
        padding: 30px;
	border-radius:20px;
    }
	.white_wrap2{
        padding: 30px;
	border-radius:20px;
    }
}

#place{
    padding-top: 70px;
    padding-bottom: 70px;
    background: url("../images/place-bg.png") top center no-repeat;
    background-size: cover;
	background-color: #ffc001;
}
#place .subtitle_en{
    color: #ffffff;
}
#place .subtitle_ja{
    color: #751c30;
}
@media (max-width: 768px) {
    #place{
    background-size: 100%;
	padding-bottom: 50px;
}
}
.imo01 {
    position:  absolute;
    right:  -150px;
    top: -70px;
}
.imo02 {
    position:  absolute;
    left:  -30px;
    top: -70px;
}
.logo-mv {margin-top: -50px;}
@media (max-width: 768px) {
    .imo01{
    right:  -90px;
    top: -50px; 
	width: 50%;
    }
	.imo02{
    left:  -35px;
    top: -50px; 
	width: 40%;
    }
	.logo-mv {margin-top: -10px;}
}

.sns {text-align: center; display: block;}
.lead p{font-size: 1.2em; line-height: 2em; text-align: left;}
.lead-c p{font-size: 1.2em; line-height: 2em; text-align: center; margin-bottom: 20px;}
.lead p.price{font-size: 1.4em; line-height: 2em; text-align: center; font-weight: bold;}
@media (max-width: 768px) {
    .lead p{font-size: 1em; text-align: left;
    }
	.lead-c p{font-size: 1em; text-align: left;
    }
	.lead p.price{font-size: 1.1em; text-align: left;}
	.sns .sns-icon {width: 50%; margin: auto;}
}

.sponsor{font-size: 1.1sem; font-weight: bold;}


/* スライダー全体 */
.slider-wrapper {
  display: flex;
  overflow: hidden;
}
.slider {
  animation: scroll-left 30s infinite linear .5s both;
  display: flex;
}
.slide {
  width: calc(100vw / 6);
}
.slide img {
  display: block;
  width: 100%;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media (max-width: 768px) {
    .slide {
  width: calc(100vw / 2);
}
}

.ig_link { margin: 10px 0; color: #ffffff; vertical-align: middle; display:inline-block;}
.ig_link img, span { vertical-align: middle; display: inline-block;}
@media (max-width: 768px) {
    .ig_link { font-size: 12px;}
.ig_link img { width: 15px;}
}
}

