html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

a {
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

input, select {
	vertical-align: middle;
}

ol, ul, li {
	list-style: none;
}

img {
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	display: block;
	max-width: 100%;
}

/** THEME
===================================*/

.strong {
	font-weight: bold !important;
}

.bx-wrapper .bx-viewport {
	left: -5px;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	transform: translatez(0);
	border: 5px solid #fff;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	position: absolute;
	z-index: 2000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 50px;
}

/* PAGER */

.bx-wrapper .bx-pager {
	font-family: Arial;
	font-size: .85em;
	font-weight: bold;
	padding-top: 20px;
	text-align: center;
	color: #666;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	text-indent: -9999px;
	border-radius: 5px;
	outline: 0;
	background: #666666;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	/* background: #000; */
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
}

.bx-wrapper .bx-next {
	right: 10px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	z-index: 2010;
	top: 50%;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	text-indent: -9999px;
	outline: 0;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	width: 10px;
	height: 11px;
	margin: 0 3px;
	text-indent: -9999px;
	outline: 0;
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	width: 9px;
	height: 11px;
	margin: 0 3px;
	text-indent: -9999px;
	outline: 0;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	width: 80%;
	text-align: left;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #666;
	background: rgba(80, 80, 80, .75);
}

.bx-wrapper .bx-caption span {
	font-family: Arial;
	font-size: .85em;
	display: block;
	padding: 10px;
	color: #fff;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

body {
	font-family: "Roboto", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "NotoSansJP", sans-serif;
	font-size: 14px;
	position: relative;
	width: 100%;
	color: #000;
	-webkit-text-size-adjust: 100%;
}

select::-ms-expand {
	display: none;
}

select {
	font-family: "Roboto", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "NotoSansJP", sans-serif;
	display: flex;
	padding: 0 16px 0 12px;
	align-items: center;
	gap: 10px;
	border-radius: 6px;
	border: 1px solid #BDBDBD;
	background: #FFF;
	line-height: 42px;
}

p {
	line-height: 1.5;
}

a {
	color: #1878d9;
}

.movieInfo_production__wrap:hover {
    border-radius: 6px;
    border: 1px solid #E71410;
    background-color: #E71410;
    color: white;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;
    padding: 0.9em 2.5em;
    line-height: 1.4;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

img {
	margin: 0 auto;
	text-align: center;
	vertical-align: bottom;
	border: none;
}

.purchasenote-text {
	color: #FF0000;
}

.red-text {
	line-height: 100%;
	color: #e71410;
}

.yellow-text {
	color: #fc0;
}

.light-gray-text {
	color: #999;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.d-table {
	display: table;
	width: 100%;
}

.d-tr {
	display: table-row-group;
}

.d-td {
	display: table-cell;
	vertical-align: middle;
}

.d-th {
	display: table-cell;
	vertical-align: middle;
}

.d-ib {
	display: inline-block;
	vertical-align: middle;
}

.wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	/* background-color: #f7f8f8; */
	@media screen and (max-width: $breakpoint) {
		overflow: hidden;
	}
}

.pc-not-view {
	display: none;
}

.inner {
	box-sizing: border-box;
	max-width: 1440px;
	margin: 0 auto;
}

.btn a, .btn button {
	line-height: 1;
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 5px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
}

.btn a:hover, .btn button:hover {
	opacity: .75;
}

.btn .not-link {
	line-height: 1;
	display: block;
	box-sizing: border-box;
	padding: 15px 5px;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
}

.white-btn a, .white-btn button, .white-btn .not-link {
	background-color: #fff;
}

.red-btn a, .red-btn button, .red-btn .not-link {
	color: #fff;
	background-color: #bc1f18;
}

.red-white-btn a, .red-white-btn button, .red-white-btn .not-link {
	color: #fff;
	background-color: #FB240F;
}

.bul-btn a, .bul-btn button, .bul-btn .not-link {
	color: #fff;
	background-color: #5ba9d1;
}

.blue-btn a, .blue-btn button, .blue-btn .not-link {
	color: #fff;
	background-color: #00ABD6;
}

.light-gray-btn a, .light-gray-btn button, .light-gray-btn .not-link {
	border: 1px solid #ccc;
	background-color: #eeecec;
}

.orange-btn a, .orange-btn button, .orange-btn .not-link {
	border: 1px solid #ccc;
	color: #fff;
	background-color: #e65514;
}

.green-btn a, .green-btn button, .green-btn .not-link {
	border: 1px solid #ccc;
	color: #fff;
	background-color: #00954f;
}

.gray-btn a, .gray-btn button, .gray-btn .not-link {
	color: #fff;
	background-color: #333;
}

a.triangle-right-icon {
	text-decoration: underline;
	color: #333;
}

.rating-icon-g {
	background-color: #007d41;
}

.rating-icon-pg12 {
	background-color: #00a8e8;
}

.rating-icon-r15 {
	background-color: #e7428f;
}

.rating-icon-r18 {
	background-color: #de0716;
}

.triangle-right-icon {
	position: relative;
	padding-left: 15px;
}

.triangle-right-icon::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -5px;
	content: '';
	border-width: 5px 0 5px 10px;
	border-style: solid;
	border-color: transparent transparent transparent #c30d23;
}

.triangle-bottom-icon {
	position: relative;
	padding-left: 15px;
}

.triangle-bottom-icon::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -5px;
	content: '';
	border-width: 10px 5px 0 5px;
	border-style: solid;
	border-color: #1878d9 transparent transparent transparent;
}

.bx-wrapper .bx-viewport {
	left: 0;
	border: none;
	box-shadow: none;
}

.loading {
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	background-color: rgba(255, 255, 255, .75);
}

.loading.active {
	display: block;
}

.loading::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	content: '';
	-webkit-transform: scale(.75);
	transform: scale(.75);
	background-image: url(/img/responsive/new_loading.gif);
}

