@charset "utf-8";

@import url("https://use.typekit.net/wyz1xsw.css");
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;700&display=swap');



  .toggle-section {
    display: none;
  }


 #selector {
    font-size: 1.2rem;
    padding: 6px 16px;
    border: 2px solid #555555;
    border-radius: 8px;
    background-color: #f0f8ff;
    color: #333;
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px 18px;
    padding-right: 40px;
  }

  #selector:hover {
    background-color: #e0f0ff;
    box-shadow: 0 6px 10px rgba(0, 123, 255, 0.2);
  }

  #selector:focus {
    outline: none;
    border-color: #0056b3;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.3);
  }
span.important {
    padding: 0.3rem 0.5rem;
    width: 80px;
    vertical-align: baseline;
    background-color:#2f35ca;
    color:white;
}

span.important1 {
    padding: 0.3rem 0.5rem;
    width: 80px;
    vertical-align: baseline;
    background-color:red;
    color:white;
}

span.important2 {
    padding: 0.3rem 0.5rem;
    width: 80px;
    vertical-align: baseline;
    background-color:green;
    color:white;
}

body {
 overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.6;
	font-family: "游ゴシック",YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #111111;
	letter-spacing: 0.1em;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

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

a {
	color: #111111;
}

@media all and (min-width: 769px) {

body {
	padding-top: 71px;
}

a:hover {
	opacity: 0.7;
}

a {
	transition: opacity 0.3s;
}

.sponly {
	display: none;
}

.contents_inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}



/* @group header */

header {
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	letter-spacing: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	background: #ffffff;
}

.header_logo {
	margin: 0 0 0 40px;
}

nav {
	display: flex;
	justify-content: flex-end;
	font-size: 16px;
}

nav ul {
	display: flex;
}

nav ul li {
}

nav ul li a {
	display: block;
	text-decoration: none;
	padding: 23px 27px;
	transition: all 0.3s;
}

nav ul li a:hover {
	opacity: 1;
	color: #8a8a8a;
}

nav ul li:last-child {
	margin-left: 20px;
}

nav ul li:last-child a {
	background: #111111;
	color: #ffffff;
	padding: 23px 35px;
}

nav ul li:last-child a:hover {
	background: #8a8a8a;
}


/* @end */


/* @group index */

.index_mv {
	display: flex;
	letter-spacing: 0;
}

.index_mv_left {
	width: 71%;
	position: relative;
	background: #000;
}

.index_mv_right {
	width: 29%;
	display: flex;
	flex-wrap: wrap;
}

.video_wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}

.video_wrapper video {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: auto;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
}


.index_mv_thumb_half {
	width: 50%;
	height: 160px;
	display: flex;
}

.index_mv_thumb_half a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	width: 100%;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Shippori Mincho", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4;
}

.index_mv_thumb_half a span {
	font-family: garamond-premier-pro-display, serif;
	font-size: 11px;
	color: rgba(255,255,255,0.3);
	letter-spacing: 0.1em;
}

.index_mv_thumb_full {
	width: 100%;
}

.index_mv_thumb_full img {
	width: 100%;
	height: auto;
}

.index_mv_thumb01 {
	background: url("../img/index_mv_thumb_liveconcert.jpg") no-repeat center center;
	background-size: cover;
}

.index_mv_thumb02 {
	background: url("../img/index_mv_thumb_ticket.jpg") no-repeat center center;
	background-size: cover;
}

.index_mv_thumb03 {
	background: url("../img/index_mv_thumb_exhibition.jpg") no-repeat center center;
	background-size: cover;
}

.index_mv_thumb04 {
	background: url("../img/index_mv_thumb_corporatesolution.jpg") no-repeat center center;
	background-size: cover;
}

.index_mv_thumb01:hover,
.index_mv_thumb02:hover,
.index_mv_thumb03:hover,
.index_mv_thumb04:hover {
	opacity: 0.7;
}


.video_hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	overflow: hidden;
	display: none;
}

#video_hover01 {
	background: url("../img/index_mv_hover_liveconcert.jpg") no-repeat bottom center;
	background-size: cover;
}

#video_hover02 {
	background: url("../img/index_mv_hover_ticket.jpg") no-repeat bottom center;
	background-size: cover;
}

#video_hover03 {
	background: url("../img/index_mv_hover_exhibition.jpg") no-repeat bottom center;
	background-size: cover;
}

#video_hover04 {
	background: url("../img/index_mv_hover_solution.jpg") no-repeat bottom center;
	background-size: cover;
}

.index_news {
	background: #f6f6f6;
	padding: 20px 0;
}

.index_news_important {
	background: #ffffff;
	box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.08);
	padding: 10px;
	color: #c43c3c;
	margin: 10px 0 20px;
}

.index_news_important a {
	color: #c43c3c;
	font-size: 15px;
	font-weight: bold;
}

.index_news_container {
	display: flex;
	justify-content: space-between;
}

.index_news_title {
	display: flex;
	width: 200px;
}

.index_news_title h3 {
	font-size: 26px;
	font-family: garamond-premier-pro-display, serif;
	font-weight: 500;
	margin-right: 50px;
}

.index_news_title h2 {
	font-size: 14px;
	color: #8a8a8a;
	margin: 7px 0 0;
}

.index_news_list {
	width: calc(100% - 260px);
	margin: 6px 0 0;
	font-size: 15px;
}

.index_news_date {
	font-family: garamond-premier-pro-display, serif;
	font-weight: 500;
	color: #8a8a8a;
	width: 100px;
}

