@charset "utf-8";

html {
    font-size: 18px;
}

body {
/*    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;*/
	font-family: 'M PLUS 1p', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic','MS UI Gothic',Helvetica,Arial,sans-serif;
    background: #fff;
}

img {
    display: block;
    max-width: 100%;
	pointer-events: none;
}

.mv{
	background: #2b4a71;
}

.h3fsize{
	font-size: 1.6em !important;
}

.mv img{
	width:100%;
	margin: 0 auto;
}

.f-size{
	font-size:28px;
}

.keyimage{
	background: #003894;
}

.movies{
	height:315px;
	padding:15px;
	overflow: hidden;
}
.frame_video {
	margin:0 auto;
 position: relative;
  width: 100%;
	max-width:560px;
  padding-top: 56.25%;
	padding-left:10px;
	padding-right:10px;
}

.frame_video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
	max-height:315px;
}


.kokudiv{
	padding:30px;
	width:100%;
	background: #fff;
}

.kokudiv img{
	margin: 0 auto;
	width:100%;
	height:auto;
	max-width:960px;
}

.ticket{
	width:100%;
}

.ticket img{
		margin: 0 auto;
	width:80%;
	height:auto;
	max-width:900px;
}

.col-pink{
	font-family: "M PLUS Rounded 1c" !important;
	color: #f08200;
}

.h2_ad{
	    text-align: center;
    font-size: 3.5rem;
    font-weight: bold;
	line-height:100%;
}

a.anc {
    display: block;
    padding-top: 160px;
    margin-top: -160px;
}


p,
ul li {
    line-height: 1.8em;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-6 {
    margin-bottom: 60px;
}

.mb-8 {
    margin-bottom: 80px;
}

.mb-10 {
    margin-bottom: 100px;
}

.iw10 {
    width: 100%;
    max-width: 100%;
}

a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

/* add */

header {
    width: 100%;
    height: 140px;
    background-color:#FFF8E4;
    color: #003894;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

header h1 {
    max-width: 1100px;
    width: 74vw;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}



#menu_btn {
    position: absolute;
    top: 39px;
    right: 30px;
    width: 60px;
    height: 32px;
    background-color: transparent;
    z-index: 1010;
    border-bottom: 4px solid #003894;
    border-top: 4px solid #003894;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    cursor: pointer;
}

#menu_btn::before,
#menu_btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    background-color: #003894;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#menu_btn.open {
    border-bottom: 4px solid #fff;
    border-top: 4px solid #fff;
}

#menu_btn.open::before {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#menu_btn.open::after {
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#menu_btn>span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    position: absolute;
    left: 0;
    bottom: -38px;
    transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -webkit-transform: rotate(0.028deg);
}

#drawer {
    background:#f5f2e9;
    padding: 2rem 0;
    position: fixed;
    left: 0;
    top: 140px;
    width: 100%;
    z-index: 2;
    display: none;
    height: -webkit-calc(100vh - 180px);
    height: calc(100vh - 180px);
    overflow: hidden;
    overflow: auto;
    -ms-overflow-style:none;
    z-index: 999;
}

#drawer::-webkit-scrollbar {
      display: none;
      -webkit-appearance: none;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.60);
    z-index: 1;
    display: none;
}

main {
    padding-top: 140px;
    padding-bottom: 100px;
    background:#fff;
}

main.top {
  padding-bottom: 0;
}

.container {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}

section.btn_area {
    padding: 150px 0;
}

section.btn_area h2 {
    margin-bottom: 3rem;
}

section.btn_area2 {
    padding: 50px 0;
}

section.btn_area2 h2 {
    margin-bottom: 3rem;
}

ul.ul_btn li {
    display: block;
    float: left;
    width: calc(33.3333% - 1.4rem);
    margin-right: 2rem;
    margin-bottom: 2rem;
}

ul.ul_btn li:nth-child(3n) {
    margin-right: 0;
}

ul.ul_btn2{
	text-align: center;
}

ul.ul_btn2 li {
    display: inline-block;
    width: calc(33% - 1.4rem);
    margin-right: 2rem;
    margin-bottom: 2rem;
}

ul.ul_btn2 li:nth-child(3n) {
    margin-right: 0;
}

section.twitter {
    padding: 6rem 0;
    background-image: url(./img/bg_2.jpg);
    background-size: cover;
    background-position: center top;
}

h2.h2_twitter {
    font-family: "M PLUS Rounded 1c" !important;
    text-align: center;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1;
    padding: 5px 0;
    margin-bottom: 80px;
    position: relative;
    color: #fff;
}

