@charset "UTF-8";
/*reset*/
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
  text-align: left;
  vertical-align: baseline;
}

a img, :link img, :visited img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, ol {
  list-style-type: none;
}

ul li img {
  vertical-align: top;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(/battlegirl-hs/6thanniversary_bghs/assets/img/bg_background.jpg) top center;
	background-repeat: no-repeat;
	background-size: cover;
}

body {
  overflow-y: scroll;
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

.fade {
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  filter: alpha(opacity=100);
  opacity: 1;
}

.fade:hover {
  filter: alpha(opacity=50);
  opacity: 0.50;
  cursor: pointer;
}

.coverArea {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #fff;
}

.coverArea .cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 170px;
  height: 170px;
  text-align: center;
  font-size: 12px;
  color: #bbb;
  font-family: 'Bellefair', serif;
}

.coverArea .cover img {
  width: 100%;
}

.coverArea .bghsLogo {
  width: 50%;
  margin: 3% auto 0;
}

.coverArea .bghsLogo img {
  width: 100%;
  height: auto;
}

.on {
  display: block;
  opacity: 1;
}

.off {
  opacity: 0;
  display: none;
}

.motion {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.fadeInUp {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}



header {
  position: relative;
  width: 100%;
  height: 1vh;
  text-align: center;
  z-index: 1;
}

header .textPc {
  position: fixed;
  top: 2.8%;
  left: 2%;
  width: 24vw;
  height: auto;
  z-index: 1;
}

header .textPc img {
  width: 100%;
  height: auto;
}

header .textPc02 {
  position: fixed;
  bottom: 2.8%;
  right: 2%;
  width: 24vw;
  height: auto;
  z-index: 1;
}

header .textPc02 img {
  width: 100%;
  height: auto;
}

header .textSp {
  position: fixed;
  top: 26vw;
  right: 2vw;
  width: 14vw;
  height: auto;
  z-index: 1;
}

header .textSp img {
  width: 100%;
  height: auto;
}

#effect {
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 100vh;
  z-index: 10000;
}



.bgImg {
  position: absolute;
  background: none;
  width: 100%;
  height: 100%;
}

.bgImg::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, -1px);
  transform: translate3d(0, 0, -1px);
  width: 100%;
  height: 100vh;
  background: url(/battlegirl-hs/6thanniversary_bghs/assets/img/bg_pc.jpg) top center /contain no-repeat;
  z-index: 0;
}

.bgImgMono {
  position: absolute;
  background: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 12;
}

.bgImgMono::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, -1px);
  transform: translate3d(0, 0, -1px);
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 227, 0.95);
background: url(/battlegirl-hs/6thanniversary_bghs/assets/img/bg_background.jpg) top center;
	background-repeat: no-repeat;
	background-size: cover;

  z-index: 0;
}

@-webkit-keyframes imgPan {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}

@keyframes imgPan {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}

.logo {
  position: fixed;
  bottom:1% ;
  right: 1%;
  height: auto;
  z-index: 11;
  opacity: 0;
}

.logo.on {
  -webkit-transition: all 1000ms;
  -o-transition: all 1000ms;
  transition: all 1000ms;
  opacity: 1;
}

.logo img {
  width: 100%;
  height: auto;
}

