﻿@import url("style.css");
@import url("keyframes.css");

/* =================================
	NEWS CSS
================================= */

/*	.header
============================== */
div.header,
div.header header {
	position:relative;
}
div.header header p.logo {
	text-align:left;
}
div.header header p.logo a, div.header header p.logo a span {
	display:block;
}
div.header header p.logo a {
	position:relative;
	height:0;
	padding-top: -webkit-calc(290 / 980 * 100%);
	padding-top: calc(290 / 980 * 100%);
	background-size:cover;
}
div.header header p.logo a span {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
@media all and (min-width: 992px) {
div.header header {
	padding:80px 0 20px;
}
div.header header p.logo {
	width:600px;
	margin:0 auto 20px;
}
}
@media all and (max-width: 991.98px) {
div.header {
	padding:40px 0 10px;
}
div.header header p.logo {
	width:75%;
	margin:0 auto 10px;
}
}

/*	.header p
============================== */
div.header header p:not(.logo) {
	color:#2c4e72;
	text-align:center;
	line-height:1.5;
	margin-top:0.25em;
}
div.header header p:not(.logo) > span {
	display:inline-block;
	background-image: -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(0.6, transparent), color-stop(0.6, hsla(0,100%,100%,0.4)), to(hsla(0,100%,100%,0.4)));
	background-image: linear-gradient(transparent 60%, hsla(0,100%,100%,0.4) 60%);
	padding:0 0.25em;
	letter-spacing:0.1em;
	text-indent:0.1em;
}
div.header header p:not(.logo) > span > span {
	font-size:125%;
}
@media all and (min-width: 992px) {
div.header header p:not(.logo) {
	font-size:175%;
}
}
@media all and (max-width: 991.98px) {
div.header header p:not(.logo) {
	font-size:4.5vw;
}
}



/*	h1
============================== */
main > article > header h1 {
	display:inline-block;
	font-family: "Fredoka", sans-serif;
	font-optical-sizing: auto;
	font-weight:400;
	border:2px solid #000;
}
@media all and (min-width: 992px) {
main > article:not(:last-child) {
	margin-bottom:60px;
}
main > article > header h1 {
	font-size:175%;
	letter-spacing:0.75em;
	text-indent:0.75em;
	padding:0.5em 2em;
	margin-bottom:1.5em;
}
}
@media all and (max-width: 991.98px) {
main > article:not(:last-child) {
	margin-bottom:30px;
}
main > article > header h1 {
	font-size:5vw;
	letter-spacing:0.4em;
	text-indent:0.4em;
	padding:0.5em 1.5em;
	margin-bottom:1em;
}
}


/*	.unit
============================== */
div.unit {
	text-align:left;
	position:relative;
}
div.unit > article {
	background-color:hsla(0,100%,100%,0.7);
}
@media all and (min-width: 1200px) {
div.unit {
	max-width:1200px;
	margin:0 auto;
}
}
@media all and (min-width: 992px) {
div.unit {
	padding:0 30px;
}
div.unit:not(:last-child) {
	margin-bottom:60px;
}
div.unit > article {
	border-radius:40px;
	padding:60px;
}
}
@media all and (max-width: 991.98px) {
div.unit {
	padding:0 3.125vw;
}
div.unit:not(:last-child) {
	margin-bottom:30px;
}
div.unit > article {
	border-radius:20px;
	padding:30px 3.125vw;
}
}


/*	h2
============================== */
div.unit > article > header > h2 {
	background-color:#dae8ec;
	line-height:1.5;
	padding:0.25em 0.7em;
	margin-bottom:1.5em;
}
div.unit > article > header > p.date {
	text-align:right;
	line-height:1.5;
	margin-right:1em;
	margin-bottom:0.25em;
}
@media all and (min-width: 992px) {
div.unit > article > header > h2 {
	font-size:150%;
}
div.unit > article > header > p.date {
	font-size:112.5%;
}
}
@media all and (max-width: 991.98px) {
div.unit > article > header > h2 {
	font-size:112.5%;
}
div.unit > article > header > p.date {
	font-size:87.5%;
}
}


div.unit > article > p.copy {
	color:#b24e00;
	text-align:center;
	line-height:1.5;
	margin-bottom:1.5em;
}
div.unit > article p.txt,
div.unit > article p.end {
	line-height:1.5;
}
div.unit > article p.end {
	color:#c00;
	text-align:center;
}
div.unit > article p.txt:not(:last-child) {
	margin-bottom:1.5em;
}
@media all and (min-width: 992px) {
div.unit > article > p.copy {
	font-size:150%;
}
div.unit > article p.txt,
div.unit > article p.end {
	font-size:125%;
}
}
@media all and (max-width: 991.98px) {
div.unit > article > p.copy {
	font-size:112.5%;
}
}



