@charset "euc-jp";

/* #floating {
  position: fixed;
  left: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
}
#floating.top {
  top: 0;
  z-index: 1060;
}
#floating.bottom {
  bottom: 0;
  z-index: 1020;
}
#floating-body {
  position: relative;
}
#floating-content {
  display: block;
  padding: 0;
}
#floating-content a{
  display: inline !important;
  padding: 0 !important;
}
#floating-content img {
  display: block;
  margin: 0 auto;
}
#floating-close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 0;
  background-color: #666;
  border-radius: 24px;
  text-align: center;
  z-index: 1220;
}
#floating-close:before,
#floating-close:after {
  content: "";
  display: inline-block;
  line-height: 28px;
  vertical-align: middle;
}
#floating-close:after {
  content: "¡ß";
  color: #fff;
  font-family: sans-serif;
  font-size: 28px;
} */

/* PC ITEM */
/* .banner-shadow{
	background-color: #BF0000;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
} */

/* leanModal */
/* #leanModal_bg{
  top: 0;
	background: #000;
	opacity: 0.5;
	width: 100vw;
	height: 100vh;
	position: fixed;
	display: none;
	z-index: 1051;
}
#leanModal_img {
	display: block;
	position: fixed;
	width: 90vw;
  top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1052;
	box-sizing: border-box;
}
#leanModal_img img{
	width: 100%;
}
#leanModal_img .leanModal_closeBtn {
	position: relative;
}
#leanModal_img .leanModal_closeBtn a{
  display: block;
  position: absolute;
  width: 4.8vw;
  height: 4.8vw;
  top: 10px;
  right: 10px;
}
#leanModal_img .leanModal_closeBtn a img{
  width: 100%;
} */

/*****************************************************************
 * since 202108 _renewalPopup
*****************************************************************/

.floating {
  position: fixed;
  height: 120%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: none;
}
.floating-close-bg {
  background: rgba(0, 0, 0, 0.4);
  height: 120%;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

/* portraitView */
.floating .floating-body {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 280px;
  height: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.floating .floating-body img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px 0 0 0;
}
.floating .floating-body .floating-desc {
  font-size: 16px;
  width: 240px;
  font-weight: bold;
  margin: 16px auto 24px auto;
  box-sizing: border-box;
  color: #333;
}
.floating .floating-desc p.floating-data {
  margin-bottom: 16px;
  line-height: 1;
  text-align: center;
}
.floating .floating-desc p.floating-btn {
  width: 240px;
  height: 40px;
  margin: 0 auto;
}
.floating .floating-body .floating-desc p.floating-btn a {
border: #EC0606 solid 1px;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
background-color: #fff;
color: #EC0606;
display: block;
font-size: 16px;
font-weight: bold;
height: 100%;
text-align: center;
text-decoration: none;
width: 100%;
  line-height: 40px;
}
.floating .floating-close-wrap {
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  margin: -15px -12px 0 0;
  vertical-align: middle;
  text-align: center;
  width: 44px;
  height: 44px;
  border-radius: 25px;
  border: solid 1px #B6B6B6;
}
.floating .floating-close-wrap svg{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* landscapeView */
@media (orientation: landscape) {
  .floating .floating-body {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 140px;
    height: auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  }
  .floating .floating-body img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px 0 0 0;
  }
  .floating .floating-body .floating-desc {
    /* font-size: 12px; */
    width: 140px;
    font-weight: bold;
    margin: 12px auto 15px;
    box-sizing: border-box;
    color: #333;
  }
  .floating .floating-desc p.floating-data {
    margin: 0 9px 13px;
    line-height: 1;
    text-align: center;
    font-size: 12px;
  }
  .floating .floating-desc p.floating-btn {
    width: 120px;
    height: 24px;
    margin: 0 auto;
  }
  .floating .floating-body .floating-desc p.floating-btn a {
    border: #EC0606 solid 1px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background-color: #fff;
    color: #EC0606;
    display: block;
    font-weight: bold;
    height: 100%;
    text-align: center;
    text-decoration: none;
    width: 100%;
    line-height: 24px;
    font-size: 13px;
  }
  .floating .floating-close-wrap {
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    margin: -19px -12px 0 0;
    vertical-align: middle;
    text-align: center;
    width: 32px;
    height: 32px;
    border-radius: 25px;
    border: solid 1px #B6B6B6;
  }
  .floating .floating-close-wrap svg{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}



/* add to home and favorite popup */
#addToHomeAndFavoriteWrap{
  display: none;
  position: fixed;
  width: 100%;
  max-width: 359px;
  padding: 0 8px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 44px;
  bottom: calc(env(safe-area-inset-bottom) + 44px);
  box-sizing: border-box;
  z-index: 11;
  transition-property: bottom;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
#addToHomeAndFavoriteWrap .addToHomeAndFavoritFloatBox{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 359px;
  border-radius: 8px;
  background: rgba(51, 51, 51, 0.9);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#addToHomeAndFavoriteWrap .addToHomeAndFavoritFloatBox .athaffCloseButton{
  position: absolute;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M20.25%204.83984L19.1603%203.75009L12%2010.9103L4.83975%203.75009L3.75%204.83984L10.9102%2012.0001L3.75%2019.1603L4.83975%2020.2501L12%2013.0898L19.1603%2020.2501L20.25%2019.1603L13.0897%2012.0001L20.25%204.83984Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E');
  width: 24px;
  height: 24px;
  top: 16px;
  right: 16px;
}
#addToHomeAndFavoriteWrap .athaffTxtWrap{
  padding: 16px 16px 12px;
}
#addToHomeAndFavoriteWrap .athaffTxtWrap .athaffTxt1,
#addToHomeAndFavoriteWrap .athaffTxtWrap .athaffTxt2{
  font-size: 14px;
  line-height: 1.3rem;
  color: #FFF;
}
#addToHomeAndFavoriteWrap .athaffTxtWrap .athaffTxt1{
  margin-bottom: 8px;
}
#addToHomeAndFavoriteWrap .athaffTxtWrap .athaffTxt1 span{
  font-weight: 700;
}
#addToHomeAndFavoriteWrap .athaffTxtWrap .athaffTxt2{
  position: relative;
  text-align: right;
  padding-right: 18px;
}
#addToHomeAndFavoriteWrap .athaffTxtWrap .athaffTxt2::after{
  content: '';
  position: absolute;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.55613%201.3125L3.9375%201.93113L9.00638%207L3.9375%2012.0689L4.55613%2012.6875L10.2436%207L4.55613%201.3125Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E');
  width: 14px;
  height: 14px;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
#addToHomeAndFavoriteWrap .athaffTxtWrap .athaffTxt2 a{
  color: #fff;
}