.bgImgBk {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #224;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#002), to(#14015f));
  background-image: -webkit-linear-gradient(top, #002, #14015f);
  background-image: -o-linear-gradient(top, #002, #14015f);
  background-image: linear-gradient(top, #002, #14015f);
  background-position: center;
  background-repeat: no-repeat;
  /* background: url(/battlegirl-hs/6thanniversary_bghs/assets/img/bg.jpg) top/cover no-repeat; */
  -webkit-background-size: cover;
  opacity: 0;
  z-index: 1000;
}

.bgImgBk.on {
  opacity: 1;
}

.bgImgSub {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.bgImgSub img {
  text-align: center;
  width: 20%;
  height: auto;
  padding: 0 0 22vh;
  opacity: 1;
}

.scroll {
  position: absolute;
  bottom: -5%;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  color: #fff;
  letter-spacing: .07em;
  font-family: "FOT-ハミング Std D";
}

#line {
  background-color: #fff;
  width: 2px;
  height: 100px;
  margin: 0 auto 30% auto;
  overflow: hidden;
}
#line:after {
  content: "";
  display: block;
  width: 2px;
  border-left: 2px  #e40077 solid;
  animation: scroll 2s ease 0s infinite normal;
  margin: 0 auto 0;
}
@keyframes scroll {
  0% {
    height: 0;
  }
  50% {
    height: 100px;
    margin-top: 0;
  }
  100% {
    margin-top: 100px;
    height: 100px;
  }
}

.wrapper {
  position: fixed;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  background-position: center;
  background-repeat: no-repeat;
}

.wrapper.on {
  position: relative;
}

.wrap {
  width: 640px;
  margin: 0 auto;
}

.imgFull {
  width: 100%;
}

.imgFull img {
  width: 100%;
  height: auto;
}

/*=============================
 storyArea
===============================*/
.storyArea {
  position: relative;
  text-align: center;
  margin-top: 100vh;
  padding: 5vh 1% 0;
  z-index: 1;
font-family: "FOT-ハミング Std E";
}

.storyArea .wrap {
  margin: 10% auto;
}

.storyArea h2 {
  position: relative;
  padding: 0 0 20%;
  text-align: center;
}

.storyArea h2 span {
  color: #A88;
  text-shadow: 0 0 5px #000, 0 0 10px #000;
  font-size: 24px;
  letter-spacing: .05em;
  margin-right: -.05em;
}

.storyArea h2 span::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(136, 102, 102, 0)), color-stop(30%, rgba(136, 102, 102, 0.5)), color-stop(30%, rgba(136, 102, 102, 0)), color-stop(70%, rgba(136, 102, 102, 0)), color-stop(70%, rgba(136, 102, 102, 0.5)), to(rgba(136, 102, 102, 0)));
  background-image: -webkit-linear-gradient(left, rgba(136, 102, 102, 0), rgba(136, 102, 102, 0.5) 30%, rgba(136, 102, 102, 0) 30%, rgba(136, 102, 102, 0) 70%, rgba(136, 102, 102, 0.5) 70%, rgba(136, 102, 102, 0));
  background-image: -o-linear-gradient(left, rgba(136, 102, 102, 0), rgba(136, 102, 102, 0.5) 30%, rgba(136, 102, 102, 0) 30%, rgba(136, 102, 102, 0) 70%, rgba(136, 102, 102, 0.5) 70%, rgba(136, 102, 102, 0));
  background-image: linear-gradient(left, rgba(136, 102, 102, 0), rgba(136, 102, 102, 0.5) 30%, rgba(136, 102, 102, 0) 30%, rgba(136, 102, 102, 0) 70%, rgba(136, 102, 102, 0.5) 70%, rgba(136, 102, 102, 0));
  background-position: center;
  background-repeat: no-repeat;
}
.story_se>div{
	position: relative;
	width: 100%;
	color: #fff;
	clear: both;
}
.story_se>div.sideL{
	width: 640px;
	float: left;
}
.story_se>div.sideR{
	width: 640px;
	float: right;
}
.story_vis_01{
	width: 90% !important;
	margin: 0 auto;
	padding: 5% 0 10% 0;
}

.story_vis_01 img{
	width: 100%;
	height: auto;
}
.face{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20%;
	display: inline-block;
	overflow: hidden;
	z-index:0;/*border-radius&transform Bug Fix*/
}

.sideL>.face{
	left: 0;
}
.sideR>.face{
	right: 0;
}
.face>img{
	width: 100%;
}

.text_set{
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
	padding-top: 5%;

}
.sideL>.text_set{
	margin-left: 20%;
}
.sideR>.text_set_te{
	text-align: right;
	padding-top: 5%;
	margin-right: 6%;
}
.sideR>.text_set{
	margin-right: 20%;
	text-align: right;
	float: right;
	
}

