@charset "utf-8";
@import url(../_lib/fontAwesome/all.min.css);

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Reset Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
html, body, h1, h2, h3, h4, h5, h6,
div, p, span, strong, small, a,
ol, ul, li, dl, dt, dd,
table, caption, th, td,
input, select, textarea,
figure, figcaption, time {
		margin: 0;
		padding: 0;
		z-index: 20;
		box-sizing: border-box;
		animation-fill-mode: both;
}
address, caption, cite, code, dfn, em, strong, th, i {
		font-style: normal;
		font-weight: normal;
}
button{
	background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
	font-style: normal;
	font-family: initial;
}

html {
		height: 100%;
		font-size: 56.25%; /* 0.9 */
		font-weight: normal;
		font-family:
		"Noto Serif JP", serif,
		"Font Awesome 6 Free", "Font Awesome 6 Brands";
		line-height: 150%;
		text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
		font-feature-settings : "palt";
		overflow: auto;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, html {

		font-family:
		"Noto Serif JP", serif,
		"Font Awesome 6 Free", "Font Awesome 6 Brands";
	}
}
@media screen and (min-width: 768px) {
    html {
			font-size: 62.5%;
    }
}

body {
		min-width: 100%;
		min-height: 100%;
		font-size: 1.8rem;
		line-height: 27px;
		background-repeat: repeat;
		background-size: 25px 40px;
}
@media screen and (min-width: 768px) {
    html {
			font-size: 62.5%;
    }
}

h1, h2, h3, h4, h5, h6 {
		font-size: 100%;
		font-weight: 600;
}

img {
		width /***/: auto;
		height: auto;
		max-width: 100%;
		border: 0;
		vertical-align: bottom;
		-ms-interpolation-mode: bicubic;
		-webkit-backface-visibility: hidden;
}

a {
		color: #666;
		text-decoration: none;
		will-change: color;
		-webkit-transition: color 0.2s linear;
		transition: color 0.2s linear;
}
a:hover {
		color: #c4598e;
		text-decoration: none;
}

table {
		border-collapse: collapse;
		border-spacing: 0;
}

ul {
		list-style-type: none;
		list-style-position: outside;
}
ul:after {
		content: "";
		height: 0;
		display: block;
		clear: both;
}
ol li {
		list-style-type: none;
		list-style-position: outside;
}

caption, th {
		font-weight: 600;
		text-align: left;
}




/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Base Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
html {
}
body {
		color: #666;
		background-color:#FAFAFA;
		position: relative;
}

#wrapper {
		width: 100%;
	background: url("../_img/back.jpg") repeat 0 0;
		overflow: clip;
}
#wrapper.on{
	background-color: #fafafa;
}

div.inner {
	padding: 0px;
	margin: 0 auto;
}

.pc{
	display: block!important;
}

.sp{
	display: none!important;
}

@media screen and (max-width: 768px) {
	div.inner {
			padding: 0px;
			margin: auto;
			position: relative;
	}

	.pc{
		display: none!important;
	}

	.sp{
		display: block!important;
	}

}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Loader Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#loader {
		width: 100%;
		height: 100%;
		background-color: #FAFAFA;
		position: fixed;
		z-index: 200;
		top: 0;
		left: 0;

		opacity: 1.0;
		will-change: opacity;
		-webkit-transition: opacity 0.2s linear;
		transition: opacity 0.2s linear;
}

#loader #loader_icon{
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	display: table-cell;
	text-align: center;
}

#loader #loader_icon .three-quarters-loader{
	width: 50px;
	height: 50px;
	border-radius: 25px;
	border: 8px solid #dadada;
	border-right-color:transparent;
	margin-bottom: 10px;
}


#loader  #loader_icon p.loadtxt {
	margin: auto;
	color: #dadada;
	font-size: 1.7rem;
	text-align: center;

	-webkit-animation:
			blink 2.0s linear 0s infinite normal;
	animation:
			blink 2.0s linear 0s infinite normal;
}

#loader div {
		margin: auto;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
}

#loader.checked {
		pointer-events: none;
}
#wrapper.on #loader.checked {
		opacity: 0.0;
}

