@charset "utf-8";
/* CSS Document */
html, body {
	background-image: none;
}
header {
	background-image: none;
}
/*
header::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(/assets/images/top/bg/1.png);
    background-size: cover;
}*/
header .bg {
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 1600px;
}
header .bg img {
	position: absolute;
    width: 300%;
    left: -50%;
	opacity: 0;
	max-width: 1600px;
	transition: all 1s 0s ease;
}
header .bg img.active {
	opacity: 1;
}
header .bg img.base {
	opacity: 1;
}

/*
@keyframes bg_anime { 
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}*/

header .bg img.bg_1 {
    position: relative;
}
h1 {
	margin: 0;
	width: 100%;
	padding: 0;
	max-width: 830px;
}
header h1.logo img,
header .pc .mov img {
	width: 100%;
	max-width: initial;
}
header .pc {
	display: none;
	z-index: 11;
}
header #logo_switch img {
	width: 20%;
	max-width: 140px;
}
header #btn_buy img {
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	max-width: 576px;
}
header .wrap {
	padding: 0 5%;
	box-sizing: border-box;
	width: 100%;
}
header .wrap.sp {
	background: #eeeeee;
    padding: 8% 5%;
}
header #txt_catch {
	padding: 7% 0 0;
	font-weight: 900;
	line-height: 1em;
	font-size: 23vw;
	opacity: 0.8;
	position: relative;
	z-index: 10;
}
header #txt_catch.en {
	font-size: 20vw;
}
header #txt_catch img {
	width: 100%;
}
header #txt_catch span {
	display: inline-block;
	font-feature-settings: "palt";
}
header .btn_list {
	max-width: 510px;
	margin: 5% auto 0;
	box-sizing: border-box;
	padding: 0 10%;
}
header .btn_list li:last-child {
	margin-top: 5%;
}
main {
	background-color: #ffffff;
	position: relative;
	padding-bottom: 8%;
}
main::before,
main::after {
	content: "";
	background-image: -moz-linear-gradient( 180deg, rgba(232,138,240,0) 27%, rgba(232,138,240,0.3) 30%, rgb(255,207,16) 54%, rgb(60,230,88) 64%, rgb(76,210,255) 90%, rgba(255,76,76) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgba(232,138,240,0) 27%, rgba(232,138,240,0.3) 30%, rgb(255,207,16) 54%, rgb(60,230,88) 64%, rgb(76,210,255) 90%, rgba(255,76,76) 100%);
	background-image: -ms-linear-gradient( 180deg, rgba(232,138,240,0) 27%, rgba(232,138,240,0.3) 30%, rgb(255,207,16) 54%, rgb(60,230,88) 64%, rgb(76,210,255) 90%, rgba(255,76,76) 100%);
	padding-bottom: 1.5%;
	position: absolute;
	width: 100%;
}
main::before {
	top: 0;	
}
main::after {
	bottom: 0;	
}
main h2 {
	max-width: 310px;
	width: 70%;
	margin: 0 auto;
}
#btn_buy {
	width: 100%;
	margin-top: 10%;
}
#btn_buy a {
	display: block;
	text-align: center;
}
article {
    padding: 0;
    min-height: auto;
    border: none;
    box-shadow: 0 0 #ffffff;
    border-radius: 30px;
}
#contents_news {
	width: 100%;
	padding: 8% 0 5%;
	overflow: hidden;
	position: relative;
}
#contents_news h2 {
	font-size: 300%;
	line-height: 1em;
	font-weight: 900;
	display: flex;
	justify-content: center;
}
#contents_news h2 span {
	padding: 0.1em 0.1em 0.2em;
	font-weight: bold;
}
#contents_news article h3 {
	color: #00547e;
}
#contents_news ul.swiper-wrapper dt {
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}
#contents_news article h3 {
    margin-top: 3%;
    padding-top: 3%;
    font-size: 1rem;
    min-height: 5rem;
    border-top: 2px solid #19b2ff;
    font-feature-settings: "palt";
    line-height: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#contents_news h2 .first {
	background: #74d0ff;
	border-radius: 10px 0 10px 0;
}
#contents_news ul {
	display: flex;
	margin-top: 10%;
	padding-bottom: 5%;
}
#contents_news .wrap {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
#contents_news .wrap {
	margin-top: 5%;
	line-height: 1.2rem;
}
#contents_news .date {
	display: table;
}
#contents_news .date span {
	display: table-cell;
	vertical-align: middle;
}
#contents_news ul li {
	border-radius: 30px;
	box-shadow: 3px 6px 0 #bebebe;
	width: 80%;
}
/*
#contents_news ul li:last-child {
	border-radius: 0;
	box-shadow: none;
	width: 30%;
}
*/
#contents_news ul li dl {
	padding: 8% 8% 4%;
	box-sizing: border-box;
	border: 2px solid #bebebe;
	border-radius: 25px;
	background-color: #ffffff;
}
#contents_news ul li dl dt img {
	width: 100%;
}
#contents_news ul li.swiper-slide-active dl {
	border: 4px solid #19b2ff;
}
#contents_news ul li .txt {
	font-size: 0.8rem;
    line-height: 1.5;
    margin-top: 5%;
}
#foot {
	padding: 8% 5% 5%;
	background-image: url(../images/bg.jpg);
}
#foot .wrap {
	max-width: 1600px;
	margin: 5% auto 0;
}
#foot .logo {
	max-width: 450px;
	width: 50%;
    margin: 0 auto;
}
#foot .logo img {
	width: 100%;
}
#foot .btn_list {
	margin-top: 3%;
}
#foot .btn_list ul {
	display: flex;
	flex-wrap:wrap;
	max-width: 520px;
	margin: 0 auto;
	justify-content: center;
}
#foot .btn_list ul li {
	width: 100%;
    margin-top: 20px;
    padding: 0 10px;
}
#foot .btn_list ul li a {
	display: block;
	border: 2px solid #000000;
	border-radius: 40px;
	line-height: 3em;
	max-width: 500px;
	text-align: center;
	position: relative;
}
#foot .btn_list ul li a::before {
	content: "▶";
	text-align: left;
	position: absolute;
	left: 10px;
}
#foot aside {
	max-width: 748px;
}
#foot aside dl {
	display: flex;
	border-bottom: 1px solid #000000;
	margin-top: 3%;
    padding-bottom: 3%;
}
#foot aside dl.last {
	border-bottom: none;
}
#foot aside dl dt {
	font-weight: 100;
	width: 26.5%;
	min-width: 102px;
}
#foot aside .notice {
    font-size: 0.8rem;
    line-height: 1.5;
}
#foot #tw_timeline {
	max-width: 750px;
	margin-top: 8%;
	padding: 0 5%;
}
#foot .bnr_list {
	margin-top: 8%;
}
#foot .bnr_list ul {
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#foot .bnr_list li {
	width: 48%;
	margin: 0 1% 3% 0;
}
#btn_archive a.icon {
	display: block;
	width: 190px;
	transform: translatey(40%);
}
#btn_archive a.icon img {
	width: 100%;
	padding: 0 30%;
	box-sizing: border-box;
}
#contents_news ul li#btn_archive .txt {
	font-size: 2rem;
	margin-top: 1.5rem;
	display: block;
	font-weight: bold;
	color: #414141;
	font-feature-settings: "palt";
	text-align: center;
}
footer {
	background: #333333;
	color: #ffffff;
	text-align: center;
	padding: 30px 0;
}
.modal_wrap {
	position: fixed;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1001;
	padding: 0 5%;
	display: none;
	cursor: pointer;
}
.overlay {
	background-color: rgba(0,0,0,0.7);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	cursor: pointer;
}
.modal_video {
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.modal_video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tag {
    position: absolute;
    font-size: 1rem;
    top: -7%;
    left: 3%;
    color: #ffffff;
    border: 5px solid #ffffff;
    font-weight: 700;
    width: 25%;
}
.tag span {
	display: block;
	padding: 4% 2%;
	border-radius: 5px 0 5px 0;
}
.tag .new {
	background-color: #fc6565;
	text-align: center;
}
#list_iarc ul {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 5% 10%;
}
#list_iarc li {
	margin-right: 1%;
}
#list_iarc li img {
    max-height: 50px;
}
.timeline-Footer {
	display: none;
}

