html {
  scroll-behavior: smooth;
}

body {
  color: #727272;
  background-color: #ffffff;
  font-size: 16px;
  font-family: 'Shippori Mincho B1', sans-serif;
  font-weight: 500;
  line-height: 1.7;
  color: #2f2f2f;
  -webkit-text-size-adjust: 100%;
  text-align: center;
}
@media screen and (min-width: 481px) {
  body {
    position: relative;
    z-index: -2;
  }
}

img {
  max-width: 100%;
}

@media screen and (max-width: 480px) {
  .pcOnly {
    display: none;
  }
}

@media screen and (min-width: 481px) {
  .spOnly {
    display: none;
  }
}

.solo-indent {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}

#allWrap {
  max-width: 430px;
  margin: 0 auto;
  background-color: #fff;
  border-right: 1px solid #a1a1a1;
  border-left: 1px solid #a1a1a1;
}

#allWrapIn {
  width: 100%;
  position: relative;
}

#g-nav {
  position: fixed;
  z-index: 999;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: all 0.6s;
  overflow: auto;
  padding-bottom: 10%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

#g-nav.panelactive {
  top: 0px;
  left: 0;
}

#g-nav.panelactive .g-nav_bg {
  width: 100%;
  height: 100%;
  background: url(../images/nav_bg.png) no-repeat center bottom;
  background-size: 984px;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav ul {
  padding: 70px 0% 0;
}

#g-nav li {
  list-style: none;
  text-align: center;
  box-sizing: border-box;
  background: url(../images/nav_kazari01.png) no-repeat center bottom;
  background-size: 105px auto;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#g-nav li:last-child {
  background: none;
}

#g-nav li a {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#g-nav li .navTx01 {
  font-size: 12px;
  letter-spacing: 0.1em;
  display: block;
  color: #fff;
  line-height: 1;
  margin-bottom: 5px;
}

#g-nav li .navTx02 {
  font-size: 16px;
  display: block;
  color: #fff;
  letter-spacing: 0em;
  padding-bottom: 10px;
}

.openbtn {
  position: fixed;
  z-index: 9999;
  top: 0px;
  right: 0px;
  width: 70px;
  height: 70px;
  background: url(../images/nav_btn_bg.png) no-repeat right top;
  background-size: 70px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
  padding-top: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  right: 16px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  width: 25px;
}

.openbtn span:nth-of-type(1) {
  top: 25px;
}

.openbtn span:nth-of-type(2) {
  opacity: 0;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 25px;
  right: 15px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 37px;
  right: 15px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.btn_orenge_anq {
  font-size: 16px;
  background-color: #ef762b;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 2.5em;
  position: relative;
}
.btn_orenge_anq:before {
  position: absolute;
  right: 2em;
  top: 1.4em;
  background: url(../images/ico01_open.png) no-repeat left top;
  background-size: 20px auto;
  width: 20px;
  height: 20px;
  content: '';
  pointer-events: none;
}
.btn_orenge_anq a {
  display: block;
  padding: 1em 0;
}

.pT10 {
  padding-top: 10px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT60 {
  margin-top: 60px !important;
}

.mT70 {
  margin-top: 70px !important;
}

.mT80 {
  margin-top: 80px !important;
}

.mT90 {
  margin-top: 90px !important;
}

.mT100 {
  margin-top: 100px !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mB60 {
  margin-bottom: 60px !important;
}

.mB70 {
  margin-bottom: 70px !important;
}

.mB80 {
  margin-bottom: 80px !important;
}

.mB100 {
  margin-bottom: 100px !important;
}

.underline {
  text-decoration: underline;
}

.aL {
  text-align: left;
}

.aR {
  text-align: right;
}

.aC {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs19 {
  font-size: 19px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs21 {
  font-size: 21px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs23 {
  font-size: 23px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs25 {
  font-size: 25px !important;
}

.fs26 {
  font-size: 26px !important;
}

.fs27 {
  font-size: 27px !important;
}

.fs28 {
  font-size: 28px !important;
}

.fs29 {
  font-size: 29px !important;
}

.fs30 {
  font-size: 30px !important;
}

.fs31 {
  font-size: 31px !important;
}

.fs50 {
  font-size: 50px !important;
}

.fsvw4-5 {
  font-size: 4.5vw !important;
}

@media screen and (min-width: 768px) {
  .fsvw4-5 {
    font-size: 20px;
  }
}

.col_white {
  color: #fff;
}

.col_gold {
  color: #a28e6a !important;
}

.col_bk {
  color: #313131 !important;
}

.col_yellow {
  color: #ffdd33 !important;
}

.col_red {
  color: #c00 !important;
}

.col_orange {
  color: #e8653d !important;
}

.lheight22 {
  line-height: 2.2;
}

.lheight1 {
  line-height: 1;
}

.lheight08 {
  line-height: 0.8;
}

.lheight05 {
  line-height: 0.5;
}

.lheight02 {
  line-height: 0.2;
}

.txNote {
  position: relative;
  line-height: 2.2;
  text-align: left;
  background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 50%,
      white 50%,
      white 50%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, #adadad 97%, #adadad 100%);
  background-size: 3px 100%, 100% 2.75em;
}
.txNote span.txS {
  font-size: 11px;
}
.txNote:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 5px;
  background-color: #fff;
  bottom: 0;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
} /*# sourceMappingURL=common.css.map */

.c-marker {
  background-color: #a28e6a;
  color: #fff;
}