.index_news_list li {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}

.index_news_list li a {
	width: calc(100% - 100px);
}

.index_event {
	padding: 80px 0;
}

.section_title {
	text-align: center;
}

.section_title h2 {
	font-family: garamond-premier-pro-display, serif;
	font-weight: 500;
	font-size: 56px;
}

.section_title_sub {
	font-size: 16px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Shippori Mincho", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
}

.index_event_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 40px 0 0;
}

.index_event_container:after {
	content: "";
	width: 31%;
	height: 0;
	display: block;
	order: 1;
}

.index_event_box {
	width: 48%;
	margin-bottom: 30px;
}

.index_event_box_arcive {
    width: 30%;
    margin-bottom: 30px;
}

.index_event_thumb img {
	width: 100%;
	height: auto;
}

.index_event_thumb {
	margin-bottom: 20px;
}

.index_event_box h3 {
	font-size: 16px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Shippori Mincho", "MS P明朝", "MS PMincho", serif;
	font-weight: normal;
	//margin-bottom: 20px;
}

.index_event_box_arcive h3 {
	font-size: 16px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Shippori Mincho", "MS P明朝", "MS PMincho", serif;
	font-weight: normal;
	//margin-bottom: 20px;
}

.index_event_category {
	font-size: 13px;

}

.index_event_more {
	margin: 40px 20px 0px;
	text-align: center;
}

.index_event_more a {
	display: inline-block;
	background: #111111;
	padding: 12px 50px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	border: 1px solid #111111;
	transition: all 0.3s;
}

.index_event_more a:hover {
	opacity: 1;
	background: #ffffff;
	color: #111111;
}

.index_business {
	padding: 80px 0;
	border-top: 4px solid #191919;
}

.index_business_container {
	margin-bottom: 120px;
}

.index_business_lead {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Shippori Mincho", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	font-size: 32px;
	position: relative;
	padding-left: 20px;
	margin: 40px 0 0;
}

.index_business_lead:before {
	content: "";
	position: absolute;
	width: 394px;
	height: 1px;
	background: #111111;
	top: 50%;
	left: -394px;
}

.index_business_wrapper {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0;
}

.index_business_wrapper_management {
	margin-bottom: 60px;
}

.index_business_thumb {
	width: 52%;
}

.index_business_thumb img {
	width: 100%;
	height: auto;
}

.index_business_description {
	width: 44%;
}

.index_business_num {
	text-align: right;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Shippori Mincho", "MS P明朝", "MS PMincho", serif;
	font-weight: normal;
	font-size: 60px;
	margin: -20px 0 50px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.index_business_num_m3 {
	justify-content: space-between;
}

.index_business_num_m2 {
	margin: -20px 0 20px;
}


.index_business_num h4 {
	margin-right: 0.5em;
	letter-spacing: 0;
}

.index_business_num span {
	font-size: 100px;
	font-family: garamond-premier-pro-display, serif;
	font-weight: 500;
	line-height: 1;
}

.index_business_description h4 {
	font-size: 26px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Shippori Mincho", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	margin-bottom: 20px;
}

.index_business_description h5 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: normal;
}

.index_business_text {
	
}

.index_business_sub {
	margin: 20px 0 0;
	font-size: 12px;
	color: #8a8a8a;
}

.index_business_artist_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 45px 0 0;
}

.index_business_artist_title {
	font-size: 32px;
	font-family: garamond-premier-pro-display, serif;
	font-weight: 500;
}

.index_business_artist_title_sub {
	font-size: 13px;
	color: #8a8a8a;
}

.index_business_artist_container {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 0;
}

.index_business_artist_box {
	width: 19%;
	margin-right: 1.25%;
	margin-bottom: 30px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.index_business_artist_box:nth-child(5n) {
	margin-right: 0;
}

.index_business_artist_thumb a {
	width: 100%;
	display: block;
	overflow: hidden;
}

.index_business_artist_thumb img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.3s;
}

.index_business_artist_thumb a:hover img {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

.index_business_artist_name {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}

.index_business_btn {
	margin: 30px 0 0;
}

.index_business_btn a {
	display: inline-block;
	background: #111111;
	padding: 15px 60px;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #111111;
}

.index_business_btn a:hover {
	opacity: 1;
	background: #ffffff;
	color: #111111;
}

.index_bn {
	background: #f6f6f6;
	padding: 65px 0;
}

.index_bn_container {
	display: flex;
}

.index_bn_box {
	width: 23.8%;
	margin-right: 1.6%;
}

.index_bn_box:last-child {
	margin-right: 0;
}

.index_bn_box img {
	width: 100%;
	height: auto;
}

/* @end */

/* @group company */

.page_content {
	margin-bottom: 120px;
}

.page_head {
	margin: 100px 0;
}

.page_head h1 {
	font-size: 48px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Shippori Mincho", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
}

.page_head2 {
	margin: 30px 0;
}

.kome1{
font-size:10px;
}



.page_head2 h1 {
	font-size: 28px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Shippori Mincho", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
}

    .contents_inner h2 {
        font-size: 30px;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Shippori Mincho", "MS P明朝", "MS PMincho", serif;
        font-weight: bold;
        padding-bottom:20px;
    }
}


.page_head .anker {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	display: flex;
	justify-content: flex-end;
	margin-top: -7px;
}

.page_head .anker li {
	margin-left: 35px;
}

.page_head .anker li a {
	text-decoration: none;
	background: url("../img/sp_nav_icon.svg") no-repeat center right;
	background-size: 10px auto;
	display: inline-block;
	padding: 0 16px 0 0;
}