/* PCヘッダここから（作品詳細/filmのヘッダはcommon.cssを参照しているのでそちらも要修正） */
/* header .inner {
	max-width: 1030px;
}

header .red-area {
	background-color: white;
	height: 55px;
}

header .red-area .inner {
	position: relative;
	padding: 14px 0;
	margin: auto;
	width: 1000px;
}

header .red-area .back-btn {
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -10px;
}

header .red-area .back-btn a {
	display: block;
	width: 32px;
	width: 16px;
	height: 40px;
	height: 20px;
	background-image: url(/img/sp/common/sprite.png);
	background-position: -362px -244px;
	background-position: -181px -122px;
	background-size: 201px 176px;
}

header .red-area .logo {
	font-size: 12px;
	float: left;
	color: black;
}

header .red-area .logo a {
	text-decoration: none;
}

header .red-area .logo img {
	height: 35px;
}

header .red-area .logo .logo-text-01 {
	line-height: 5px;
	margin-right: 40px;
	vertical-align: text-bottom;
}

header .red-area .search-box {
	text-align: right;
	float: right;
	width: 45%;
	margin-right: 30px;
}

header .red-area .search-box input {
	width: 71%;
	display: inline-block;
	height: 35px;
	margin-top: -5px;
}

header .red-area .search-box button {
	width: 85px;
	height: 35px;
	display: inline-block;
	background-color: #fed22f;
	border-radius: 5px;
	cursor: pointer;
	margin-left: 6px;
}

header .red-area .search-box button img {
	width: 21px;
	height: 21px;
	display: inline-block;
}

header .red-area .sns {
	float: right;
	padding-right: 5px;
}

header .red-area .sns ul {
	margin: 0 -10px;
}

header .red-area .sns ul li {
	float: left;
}

header .red-area .sns ul li {
	float: left;
	margin-right: 15px;
	margin-top: 3px;
	width: 30px;
	height: 30px;
}

header .red-area .sns ul li a {
	position: relative;
	display: block;
	margin: 0 10px;
}

header .red-area .sns ul .facebook a img, header .red-area .sns ul .twitter a img, header .red-area .sns ul .line a img {
	width: 30px;
	height: 30px;
}

header .black-area {
	font-size: 12px;
	background-color: #000;
}

header .black-area.login {
	height: 64px;
	background: linear-gradient(0deg, #474747 0%, #474747 50%, #000 50%, #000 100%);
}

header .black-area .inner {
	padding: 5px 18px;
}

header .black-area .global-menu, 
header .black-area .member-menu {
	padding-top: 5px;
	padding-bottom: 5px;
}

header .black-area .global-menu {
	float: left;
}

header .black-area .global-menu ul {
	margin: 0 -10px;
}

header .black-area .global-menu ul li {
	float: left;
	border-right: 1px solid #fff;
}

header .black-area .global-menu ul li:last-child {
	border: none;
}

header .black-area .global-menu ul li a {
	position: relative;
	margin: 0 5px;
	padding-left: 21px;
	text-decoration: none;
	color: #fc0;
}

header .black-area .global-menu ul li a:before {
	left: 0;
}

header .black-area .global-menu ul .guide a {
	padding-left: 18px;
}

header .black-area .global-menu ul .guide a:before {
	position: absolute;
	top: 50%;
	display: block;
	width: 30px;
	width: 15px;
	height: 24px;
	height: 12px;
	margin-top: -6px;
	content: '';
	background-image: url(/img/pc/common/sprite.png);
	background-position: -356px -174px;
	background-position: -178px -87px;
	background-size: 236px 207px;
}
header .black-area .global-menu ul .faq a {
	padding-left: 17px;
}

header .black-area .global-menu ul .faq a:before {
	position: absolute;
	top: 50%;
	display: block;
	width: 28px;
	width: 14px;
	height: 26px;
	height: 13px;
	margin-top: -6.5px;
	content: '';
	background-image: url(/img/pc/common/sprite.png);
	background-position: -328px -174px;
	background-position: -164px -87px;
	background-size: 236px 207px;
}

header .black-area .global-menu ul .theater a {
	padding-left: 23px;
}

header .black-area .global-menu ul .theater a:before {
	position: absolute;
	top: 50%;
	display: block;
	width: 36px;
	width: 18px;
	height: 24px;
	height: 12px;
	margin-top: -6px;
	content: '';
	background-image: url(/img/pc/common/sprite.png);
	background-position: -422px -114px;
	background-position: -211px -57px;
	background-size: 236px 207px;
}

header .black-area .global-menu ul .screening-schedule a {
	padding-left: 23px;
}

header .black-area .global-menu ul .screening-schedule a:before {
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 16px;
	margin-top: -6px;
	content: '';
	background-image: url(/img/pc/header/scadule_icon.png);
	background-size: 20px 16px;
	background-repeat: no-repeat;
}

header .black-area .global-menu ul .eigagift-about a:before, 
header .black-area .global-menu ul .eigagift a:before {
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 18px;
	margin-top: -10px;
	content: '';
	background-image: url(/img/pc/header/eiga_gift_about_ylw.png);
	background-size: 20px 18px;
	background-repeat: no-repeat;
}

header .black-area .global-menu ul li.point {
	background-color: #000000;
	padding-bottom: 0;
}

header .black-area .global-menu ul .point a {
	padding-left: 18px;
}

header .black-area .global-menu ul .point a:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 14px;
	height: 13px;
	margin-top: -6px;
	content: '';
	background-image: url(/img/pc/header/mt_point_WEB_color.png);
	background-size: 14px 13px;
}

header .black-area .global-menu ul .qrcode a {
	padding-left: 0px;
}

header .black-area .global-menu ul .qrcode a:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 0px;
	height: 0px;
	margin-top: -6px;
	content: '';
}

header .black-area .global-menu ul .logout a:before {
	position: absolute;
	top: 50%;
	display: block;
	width: 32px;
	width: 16px;
	height: 34px;
	height: 17px;
	margin-top: -8.5px;
	content: '';
	background-image: url(/img/pc/common/sprite.png);
	background-position: -344px -60px;
	background-position: -172px -30px;
	background-size: 236px 207px;
}


header .black-area .member-menu { 
	float: right;
}

header .black-area.login .member-menu { 
	float: left;
	clear: both; 
	margin-top: 10px;
}

header .black-area .member-menu ul {
	margin: 0 -10px;
}

header .black-area .member-menu ul li {
	float: left;
	border-right: 1px solid #fff;
}

header .black-area .member-menu ul li:last-child {
	border: none;
}

header .black-area .member-menu ul li.login, 
header .black-area .member-menu ul li.logout {
	border: none;
}

header .black-area .member-menu ul li.login a, 
header .black-area .member-menu ul li.logout a {
	padding-left: 25px;
}

header .black-area .member-menu ul li.login a:before, 
header .black-area .member-menu ul li.logout a:before {
	left: 0;
}

header .black-area .member-menu ul li.new a {
	padding-left: 25px;
}

header .black-area .member-menu ul li.new a:before {
	left: 0;
}

header .black-area .member-menu ul li a {
	position: relative;
	margin: 0 10px;
	text-decoration: none;
	color: #fff;
}

header .black-area .member-menu ul .login a:before {
	position: absolute;
	top: 50%;
	display: block;
	width: 32px;
	width: 16px;
	height: 32px;
	height: 16px;
	margin-top: -8px;
	content: '';
	background-image: url(/img/pc/common/sprite.png);
	background-position: -376px -60px;
	background-position: -188px -30px;
	background-size: 236px 207px;
}

header .black-area .member-menu ul .new a:before {
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	width: 20px;
	height: 38px;
	height: 19px;
	margin-top: -9.5px;
	content: '';
	background-image: url(/img/pc/common/sprite.png);
	background-position: -228px -60px;
	background-position: -114px -30px;
	background-size: 236px 207px;
} */
/* PCヘッダここまで（作品詳細/filmのヘッダはcommon.cssを参照しているのでそちらも要修正） */

.sp-global-menu {
	position: fixed;
	z-index: 3;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	opacity: .9;
}

/* 
footer {
	background-color: #333;
	padding-bottom: 72px;
}

footer .sns {
	font-size: 12px;
	background-color: #5e5e5e;
}

footer .sns .inner {
	padding: 10px 20px;
	text-align: center;
}

footer .sns .inner .sns-inner {
	width: 1072px;
	margin: 0 auto;
}

footer .sns .inner .yellow-text {
	font-size: 24px;
	font-weight: bold;
	margin-right: 30px;
}

footer .sns .inner p {
	margin-right: 15px;
	color: #fff;
}

footer .sns .inner ul {
	margin: 0 -5px;
}

footer .sns .inner ul li {
	float: left;
}

footer .sns .inner ul li a {
	display: block;
	margin: 0 5px;
}

footer .sns .inner #sns-logo {
	display: inline-block;
}


footer .sns .inner ul .facebook a, footer .sns .inner ul .twitter a {
	margin-right: 15px;
}

footer .sns .inner ul .facebook a, footer .sns .inner ul .twitter a, footer .sns .inner ul .line a {
	display: block;
	width: 50px;
	height: 50px;
}

footer .sns .inner ul .facebook a img, footer .sns .inner ul .twitter a img, footer .sns .inner ul .line a img {
	width: 50px;
	height: 50px;
}

footer .menu {
	font-size: 14px;
}

footer .menu .inner {
	padding: 15px 20px;
}

footer .menu .inner ul {
	margin: 0 -10px;
}

footer .menu .inner ul li {
	float: left;
	margin: 5px 0;
	border-right: 1px solid #fff;
}

footer .menu .inner ul li:last-child {
	border: none;
}

footer .menu .inner ul li a {
	margin: 0 9px;
	text-decoration: none;
	color: #fff;
}

footer .note {
	font-size: 12px;
	color: #fff;
	background-color: #5e5e5e;
}

footer .note .inner {
	padding: 20px 20px;
}

footer .copy {
	font-size: 10px;
	color: #fff;
}

footer .copy .inner {
	padding: 0 20px 20px;
}

footer .copy .inner p {
	line-height: 1.3;
	word-break: break-all;
	color: #989898;
}

footer .footer-btn {
	margin: 0 10px 10px;
}

footer .footer-btn a {
	color: #fff;
	background-color: #6c6c6c;
}
*/

.top .contents {
	background-color: #f7f8f8;
}

.top .back-btn {
	display: none;
}



.top section .inner {
	padding: 40px 20px 0;
}

.top section .inner .border {
	height: 1px;
	margin: 40px 10px 20px 0;
	border: none;
	background-color: #ccc;
}

.top .section-ttl {
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 30px;
}

.top .section-ttl-commonticket {
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 30px;
	float: left;
}

.top .items {
	margin: 0 -12px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top .item {
	width: 14.2%;
	margin: 0 0 40px;
}

.top .expire-soon .item {
	width: 16.6%;
	margin: 0 0 40px;
}

.top .expire-soon .item .item-bg {
	padding: 10px;
	background-color: #fff;
}

.top .expire-soon .item .item-bg .ttl {
	text-overflow: ellipsis;
}

.top .item .item-inner {
	margin: 0 12px;
}

.top .item .look {
	margin: 0 0 10px;
	background-color: #fff;
}

.top .item .look a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: #333;
	background-color: #ccc;
}

.top .item .look a span {
	font-size: 16px;
	position: relative;
	padding-left: 30px;
}

.top .item .look a span:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 15px;
	height: 15px;
	margin-top: -8px;
	content: '';
	border: 1px solid #b5b5b6;
	background-color: #fff;
}

.top .item .look a.active {
	background-color: #efcbcb;
}

.top .item .look a.active span:after {
	position: absolute;
	position: absolute;
	top: 50%;
	left: 1px;
	display: block;
	width: 30px;
	width: 15px;
	height: 28px;
	height: 14px;
	margin-top: -7px;
	content: '';
	background-image: url(/img/pc/common/sprite.png);
	background-position: -438px -60px;
	background-position: -219px -30px;
	background-size: 236px 207px;
}

.top .item .description {
	font-size: 12px;
	line-height: 1.2;
	margin: 0 0 10px;
}

.top .item .image {
	margin: 0 0 10px;
}

.top .expire-soon .item .image {
	margin: 0 -10px 10px;
}

.top .item .image img {
	width: 100%;
}

.top .item .ttl {
	margin: 0 0 10px;
	text-overflow: ellipsis;
}

