*,*::before,*::after{box-sizing:border-box}
body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}
ul[role="list"],ol[role="list"]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

body,a,p,h1,h2,h3,h4{
  font-family: meno-banner, serif;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.8;
}
body{
  position: relative;
  -webkit-overflow-scrolling: touch;
  background: #d6bab6;
}
ul{
  padding: 0;
}
li{
  list-style: none;
}
img{
  width: 100%;
}

.pc{
  display: block;
}
.sp{
  display: none;
}

.fade{
  animation: fade;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.slidein{
  opacity: 0;
}
.slidein.active {
  animation: slidein;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slidein{
  0% {
    transform: translateY(120px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%{
    opacity: 0.8;
  }
  100%{
    opacity: 1;
  }
}

.flex-box{
  display: flex;
  align-items: center;
}

header{
  position: relative;
  margin-bottom: 6%;
}
header .mv{
  width: 92%;
  margin: auto;
  padding: 3.5% 0;
}
header .title{
  position: absolute;
  bottom: -2.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 52.5%;
}
header .logo{
  position: absolute;
  top: 7.5%;
  right: 5.5%;
  width: 8%;
}

.item-area{
  position: relative;
}
.item-area .flex-box{
  justify-content: center;
}
.item-area .photo{
  margin-bottom: 12px;
}
.item-area .text{
  width: 100%;
  text-align: center;
}
.item-area .text .box{
  display: inline-block;
}
.item-area .item, .item-area .price{
  display: inline-block;
  color: #fff;
  line-height: 1.4;
}
.item-area .item{
  padding-right: 0.5em;
  font-size: 2.2vw;
  letter-spacing: 0.1rem;
}
.item-area .price{
  font-size: 1.6vw;
  font-family: yu-mincho-pr6n, sans-serif;
}
.item-area .other .item{
  font-size: 1.2vw;
}
.item-area .other .price{
  font-size: 1.2vw;
}
.item-area .line{
  display: block;
  width: 2.5em;
  height: 1px;
  margin-top: 1em;
  margin-bottom: 1em ;
  background: #fff;
}

.sec{
  position: relative;
  margin-bottom: 10%;
}

#sec01{
  padding-top: 4%;
}
#sec01::after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 20%;
  left: 0;
  background: #fff;
  z-index: -1;
}
#sec01::before{
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  position: absolute;
  top: 0;
  right: 15%;
  background: #fff;
  z-index: -1;
}
#sec02::after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 48%;
  left: 0;
  background: #fff;
  z-index: -1;
}
#sec03{
  margin-bottom: 2%;
  padding-bottom: 12%;
}
#sec03::after{
  content: "";
  display: block;
  width: 1px;
  height: 59%;
  position: absolute;
  bottom: 0;
  left: 18%;
  background: #fff;
  z-index: 2;
}
#sec04{
  margin-bottom: 0;
  padding-bottom: 20%;
}
#sec04::before{
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  position: absolute;
  top: 24%;
  right: 0;
  background: #fff;
  z-index: -1;
}
#sec04::after{
  content: "";
  display: block;
  width: 1px;
  height: 62%;
  position: absolute;
  bottom: 0;
  left: 18%;
  background: #fff;
  z-index: -1;
}
#sec05{
  align-items: flex-start;
  justify-content: center;
}
#sec06{
  margin-bottom: 16%;
}
#sec06::after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 38%;
  left: 0;
  background: #fff;
  z-index: -1;
}
#sec07{
  align-items: flex-start;
  margin-bottom: 0;
}
#sec07::after{
  content: "";
  display: block;
  width: 1px;
  height: 76%;
  position: absolute;
  bottom: 0;
  right: 26%;
  background: #fff;
  z-index: -1;
}
#sec08{
  align-items: flex-start;
  margin-bottom: 6%;
}
#sec09{
  margin-bottom: 6%;
}
#sec10::before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 24%;
  left: 0%;
  background: #fff;
  z-index: -1;
}
#sec10::after{
  content: "";
  display: block;
  width: 1px;
  height: 106%;
  position: absolute;
  top: 0;
  right: 25%;
  background: #fff;
  z-index: -1;
}
#sec08::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 16%;
  left: 0;
  background: #fff;
  z-index: -1;
}