.page_company {
	
}

.page_company_ourmission {
	font-family: garamond-premier-pro-display, serif;
	font-weight: 500;
	font-size: 44px;
	margin-bottom: 50px;
}

.page_company_ourmission_text {
	font-size: 18px;
	margin-bottom: 100px;
}

.page_company_img {
	height: 430px;
	background: url("../img/company_img.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
}

.page_company_img_photoby {
	color: #fff;
	font-size: 12px;
	position: absolute;
	bottom: 15px;
	right: 20px;
	z-index: 1;
}

.page_company_outlinetitle {
	margin: 100px 0 0;
	font-size: 32px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Shippori Mincho", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
}

.page_company_table {
	margin: 20px 0 0;
	border-top: 1px solid #cdcdcd;
	font-size: 16px;
}

.page_company_table_box {
	border-bottom: 1px solid #cdcdcd;
	padding: 22px 0;
	display: flex;
	justify-content: space-between;
}

.page_company_table_label {
	width: 20%;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 20px;
	line-height: 2;
}

.page_company_table_content {
	width: 85%;
	line-height: 2;
}

.page_company_table2 {
	font-size: 16px;
}

.page_company_table2 .page_company_table_content p {
	font-size: 14px;
}

.map_iframe {
	margin: 20px 0;
}

.map_iframe iframe {
	width: 100%;
	height: 310px;
}

.page_company_kessan {
	display: flex;
	flex-wrap: wrap;
}

.page_company_kessan dt {
	font-weight: bold;
	margin-right: 150px;
	padding-bottom: 10px;
}

.page_company_kessan dd {
	padding-bottom: 10px;
}

.page_company_shop,
.page_company_suppliers {
	margin: 100px 0 0;
}

.page_company_shop h2,
.page_company_suppliers h2 {
	font-size: 32px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Shippori Mincho", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	margin-bottom: 25px;
}

.page_company_suppliers h2 span {
	font-size: 24px;
}

.page_company_shop_box {
	border: 1px solid #cdcdcd;
	padding: 18px 20px 18px 100px;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.page_company_shop_box:hover {
	border: 1px solid #111111;
}

.page_company_shop_box:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 6px;
	top: 50%;
	right: 20px;
	transform: rotate(-90deg);
	z-index: 1;
	background: url("../img/sp_nav_icon.svg") no-repeat;
	background-size: 10px auto;
	margin-top: -3px;
}

.page_company_shop_label {
	width: 20%;
	font-size: 18px;
	font-weight: bold;
}

.page_company_shop_addr {
	width: 80%;
	font-size: 16px;
}

.page_company_shop_box a {
	position: absolute;
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
}

.page_company_suppliers_box {
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid #cdcdcd;
	position: relative;
	margin: 40px 0 100px;
}

.page_company_suppliers_box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 33.33%;
	width: 1px;
	height: 100%;
	background: #cdcdcd;
	z-index: 1;
}

.page_company_suppliers_box:after {
	content: "";
	position: absolute;
	top: 0;
	right: 33.33%;
	width: 1px;
	height: 100%;
	background: #cdcdcd;
	z-index: 1;
}

.page_company_suppliers_name {
	width: 33.33%;
	padding: 0 24px 30px 24px;
	font-size: 15px;
	font-weight: bold;
}


/* @end */

/* @group event */

.page_event_lead {
	font-size: 32px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Shippori Mincho", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
}

.page_event .index_event_container {
	margin-bottom: 80px;
}

/* @end */

/* @group privacy */

.page_privacy .page_privacy_lead {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

.page_privacy_text {
	line-height: 2;
	margin-bottom: 50px;
}

.page_privacy_text p {
	margin-bottom: 2em;
}

.page_privacy_text ol li {
	margin: 0 0 30px 1.4em;
	text-indent: -1.4em;
}

.page_privacy_text ol.page_privacy_flow li {
	margin: 0 0 0 1.4em;
	text-indent: -1.4em;
}

.page_privacy_text table {
	border-collapse: collapse;
	border: 1px solid #cdcdcd;
	width: 100%;
	margin: 20px 0 30px;
}

.page_privacy_text table th {
	background: #f6f6f6;
	padding: 10px 15px;
	border: 1px solid #cdcdcd;
	text-align: left;
	font-weight: normal;
}

.page_privacy_text table th:first-child {
	width: 35%;
}

.page_privacy_text table td {
	padding: 10px 15px;
	border: 1px solid #cdcdcd;
	text-align: left;
}

/* @end */


/* @group contact */

#form_contents .h2ttl h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 40px;
}

.cautionList {
	font-size: 16px;
	margin-bottom: 40px;
}

.form_input table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #cdcdcd;
}

.form_input table th {
	border: 1px solid #cdcdcd;
	background: #f2f2f2;
	padding: 15px;
	text-align: left;
	width: 35%;
	vertical-align: middle;
	font-weight: normal;
	font-size: 16px;
}

.form_input table td {
	border: 1px solid #cdcdcd;
	padding: 15px;
}

