@charset "UTF-8";



/*************/

.serif{
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.mono{
  position: relative;
}
.mono hr{
  border: none;
}
.mono li{
  list-style: none;
}
.mono figure,
.mono dl,
.mono ul,
.mono span,.mono a, .mono em,
.mono div,.mono p,
.mono h1,.mono h2,.mono h3,.mono h4,.mono h5,
.mono li,
.mono th,.mono td,.mono dd,.mono dt,
.mono address{
  padding: 0;
  margin: 0;
  font-size: clamp(14px, 2vw, 16px);
  letter-spacing: 1px;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  color: #7e6551;
}
.t-bold,
.mono h1,.mono h2,.mono h3,.mono h4,.mono h5{
  font-weight: bold;
  letter-spacing: 2px;
}
.mono .t-kakomi{
  padding: 4px 6px;
  background: #111;
  color: #fff;
  margin-right: 10px;
  display: inline-block;
}
.mono .t-kakomi-w{
  padding: 6px 24px;
  background: #fff;
  color: #111;
  border-radius: 30px;
  border: solid 2px #111;
}

.mono a{
  text-decoration: none;
  display: flex;
  align-items: center;
  line-height: 1;
}
.mono button{
  border: none;
  padding: 0;
  line-height: 1;
  background: none;
}


.mono table{
  border-collapse: collapse;
}
.mono .ph{
  line-height: 0;
  position: relative;
}
.mono .ph.tx{
  line-height: 1.5;
}

.ph img{
  width: 100%;
  height: auto;
}
.mono .t-bold{
  font-weight: bold;
}
.mono .t-narrow{
  font-weight: 200;
}
body{
  padding: 0;
  margin: 0;
}

body.mono,
html{
  margin: 0;
  width: 100%;
  height: auto;
  overflow-x: hidden;
}
div.mono{
  overflow: hidden;
  position: relative;
  /*z-index: 1;
  background: #fff;*/
}


.mono .t-en a,
.mono .t-en span,
.mono .t-en{
    font-family: "BLG Hudson";
    src: url("https://db.onlinewebfonts.com/t/e8a606886896d2d9ff493d48237abe1c.eot");
    src: url("https://db.onlinewebfonts.com/t/e8a606886896d2d9ff493d48237abe1c.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/e8a606886896d2d9ff493d48237abe1c.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/e8a606886896d2d9ff493d48237abe1c.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/e8a606886896d2d9ff493d48237abe1c.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/e8a606886896d2d9ff493d48237abe1c.svg#BLG Hudson")format("svg");
}


.mono .pc{
  display: block;
}
.mono .sp{
  display: none !important;
}

.ph,
.ph a,
.ph img{
  line-height: 0;
}
.ph img{
  width: 100%;
}

.mono .t-bold{
  font-weight: bold;
}
.mono .t-center{
  text-align: center;
}
.mono .mt-6{
  margin-top: 6px;
}
.mono .mt-10{
  margin-top: 10px;
}
.mono .mt-16{
  margin-top: 16px;
}
.mono .mt-24{
  margin-top: 24px;
}
.mono .mt-32{
  margin-top: 32px;
}
.mono .mt-40{
  margin-top: 40px;
}
.mono .mb-16{
  margin-bottom: 16px;
}
.mono .mb-24{
  margin-bottom: 24px;
}
.mono .mb-32{
  margin-bottom: 32px;
}
.mono .mb-40{
  margin-bottom: 40px;
}



.c-flex{
  display:flex;
  align-items:  stretch;
}
.c-flex.rap{
  flex-wrap: wrap;
}
.c-flex.v-center{
  align-items:  center;
}
.c-flex.c-center{
  justify-content: center;
}
.c-flex.re{
  flex-direction: row-reverse;
}
.mono .c-flex.space-between{
  justify-content: space-between;
}
.c-flex.c-between{
  justify-content: space-between
}
.c-flex.c-center.grow1 li{
   flex: 1;
}

.mono .c-white{
  color: #fff;
}




table.normal th,
table.normal td{
  padding: 8px 8px;
  border:solid 1px #999999;
  font-weight: normal;
}
table .t-center th,
table .t-center td,
table .t-center{
  text-align: center;
}






.mono article{
  position: relative;
  z-index: 1;
}

.bg-mono span,
.bg-mono a{
  color: #fff;
}
.mono .bg-bl{
  background: #101111;
  color: #fff;
}
.bg-w{
  background: #fff;
}
.bg-w20{
  background: #f7f6ed;
}
.bg-braun{
  background: #41382e;
}
.bg-red{
  background: #9b0d0d;
}

.mono .c-red{
  color: #9b0d0d;
}
.bg-redn .title,
.bg-redn p,
.bg-redn a,
.bg-redn th,
.bg-redn td,
.bg-redn li,
.bg-redn span,
.bg-redn small,
.bg-redn em,
.bg-braun .title,
.bg-braun p,
.bg-braun a,
.bg-braun th,
.bg-braun td,
.bg-braun li,
.bg-braun span,
.bg-braun small,
.bg-braun em{
  color: #f7f6ed;
}

.bg span,
.bg li,
.bg a,
.bg p,
.bg div,
.bg h1,
.bg h2,
.bg h3,
.bg h4,
.bg h5,
.bg-black span,
.bg-black li,
.bg-black a,
.bg-black p,
.bg-black div,
.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5{
  color: #fff;
}

.mono .c-braun{
  color: #41382e;
}


.mono .before:before,
.mono .after:after{
  content: '';
  display: block;
}


.mono .d-none{
  display: none !important;
}


.mono .m-auto{
  margin-left: auto;
  margin-right: auto;
  display: table;
}












@media screen and (max-width: 1179px) {

}
@media screen and (max-width: 1023px) {

}
@media screen and (max-width: 767px) {

  .mono .pc{
    display: none !important;
  }
  .mono .sp{
    display: block !important;
  }
  .mono .title-large.t-en{
    font-size: 32px;
    margin-bottom: 40px;
  }

  .no-thumbs .bg-bl .no {
    top: 0;
  }



}
@media screen and (max-width: 460px) {

}