#item01 .text a, #item05 .text.other a, #item06 .text a, #item07 .text a, #item08 .text a, #item09 .text.other a, #item10 .text a, #item11 .text.other a{
  margin-bottom: 6px;
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
  box-sizing: border-box;
}
#item04 .text a, #item12 .text a, #item13 .text.other a{
 margin-bottom: 6px;
 padding-bottom: 1px;
 border-bottom: 1px solid transparent;
 box-sizing: border-box;
}
#item01 .text a:hover, #item05 .text.other a:hover, #item06 .text a:hover, #item07 .text a:hover, #item08 .text a:hover, #item09 .text.other a:hover, #item10 .text a:hover, #item11 .text.other a:hover{
  border-bottom: 1px solid #fff;
  transition: 0.6s;
}
#item04 .text a:hover,#item12 .text a:hover, #item13 .text.other a:hover{
  border-bottom: 1px solid #fff;
  transition: 0.6s;
}

#item02 .text p, #item03 .text p, #item04 .text.main p, #item05 .text.main p, #item09 .text.main p, #item11 .text.main p, #item13 .text.main p, #item14 .text p, #item15 .text p{
  border-bottom: 1px solid transparent;
  box-sizing: border-box;
}
#item02 .text a:hover p, #item03 .text a:hover p, #item04 .text.main a:hover p, #item05 .text.main a:hover p, #item09 .text.main a:hover p, #item11 .text.main a:hover p{
  border-bottom: 1px solid #fff;
}
#item13 .text.main a:hover p, #item14 .text a:hover p, #item15 .text a:hover p{
  border-bottom: 1px solid #fff;
}
#item02 .item, #item03 .item, #item04 .item.main, #item05 .item, #item09 .main .item, #item11 .main .item, #item13 .main .item, #item14 .item, #item15 .item{
  display: block;
  padding-right: 0;
}
#item02 .price, #item03 .price, #item04 .price, #item05 .price, #item09 .price, #item11 .price, #item13 .main .price, #item14 .price, #item15 .price{
  display: inline-block;
}

#item01{
  width: 40%;
  margin-left: 10%;
}
#item02{
  width: 25%;
  margin-top: 33rem;
  margin-left: 12%;
}
#item02 .text{
  margin-left: -5%;
}
#item03{
  position: relative;
  width: 35%;
  margin-bottom: 14%;
  margin-left: 23%;
}
#item03 .text-area{
  position: absolute;
  bottom: 6rem;
  right: -15rem;
}
#item04{
  align-items: flex-start;
}
#item04 .photo{
  position: relative;
  width: 39%;
  margin-left: 16%;
}
#item04 .text-area{
  margin-top: 6%;
  margin-left: 6%;
}
#item04 .text.main .item{
  display: block;
}
#item04 .text, #item04 .price{
  text-align: left;
}
#item05{
  align-items: flex-end;
  justify-content: flex-end;
  margin: -14% 22% 0 auto;
}
#item05 .photo{
  position: relative;
  width: 28%;
  margin-bottom: 0;
}
#item05 .text-area{
  margin-top: 6%;
  margin-right: 2%;
}
#item05 .text, #item05 .price{
  text-align: right;
}
#item05 .other .item{
  padding-right: 0.5em;
}
#item05 .line{
  margin-right: 0;
  margin-left: auto;
}
#item06 .photo{
  position: relative;
  width: 39%;
  margin-left: 18%;
  padding-top: 3%;
}
#item06 .title01{
  position: absolute;
  top: 0;
  left: 12%;
  width: 39%;
}
#item06 .title02{
  position: absolute;
  bottom: -4%;
  right: 28.5%;
  width: 33%;
}
#item06 .text-area{
  position: absolute;
  bottom: 27%;
  left: 55.5%;
}
#item06 .line{
  margin: 1em auto;
}
#item07, #item08{
  width: 35%;
}
#item07{
  margin-right: 3%;
}
#item07 .line{
  margin: 1em auto;
}
#item09 .photo{
  width: 39%;
  margin-left: 23%;
}
#item09 .title01{
  position: absolute;
  top: 0;
  right: 21%;
  width: 27%;
}
#item09 .text-area{
  position: absolute;
  bottom: 10%;
  left: 57.75%;
}
#item09 .text{
  bottom: 9%;
  right: 29.5%;
  text-align: left;
}
#item09 .text.other a{
  justify-content: left;
}
#item10{
  width: 31%;
  margin-top: 34%;
  margin-left: 12%;
}
#item10 .line{
  margin: 1em auto;
}
#item11{
  width: 39%;
  margin-left: 3%;
}
#item11 .title01{
  position: absolute;
  top: -3.5%;
  right: -3.5%;
  width: 50%;
}
#item11 .line{
  margin: 1em auto;
}
#item11 .text-area{
  position: absolute;
  top: 10%;
  left: -18%;
}
#item12{
  width: 35%;
  margin-top: 20%;
  margin-left: 12%;
}
#item12 .line{
  margin: 1em auto;
}
#item13{
  width: 35%;
  margin-left: 3%;
}
#item13 .line{
  margin: 1em auto;
}
#item14{
  width: 29%;
  margin: auto;
}
#item14 .text{
  position: absolute;
  left: 61%;
  bottom: 12%;
}
#item15{
  width: 39%;
  margin: auto;
  padding-top: 60px;
}
#item15 .text-area{
  position: absolute;
  top: 33%;
  left: -22%;
}