.form_input table .optional th {
    background-image: url(../img/icon_optional.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.form_input table .required th {
    background-image: url(../img/icon_required.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.form-control {
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

 .form_input table td .fm_text{
	margin-bottom: 10px;
}
.form_input table td .fm_text input{
	width: 540px;
}
.form_input table td .ex_text{
	padding: 0 5px;
	font-size: 87.5%;
}
.form_input table td .fm_name{
	overflow: hidden;
	float: left;
	padding-right: 40px;
}
.form_input table td .fm_name em{
	float: left;
	display: block;
	width: 50px;
	font-size: 87.5%;
	line-height: 2.6428;
	font-style: normal;
}
.form_input table td .fm_name .fm_name_in{
	float: left;
	width: 200px;
}
.form_input table td .fm_name .fm_name_in em{
	float: none;
}
.form_input table td .fm_name .fm_text input{
	width: 200px;
}
.form_input table td .fm_tel{
	overflow: hidden;
}
 .form_input table td .fm_tel .fm_text{
	float: left;
	width: 170px;
}
.form_input table td .fm_tel .fm_haihun{
	float: left;
	width: 26px;
	text-align: center;
	line-height: 2.3125;
}
.form_input table td .fm_tel input{
	width: 148px;
}
.form_input table td .fm_select select{
	width: 540px;
}
.form_input table td .fm_textarea textarea{
	width: 540px;
	height: 101px;
}

#fm_kiyaku {
	margin: 40px 0 0;
}

#fm_kiyaku .h3ttl h3 {
	font-size: 16px;
	margin-bottom: 5px;
}

.kiyaku_read {
	font-size: 16px;
}

.kiyaku_area {
	border: 1px solid #cdcdcd;
	padding: 30px;
	height: 320px;
	overflow: auto;
	margin: 20px 0;
}

.wrap_kiyaku {
	font-size: 13px;
}

.wrap_kiyaku p {
	margin-bottom: 2em;
}

.inq_cautionList ul {
	margin-bottom: 2em;
}

.inq_cautionList ul li {
	list-style: disc;
	margin: 0 0 0 1.5em;
}

.kiyaku_inq em {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

.kiyaku_check {
	display: block;
	margin: 50px auto;
	background: #f6f6f6;
	max-width: 420px;
	text-align: center;
	padding: 20px;
	font-size: 16px;
}

.kiyaku_check input {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	vertical-align: bottom;
}

.btn_confirm {
	text-align: center;
	margin-bottom: 100px;
}

.btn_confirm input {
	
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		text-align: center;
		display: block;
		overflow: hidden;
		text-decoration: none;
		font-weight: normal;
		border: 0;
		border-radius: 0;
		margin: 0 auto;
		
	width: 630px;
	padding: 25px 0;
	font-size: 18px;
	color: #ffffff;
	background: #111111;
}

/* @end */

/* @group news */

.page_news_list {
	margin: 0 0 80px;
	font-size: 16px;
}

.page_news_date {
	font-family: garamond-premier-pro-display, serif;
	font-weight: 500;
	color: #8a8a8a;
	margin-right: 50px;
}

.page_news_list li {
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}

.page_news_list li .index_news_date {
	width: 100px;
	margin-right: 0;
}

.page_news_list li a {
	width: calc(100% - 100px);
}

.page_news_detail {
	margin: 100px 0;
}

.page_news_title {
	font-size: 32px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Shippori Mincho", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	margin: 45px 0;
}

.page_news_text {
	font-size: 19px;
	line-height: 2;
}

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

.page_news_text h2 {
	margin: 40px 0 20px;
	font-weight: bold;
	font-size: 23px;
}

.page_news_text .gray_box {
	background: #f7f7f7;
	padding: 30px 40px;
}

.page_news_text .bold {
	font-weight: bold;
}

.page_news_text table {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #c3c8d9;
}

.page_news_text table th {
	border-bottom: 1px solid #c3c8d9;
	padding: 20px 10px;
}

.page_news_text table td {
	border-bottom: 1px solid #c3c8d9;
	padding: 20px 10px;
}

.border_box {
	border: 1px solid #c3c8d9;
	margin: 60px 0;
}

.border_box_child {
	border-bottom: 1px solid #c3c8d9;
	padding: 15px 30px;
}

.border_box_child:last-child {
	border-bottom: 0;
}

.page_news_text hr {
	border-top: 1px solid #c3c8d9;
}



/* @end */

/* @group footer */

footer {



	background: #111111;
	padding: 40px 0;
	color: #ffffff;
}

footer a {
	color: #ffffff;
	text-decoration: none;
}

.footer_container {
	display: flex;
	justify-content: space-between;
}

.footer_logo {
	width: 15%;
}

.footer_link {
	/*width: 95%;*/
	display: flex;
  flex-wrap: wrap;
  align-items: stretch; /* 高さを揃える */
  gap: 40px; /* 余白を調整 */	
	
}

.footer_link_box {
	/*margin-right: 50px;*/
	letter-spacing: 0;
}

.footer_link_box:last-child {
	margin-right: 0;
}

.footer_link_parent {
	margin-bottom: 10px;
}

.footer_link_parent a {
	font-size: 13px;
	font-weight: bold;
}

.footer_link_box ul li {
	margin-bottom: 5px;
}

.footer_link_box ul li a {
	font-size: 11px;
	color: #efeff2;
}

.footer_copyright {
	text-align: right;
	font-size: 10px;
	margin: 30px 0 0;
}

.footer_copyright a {
	text-decoration: underline;
}

.copyright {
	margin-left: 1em;
}

.pagetop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 100;
}

/* @end */


}

@media all and (max-width: 1024px) and (min-width: 769px) {

nav ul li a {
	padding: 23px 20px;
}

nav ul li:last-child {
	margin-left: 15px;
}

nav ul li:last-child a {
	padding: 23px 30px;
}

.index_mv_thumb_half a {
	font-size: 14px;
}

.index_mv_thumb_half a span {
	font-size: 9px;
}

}


@media all and (max-width: 768px) {

.kome1{
font-size:10px;
}

body {
	padding-top: 55px;
}

.pconly {
		display: none;
	}


/* @group sp_menu */
	
	#sp_menu{
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 10000;
	}
	
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 60px;
		height: 55px;
		background: #111111;
	}
	.menu-trigger span {
		position: absolute;
		left: 20px;
		width: 20px;
		height: 1px;
		background-color: #ffffff;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 18px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 25px;
	}
	.menu-trigger span:nth-of-type(3) {
		top: 32px;
	}
	
	
	.is-open .menu-trigger span:nth-of-type(1) {
		top: 25px;
		-webkit-transform: translateY(0px) rotate(-45deg);
	    -ms-transform: translateY(0px) rotate(-45deg);
	    transform: translateY(0px) rotate(-45deg);
	}
	
	.is-open .menu-trigger span:nth-of-type(2) {
		display: none;
	}
	.is-open .menu-trigger span:nth-of-type(3) {
		top: 25px;
		-webkit-transform: translateY(0px) rotate(45deg);
	    -ms-transform: translateY(0px) rotate(45deg);
	    transform: translateY(0px) rotate(45deg);
	}
	
	.sp_nav {
		position: fixed;
		top: 55px;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #ffffff;
		z-index: 10000;
		padding: 50px 20px;
		overflow: auto;
		display: none;
	}
	
	.sp_nav ul li {
		margin-bottom: 50px;
	}
	
	.sp_nav_parent {
		font-size: 30px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Shippori Mincho", "MS P明朝", "MS PMincho", serif;
		font-weight: bold;
		text-decoration: none;
		display: block;
	}
	
	.sp_nav ul li .sp_nav_child {
		margin: 25px 0 0;
	}
	
	.sp_nav ul li .sp_nav_child li {
		margin: 0 0 25px;
	}
	
	.sp_nav ul li .sp_nav_child li a {
		display: block;
		text-decoration: none;
		font-size: 16px;
	}
	
	.sp_nav ul li .sp_nav_child li ol {
		margin: 15px 0 0;
	}
	
	.sp_nav ul li .sp_nav_child li ol li{
		margin: 0 0 15px 20px;
	}
	
	.sp_nav_parent_pulldown {
		position: relative;
	}
	
	.sp_nav_parent_pulldown:after {
		content: "";
		position: absolute;
		width: 13px;
		height: 7px;
		background: url("../img/sp_nav_icon.svg") no-repeat;
		background-size: 13px auto;
		top: 50%;
		right: 0;
		z-index: 1;
		margin-top: -3px;
	}
	
	.sp_nav_parent_pulldown.open:after {
		transform: rotate(180deg);
	}
	
	.sp_nav_child {
		display: none;
	}
	
	/* @end */
	

.contents_inner {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 20px;
}

/* @group header */

header {
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	letter-spacing: 0;
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	background: #ffffff;
}

.header_logo {
	margin: 14px 0 14px 20px;
}

.header_logo img {
	width: 60px;
	height: auto;
}

nav {
	display: none;
	justify-content: flex-end;
	font-size: 16px;
}

nav ul {
	display: flex;
}

nav ul li {
}

nav ul li a {
	display: block;
	text-decoration: none;
	padding: 23px 27px;
}

nav ul li:last-child {
	margin-left: 20px;
}

nav ul li:last-child a {
	background: #111111;
	color: #ffffff;
	padding: 23px 35px;
}


/* @end */


/* @group index */

.index_mv {
	letter-spacing: 0;
}

.index_mv_left {
}

.index_mv_left video {
	display: none;
}

.index_mv_right {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #ffffff;
}

.index_mv_thumb_half {
	width: 50%;
	height: 150px;
	display: flex;
	border-bottom: 1px solid #ffffff;
}

.index_mv_thumb_half:nth-child(2n) {
	border-left: 1px solid #ffffff;
}

.index_mv_thumb_half a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	width: 100%;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Shippori Mincho", "MS P明朝", "MS PMincho", serif;
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
}

