@charset "UTF-8";
/* CSS Document */

html{font-size: 62.5%;}
body{
	font-size:1.6rem;/* 16px*/
	color: #fff;
}
p {line-height: 1.75em;}
p.-c {text-align: center;}
p.-r {text-align: right;}
p.-small {font-size: 1.2rem;}
a {transition: 0.3s;}
a:hover{opacity: 0.6;}

img {
	width:100%;
	height:auto;
}

dl,dt,dd,ul,li {margin:0; padding:0;}

.mt-24 {margin-top:24px;}
.mt-40 {margin-top:40px;}
.mt-80 {margin-top:80px;}
.mb-08 {margin-bottom:08px;}
.mb-16 {margin-bottom:16px;}
.mb-24 {margin-bottom:24px;}
.mb-32 {margin-bottom:32px;}
.mb-40 {margin-bottom:40px;}
.mb-48 {margin-bottom:48px;}
.mb-56 {margin-bottom:56px;}
.mb-64 {margin-bottom:64px;}
.lh-20 {line-height: 2em;}
@media screen and (max-width: 735px){
    .mt-24 {margin-top:12px;}
    .mt-80 {margin-top:40px;}
    .mb-08 {margin-bottom:04px;}
    .mb-16 {margin-bottom:8px;}
    .mb-24 {margin-bottom:12px;}
    .mb-32 {margin-bottom:16px;}
    .mb-40 {margin-bottom:20px;}
    .mb-48 {margin-bottom:24px;}
    .mb-56 {margin-bottom:28px;}
    .mb-64 {margin-bottom:16px;}
    .lh-20 {line-height: 1.5em;}
}

.pc_hidden { 
	display: none;
	}
@media screen and (max-width: 735px){
	.pc_hidden { 
	display: inherit;
	}
	.sp_hidden { 
	display: none!important;
	}
}

