@charset "utf-8";


.fixed-btn{
  display: flex;
  flex-direction: column;
  position:fixed;
  bottom:5%;
  right:5%;
  z-index:2;
}
.fixed-btn a {
  display: block;
  background-color: #f1efed;
  padding: 0.5em 0;
  text-align: center;
  width: 200px;
  font-size: 1.4rem;
  margin: 4px 0;
  border: 1px solid #000;
}

/*POP UP*/
body.open_popup {
    overflow: hidden;
}

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

body.open_popup .bg_onetime_popup {
    opacity: 1;
    visibility: visible;
}

.onetime_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    max-width: 700px;
    /*background-color: #fff;*/
}

.onetime_popup_title {
    position: relative;
    padding: 0;
    margin: 0px;
    /*background-color: #3388dd;*/
    color: #fff;
    font-size: 32px;
    text-align: center;
    line-height: 1.5;
    max-width: 1100px;
}

.onetime_popup_title_close {
    position: absolute;
    top: 2%;
    right: 30px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    cursor: pointer;
}
.onetime_popup_title_close::before,
.onetime_popup_title_close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 4px;
    background-color: #fff;
    content: "";
}
.onetime_popup_title_close::before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.onetime_popup_title_close::after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.onetime_popup_content {
    padding:0;
    text-align: center;
}
.onetime_popup_content img{
  max-height: 78vh;
  max-width: 450px;
}



/*=======================================================
==========================================================
==========================================================
　　　　　　　　　　　　　PCstart
==========================================================
========================================================*/
@media screen and (min-width:768px) {

.layoutR {
    position: relative;
    width: 46%;
    float: left;
    margin: 2%;
}
.layoutR__text-ci{
padding: 70px 0 0;
}


}/*=======================================================
==========================================================
==========================================================
　　　　　　　　　　　　　SPstart
==========================================================
========================================================*/
@media screen and (max-width:768px) {

.fixed-btn{
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 1%;
  right: 4%;
  z-index: 2;
}

.onetime_popup {
    top: 50%;
}
.onetime_popup_content img{
  max-height: 75vh;
  max-width: 80%;
}
.onetime_popup_title_close {
    top: -8%;
}

}/*=======================================================
==========================================================
　　　　　　　　　　　　　SP end
==========================================================
==========================================================
==========================================================
==========================================================
==========================================================
==========================================================
==========================================================
==========================================================
  　　　　　　　　　　　　IPAD start
========================================================
========================================================*/
@media screen and (min-width:768px) and ( max-width:1190px) {

.onetime_popup_content img{
  max-height: 60vh;
  max-width: 450px;
}
}/*=======================================================
==========================================================
　　　　　　　　　　　　　IPAD end
==========================================================
==========================================================
==========================================================
========================================================*/
