/* LESS Document */
html,
body {
  width: 100%;
  height: 100%;
}
body {
  background: #FFFFFF;
}
#wrap {
  display: none;
}
/* FONT
--------------------------------------------------------------------------*/
body {
  font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
h1 {
  font-size: 2.4rem;
  font-weight: 400;
}
h2 {
  font-size: 1.8rem;
  font-weight: 400;
}
h3 {
  font-size: 1.35rem;
  font-weight: 400;
}
h4 {
  font-size: 1.2rem;
  font-weight: 400;
}
h5 {
  font-size: 1.1rem;
}
h6 {
  font-family: 'Noto Sans JP', '游ゴシック Medium', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}
p,
td,
th,
dt,
dd,
li {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 0.98rem;
  font-weight: 300;
}
.brp-pt {
  display: block;
}
.re-brp-pt {
  display: inline-block;
}
.a-center {
  text-align: center;
}
.tx-l {
  font-size: 240%;
}
@media screen and (max-width: 751px) {
  h1 {
    font-size: 1.9rem;
  }
  h2 {
    font-size: 1.6rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  h4 {
    font-size: 1.1rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 0.9rem;
  }
  p,
  td,
  th,
  dt,
  dd,
  li {
    font-size: 0.94rem;
  }
  .brp-pt {
    display: inline;
  }
}
@media screen and (max-width: 440px) {
  h1 {
    font-size: 1.6rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  h3 {
    font-size: 1.2rem;
  }
}
/* Loading
--------------------------------------------------------------------------*/
#loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}
.loading-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10rem;
  opacity: 1;
  transform: scale(1);
  z-index: 9999;
}
.shutter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #efefef;
  z-index: 9998;
}
.shutter:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 0;
  height: 1px;
  opacity: 1;
}
.loading-img.open img {
  -webkit-animation: logoanime 1.5s forwards;
  animation: logoanime 1.5s forwards;
}
.shutter.open {
  -webkit-animation: byeShutter 1.5s forwards;
  animation: byeShutter 1.5s forwards;
}
.shutter.open:before {
  -webkit-animation: shutterOpen 1.5s forwards;
  animation: shutterOpen 1.5s forwards;
}
@keyframes logoanime {
  50% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    opacity: 0;
    transform: scale(1.15);
    display: none;
  }
  100% {
    opacity: 0;
    transform: scale(1.15);
    display: none;
  }
}
@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shutterOpen {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
    display: none;
  }
}
/* LAYOUT
--------------------------------------------------------------------------*/
.layout-base {
  position: relative;
  box-sizing: border-box;
}
.ly_fullsize {
  width: 100%;
  height: 100%;
}
article {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
.cnt-box-f {
  position: relative;
  box-sizing: border-box;
  clear: both;
  overflow: hidden;
  margin-bottom: 1.8rem;
}
.lob-r8 {
  width: 77%;
  float: right;
}
.lob-r7 {
  width: 67%;
  float: right;
}
.lob-r6 {
  width: 57%;
  float: right;
}
.lob-r5 {
  width: 47%;
  float: right;
}
.lob-r4 {
  width: 37%;
  float: right;
}
.lob-r3 {
  width: 27%;
  float: right;
}
.lob-r2 {
  width: 17%;
  float: right;
}
.lob-l8 {
  width: 77%;
  float: left;
}
.lob-l7 {
  width: 67%;
  float: left;
}
.lob-l6 {
  width: 57%;
  float: left;
}
.lob-l5 {
  width: 47%;
  float: left;
}
.lob-l4 {
  width: 37%;
  float: left;
}
.lob-l3 {
  width: 27%;
  float: left;
}
.lob-l2 {
  width: 17%;
  float: left;
}
ul.image-3p {
  position: relative;
  overflow: hidden;
}
ul.image-3p li {
  width: 33.33333%;
  float: left;
}
.mb-z {
  margin-bottom: 0;
}
.image60 {
  position: relative;
  margin-bottom: 1rem;
}
.image60 img {
  width: 60%;
  margin: 0 20%;
}
.pc-view {
  display: block;
}
.sp-view {
  display: none;
}
@media screen and (max-width: 900px) {
  .layout2 section h2 {
    font-size: 1.5rem;
    margin: 0 0 2.6rem 0;
    padding-bottom: 0.7rem;
    text-align: left;
  }
  .layout2 section h2:before {
    width: 100%;
  }
  .image60 img {
    width: 80%;
    margin: 0 10%;
  }
}
@media screen and (max-width: 751px) {
  section h1 {
    margin: 0 0 2.4rem 0;
  }
  section h2 {
    margin: 0 0 3rem 0;
  }
  section p {
    line-height: 1.5rem;
  }
  .cnt-box-flf {
    margin: 0 auto 3.2rem auto;
  }
  .cnt-box-f {
    margin-bottom: 0;
  }
  .lob-r8 {
    width: 100%;
    float: none;
  }
  .lob-r7 {
    width: 100%;
    float: none;
  }
  .lob-r6 {
    width: 100%;
    float: none;
  }
  .lob-r5 {
    width: 100%;
    float: none;
  }
  .lob-r4 {
    width: 100%;
    float: none;
  }
  .lob-r3 {
    width: 100%;
    float: none;
  }
  .lob-r2 {
    width: 100%;
    float: none;
  }
  .lob-l8 {
    width: 100%;
    float: none;
  }
  .lob-l7 {
    width: 100%;
    float: none;
  }
  .lob-l6 {
    width: 100%;
    float: none;
  }
  .lob-l5 {
    width: 100%;
    float: none;
  }
  .lob-l4 {
    width: 100%;
    float: none;
  }
  .lob-l3 {
    width: 100%;
    float: none;
  }
  .lob-l2 {
    width: 100%;
    float: none;
  }
  .br-box {
    padding: 1.6rem 1.6rem 0.3rem 1.6rem ;
  }
  .ar-box {
    padding: 1.6rem 1.6rem 0.3rem 1.6rem ;
  }
  .image60 img {
    width: 100%;
    margin: 0 0;
  }
  .pc-view {
    display: none;
  }
  .sp-view {
    display: block;
  }
}
@media screen and (max-width: 440px) {
  section h1 {
    margin: 0 0 2rem 0;
  }
  section h2 {
    margin: 0 0 2.5rem 0;
  }
  section p {
    line-height: 1.4rem;
    margin-bottom: 1.2rem;
  }
}
/* Main
--------------------------------------------------------------------------*/
main {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  background: #f4f4f4;
}
/* Header
--------------------------------------------------------------------------*/
header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 87.5rem;
  margin: auto;
  z-index: 100;
}
.hd-logo {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 9.8%;
  margin: auto;
  top: 0;
  left: 6%;
  z-index: 101;
}
.hd-logo a {
  display: block;
  overflow: hidden;
}
.hd-logo img {
  width: 100%;
}
@media screen and (max-width: 751px) {
  .hd-logo {
    width: 18%;
    top: 0;
    left: 5%;
  }
}
/* KEY-V
--------------------------------------------------------------------------*/
div.key-v {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 87.5rem;
  margin: auto;
  background: url("../img/key-v-bg.png") #FFFFFF;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
section.key-v-emer {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  opacity: 0;
  z-index: 2;
}
section.key-v-sld {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 3;
}
section.timer {
  position: absolute;
  box-sizing: border-box;
  width: 45%;
  left: 6%;
  bottom: 6.3%;
  z-index: 4;
}
section.timer div.timer-base {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
section.timer div.timer-tx {
  position: absolute;
  width: 100%;
  top: 0;
}
section.timer div.timer-count {
  position: absolute;
  width: 36.4%;
  top: 34.7%;
  right: 19.1%;
}
section.main-ttl {
  position: absolute;
  box-sizing: border-box;
  width: 45%;
  left: 6%;
  top: 23.8%;
  z-index: 4;
}
.cdt_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FF0004;
  font-weight: 700;
}
.cdt_wrapper small {
  font-size: .6em;
  padding: 0 0.1rem;
}
.cdt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.timer1 {
  font-size: 2vw;
  line-height: 2vw;
  margin-bottom: 0.3vh;
  margin-top: 0.3vh;
}
.timer2 {
  font-size: 3.4vw;
  line-height: 2vw;
}
.cdt_date {
  padding: 0;
}
.cdt_num {
  padding: 0 ;
}
.timer-end {
  font-size: 2.8vw;
  line-height: 2vw;
  margin-top: 1.5vh;
}
@media screen and (min-width: 1400px) {
  .timer1 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-bottom: 0.3rem;
    margin-top: 0.3rem;
  }
  .timer2 {
    font-size: 2.8rem;
    line-height: 1.8rem;
  }
  .timer-end {
    font-size: 2.8rem;
    line-height: 1.8rem;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 751px) {
  div.key-v {
    background: url("../img/sp-key-v-bg.png") #FFFFFF;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  section.timer {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #E1E1E1;
    padding: 1rem 0;
  }
  section.timer div.timer-base {
    position: relative;
    box-sizing: border-box;
    width: 100%;
  }
  section.timer div.timer-tx {
    position: absolute;
    width: 100%;
    top: 1rem;
  }
  section.main-ttl {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 4;
  }
  section.main-ttl div.main-ttl-img {
    width: 100%;
  }
  section.main-ttl div.main-ttl-img img {
    width: 100%;
  }
  .timer1 {
    font-size: 4vw;
    line-height: 2vw;
    margin-bottom: 0.5vh;
    margin-top: 1.2vh;
  }
  .timer2 {
    font-size: 7.4vw;
    line-height: 7vw;
  }
  .cdt_date {
    padding: 0;
  }
  .cdt_num {
    padding: 0 ;
  }
  .timer-end {
    font-size: 5.8vw;
    line-height: 5vw;
    margin-top: 3vh;
  }
}
/* RESERVE
--------------------------------------------------------------------------*/
section.reserve-area {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 87.5rem;
  margin: auto;
  background: url("../img/reserve-bg.jpg") #eff4fb;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right top;
  padding: 6rem 0 3rem 0;
  z-index: 1;
}
section.reserve-area .reserve-box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
section.reserve-area .reserve-box h4 {
  margin-bottom: 2rem;
  text-align: center;
}
section.reserve-area .reserve-box h4 span {
  font-size: 1.5rem;
  font-weight: 700;
  color: #CF0003;
}
section.reserve-area .reserve-box h5 {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  border-bottom: dotted 1px #2F2F2F;
  padding-bottom: 0.5rem;
}
section.reserve-area .reserve-box p {
  margin-bottom: 1.2rem;
}
section.reserve-area .reserve-tx {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 60rem;
  margin: auto auto 2rem auto;
}
section.reserve-area .reserve-tx h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
section.reserve-area .reserve-tx h3 span {
  font-weight: 600;
}
section.reserve-area .reserve-tx h5 {
  text-align: center;
  font-size: 1.5rem;
}
section.reserve-area .reserve-products {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 80rem;
  margin: auto auto 2rem auto;
}
section.reserve-area .reserve-products li {
  width: 32.666666%;
  display: inline-block;
  margin-right: 1%;
}
section.reserve-area .reserve-products li:last-child {
  margin-right: 0;
}
section.reserve-area .reserve-tx-center {
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 1400px) {
  section.reserve-area .reserve-products {
    width: 90%;
    margin: auto 5% 2rem 5%;
  }
}
@media screen and (max-width: 1100px) {
  section.reserve-area .reserve-tx {
    width: 90%;
    margin: auto 5% 2rem 5%;
  }
  section.reserve-area .reserve-tx h3 {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
  section.reserve-area .reserve-tx h5 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 751px) {
  section.reserve-area {
    background-size: 1000px;
    padding: 5rem 0 0.6rem 0;
  }
  section.reserve-area .reserve-box h4 {
    margin-bottom: 1.4rem;
    text-align: left;
  }
  section.reserve-area .reserve-box h4 span {
    font-size: 1.2rem;
    font-weight: 700;
    color: #CF0003;
  }
  section.reserve-area .reserve-box h5 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    border-bottom: dotted 1px #2F2F2F;
    padding-bottom: 0.5rem;
  }
  section.reserve-area .reserve-box p {
    margin-bottom: 1.2rem;
  }
  section.reserve-area .reserve-tx {
    width: 90%;
    margin: 0 5% 2rem 5% !important;
  }
  section.reserve-area .reserve-tx h3 {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
  section.reserve-area .reserve-tx h5 {
    font-size: 1rem;
  }
  section.reserve-area .reserve-products li {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  section.reserve-area .reserve-products li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 440px) {
  section.reserve-area .reserve-tx h3 {
    font-size: 1.3rem;
  }
  section.reserve-area .reserve-tx h5 {
    font-size: 1rem;
  }
}
/* PRODUCTS
--------------------------------------------------------------------------*/
section.products-area {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 87.5rem;
  margin: auto;
  background: #FFFFFF;
  padding: 6rem 0 0 0;
  overflow: hidden;
  z-index: 1;
}
section.products-area .products-box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 72rem;
  margin: auto auto 6rem auto;
  overflow: hidden;
}
section.products-area .products-box .products-box-l {
  display: block;
  width: 40%;
  float: left;
}
section.products-area .products-box .products-box-r {
  display: block;
  width: 60%;
  float: right;
}
section.products-area .products-box h4 {
  font-size: 1.1rem;
  font-family: 'Noto Sans JP', '游ゴシック Medium', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}
section.products-area .products-box p {
  font-size: 0.96rem;
}
section.products-area .products-box .products-ttl {
  width: 90%;
  margin: 3rem 10% 0 0;
}
section.products-area .products-images {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 80rem;
  margin: 1rem auto 1rem auto;
}
section.products-area .products-images li {
  position: relative;
  width: 32.666666%;
  display: inline-block;
  margin-right: 1%;
  overflow: hidden;
}
section.products-area .products-images li:last-child {
  margin-right: 0;
}
section.products-area .products-images li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0.3rem;
  bottom: 0.3rem;
  width: 1rem;
  height: 1rem;
  background: url("../img/icon/icon-plus.svg") no-repeat;
}
@media screen and (max-width: 1400px) {
  section.products-area .products-box {
    width: 90%;
    margin: auto 5% 2rem 5%;
  }
}
@media screen and (max-width: 751px) {
  section.products-area {
    padding: 3rem 0 0 0;
  }
  section.products-area .products-box {
    width: 82%;
    margin: auto 9% 2rem 9%;
  }
  section.products-area .products-box .products-box-l {
    width: 100%;
    float: none;
  }
  section.products-area .products-box .products-box-r {
    width: 100%;
    float: none;
  }
  section.products-area .products-box h4 {
    font-size: 1rem;
  }
  section.products-area .products-box p {
    font-size: 0.94rem;
  }
  section.products-area .products-box .products-ttl {
    width: 80%;
    margin: 0 20% 0 0;
  }
}
/* Button
--------------------------------------------------------------------------*/
.bt-base {
  position: relative;
  box-sizing: border-box;
  display: block;
  text-align: center;
  text-decoration: none;
  margin: auto;
  transition: background-color 0.5s ease 0s;
}
.bt-base:hover {
  background-color: #FF4700;
}
.bt-base:before {
  display: block;
  content: "";
  position: absolute;
  right: .6rem;
  top: 50%;
  margin-top: -0.4rem;
  width: .8rem;
  height: .8rem;
  background: url("../img/icon/icon-arrow-w-l.svg") no-repeat;
}
.bt-reserve-xl a {
  position: relative;
  box-sizing: border-box;
  display: block;
  text-align: center;
  text-decoration: none;
  margin: auto;
  transition: background-color 0.5s ease 0s;
  color: #FFFFFF;
  font-weight: 600;
  background: #C00003;
  padding: 0.5rem 2rem;
  border-radius: 0.3rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  width: 100%;
  max-width: 40rem;
  margin-bottom: 1rem;
}
.bt-reserve-xl a:hover {
  background-color: #FF4700;
}
.bt-reserve-xl a:before {
  display: block;
  content: "";
  position: absolute;
  right: .6rem;
  top: 50%;
  margin-top: -0.4rem;
  width: .8rem;
  height: .8rem;
  background: url("../img/icon/icon-arrow-w-l.svg") no-repeat;
}
.bt-reserve a {
  position: relative;
  box-sizing: border-box;
  display: block;
  text-align: center;
  text-decoration: none;
  margin: auto;
  transition: background-color 0.5s ease 0s;
  color: #000;
  font-weight: 600;
  background: #DADCDD;
  padding: 0.2rem 1.4rem;
  border-radius: 0.2rem;
  font-size: 1rem;
  width: 100%;
  max-width: 20rem;
  margin-bottom: 1rem;
}
.bt-reserve a:hover {
  background-color: #FF4700;
}
.bt-reserve a:before {
  display: block;
  content: "";
  position: absolute;
  right: .6rem;
  top: 50%;
  margin-top: -0.4rem;
  width: .8rem;
  height: .8rem;
  background: url("../img/icon/icon-arrow-w-l.svg") no-repeat;
}
@media screen and (max-width: 751px) {
  .bt-reserve-xl a {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
    text-decoration: none;
    margin: auto;
    transition: background-color 0.5s ease 0s;
    color: #FFFFFF;
    font-weight: 600;
    background: #C00003;
    padding: 0.5rem 2rem;
    border-radius: 0.3rem;
    font-size: 1rem;
    line-height: 1.2rem;
    width: 80%;
    margin-bottom: 1rem;
  }
  .bt-reserve-xl a:hover {
    background-color: #FF4700;
  }
  .bt-reserve-xl a:before {
    display: block;
    content: "";
    position: absolute;
    right: .6rem;
    top: 50%;
    margin-top: -0.4rem;
    width: .8rem;
    height: .8rem;
    background: url("../img/icon/icon-arrow-w-l.svg") no-repeat;
  }
}
/* Footer
--------------------------------------------------------------------------*/
footer {
  position: relative;
  box-sizing: border-box;
  background: #ebebeb;
  padding: 3.4rem 8% 3.4rem 8%;
  z-index: 3;
}
footer div.ft-art-tx {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 77.5rem;
  font-size: 0.9rem;
  margin: auto;
}
footer div.ft-khara {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 6rem;
  margin: 1.4rem auto;
}
footer div.ft-bnr {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 40rem;
  margin: 0 auto 2rem auto;
}
footer div.ft-bnr li {
  width: 30.33333%;
  display: inline-block;
  margin: 0 4.5% 0 0;
}
footer div.ft-bnr li:last-child {
  margin: 0;
}
.ft-copy {
  text-align: center;
}
.ft-copy p {
  font-size: 0.7rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 751px) {
  footer {
    padding: 2rem 8% 2rem 8%;
  }
  footer div.ft-bnr {
    width: 100%;
    margin: 0 auto 2rem auto;
  }
  footer div.ft-bnr li {
    width: 100%;
    display: block;
    margin: 0 auto 1rem auto;
    max-width: 15.875rem;
  }
  footer div.ft-bnr li:last-child {
    margin: 0 auto 1rem auto;
  }
}
/* Slider
--------------------------------------------------------------------------*/
li.slide-item {
  display: none;
}
li.slide-item:first-child {
  display: block;
}
.slick-initialized .slide-item {
  display: block;
}
/* PageTop
--------------------------------------------------------------------------*/
#page_top {
  width: 2.2rem;
  height: 2.2rem;
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  opacity: 1;
  z-index: 5;
}
#page_top a {
  position: absolute;
  bottom: 0;
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background: url("../img/icon/icon-arrow-top.svg") #FF5566;
  background-repeat: no-repeat;
  text-decoration: none;
}
/* Clear
--------------------------------------------------------------------------*/
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  display: inline-table;
}
/* \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* */