.contents_inner {
    position: relative;
    width:90%;
    max-width:1200px;
    margin:0 auto;
}
.ttl_h3 {
   font-family: 'Noto Serif JP', serif;
   font-size: 3rem;
   font-weight: 600;
}
@media screen and (max-width: 735px){
    .ttl_h3 {
       font-size: 2.2rem;
        line-height: 1.65em;
    }
}
.-navy {color: #323b4b;}
.-white {color: #fff;}

/* header */
header {
    position: absolute;
    top:40px;
    left: 40px;
    z-index: 1000;
}
header .max_logo {
    display: block;
    width:328px;
    height:88px;
}
@media screen and (max-width: 735px){
    header {
        position: inherit;
        background: #bcbfcb;
        top:0;
        left:0;
        z-index: 1000;
    }
    header .max_logo {
        position: absolute;
        display: block;
        width:45%;
        height:auto;
        top:70px;
        left:5%;
        z-index: 1000;
    }
}

/* share */
nav {
    position: absolute;
    top:208px;
    left:40px;
    width:52px;
    z-index: 1000;
}
nav .share {
    padding:0 0 4px 0;
}
nav p {
    text-align: center;
    width:12px;
    margin:0 auto 8px;
}
nav p:before{
    content: "";
    display: block;
    width:1px;
    height:40px;
    background: #fff;
    margin:0 0 10px 4px;
}
nav .share_btn li {
    margin-bottom:8px;
}
nav .language {
    text-align: center;
    margin:0 auto;
    width:26px;
}
nav .language:before {
    content: "";
    display: block;
    width:1px;
    height:40px;
    background: #fff;
    margin:0 0 10px 12px;
}
nav .language li {
    margin:0 auto;
}
nav .language li a {
    display: block;
    padding:6px 0 2px;
    margin:0 0 4px 0;
}
nav .language li a.active,
nav .language li a:hover{
    background: #1e78af;
}
nav .language li a img{
    width:12px;
    height:auto;
}
@media screen and (max-width: 735px){
    .share_btn {
        width:70%;
        display: flex;
        justify-content: space-between;
    }
    .sp_nav {
        position: inherit;
        top:0;
        left:0;
        width:100%;
        padding:12px 5%;
        z-index: 1000;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .sp_nav .share {
        padding:0;
        width:25%;
    }
    .sp_nav p {
        text-align: center;
        width:100%;
        margin:0;
    }
    .sp_nav .share_btn li {
        margin:0;
    }
    .sp_nav .language {
        text-align: inherit;
        margin:0;
        width:50%;
        display: flex;
        justify-content: space-between;
    }
    .sp_nav .language li {
        margin:0;
        width:25%;
    }
    .sp_nav .language li a {
        display: block;
        padding:0;
        margin:0;
    }
    .sp_nav .language li a.active,
    .sp_nav .language li a:hover{
        background: #1e78af;
    }
    .sp_nav .language li a img{
        width:100%;
        height:auto;
    }
}
    
/* ----------
kv
----------*/

.kv {
    padding:198px 0 0;
    width:100%;
    height:calc(100vw * 0.864);
    position: relative;
    background: url("../images/kv_1920.png") center top no-repeat;
    background-size: cover;    
}
.kv h1 {
    position: absolute;
    display: block;
    width:50%;
    max-width:640px;
    margin:0 0 0 -10px;
    height:166px;
    left:calc(5% + 80px);
}
@media screen and (max-width: 1500px){
 .kv {
    padding:198px 0 0;
    width:100%;
    height:calc(100vw * 1.0375);
    position: relative;
    background: url("../images/kv_pc.png") center top no-repeat;
    background-size: cover;    
    } 
}
@media screen and (max-width: 735px){
    .kv {
        padding:0 0 30px 0;
        height:auto;
        position: relative;
        background: url("../images/kv_sp.png") center top no-repeat;
        background-size: cover;    
    }
    .kv h1 {
        position: inherit;
        display: block;
        width:90%;
        margin:0 auto;
        padding:80% 0 0;
        height:auto;
        left:0;
    }
}
.kv .main_info {
    position: absolute;
    margin:90px 0 0;
    width:50%;
    max-width:620px;
    background-color:rgba(50,59,75,0.8);
    top:290px;
    left:calc(5% + 80px);
}
.kv .main_info:after {
    content: "";
    display: block;
    position: absolute;
    width:100%;
    height:20px;
    background: url("../images/detail_line.png") center center no-repeat;
}
.info_inner {
    padding:24px 32px;
}
.info_ttl {
    margin:0 0 20px 0;
    text-align: center;
    background: url("../images/info_ttl_line.png") center center no-repeat;
    background-size: contain;
}
.info_detail {
    text-align: center;
    letter-spacing: 0.075em;
}
.detail_date {
    font-size:3.2rem;
    margin-bottom:24px;
}
.detail_date span {
    font-size: 1.7rem;
}
@media screen and (max-width: 880px){
    .detail_date {
        font-size:2.4rem;
        margin-bottom:24px;
    }
}
@media screen and (max-width: 735px){
    .kv .main_info {
        position: inherit;
        margin:20px auto 0;
        width:90%;
        top:0;
        left:0;
    }
    .kv .main_info:after {
        height:10px;
    }
    .info_inner {
        padding:24px 16px;
    }
    .info_ttl {
        margin:0 0 20px 0;
        background-size:150%;
    }
    .detail_date {
        font-size:2.2rem;
        margin-bottom:24px;
    }
    .detail_date span {
        font-size: 1.5rem;   
    }
}

.m_btn_common {
    display: block;
    background-color: #1e78af;
    width: 350px;
    margin:0 auto;
    padding: 15px 10px;
    letter-spacing: 0.1em;
    position: relative;
    text-align: center;
    border: 1px solid #1e78af;
}
.m_btn_common:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background-color: #1e78af;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s left;
}
.m_btn_common span:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background-color: #fff;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s left;
}
.m_btn_common:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-left: 6px solid #fff;
    transition: 0.3s border ease-in-out;
}
@media screen and (max-width: 880px){
    .m_btn_common {
        width: 320px;
    }
}
@media screen and (max-width: 735px){
	.m_btn_common {
    font-size: 1.5rem;
    width: calc(100% - 20px);
    max-width: 350px;
    margin-left: 20px;
    }
    .m_btn_common:before {
    width: 40px;
    left: -20px;
    }
}
.info_detail_link a{
    display: inline-block;
    position: relative;
    margin:24px 0 0;
}
.info_detail_link a:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0 0 12px;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-left: 6px solid #fff;
    transition: 0.3s border ease-in-out;
}