.not_se::before {
	display: none;
}
.serif{
	word-break: break-all !important;
	position: relative;
	display: inline-block;
	padding: 4%;
	font-size: 18px;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
	border-radius: 100px;
	font-weight: 500;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
	transform: rotate(0.03deg) ;
	font-family: "FOT-ハミング Std D";
}
.serif_te{
	word-break: break-all !important;
	position: relative;
	display: inline-block;
	padding: 4%;
	font-size: 18px;
	line-height: 1.5;
	border-radius: 100px;
	font-weight: 500;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
	color: #fff !important;
	background-color: #4da9f4 !important;
	font-family: "FOT-ハミング Std D";
}
.serif_bg{
	word-break: break-all !important;
	position: relative;
	display: inline-block;
	padding: 4%;
	font-size: 18px;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
	border-radius: 100px;
	font-weight: 500;
	font-family: "FOT-ハミング Std D";
}
.sideR .serif_te{
	max-width: 85%;
	margin: 0 0px 10% 0;
}
.sideR .serif_te{
	max-width: 85%;
	margin: 0 0px 10% 0px;
}
.serif_te:before{
	content: '';
	position: absolute;
	top: 0vw;
	width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid #4da9f4;
}

.sideL .serif_te:before{
	left: -15px;
	top: 48%;
}
.sideR .serif_te:before{
	right: -15px;
	top: 48%;
}
.sideL .serif{
	max-width: 95%;
	margin: 0 0px 10% 0;
}
.sideR .serif{
	max-width: 85%;
	margin: 0 0px 10% 0px;
}
.serif:before{
	content: '';
	position: absolute;
	top: 0vw;
	width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid #fff;
	z-index: -1;
}

.sideL .serif:before{
	left: -15px;
	top: 48%;
}
.sideR .serif:before{
	right: -15px;
	top: 48%;
}
.sideL .serif_bg{
	max-width: 80%;
	margin: 0 0px 10% 0;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
}
.sideR .serif_bg{
	max-width: 80%;
	margin: 0 0px 10% 0px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
.serif_bg:before{
	content: '';
	position: absolute;
	top: 0vw;
	width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid #fff;
	z-index: -1;
}

.sideL .serif_bg:before{
	left: -15px;
	top: 48%;
}
.sideR .serif_bg:before{
	right: -15px;
	top: 48%;
}
.storyArea p {
  color: #000;
  font-size: 30px;
  line-height: 3;
  letter-spacing: .05em;
  margin-bottom: 2em;
	clear: both;
}

.storyArea .border {
  color: #eee;
  text-shadow: 0 0 5px #000, 0 0 10px #000;
  letter-spacing: -0.5em;
}

.storyArea .border02 {
  color: #eee;
  text-shadow: 0 0 5px #000, 0 0 10px #000;
  letter-spacing: -0.3em;
}

.wallpaper{
	text-align: center;
}
.wallpaper li{
	position: relative;
    z-index: 1; 
	display: inline-block;
	vertical-align: bottom;
	margin: 0 2% 3% 2%;
	width: 60%;
}
.wallpaper li:first-child{
	width: 80%;
	margin: 15% 2% 15% 2% !important;
}
.wallpaper li:nth-child(2){
	margin: 0 2% 6% 2% !important;
}
.wallpaper li a{
	 position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; 
}
.wallpaper .wallpaperbtn{
	width: 60%;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	padding: 3%;
	text-align: center;
	background-color:#e40077;
	border-radius: 100px;
}

.wallpaper img{
	width: 100%;
	height: auto;
}


.present{
	padding-top: 15%;
	text-align: center;
}
.icon_title{
	text-align: center;
	width: 25%;
	margin: 0 auto;
	padding-bottom: 10%;
}
.icon_title img{
	width: 100%;
	height: auto;
}
.present ul {
	position: relative;
    z-index: 1; 
	display: inline-block;
	vertical-align: bottom;
	margin: 0 2% 5% 2%;
	width: 25%;
}
.present ul li{
	position: relative;
	z-index: 1; 
}
.present ul li:first-child{
	margin: 0 0 6% 0 !important;
	width: 100%;
}
.present ul li a{
	 position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; 
}
.present .presentbtn{
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	padding: 3%;
	text-align: center;
	background-color:#e40077;
	border-radius: 100px;
}

.present img{
	width: 100%;
	height: auto;
}

.footer_text{
	width: 100%;
	margin: 0 auto;
	padding-top: 10%;
}

.footer_text img{
	width: 100%;
	height: auto;
}
/*=============================
 footer
===============================*/
footer {
  position: relative;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(136, 102, 102, 0)), color-stop(30%, rgba(136, 102, 102, 0.3)), color-stop(70%, rgba(136, 102, 102, 0.3)), to(rgba(136, 102, 102, 0)));
  background-image: -webkit-linear-gradient(left, rgba(136, 102, 102, 0), rgba(136, 102, 102, 0.3) 30%, rgba(136, 102, 102, 0.3) 70%, rgba(136, 102, 102, 0));
  background-image: -o-linear-gradient(left, rgba(136, 102, 102, 0), rgba(136, 102, 102, 0.3) 30%, rgba(136, 102, 102, 0.3) 70%, rgba(136, 102, 102, 0));
  background-image: linear-gradient(left, rgba(136, 102, 102, 0), rgba(136, 102, 102, 0.3) 30%, rgba(136, 102, 102, 0.3) 70%, rgba(136, 102, 102, 0));
  background-position: center;
  background-repeat: no-repeat;
}