h2.h2_twitter:before {
    content: "";
    display: block;
    width: 34%;
   border-bottom: 2px dotted #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}

h2.h2_twitter::after {
    content: "";
    display: block;
    width: 34%;
    border-bottom: 2px dotted #fff;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}

.tw_wrap {
    width: 485px;
    margin: 0 auto;
}

footer {
	background-color:#f08200;
	padding: 4rem 0 2rem;
}

.footer_logo-wrap {
	text-align: center;
}

.footer_logo-wrap a {
	display: inline-block;
}

.footer_logo {
    width: 54%;
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
}

ul.footer_link {
    display: block;
    margin: 0 auto 3rem;
    width: 60%;
    text-align: center;
}

ul.footer_link li {
    display: inline-block;
    font-size: 0;
    width: calc(32% - 2rem);
    margin: 0 1rem;
}

p.copy {
    text-align: center;
    color: #fff;
}

#scroller {
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
}

#scroller2 {
    position: fixed;
    bottom: 110px;
    right: 30px;
    cursor: pointer;
}

/* page */

.page_title {
    position: relative;
    background-image: url('./img/page_title-bg.png');
    background-color: #410004;
    height: 300px;
}

.page_title h2 {
  position: relative;
  z-index: 99;
}

.page_title img.left {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.page_title img.right {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}

.page_title h2 img {
    display: block;
    margin: 0 auto;
    padding-top: 110px;
}

.page {
    padding-bottom: 50px;
}

.page_content {
    margin: 50px 0 0;
    padding: 50px 60px;
}

.page_content a {
    color: #31bfef;
    text-decoration: underline;
}

.page_content b {
    font-weight: bold;
    color: #e10111;
}

.page_content img {
    width: 100%;
}

.page_content img.btn {
    width: auto;
}

.page_content .ttl_h2 {
	font-family: "M PLUS Rounded 1c" !important;
	font-weight:bold;
    margin-bottom: 40px;
    background-image: url('./img/h2_content-bg.png');
	padding:20px;
	text-align: center;
	color:#fff;
	font-size:32px;
}

.page_content .ttl_h2 img {
    display: block;
    max-width: 580px;
    margin: 0 auto;
}

.page_content .ttl_h2 img.big {
  max-width: 730px;
}

.page_content .ttl_h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    padding: 10px 18px;
    border-left: 5px solid #192F09;
    margin-bottom: 30px;
	color:#192F09;
}

.page_content .ttl_h3 span {
    font-weight: normal;
    margin-left: 20px;
    font-size: 0.8em;
}

.page_content .ttl_h3 span br {
  display: none;
}

.page_content .ttl_h3-2 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
    border-bottom: 2px solid #630003;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.page_content .ttl_h4 {
    font-weight: bold;
    margin-bottom: 10px;
}

.page_content .h4-content {
    margin-left: 20px;
}

.page_content table {
    width: 100%;
    border: 1px solid #ccc;
}

.page_content table tr {
    border-bottom: 1px solid #ccc;
}

.page_content table th {
    border-right: 1px solid #ccc;
    padding: 15px 20px;
    font-weight: bold;
}

.page_content table td {
    padding: 15px 20px;
    border-right: 1px solid #ccc;
}

.page_content table.table-auto {
    width: auto;
}

.page_content table.table-auto td {
    text-align: center;
    min-width: 8em;
}

.page_content table.table-auto-2 {
    width: auto;
}

.page_content table.table-auto-2 th {
    text-align: center;
    vertical-align: middle;
}

ul.list_dotted {
    list-style: disc;
    margin-left: 1em;
}

ul.list_number {
    list-style: decimal;
    margin-left: 3em;
}