.contents {
    background: #bcbfcb;
}
.title {
    position: absolute;
    width:22px;
}
.title.-left {
    left:0;
}
.title.-right {
    right:0;
}
.title h2:after {
    content: "";
    display: block;
    width:1px;
    height:360px;
    background: #4ba6d0;
    margin:16px 10px 0;
}
.title:after {
    content: "";
    display: block;
    width:22px;
    height:200px;
    background: url("../images/title_bg.png") center center no-repeat;
    margin:8px auto 0;
}



/* ----------
about
----------*/
.about {
    padding:120px 0 200px;
    position: relative;
    background: #bcbfcb;
    color: #323b4b;
}
@media screen and (max-width: 735px){
    .about {
        padding:40px 0 200px;
    }
}
.about_00_detail {
    max-width:1000px;
    width:calc(100% - 80px);
    margin:0 auto;
}
@media screen and (max-width: 735px){
    .about_00_detail {
        width:96%;
    }
    .about_00_detail .ttl_h3{
        position: relative;
    }
    .about_00_detail .ttl_h3:after {
        content:"";
        display: inline-block;
        height:1px;
        width:100px;
        margin:0 0 8px 8px;
        background: #111;
    }
}
@media screen and (max-width: 320px){
    .about_00_detail .ttl_h3:after {
        width:60px;
    }
}
.swiper_control {
    width:100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin:16px 0 0 0 ;
}
@media screen and (max-width: 735px){
    .swiper_control {
        justify-content: center;
    }
}
.about_01_detail {
    position: relative;
    width:100%;
    height: auto;
    min-height: 450px;
}
.detail_img {
   position: absolute;
   top:0;
   width:50%;
   max-width:780px;
}
.detail_img.-left {
   right:48%;
}
.detail_img.-right {
   left:48%;
}
.about_flex {
    display: flex;
}
@media screen and (max-width: 735px){
    .about_01_detail .ttl_h3 {
        margin:0 0 20px 0;
    }
    .detail_img {
        position: inherit;
        width:90%;
        margin:30px auto 0;
    }
    .detail_img.-left {
       right:0;
    }
    .detail_img.-right {
       left:0;
    }
    .about_flex {
        display: inherit;
    }
}