.index_mv_thumb_half a span {
	font-family: garamond-premier-pro-display, serif;
	font-size: 12px;
	color: rgba(255,255,255,0.3);
	letter-spacing: 0.1em;
}

.index_mv_thumb_full {
	width: 100%;
}

.index_mv_thumb_full img {
	width: 100%;
	height: auto;
}

.index_mv_thumb01 {
	background: url("../img/index_mv_thumb_liveconcert.jpg") no-repeat center center;
	background-size: cover;
}

.index_mv_thumb02 {
	background: url("../img/index_mv_thumb_ticket.jpg") no-repeat center center;
	background-size: cover;
}

.index_mv_thumb03 {
	background: url("../img/index_mv_thumb_exhibition.jpg") no-repeat center center;
	background-size: cover;
}

.index_mv_thumb04 {
	background: url("../img/index_mv_thumb_corporatesolution.jpg") no-repeat center center;
	background-size: cover;
}

.index_mv_sp {
	
}

.index_mv_sp_box img {
	width: 100%;
	height: auto;
}

.index_news {
	background: #f6f6f6;
	padding: 20px 0;
}

.index_news_important {
	background: #ffffff;
	box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.08);
	padding: 10px;
	color: #c43c3c;
	margin: 10px -10px 20px;
}

.index_news_important a {
	color: #c43c3c;
	font-size: 13px;
	font-weight: bold;
}