.center_ttl {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.center_b {
    text-align: center;
    font-weight: bold;
}

.goods_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.goods_wrap .box {
    width: calc(50% - 1.5rem);
}

.goods_wrap .ttl_h3 {
	font-family: 'M PLUS 1p', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic','MS UI Gothic',Helvetica,Arial,sans-serif;
    margin-bottom: 20px;
    line-height: 1.3;
}

.fooddrink_wrap img {
    margin-bottom: 10px;
}

.fooddrink_wrap p {
    line-height: 1.4;
}

p.price {
    margin: 0.3rem 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

span.tag {
    display: inline-block;
    background-color:#45090A;
    font-weight: bold;
    color: #fff;
    font-size: 15px;
    padding: 2.5px 8px;
    margin-right: 10px;
}

.fooddrink_btn {
    text-align: center;
}

.fooddrink_btn a {
    display: inline-block;
    margin: 0 1rem;
}

span.big {
    font-size: 20px;
    font-weight: bold;
}

#c01,
#c02 {
    margin-top: -140px;
    padding-top: 140px;
}

.access_content .ttl_h3 {
    margin-bottom: 20px;
}

dl.qa_q {
    margin-bottom: 20px;
}

dl.qa_a {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

dl.qa_a_last {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

dl.qa_q img,
dl.qa_a img {
    width: auto;
}

dl.qa_q dt,
dl.qa_a dt {
    float: left;
    width: 50px;
}

dl.qa_q dd,
dl.qa_a dd {
    margin-left: 60px;
}

dl.qa_q dd {
    font-weight: bold;
    font-size: 24px;
}

dl.qa_a dd {
    line-height: 2;
}

.pconly {
    display: block!important;
}

.sponly {
    display: none!important;
}

.pconly-table {
    display: table!important;
}

.sponly-table {
    display: none!important;
}

/* 20190724 */
.eigamura_quest {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}

.eigamura_quest img {
    width: calc( 25% - .5rem);
    margin-bottom: 1rem;
}

	.hidemobile{
		display:none;
	}

.imgsized{
	max-width:80%;
	height:auto;
}

.imgswitch{
	max-width:50%;
	height:auto;
	margin:0 auto;
	margin-bottom:40px;
	margin-top:40px;
}

/*
media query
*/

@media screen and (max-width: 767px) {

.imgswitch{
	max-width:100%;
	height:auto;
}	
	
.imgsized{
	max-width:100%;
	height:auto;
}
	
	.h2_ad{
    font-size: 2.5rem;
}
	
	.hidemobile{
		display:inherit;
	}
	
	img{
	max-width: 100%;
	height: auto;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	touch-callout:none;
	user-select:none;
}
	
    .pconly {
        display: none!important;
    }

    .sponly {
        display: block!important;
    }

    .pconly-table {
        display: none!important;
    }

    .sponly-table {
        display: table!important;
    }

    .mb-1 {
        margin-bottom: 1vw;
    }

    .mb-2 {
        margin-bottom: 2vw;
    }

    .mb-3 {
        margin-bottom: 3vw;
    }

    .mb-4 {
        margin-bottom: 4vw;
    }

    .mb-6 {
        margin-bottom: 6vw;
    }

    .mb-8 {
        margin-bottom: 8vw;
    }

    .mb-10 {
        margin-bottom: 10vw;
    }

    html {
        font-size: 16px;
    }

    main {
        padding-top: 17.4vw;
    }

    header {
        width: 100%;
        height: auto;
        padding: 6.5vw 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    header h1 {
        position: relative;
        width: 75%;
        margin: 0 auto 0 3vw;
        top: auto;
        left: auto;
        transform: none;
    }

    header h1 img {
        display: block;
        width: 100%;
    }

    #menu_btn>span {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 0.7rem;
        letter-spacing: 0.1em;
        position: absolute;
        left: 0;
        bottom: -6.1vw;
        transform: rotate(0.028deg);
        -o-transform: rotate(0.028deg);
        -ms-transform: rotate(0.028deg);
        -moz-transform: rotate(0.028deg);
        -webkit-transform: rotate(0.028deg);
    }

    #scroller {
        position: fixed;
        bottom: 2vw;
        right: 2vw;
    }
	
	    #scroller2 {
        position: fixed;
        right: 2vw;
    }

    #menu_btn {
        position: absolute;
        top: 3.6vw;
        right: 3vw;
        width: 9vw;
        height: 5vw;
        background-color: transparent;
        z-index: 1010;
        border-bottom: 4px solid #003894;
        border-top: 4px solid #003894;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        cursor: pointer;
    }

    #menu_btn::before,
    #menu_btn::after {
        content: "";
        display: block;
        width: 100%;
        height: 4px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -2px;
        background-color: #003894;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    #menu_btn.open {
        border-bottom: 4px solid #fff;
        border-top: 4px solid #fff;
    }

    #menu_btn.open::before {
        transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    #menu_btn.open::after {
        transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    #drawer {
        padding: 1rem;
        width: calc(100% - 2rem);
        top: 17.4vw;
    }

    .container {
        width: calc(100% - 4vw);
        margin-left: 2vw;
        margin-right: 2vw;
    }

    .page_content {
        padding: 4vw;
    }

    section.btn_area {
        padding: 5rem 0.5rem;
    }

    section.btn_area h2 {
        margin-bottom: 2rem;
    }
	
	


    ul.ul_btn li {
        display: block;
        float: left;
        width: calc(50% - 0.5rem);
        margin-right: 1rem;
        margin-bottom: 1rem;
    }

    ul.ul_btn li:nth-child(3n) {
        margin-right: 1rem;
    }

    ul.ul_btn li:nth-child(2n) {
        margin-right: 0rem;
    }
	
	    ul.ul_btn2 li {
        display: block;
        float: left;
        width: calc(100% - 0.5rem);
        margin-right: 1rem;
        margin-bottom: 1rem;
    }

    ul.ul_btn2 li:nth-child(3n) {
        margin-right: 1rem;
    }

    ul.ul_btn2 li:nth-child(2n) {
        margin-right: 0rem;
    }

    section.twitter {
        padding: 2rem 1rem;
    }

    h2.h2_twitter {
        text-align: center;
        font-size: 2.8rem;
        font-weight: bold;
        line-height: 1;
        padding: 1vw 0;
        margin-bottom: 6vw;
        position: relative;
    }

    h2.h2_twitter:before {
        content: "";
        display: block;
        width: 15%;
        border-bottom: 4px solid #fff;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(0);
        transform: translateY(-50%) translateX(0);
    }

    h2.h2_twitter:after {
        content: "";
        display: block;
        width: 15%;
        border-bottom: 4px solid #fff;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(0);
        transform: translateY(-50%) translateX(0);
    }

    .tw_wrap {
        width: 100%;
        margin: 0 auto;
    }

    .footer_logo {
        margin: 2rem auto;
        width: 100%;
    }

    ul.footer_link {
        margin: 0 auto 2rem;
        width: 80%;
    }

    ul.footer_link li {
        width: calc(32% - 0.2rem);
        margin: 0 0.1rem;
    }

    p.copy {
        font-size: 12px;
    }

    .page_title {
      height: auto;
    }
    .page_title h2 img {
        max-width: 100%;
        padding: 30px 0;
    }

    .page_content .ttl_h2 {
        margin-bottom: 4vw;
    }

    .page_content .ttl_h3 {
        font-weight: bold;
        font-size: 20px;
        padding: 7px 18px;
        margin-bottom: 3vw;
    }

    .page_content table.table-100 th {
        display: block;
        border-right: none;
        padding-bottom: 0;
    }

    .page_content table.table-100 td {
        display: block;
        border-right: 0;
    }

    .goods_wrap .box {
        width: 100%;
        margin-bottom: 8vw !important;
    }

    .center_ttl {
        font-size: 20px;
    }

    .page_content .ttl_h3-2 {
        font-size: 24px;
    }

    dl.qa_q dt, dl.qa_a dt {
        width: 30px;
    }

    dl.qa_q dd {
        font-size: 20px;
    }

    dl.qa_a dd {
        line-height: 1.75;
    }

    ul.list_dotted {
      margin-left: 1.1em;
    }

    .page_content .ttl_h3 span br {
      display: inline;
    }

    .page_content table.table-auto {
      width: 100%;
    }
    .page_content table.table-auto th,
    .page_content table.table-auto td
     {
      min-width: 0;
      padding: 0.5rem;
      font-size: 0.8em;
    }
    dl.qa_q dd, dl.qa_a dd {
        margin-left: 40px;
    }

    /* 20190724 */
    .eigamura_quest img {
        width: calc( 50% - .5rem);
        height: 100%;
    }

}