#loader #check {
	width: 40%;
	max-height: 320px;
	font-size: 2rem;
	text-align: center;
	background-color: #FAFAFA;
	z-index: 30;
	display: none;
	opacity: 0;
}

#loader #check .check_line img{
	display: block;
	margin: 0 auto;
}

#loader #check p.checktxt:before{
	content: "\f06a";
  position: relative;
  font-family: 'Font Awesome 6', 'Font Awesome 6 Free';
  font-weight: bold;
  display: block;
  font-size: 4rem;
  line-height: 4rem;
  font-style: normal;
	color: #c4598e;
	margin-bottom: 20px;
}

#loader #check p.checktxt {
	font-size: 1.5rem;
	line-height: 2.5rem;
	padding: 0px;
	margin: 20px 0px;
}
#loader #check p.strong {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 20px 0px;
	color: #c4598e;
}

#loader #check p.checklink{
	font-size: 1.5rem;
	padding: 0px;
	margin: 20px 0px;
}

#loader #check p.checklink a {
	line-height: 1.5rem;
  font-size: 1.5rem;
	padding: 5px 38px;
	border: 1px solid #caa158;
	margin-right: 20px;
	background-color: #FAFAA;
	color: #caa158;

	will-change: all;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#loader #check p.checklink a:hover {
	background-color: #c4598e;
	border: 1px solid #c4598e;
	color: #FAFAFA;
}

#loader #check p.checklink a:last-child{
	margin-right: 0px;
}



@media screen and (max-width: 768px) {
	#loader #check{
		width: 90%;
		height: 300px;
	}
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Header Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header {
		width: 100%;
    position: fixed;
    z-index: 80;
}
#header .nav_btn{
	display: none;
}
#header nav.nav_wrap_sp{
	display: none;
}

#header .nav_wrap {
	margin: 0 auto;
	width: 100%;
	display: block !important;
	background-color: #FAFAFA;
}
#header .nav_wrap:before{
	content: "";
	width: 100%;
  height: 1px;
  background-color: #FAFAFA;
  border-top: solid 2px #E5D8B2;
  border-bottom: solid 1px #E5D8B2;
  display: block;
}
#header .nav_wrap:after{
	content: "";
	width: 100%;
  height: 1px;
  background-color: #FAFAFA;
  border-top: solid 1px #E5D8B2;
  border-bottom: solid 2px #E5D8B2;
  display: block;
}

#header ul.nav_ul {
  display: flex;
	justify-content: space-between;
	height: 100%;
	width: 70%;
	padding: 5px 0px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}

#header ul.nav_ul li {
	display: inline-block;
	flex-grow: 1;
	border-left: 1px solid #E5D8B2;
}
#header ul.nav_ul li:first-child{
	border-left: none;
}

#header ul.nav_ul a {
	font-size: 1.5rem;
	color: #666;
	text-shadow:0px 0px 3px #fAfAfA;
	letter-spacing: 2px;

	will-change: color;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
#header ul.nav_ul a:hover {
	color:#c4598e;
}

