reset style
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Belleza&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");


.ftCg {font-family: 'Cormorant Garamond', serif;}

.head01{
  font-family: "Shippori Mincho B1", serif;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 500;
  margin-bottom: 120px;
}

.gallery{
  padding: 115px 0 150px;
}

.gallery .inner{
  position: relative;
}

.gallery .inner .bgText{
  position: absolute;
  writing-mode: vertical-lr;
  content: "";
  color: rgba(0,42,95,0.06);
  font-family: 'Cormorant Garamond', serif;
  font-size: 120px;
  font-size: 12rem;
  line-height: 1;
  right: -50px;
  top: 0;
  z-index: -1;
}

.gallery .flexBox{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.gallery .flexBox li{
  width: 47.5%;
}

.gallery .flexBox li:nth-of-type(2){
  margin-top: 10%;
}

.gallery .flexBox li .img{
  margin-bottom: 20%;
}

.gallery .flexBox li .img:last-child{
  margin-bottom: 0;
}

@media screen and (max-width: 834px){
.gallery {
    padding: 40px 0 50px;
}

.gallery .inner .bgText {
    font-size: 3rem;
    right: -15px;
}

.gallery .flexBox .img {
    margin: 0 0 5%;
    width: 100%;
}

.gallery .flexBox li {
    width: 48%;
}

.gallery .flexBox li .img {
    margin-bottom: 25px;
}
}