footer .wrap {
  max-width: 380px;
}


footer .bghsLogo {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 10vh 0 1vh;
}

footer .bghsLogo span {
  width: 100%;
}

footer .bghsLogo span img {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}


footer .link {
  position: relative;
  padding: 3vh 0 10vh;
  text-align: center;
  font-size: 10px;
  z-index: 10;
  line-height: 1.3;
  letter-spacing: .1em;
  text-indent: .1em;
  font-family: "FOT-ハミング Std D";
}

footer .link a {
  color: #000;
	text-decoration: none;
}

footer .copyright {
  position: relative;
  padding: 2vh 0 5vh;
  text-align: center;
  font-size: 10px;
  z-index: 10;
  line-height: 1.3;
  letter-spacing: .3em;
  text-indent: .3em;
  color: #000;
  font-family: "FOT-ハミング Std D";
}

.snsArea {
  padding: 3vh 0 10vh;
  width: 100%;
  text-align: center;
}

.snsArea li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.snsArea li.btn {
  width: 10%;
}

.snsArea li.btn img {
  width: 100%;
}



/*===============================================

@media screen max-width

===============================================*/
@media screen and (max-width: 2000px) {
  .logo {
    width: 10vw;
  }
}

/*===============================================

@media screen max-width

===============================================*/
@media screen and (max-width: 1600px) {
  .charaArea .imgFull img {
    width: 240%;
    height: auto;
    margin-left: -70%;
  }
}

/*===============================================

@media screen max-width

===============================================*/
@media screen and (max-width: 1400px) {
  .charaArea .imgFull img {
    width: 200%;
    height: auto;
    margin-left: -50%;
  }
}

/*===============================================

@media screen max-width

===============================================*/
@media screen and (max-width: 1280px) {
  .wrapper {
    overflow: hidden;
  }
}

/*===============================================

@media screen max-width

===============================================*/
@media screen and (max-width: 1100px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .subImg.on::before {
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
    opacity: 0;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
  }
  .logo {
    width: 35%;
	 bottom: 2%;
    left: 0;
	  right: 0;
	  margin: 0 auto;
  }
  .bgImg {
    background: none;
    width: 100%;
    height: 100%;
  }
.bgImg::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, -1px);
  transform: translate3d(0, 0, -1px);
  width: 100%;
  height: 85vh;
  background: url(/battlegirl-hs/6thanniversary_bghs/assets/img/bg_pc.jpg) top center /cover no-repeat;
  z-index: 0;
}
  .wrap {
    width: 100%;
  }
  .mode03 .bgImg::before,
  .mode03 .bgImgMono::before {
    -webkit-animation-play-state: running;
    animation-play-state: running;
  }
  .bgImgSub img {
    width: 50%;
  }
  .mode03 .bgImg::before {
    -webkit-animation: imgPan 9s ease-in-out infinite alternate;
    animation: imgPan 9s ease-in-out infinite alternate;
    -webkit-animation-play-state: running;
    animation-play-state: running;
  }
  .bgImgMono::before {
   background: rgba(255, 255, 227, 1);
	  background: url(/battlegirl-hs/6thanniversary_bghs/assets/img/bg_background_sp.jpg) top center;
	background-repeat: no-repeat;
	background-size: cover;
  }
  .scroll {
    position: absolute;
    bottom: -5%;
    left: 44%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    color: #fff;
    letter-spacing: .07em;
  }