@media screen and (max-width: 768px) {
	#header{
		padding: 10px 5px;
	}
	#header .nav_wrap_sp{
		position: fixed;
		left: 0;
		top: 0;
		display: none;
		z-index: 10;
		background-color: rgba(255, 255, 255, 0.5);
		width: 100%;
		height: 100%;
		backdrop-filter:blur(3px);
		-webkit-backdrop-filter: blur(3px);
	}
	#header .nav_wrap_sp.open {
	  display: block;
	}
	#header .nav_wrap_sp.close {
	  display: none;
	}
	#header ul.nav_ul_sp {
		position: absolute;
		top: 30%;
	  left: 10%;
	}

	#header ul.nav_ul_sp li {
		display: block;
		margin-bottom: 20px;
	}

	#header ul.nav_ul_sp li:last-child {
		margin-bottom: 0px;
	}

	#header ul.nav_ul_sp a {
		font-size: 2rem;
		color: #666;
		text-shadow:0px 0px 3px #fafafa;
		letter-spacing: 2px;

		will-change: color;
		-webkit-transition: color 0.2s linear;
		transition: color 0.2s linear;
	}
	#header ul.nav a:hover {
		color:#c4598e;
	}
	#header .nav_btn,
	#header .nav_btn span {
		display: inline-block;
		transition: all 0.4s;
		box-sizing: border-box;
	}
	#header .nav_btn {
		cursor: pointer;
		display : block;
		position: fixed;
		right : 10px;
		top   : 10px;
		width : 42px;
		height: 42px;
		cursor: pointer;
		text-align: center;
	}
	#header .nav_btn span {
		display : block;
		position: absolute;
		width   : 30px;
		height  : 2px ;
		left    : 6px;
		background : #666;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition   : 0.3s ease-in-out;
		transition        : 0.3s ease-in-out;
	}
	#header .nav_btn span:nth-of-type(1) {
		top: 10px;
	}
	#header .nav_btn span:nth-of-type(2) {
		top: 20px;
	}
	#header .nav_btn span:nth-of-type(3) {
		top:30px;
	}
	#header .nav_btn.active span:nth-of-type(1) {
		top : 16px;
		left: 6px;
		-webkit-transform: rotate(-45deg);
		-moz-transform   : rotate(-45deg);
		transform        : rotate(-45deg);
	}
	#header .nav_btn.active span:nth-of-type(2),
	#header .nav_btn.active span:nth-of-type(3) {
		top: 16px;
		-webkit-transform: rotate(45deg);
		-moz-transform   : rotate(45deg);
		transform        : rotate(45deg);
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Content Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#content {
		position: relative;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Footer Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
		padding-bottom: 30px;
		margin-top: 100px;
		color: #666;
		position: relative;
		z-index: 50;
}

#footer p.copyright {
	  width: 100%;
		margin: 0 auto;
		text-align: center;
		position: relative;
		font-size: 1.5rem;
    font-family: 'GJ-Gothic';
}

#footer p.copyright:before {
    content: "\f1f9";
	font-family: 'Font Awesome 6 Free';
		font-size: 1.3rem;
    margin-right: 2px;
}

#footer img.logo{
	display: block;
	margin: 0 auto 15px auto;
	width: 10%;
	min-width: 166px;
	max-width: 254px;
}

/* --- share ---------------------- */
#footer ul.share {
    width: 100%;
    margin: 0 auto 20px auto;
    display: flex;
    line-height: 25px;
    justify-content: center;
    align-items: center;
}

#footer ul.share p.share{
  color: #c4598e;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  display: inline-flex;
}

#footer ul.share p.share:after {
    display: block;
    width: 50px;
    height: 1px;
    margin: 8% 15px;
    content: "";
    background-color: #c4598e;
}

#footer ul.share li {
    width: auto;
    text-align: center;
    float: left;
    margin: 0px 20px;
}
#footer ul.share li:last-child{
  margin-right: 0px;
}
#footer ul.share li a {
    border-radius: 5px;
    display: inline-block;
}

#footer ul.share li a {
    width: 30px;
    height: 30px;
    text-decoration: none;
    text-align: center;
    display: block;

    opacity:1.0;
    will-change: opacity;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

#footer ul.share li a:hover {
    opacity:0.8;
}
#footer ul.share li a.twitter {
    color:#c4598e;
}
#footer ul.share li a.twitter:before {
    content: "\e61b";
    font-size: 30px;
    font-family: "Font Awesome 6 Brands";
    line-height: 30px;
}
#footer ul.share li a.facebook {
    color:#c4598e;
}
#footer ul.share li a.facebook:before {
    content: "\f09a";
    font-size: 30px;
    font-family: "Font Awesome 6 Brands";
    line-height: 30px;
}
#footer ul.share li a.line {
    color:#c4598e;
}
#footer ul.share li a.line:before {
  content: "\f3c0";
  font-size: 30px;
  font-family: "Font Awesome 6 Brands";
  line-height: 30px;
}