.top .item .ttl a {
	line-height: 1.2;
}

.top .item .date {
	font-size: 10px;
	margin: 0 0 10px;
}

.top .item .endofSale {
	font-size: 16px;
	margin: 0 0 10px;
}

.top .item .buy {
	font-size: 18px;
	margin: 0 0 10px;
}

.top .item .sales-copy {
	font-size: 12px;
}

.top .bnr img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.top .sub-slider {
	display: none;
	background-color: #333;
}

.top .online-ticket .item {
	margin-bottom: 15px;
	word-break: break-all;
}

.top .online-ticket .section-ttl {
	float: left;
}

.top .common-ticket .commonticket_description_wrap {
	height: 30px;
	padding: 10px 0 0 0;
}

.top .common-ticket .commonticket_description {
	color: #000;
	display: block;
	float: left;
	margin: auto 5px 0 19px;
}

.top .online-ticket select {
	float: right;
	width: 200px;
}

.top .online-ticket .border {
	height: 1px;
	margin: 0 10px 20px 0;
	border: none;
	background-color: #ccc;
}

.top .expire-soon {
	background-color: #666;
	padding-bottom: 12px;
}

.top .expire-soon .item {
	margin-bottom: 15px;
}

.top .expire-soon .section-ttl {
	float: left;
	color: #FFFFFF
}

.top .expire-soon select {
	float: right;
	width: 200px;
}

.top .next-release {
	background-color: #eaeaea;
}

.top .next-release .item {
	margin-bottom: 15px;
	word-break: break-all;
}

.top .information .inner {
	padding: 20px 20px 40px;
	width: 100% !important;
	max-width: 100% !important;
}

.top .information .note {
	margin: 0 0 40px;
}

.top .information .btn-area {
	overflow: hidden;
	width: 1240px;
	margin: 0 auto;
}

.top .information .btn-area .btn {
	float: left;
	width: 33.3%;
}

.top .information .btn-area .btn a {
	position: relative;
	box-sizing: border-box;
	margin: 0 10px;
	padding: 20px 10px 20px 100px;
	text-align: left;
	border-radius: 7px;
	background-color: #ffd833;
}

.top .information .btn-area .btn a::before {
	left: 10px;
}

.top .information .btn-area .btn a .title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.top .information .btn-area .btn a p {
	font-size: 12px;
	color: #333;
}

.top .information .btn-area .detail-btn a:before {
	position: absolute;
	top: 50%;
	display: block;
	width: 170px;
	width: 85px;
	height: 114px;
	height: 57px;
	margin-top: -28.5px;
	content: '';
	background-image: url(/img/pc/common/sprite.png);
	background-position: 0 0;
	background-position: 0 0;
	background-size: 236px 207px;
}

.top .information .btn-area .question-btn a:before {
	position: absolute;
	top: 50%;
	display: block;
	width: 158px;
	width: 79px;
	height: 106px;
	height: 53px;
	margin-top: -26.5px;
	content: '';
	background-image: url(/img/pc/common/sprite.png);
	background-position: 0 -234px;
	background-position: 0 -117px;
	background-size: 236px 207px;
}

.top .information .btn-area .gift-btn a:before, .top .information .btn-area .tojitsu-gift-btn a:before {
	position: absolute;
	display: block;
	content: '';
	background-size: no-repeat;
}

.top .information .btn-area .gift-btn a:before {
	width: 125px;
	height: 100px;
	background-image: url(/img/top/logo_mubichike_gift.png);
	background-size: 140px;
	top: 11px;
	left: -18px;
}

.top .information .btn-area .tojitsu-gift-btn a:before {
	width: 140px;
	height: 150px;
	background-image: url(/img/top/logo_eiga_gift.png);
	background-size: 180px 150px;
	left: -37px !important;
	top: 5px;
}

/* バナー(アプリ, メルマガ) */
.top .information-gb .inner-gb {
	padding: 0px 10px 0px;
}
.top .information-gb .inner-gb .banners-flexbox{
	max-width: 1110.5px;
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
.top .information-gb .inner-gb .banners-flexbox .jumptomailmagazine {
	margin: 0px 10px;
}
.top .information-gb .inner-gb .banners-flexbox .jumptoeigagift {
	margin: 0 0 0 10px;
}
.top .information-gb .inner-gb .banners-flexbox .banner-app, .top .information-gb .inner-gb .banners-flexbox .banner-mailmagazine, .top .information-gb .inner-gb .banners-flexbox .banner-eigagift {
	width: 100%;
}


.hogefuga .annotation {
	font-weight: normal;
	margin-top: 10px;
}

.hogefuga .small-text {
	font-size: 12px;
}

/* .hogefuga .contents {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 20px 90px;
} */

.hogefuga .step {
	font-size: 16px;
	overflow: hidden;
	margin: 0 0 30px;
	color: #999;
	background-color: #ccc;
}

.hogefuga .step ul {
	height: 72px;
}

.hogefuga .step ul li {
	position: relative;
	width: 25%;
}

.hogefuga .step ul li:before,
.hogefuga .step ul li:after {
	position: absolute;
	z-index: 1;
	top: -1px;
	right: -20px;
	bottom: -1px;
	width: 0;
	height: 0;
	content: '';
	border-width: 38px 0 38px 20px;
	border-style: solid;
}

.hogefuga .step ul li:before {
	border-color: transparent transparent transparent #999;
}

.hogefuga .step ul li:after {
	right: -19px;
	border-color: transparent transparent transparent #ccc;
}

.hogefuga .step ul li .step-inner {
	position: relative;
	box-sizing: border-box;
	padding-left: 40px;
}

.hogefuga .step ul li .num {
	margin: 0 0 5px;
}

.hogefuga .step ul li:first-child .step-inner {
	padding-left: 10px;
}

.hogefuga .step ul li.active {
	color: #fc0;
	background-color: #000;
}

.hogefuga .step ul li.active:before,
.hogefuga .step ul li.active:after {
	border-color: transparent transparent transparent #000;
}

.hogefuga .validation {
	margin: 0 0 20px;
}

.hogefuga .validation li {
	line-height: 1.5;
	color: #bc1f18;
}

/* .hogefuga .box {
	padding: 20px;
	background-color: #f7e3e1;
} */

/* .hogefuga .main {
	float: left;
	width: 856px;
} */

/* .hogefuga .main input[type=checkbox] {
	display: none;
}

.hogefuga .main label {
	line-height: 1.5;
	position: relative;
	padding: 0 0 0 42px;
	cursor: pointer;
} */

/* .hogefuga .main label:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	content: '';
	border-radius: 3px;
	background-color: #dedede;
	box-shadow: 1px 1px 2px #999 inset;
} */

/* .hogefuga .main input[type=checkbox]:checked+label:after {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	width: 30px;
	width: 15px;
	height: 28px;
	height: 14px;
	margin-top: -7px;
	content: '';
	background-image: url(/img/pc/common/sprite.png);
	background-position: -438px -60px;
	background-position: -219px -30px;
	background-size: 236px 207px;
} */

.hogefuga .side {
	float: right;
	width: 300px;
}

.hogefuga .side .box .box-title {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
	padding-left: 20px;
}

.hogefuga .side .box .box-title:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	margin-top: -8px;
	content: '';
	border: 4px solid #bc1f18;
	border-radius: 8px;
}

.hogefuga .side .box dl {
	margin-bottom: 20px;
}

.hogefuga .side .box dl dt {
	margin-bottom: 10px;
}

.hogefuga .side .box dl dd {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.hogefuga .side .box dl dd div {
	float: right;
}

.hogefuga .side .box .sum {
	font-size: 20px;
	font-weight: bold;
}

.hogefuga .section-ttl {
	font-size: 24px;
	margin-bottom: 40px;
}

.hogefuga .section-sub-ttl {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
	padding-left: 20px;
}

.hogefuga .section-sub-ttl:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	margin-top: -8px;
	content: '';
	border: 4px solid #bc1f18;
	border-radius: 8px;
}

.hogefuga .border {
	height: 1px;
	margin: 0 0 20px 0;
	border: none;
	background-color: #ccc;
}

/* .hogefuga .input-area {
	position: relative;
	margin: 0 0 60px;
} */

.hogefuga .input-area .label {
	font-weight: bold;
}

.hogefuga .input-area .d-table {
	margin: 0 0 20px;
}

.hogefuga .input-area .d-th {
	width: 235px;
}

.hogefuga .input-area .d-td {
	word-break: break-all;
}

.hogefuga .input-area .name .d-td:last-child {
	padding-left: 15px;
}

.hogefuga .input-area .mail p,
.hogefuga .input-area .mail input {
	margin-bottom: 20px;
}

.hogefuga .input-area .mail .d-tr:last-child input {
	margin-bottom: 0;
}

.hogefuga .input-area .mail .d-tr:first-child .d-th {
	line-height: 1.5;
	vertical-align: top;
}

.hogefuga .input-area .mail .d-tr:first-child .d-td {
	vertical-align: top;
}

.hogefuga .input-area .mail .d-tr:last-child p {
	margin-bottom: 0;
}

.hogefuga .input-area .mail .red-text {
	font-size: 12px;
}