.credit{
  margin: 60px auto;
}
.credit .title{
  margin-bottom: 1%;
  font-size: 1.5rem;
  letter-spacing: 0.6rem;
}
.credit p{
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 2;
}

.viewmore{
  width: 16%;
  margin: 0 auto 6%;
}
.viewmore a{
  transition: 0.6s ease-in-out;
}
.viewmore a:hover{
  opacity: 0.6;
  transition: 0.6s ease-in-out;
}

#pagetop{
  position: fixed;
  right: 5%;
  bottom: 20px;
  width: 35px;
  display: block;
  z-index: 99;
}

.end-block {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 10%;
}
.end-block .f-logo {
  width: 180px;
  margin: 0 auto 4% auto;
}
.end-block .f-btn-box {
  width: 50%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 0% auto;
}
.end-block .f-btn-box li {
  width: 50%;
  text-align: center;
}
.end-block .f-btn-box li a{
  text-decoration: none;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  border-bottom: 1px solid #fff;
  padding: 0 0 2% 0;
  transition: .3s;
}
.end-block .f-btn-box li a:hover {
  opacity: 0.6;
  transition: .3s;
}

.footer {
  letter-spacing: 0.3em;
  position: relative;
  text-align: center;
  padding: 0 0 30px 0;
}
.footer_sns {
  margin: 26px 0 0;
}
.footer_snsNode {
  display: inline-block;
  margin: 0 10px;
  width: 30px;
}
.f-ow {
  width: 120px;
  margin: 25px auto 0 auto;
}
.footer_copyright {
  font-family: "Helvetica",serif;
  font-size: 10px;
  letter-spacing: 0.02em;
  margin: 34px 0 0;
}