#line {
  background-color: #fff;
  width: 2px;
  height: 60px;
  margin: 0 auto 30% auto;
  overflow: hidden;
}
#line:after {
  content: "";
  display: block;
  width: 2px;
  border-left: 2px  #e40077 solid;
  animation: scroll 2s ease 0s infinite normal;
  margin: 0 auto 0;
}
@keyframes scroll {
  0% {
    height: 0;
  }
  50% {
    height: 60px;
    margin-top: 0;
  }
  100% {
    margin-top: 60px;
    height: 60px;
  }
}

  .storyArea {
    position: relative;
    text-align: center;
    margin-top: 100vh;
    padding: 5vh 1% 0;
    z-index: 1;
  }
  .storyArea h2 {
    position: relative;
    padding: 60px 0 100px;
    text-align: center;
  }
  .storyArea h2 span {
    color: #A88;
    text-shadow: 0 0 5px #000, 0 0 10px #000;
    font-size: 28px;
    letter-spacing: .05em;
    margin-right: -.05em;
  }
  .storyArea h2 span::before {
    content: '';
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(136, 102, 102, 0)), color-stop(30%, rgba(136, 102, 102, 0.5)), color-stop(30%, rgba(136, 102, 102, 0)), color-stop(70%, rgba(136, 102, 102, 0)), color-stop(70%, rgba(136, 102, 102, 0.5)), to(rgba(136, 102, 102, 0)));
    background-image: -webkit-linear-gradient(left, rgba(136, 102, 102, 0), rgba(136, 102, 102, 0.5) 30%, rgba(136, 102, 102, 0) 30%, rgba(136, 102, 102, 0) 70%, rgba(136, 102, 102, 0.5) 70%, rgba(136, 102, 102, 0));
    background-image: -o-linear-gradient(left, rgba(136, 102, 102, 0), rgba(136, 102, 102, 0.5) 30%, rgba(136, 102, 102, 0) 30%, rgba(136, 102, 102, 0) 70%, rgba(136, 102, 102, 0.5) 70%, rgba(136, 102, 102, 0));
    background-image: linear-gradient(left, rgba(136, 102, 102, 0), rgba(136, 102, 102, 0.5) 30%, rgba(136, 102, 102, 0) 30%, rgba(136, 102, 102, 0) 70%, rgba(136, 102, 102, 0.5) 70%, rgba(136, 102, 102, 0));
    background-position: center;
    background-repeat: no-repeat;
  }
.story_se>div.sideL{
	width: 100% !important;
}
.story_se>div.sideR{
	width: 100% !important;
}

.story_se>div.sideL .text_set{
	padding-right: 5% !important;
}
.story_se>div.sideR .text_set{
	padding-left: 5% !important;
}

.sideL> .face{
	padding-left: 3%;
	width:23% !important;
}
.sideR>.face{
	padding-right: 3%;
	width:23% !important;
}