.hogefuga .input-area .payment input[type=radio] {
	display: none;
}

.hogefuga .input-area .payment .d-td strong {
	font-size: 14px;
}

.hogefuga .input-area .payment .payment-btn {
	line-height: 1.5;
	position: relative;
	height: 70px;
	padding: 10px 10px 10px 55px;
	cursor: pointer;
	border: 1px solid #dedede;
	border-radius: 5px;
	background-color: #fff;
}

.hogefuga .input-area .payment .payment-btn .visa {
	width: 34px;
	margin: 0 2px 0 0px;
	vertical-align: middle;
}

.hogefuga .input-area .payment .payment-btn .master-card {
	width: 30px;
	margin: 0 2px;
	vertical-align: middle;
}

.hogefuga .input-area .payment .payment-btn .jcb {
	width: 22px;
	margin: 0 2px;
	vertical-align: middle;
}

.hogefuga .input-area .payment .payment-btn .amex {
	width: 22px;
	margin: 0 2px;
	vertical-align: middle;
}

.hogefuga .input-area .payment .payment-btn .diners {
	width: 22px;
	margin: 0 2px;
	vertical-align: middle;
}

.hogefuga .input-area .payment .payment-btn .gift {
	width: 100px;
}

.hogefuga .input-area .payment .payment-btn .docomo {
	width: 160px;
}

.hogefuga .input-area .payment .payment-btn .au {
	width: 100px;
}

.hogefuga .input-area .payment .payment-btn .web-money {
	width: 102px;
}

.hogefuga .input-area .payment .payment-btn:before {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	content: '';
	border-radius: 8px;
	background-color: #dedede;
	box-shadow: 1px 1px 2px #999 inset;
}

.hogefuga .input-area .payment input[type=radio]:checked+.payment-btn:before {
	background-color: #bc1f18;
	box-shadow: 0;
}

.hogefuga .input-area .price .d-td {
	font-size: 24px;
	font-weight: bold;
}

.hogefuga .input-area .shortage {
	margin-left: 50%;
}

.hogefuga .input-area .shortage .d-td {
	font-size: 24px;
	font-weight: bold;
}

.hogefuga .input-area .pin-code input {
	width: 220px;
}

.hogefuga .input-area .pin-code-wide input {
	width: 220px;
}

.hogefuga .btn-area {
	clear: both;
	width: 534px;
	margin: 0 auto;
}

.btn-collaboration {
	margin: 0 0 !important;
	width: auto !important;
	padding: 10px;
}

.btn-collaboration>div>a {
	padding: 15px;
}

.hogefuga .btn-area .btn {
	float: left;
}

.hogefuga .btn-area .btn button {
	font-size: 18px;
	width: 252px;
}

.btn-collaboration>.btn a {
	width: 252px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hogefuga .btn-area .prev-btn {
	margin-right: 30px;
}

.hogefuga .btn-area .prev-btn button {
	padding: 14px 5px;
	border: 1px solid #000;
}

.hogefuga .rakuten-pay .prev-btn button {
	width: 240px;
	padding: 11px 5px;
	font-size: 18px;
}

.hogefuga .one-btn {
	width: 252px;
}

.hogefuga .one-btn .btn {
	width: 100%;
}

.hogefuga .modal[data-modal=terms] .basic.close {
	overflow: auto;
	height: 350px;
}

.hogefuga .modal[data-modal=terms] header {
	padding: 10px 20px;
	text-align: center;
	background-color: #d82918;
}

.hogefuga .modal[data-modal=terms] header img {
	width: 136px;
}

.hogefuga .modal[data-modal=terms] .basic .contents {
	clear: both;
	overflow: hidden;
	padding: 30px 20px 40px;
}

.hogefuga .modal[data-modal=terms] .basic .title_box {
	clear: both;
	overflow: hidden;
	margin-right: 12px;
}

.hogefuga .modal[data-modal=terms] .basic .title_box h2 {
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 25px;
}

.hogefuga .modal[data-modal=terms] .basic h3 {
	margin-bottom: 5px;
}

.hogefuga .modal[data-modal=terms] .basic p {
	line-height: 1.5;
	margin-bottom: 15px;
}

.hogefuga .modal[data-modal=terms] .basic dl {
	line-height: 1.5;
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
}

.hogefuga .modal[data-modal=terms] .basic dt {
	float: left;
	width: 30px;
}

.hogefuga .modal[data-modal=terms] .basic dd {
	float: left;
	width: calc(100% - 30px);
}

.hogefuga .modal[data-modal=terms] .basic_text_sub {
	line-height: 1.5;
}

.hogefuga .modal[data-modal=terms] .footer_but {
	padding: 20px 20px 10px 20px;
	text-align: center;
	background-color: #f7f8f8;
}

.hogefuga .modal[data-modal=terms] .footer_but_more .but {
	display: none;
	color: #fff;
	background: #d82918;
}

.hogefuga .modal[data-modal=terms] .footer_but_close .but {
	border: 1px solid #000;
	background: #fff;
}

.hogefuga .modal[data-modal=terms] .but {
	font-size: 18px;
	box-sizing: border-box;
	margin-bottom: 15px;
	padding: 15px;
	cursor: pointer;
	border-radius: 3px;
}

.hogefuga .enter-purchaser-info .login-area {
	position: relative;
	margin-bottom: 30px;
	padding: 10px;
}

.hogefuga .enter-purchaser-info .login-area .btn {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -17px;
}

.hogefuga .enter-purchaser-info .login-area .btn a {
	display: inline-block;
	padding: 10px 30px;
	vertical-align: middle;
}

.hogefuga .enter-purchaser-info .global-sign {
	position: relative;
	margin: 0 0 0 90px;
}

.hogefuga .enter-purchaser-info .global-sign .ssl_seal {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -33px;
}

.hogefuga .enter-purchaser-info .global-sign .ssl_seal img {
	width: 130px;
}

.hogefuga .enter-purchaser-info .global-sign .text {
	margin: 0 0 0 155px;
	color: #999;
}

.hogefuga .display-payment-info .main .btn-area:last-child {
	margin-left: 325px;
}

.hogefuga .display-payment-info .main .input-area>p {
	margin-bottom: 40px;
}

.hogefuga .display-payment-info .main .addGiftCard {
	margin-bottom: 60px;
}

.hogefuga .display-payment-info .main .note {
	font-size: 16px;
	margin-top: 30px;
	text-align: center;
}

.hogefuga .display-payment-info .main .change-credit-info {
	position: absolute;
	top: 0;
	right: 0;
}

.hogefuga .display-payment-info .main .credit-number .d-td {
	font-size: 24px;
	font-weight: bold;
}

.hogefuga .display-payment-info .main .credit-name .d-td {
	font-size: 24px;
	font-weight: bold;
}

.hogefuga .display-payment-info .main .credit-security input {
	width: 220px;
}

.hogefuga .display-payment-info .main .credit-security a {
	font-size: 12px;
	margin: 0 0 0 20px;
}

.hogefuga .display-payment-info .main .credit-expiration-date .d-td {
	font-size: 24px;
	font-weight: bold;
}

.hogefuga .display-payment-info .main .credit-expiration-date .d-td span {
	font-size: 14px;
	font-weight: normal;
	margin: 0 10px;
}

.hogefuga .display-payment-info .main .credit-expiration-date select {
	width: 98px;
}

.hogefuga .display-payment-info .main .gift {
	position: relative;
	padding-top: 10px;
}

.hogefuga .display-payment-info .main .gift .delete-btn a {
	position: absolute;
	top: 0;
	right: 10px;
	display: block;
	width: 24px;
	width: 12px;
	height: 24px;
	height: 12px;
	background-image: url(/img/pc/common/sprite.png);
	background-position: -448px -138px;
	background-position: -224px -69px;
	background-size: 236px 207px;
}

.hogefuga .display-payment-info .main .gift-code .d-td {
	font-size: 24px;
	font-weight: bold;
}

.hogefuga .display-payment-info .main .gift-available-price {
	float: left;
	width: 50%;
}

.hogefuga .display-payment-info .main .gift-available-price .d-td {
	font-size: 24px;
	font-weight: bold;
}

.hogefuga .display-payment-info .main .gift-price {
	float: left;
	width: 50%;
}

.hogefuga .display-payment-info .main .gift-price .d-td {
	font-size: 24px;
	font-weight: bold;
}

.hogefuga .display-payment-info .main .gift-balance {
	margin-left: 50%;
}

.hogefuga .display-payment-info .main .gift-balance .d-td {
	font-size: 24px;
	font-weight: bold;
}

.hogefuga .confirm-display-payment-info .section-ttl {
	margin-bottom: 20px;
}

.hogefuga .confirm-display-payment-info .section-ttl span {
	font-size: 18px;
	font-weight: normal;
}

.hogefuga .confirm-display-payment-info .main {
	float: none;
	width: auto;
}

.hogefuga .confirm-display-payment-info .section-sub-ttl span {
	float: left;
}

.hogefuga .confirm-display-payment-info .section-sub-ttl .change {
	font-size: 12px;
	position: relative;
	float: right;
	padding: 0 0 0 10px;
	color: #333;
}

.hogefuga .confirm-display-payment-info .section-sub-ttl .change:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -5px;
	content: '';
	border-width: 5px 0 5px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #c30d23;
}