@media screen and (max-width: 768px) {
	#footer{
		margin-top: 150px;
		padding:50px 0px 20px 0px;
	}

	#footer img.logo{
		width: 30%;
		min-width: none;
	  margin: 0 auto;
	}

	#footer p.copyright {
			font-size: 1rem;
	}

	#footer p.copyright:before {
			font-size: 0.7rem;
	}

	#footer ul.share {
      width: 70%;
  }

  #footer ul.share p.share{
    font-size: 1.7rem;
    line-height: 40px;
  }

  #footer ul.share p.share:after {
    width: 30px;
    margin: 18% 0px 18% 15px;
  }

  #footer ul.share li {
    margin: 0px 15px 4px 15px;
  }

  #footer ul.share li a {
      width: 20px;
      height: 20px;
  }
  #footer ul.share li a.twitter:before {
      font-size: 20px;
      line-height: 20px;
  }
  #footer ul.share li a.facebook:before {
      font-size: 20px;
      line-height: 20px;
  }
  #footer ul.share li a.line:before {
    font-size: 20px;
    line-height: 20px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	toplink
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#toplink.off{
	opacity: 0;
}
#toplink{
	opacity: 1;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 5%;
	bottom: 5%;
	border:1px solid #c4598e;
	color: #c4598e;
	transform: rotate( -45deg );
	z-index: 51;
	will-change: opacity;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
#toplink a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
	transform: rotate( 45deg );
}
#toplink a:before{
  font-family: 'Font Awesome 6 Free';
  color: #c4598e;
  font-weight: bold;
  content: '\f062';
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  width: 50px;
  height: 30px;
  top: 0;
  bottom: 0;
  right: 0;
  left: -3px;
  margin: auto;
  text-align: center;
}
#toplink:hover{
	opacity: 0.5;
}

@media screen and (max-width: 768px) {
	#toplink{
		width: 40px;
		height: 40px;
		right: 10px;
		bottom: 10px;
	}
	#toplink a{
		width: 40px;
		height: 40px;
	}
	#toplink a:before{
		font-size: 25px;
		line-height: 25px;
		width: 40px;
		height: 25px;
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Other Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.new:before {
		pointer-events: none;
		content: "New";
		font-family: 'Allura';
		color: #c4598e;
		font-size: 3rem;
		line-height: 3rem;
		font-style: italic;
		font-weight: bold;
		position: absolute;
		z-index: 50;
		text-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff;

    -webkit-animation:
        blink 3.0s ease 1.0s infinite normal;
    animation:
        blink 3.0s ease 1.0s infinite normal;
}
#special .new:before{
	margin-top: -10px;
}

.movielink {
    display: block;
    position: relative;
		z-index: 20;
}
.movielink:before {
    content: "";
    width: inherit;
    height: 0;
    padding-top: 56.25%;
    background-color: #FAFAFA;
    position: relative;
    z-index: 30;
    top: 0;
    left: 0;
    opacity: 0.0;
    display: block;

    -webkit-transition:
        opacity 0.2s ease;
    transition:
        opacity 0.2s ease;
}
a.movielink:hover:before {
    opacity: 0.15;
}

a.movielink:after {
    content: "\f04b";
    width: 150px;
    height: 100px;
    margin: auto;
    padding-left: 10px;
		border-radius:10px;
    background-color: rgba( 255, 84, 144, 0.8 );
		box-shadow: 0 0 10px rgb(255 84 144 / 80%);
    color: #FAFAFA;
    font-size: 50px;
    font-family: 'Font Awesome 6', 'Font Awesome 6 Free';
		font-weight: bold;
    line-height: 100px;
    text-align: center;
    position: absolute;
    z-index: 50;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
		text-shadow: none;

    opacity: 0.5;
    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}
a.movielink:hover:after {
    opacity: 1.0;
    transform: scale(1.2);
}
.movielink img {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}


.topmovielink {
    display: block;
    position: relative;
		z-index: 20;
}
.topmovielink:before {
    content: "";
    width: inherit;
    height: 0;
    padding-top: 56.25%;
    background-color: #FAFAFA;
    position: relative;
    z-index: 30;
    top: 0;
    left: 0;
    opacity: 0.2;
    display: block;

    -webkit-transition:
        opacity 0.2s ease;
    transition:
        opacity 0.2s ease;
}
a.topmovielink:hover:before {
    opacity: 0.15;
}