.index_news_container {
}

.index_news_title {
	display: flex;
	margin-right: 80px;
}

.index_news_title h3 {
	font-size: 22px;
	font-family: garamond-premier-pro-display, serif;
	font-weight: 500;
	margin-right: 50px;
}

.index_news_title h2 {
	font-size: 12px;
	color: #8a8a8a;
	margin: 7px 0 0;
}

.index_news_list {
	margin: 6px 0 0;
	font-size: 15px;
}

.index_news_date {
	font-family: garamond-premier-pro-display, serif;
	font-weight: 500;
	color: #8a8a8a;
	display: block;
}

.index_news_list li {
	margin-bottom: 20px;
}

.index_event {
	padding: 80px 0;
}

.section_title {
	text-align: center;
}

.section_title h2 {
	font-family: garamond-premier-pro-display, serif;
	font-weight: 500;
	font-size: 36px;
}

.section_title_sub {
	font-size: 13px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Shippori Mincho", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
}

.index_event_container {
	margin: 40px 0 0;
}

.index_event_box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.index_event_box_arcive {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.index_event_thumb {
	width: 30%;
}

.index_event_thumb img {
	width: 100%;
	height: auto;
}

.index_event_text {
	width: 65%;
}

.index_event_box h3 {
	font-size: 16px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Shippori Mincho", "MS P明朝", "MS PMincho", serif;
	font-weight: normal;
	margin-bottom: 10px;
}

.index_event_category {
	font-size: 12px;
}

.index_event_more {
	margin: 40px 20px 0px;
}

.index_event_more a {
	display: block;
	background: #111111;
	padding: 15px 10px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

.index_business {
	padding: 80px 0;
	border-top: 4px solid #191919;
}

.index_business_container {
	margin-bottom: 60px;
}

.index_business_container:last-child {
	margin-bottom: 0;
}

.index_business_lead {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Shippori Mincho", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	font-size: 27px;
	position: relative;
	padding-left: 1v0px;
	margin: 40px 0 0;
}

.index_business_lead:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 1px;
	background: #111111;
	top: 50%;
	left: -20px;
}

.index_business_wrapper {
	margin: 30px 0 0;
}

.index_business_wrapper_management {
	margin-bottom: 60px;
}

.index_business_thumb {
}

.index_business_thumb img {
	width: 100%;
	height: auto;
}

.index_business_description {
}

#business_exhibition .index_business_description h5,
#business_solution .index_business_description h5,
#business_ticket .index_business_description h5 {
	margin-top: -30px;
}

.index_business_num {
	text-align: right;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Shippori Mincho", "MS P明朝", "MS PMincho", serif;
	font-weight: normal;
	font-size: 40px;
	margin: 0px 0 0px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #d6d6d6;
}

.index_business_num_m2 {
	vertical-align: bottom;
	align-items: baseline;
	margin: 20px 0 0;
}


.index_business_num h4 {
	font-size: 21px !important;
	letter-spacing: 0;
	color: #111111;
}

.index_business_num span {
	font-size: 90px;
	font-family: garamond-premier-pro-display, serif;
	font-weight: 500;
	line-height: 1;
}

.index_business_description h4 {
	font-size: 23px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Shippori Mincho", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	margin: -35px 0 30px;
}

#business_concert02 .index_business_num {
	justify-content: space-between;
}

#business_concert02 .index_business_description h4 {
	font-size: 21px !important;
	letter-spacing: 0.1em;
}

.index_business_description h5 {
	font-size: 17px;
	margin-bottom: 20px;
	font-weight: normal;
}

.index_business_text {
	line-height: 2;
}

.index_business_sub {
	margin: 20px 0 0;
	font-size: 12px;
	color: #8a8a8a;
}

.index_business_artist_head {
	margin: 45px 0 0;
}

.index_business_artist_title {
	font-size: 22px;
	font-family: garamond-premier-pro-display, serif;
	font-weight: 500;
}

.index_business_artist_title_sub {
	font-size: 11px;
	color: #8a8a8a;
}

.index_business_artist_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0 0;
}

.index_business_artist_box {
	width: 49%;
	margin-bottom: 10px;
}

.index_business_artist_thumb img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

.index_business_artist_name {
	text-align: center;
	font-size: 12px;
}

.index_business_btn {
	margin: 30px 0 0;
}

.index_business_btn a {
	display: inline-block;
	background: #111111;
	padding: 15px 80px;
	color: #ffffff;
	text-decoration: none;
}

.index_bn {
	background: #f6f6f6;
	padding: 25px 0 15px;
}

.index_bn_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index_bn_box {
	width: 48%;
	margin-bottom: 10px;
}

.index_bn_box img {
	width: 100%;
	height: auto;
}

/* @end */

/* @group company */

.page_content {
	margin-bottom: 75px;
}

.page_head {
	margin: 75px 0;
}

.page_head h1 {
	font-size: 36px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Shippori Mincho", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
}

.page_head .anker {
	display: flex;
	flex-wrap: wrap;
	margin: 75px 0 0;
}

.page_head .anker li {
	margin: 0 35px 20px 0;
}

.page_head .anker li a {
	text-decoration: none;
	background: url("../img/sp_nav_icon.svg") no-repeat center right;
	background-size: 10px auto;
	display: inline-block;
	padding: 0 16px 0 0;
}

.page_company {
	
}

.page_company_ourmission {
	font-family: garamond-premier-pro-display, serif;
	font-weight: 500;
	font-size: 34px;
	margin-bottom: 50px;
}

