/*	lower css
============================== */
/*	header  */
.low header {
  background-color: #fff;
}
@media all and (min-width: 768px) {
  .low header {
    padding: 1em 0;
  }
}
/*	menu  */
.menu .container {
  display: flex;
  font-family: toppan-bunkyu-mincho-pr6n, serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  justify-content: space-around;
}
.menu .container .item {
  flex-grow: 2;
}
.menu .container .item span.j {
  letter-spacing: 0.1em;
  padding-top: 1em;
  display: block;
}
.menu .container .item a {
  display: block;
  width: 100%;
}
@media all and (min-width: 768px) {
  .menu {
    width: 980px;
    margin: 0 auto;
  }
  .menu .container {
    color: #041a28;
  }
  .menu .container .item {
    font-size: 20px;
  }
  .menu .container .item a:not(.nolink):hover {
    color: #937845;
  }
  .menu .container .item span.j {
    font-size: 13px;
  }
  .menu .container .item:not(:last-child) {
    border-right: 1px solid #041a28;
  }
}
@media all and (max-width: 767px) {
  .menu .container {
    display: flex;
    flex-wrap: wrap;
    background-image: url(../img/bg3.png);
    background-size: 15%;
  }
  .menu .container .item {
    width: 25%;
    font-size: 3.5vw;
    font-weight: bold;
    box-sizing: border-box;
  }
  .menu .container .item:not(:nth-child(4n)) {
    border-right: 1px solid #fff;
  }
  .menu .container .item:nth-child(-n+4) {
    border-bottom: 1px solid #fff;
  }
  .menu .container .item a {
    color: #fff;
    padding: 1em 0;
    letter-spacing: -0.05em;
  }
  .menu .container .item span.j {
    font-size: 2.5vw;
    letter-spacing: 0.1em;
  }
  .menu .container .item span.jkn {
    letter-spacing: 0;
  }
}
/*	title
============================== */
@media all and (min-width: 768px) {
}
@media all and (max-width: 767px) {
  div.title a {
    display: block;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 110%;
    background-position: 79% bottom;
    background-repeat: no-repeat;
    background-size: 106% !important;
    position: relative;
    height: 0;
    padding-top: 24.632653%;
  }
  div.title a span {
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}
/*	low h1
============================== */
h1 {
  overflow: hidden;
  text-indent: 999999999%;
  white-space: nowrap;
}
body h1.lazy-done {
  /* z-index: 5; */
}
@media all and (min-width: 768px) {
  h1 {
    width: 980px;
    height: 370px;
    margin: 20px auto 0;
    /* z-index: 1; */
    position: relative;
    /* background-color: #edf3f5; */
  }
}
@media all and (max-width: 767px) {
  h1 {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 110%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% !important;
    position: relative;
    height: 0;
    padding-top: 66.6666666666667%;
  }
  h1 span {
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}
/*	wrap
============================== */
.low div.wrap {
  position: relative;
  z-index: 0;
}
@media all and (min-width: 768px) {
  .low div.wrap {
    background-color: #edf3f5;
    background-image: url(../img/bg2.png);
    /* margin-top: -250px; */
    padding: 50px 90px 50px;
    box-sizing: border-box;
  }
}
@media all and (max-width: 767px) {
  .low div.wrap {
    padding: 4%;
  }
}
/*	h2
============================== */
h2 {
  position: relative;
  padding: .6em .75em;
  background-color: #f6f6f6;
  box-sizing: border-box;
  text-align: center;
  font-family: ten-mincho-text, serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
h2::before,
h2::after {
  position: absolute;
  bottom: 8px;
  z-index: -1;
  content: '';
  width: 30%;
  height: 50%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
}
h2::before {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  left: .3em;
}
h2::after {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: .3em;
}

/*	title
============================== */
div.title a {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
div.title {
  background-image: url(../img/bgsnow2.png);
  background-position: center top;
  background-size: 100%;
  background-color: #dce7eb;
}

@media all and (min-width: 768px) {
  div.title a {
    width: 980px;
    height: 212px;
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  div.title {
    background-size: 200%;
  }
  div.title a {
    display: block;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 110%;
    background-position: 79% bottom;
    background-repeat: no-repeat;
    background-size: 106% !important;
    position: relative;
    height: 0;
    padding-top: 24.632653%;
  }
  div.title a span {
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}
/*	whiteinner
============================== */
@media all and (max-width: 767px) {
  .whiteinner {
    background-color: #fff;
    padding: 1em;
  }
}
/*	bknm
============================== */
#bknm {
  width: 100%;
}

#bknm h3 {
  font-family: toppan-bunkyu-mincho-pr6n, serif;
  color: #937845;
  text-align: center;
  letter-spacing: -0.05em;
  font-weight: bold;
  margin: -1em 1em 0;
}

#bknm ul {
  margin: 1.5em auto 0;
}

#bknm li {
  display: inline-block;
  position: relative;
}

#bknm li a {
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 5px hsla(234, 33%, 13%, 0.15);
  /* border: 1px solid #fff; */
}

#bknm li a:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

#bknm li a:hover:after {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  background-position: center;
}

#bknm li span.epn {
  font-family: toppan-bunkyu-mincho-pr6n, serif;
  padding: 4% 5%;
  font-size: 70%;
  color: #fff;
  position: absolute;
  bottom: -4px;
  right: -4px;
  margin: 0 auto;
  z-index: 1;
  background-color: hsla(205, 32%, 63%, 0.9);
}

#bknm li span.epn strong {
  font-size: 160%;
  letter-spacing: -0.05em;
}



#bknm {
  margin: 7% auto 0;
  box-shadow: none;
}

#bknm h3 {
  font-size: 6.5vw;
  margin: 0 0 7%;
}

#bknm ul {
  margin: 0 auto;
  padding: 0 2% 0 0;
}

#bknm li {
  width: 29%;
  height: auto;
  margin: 0 0 3% 3%;
}

#bknm li a {
  width: 100%;
  height: 0;
  padding: 66.66666666666% 0 0;
}

#bknm li a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#bknm li span {
  font-size: 3.5vw;
}
@media all and (min-width: 768px) {
  #bknm li {
    width: 21%;
  }
  #bknm h3 {
    font-size: 2rem;
    margin: 0 0 4%;
    letter-spacing: 0.05em;
  }
  #bknm li span.epn strong {
    letter-spacing: 0.02em;
  }
}