.about_flex.-left {
    justify-content: flex-start;
}
.about_flex.-right {
    justify-content: flex-end;
}
.about_comment {
    width:calc(50% - 80px);
    max-width:500px;
}
.about_num {
    display: block;
    width:212px;
    height:98px;
    margin:0 auto 48px;
}
@media screen and (max-width: 735px){
    .about_comment {
        width:100%;
    }
    .about_num {
        display: block;
        width:160px;
        height:74px;
        margin:0 0 24px;
    }
}
.about_num.num01 {
    background: url("../images/about_num01.png") center center no-repeat;
    background-size: cover;
}
.about_num.num02 {
    background: url("../images/about_num02.png") center center no-repeat;
    background-size: cover;
}
.about_num.num03 {
    background: url("../images/about_num03.png") center center no-repeat;
    background-size: cover;
}
.about_num.num04 {
    background: url("../images/about_num04.png") center center no-repeat;
    background-size: cover;
}
.about_num.num05 {
    background: url("../images/about_num05.png") center center no-repeat;
    background-size: cover;
}
.about_comment h3:after {
    content: "";
    display: block;
    width:100%;
    height:10px;
    margin:32px 0;
}
.about_flex.-right .about_comment h3:after {
    background: url("../images/about_arrow.png") left center no-repeat;
}
.about_flex.-left .about_comment h3:after {
    background: url("../images/about_arrow.png") left center no-repeat;
    transform: scale(-1, 1);
}
.about_bg {
    width:6px;
    height:200px;
    margin:60px auto 0;
    background: url("../images/about_bg.png") center top no-repeat;
}
@media screen and (max-width: 735px){
    .about_flex.-right .about_comment {
        background: url("../images/about_bg_sp.png") left top no-repeat;
        background-size: contain;
        padding-left:20px;
    }
    .about_flex.-left .about_comment {
        background: url("../images/about_bg_2_sp.png") right top no-repeat;
        background-size: contain;
        padding-right:20px;
    }
    .about_flex.-right .about_comment h3:after,
    .about_flex.-left .about_comment h3:after{
        display: none;
    }
    .contents_inner.about_flex.-left .about_num {
        width:100% ;
        background-position: right;
        background-size: contain;
    }
    .contents_inner.about_flex.-left .ttl_h3{
    text-align: right;
    }
    .about_bg {
    width:6px;
    height:100px;
    margin:30px auto 0;
    background: url("../images/about_bg.png") center top no-repeat;
}

}

/* ----------
illust
----------*/

.illust {
    position: relative;
    top:-200px;
    height:1100px;
    background: url("../images/illust_bg.png") left center no-repeat #e4e4e9;
    background-size: cover;
    -webkit-clip-path: polygon(0% 15%, 100% 0, 100% 85%, 0 100%);
    clip-path: polygon(0% 15%, 100% 0, 100% 85%, 0 100%);
    z-index: 100;
}
.illust .title {
    top:120px;
}
@media screen and (max-width: 735px){
    .illust {
        position: relative;
        top:-200px;
        height:100vh;
        background: url("../images/sp_illust_bg.png") center top no-repeat #e4e4e9;
        background-size: contain;
        -webkit-clip-path: polygon(0% 5%, 100% 0, 100% 95%, 0 100%);
        clip-path: polygon(0% 5%, 100% 0, 100% 95%, 0 100%);
        z-index: 100;
    }
    .illust .title {
        width:15px;
        top:40px;
    }
    .illust .title h2:after {
        content: "";
        display: block;
        width:1px;
        height:100px;
        background: #4ba6d0;
        margin:16px 10px 0;
    }
    .illust .title:after {
        content: "";
        display: block;
        width:22px;
        height:60px;
        background: url("../images/title_bg.png") center center no-repeat;
        margin:8px auto 0;
    }    
}
.illust_comment {
    position: absolute;
    width:520px;
    background-color:rgba(255,255,255,.9);
    right:100px;
    top:120px;
    color: #323b4b;
}
.illust_comment:after {
    content: "";
    display: block;
    width:518px;
    height:280px;
    background: url("../images/comment_line.png") right bottom no-repeat;
    position: absolute;
    bottom:-20px;
    right:-20px;
}
.illust_comment h3 {
    color: #1e78af;
    text-align: center;
   font-family: 'Noto Serif JP', serif;
   font-size: 3rem;
   font-weight: 600;
    padding:30px 0 0;
}
.illust_comment p {
    width:440px;
    margin:24px auto 0;
}

.illust_comment p:last-of-type {
    margin:24px auto 40px;
}

@media screen and (max-width: 1100px){
    .illust_comment {
        position: absolute;
        width:520px;
        background-color:rgba(255,255,255,.9);
        right:100px;
        top:640px;
        color: #323b4b;
    }
}
@media screen and (max-width: 735px){
    .illust_comment {
        width:94%;
        right:3%;
        top:56vh;
    }
    .illust_comment:after {
        display: none;
    }
    .illust_comment h3 {
        font-size: 2.2rem;
        padding:20px 0 16px;
    }
    .illust_comment p {
        width:90%;
        margin:0 auto 20px;
        line-height: 1.5em;
    }
}
@media screen and (max-width: 320px){
    .illust_comment {
        top:45vh;
    }
}



