@charset "UTF-8";

#mv{
  position: relative;
  color: #fff;
}
#mv .img{
  position: relative;
}
#mv .img span{
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  text-align: right;
}
#mv .tit{
  text-align: center;
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: clamp(22px, 4vw, 46px);
  line-height: 1;
  font-family: 'EB Garamond', serif;
  font-weight: 300;
}
#mv .tit span{
  display: block;
  font-size: clamp(11px, 2vw, 22px);
  font-family: "Noto Serif JP", serif;
  margin-top: 2%;
}
#mv .txt-box{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 300;
  position: absolute;
  bottom: 3%;
  left: 0;
  letter-spacing: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#mv .txt-box .midashi{
  font-size: clamp(16px, 3vw, 36px);
  line-height: 2;
  margin-left: 20%;
}
#mv .txt-box .txt{
  font-size: clamp(11px, 2vw, 26px);
  line-height: 2;
}
@media screen and (max-width: 930px) {
  #mv{
    margin-top: 62px;
  }
  #mv .tit span{
    margin-top: 4%;
  }
  #mv .txt-box{
    position: relative;
    bottom: initial;
    margin: 5% 0;
    color: #4C4948;
  }
  #mv .txt-box .midashi{
    font-size: clamp(16px, 3vw, 36px);
    line-height: 1.6;
    margin-left: 8%;
  }
  #mv .txt-box .txt{
    font-size: clamp(11px, 2vw, 26px);
    line-height: 2;
  }
}

.conts{
  padding: 120px 0;
  background-color: #F5F3F0;
}
.conts .img-box{
  position: relative;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.conts .img{
  max-width: 900px;
  width: 90%;
  margin: -10% auto 0;
}
.conts .txt{
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
  width: 250px;
  padding: 70px 0 60px;
  position: relative;
  z-index: 1;
}
.conts .txt strong{
  display: block;
  font-weight: 300;
  font-size: clamp(18px, 4vw, 54px);
  line-height: 1;
}
.conts .txt strong span{
  font-size: clamp(12px, 3vw, 32px);
}
.conts .txt > span{
  display: block;
  font-size: clamp(10px, 2vw, 23px);
  margin-top: 40px;
}
.conts a{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #727171;
  color: #fff;
  max-width: 600px;
  width: 90%;
  margin: 50px auto 0;
  text-align: center;
  padding: 20px 5px;
  font-size: 24px;
  line-height: 1;
  box-sizing: border-box;
  transition: .3s;
}
.conts a:hover{
  opacity: .7;
}
.conts a:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 15px 0px 15px 12px;
  margin-left: 10px;
  display: inline-block;
}
@media screen and (max-width: 930px) {
  .conts{
    padding: 20px 0 40px;
    background-color: #F5F3F0;
  }
  .conts .img{
    width: 100%;
    margin: -10% auto 0;
  }
  .conts .txt{
    width: 28%;
    padding: 7% 0 6%;
    margin-left: 5%;
  }
  .conts .txt > span{
    margin-top: 10%;
  }
.conts a{
  max-width: 400px;
  width: 90%;
  margin: 20px auto 0;
  padding: 15px 5px;
  font-size: 14px;
}
.conts a:after{
  border-width: 10px 0px 10px 8px;
}
}