@charset "UTF-8";
/* araki site CSS (common.css) */
/* ================= contents =================
[0] reset
[1] base
[2] headerArea
[3] contentsArea
[4] footerArea
============================================ */
@import url("./fonts.css");
/* ============================================
0. reset
============================================ */
/* --------------------------------------------------------------------------------
margin padding
-------------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* font-family */
body {
  font-family: Tahoma, helvetica, clean, sans-serif;
}

/* line-height */
body {
  line-height: 1.45;
}

*:first-child + html * {
  letter-spacing: 0;
}

/* --------------------------------------------------------------------------------
other
-------------------------------------------------------------------------------- */
ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

img, iframe {
  border: 0;
}

img {
  vertical-align: bottom;
}

li {
  list-style: none;
}

address {
  font-style: normal;
  font-weight: normal;
}

/* --------------------------------------------------------------------------------
table form
-------------------------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
}

fieldset {
  border: 0;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* --------------------------------------------------------------------------------
block
-------------------------------------------------------------------------------- */
body {
  text-align: left;
}

div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, iframe, form, fieldset, legend, blockquote, input, textarea, p, pre {
  text-align: left;
}

div {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img, a img {
  border: none;
}

table {
  letter-spacing: 1px;
}

iframe {
  border: none;
}

strong {
  font-weight: bold;
}

* {
  outline: none;
}

/* --------------------------------------------------------------------------------
clearfix
-------------------------------------------------------------------------------- */
.cf_og:after {
  content: "";
  clear: both;
  display: block;
}

/* ============================================
 1.base
============================================ */
html, body {
  position: relative;
  width: 100%;
  color: #000;
  letter-spacing: 0.7px;
  font-size: 12px;
  line-height: 1.6;
  font-family: YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  background: #ffffff;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  color: #2c5892;
}
a:hover {
  opacity: 0.7;
}

.menu {
  cursor: pointer;
  transition: all 0.3s ease-out;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.menu.active {
  opacity: 0.6;
}

/* ----------- no-js ----------- */
html#no-js #countdown_time {
  display: none;
}

#noscriptBlock {
  width: 520px;
  position: absolute;
  top: 27px;
  left: 27px;
  padding: 10px;
  background: #FFFFFF;
}

#noscriptBlock p {
  font-size: 14px;
  background: #FDF3F2;
  color: #D72400;
  border: 1px dotted #F4C3BE;
  padding: 6px 10px;
  line-height: 1.4;
}

#exterior_wrapper {
  width: 100%;
  height: auto;
}
#exterior_wrapper .bg_fixed {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: url(https://d20dfxyuz7q532.cloudfront.net/senra/2025/bg_s.jpg) repeat 30% top;
  background-size: contain;
}

#container {
  padding-top: 0;
  z-index: 100;
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: url(https://d20dfxyuz7q532.cloudfront.net/senra/2025/bg_s.jpg) repeat 30% top;
  background-size: contain;
}

.content {
  margin: 0px auto;
  max-width: 1000px;
  display: block;
  position: relative;
  background: rgba(97, 44, 3, 0.15);
  box-shadow: 0 0 4.5rem rgb(147, 106, 47);
}

.popup_caution, .popup {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000000;
}
.popup_caution .popup_bg, .popup .popup_bg {
  background: url(https://d20dfxyuz7q532.cloudfront.net/senra/2025/bg_s.jpg) repeat 30% top;
  background-size: contain;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.popup_caution .popup_wrapper, .popup .popup_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.popup_caution .popup_container, .popup .popup_container {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  width: auto;
  max-width: 760px;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 0;
}
.popup_caution .url0308, .popup .url0308 {
  position: absolute;
  top: 23.2%;
  left: 7%;
  width: 82%;
}
.popup_caution .url02, .popup .url02 {
  position: absolute;
  top: 81.4%;
  left: 9%;
  width: 82%;
}
.popup_caution .close, .popup .close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -30px;
  right: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 55px;
  cursor: pointer;
}

/* ============================================
 header
============================================ */
/* ============================================
3.contentsArea
============================================ */
#contentArea {
  padding-top: 68px;
  z-index: 10;
  position: relative;
  top: 0;
  width: 100%;
}

