@charset "utf-8";
/* 共通設定 */
#pagetop {
	overflow: hidden;
}
#mainpage a {
	text-decoration: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#mainpage a:hover {
	cursor: pointer !important;
}

/* メイン */
#mainpage {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	padding: 20px 0 0px 0;
}
p,a {
	margin: 0 0;
}
#mainpage,input[type="button"] {
	font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	overflow: hidden;
}
.tab-on {
	display: none;
}
.sp-on {
	display: none;
}
.pc-on {
	display: block;
}
.sp-on-text {
	display: none !important;
}
.pc-on-text {
	display: block !important;
}
#p7frame {
	margin: -24px 0 0 0 !important;
}

/* メインタイトル */
#mainpage h1 {
	text-align: center;
	padding: 80px 0 60px 0;
}

#mainpage h1 span {
	display: block;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.3em;
	margin-right: -0.3em;
}
#page-top-button {
	display: none !important;
}

/* 吹き出し */
.mainimage-box {
	position: relative;
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#mainpage h1 .mainimage-box span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0em;
    margin-right: 0em;
}
.mainimage-box a {
	margin: 0 0 15px;
	display: inline-block;
}
.speech-bubbles {
	position: absolute;
	top:-155px;
	left: -50px;
	height: 137px;
	width: 200px;
	color: #FFF;
	font-size: 16px;
	opacity: 0;
	display: flex;
	justify-content:center;
	align-items:flex-end;
	padding-bottom: 25px;
	overflow-y: hidden;
}
.speech-bubbles  {
	-webkit-transform : translate(0, 20px);
	    -ms-transform : translate(0, 20px);
	        transform : translate(0, 20px);
    -webkit-transition : all 0.5s;
    -o-transition : all 0.5s;
    transition : all 0.5s;
}
.speech-bubbles.load  {
    opacity : 1;
    -webkit-transform : translate(0, 0);
        -ms-transform : translate(0, 0);
            transform : translate(0, 0);
}

.speech-bubbles-box-text::after{
  content: "";
  position: absolute;
  margin: 0;
  bottom: -15px;
  left: 20px;
  width: 0;
  height: 0;
  border-top: 40px solid #ec6b51;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.speech-bubbles-box-text {
	background: #ec6b51;
	border-radius: 13px;
}
.speech-bubbles-box {
	display: block;
	position: relative;
	width: 100%;
	height: 35px;
}
.speech-bubbles-box-text {
	position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
}
.speech-bubbles {
	display: none;
}

