@charset "UTF-8";

/* 
CSS Document
Copyright (C) GLOBAL ASSET MOTIONS CO., LTD All Rights Reserved.
URL:www.glam.ne.jp
*/






/* -----------------------------------------------------------
  OPNING POPUP - onetime -
------------------------------------------------------------ */


.bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999!important;
    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: 50%;
    min-width: 500px;
    padding: 55px 0px;
    background-color:#F4D5B7;
    cursor: pointer;
    overflow: hidden;
	z-index: 9999!important;
    
}

.onetime_popup_mark{
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin: 0 auto;
    text-align: center;
    z-index: 100;
    
}
    
    
.onetime_popup_title {
    position: relative;
    font-family: 'Noto Serif JP', serif;
    margin: 0% auto 0 auto;
    padding: 3% 0px;
    background-color: #fff;
    color: #6b1724;
    width: 90%;
    height: auto;
    font-size: 29px;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.15em;
    border-radius: 5px;
}
.onetime_popup_title::before,
.onetime_popup_title::after {
    position: absolute;
    top: -15%;
    right: -4%;
    transform: translateY(-50%);
    width: 35px;
    height: 6px;
    background-color: #fff;
    content: "";
}
.onetime_popup_title::before {
    transform: rotate(45deg);
}
.onetime_popup_title::after {
    transform: rotate(-45deg);
}

.onetime_popup_content {
    padding: 0px 30px;
    overflow: hidden;
}

.onetime_popup_content p{
    font-family: 'Noto Sans JP', sans-serif;
    margin: 5% auto;
    width: 100%;
    height: auto;
    font-size: 21px;
    color: #57413f;
    text-align: center;
    font-weight: bold;
    line-height: 1.85em;
    letter-spacing: 0.15em;
}

.onetime_popup_content p span{
    color:#D40D11;
    background: linear-gradient(transparent 70%, #f8e8da 70%);
    font-weight: bold;
}

.onetime_popup_content p small{
        color: #333;
        line-height: 1.35em;
}
    

.popup_image{
    width: 65%;
    height: auto;
    margin:  1% auto 2% auto;
    padding: 0;
    text-align: center;
}

.popup_image img{
    width: 100%;
    height: auto;
}

.onetime_popup_button{
    width: 85%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    background: #A05359;
    border-radius: 8px;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    font-size: 18px;
    font-weight: bold;
}

.onetime_popup_button a{
    padding: 3% 0%; 
    display: block;
}

.onetime_popup_button a:link,
.onetime_popup_button a:visited,
.onetime_popup_button a:active {
    text-decoration:none;
    color: #FFF;
}

.onetime_popup_button a:hover {
    text-decoration:none;
}

.onetime_popup_button:hover {
    background: #a1787b;
}



    
    
    
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    TABLET               

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	
@media only screen and (max-width: 1099px){
    
    
.onetime_popup_mark{
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
    
    
    
}
    
    
    
    
    
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    SMART PHONE                  

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


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

    
.onetime_popup {
    top: 43%;
    padding: 8% 0%;
    min-width: 370px;
}
    
    
@media only screen and (max-width: 399px){
    
.onetime_popup {
    top: 49%;
    padding: 8% 0%;
    min-width: 370px;
}

}
    

.onetime_popup_mark{
    top: 14%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
    
.onetime_popup_mark img{
    width: 70%;
    height: auto;
}
    
.onetime_popup_title::before,
.onetime_popup_title::after {
    top: -21%;
    right: -5%;
    width: 30px;
    height: 5px;
}

    
    
.onetime_popup_title {
    font-size: 19px;
    line-height: 1.5em;
}

.onetime_popup_title::before,
.onetime_popup_title::after {
}
    

.onetime_popup_content p{
    font-size: 15px;
}

        
.onetime_popup_button{
    width: 90%;
    font-size: 17px;
}

    
    
    
}
    
    
    
    
/*** END ***/