.page_company_ourmission_text {
	font-size: 17px;
	margin-bottom: 75px;
}

.page_company_img {
	height: 215px;
	background: url("../img/company_img.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
}

.page_company_img_photoby {
	color: #fff;
	font-size: 12px;
	position: absolute;
	bottom: 15px;
	right: 20px;
	z-index: 1;
}

.page_company_outlinetitle {
	margin: 75px 0 0;
	font-size: 27px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Shippori Mincho", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
}

.page_company_table {
	margin: 60px 0 0;
	border-top: 1px solid #cdcdcd;
	font-size: 16px;
}

.page_company_table_box {
	border-bottom: 1px solid #cdcdcd;
	padding: 22px 0;
}

.page_company_table_label {
	font-size: 16px;
	font-weight: bold;
}

.page_company_table_content {
	line-height: 2;
}

.page_company_table2 {
	font-size: 16px;
}

.page_company_table2 .page_company_table_content p {
	font-size: 14px;
}

.map_iframe {
	margin: 20px 0;
}

.map_iframe iframe {
	width: 100%;
	height: 180px;
}

.page_company_kessan {
}

.page_company_kessan dt {
	font-weight: bold;
}

.page_company_kessan dd {
	padding-bottom: 20px;
}

.page_company_shop,
.page_company_suppliers {
	margin: 75px 0 0;
}

.page_company_shop h2,
.page_company_suppliers h2 {
	font-size: 27px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Shippori Mincho", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	margin-bottom: 60px;
}

.page_company_suppliers h2 span {
	font-size: 14px;
}

.page_company_shop_box {
	border: 1px solid #cdcdcd;
	padding: 15px 30px 15px 15px;
	position: relative;
	margin-bottom: 15px;
}

.page_company_shop_box:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 6px;
	top: 50%;
	right: 20px;
	transform: rotate(-90deg);
	z-index: 1;
	background: url("../img/sp_nav_icon.svg") no-repeat;
	background-size: 10px auto;
	margin-top: -3px;
}

.page_company_shop_label {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.page_company_shop_addr {
	font-size: 16px;
}

.page_company_shop_box a {
	position: absolute;
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
}

.page_company_suppliers_box {
	position: relative;
	margin: 40px 0 100px;
}

.page_company_suppliers_name {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}


/* @end */

/* @group event */

.page_event_lead {
	font-size: 27px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Shippori Mincho", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
}

.page_event .index_event_container {
	margin-bottom: 80px;
}

/* @end */


/* @group privacy */

.page_privacy .page_privacy_lead {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 35px;
}

.page_privacy_text {
	line-height: 2;
	margin-bottom: 50px;
}

.page_privacy_text p {
	margin-bottom: 2em;
}

.page_privacy_text ol li {
	margin: 0 0 30px 1.4em;
	text-indent: -1.4em;
}

.page_privacy_text ol.page_privacy_flow li {
	margin: 0 0 0 1.4em;
	text-indent: -1.4em;
}

.page_privacy_text table {
	border-collapse: collapse;
	border: 1px solid #cdcdcd;
	width: 100%;
	margin: 20px 0 30px;
}

.page_privacy_text table th {
	background: #f6f6f6;
	padding: 10px 10px;
	border: 1px solid #cdcdcd;
	text-align: left;
	font-weight: normal;
}

.page_privacy_text table th:first-child {
	width: 35%;
}

.page_privacy_text table td {
	padding: 10px 10px;
	border: 1px solid #cdcdcd;
	text-align: left;
}

.page_privacy_text table.page_privacy_table2 th {
	width: 100%;
	display: block;
	border: 0;
	border-bottom: 1px solid #cdcdcd;
}

.page_privacy_text table.page_privacy_table2 td {
	width: 100%;
	display: block;
	border: 0;
	border-bottom: 1px solid #cdcdcd;
}

.page_privacy_text table.page_privacy_table2 tr:last-child td:last-child {
	border-bottom: 0;
}

/* @end */


/* @group news */

.page_news_list {
	margin: 0 0 80px;
	font-size: 16px;
}

.page_news_date {
	font-family: garamond-premier-pro-display, serif;
	font-weight: 500;
	color: #8a8a8a;
	display: block;
}

.page_news_list li {
	margin-bottom: 50px;
}

.page_news_detail {
	margin: 75px 0;
}

.page_news_title {
	font-size: 26px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Shippori Mincho", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	margin: 45px 0;
}

.page_news_text {
	font-size: 16px;
	line-height: 2;
	word-break: break-all;
}

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

.page_news_text h2 {
	margin: 40px 0 20px;
	font-weight: bold;
	font-size: 18px;
}

.page_news_text .gray_box {
	background: #f7f7f7;
	padding: 20px;
	font-size: 14px;
}

.page_news_text .bold {
	font-weight: bold;
}

.page_news_text table {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #c3c8d9;
	font-size: 14px;
}

.page_news_text table th {
	display: block;
	padding: 30px 0px 5px;
	text-align: left;
}

.page_news_text table td {
	display: block;
	border-bottom: 1px solid #c3c8d9;
	padding: 0px 0px 30px;
}

.border_box {
	border: 1px solid #c3c8d9;
	margin: 60px 0;
	font-size: 14px;
}

.border_box_child {
	border-bottom: 1px solid #c3c8d9;
	padding: 20px;
}

.border_box_child:last-child {
	border-bottom: 0;
}

.page_news_text hr {
	border-top: 1px solid #c3c8d9;
}

/* @end */

/* @group contact */

#form_contents .h2ttl h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 35px;
}