/*INFO*/
.grid-panel-news {
	margin: 40px auto 50px auto;
	padding: 10px 0;
	background-color: #a2a2a2;
	border-radius: 50px 50px;
	width: 520px;
	text-align: center;
	color: #fff;
}
.news {
    border-radius: 10px 10px 9px 9px;
}
.grid-panel-news p.news-left {
    color: #ffffff;
    padding-right: 10px;
	border-radius: 0;
	margin: 0 10px 0 0;
}
.news-right .notes_text {
	color: #fff;
}
.news-right .notes_text br {
	display: none;
}
.grid-panel-news .news-right {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.badge-tertiary {
    background-color: #e7212a;
    color: #ffffff;
}
.badge {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 10px;
    font-weight: 700;
    line-height: 10px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    display: inline-block;
    min-width: 10px;
    border-radius: 60px;
    padding: 5px 10px;
}
.modalArea_01 {
    display: none;
    position: fixed;
    z-index: 6000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modalBg_01{
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.9);
}
.modalWrapper_01{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    max-width: 100%;
    max-height: 120vh;
    padding: 10px 0;
	background-color:transparent;
	font-size: 12px;
	text-align: center;
}
.closeModal_01{
    width: 100px;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    margin: 10px auto;
    padding: 5px;
    border-radius: 20px;
    text-align: center;
}
.modalContents_01 .m_contents img {
	width: 800px;
}
@media screen and (max-width: 1024px) {
	.grid-panel-news {
		width: 900px;
	}
	.news-right {
		text-align: left;
	}
	.modal-inner {
		padding: 100px 0 60px 0;
	}
	.news-right .notes_text br {
		display: block;
	}
	.modalContents_01 .m_contents img {
		width: 80%;
	}
	.modal-window img {
		width: 100%;
	}
	.modal-window {
		width: 900px !important;
		margin: 0 auto;
		border: 10px solid #FFF;
		text-align: justify;
		text-justify: inter-ideograph;
		background-color: #fff;
		box-shadow: 0 1px 30px rgba(0, 0, 0, 0.5);
		text-align: center;
	}
	}
@media screen and (max-width: 828px) {
	.grid-panel-news {
		width: 600px;
	}
	.news-right {
		text-align: left;
	}
	.modal-inner {
		padding: 100px 0 60px 0;
	}
	.news-right .notes_text br {
		display: block;
	}
	.modalContents_01 .m_contents img {
		width: 80%;
	}
	.modal-window img {
		width: 100%;
	}
	.modal-window {
		width: 600px !important;
		margin: 0 auto;
		border: 10px solid #FFF;
		text-align: justify;
		text-justify: inter-ideograph;
		background-color: #fff;
		box-shadow: 0 1px 30px rgba(0, 0, 0, 0.5);
		text-align: center;
	}
	}
@media screen and (max-width: 425px) {
.grid-panel-news {
    width: 400px;
}
.news-right {
	text-align: left;
}
.news-right .notes_text br {
	display: block;
}
.modalContents_01 .m_contents img {
	width: 100%;
}
.modal-window {
	width: 400px !important;
	margin: 0 auto;
	border: 10px solid #FFF;
	text-align: justify;
	text-justify: inter-ideograph;
	background-color: #fff;
	box-shadow: 0 1px 30px rgba(0, 0, 0, 0.5);
	text-align: center;
}
}
@media screen and (max-width: 375px) {
	.grid-panel-news {
		width: 320px;
	}
	.news-right {
		text-align: left;
	}
	.grid-panel-news p.news-left {
		margin: 0 5px 0 0;
	}
	.news-right .notes_text br {
		display: block;
	}
	.modal-window {
		width: 320px !important;
		margin: 0 auto;
		border: 10px solid #FFF;
		text-align: justify;
		text-justify: inter-ideograph;
		background-color: #fff;
		box-shadow: 0 1px 30px rgba(0, 0, 0, 0.5);
		text-align: center;
	}
	}
	@media screen and (max-width: 320px) {
		.grid-panel-news {
			width: 300px;
		}
		.news-right {
			text-align: left;
		}
		.grid-panel-news p.news-left {
			margin: 0 5px 0 0;
		}
		.news-right .notes_text br {
			display: block;
		}
		.modal-window {
			width: 300px !important;
			margin: 0 auto;
			border: 10px solid #FFF;
			text-align: justify;
			text-justify: inter-ideograph;
			background-color: #fff;
			box-shadow: 0 1px 30px rgba(0, 0, 0, 0.5);
			text-align: center;
		}
		}

/* 共通 */
.section-inbox {
	margin: 0 auto;
}

/* シェアセクション */
.share-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding: 0 20px;
	margin: 0 0 -50px 0;
}
.share-section a {
	width: 50px;
	margin: 0 0 0 20px;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.share-section a img {
	width: 100%;
}
.share-section a:hover{
	-webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}

/* メインセクション */
.section-main {
	padding: 20px 10px 100px 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
}
.section-main .section-inbox {
	width: 900px;
}
.contents-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	background:
		-webkit-linear-gradient(315deg, #e6e6e6 60px, transparent 0) top left,
		-webkit-linear-gradient(135deg, #e6e6e6 60px, #fff 0) bottom right;
	background:
		-o-linear-gradient(315deg, #e6e6e6 60px, transparent 0) top left,
		-o-linear-gradient(135deg, #e6e6e6 60px, #fff 0) bottom right;
	background:
		linear-gradient(135deg, #e6e6e6 60px, transparent 0) top left,
		linear-gradient(315deg, #e6e6e6 60px, #fff 0) bottom right;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	padding: 80px 150px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.contents-main-box:before {
    content:"";
    display: block;
    padding-top: 100%;
}
.contents-main-box {
	position: relative;
	width: 28%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}
.shop,.reserve,.party,.song,.collabo {
	background-repeat: no-repeat;
	background-size: contain;
}
.shop {
	background-image: url("/img/index2018/main-icon01.png");
}
.reserve {
	background-image: url("/img/index2018/main-icon02.png");
}
.party {
	background-image: url("/img/index2018/main-icon04.png");
}
.song {
	background-image: url("/img/index2018/main-icon05.png");
}
.collabo {
	background-image: url("/img/index2018/main-icon06.png");
}
.contents-main-box:hover {
	-webkit-box-shadow: 0 3px 40px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 3px 40px rgba(0, 0, 0, 0.3);
}
.contents-main-box:nth-of-type(-n+3) {
	margin: 0 0 40px 0;
}
.contents-main-box-innner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	padding: 0px 15px 20px 15px;
}
.contents-main-box-innner h2 {
	font-size: 17px;
	font-weight: 700;
	color: #003149;
}
.contents-main-box.coupon h2 {
	padding-right: 20px;
}
.contents-main-box.coupon {
	background-image: url("/img/index2018/coupon-icon.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.coupon .contents-main-box-innner {
	border: 5px solid #003149;
	padding: 0px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.coupon .contents-main-box-innner h2 {
	font-size: 16px;
}

/* ワード */
.word-section {
	padding: 0 0 100px 0;
}
.word-section .section-inbox {
	width: 960px;
}
.word-section h2 {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 40px 0;
}
.word-section h2 span {
	position: relative;
    letter-spacing: 0.2em;
    margin-right: -0.2em;
}
.word-section h2 span:before {
	content: "";
	position: absolute;
	left: -80px;
    border-color: #333;
    border-style: solid;
    border-width: 30px 1px 0 1px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.word-section h2 span:after {
	content: "";
	position: absolute;
	right: -75px;
    border-color: #333;
    border-style: solid;
    border-width: 30px 1px 0 1px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.word-section ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.word-section ul li {
	margin: 0 10px;
	text-align: center;
	font-size: 18px;
}
.word-section ul li a {
	color: #ec6a51;
}
.word-section ul li a:hover {
	opacity: 0.7;
}

/* スライダーセクション */
.section-slider {
	padding: 0 0 100px 0;
}

/* 楽曲検索セクション */
#song {
	margin-top: -100px;
	padding-top: 100px;
}
input[type="radio"] {
	display: none;
}
.songsearch-section {
	color: #003149;
	padding: 0 10px 100px 10px;
	letter-spacing: 0.1em;
	margin-right: -0.1em;
}

.songsearch-section .section-inbox{
	width: 520px;
}
.contents-search {
	border: 5px solid #003149;
	padding: 0px 25px 35px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
}
.contents-search h2 {
	margin: -17px 0 30px 0;
}
.contents-search h2 span {
	font-size: 24px;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-weight: 700;
	text-align: center;
	background: #FFF;
}
.contents-search-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;;
}
.contents-search-button label {
	position:relative;
	cursor: pointer;
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
	width: 48%;
	padding: 25px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	text-align: center;
	margin: 0 0 25px 0;
	color: #ec6c51;
    font-size: 21px;
    font-weight: 700;
}
#stype_artist:checked ~ .stype_artist,
#stype_music:checked ~ .stype_music {
	border:2px solid #ec6d51;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	-webkit-box-shadow: 0 0px 0px #FFF;
	        box-shadow: 0 0px 0px #FFF;
}
#stype_artist:checked ~ .stype_artist:after,
#stype_music:checked ~ .stype_music:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -44px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-color: #ec6b51;
    border-style: solid;
    border-width: 44px 1px 0 1px;
}
#contents-search-button-text {
	width: 100%;
	position:relative;
}
.contents-search input[type="text"] {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 50px;
	outline: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 20px;
    border: 2px solid #ec6c51;
    background: #fff;
    margin: 15px 0 0px 0;
	font-size: 21px;
	text-align: center;
	line-height: 1.5em;
}
::-webkit-input-placeholder {
	color: #a2a2a2;
}
:-ms-input-placeholder {
	color: #a2a2a2;
}
::-ms-input-placeholder {
	color: #a2a2a2;
}
::placeholder {
	color: #a2a2a2;
}
#contents-search-button-text:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -44px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-color: #ec6b51;
    border-style: solid;
    border-width: 44px 1px 0 1px;
}
.contents-search-button-submit {
	width: 98%;
	position: relative;
    margin: 42px auto 0 auto;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.contents-search input[type="button"] {
	display: block;
	width: 100%;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	outline: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 4px;
    padding: 20px;
    background: #000;
    color: #FFF;
    font-size: 21px;
    font-weight: 700;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
	letter-spacing: 0.1em;
	margin-right: -0.1em;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border-radius: 0px;
}
.contents-search input[type="button"]:hover {
	-webkit-box-shadow: 0 3px 40px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 3px 40px rgba(0, 0, 0, 0.3);
}
.contents-search-button-submit:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    height: 0;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 12px solid #ec6b51;
}

/* カラ鉄説明セクション */
.exp-section {
	padding: 0 10px 100px 10px;
}
.exp-section .section-inbox {
	width: 1140px;
}
.exp-section-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #003149;
	color: #FFF;
	padding: 40px 0;
	margin: 0 0 100px 0;
}
.exp-section-title:before {
    content: "";
	border-color: #ffffff transparent transparent transparent;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-width: 25px 0px 0 25px;
}
.exp-section-title:after {
    content: "";
	border-color: #0b3147 transparent transparent #0b3147;
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-width: 25px 25px 0 0px;
}
.exp-section-title-text {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	margin: 0 0 0 20px;
}
.exp-section-title h2 {
	font-size: 20px;
	letter-spacing: 0.2em;
	margin-right: -0.2em;
	line-height: 1.5em;
}
.exp-section-title h2 span{
	display: block;
	font-size: 30px;
	letter-spacing: 0.2em;
	margin-right: -0.2em;
}

.exp-section-title .exp-section-title-img {
	background: #FFF;
	border-radius: 50px;
	width: 100px;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.exp-section-title .exp-section-title-img img {
	width: 60%;
}
.exp-section-contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.exp-section-contents-box {
	width: 48%;
	margin: 0 0 60px 0;
}
.exp-section-contents-box:nth-of-type(3) {
	margin: 0;
}
.exp-section-contents-box p span {
	display: block;
	margin: 0 0 20px 0;
}
.exp-section-contents-box h3:nth-of-type(1) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
	margin: 0 0 40px 0;
}
.exp-section-contents-box h3:nth-of-type(1) span:nth-of-type(1) {
	font-size: 34px;
	margin: 0 40px 0 0;
}
.exp-section-contents-box h3:nth-of-type(1) span:nth-of-type(2) {
	font-size: 20px;
}
.exp-section-contents-box img {
	width: 100%;
}
.exp-section-contents-box h3:nth-of-type(2) {
	margin: 0 40px;
}
.exp-section-contents-box h3:nth-of-type(2) span {
	display: block;
	margin: 0 0 40px 0;
}

/* イベント */
#event {
    margin-top: -100px;
    padding-top: 200px;
}
.event-section {
	padding: 0px 10px 60px 10px;
	text-align: center;
}
.event-section .section-inbox {
	width: 1140px;
}
.event-section-title {
	display: inline-block;
	position: relative;
	margin: 0 0 60px 0;
	padding: 20px 40px;
}
.event-section-title:before {
    content: "";
    border-color: transparent #e6e6e6 transparent transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-width: 25px 25px 0 0px;
}
.event-section-title:after {
    content: "";
    border-color: #e6e6e6 transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-width: 25px 25px 0 0px;
}
.event-section h2 {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-right: -0.5em;
}
.event-section-contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align:start;
	    -ms-flex-align:start;
	        align-items:flex-start;
}
.event-section-contents a {
    width: 23.4%;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.event-section-contents a p {
	line-height: 1.2em;
	padding: 2px 0px 0 0px;
}
.event-section-contents a:hover {
	opacity: 0.7;
}
.event-section-contents a img {
	width: 100%;
	border: 1px solid #d0d0d0;
}
.collabo-box-contents-empty {
    width: 23.4%;
    margin: 0 0 20px 0;	
}

/* RECRUIT */
.recruit-section {
	padding: 0 10px 100px 10px;
}
.recruit-section .section-inbox {
	width: 1140px;
}
.recruit-section-catch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin: 0 0 -160px 0;
}