.contentAreaInner {
  position: relative;
  top: 0;
  width: 100%;
  overflow-y: hidden;
  z-index: -1;
}

/* ============================================
 4.footerArea
============================================ */
footer {
  border-top: 1px solid #fff;
  position: relative;
  padding: 20px 0;
  margin: 15px 20px 0;
}
footer .copyrights {
  text-align: center;
  font-size: 10px;
  font-size: 0.8333333333rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 5px;
  color: #fff;
}

.no_pc {
  display: none;
}

.no_sp {
  display: inline;
}

@media screen and (max-width: 900px) {
  .popup_caution, .popup {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000000;
  }
  .popup_caution .popup_bg, .popup .popup_bg {
    background: url(https://d20dfxyuz7q532.cloudfront.net/senra/2025/bg_s.jpg) repeat 30% top;
    background-size: contain;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .popup_caution .popup_wrapper, .popup .popup_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .popup_caution .popup_container, .popup .popup_container {
    position: relative;
    top: 0;
    left: 0;
    width: 85%;
    max-width: 760px;
    height: auto;
    margin: 0 auto;
    box-shadow: 0 0 4.5rem rgba(255, 255, 255, 0.5333333333);
    padding: 0% 0;
    margin-top: 12%;
    margin-bottom: 7%;
  }
  .popup_caution .url0308, .popup .url0308 {
    position: absolute;
    top: 23.2%;
    left: 7%;
    width: 82%;
  }
  .popup_caution .url02, .popup .url02 {
    position: absolute;
    top: 81.4%;
    left: 9%;
    width: 82%;
  }
  .popup_caution .close, .popup .close {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -30px;
    right: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    cursor: pointer;
  }
  .popup_caution .popup_close, .popup .popup_close {
    position: fixed;
    top: 1%;
    right: 5%;
    width: 10%;
    max-width: 70px;
    cursor: pointer;
  }
  #caution01 .url01 {
    position: absolute;
    top: 65%;
    left: 10%;
    width: 80%;
  }
  #caution01 .url02 {
    position: absolute;
    top: 72.7%;
    left: 10%;
    width: 80%;
  }
  #caution01 .url03 {
    position: absolute;
    top: 90.2%;
    left: 39%;
    width: 53%;
  }
  #caution01 .url04 {
    position: absolute;
    top: 95.6%;
    left: 34%;
    width: 55%;
  }
  /* ============================================
   1.base
  ============================================ */
  html, body {
    position: relative;
    width: 100%;
    color: #000;
    letter-spacing: 0.7px;
    font-size: 12px;
    line-height: 1.6;
    font-family: YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
  }
  a {
    text-decoration: none;
    transition: all 0.3s ease-out;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    color: #2c5892;
  }
  a:hover {
    opacity: 0.7;
  }
  .menu {
    cursor: pointer;
    transition: all 0.3s ease-out;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .menu.active {
    opacity: 0.6;
  }
  /* ----------- no-js ----------- */
  html#no-js #countdown_time {
    display: none;
  }
  #noscriptBlock {
    width: 520px;
    position: absolute;
    top: 27px;
    left: 27px;
    padding: 10px;
    background: #FFFFFF;
  }
  #noscriptBlock p {
    font-size: 14px;
    background: #FDF3F2;
    color: #D72400;
    border: 1px dotted #F4C3BE;
    padding: 6px 10px;
    line-height: 1.4;
  }
  #container {
    padding-top: 0;
    z-index: 100;
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(https://d20dfxyuz7q532.cloudfront.net/senra/2025/bg_s.jpg) repeat 30% top;
    background-size: contain;
  }
  .content {
    margin: 0 auto;
    padding-top: 0;
    width: 100%;
    max-width: 1000px;
    display: block;
    position: relative;
  }
  #exterior_wrapper {
    width: 100%;
    height: auto;
  }
  #exterior_wrapper .bg_fixed {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: url(https://d20dfxyuz7q532.cloudfront.net/senra/2025/bg_s.jpg) repeat 30% top;
    background-size: contain;
  }
  #container {
    padding-top: 0;
    z-index: 100;
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}

/*# sourceMappingURL=common.css.map */