/* ----------
comment
----------*/
.comment {
    position: relative;
    top:-400px;
    padding:0 0 40px 0; 
    background: url("../images/comment_bg.png") right center no-repeat;
    background-size: cover;
    widthh:100vw;
    height:auto;
    z-index: 50;
}
.comment .title h2:after {
    background: #fff;
}
.comment .title:after {
    background: url("../images/title_bg_w.png") center center no-repeat;
}
@media screen and (max-width: 735px){
    .comment {
        position: relative;
        top:-260px;
        padding:0 0 10px 0; 
        background: url("../images/sp_comment_bg.png") center center no-repeat;
        background-size: cover;
        background-attachment: inherit;
        height:auto;
        z-index: 50;
    }
    .comment .title {
        width:15px;
        top:160px;
    }
    .comment .title h2:after {
        background: #fff;
        height:100px;
    }
    .comment .title:after {
        background: url("../images/title_bg_w.png") center center no-repeat;
        height:60px;
    }
}

.comment .contents_inner {
    padding:240px 0 0 0;
}
.comment_area {
    margin:0 0 0 80px;
}
.comment_comment {
    width:50%;
    max-width:540px;
    margin:0 0 64px 0;
    position: relative;
}
@media screen and (max-width: 1024px){
    .comment_area {
    margin:0 0 0 40px;
    }
    .comment_comment {
        width:50%;
        max-width:540px;
        margin:0 0 32px 0;
        position: relative;
    }
}
@media screen and (max-width: 735px){
    .comment .contents_inner {
        padding:600px 0 0 0;
    }
    .comment_area {
        margin:0 auto;
    }
    .comment_comment {
        width:90%;
        margin:0 0 20px 10%;
        position: relative;
    }
}
.comment_comment.-aki {
    margin:0 0 80px 40px;
}
@media screen and (max-width: 1024px){
    .comment_comment.-aki {
        margin:0 0 32px 40px;
    }
}
.comment_comment h3 {
    width:100%;
    color: #1e78af;
    font-size: 3rem;
    font-weight: 600;
    background: url("../images/coment_h3_bg.png") right bottom no-repeat rgba(255,255,255,.9);
    line-height: 1em;
    font-family: 'Noto Serif JP', serif;
    padding:20px 30px 12px 30px;
}
.comment_comment h3 span {
    font-size: 1.6rem;
}
.comment_box {
    display: block;
    color: #323b4b;
    background: #fff;
    display: flex;
    align-items: center;
}
.comment_box:first-of-type {
    min-height:160px; 
}
.comment_comment.-huke .comment_box {
    font-size:3.2rem;
    text-align: center;
    justify-content: center;
}
.comment_box p {
    padding:30px; 
}
.comment_comment:after {
    content: "";
    display: block;
    width:100%;
    max-width:540px;
    height:100%;
    max-height:260px;
    background: url("../images/comment_line_w.png") right bottom no-repeat;
    position: absolute;
    bottom:-20px;
    right:-20px;
}
@media screen and (max-width: 1024px){
    .comment_comment h3 {
        font-size: 2.2rem;
        background: url("../images/coment_h3_bg.png") right bottom no-repeat rgba(255,255,255,.9);
        background-size: 50%;
        padding:20px 20px 12px;
    }
    .comment_comment h3 span{
        font-size: 1.4rem;
        line-height: 1em;
    }
    .comment_box:first-of-type {
        min-height:120px; 
    }
    .comment_box p {
        padding:16px 24px; 
    }
}
@media screen and (max-width: 735px){
    .comment_comment.-aki {
        margin:0 0 20px 0;
    }
    .comment_box {
        background: #fff;
        height:auto;
        display: flex;
        align-items: center;
    }
    .comment_comment.-huke .comment_box {
        font-size:2.4rem;
    }
    .comment_box p {
        padding:16px 20px;
        line-height: 1.5em;
    }
    .comment_comment:after {
    display: none;
    }
}