.hogefuga .confirm-display-payment-info .input-area .d-th {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 20px;
}

.hogefuga .confirm-display-payment-info .input-area .d-td {
	font-size: 18px;
	padding: 0 0 20px;
}

.hogefuga .confirm-display-payment-info .input-area .purchaser-info .note {
	font-size: 12px;
	margin: 0 0 0 50px;
}

.hogefuga .confirm-display-payment-info .input-area .payment-info .payment-ttl {
	font-size: 14px;
	font-weight: bold;
	width: 235px;
}

.hogefuga .confirm-display-payment-info .input-area .border-dotted {
	height: 0;
	margin: 0 0 20px 235px;
	border: none;
	border-bottom: 1px dotted #ccc;
}

.hogefuga .confirm-display-payment-info .note-box {
	margin: 0 0 60px;
}

.hogefuga .confirm-display-payment-info .note-box h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
}

.hogefuga .confirm-display-payment-info .note-box ul {
	margin: 0 0 20px;
}

.hogefuga .confirm-display-payment-info .note-box ul li {
	line-height: 1.5;
}

.hogefuga .confirm-display-payment-info .note-box p {
	margin: 0 0 20px;
}

.hogefuga .confirm-display-payment-info .btn-area {
	width: 534px;
	margin: 0 auto;
}

.hogefuga .questionnaire-complete .read {
	margin: 0 0 20px;
}

.hogefuga .questionnaire-complete .btn-area {
	width: 252px;
	margin: 0 auto;
}

.hogefuga .questionnaire-complete .side .bnr img {
	display: block;
}

