body {
  background: #000;
}

.open-minamihorie {
  margin-top: -30px;
}

.bt-2{
  border-top: 2px solid #999999;
}

.bb-2{
  border-bottom: 2px solid #999999;
}

.text-block{
  border-radius: 16px;
  padding: 30px 26px;
  background: rgba(255,255,255,0.1);
}

.open-minamihorie .main-img-block {
  position: relative;
  width: 100%;
  height: 85vh;
  overflow: hidden;
  background-image: url(../../../img/popup-store/open-minamihorie/main-img.png);
  background-size: cover;
  background-position: center;
}

.open-minamihorie .main-img-warpper{
  display: inline-block;
  width: 800px;
  position: absolute;
  margin: 0 auto;
  bottom: 18%;
  left: 50%;
  transform: translateX(-50%);
}

.open-minamihorie .main-img-block .inner {
  display: flex;
  align-items: center;
}

.open-minamihorie .main-img-block .title {
  font-size: 6rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 3px;
  -webkit-text-stroke: 3px white;
  line-height: 1.1;
  bottom: 60px;
  left: 0;
  text-shadow: 0px 0px 15px #000;
}

.main-img-logo{
    display: none;
    position: relative;
    width: 210px;
    right: -100px;
}

.main-img-logo.pc{
  display: block;
}


.main-img-logo:before{
  position: absolute;
  width: 7px;
  height: 86%;
  background: #ffffff;
  content: "";
  left: -60px;
  transform: translateY(-50%);
  top: 50%;
}

.main-img-logo img{
  width: 100%;
  height: auto;
}


.open-minamihorie .main-img-block .title .main-date-text{
  writing-mode: vertical-rl;
  -webkit-text-stroke: 0px white;
  font-size: 2rem;
  font-feature-settings: "palt";
  vertical-align: baseline;
  transform: translateY(3px);
}

.open-minamihorie .main-img-block .title .main-date-text:first-of-type{
  letter-spacing: 2.9px;
  margin: 0 5px 0 0;
}

.open-minamihorie .main-img-block .title .main-date-text:last-of-type{
  letter-spacing: 1.9px;
}

.open-minamihorie .contents {
  width: 800px;
  margin: 50px auto;
}

.open-minamihorie .contents a:link,
.open-minamihorie .contents a:visited {
  text-decoration: underline;
  color: #fff;
}

.open-minamihorie .contents .full-img img {
  width: 100%;
}

.open-minamihorie .contents .title-text {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  margin: 5px 0 0 0;
}

.open-minamihorie .contents .title-text span {
  background: #f6ff00;
  color: #000;
  padding: 0 2px;
}


.open-minamihorie .contents .description {
  font-size: 1.4rem;
  color: #fff;
  text-align: left;
  line-height: 1.6;
  margin: 15px 0 0 0;
  font-weight: bold;
}

.open-minamihorie .contents .border {
  background: #fff;
  height: 8px;
  width: 120px;
  margin: 35px 0;
}

.open-minamihorie .contents .border.short {
  background: #fff;
  height: 5px;
  width: 50px;
  margin: 28px 0;
}

.open-minamihorie .contents .date {
  font-size: 1.4rem;
  color: #999;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}

.open-minamihorie .contents .sub-title {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-text-stroke: 2px white;
  line-height: 1.3;
  margin: 60px 0 0 0;
}

.open-minamihorie .contents .sub-title.jp {
  -webkit-text-stroke: 0px white;
  font-size: 2.8rem;
}

.open-minamihorie .contents .sub-title span {
  font-size: 1.5rem;
  -webkit-text-stroke: 0px white;
  letter-spacing: 0;
}

.open-minamihorie .contents .mini-title {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
}

.open-minamihorie .contents .text {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.8;
  margin: 12px 0 0 0;
}

.open-minamihorie .contents .detail {
  font-size: 1.2rem;
  color: #999;
  line-height: 1.8;
  margin: 12px 0 0 0;
}

.open-minamihorie .contents .outline-btn {
  border-radius: 3px;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  height: 50px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  box-sizing: border-box;
  border: 1px solid #fff;
  line-height: 3.7;
  color: #fff;
  text-decoration: none;
}

.open-minamihorie .contents .caution {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.7;
  color: #f6ff00;
  border: 1px solid #f6ff00;
  padding: 12px;
  border-radius: 6px;
  margin: 20px 0 0 0;
}

.open-minamihorie .contents .caution.gray {
  color: #999;
  border: 1px solid #999;
}

/* シェア */
.share-box {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}

.share-box ul {
  display: inline-block;
}

.share-box ul li {
  display: inline-block;
  margin: 10px 0 0 5px;
}