@media screen and (min-width: 768px) {
header {
	padding-bottom: 0.5%;
	background-position: top right;
	background-size: 80%;
}
header .bg img {
    width: 100%;
    left: 0;
}
header .btn_list {
	box-sizing: content-box;
	padding: 0;
	width: 80%;
}
main::before,
main::after {
	padding-bottom: 0.5%;
}
header::before {
	background-position: top right;
}
h1 {
    width: 50%;
}
header .wrap {
	position: relative;
}
header .sp {
	display: none;
}
header .pc {
	display: block;
	position: absolute;
    top: 0;
    right: 5%;
    width: 40%;
}
header .logo img {
	width: 53%;
}
header #logo_switch img {
	width: 10%;
}
header #txt_catch,
header #txt_catch.en {
	font-size: 10.5vw;
}
header #txt_catch span {
	display: inline-block;
}
#btn_buy {
 width: 40%;
	margin-top: 3%;
}
#contents_news {
	padding: 5% 0;
}
#contents_news ul {
    display: flex;
    margin-top: 5%;
    padding-bottom: 2%;
}
#contents_news ul li {
	width: 40%;
	max-width: 640px;
}
#contents_news article h3 {
    font-size: 1.5vw;
}
/*
#contents_news ul li:last-child {
	width: 20%;
}
*/
#contents_news article h3 {
	font-size: 1.5rem;
	min-height: 5.5rem;
	line-height: 1.5em;
}
#foot .wrap {
	display: flex;
}
#foot aside {
	width: 70%;
    margin-right: 5%;
    font-size: 1rem;
}
#foot #tw_timeline {
	width: 50%;
}
#foot .btn_list ul li a::before {
	left: 20px;
}
#foot .btn_list ul {
	max-width: 1060px;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}
#foot .btn_list ul li {
    margin-top: 30px;
	width: 50%;
	font-size: 100%;
}
#foot .btn_list ul li a {
    border: 2px solid #000000;
    line-height: 60px;
    font-size: 100%;
}
#foot #tw_timeline {
	margin-top: 2%;
	padding: 0;
}
#btn_archive a.icon img {
	padding: 30% 30% 0;
	box-sizing: border-box;
}
#foot .btn_list ul li a:hover {
	background-color: #000000;
	color: #ffffff;
}
#foot .bnr_list li {
	margin: 0 10px 2% 0;
}
footer {
	padding: 5% 0;
}
.modal_wrap {
	padding: 0 15%;
}
.tag {
    position: absolute;
    font-size: 1.1rem;
	top: -4%;
	left: 3%;
    color: #ffffff;
    border: 5px solid #ffffff;
    font-weight: 700;
    width: 20%;
    max-width: 100px;
}
#foot {
    padding: 5% 0;
}
}

@media screen and (min-width: 1024px) {
header::before {
	background-size: 80%;
}
#foot .bnr_list {
	margin-top: 5%;
}
#foot .bnr_list ul {
	display: flex;
	padding: 0;
	box-sizing: content-box;
}
#foot .bnr_list li {
	margin: 2% 10px 0 0;
}
article h3 {
    font-size: 1.4rem;
}
#list_iarc ul {
    padding: 2% 0;
}
}

