@charset "utf-8";

.loading_cover{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 0px;
}
section.hero{
  background-image: url("../img/hero_bg.png");
  background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
section.hero .characters{
  position: relative;
}
section.hero .characters img{
  width: 100%;
}
section.hero .logo{
  max-width: 23.28vw;
  position: absolute;
  left: 50%;
  top: 13.02vw;
  transform: translate(-50%, 0);
  max-height: 100vh;
}
section.hero .logo img{
  max-width: 100%;
}
@media screen and (max-width: 520px){
  section.hero{
    background-image: url("../img/hero_bg@2x.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
  section.hero{
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
  }
  section.hero .logo{
    width: 100%;
    max-width: none;
    position: static;
    transform: none;
    text-align: center;
    padding: 19vw 6vw 4vw 6vw;
    box-sizing: border-box;
  }
  section.hero .logo img{
    width: 100%;
    max-width: 48vw;
  }
}

/*--------------------------------------------------------------------*/

div.precede{
  background-image: url("../img/precede_bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
@media screen and (max-width: 520px){
  div.precede{
    background-image: url("../img/precede_bg@2x.png");
  }
}

/*--------------------------------------------------------------------*/

section.introduction{
  padding: 0 0 120px 0;
  position: relative;
  color: #DCDCDC;
  margin-top: -100px;
}
section.introduction .main .pre{
  margin-bottom: 1em;
  letter-spacing: 0.21em;
}
section.introduction .main .pre .after{
  line-height: 1;
  margin-left: .5em;
  display: inline-block;
}
section.introduction .sub{
  margin-bottom: 4em;
}
section.introduction .main .pre img{
  height: 1em;
}
@media screen and (max-width: 1200px){
  section.introduction{
    padding: 40px 0;
  }
}
@media screen and (max-width: 520px){
  section.introduction{
    padding: 20px 6vw 40px 6vw; 
    margin-top: 0;
  }
  section.introduction .main .pre{
    flex-direction: column;
    font-size: 5vw;
  }
  section.introduction .sub{
    font-size: 3.8vw;
  }
}

/*--------------------------------------------------------------------*/

section.introduction .hyphen{
  width: 1.3em;
  height: 1em;
  display: inline-flex;
  margin: 0 .2em;
}
section.introduction .hyphen::before{
  width: 100%;
  height: 1px;
  background-color: #615C5E;
}

/*--------------------------------------------------------------------*/

section.introduction .video ._frame{
  background-color: #000;
}
@media screen and (max-width: 520px){

}

/*--------------------------------------------------------------------*/

section.goods{
  padding: 0 0 100px 0;
  background-image: url("../img/goods_bg.png");
	background-repeat: no-repeat;
  background-position: left -16vw top 0;
  background-size: 71.74vw auto;
}
section.goods .heading{
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 521px){

}
@media screen and (max-width: 1200px){
  section.goods .bodying{
    padding: 0 min(6vw, 40px);
  }
}
@media screen and (max-width: 520px){
  section.goods{
    padding: 0 0 50px 0;
  }
  section.goods .heading{
    margin-bottom: 1em;
  }
  section.goods .heading .main img{
    max-height: 1.8em;
  }
  section.goods .heading .common_index{
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------------*/

section.goods .info{
  margin-bottom: 2.5em;
}
section.goods .info .name{
  padding: .5em 0 1em 0;
  display: inline-block;
}
section.goods .info .price{
  
}
section.goods .info .link{
  margin-top: 1.5em;
}
section.goods .info .link a,
section.goods .image .link a{
  display: inline-block;
  transition: text-shadow .3s;
  padding: .2em 3em;
  min-width: 8em;
  box-sizing: border-box;
  background-color: #30384A;
  color: #fff;
}
section.goods .info .link a:hover,
section.goods .image .link a:hover{
  opacity: 1;
}
section.goods .image .link{
  margin-bottom: 1em;
}
@media screen and (min-width: 521px){

}
@media screen and (max-width: 520px){
  section.goods .info{
    margin-bottom: 1.5em;
  }
  section.goods .info .name{
    font-size: 1.8rem;
  }
  section.goods .kuji .item:last-of-type{
    margin-bottom: 3em;
  }
  section.goods .info .link{
    font-size: 80%;
  }
  section.goods .info .link a,
  section.goods .image .link a{
    min-width: 80%
  }
  section.goods .image img{
    height: auto;
  }
}

/*--------------------------------------------------------------------*/

section.goods .kuji{
  margin-bottom: 6em;
}
section.goods .kuji::before,
section.goods .kuji::after{
  width: 21.86vw;
  max-width: 416px;
  height: 768px;
  left: 5vw;
}
section.goods .kuji::after{
  left: auto;
  right: 0;
  bottom: 0;
  transform: rotate(180deg) translateY(-30%);
}
section.goods .kuji .name .upper{
  display: block;
  line-height: 1;
}
section.goods .kuji .name .lower{
  display: block;
  font-size: 120%;
}
section.goods .kuji .item{
  margin: 0 2em;
}
section.goods .kuji .item::before{
  width: 27.53vw;
  max-width: 524px;
  height: 460px;
  left: 0;
  bottom: 0;
  transform: translate(-48%, 28%);
}
section.goods .kuji .item::after{
  width: 24.33vw;
  max-width: 463px;
  height: 524px;
  right: 0;
  bottom: 0;
  transform: translate(45%, 28%);
}
section.goods .kuji .image{
  border: 1px solid rgba(110,76,76,.37);
  padding: 7px;
}
@media screen and (min-width: 521px){

}
@media screen and (max-width: 520px){
  section.goods .kuji{
    background-size: 275px auto;
    background-position: left -50% center;
    margin-bottom: 0;
  }
  section.goods .kuji .item{
    max-width: 70vw;
    margin-bottom: 3em;
  }
  section.goods .kuji .item img{
    height: auto;
  }
  section.goods .kuji .item::before{
    width: 40vw;
    height: 230px;
  }
  section.goods .kuji .item::after{
    width: 37vw;
    height: 260px;
  }
  section.goods .kuji .name .lower{
    
  }
}

/*--------------------------------------------------------------------*/

section.goods .badge{
  margin-bottom: 6em;
}
@media screen and (min-width: 521px){

}
@media screen and (max-width: 520px){
  section.goods .badge{
    margin-bottom: 4em;
    padding: 0 5vw;
  }
  section.goods .badge .image{
    
  }
  section.goods .badge .image img{
    height: auto;
  }
}

/*--------------------------------------------------------------------*/

section.goods .item_pattern_3{
  margin-bottom: 4em;
}
section.goods .item_pattern_3 .info{
  margin: 1.5em 3em;
  min-width: 20em;
}
section.goods .item_pattern_3._rr{
  flex-direction: row;
}
@media screen and (min-width: 521px){

}
@media screen and (max-width: 520px){
  section.goods .item_pattern_3{
    margin-bottom: 3em;
    padding: 0 5vw;
  }
  section.goods .item_pattern_3._rr{
    flex-direction: column;
  }
  section.goods .item_pattern_3 .info{
    min-width: 0;
  }
  section.goods .item_pattern_3 .image{
    max-width: 70vw;
  }
}

/*--------------------------------------------------------------------*/

section.goods .lame_heart{
  margin-bottom: 3em;
}
@media screen and (min-width: 521px){

}
@media screen and (max-width: 520px){
  section.goods .lame_heart{
    margin-bottom: 5em;
  }
}

/*--------------------------------------------------------------------*/

section.goods .bromide{
  margin-bottom: 8em;
}
section.goods .bromide .image a{
  margin: 0 1em;
}
@media screen and (min-width: 521px){

}
@media screen and (max-width: 520px){
  section.goods .bromide{
    margin-bottom: 3em;
    padding: 0 5vw;
  }
  section.goods .bromide .image a{
    margin: 0;
  }
}

/*--------------------------------------------------------------------*/

section.goods .chikuko{
  margin-bottom: 5em;
}
section.goods .chikuko .image a{
  margin: 0 1em;
}
@media screen and (min-width: 521px){

}
@media screen and (max-width: 520px){
  section.goods .chikuko{
    margin-bottom: 3em;
    padding: 0 5vw;
  }
  section.goods .chikuko .image a{
    margin: 0;
  }
}

/*--------------------------------------------------------------------*/

section.goods .ablock{
  margin-bottom: 3em;
}
section.goods .ablock .image a{
  margin: 0 1em;
}
@media screen and (min-width: 521px){

}
@media screen and (max-width: 520px){
  section.goods .ablock{
    margin-bottom: 3em;
    padding: 0 5vw;
  }
  section.goods .ablock .image a{
    margin: 0;
  }
}

/*--------------------------------------------------------------------*/

section.goods .case{
  margin-bottom: 6em;
}
@media screen and (min-width: 521px){

}
@media screen and (max-width: 520px){
  section.goods .case{
    margin-bottom: 5em;
  }
  section.goods .case .item{
    margin: 0 1em;
  }
  section.goods .case img{
    max-width: 30vw;
  }
}

/*--------------------------------------------------------------------*/

section.goods .viewall{
  white-space: nowrap;
  padding: 60px 0;
}
section.goods .viewall::after{
  width: 100vw;
  height: 43.94vw;
  background-image: url("../img/goods_viw_all_bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1536px auto;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 15%);
  pointer-events: none;
}
section.goods .viewall a{
  display: inline-block;
}
@media screen and (max-width: 1536px){
  section.goods .viewall::after{
    background-size: 100% auto;
  }
}
@media screen and (max-width: 520px){
  section.goods .viewall{
    white-space: nowrap;
    padding: 30px 0;
  }
}

/*--------------------------------------------------------------------*/

section.shop{
  margin-bottom: 80px;
  padding: 100px 0 0 0;
  padding-top: 8em;
  background-image: url("../img/goods_bg.png");
	background-repeat: no-repeat;
  background-position: left -16vw top -13vw;
  background-size: 71.74vw auto;
}
section.shop .border{
  border: 1px solid #333333;
  padding: 120px 3em 50px 3em;
  position: relative;
  box-sizing: border-box;
}
section.shop .heading{
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 0;
  width: 592px;
  max-width: 100%;
}
section.shop .banner{
  margin: 0 0 3em 0;
}
section.shop .banner a{
  display: inline-block;
  padding: 1em 2em;
  min-width: 320px;
  background-color: #fff;
  box-sizing: border-box;
}
section.shop .banner a img{
  width: 124px;
}
section.shop .novelty{
}
section.shop .novelty .index{
  margin-bottom: .5em;
}
section.shop .novelty .container{
  display: inline-flex;
  padding: 3em 0 2em 0;
}
section.shop .novelty .container::before{
  width: 100%;
  height: 1px;
  background-color: #333333;
  top: 0;
  left: 0;
}
section.shop .novelty .container .item{
  margin: 0 1em;
}
section.shop .novelty .container .item .image{
  
}
section.shop .novelty .container .item .name{
  margin-bottom: .75em;
}
section.shop .novelty .container .item .description{
  width: 20em;
}
@media screen and (min-width: 521px){

}
@media screen and (max-width: 520px){
  section.shop{
    padding: 40px 4vw 0 4vw;
    margin-bottom: 50px;
  }
  section.shop .border{
    padding: 80px 6vw 30px 6vw;
  }
  section.shop .banner{
    margin-bottom: 1em;
  }
  section.shop .banner a{
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  section.shop .bodying{
    background-image: none;
  }
  section.shop .novelty{
    padding: 2em 0;
    max-width: 94vw;
    margin: 0 auto;
    background-color: transparent;
  }
  section.shop .novelty .container{
    padding: 2em 0 0 0;
    flex-direction: column-reverse;
  }
  section.shop .novelty .container .item{
    margin: 0;
  }
  section.shop .novelty .container .item .image{
    margin-top: 2em;
  }
  section.shop .novelty .container .item img{
    max-width: 50vw;
  }
  section.shop .novelty .container .item .index img{
    height: 3em;
  }
  section.shop .novelty .container .item .description{
    width: auto;
  }
}

/*--------------------------------------------------------------------*/

section.onlineshop{
  margin-bottom: 80px;
  padding: 100px 0 0 0;
  padding-top: 8em;
  background-image: url("../img/goods_bg.png");
	background-repeat: no-repeat;
  background-position: left -16vw top -13vw;
  background-size: 71.74vw auto;
}
section.onlineshop .border{
  border: 1px solid #333333;
  padding: 120px 3em 50px 3em;
  position: relative;
  box-sizing: border-box;
}
section.onlineshop .heading{
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 0;
  width: 592px;
  max-width: 100%;
}
section.onlineshop .banner{
  margin: 0 0 3em 0;
}
section.onlineshop .banner a{
  display: inline-block;
  padding: 1em 2em;
  min-width: 320px;
  background-color: #fff;
  box-sizing: border-box;
}
section.onlineshop .banner a img{
  width: 124px;
}
section.onlineshop .novelty{
}
section.onlineshop .novelty .index{
  margin-bottom: .5em;
}
section.onlineshop .novelty .container{
  display: inline-flex;
  padding: 3em 0 2em 0;
}
section.onlineshop .novelty .container::before{
  width: 100%;
  height: 1px;
  background-color: #333333;
  top: 0;
  left: 0;
}
section.onlineshop .novelty .container .item{
  margin: 0 1em;
}
section.onlineshop .novelty .container .item .image{
  
}
section.onlineshop .novelty .container .item .name{
  margin-bottom: .75em;
}
section.onlineshop .novelty .container .item .description{
  width: 20em;
}
@media screen and (min-width: 521px){

}
@media screen and (max-width: 520px){
  section.onlineshop{
    padding: 40px 4vw 0 4vw;
    margin-bottom: 40px;
  }
  section.onlineshop .border{
    padding: 80px 6vw 30px 6vw;
  }
  section.onlineshop .banner{
    margin-bottom: 1em;
  }
  section.onlineshop .banner a{
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  section.onlineshop .bodying{
    background-image: none;
  }
  section.onlineshop .novelty{
    padding: 2em 0;
    max-width: 94vw;
    margin: 0 auto;
    background-color: transparent;
  }
  section.onlineshop .novelty .container{
    padding: 2em 0 0 0;
    flex-direction: column-reverse;
  }
  section.onlineshop .novelty .container .item{
    margin: 0;
  }
  section.onlineshop .novelty .container .item .image{
    margin-top: 2em;
  }
  section.onlineshop .novelty .container .item img{
    max-width: 50vw;
  }
  section.onlineshop .novelty .container .item .index img{
    height: 3em;
  }
  section.onlineshop .novelty .container .item .description{
    width: auto;
  }
}

/*--------------------------------------------------------------------*/

section.notice{
  background-image: url("../img/notice_bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 34vw auto;
  margin-bottom: 3em;
  color: #fff;
}
section.notice .container{
  padding: 8em 3em 6em 3em;
  position: static;
}
section.notice .description{
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 521px){

}
@media screen and (max-width: 520px){
  section.notice{
    max-width: 98vw;
    margin: 0 auto;
    padding: 2em 1em;
    box-sizing: border-box;
	  background-size: 100vw auto;
    font-size: 1.3rem;
  }
  section.notice .heading{
    font-size: 1.8rem;
    margin-bottom: 2em;
  }
  section.notice .container{
    padding: 4em 5vw;
  }
}

/*--------------------------------------------------------------------*/

section.notice .detail{
  margin-top: 4em;
}
section.notice .detail dt{
  padding-bottom: .75em;
  margin-bottom: 1.3em;
  position: relative;
  font-size: 112.5%;
}
section.notice .detail dt::before{
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 36%, rgba(255,255,255,1) 67%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 36%, rgba(255,255,255,1) 67%, rgba(255,255,255,0) 100%);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 36%, rgba(255,255,255,1) 67%, rgba(255,255,255,0) 100%);
  opacity: .2;
}
section.notice .detail ._text p + p{
  margin-top: 2em;
}
@media screen and (min-width: 521px){

}
@media screen and (max-width: 520px){
  section.notice .detail{
    margin-top: 3em;
  }
}

/*--------------------------------------------------------------------*/

section.notice .caution{
  
}
section.notice .caution ul{
  padding: 0 2em;
}
section.notice .caution li{
  padding-left: 2.5em;
  margin-bottom: 1.5em;
  background-image: url("../img/icon_cross_2.svg");
	background-repeat: no-repeat;
	background-position: left top .3em;
	background-size: auto calc(1em * 84.375%);
}
section.notice .caution .notation{
  padding: 0 2em;
}
@media screen and (min-width: 521px){

}
@media screen and (max-width: 520px){
  section.notice .caution{

  }
  section.notice .caution ul{
    padding: 0;
  }
  section.notice .caution li{
    padding-left: 1.5em;
    background-position: left top .6em;
	  background-size: auto 1em;
  }
  section.notice .caution .notation{
    padding: 0 2em;
  }
}
/*--------------------------------------------------------------------*/

section.news{
  margin: 1em 0 100px 0;
}
section.news .heading{
  margin-bottom: 4em;
}
section.news .container .item{
  width: 480px;
  height: 680px;
  border-radius: 11px;
  box-shadow: 0 0 30px rgba(0,0,0,.05);
}
@media screen and (min-width: 521px){

}
@media screen and (max-width: 520px){
  section.news{
    margin: 0 0;
    padding: 8vw;
    padding-top: 0;
  }
  section.news .heading{
    margin-bottom: 2em;
  }
  section.news .container .item{
    width: 100%;
    height: 680px;
    margin-bottom: 2em;
  }
}

/*--------------------------------------------------------------------*/

section.gallery{
  margin: 200px 0 100px 0;
}
section.gallery .heading{
  padding-bottom: 50px;
}
section.gallery .container{
  background-image: url("../img/gallery_bg.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
  width: 100%;
}
section.gallery .bodying{
  width: 100%;
  max-width: 100%;
  height: 815px;
  background-image: url("../img/gallery_characters.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
  position: relative;
}
section.gallery .bodying .item{
  display: block;
  position: absolute;
  cursor: pointer;
  /*background-color: rgba(255,0,0,.3);*/
}
@media screen and (max-width: 1200px){
  section.gallery{
    margin: 40px 0 30px 0;
  }
  section.gallery .heading{
    padding-bottom: 30px;
  }
  section.gallery .container{
    
  }
  section.gallery .bodying{
    width: 100%;
    max-width: 100%;
    height: 830px;
    background-image: url("../img/gallery_characters@2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
  }
}
@media screen and (max-width: 520px){
  section.gallery .bodying{
    width: 313px;
    height: 830px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 313px){
  section.gallery .bodying{
    width: 100%;
  }
}

/*--------------------------------------------------------------------*/

section.gallery .bodying .item.i1{
  width: 17.5%;
  height: 54.233%;
  top: 0;
  left: 4.333%;
  z-index: 13;
}
section.gallery .bodying .item.i2{
  width: 16.333%;
  height: 50.306%;
  top: 2.453;
  left: 21.75%;
  z-index: 12;
}
section.gallery .bodying .item.i3{
  width: 14.583%;
  height: 55.337%;
  top: 0;
  left: 36.333%;
  z-index: 11;
}
section.gallery .bodying .item.i4{
  width: 17.166%;
  height: 53.128%;
  top: 1.226%;
  left: 47.083%;
  z-index: 10;
}
section.gallery .bodying .item.i5{
  width: 18%;
  height: 51.411%;
  top: 1.963%;
  left: 64.083%;
  z-index: 9;
}
section.gallery .bodying .item.i6{
  width: 16.333%;
  height: 51.411%;
  top: 2.944%;
  left: 77.25%;
  z-index: 8;
}
section.gallery .bodying .item.i7{
  width: 13.75%;
  height: 54.478%;
  top: 45.276%;
  left: 0%;
  z-index: 70;
}
section.gallery .bodying .item.i8{
  width: 14.416%;
  height: 49.570%;
  top: 44.417%;
  left: 11.833%;
  z-index: 60;
}
section.gallery .bodying .item.i9{
  width: 12.5%;
  height: 54.846%;
  top: 45.276%;
  left: 26.083%;
  z-index: 50;
}
section.gallery .bodying .item.i10{
  width: 18.416%;
  height: 51.411%;
  top: 45.276%;
  left: 39.333%;
  z-index: 30;
}
section.gallery .bodying .item.i11{
  width: 14.916%;
  height: 51.165%;
  top: 43.680%;
  left: 50.5%;
  z-index: 40;
}
section.gallery .bodying .item.i12{
  width: 19.25%;
  height: 51.411%;
  top: 44.539%;
  left: 60.5%;
  z-index: 20;
}
section.gallery .bodying .item.i13{
  width: 21.666%;
  height: 51.411%;
  top: 45.276%;
  left: 78.5%;
  z-index: 10;
}
@media screen and (max-width: 520px){
  section.gallery .bodying .item.i1{
    width: 30.351%;
    height: 24.216%;
    top: 0;
    left: 2.236%;
    z-index: 1;
  }
  section.gallery .bodying .item.i2{
    width: 28.434%;
    height: 22.409%;
    top: 0.963%;
    left: 39.616%;
    z-index: 2;
  }
  section.gallery .bodying .item.i3{
    width: 25.239%;
    height: 24.578%;
    top: 0;
    left: 74.440%;
    z-index: 3;
  }
  section.gallery .bodying .item.i4{
    width: 29.712%;
    height: 23.614%;
    top: 20.240%;
    left: 0%;
    z-index: 4;
  }
  section.gallery .bodying .item.i5{
    width: 31.309%;
    height: 22.891%;
    top: 20.602%;
    left: 36.421%;
    z-index: 5;
  }
  section.gallery .bodying .item.i6{
    width: 28.434%;
    height: 22.891%;
    top: 20.963%;
    left: 69.968%;
    z-index: 6;
  }
  section.gallery .bodying .item.i7{
    width: 23.961%;
    height: 24.216%;
    top: 40.361%;
    left: 5.750%;
    z-index: 7;
  }
  section.gallery .bodying .item.i8{
    width: 24.920%;
    height: 22.048%;
    top: 40%;
    left: 38.658%;
    z-index: 8;
  }
  section.gallery .bodying .item.i9{
    width: 21.725%;
    height: 24.337%;
    top: 40.361%;
    left: 76.038%;
    z-index: 9;
  }
  section.gallery .bodying .item.i10{
    width: 31.948%;
    height: 22.891%;
    top: 60.361%;
    left: 7.348%;
    z-index: 10;
  }
  section.gallery .bodying .item.i11{
    width: 25.878%;
    height: 22.771%;
    top: 59.759%;
    left: 38.658%;
    z-index: 11;
  }
  section.gallery .bodying .item.i12{
    width: 33.546%;
    height: 22.891%;
    top: 59.759%;
    left: 65.175%;
    z-index: 12;
  }
  section.gallery .bodying .item.i13{
    width: 37.699%;
    height: 22.891%;
    top: 76.987%;
    left: 30.351%;
    z-index: 13;
  }
}
/*--------------------------------------------------------------------*/

section.faq{
  padding: 0 0 100px 0;
}
section.faq .common_index{
  margin-bottom: 3em;
}
section.faq .bodying .item{
  margin-bottom: 1em;
}
section.faq .bodying dt .q{
  padding: 1em 1em 1em 2.5em;
  background-image: url("../img/icon_cross_3.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 1.5em;
  cursor: pointer;
  border-bottom: 1px dashed rgba(145,145,145,.5);
}
section.faq .bodying dd{
  display: none;
}
section.faq .bodying .item:first-of-type dd{
  display: block;
}
section.faq .bodying dd .text{
  padding: 1em 1em 2em 1em;
  line-height: 1.75;
}
section.faq .bodying dd .text a{
  text-decoration: underline;
}
@media screen and (min-width: 521px){

}
@media screen and (max-width: 520px){
  section.faq{
    padding: 50px 6vw;
    font-size: 1.3rem;
  }
  section.faq .bodying dt .q{
    
  }
}

/*--------------------------------------------------------------------*/

section.hero .characters::before,
section.gallery .bodying .item::before,
.fancybox-content::before{
  content: url("../img/common/guard.svg");
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

section.hero .characters img,
.fancybox-content img{
  pointer-events: none;
}