.cautionList {
	font-size: 16px;
	margin-bottom: 35px;
}

.form_input table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #cdcdcd;
}

.form_input table th {
	border: 1px solid #cdcdcd;
	background: #f2f2f2;
	padding: 15px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	font-size: 16px;
	display: block;
	width: 100%;
	border-bottom: 0;
}

.form_input table td {
	border: 1px solid #cdcdcd;
	padding: 15px;
	display: block;
	width: 100%;
	border-bottom: 0;
	overflow: hidden;
}

.form_input table .optional th {
    background-image: url(../img/icon_optional.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.form_input table .required th {
    background-image: url(../img/icon_required.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.form-control {
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

 .form_input table td .fm_text{
	margin-bottom: 10px;
}
.form_input table td .fm_text input{
	width: 100%;
}
.form_input table td .ex_text{
	padding: 0 5px;
	font-size: 87.5%;
}
.form_input table td .fm_name{
	overflow: hidden;
	float: left;
	width: 46%;
    margin-right: 4%;
    padding-right: 0;
}
.form_input table td .fm_name em{
	float: left;
	display: block;
	font-size: 87.5%;
	line-height: 2.6428;
	font-style: normal;
}
.form_input table td .fm_name .fm_name_in{
	float: left;
}
.form_input table td .fm_name .fm_name_in em{
	float: none;
}
.form_input table td .fm_name .fm_text input{
	/*width: 100%;*/
}
.form_input table td .fm_tel{
	overflow: hidden;
}
 .form_input table td .fm_tel .fm_text{
	float: left;
	width: 170px;
}
.form_input table td .fm_tel .fm_haihun{
	float: left;
	width: 26px;
	text-align: center;
	line-height: 2.3125;
}
.form_input table td .fm_tel input{
	width: 100%;
}
.form_input table td .fm_select select{
	width: 100%;
}
.form_input table td .fm_textarea textarea{
	width: 100%;
	height: 150px;
}

#fm_kiyaku {
	margin: 40px 0 0;
}

#fm_kiyaku .h3ttl h3 {
	font-size: 16px;
	margin-bottom: 5px;
}

.kiyaku_read {
	font-size: 16px;
}

.kiyaku_area {
	border: 1px solid #cdcdcd;
	padding: 20px;
	height: 250px;
	overflow: auto;
	margin: 20px 0;
}

.wrap_kiyaku {
	font-size: 13px;
}

.wrap_kiyaku p {
	margin-bottom: 2em;
}

.inq_cautionList ul {
	margin-bottom: 2em;
}

.inq_cautionList ul li {
	list-style: disc;
	margin: 0 0 0 1.5em;
}

.kiyaku_inq em {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

.kiyaku_check {
	display: block;
	margin: 50px auto;
	background: #f6f6f6;
	max-width: 420px;
	text-align: center;
	padding: 15px;
	font-size: 14px;
}

.kiyaku_check input {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.btn_confirm {
	text-align: center;
	margin-bottom: 100px;
}

.btn_confirm input {
	
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		text-align: center;
		display: block;
		overflow: hidden;
		text-decoration: none;
		font-weight: normal;
		border: 0;
		border-radius: 0;
		margin: 0 auto;
		width: 100%;
	padding: 15px 0;
	font-size: 16px;
	color: #ffffff;
	background: #111111;
}

/* @end */

/* @group footer */

footer {
	background: #111111;
	padding: 40px 0;
	color: #ffffff;
}

footer a {
	color: #ffffff;
	text-decoration: none;
}

.footer_container {
	display: flex;
	flex-wrap: wrap;
}

.footer_logo {
	width: 100%;
	order: 2;
	border-top: 1px solid #ffffff;
	text-align: center;
	padding: 40px 0 20px;
}

.footer_logo img {
	width: 87px;
	height: auto;
}

.footer_link {
	width: 100%;
	order: 1;
	display: block;
}

.footer_link_box {
	letter-spacing: 0;
	margin-bottom: 30px;
}

.footer_link_box:nth-child(1) ul {
	display: flex;
}

.footer_link_box:nth-child(1) ul li {
	margin: 0 20px 0 0;
}

.footer_link_parent {
	margin-bottom: 10px;
}

.footer_link_parent a {
	font-size: 13px;
	font-weight: bold;
}

.footer_link_box ul li {
	margin-bottom: 10px;
}

.footer_link_box ul li a {
	font-size: 13px;
	color: #8a8a8a;
}

.footer_link_box ul li ol {
	display: flex;
	flex-wrap: wrap;
}

.footer_link_box ul li ol li {
	margin: 2px 5px 2px;
}

.footer_link_box .footer_link_parent:nth-child(n + 2) {
	margin-top: 30px;
}

.footer_copyright {
	text-align: center;
	font-size: 10px;
	margin: 30px 0 0;
	line-height: 2;
	color: #888888;
}

.footer_copyright a {
	color: #888888;
	text-decoration: underline;
}

.copyright {
	display: block;
	margin: 5px 0 0;
}

.pagetop {
	position: fixed;
	bottom: 20px;
	right: 0px;
	z-index: 100;
}

.pagetop img {
	width: 90px;
	height: auto;
}

/* @end */

}

#ss_gmo_globalsign_secured_site_seal img {
    cursor: pointer;
    border: 0;

}

#csi_siteseal_image {
    display: none;
}
.security-wrap {
  padding-top: 20px;
}

.security-img {
  width: 130px;
}