div.unit > article > section.unit h3 {
	color:#405a68;
	line-height:1.5;
	padding:0.25em 0.7em;
	border-bottom:2px solid #405a68;
}
div.unit > article > section.unit {
	background-color:hsla(193,32%,89%,0.5);
}
@media all and (min-width: 992px) {
div.unit > article > section.unit:not(:last-child) {
	margin-bottom:60px;
}
div.unit > article > section.unit h3 {
	font-size:150%;
}
div.unit > article > section.unit div.inner {
	padding:40px;
}
}
@media all and (max-width: 991.98px) {
div.unit > article > section.unit:not(:last-child) {
	margin-bottom:30px;
}
div.unit > article > section.unit h3 {
	font-size:112.5%;
}
div.unit > article > section.unit div.inner {
	padding:3.125vw;
}
}



/*	figure
============================== */
div.pics figure > span, div.pics figure span img {
	display:block;
}
div.pics figure > span {
	position:relative;
	height:0;
	padding-top:56.25%;
	background-size:cover;
}
div.pics figure span img {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
div#release241025 div.pics figure > span {
	padding-top: -webkit-calc(1074 / 1600 * 100%);
	padding-top: calc(1074 / 1600 * 100%);
}
div#release241129 div.pics figure > span {
	padding-top: -webkit-calc(900 / 1202 * 100%);
	padding-top: calc(900 / 1202 * 100%);
}
div#release241204 div.pics figure > span,
div#x div.pics figure > span {
	padding-top: 100%;
}
div#goods div.pics figure > span {
	padding-top: -webkit-calc(500 / 800 * 100%);
	padding-top: calc(500 / 800 * 100%);
}
div#bluray div.pics figure > span {
	padding-top: -webkit-calc(700 / 1016 * 100%);
	padding-top: calc(700 / 1016 * 100%);
}
div.pics figure figcaption {
	text-align:center;
	line-height:1.5;
	margin-top:0.5em;
}
div.ph-two {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
@media all and (min-width: 992px) {
div.ph-one {
	width:70%;
	margin:0 auto;
}
div.pics:not(:last-child) {
	margin-bottom:60px;
}
div.ph-two {
	gap:40px;
}
div.ph-two figure {
	width:calc((100% - 40px)/2);
}
div.pics figure figcaption {
	font-size:125%;
}
}
@media all and (max-width: 991.98px) {
div.pics:not(:last-child) {
	margin-bottom:30px;
}
div.pics figure figcaption {
	font-size:83%;
}
div.ph-two {
	gap:14px;
}
div.ph-two figure {
	width:calc((100% - 14px)/2);
}
div.pics figure figcaption {
	font-size:100%;
}
}
@media print {
div.pics {
	display:none;
}
}



div.unit > article ul.circlelist {
	list-style-type:circle;
	margin-left:1.5em;
}
div.unit > article ul.asterisk {
}
div.unit > article ul.circlelist li,
div.unit > article ul.asterisk li {
	line-height:1.5;
}
div.unit > article ul.circlelist li:not(:last-child),
div.unit > article ul.asterisk li:not(:last-child) {
	margin-bottom:0.5em;
}
div.unit > article ul.asterisk > li > span {
	display:block;
	padding-left:1.25em;
}
div.unit > article ul.asterisk > li:before {
	content:"※";
	display:block;
	float:left;
}
@media all and (min-width: 992px) {
div.unit > article ul.circlelist:not(:last-child),
div.unit > article ul.asterisk:not(:last-child) {
	margin-bottom:40px;
}
div.unit > article ul.circlelist > li,
div.unit > article ul.asterisk > li {
	font-size:125%;
}
}
@media all and (max-width: 991.98px) {
div.unit > article ul.circlelist:not(:last-child),
div.unit > article ul.asterisk:not(:last-child) {
	margin-bottom:20px;
}
}



/*	.btn
============================== */
div.btn {
	text-align:center;
}
div.btn a {
	text-decoration:none;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	/* background-color:hsla(0,100%,100%,0.75); */
	padding:0 2em;
	/* box-shadow:2px 4px 6px hsla(0,0%,0%,.1); */
	border:1px solid #2268a4;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
div.btn a span {
	display:inline-block;
	position:relative;
	margin-right:1em;
}
div.btn a span:after {
	content: '';
	display: inline-block;
	line-height: 1;
	width: 100%;
	background-color: #2268a4;
	position:absolute;
	top:50%;
	left:0;
}
div.btn a span:before {
	content: '';
	width: 70%;
	height: 70%;
	transform: rotate(45deg);
	transform-origin: top right;
	position: absolute;
	top: 50%;
	box-sizing: border-box;
}
div.btn a span {
	width:16px;
	height:16px;
}
div.btn a span:after {
	height: 2px;
	margin-top:-1px;
}
div.btn a span:before {
	border: 2px solid #2268a4;
	border-left: 0;
	border-bottom: 0;
	right: -1px;
}
@media all and (min-width: 992px) {
div.btn:not(:last-child) {
	margin-bottom:60px;
}
div.btn a {
	font-size:125%;
	height:44px;
	border-radius:22px;
}
}
@media all and (max-width: 991.98px) {
div.btn:not(:last-child) {
	margin-bottom:30px;
}
div.btn a {
	font-size:112.5%;
	height:44px;
	border-radius:22px;
}
}


/*	.btn-x
============================== */
div.btn-x {
	text-align:center;
}
div.btn-x a {
	text-decoration:none;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	background-color:hsla(0,0%,0%,0.75);
	padding-right:2em;
	padding-left:1.25em;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
div.btn-x a span {
	display:inline-block;
	margin-right:0.5em;
	background-image:url(/um/img/sns_logos.svg);
	background-size:300% 300%;
}
div.btn-x > p {
	margin-top:0.5em;
	line-height:1.25;
}
@media all and (min-width: 992px) {
div.btn-x a {
	font-size:150%;
	height:60px;
	line-height:60px;
	border-radius:30px;
}
div.btn-x a span {
	width:60px;
	height:60px;
}
}
@media all and (max-width: 991.98px) {
div.btn-x a {
	font-size:112.5%;
	height:44px;
	line-height:44px;
	border-radius:22px;
}
div.btn-x a span {
	width:44px;
	height:44px;
}
div.btn-x > p {
	font-size:83%;
}
}


/*	.unit-table
============================== */
div.unit-table table {
	width:100%;
	border-collapse: separate;
	border-spacing:2px;
}
div.unit-table table th,
div.unit-table table td {
	text-align:left;
	padding:.6em;
	line-height:1.5;
}
div.unit-table table tr th {
	background-color:hsla(0,100%,100%,.7);
}
div.unit-table table tr td{
	background-color:hsla(0,100%,100%,.4);
}
div.unit > article > div.unit-table table tr th {
	background-color:hsla(193,32%,89%,0.7);
}
div.unit > article > div.unit-table table tr td{
	background-color:hsla(193,32%,89%,0.4);
}
div.unit-table table tr:nth-child(even) td {
}
div.unit-table p {
	line-height:1.5;
}
@media all and (min-width: 992px) {
div.unit > article > div.unit-table:not(:last-child) {
	margin-bottom:40px;
}
div.unit-table table:not(:last-child) {
	margin-bottom:20px;
}
div.unit-table table th,
div.unit-table table td {
	font-size:112.5%;
}
div.unit-table p {
	font-size:112.5%;
}
}
@media all and (max-width: 991.98px) {
div.unit > article > div.unit-table:not(:last-child) {
	margin-bottom:20px;
}
div.unit-table table:not(:last-child) {
	margin-bottom:10px;
}
div.unit-table table th,
div.unit-table table td {
	font-size:83%;
}
div.unit-table p {
	font-size:83%;
}
}



div.btn-shopping {
	text-align:center;
}
div.btn-shopping a {
	background-color:#2268a4;
	color:#dae8ec;
	display:inline-block;
	padding:1em 3em;
	text-decoration:none;
	line-height:1.25;
	-webkit-box-shadow:5px 5px 0 0 hsla(0,0%,0%,.1);
	box-shadow:5px 5px 0 0 hsla(0,0%,0%,.1);
}
div.btn-shopping a span {
	display:block;
	text-align:center;
	line-height:1.5;
}
div.btn-shopping a span:first-child {
	margin-bottom:0.5em;
}
div.btn-shopping a span:last-child {
	background-color:#fff;
	color:#000;
	border-radius:30px;
	padding:0 1em;
}
@media all and (min-width: 992px) {
div.btn-shopping:not(:last-child) {
	margin-bottom:40px;
}
div.btn-shopping a span:first-child {
	font-size:125%;
}
div.btn-shopping a span:last-child {
	font-size:150%;
}
}
@media all and (max-width: 991.98px) {
div.btn-shopping:not(:last-child) {
	margin-bottom:20px;
}
div.btn-shopping a span:first-child {
	font-size:100%;
}
div.btn-shopping a span:last-child {
	font-size:112.5%;
}
}