@media screen and (min-width:767px) and (max-width:1032px){
  .sec .number{
    font-size: 11rem;
  }
}
@media screen and (max-width:766px){
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .flex-box{
    flex-direction: column;
  }

  .fade-out{
    animation: fade-out;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.6s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
  @keyframes fade-out{
    0%{
      opacity: 1;
    }
    100%{
      opacity: 0;
    }
  }

  header{
    margin-bottom: 0;
  }
  header .mv{
    width: 100%;
    padding: 0;
  }
  header .mask{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: #d6bab6;
    z-index: 1;
  }
  header .logo{
    width: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  header .logo.fade-out{
    animation-duration: 0.8s;
  }

  .item-area .item{
    font-size: 1.3rem;
  }
  .item-area .price{
    font-size: 1.1rem;
  }
  .item-area .other .item{
    font-size: 0.8rem;
  }
  .item-area .other .price{
    font-size: 0.9rem;
  }

  #sec01{
    padding-top: 16%;
  }
  #sec01::before{
    height: 110%;
    right: 9%;
  }
  #sec01::after{
    display: none;
  }
  #sec02::after{
    top: 34%;
  }
  #sec03::after{
    left: 9%;
    height: 70%;
    z-index: -1;
  }
  #sec05{
    margin-bottom: 22%;
  }
  #sec04::after{
    left: 9%;
  }
  #sec06{
    margin-bottom: 24%;
    padding-top: 20%;
  }
  #sec07{
    flex-direction: column-reverse;
  }
  #sec07::after{
    right: 18%;
    height: 30%;
  }
  #sec08{
    flex-direction: column-reverse;
    margin-bottom: 14%;
  }
  #sec08::after{
    display: none;
  }
  #sec10::before{
    top: 5%;
  }
  #sec10::after{
    right: 9%;
    height: 50%;
  }

  #item01{
    width: 100%;
    margin-left: 0;
    padding-bottom: 12%;
  }
  #item01 .text{
    text-align: left;
    padding-left: 9%;
  }
  #item01 .text a.flex-box{
    align-items: flex-start;
  }
  #item01::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: -1;
  }
  #item02{
    width: 58%;
    margin: 6% auto 10%;
  }
  #item03{
    width: 82%;
    margin: 0 auto 20%;
  }
  #item03 .text-area{
    position: static;
  }
  #sec04::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 24%;
    left: 0;
    background: #fff;
    z-index: -1;
  }
  #item04 .photo{
    width: 100%;
    margin: auto;
  }
  #item04 .text-area{
    margin-top: 12px;
    margin-left: 16%;
  }
  #item04{
    margin-bottom: 18%;
  }
  #item04 .text{
    line-height: 1.4;
  }
  #item04 .item{
    display: block;
  }
  #item04 .other .flex-box{
    flex-direction: row;
    margin-bottom: 0;
  }
  #item05{
    flex-direction: column-reverse;
    width: 75%;
    margin: 0 9% 0 auto;
    padding-bottom: 12%;
  }
  #item05 .photo{
    width: 100%;
  }
  #item05 .text{
    line-height: 1.4;
  }
  #item05 .text.other a{
   flex-direction: row;
   margin-bottom: 0;
  }
  #item06 .photo{
    width: 88%;
    margin: 0 auto 0 0;
    padding-top: 6%;
  }
  #item06 .title01{
    width: 82%;
    left: 3%;
  }
  #item06 .title02{
    width: 65%;
    right: 6%;
    bottom: 19%;
  }
  #item06 .text-area{
    position: static;
    bottom: auto;
    left: auto;
    padding-top: 12%;
  }
  #item06 .text.other a{
   flex-direction: row;
  }
  #item07{
    width: 86%;
    margin: 0 auto 18%;
  }
  #item07 .item{
    display: block;
  }
  #item07 .text.other a{
   flex-direction: row;
  }
  #item08{
    width: 86%;
    margin: 0 auto 18%;
  }
  #item08 .item{
    display: block;
  }
  #item09 .photo{
    width: 86%;
    margin: 0 auto 12px;
  }
  #item09 .title01 {
    position: absolute;
    top: -20%;
    right: auto;
    width: 58%;
    left: 7%;
  }
  #item09 .text-area {
    position: static;
    bottom: auto;
    right: auto;
    margin-left: 7%;
  }
  #item09 .text.other a{
   flex-direction: row;
  }
  #item10{
    width: 90%;
    margin: 0 auto 0 0;
    padding-bottom: 12%;
  }
  #item10 .text-area{
    margin-left: 9%;
  }
  #item10 .text{
    text-align: left;
    line-height: 1.4;
  }
  #item10 .item{
    display: block;
  }
  #item10 .line{
    margin-left: 0;
  }
  #item10 .text.other a{
   flex-direction: row;
   margin-bottom: 0;
  }
  #item11{
    width: 86%;
    margin: 0 auto 12%;
  }
  #item11 .text-area{
    position: static;
  }
  #item11 .text.other a{
   flex-direction: row;
  }
  #item12{
    width: 88%;
    margin: 0 auto 0 0;
  }
  #item12 .text{
    text-align: left;
    margin-left: 9%;
    line-height: 1.4;
  }
  #item12 .text.other a{
   flex-direction: row;
   margin-bottom: 0;
  }
  #item12 .item{
    display: block;
  }
  #item12 .line{
    margin-left: 9%;
  }
  #item13{
    width: 100%;
    margin: 0 auto 18%;
  }
  #item13 .photo{
    width: 86%;
    margin: 0 6% 12px auto;
  }
  #item13::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 12%;
    left: 0;
    background: #fff;
    z-index: -1;
  }
  #item13 .text{
    line-height: 1.4;
  }
  #item13 .text.other a{
   flex-direction: row;
   margin-bottom: 0;
  }
  #item14{
    width: 60%;
  }
  #item14 .text{
    position: static;
    margin-top: 12px;
  }
  #item15{
    width: 100%;
    margin-bottom: 24%;
    padding-top: 24%;
  }
  #item15 .text-area{
    position: static;
  }

  .credit{
    margin: 16% auto 10%;
  }

  .viewmore{
    width: 60%;
    margin-bottom: 16%;
  }

  #pagetop{
    right: 0;
    bottom: -1px;
  }

  .end-block .f-logo{
    width: 40vw;
    margin-bottom: 6%;
  }
  .end-block .f-btn-box{
    flex-direction: column;
    margin-bottom: 20%;
  }
  .end-block .f-btn-box li{
    width: 100%;
    margin-bottom: 16%;
    text-align: center;
  }
  .end-block .f-btn-box li a{
    font-size: 1.4rem;
  }

}