.recruit-section-catch p:nth-of-type(1) {
	text-align: center;
	font-size: 20px;
	padding: 0 0 100px 0;
	font-weight: 700;
	letter-spacing: 0.3em;
	margin-right: -0.3em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center; 
	-webkit-box-align: center; 
	    -ms-flex-align: center; 
	        align-items: center;
}
.recruit-section-title {
	background: #e6e6e6;
	padding: 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 0 60px 0;
}
.recruit-section-title h2 {
	display: inline-block;
	font-size: 20px;
	letter-spacing: 0.1em;
	margin-right: -0.1em;
	color: #0b3147;
	font-weight: 700;
}
.recruit-section-title h2 span {
	display: block;
	font-size: 36px;
	line-height: 1.2em;
	letter-spacing: 0em;
	margin-right: -0em;
}
.recruit-section-contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0 80px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.recruit-section-contents-box {
	width: 45%;
}
.recruit-section-contents-box img {
	width: 100%;
	margin: 0 0 30px 0;
}
.recruit-section-contents-box-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center; 
	-webkit-box-align: center; 
	    -ms-flex-align: center; 
	        align-items: center;
	border: 2px dashed #0b3147;
	padding: 40px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
.recruit-section-contents-box-button a {
	display: inline-block;
	text-decoration: none;
	background: #000000;
	color: #ec6a51;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	font-size: 40px;
	margin: 0 50px 0 0;
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}
.recruit-section-contents-box-button a:hover {
	-webkit-box-shadow: 0 3px 40px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 3px 40px rgba(0, 0, 0, 0.3);
}
.recruit-section-contents-box-button p {
	line-height: 1.5em;
	font-size: 20px;
	font-weight: 700;
	color: #0b3147;
}