.movie {
    margin:-300px 0 0 0;
    padding:0 0 80px 0;
}
.movie .contents_inner {
    overflow: hidden;
}
.movie .title h2:after {
    height:100px;
}
.movie_area {
    width:calc(100% - 80px);
    max-width:1060px;
    min-height: 595px;
    margin:0 auto;
    position: relative;
}

.movie_area iframe {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
}

@media screen and (max-width: 735px){
    .movie {
        margin:-260px 0 0 0;
        padding:40px 0;
    }
    .movie_area {
        width:100%;
        min-height: 250px;
    }
}
.information {
    background: url("../images/information_bg.png") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.information .contents_inner {
    display: flex;
    justify-content: flex-end;
    padding:140px 0;
}
@media screen and (max-width: 980px){
    .information {
        background-position: left -240px center;
    }
}
@media screen and (max-width: 735px){
    .information {
        background: none;
    }
    .information .contents_inner {
        display: inherit;
        padding:0;
        width:100%;
    }
}
.item_info {
    width:500px;
    padding:12px 0 0 0;
    background: #323b4b;
}
.item_info:after {
    content: "";
    display: block;
    position: relative;
    top:20px;
    width:100%;
    height:20px;
    background: url("../images/detail_line.png") center center no-repeat;
}
@media screen and (max-width: 735px){
    .item_info {
        width:100%;
    } 
    .item_info:after {
        display: none;
    }
}
.item_data dl {
    width:460px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:0 20px;
    padding:20px 0;
    background: url("../images/item_info_line.png") center bottom no-repeat;
}
@media screen and (max-width: 735px){
    .item_data {
        width:90%;
        margin:0 auto;
    }
    .item_data dl {
        width:100%;
        margin:0;
        padding:20px 0;
        background-size: contain;
    }   
}
.item_data dl dt {
    width:100px;
    margin-left:2em;
}
.item_data dl dd {
    width:340px;
}
@media screen and (max-width: 735px){
    .item_data dl dt {
        width:24%;
        margin-left:1em;
    }
    .item_data dl dd {
        width:76%;
    }
}

footer {
    background: #bcbfcb;
    height:280px;
}
.footer_inner {
    width:90%;
    max-width:1200px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.goodsmile_logo {
    width:200px;
    height:auto;
    margin:50px 0 0;
}
@media screen and (max-width: 735px){
    footer {
        background: #bcbfcb;
        height:auto;
        text-align: center;
        padding:80px 0;
    }
    .footer_inner {
        width:80%;
        margin:0 auto;
        display: inherit;
    }
    .goodsmile_logo {
        width:200px;
        height:auto;
        margin:0 auto;
    }
}
.footer_share {
    margin:50px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_share p {
    display: inline-block;
    width:72px;
    height:12px;
    bottom:10px;
    position: relative;
    margin:0 20px 0 0;
}
.footer_share p:after {
    content: "";
    position: absolute;
    display: inline-block;
    width:40px;
    height:1px;
    top:12px;
    left:-50px;
    background: #323b4b
}
.footer_share ul {
    display: flex;
    justify-content: space-between;
}
.footer_share ul li {
    margin:0 20px 0 0;
}
.footer_share ul li:last-of-type {
    margin:0;
}
footer .copy {
    margin-top:40px;
    color: #323b4b;
    text-align: right;
}
@media screen and (max-width: 735px){
    .footer_share {
        width:90%;
        margin:50px auto 0;
    }
    .footer_share p {
        margin:0 10px 0 0;
    }
    .footer_share p:after {
        display: none;
    }
    .footer_share ul li {
        margin:0 10px 0 0;
    }
    footer .copy {
        text-align: center;
    }
}


/* sp ポップアップ */
.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 70vw;
	max-width: 380px;
	height: 160px;
	background-color: #bcbfcb;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text {
	font-size: 18px;
	margin: 0;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 16px;
	font-size: 3rem;
}







