/*
----------共通----------*/

@import url('https://fonts.googleapis.com/css?family=Bitter:700|Taviraj:200,400|Petit+Formal+Script&display=swap');
body {
  margin: 0;
  color: #373C38;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho', serif;
}
a {
  text-decoration: none;
  color: #373C38; 
}
p    { 
  margin: 0;
  color: #373C38;
  overflow: visible;
}
ul { margin: 0; padding: 0; }
li {
  list-style-type: none;
  color: #373C38; 
}
dt,dd {
  margin: 0;
  font-size: 13px;
  color: #787878;
}
dt {
  font-style: italic;
}
.wrapper {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
}
.wrapper.active {
}
#mainTitle {
  font-size: 48px;
  z-index: 101;
  position: fixed;
  top: 60px;
  left: 25px;
  font-family: 'Petit Formal Script';
  font-weight: 400;
  letter-spacing: 10;
}
#mainTitle p {
  padding: 0 10px;
}
.globalMenu {
  position: fixed;
  bottom: 50px;
  right: 40px;
  z-index: 100;
}
.globalMenu li {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1.5;
  font-family: 'Taviraj';
  font-weight: 200;
}
img {
  display: block;
  width: 100%;
}
.bcd {
  width: 120px;
  top: 20px;
  right: 20px;
  position: fixed;
  z-index: 10;
}
.detailText {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.detailText p {
  font-family: 'Bitter';
  color: #fff;
  font-size: 22px;
}
.lazy {
  opacity: 0;
}
.lazy.active {
  opacity: 1;
  transition-duration: 2s;
}
.popup .inner .img {

}
.popup .lazy {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 80%;
  max-height: 90%;
  width: unset;
}
.popup {
  display:none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%!important;
  height: 100%;
  background: rgba(0,0,0,0.45);
  z-index: 999;
}
.isSP{
  display: none;
}
.isPC {
  display: block;
}
h3 {
  font-family: 'Petit Formal Script';
}
@media screen and (max-width: 800px) {
  .wrapper {
    width: 90%;
  }
  #mainTitle {
    font-size: 2.2rem;
    top: 10px;
    left: 5px;
  }
  .bcd {
    width: 90px;
    transform: rotate(90deg);
    right: -25px;
    top: 50%;
    bottom: 50%;
  }
  .globalMenu {
    transform: rotate(-90deg);
    top: 50%;
    bottom: 50%;
    left: -155px;
    right: unset;
  }
  .globalMenu ul {
    display: flex;
    flex-direction: row-reverse;
  }
  .globalMenu li {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: 1.5;
    padding: 0 20px;
  }
  .detailText {
    top: unset;  
    left: 15%;
    bottom: 6%;
    transform: none;
    z-index: 999;
    width: 33%;
    word-break: break-all;
  }
  .detailText p {
    font-size: 18px;
    color: #373C38;
    line-height: 1.5;
  }
  .isSP{
    display: block;
  }
  .isPC {
    display: none;
  }
}


/*
----------top----------*/

.wrapper.top {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mainContents.top {
  padding: 0 120px;
}

.mainContents.top .imgArea {
}

.mainContents.top .imgArea .img {

}
.mainContents.top .imgArea .img.active {

}

@media screen and (max-width: 800px) {
  
  .mainContents.top {
    padding: 0;
  }
  
}


/*
----------gallery----------*/

.wrapper.gallery {
  margin: 0 auto;
  overflow: hidden;
}

.mainContents.gallery {
  padding: 60px 120px;
}
.mainContents.gallery .contents {
  margin: 0 auto;
}

.wrapper.gallery .imgArea {
  margin: 10px 10px 20px;
  overflow: hidden;
}
.wrapper.gallery .imgArea img {
  max-width: 250px;
}


@media screen and (max-width: 800px) {
  
  .mainContents.gallery {
    padding: 60px 0;
  }
  .wrapper.gallery .imgArea img {
    max-width: unset;
  }
  .wrapper.gallery .imgArea {
    margin: 0 8% 15%;
  }
  
}


/*
----------about----------*/

.wrapper.about {
  margin: 0 auto;
  overflow: hidden;
}
.mainContents.about {
  padding: 60px 120px;
}
.mainContents.about .contents {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.mainContents.about .contents dl {
  display: flex;
}
.mainContents.about .contents dl dt {
  width: 30%;
  display: inline;
}

@media screen and (max-width: 800px) {
  
  .mainContents.about {
    padding: 60px 0;
  }
  .mainContents.about .contents dl {
    display: block;
  }
  
}


/*
----------contact----------*/

.wrapper.contact {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mainContents.contact {
  padding: 0 120px;
}


@media screen and (max-width: 800px) {
  
  .mainContents.contact {
    padding: 0;
  }
  
}