/* 新着情報 */
.news-section {
	background: #000;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px 10px;
}
.news-section .section-inbox {
	width: 1140px;
}
.news-section-contents {
	width: 100%;
	padding: 0px 15px 10px 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 185px;
    overflow: auto;
    overflow-x: hidden;
    border-left: 2px solid #FFF;
    margin: 0 0 20px 0;
}
.news-section-contents dl {
	width: 100%;

}
.news-section-contents dl dt{
	float: left;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}
.news-section-contents dl dd {
	padding-left: 7em;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #6a6a6a;
}
.news-section-contents dl dd span{
	background: #ec6a51;
	color: #FFF;
	padding: 0 5px;
	margin: 0 8px 0 0;
}
.news-section-contents dl a {
	text-decoration: none;
	color: #ffffff;
}
.news-section-contents dl a:hover {
	opacity: 0.7;
}
.news-section-contents {
	overflow-y: scroll;
}
.news-section-contents::-webkit-scrollbar {
	width: 15px;
}
.news-section-contents::-webkit-scrollbar-track {
	margin: 0 2px;
	background: #ccc;
}
.news-section-contents::-webkit-scrollbar-thumb {
	background: #888;
}
.news-section h2 {
	color: #FFF;
	font-size: 24px;
	margin: 0 0 20px 0;
}
.news-section-more {
	text-align: right;
}
.news-section-more a {
	color: #FFF;
	border-bottom: 2px solid #ec6a51;	
	padding: 0 10px 5px 10px;
}
.news-section-more a:hover {
	opacity: 0.7;
}