.onProcess__text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 160%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	select {
		line-height: 42px;
		height: 42px;
		padding: 0 44px 0 10px;
	}
	.pc-not-view {
		display: block;
	}
	.tab-not-view {
		display: none;
	}
	/* header .red-area .back-btn {
		display: none;
	}
	header .black-area .global-menu {
		float: none;
		margin: 0 0 10px;
	}
	header .black-area .member-menu {
		float: none;
	} */
	/* footer .sns .inner {
		padding: 10px 20px;
	}
	footer .menu .inner {
		padding: 10px 20px;
	}
	footer .note .inner {
		padding: 20px 20px;
	}
	footer .copy .inner {
		padding: 0 20px 20px;
	} */
	.top section .inner {
		padding: 40px 20px 0;
	}
	.top .section-ttl {
		font-size: 24px;
	}
	.top .section-ttl-commonticket {
		font-size: 24px;
	}
	.top .items {
		margin: 0 -5px;
	}
	.top .item {
		width: 25%;
		margin: 0 0 20px;
	}
	.top .item .item-inner {
		margin: 0 5px;
	}
	.top .online-ticket select {
		margin-top: -10px;
	}
	.top .online-ticket .border {
		height: 1px;
		margin: 0 20px 20px 0;
		border: none;
		background-color: #ccc;
	}
	.top .information .inner {
		padding: 20px 10px;
	}
	.top .online-ticket .commonticket_description_wrap {
		height: 30px;
	}
	.top .online-ticket .commonticket_description {
		color: #000;
		display: block;
		float: left;
		margin-right: 5px;
	}
	.hogefuga .input-area .payment .d-td {
		font-size: 10px;
	}
	.hogefuga .input-area .payment .d-td strong {
		font-size: 12px;
	}
	.hogefuga .display-payment-info .main .btn-area:last-child {
		margin: 0 auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
	.top .information .btn-area {
		width: auto;
	}
	.top .information .btn-area .btn a {
		width: auto;
		padding: 80px 0 10px;
	}
	.top .information .btn-area .btn a::before {
		top: 10px;
		margin-top: 0;
	}
	.top .information .btn-area .btn a .title {
		font-size: 20px;
		text-align: center;
	}
	.top .information .btn-area .btn a p {
		padding: 0 10px;
	}
	.top .information .btn-area .detail-btn a:before {
		position: absolute;
		left: 50%;
		display: block;
		width: 170px;
		width: 85px;
		height: 114px;
		height: 57px;
		margin-left: -42.5px;
		content: '';
		background-image: url(/img/pc/common/sprite.png);
		background-position: 0 0;
		background-position: 0 0;
		background-size: 236px 207px;
	}
	.top .information .btn-area .question-btn a:before {
		position: absolute;
		left: 50%;
		display: block;
		width: 158px;
		width: 79px;
		height: 106px;
		height: 53px;
		margin-left: -39.5px;
		content: '';
		background-image: url(/img/pc/common/sprite.png);
		background-position: 0 -234px;
		background-position: 0 -117px;
		background-size: 236px 207px;
	}
	.top .information .btn-area .gift-btn a:before {
		position: absolute;
		top: -15px;
		left: 50%;
		display: block;
		width: 160px;
		height: 115px;
		content: '';
		background-image: url(/img/top/logo_mubichike_gift.png);
		background-size: 156px 113px;
		background-repeat: no-repeat;
		margin-left: -81px;
	}
	.top .information .btn-area .tojitsu-gift-btn a:before {
		position: absolute;
		top: -28px;
		left: 50% !important;
		display: block;
		width: 170px;
		height: 170px;
		content: '';
		background-image: url(/img/top/logo_eiga_gift.png);
		background-size: 225px;
		background-repeat: no-repeat;
		margin-left: -111px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1280px) and (max-width: 767px) {
	.top .information .btn-area .detail-btn a:before {
		display: block;
		width: 176px;
		width: 88px;
		height: 118px;
		height: 59px;
		margin-left: -44px;
		background-image: url(/img/sp/common/sprite.png);
		background-position: 0 -122px;
		background-position: 0 -61px;
		background-size: 201px 176px;
	}
	.top .information .btn-area .question-btn a:before {
		display: block;
		width: 182px;
		width: 91px;
		height: 122px;
		height: 61px;
		margin-left: -45.5px;
		background-image: url(/img/sp/common/sprite.png);
		background-position: 0 0;
		background-position: 0 0;
		background-size: 201px 176px;
	}
	.top .information .btn-area .gift-btn a:before {
		display: block;
		width: 180px;
		width: 90px;
		height: 82px;
		height: 41px;
		margin-left: -45px;
		background-image: url(/img/sp/common/sprite.png);
		background-position: -176px -122px;
		background-position: -88px -61px;
		background-size: 201px 176px;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
	.top .items {
		margin: 0 -5px;
	}
	.top .item .item-inner {
		margin: 0 5px;
	}
}

@media screen and (max-width: 1240px) {
	/* .hogefuga .contents {
		width: auto;
		padding: 20px 10px 40px;
	} */
	.hogefuga .main {
		float: none;
		width: auto;
	}
	.hogefuga .side {
		float: none;
		width: auto;
		margin: 0 0 20px;
	}
	.hogefuga .confirm-display-payment-info .input-area .purchaser-info .note {
		line-height: 1.5;
		display: block;
		margin: 10px 0 0 0;
	}
}

@media screen and (max-width: 1187px) {
	footer .sns .inner .sns-inner {
		width: 784px;
	}
}

@media screen and (max-width: 1024px) {
	.hogefuga .modal[data-modal=terms] {
		margin: 0 20px;
	}
	.hogefuga .confirm-display-payment-info .section-ttl {
		margin-bottom: 10px;
	}
	.hogefuga .confirm-display-payment-info .read {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 768px) {
	/* header .inner {
		max-width: 734px;
	}
	header .red-area .inner {
		width: 734px;
	}
	header .red-area .sns ul li.facebook, header .red-area .sns ul li.twitter, header .red-area .sns ul li.line {
		margin-right: 4px;
	}
	header .red-area .search-box {
		width: 40%;
		margin-right: 7px;
	}
	header .red-area .search-box input {
		width: 78%;
	}
	header .red-area .search-box button {
		width: 50px;
	} */
	/* footer .sns .inner .sns-inner {
		width: 734px;
	}
	footer .sns .inner .yellow-text {
		margin-right: 5px;
	}
	footer .sns .inner p {
		margin-right: 5px;
	}
	footer .sns .inner ul li a {
		margin: 0;
	}
	footer .sns .inner ul .facebook a, footer .sns .inner ul .twitter a {
		margin-right: 10px;
	}
	header .d-ib, footer .d-ib {
		width: auto;
	} */
}

@media screen and (max-width: 767px) {
	.side .box>p.btm-text {
		position: relative !important;
		display: inline-block;
		bottom: 0;
		margin: 0;
	}
	select {
		line-height: 42px;
		height: 42px;
		padding: 0 44px 0 10px;
	}
	a:hover {
		opacity: 1;
	}
	.pc-not-view {
		display: block;
	}
	.sp-not-view {
		display: none;
	}
	.btn a:hover, .btn button:hover {
		opacity: 1;
	}
	.loading::after {
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
	.sp-global-menu {
		display: block;
	}
	.sp-global-menu ul li {
		float: left;
		width: 25%;
	}
	.sp-global-menu ul li a {
		font-size: 11px;
		position: relative;
		display: block;
		box-sizing: border-box;
		height: 62px;
		padding: 40px 0 0 0;
		text-align: center;
		text-decoration: none;
		color: #fc0;
		background-color: #333;
	}
	.sp-global-menu ul li a:before {
		top: 8px;
	}
	.sp-global-menu ul .mypage {
		min-width: 0;
		padding: 0;
	}
	.sp-global-menu ul .login a {
		line-height: 1.2;
		padding: 32px 0 0 0;
	}
	.sp-global-menu ul .guide a:before {
		position: absolute;
		left: 50%;
		display: block;
		width: 30px;
		width: 15px;
		height: 24px;
		height: 12px;
		margin-left: -7.5px;
		content: '';
		background-image: url(/img/pc/common/sprite.png);
		background-position: -356px -174px;
		background-position: -178px -87px;
		background-size: 236px 207px;
	}
	.sp-global-menu ul .faq a:before {
		position: absolute;
		left: 50%;
		display: block;
		width: 28px;
		width: 14px;
		height: 26px;
		height: 13px;
		margin-left: -7px;
		content: '';
		background-image: url(/img/pc/common/sprite.png);
		background-position: -328px -174px;
		background-position: -164px -87px;
		background-size: 236px 207px;
	}
	.sp-global-menu ul .maeiru a:before {
		position: absolute;
		left: 50%;
		display: block;
		width: 20px;
		height: 21px;
		margin-left: -7px;
		content: '';
		background-image: url(/img/sp/common/mvtk_maeuri_ylw.png);
		background-size: 20px;
		background-repeat: no-repeat;
	}
	.sp-global-menu ul .toujitsu a:before {
		position: absolute;
		left: 50%;
		display: block;
		width: 21px;
		height: 20px;
		margin-left: -7px;
		content: '';
		background-image: url(/img/sp/common/mvtk_toujitsu_ylw.png);
		background-size: 19px;
		background-repeat: no-repeat;
	}
	.sp-global-menu ul .search a:before {
		position: absolute;
		left: 47%;
		display: block;
		width: 22px;
		height: 22px;
		margin-left: -7px;
		content: '';
		background-image: url(/img/sp/common/search_icon_ylw.png);
		background-size: 22px;
		background-repeat: no-repeat;
	}
	.sp-global-menu ul .theater a:before {
		position: absolute;
		left: 50%;
		display: block;
		width: 36px;
		width: 18px;
		height: 24px;
		height: 12px;
		margin-left: -9px;
		content: '';
		background-image: url(/img/pc/common/sprite.png);
		background-position: -422px -114px;
		background-position: -211px -57px;
		background-size: 236px 207px;
	}
	.sp-global-menu ul .login a:before {
		position: absolute;
		left: 50%;
		display: block;
		width: 32px;
		width: 16px;
		height: 34px;
		height: 17px;
		margin-left: -8px;
		content: '';
		background-image: url(/img/pc/common/sprite.png);
		background-position: -344px -60px;
		background-position: -172px -30px;
		background-size: 236px 207px;
	}
	.sp-global-menu ul .mypage a:before {
		position: absolute;
		left: 50%;
		display: block;
		content: '';
		width: 22px;
		height: 19px;
		margin-left: -12px;
		background-image: url(/img/sp/common/mypagetop_sp.png);
		background-size: 22px 19px;
	}
	.top section .inner {
		padding: 15px 10px 0;
	}
	.top .section-ttl {
		font-size: 20px;
		padding-bottom: 15px;
	}
	.top .section-ttl:before {
		display: block;
		width: 40px;
		width: 20px;
		height: 40px;
		height: 20px;
		margin-top: -10px;
		background-image: url(/img/sp/common/sprite.png);
		background-position: -362px -80px;
		background-position: -181px -40px;
		background-size: 201px 176px;
	}
	.top .section-ttl-commonticket {
		font-size: 16px;
		padding: 0 5px 0 0;
		float: none;
	}
	.top .commonticket_description_wrap {
		height: 0;
	}
	.top .commonticket_description_wrap .commonticket_description {
		margin: 0 5px 5px 0;
	}
	.top .items {
		margin: 0 -5px;
	}
	.top .item {
		width: 33.3%;
		margin: 0 0 20px;
	}
	.top .expire-soon .item {
		width: 33.3%;
		margin: 0 0 20px;
		word-break: break-all;
	}
	.top .item .item-inner {
		margin: 0 5px;
	}
	.top .expire-soon {
		padding-bottom: 0;
	}
	.top .expire-soon .item .item-inner {
		margin: 0 2px;
	}
	.top .expire-soon .item .image {
		margin: 0 -5px 10px;
	}
	.top .item .look {
		margin: 0 0 5px;
	}
	.top .item .look a span {
		font-size: 14px;
		padding-left: 20px;
	}
	.top .item .look a span:before {
		width: 13px;
		height: 13px;
		margin-top: -7px;
	}
	.top .item .look a.active span:after {
		display: block;
		width: 28px;
		width: 14px;
		height: 26px;
		height: 13px;
		margin-top: -6.5px;
		background-image: url(/img/sp/common/sprite.png);
		background-position: -362px -314px;
		background-position: -181px -157px;
		background-size: 201px 176px;
	}
	.top .item .ttl {
		/* display: none; */
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3; /* 制限したい行数が3の場合 */
		overflow: hidden;
	}
	.top .item .date {
		font-size: 12px;
		line-height: 1.2;
	}
	.top .featured-work .item .date {
		font-size: 11px;
		line-height: 1.2;
	}
	.top .expire-soon .item .date {
		font-size: 11px;
		line-height: 1.2;
	}
	.top .expire-soon .item .item-bg {
		padding: 0 5px 5px;
		background-color: #fff;
	}
	.top .item .buy {
		font-size: 13px;
	}
	.top .item .endofSale {
		font-size: 13px;
		margin: 0 0 10px;
	}
	.top .sub-slider h2 {
		font-size: 20px;
		margin-bottom: 15px;
		padding: 10px 20px 0 10px;
		color: #FFFFFF;
		font-weight: normal;
		text-align: left;
	}
	.top .sub-slider .campaign-box {
		margin: 0 auto;
		padding: 0 0 14px 10px;
	}
	.top .sub-slider .campaign-box table {
		border-spacing: 0;
		border-collapse: collapse;
	}
	.top .sub-slider .campaign-box table tr td {
		padding-right: 10px;
	}
	.top .sub-slider .campaign-box table tbody tr td a img {
		width: 165px;
		margin-right: 0;
	}
	.top .sub-slider .campaign-box::-webkit-scrollbar {
		height: 4px;
	}
	.top .sub-slider .campaign-box::-webkit-scrollbar-thumb {
		background-color: #000000;
		border-radius: 10px;
	}
	.top .sub-slider {
		background-color: #333;
	}
	.top .sub-slider .bx-wrapper {
		max-width: none !important;
		padding: 10px 0 34px;
		/* background-color: #7f7f7f; */
	}
	.top .sub-slider .bx-viewport {
		padding: 0 calc((100% - 280px) / 2);
		width: 1000px !important;
		height: 116px !important;
	}
	.top .campaign-box .bxslider li {
		height: 102px !important;
		width: 136px !important;
	}
	.top .how-to-use-banner .bxslider li {
		margin-right: 15px !important;
	}
	.top .sub-slider .bxslider li a img {
		height: 100% !important;
		width: 100% !important;
	}
	.top .sub-slider .bx-pager {
		bottom: 10px;
		display: block;
		padding: 0;
	}
	.top .featured-work .section-ttl:before {
		display: none;
		width: 40px;
		width: 20px;
		height: 40px;
		height: 20px;
		margin-top: -10px;
		background-image: url(/img/sp/common/sprite.png);
		background-position: -362px -40px;
		background-position: -181px -20px;
		background-size: 201px 176px;
	}
	.top .featured-work .items {
		margin: 0 -2px;
	}
	.top .featured-work .item {
		word-break: break-all;
	}
	.top .featured-work .item .item-inner {
		margin: 0 2px;
	}
	.top .featured-work .item .item-bg {
		padding: 0 5px 5px;
	}
	.top .featured-work .item .image {
		margin: 0 -5px 10px;
	}
	.top .featured-work .item .ttl {
		font-size: 15px;
		display: block;
	}
	.top .online-ticket .section-ttl {
		float: none;
		font-size: 16px;
	}
	.top .online-ticket select {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	.top .expire-soon .section-ttl {
		float: none;
		font-size: 20px;
	}
	.top .expire-soon select {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	.top .information .inner {
		padding: 20px 10px;
	}
	.top .information .note {
		font-size: 12px;
		margin: 0 0 20px;
	}
	.top .information .btn-area {
		width: auto;
	}
	.top .information .btn-area .btn {
		float: none;
		width: auto;
		margin: 0 0 10px;
	}
	.top .information .btn-area .btn a {
		width: auto;
		height: auto !important;
		margin: 0;
		padding: 20px 10px 20px 110px;
	}
	.top .information .btn-area .btn a .title {
		font-size: 16px;
	}
	.top .information .btn-area .detail-btn a:before {
		display: block;
		width: 176px;
		width: 88px;
		height: 118px;
		height: 59px;
		margin-top: -29.5px;
		background-image: url(/img/sp/common/sprite.png);
		background-position: 0 -122px;
		background-position: 0 -61px;
		background-size: 201px 176px;
	}
	.top .information .btn-area .question-btn a:before {
		display: block;
		width: 182px;
		width: 91px;
		height: 122px;
		height: 61px;
		margin-top: -30.5px;
		background-image: url(/img/sp/common/sprite.png);
		background-position: 0 0;
		background-position: 0 0;
		background-size: 201px 176px;
	}
	.top .information .btn-area .gift-btn a:before {
		display: block;
		width: 150px;
		height: 120px;
		background-image: url(/img/top/logo_mubichike_gift.png);
		background-size: 156px 113px;
		left: -26px;
		top: -5px;
	}
	.top .information .btn-area .tojitsu-gift-btn a:before {
		display: block;
		width: 142px;
		height: 115px;
		background-image: url(/img/top/logo_eiga_gift.png);
		background-size: 189px;
		left: -43px !important;
		top: 2px;
	}

	/* バナー(アプリ, メルマガ)　max-width: 767px */
	.top .information-gb .inner-gb .banners-flexbox{
		width: 100%;
		display: block;
		margin-top: 18px;
	}
	.top .information-gb .inner-gb .banners-flexbox .jumptoapp, .top .information-gb .inner-gb .banners-flexbox .jumptomailmagazine, .top .information-gb .inner-gb .banners-flexbox .jumptoeigagift {
		margin: 13px auto;
		text-align: center;
	}

	.hogefuga .step {
		font-size: 12px;
		line-height: 1.4;
		margin: 0 0 15px;
	}
	.hogefuga .step ul li:before,
    .hogefuga .step ul li:after {
		right: -7px;
		border-width: 39px 0 39px 7px;
	}
	.hogefuga .step ul li .step-inner {
		padding-left: 14px;
	}
	.hogefuga .step ul li .num {
		font-size: 10px;
		margin: 0;
	}
	.hogefuga .box {
		padding: 20px 15px;
	}
	.hogefuga .side {
		margin: 0 0 10px;
	}
	.hogefuga .section-ttl {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.hogefuga .section-sub-ttl {
		font-size: 14px;
	}
	.hogefuga .input-area {
		margin: 0 0 20px;
		padding: 20px 15px;
		background-color: #fff;
	}
	.hogefuga .input-area .label {
		margin-bottom: 10px;
	}
	.hogefuga .input-area .d-td {
		font-size: 12px;
	}
	.hogefuga .input-area .mail p {
		margin-bottom: 20px;
	}
	.hogefuga .input-area .mail input {
		margin-bottom: 10px;
	}
	.hogefuga .input-area .payment .d-td {
		font-size: 10px;
	}
	.hogefuga .input-area .payment .d-td strong {
		font-size: 12px;
	}
	.hogefuga .input-area .payment .payment-btn .visa {
		width: 30px;
		margin: 0 2px 0 0;
	}
	.hogefuga .input-area .payment .payment-btn .master-card {
		width: 25px;
	}
	.hogefuga .input-area .payment .payment-btn .jcb {
		width: 19px;
	}
	.hogefuga .input-area .payment .payment-btn .gift {
		width: 100px;
	}
	.hogefuga .input-area .payment .payment-btn .docomo {
		width: 115px;
	}
	.hogefuga .input-area .payment .payment-btn .au {
		width: 74px;
	}
	.hogefuga .input-area .payment .payment-btn .web-money {
		width: 111px;
	}
	.hogefuga .input-area .price .d-td {
		font-size: 18px;
	}
	.hogefuga .input-area .shortage {
		margin-left: 0;
	}
	.hogefuga .input-area .shortage .d-td {
		font-size: 18px;
	}
	.hogefuga .input-area .pin-code input {
		width: 100%;
	}
	.hogefuga .input-area .pin-code-wide input {
		width: 100%;
	}
	.hogefuga .btn-area .btn {
		width: 50%;
	}
	.hogefuga .btn-area .btn button {
		font-size: 20px;
		width: calc(100% - 10px);
		margin: 0 5px;
	}
	.hogefuga .btn-area .prev-btn {
		margin-right: 0;
	}
	.hogefuga .btn-area .next-btn {
		float: right;
	}
	.hogefuga .one-btn {
		width: auto;
		margin: 0 70px;
	}
	.hogefuga .one-btn .btn {
		width: 100%;
	}
	.hogefuga .modal[data-modal=terms] {
		left: 0 !important;
		top: 5% !important;
		position: fixed;
	}
	.hogefuga .modal[data-modal=terms] .basic {
		box-sizing: border-box;
		min-width: 290px;
		max-width: calc(100vw - 40px);
		padding: 0 15px;
	}
	.hogefuga .modal[data-modal=terms] .basic .contents {
		width: auto;
		padding: 0 0 40px;
	}
	.hogefuga .modal[data-modal=terms] .basic .main {
		padding: 20px 0;
	}
	.hogefuga .modal[data-modal=terms] .basic .title_box h2 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.hogefuga .modal[data-modal=terms] .basic h3 {
		font-size: 12px;
	}
	.hogefuga .modal[data-modal=terms] .basic p {
		font-size: 12px;
	}
	.hogefuga .modal[data-modal=terms] .basic dl {
		font-size: 12px;
	}
	.hogefuga .modal[data-modal=terms] .basic dt {
		float: left;
		width: 30px;
	}
	.hogefuga .modal[data-modal=terms] .basic_text_sub {
		font-size: 12px;
	}
	.hogefuga .enter-purchaser-info .login-area .btn {
		position: static;
		margin-top: 0;
		margin-bottom: 15px;
	}
	.hogefuga .enter-purchaser-info .login-area .btn a {
		display: block;
	}
	.hogefuga .enter-purchaser-info .login-area .text {
		margin-left: 0;
	}
	.hogefuga .enter-purchaser-info .global-sign {
		margin: 0;
	}
	.hogefuga .enter-purchaser-info.Regist .birth span:last-child {
		margin-right: 0px;
	}
	.hogefuga .display-payment-info .main .btn-area:last-child {
		margin: 0 auto;
	}
	.hogefuga .display-payment-info .main .input-area>p {
		margin-bottom: 20px;
	}
	.hogefuga .display-payment-info .main .addGiftCard {
		margin-bottom: 20px;
	}
	.hogefuga .display-payment-info .main .note {
		font-size: 12px;
		margin-top: 0;
		margin-bottom: 10px;
		text-align: left;
	}
	.hogefuga .display-payment-info .main .change-credit-info {
		font-size: 12px;
		position: static;
		margin-bottom: 15px;
	}
	.hogefuga .display-payment-info .main .credit-number .d-td {
		font-size: 18px;
	}
	.hogefuga .display-payment-info .main .credit-name .d-td {
		font-size: 18px;
	}
	.hogefuga .display-payment-info .main .credit-security input {
		display: block;
		margin: 0 0 10px;
	}
	.hogefuga .display-payment-info .main .credit-security a {
		margin: 0;
	}
	.hogefuga .display-payment-info .main .credit-expiration-date .d-td {
		font-size: 18px;
	}
	.hogefuga .display-payment-info .main .credit-expiration-date .d-td span {
		margin: 0 5px;
	}
	.hogefuga .display-payment-info .main .gift .delete-btn a {
		display: block;
		width: 22px;
		width: 11px;
		height: 22px;
		height: 11px;
		background-image: url(/img/sp/common/sprite.png);
		background-position: -276px -240px;
		background-position: -138px -120px;
		background-size: 201px 176px;
	}
	.hogefuga .display-payment-info .main .gift-code .d-td {
		font-size: 18px;
	}
	.hogefuga .display-payment-info .main .gift-available-price {
		float: none;
		width: auto;
	}
	.hogefuga .display-payment-info .main .gift-available-price .d-td {
		font-size: 18px;
	}
	.hogefuga .display-payment-info .main .gift-price {
		float: none;
		width: auto;
	}
	.hogefuga .display-payment-info .main .gift-price .d-td {
		font-size: 18px;
	}
	.hogefuga .display-payment-info .main .gift-balance {
		margin-left: 0;
	}
	.hogefuga .display-payment-info .main .gift-balance .d-td {
		font-size: 18px;
	}
	.hogefuga .confirm-display-payment-info .section-sub-ttl .change {
		color: #bc1f18;
	}
	.hogefuga .confirm-display-payment-info .section-sub-ttl .change:before {
		border-color: transparent transparent transparent #c30d23;
	}
	.hogefuga .confirm-display-payment-info .input-area .d-table {
		display: block;
	}
	.hogefuga .confirm-display-payment-info .input-area .d-tr {
		display: block;
		margin: 0 0 20px;
	}
	.hogefuga .confirm-display-payment-info .input-area .d-th {
		display: block;
		margin: 0 0 10px;
		padding: 0;
	}
	.hogefuga .confirm-display-payment-info .input-area .d-td {
		font-size: 16px;
		display: block;
		padding: 0;
	}
	.hogefuga .confirm-display-payment-info .input-area .payment-info .payment-ttl {
		font-size: 12px;
		font-weight: normal;
		display: block;
		width: auto;
		margin: 0 0 10px;
	}
	.hogefuga .confirm-display-payment-info .input-area .border-dotted {
		margin: 0 0 20px;
	}
	.hogefuga .confirm-display-payment-info .btn-area {
		width: auto;
	}
	.hogefuga .questionnaire-complete .read {
		font-size: 12px;
	}
	.hogefuga .questionnaire-complete .btn-area {
		width: auto;
		padding: 0 70px;
	}
	.hogefuga .questionnaire-complete .btn-area .btn {
		width: 100%;
	}
	.hogefuga .questionnaire-complete .side .bnr {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) and (max-width: 767px) {
	.sp-global-menu ul .guide a:before {
		display: block;
		width: 44px;
		width: 22px;
		height: 36px;
		height: 18px;
		margin-left: -11px;
		background-image: url(/img/sp/common/sprite.png);
		background-position: -306px -204px;
		background-position: -153px -102px;
		background-size: 201px 176px;
	}
	.sp-global-menu ul .faq a:before {
		display: block;
		width: 42px;
		width: 21px;
		height: 40px;
		height: 20px;
		margin-left: -10.5px;
		background-image: url(/img/sp/common/sprite.png);
		background-position: -140px -302px;
		background-position: -70px -151px;
		background-size: 201px 176px;
	}
	.sp-global-menu ul .theater a:before {
		display: block;
		width: 64px;
		width: 32px;
		height: 42px;
		height: 21px;
		margin-left: -16px;
		background-image: url(/img/sp/common/sprite.png);
		background-position: -124px -240px;
		background-position: -62px -120px;
		background-size: 201px 176px;
	}
	.sp-global-menu ul .login a:before {
		display: block;
		width: 36px;
		width: 18px;
		height: 44px;
		height: 22px;
		margin-left: -9px;
		background-image: url(/img/sp/common/sprite.png);
		background-position: -362px -200px;
		background-position: -181px -100px;
		background-size: 201px 176px;
	}
	.sp-global-menu ul .mypage a:before {
		display: block;
		width: 25px;
		height: 21px;
		margin-left: -12px;
		background-image: url(/img/sp/common/mypagetop_sp.png);
		background-size: 25px 21px;
	}
	.btn-collaboration>.red-btn {
		width: 100% !important;
	}
}

@-webkit-keyframes loading {
	100% {
		background-position: -1288px 0;
	}
}

@keyframes loading {
	100% {
		background-position: -1288px 0;
	}
}

.hogefuga .box.white-box {
	background-color: #fff;
}

.btn-group-area {
	margin: 20px 0;
}

.btn-group-area .btn-group {
	margin-bottom: 10px;
	text-align: center;
}

.btn-group .social-btn {
	display: inline-block;
	border-radius: 5px;
	margin: 10px;
	width: 130px;
	height: 40px;
	position: relative;
	text-align: left;
	overflow: hidden;
}

.btn-group .rakuten-social-btn {
	display: inline-block;
	border-radius: 5px;
	margin: 10px 10px 10px 5px;
	width: 130px;
	height: 32px;
	position: relative;
	text-align: left;
}

.btn-group .rakuten-social-btn img {
	vertical-align: super !important;
}

@media screen and (max-width: 374px) {
	.btn-group .social-btn {
		margin: 5px;
		width: 125px;
	}
}

@media screen and (max-width: 767px) {
	.btn-group .rakuten-social-btn img {
		width: 145px;
	}
	.loading::after {
		background-image: url(/img/responsive/new_loading.gif);
	}
}

.btn-group .social-btn.facebook {
	background-color: #3b5998;
}

.btn-group .social-btn.line {
	background-color: #00c300;
}

.btn-group .social-btn.yahoo {
	background-color: #FF0033;
}

.btn-group .social-btn.twitter {
	background-color: #1da1f2;
}

.btn-group .social-btn.gplus {
	background-color: #dd4b39;
}

.btn-group .social-btn.rakuten {
	background-color: #bc1f18;
	margin-left: 7px;
}

.btn-group .social-btn.google {
	background-color: #fff;
	border: solid #E0E0E0 1px;
}

.btn-group .social-btn.apple {
	background-color: #fff;
	border: solid #333333 1px;
}

.btn-group .social-btn.email {
	background-color: #ffd200;
}

.btn-group .social-btn.no-btn {
	cursor: default;
}

.btn-group .social-btn .social-icon {
	display: inline-block;
	background-size: 26px 26px;
	background-position: center;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
}

.btn-group .social-btn .social-icon::after {
	content: '';
	background: rgba(255, 255, 255, .25);
	width: 1px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 40px;
}

.btn-group .social-btn.facebook .social-icon {
	background-image: url('../../img/social/facebook.png');
}

.btn-group .social-btn.twitter .social-icon {
	background-image: url('../../img/social/twitter.png');
}

.btn-group .social-btn.line .social-icon {
	background-image: url('../../img/social/line.png');
}

.btn-group .social-btn.gplus .social-icon {
	background-image: url('../../img/social/gplus.png');
}

.btn-group .social-btn.yahoo .social-icon {
	background-image: url('../../img/social/yahoo.png');
}

.btn-group .social-btn.rakuten .social-icon {
	background-image: url('../../img/social/rakuten.png');
}

.btn-group .social-btn.apple .social-icon {
	background-image: url('../../img/social/apple.svg');
	background-size: 68px;
	background-position-y: -12px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-right: solid #333333 0.5px;
}

@font-face {
	font-family: 'roboto';
	src: url('../../font/Roboto-Medium.ttf') format('ttf');
}

.btn-group .social-btn.google .social-icon {
	background-image: url('../../img/social/google.png');
	background-size: 24px 24px;
	border-right: solid #E0E0E0 1px;
}

.btn-group .social-btn.google .label {
	font-family: 'roboto';
	font-size: 14px;
	color: #8E8E8E;
}

.btn-group .social-btn.apple .label {
	font-size: 14px;
	color: #333333;
	/* background-color: #979ba7; */
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	/* border-left: 0.3px solid #FFFFFF; */
}

.btn-group .social-btn.rakuten .label {
	font-size: 14px;
	color: #8E8E8E;
}

.btn-group .social-btn.email .social-icon {
	background-image: url('../../img/social/email.png');
}

.btn-group .social-btn .label {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	height: 100%;
	width: 90px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 40px;
}

@media screen and (max-width: 767px) {
	.btn-group .social-btn.rakuten {
		margin-left: 0px;
	}
}

.btn-group-area .more-info {
	float: right;
}

input[type=text]:read-only {
	background-color: darkgray;
}

.hogefuga .btn-area .btn.free-size {
	width: 100%;
}

.side .box .btm-text {
	position: absolute;
	bottom: 20px;
}

@media screen and (min-width: 375px) and (max-width: 413px) {
	.btn-collaboration>.red-btn {
		width: 100% !important;
	}
}

@media screen and (max-width: 374px) {
	.btn-group .rakuten-social-btn img {
		width: 140px;
	}
	.btn-collaboration>.red-btn {
		width: 100% !important;
	}
}

/* password strength checker */

#meter {
	width: 282px;
}

#meter div {
	width: 55px;
	border: 0;
	width: 80px;
	height: 10px;
	border: 1px solid #aaa;
	font-size: 0;
	margin-right: 5px;
	float: left;
}

.low-secure {
	background-color: rgb(225, 0, 21);
}

.middle-secure {
	background-color: rgb(237, 161, 17);
}

.high-secure {
	background-color: rgb(67, 188, 234);
}

#msg {
	vertical-align: top;
	padding: 0 5px;
}

.btn-group>div {
	min-width: 280px;
}

.hogefuga .point .section-ttl {
	margin-bottom: 40px;
}

.theater-name-link {
	font-weight: 700;
	line-height: 2;
	font-size: 1.2em;
}

.theater-name-link a {
	color: #000000 !important;
}

.theater-favorite {
	background-image: url(../../img/favorite-icon.png);
	width: 15px;
	height: 15px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 5px;
}

.black-header {
	padding: 15px 0 15px 10px;
	color: #FFFFFF;
	background-color: #000000;
}

.gold-header {
	padding: 15px 0 15px 10px;
	color: #36341B;
	background-color: #ffd300;
}

#footer-search-bar {
	width: 92%;
	bottom: 60px;
	background-color: #333333;
	height: 85px;
	opacity: 0.9;
	padding: 10px 15px;
	border-bottom: 2px #e3e8ef solid;
}

#footer-search-bar input {
	width: 100%;
	display: block;
	border-radius: 5px;
	height: 40px;
}

#footer-search-bar button {
	height: 40px;
	color: #000000;
	border-radius: 5px;
	width: 40%;
	display: block;
	background-color: #FFD300;
	margin: 10px auto;
}

#confirm-maeuri-ken {
	width: 400px;
}

@media only screen and (max-width: 767px) {
	#confirm-maeuri-ken {
		width: 95%;
	}
	.btn-group .social-btn.apple .social-icon {
		background-image: url('../../img/social/apple.svg');
		/* border-right: solid #333333 1px; */
	}
}

#log_header {
	background-color: #fff;
}