/* 全体設定 */
* {
  box-sizing: border-box;
  }

.btn-open { cursor: pointer; } 

/* ポップアップウインドウの設定 */
.popup {
  background-color: #efefef;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 380px;
  height: 400px;
  overflow-y: scroll;
}
/* チェックボックスの初期設定 */
#popup-on{
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#popup-on:checked + .popup{
  display: block;
}

/* 閉じるアイコン（右上） */
.icon-close{
  background: #000;
  color: #fff;
  font-size: 30px;
  padding: 0 10px;
  position: absolute;
  right: 0;
}

/* 閉じるボタン */
.btn-close{
  background: #000;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}

/* 開くボタン 
.btn-open{
  background: #fff;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}*/

/* ポップアップの内容 */
.popup-content{
  margin: 40px auto 40px auto;
  width: 90%;
}

.colorfilter-base {
    background-color: #f2f2f2; /* カラーフィルタ効果の色を指定 */
    display: inline-block;  /* (任意：インラインブロック化したい場合) */
}
.colorfilter-image {
    opacity: 0.1;    /* カラーフィルタ効果の度合いを指定(※) */
    display: block;
}

/*モーダル*/
.bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.bg_onetime_popup.js_active {
    opacity: 1;
    visibility: visible;
}

.onetime_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 70%;
    max-width: 860px;
    background-color: #fff;
    cursor: pointer;
    height : 53%; /*お好みの高さで固定*/
    overflow : auto; /*状況に応じて縦スクロールバーが出現*/
}

.onetime_popup_title {
    position: relative;
    padding: 10px 60px;
    margin: 0px;
    background-color: #3388dd;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
}
.onetime_popup_title::before,
.onetime_popup_title::after {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 30px;
    height: 4px;
    background-color: #fff;
    content: "";
}
.onetime_popup_title::before {
    transform: rotate(45deg);
}
.onetime_popup_title::after {
    transform: rotate(-45deg);
}

.onetime_popup_content {
    padding: 60px 30px;
    text-align: left;
}