/* TOPへ戻るボタン */
#page-top {
    opacity: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 4;
    background: #000;
    -webkit-transition: 0.5s !important;
    -o-transition: 0.5s !important;
    transition: 0.5s !important;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}
#page-top.page-top-button-show {
    opacity: 1;
}
#page-top:hover {
	-webkit-box-shadow: 0 3px 40px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 3px 40px rgba(0, 0, 0, 0.3);
}
#page-top span:before,#page-top span:after {
	background: #fff;
}
#page-top span:before {
    display: block;
    position: absolute;
    top: 23px;
    right: 23px;
    width: 9px;
    height: 3px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    content: "";
}
#page-top span:after {
    display: block;
    position: absolute;
    top: 23px;
    right: 18px;
    width: 9px;
    height: 3px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
}

/* ワイド画面対応設定 */
@media screen and (min-width: 1161px) and (max-width: 1680px) {
	img {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.share-section img {
		-webkit-backface-visibility: visible;
		backface-visibility: visible;
	}
	.section-main .section-inbox {
		width: 850px;
	}
	#mainpage h1 {
		padding: 60px 0 20px 0;
	}
	#mainpage h1 img {
		height: auto;
		-webkit-backface-visibility: visible;
		backface-visibility: visible;
	}
	#mainpage h1 a {
		margin: 0 0 10px 0;
	}
	.contents-main {
		background: -webkit-linear-gradient(315deg, #e6e6e6 60px, transparent 0) top left, -webkit-linear-gradient(135deg, #e6e6e6 60px, #fff 0) bottom right;
		background: -o-linear-gradient(315deg, #e6e6e6 60px, transparent 0) top left, -o-linear-gradient(135deg, #e6e6e6 60px, #fff 0) bottom right;
		background: linear-gradient(135deg, #e6e6e6 60px, transparent 0) top left, linear-gradient(315deg, #e6e6e6 60px, #fff 0) bottom right;
		padding: 50px 150px;
	}
	.contents-main-box-innner h2 {
		font-size: 15px;
	}
	.coupon .contents-main-box-innner h2 {
		font-size: 15px;
	}
}
@media screen and (max-width: 540px) {
	.songsearch-section .section-inbox {
		width: 93%;
	}
}

/* タブレット */
@media screen and (min-width: 721px) and (max-width: 1160px) {
	.pc-on {
		display: none;
	}
	.sp-on {
		display: none;
	}
	.tab-on {
		display: block;
	}
	#mainpage {
		font-size: 1.4vw;
	}
	.word-section .section-inbox,
	.news-section .section-inbox,
	.exp-section .section-inbox,
	.event-section .section-inbox,
	.recruit-section .section-inbox {
		width: 95% !important;
	}
	img {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;	
	}
	.share-section img {
		-webkit-backface-visibility: visible;
		backface-visibility: visible;
	}
	#mainpage h1 {
		padding: 60px 0 15px 0;
	}
	#mainpage h1 img {
		width: 450px;
		height: auto;
		-webkit-backface-visibility: visible;
		backface-visibility: visible;	
	}
	#mainpage h1 a {
		margin: 0 0 5px 0;		
	}
	#mainpage h1 span {
		font-size: 22px;
	}
	.exp-section-contents-box h3:nth-of-type(1) span:nth-of-type(1) {
		font-size: 3vw;
		margin: 0 20px 0 0;
	}
	.exp-section-contents-box h3:nth-of-type(1) span:nth-of-type(2) {
		font-size: 2vw;
	}
	.section-main {
		padding: 20px 0 60px 0;
		margin: 0 auto;
	}
	.section-main .section-inbox {
		width: 700px;
	}
	.section-slider,.songsearch-section,.exp-section,.recruit-section {
		padding-bottom: 80px;
	}
	.exp-section-title {
		padding: 20px 0;
		margin: 0 0 60px 0;
	}
	.event-section-title {
		margin: 0 0 40px 0;
	}
	.event-section-contents a,
	.collabo-box-contents-empty {
		margin: 0 0 10px 0;
	}
	.contents-main {
		background: -webkit-linear-gradient(315deg, #e6e6e6 50px, transparent 0) top left, -webkit-linear-gradient(135deg, #e6e6e6 50px, #fff 0) bottom right;
		background: -o-linear-gradient(315deg, #e6e6e6 50px, transparent 0) top left, -o-linear-gradient(135deg, #e6e6e6 50px, #fff 0) bottom right;
		background: linear-gradient(135deg, #e6e6e6 50px, transparent 0) top left, linear-gradient(315deg, #e6e6e6 50px, #fff 0) bottom right;
		padding: 40px 100px;
	}
	.contents-main-box-innner h2 {
		font-size: 13px;
	}
	.coupon .contents-main-box-innner h2 {
		font-size: 13px;
	}
	.word-section {
		padding: 0 0 60px 0;
	}
	.word-section ul li {
		font-size: 16px;
		margin: 0 3px;
		text-align: left;
	}
	.songsearch-section,.exp-section,.event-section,.recruit-section,.news-section {
		padding-left: 0px;
		padding-right: 0px;
	}
	.recruit-section-catch {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.recruit-section-catch p:nth-of-type(1) {
		width: 60%;
		line-height: 1.5em;
		text-align: left;
	}
	.recruit-section-contents {
		padding: 0;
		width: 90%;
		margin: 0 auto;
	}
	.recruit-section-contents-box {
		width: 48%;
	}
	.recruit-section-contents-box-button {
		padding: 20px 20px;
	}
	.recruit-section-contents-box-button p {
		font-size: 1.8vw;
	}
	.recruit-section-contents-box-button a {
		margin: 0 25px 0 0;
	}
	.news-section-contents {
		height: 150px;
	}
	.news-section-more a {
		padding: 0 5px 3px 5px;
	}
}

/* スマホ設定 */
@media screen and (max-width: 720px) {
	#mainpage a,#mainpage input{
		-webkit-transition: 0s;
		-o-transition: 0s;
		transition: 0s;
	}
	#mainpage a:hover {
		opacity: 1 !important;
	}
	#mainpage a,#mainpage label,#mainpage input {
		-webkit-tap-highlight-color:rgba(0, 0, 0, 0.25) !important;
	}
	.pc-on {
		display: none;
	}
	.tab-on {
		display: none;
	}
	.sp-on {
		display: block;
	}
	.sp-on-text {
		display: block !important;
	}
	.pc-on-text {
		display: none !important;
	}
	.contents-search input[type="button"],.contents-main-box,.recruit-section-contents-box-button a,#page-top {
		-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3) !important;
		        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3) !important;
	}
	.contents-search input[type="button"]:hover,.contents-main-box:hover,.recruit-section-contents-box-button a:hover,#page-top:hover {
		-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3) !important;
		        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3) !important;
	}
	img {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		width: 100%;
	}
	.share-section {
		width: 95%;
		padding: 0;
		margin: 0;
	}
	.share-section a {
		width: 12%;
		margin: 0 0 0 15px !important;
	}
	.word-section .section-inbox,
	.news-section .section-inbox,
	.exp-section .section-inbox,
	.event-section .section-inbox,
	.recruit-section .section-inbox {
		width: 93% !important;
	}
	.section-main {
		padding: 0;	
		margin: 0 0 100px 0;
	}
	.section-main .section-inbox {
		width: 80%;
	}
	#mainpage {
		padding: 10px 0 0 0;
	}
	#mainpage h1 {
		padding: 10.5vw 0;
	}
	#mainpage h1 img {
		width: 60vw;
	}
	#mainpage a {
		margin: 0 ;
	}
	#mainpage h1 span {
		font-size: 3.5vw;
	}
	.contents-main {
		background: none;
		padding: 0;
	}
	.contents-main-box {
		width: 45%;
		margin: 0 0 30px 0 !important;
	}
	.contents-main-box:nth-of-type(3),
	.contents-main-box:nth-of-type(6) {
		margin: 0 0 0 0 !important;
	}
	.contents-main-box:nth-of-type(4) {
		display: none;
	}
	.contents-main-box:nth-of-type(5) {
		display: none;
	}
	.coupon .contents-main-box-innner {
		border: 4px solid #0d3448;
	}
	.contents-main-box-innner h2,.coupon .contents-main-box-innner h2 {
		font-size: 3.5vw;
	}
	.contents-main-box-innner {
		padding: 0px 15px 15px 15px;
	}
	.word-section h2 {
		font-size: 5vw;
		margin: 0 0 20px 0;
	}
	.word-section ul li {
		font-size: 4vw;
		margin: 0 5px;
	}
	.word-section {
		padding: 0 0 80px 0;
	}
	.word-section h2 span:before {
		left: -60px;
	}
	.word-section h2 span:after {
		right: -55px;
	}
	.shadow-top {
		padding: 5px;
	}
	.section-slider,.songsearch-section,.exp-section,.recruit-section {
		padding: 0 0 80px 0;
	}
	.event-section {
		padding: 0 0 20px 0;	
	}
	.contents-search {
		    padding: 0px 20px 35px;
	}
	.contents-search h2 span {
		font-size: 4.5vw;
		padding: 0 10px;
	}
	.contents-search-button label {
		font-size: 4vw;
		padding: 15px 0px;
	}
	.contents-search input[type="button"] {
		font-size: 5vw;
		padding: 15px;
	}
	.contents-search input[type="text"] {
		font-size: 4vw;
		padding: 15px 10px;
	}
	.exp-section-title {
		padding: 15px;
		margin: 0 0 50px 0;
	}
	.exp-section-title h2 {
		font-size: 14px;
	}
	.exp-section-title h2 span {
		font-size: 21px;
	}
	.exp-section-title .exp-section-title-img {
		width: 60px;
		height: 60px;
	}
	.exp-section-contents-box {
		width: 100%;
		display: block;
		margin: 0 0 50px 0;
	}
	.exp-section-contents-box h3:nth-of-type(1) span:nth-of-type(1) {
		font-size: 9vw;
		margin: 0 20px 0 0;
	}
	.exp-section-contents-box h3:nth-of-type(1) span:nth-of-type(2) {
		font-size: 4.5vw;
	}
	.exp-section-contents-box h3:nth-of-type(1) {
		margin: 0 0 20px 0;
	}
	.exp-section-contents-box p span {
		font-size: 3.5vw;
	}
	.event-section-title {
		padding: 20px 30px;
		margin: 0 0 30px 0;
	}
	.event-section h2 {
		font-size: 5vw;
		line-height: 1.2em;
	}
	.event-section-contents a {
		width: 48%;
		margin: 0 0 12px 0 !important;
		font-size: 3.2vw;
	}
	.collabo-box-contents-empty {
		width: 48%;
		margin: 0 0 12px 0 !important;
	}
	.recruit-section {
		display: none;
	}
	.news-section {
		padding: 20px 0 30px 0;
	}
	.news-section h2 {
		font-size: 5vw;
	}
	.news-section-contents {
		font-size: 3.2vw;
		line-height:1.5em;
		margin: 0 auto 10px auto;
		width: 100%;
		height: auto;
		overflow-y: auto;
		overflow-x: auto;
		overflow: visible;
		padding: 0 10px 0 10px;
	}
	.news-section-more a {
		font-size: 3.5vw;
		padding: 0 5px 2px 5px;
	}
	.news-section-contents dl dd:nth-of-type(5) {
		border: none;
	}
	.news-section-contents dl dt:nth-of-type(n + 6),
	.news-section-contents dl dd:nth-of-type(n + 6) {
		display: none;
	}
	.speech-bubbles {
		position: absolute;
		top: -160px;
		left: -50px;
		height: 142px;
		width: 200px;
		font-size: 15px;
	}
	#mainpage h1 .mainimage-box span {
		font-size: 15px;
	}
}

@media screen\0 {
  #mainpage .collabo-box-contents,#mainpage .news-section-contents dl dd a,#mainpage .news-section-more a,#mainpage .word-section a {
    -webkit-transition: 0s !important;
    -o-transition: 0s !important;
    transition: 0s !important;
  }
}

@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
  #mainpage .collabo-box-contents,#mainpage .news-section-contents dl dd a,#mainpage .news-section-more a,#mainpage .word-section a  {
    -webkit-transition: 0s !important;
    -o-transition: 0s !important;
    transition: 0s !important;
    -webkit-transition: all 0s !important;
    -o-transition: all 0s !important;
    transition: all 0s !important;
  }
}