.text_set{
	padding-top: 5% !important;
}
.sideL>.text_set{
	margin-left: 22% !important;
}
.sideR>.text_set{
	margin-right: 22% !important;
}
.serif_bg{
	width: 73% !important;
	padding: 2.5vh 12vw 2.5vh 12vw !important;
	font-size: 15px !important;
}
.serif_bg:before{
    border: 30px solid transparent !important;
    border-top: 20px solid #fff !important;
}
.sideL .serif_bg:before{
	left: -10px !important;
}
.sideR .serif_bg:before{
	right: -10px !important;
}
.serif{
	width: 73%;
	padding: 4vw;
	font-size: 15px;
}
.serif:before{
    border: 30px solid transparent !important;
    border-top: 20px solid #fff !important;
}
.sideL .serif:before{
	left: -10px !important;
}
.sideR .serif:before{
	right: -10px !important;
}
.serif_te{
	width: 80%;
	padding: 8vw;
	font-size: 15px;
}
.serif_te:before{
    border: 30px solid transparent !important;
    border-top: 20px solid #4da9f4 !important;
}
.sideL .serif_te:before{
	left: -10px !important;
}
.sideR .serif_te:before{
	right: -10px !important;
}

.sideL>.text_set>.name{
	top: 0px !important;
	left: 70px !important;
}
.sideR>.text_set>.name{
	top: 0px !important;
	right: 70px !important;
}

.serif.big{
	font-size: 20px;
}

	.storyArea p {
    color: #000;
    font-size: 20px;
    line-height: 2;
    letter-spacing: .05em;
    margin: 0 1em 2em;
  }
  footer .redirectBtn a {
    font-size: 12px;
  }
  footer .redirectBtn a span {
    font-size: 18px;
  }
.wallpaper li:first-child{
	width: 85%;
	margin: 15% 2% 10% 2% !important;
}
.present .presentbtn{
	width: 100%;
	font-size: 2.2vw;
	line-height: 10px;
	color: #fff;
	padding: 3%;
	text-align: center;
	background-color:#e40077;
	border-radius: 100px;
}
}

/*===============================================

@media screen max-width

===============================================*/
@media screen and (max-width: 640px) {
  html {
    font-size: 100%;
    font-size: 4vw;
  }
  html * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .fade:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    cursor: pointer;
  }
  .storyArea {
    position: relative;
    text-align: center;
    margin-top: 100vh;
    padding: 5vh 1% 0;
    z-index: 1;
  }
  .storyArea h2 {
    position: relative;
    padding: 60px 0 100px;
    text-align: center;
  }
  .storyArea h2 span {
    color: #A88;
    text-shadow: 0 0 5px #000, 0 0 10px #000;
    font-size: 24px;
    letter-spacing: .05em;
    margin-right: -.05em;
  }
  .storyArea h2 span::before {
    content: '';
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(136, 102, 102, 0)), color-stop(30%, rgba(136, 102, 102, 0.5)), color-stop(30%, rgba(136, 102, 102, 0)), color-stop(70%, rgba(136, 102, 102, 0)), color-stop(70%, rgba(136, 102, 102, 0.5)), to(rgba(136, 102, 102, 0)));
    background-image: -webkit-linear-gradient(left, rgba(136, 102, 102, 0), rgba(136, 102, 102, 0.5) 30%, rgba(136, 102, 102, 0) 30%, rgba(136, 102, 102, 0) 70%, rgba(136, 102, 102, 0.5) 70%, rgba(136, 102, 102, 0));
    background-image: -o-linear-gradient(left, rgba(136, 102, 102, 0), rgba(136, 102, 102, 0.5) 30%, rgba(136, 102, 102, 0) 30%, rgba(136, 102, 102, 0) 70%, rgba(136, 102, 102, 0.5) 70%, rgba(136, 102, 102, 0));
    background-image: linear-gradient(left, rgba(136, 102, 102, 0), rgba(136, 102, 102, 0.5) 30%, rgba(136, 102, 102, 0) 30%, rgba(136, 102, 102, 0) 70%, rgba(136, 102, 102, 0.5) 70%, rgba(136, 102, 102, 0));
    background-position: center;
    background-repeat: no-repeat;
  }
  .storyArea p {
    color: #000;
    font-size: 20px;
    line-height: 2;
    letter-spacing: .05em;
    margin: 0 1em 2em;
  }
  footer .wrap {
    max-width: 100%;
  }
  footer .bghsLogo span::before {
    top: 7vh;
  }
  footer .link {
    font-size: 3vw;
  }
}

/* /max-width */