a.topmovielink:after {
    content: url(../_img/topmovie.png);
    width: 150px;
    height: 150px;
    margin: auto;
    color: #000;
    text-align: center;
    position: absolute;
    z-index: 50;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
		text-shadow: none;

    opacity: 0.5;
    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}
a.topmovielink:hover:after {
    opacity: 1.0;
    transform: scale(1.2);
}

@media screen and (max-width: 768px) {
	.new:before {
		font-size: 2rem;
		line-height: 2rem;
	}
	#special .new:before{
		margin-top: -5px;
	}
}


/*━━━━━━━━━━━━━━━━━━━━
▼ Form
━━━━━━━━━━━━━━━━━━━━━*/
#form {
  margin-bottom: 20px;
}

#form_data {
  position: relative;
  z-index: 20;
}

#form_data p.comptxt{
	color: #aaa;
	font-size: 1.5rem;
}

#form_data h3 {
  padding: 25px 0 35px;
  text-align: center;
  display: none;
}

#form_data table,
#form_data table tr,
#form_data table tbody,
#form_data table th,
#form_data table td {
	display: block;
}

#form_data table {
}
#form_data table th {
	  padding: 5px 10px;
	  color: #666;
	  font-size: 1.6rem;
		font-weight: bold;
		text-shadow: none;
}
#form_data table th span.cau {
	  color: #E64545;
	  position: relative;
	  z-index: 20;
	  top: 3px;
	  left: 5px;
}
#form_data table td {
	  padding: 10px;
}

#form_data input[type=text],
#form_data select,
#form_data option,
#form_data textarea {
	  font-size: 1.8rem;
}

#form_data input[type=text] {
		width: 100%;
	  padding: 5px;
		border-radius: 3px;
		border: solid 1px #A9A9A9;
}

#form_data textarea {
		width: 100%;
	  height: 200px;
	  padding: 5px;
		border-radius: 3px;
}

#form_data select,
#form_data option {
		width: 100%;
		border-radius: 3px;
	  padding: 5px;
}

#form_data input[type=submit],
#form_data input[type=reset],
#form_data input[type=button] {
	  width: 150px;
	  margin-left: 10px;
	  padding: 8px 0;
	  font-size: 1.8rem;
	  text-align: center;
	  cursor: pointer;
}

#form_data input[type=text] + p,
#form_data select + p,
#form_data textarea+ p {
		margin: 0 !important;
		padding: 0 !important;
	  color: #E64545;
	  font-size: 1.2rem;
		text-align: left;
}

#mform_footer p {
		margin-bottom: 10px;
	  color: #666;
	  font-size: 1.6rem;
		text-align: center;
}

#form_data > p br {
		display: none;
}


@media screen and (min-width: 768px) {
	#form_data p.comptxt{
		text-align: center;
	}

	#form_data table {
		width: 100%;
		display: table;
	}
	#form_data table tbody {
		display: table-row-group;
	}
	#form_data table tr {
		display: table-row;
	}
	#form_data table th,
	#form_data table td {
		display: table-cell;
	}
	#form_data table th {
	  border-top: none;
	  text-align: center;
	}

	#form_data input[type=text],
	#form_data select,
	#form_data option,
	#form_data textarea {
	  font-size: 1.6rem;
	}

	#mform_footer {
		width: 80%;
		min-height: 50px;
		margin: 0 auto;
	  margin-bottom: 35px;
	  position: relative;
	}
	#mform_footer:before,
	#mform_footer:after {
	  content: "";
	  display: table;
	}
	#mform_footer:after {
	  clear: both;
	}
	#mform_footer p:first-child {
	  padding-top: 13px;
	  z-index: 20;
	}
	#mform_footer p:last-child {
	  z-index: 30;
	}

	#form_data > p br {
			display: inline;
	}

}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Common Animation Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@keyframes blink {
	0%  {
        opacity: 1;
    }
	50%  {
        opacity: 0;
    }
	100% {
        opacity: 1;
    }
}


/*━━━━━━━━━━━━━━━━━━━━
▼ IE11
━━━━━━━━━━━━━━━━━━━━━*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop,
	#toplink a {
		width: 100%
	}
}
