@charset "UTF-8";

/* -------------------------------------
low common
------------------------------------- */
body {
  color: #ca5142;
  /*font-size: 14px;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  position: relative;*/
}

.header__scroll-line {
  display: none;
}

main {
  line-height: 1.9;
  overflow: visible;
  /*padding-bottom: 80px;*/
}
article {
  position: relative;
  z-index: 2;
}

main a {
  color: #ca5142;
  zoom: 1;
  text-decoration: none;
  transition: opacity 0.7s;
  display: block;
}

main a:hover {
  opacity: 0.8;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.low .blk {
  padding: 50px 0;
}

.img {
  width: 100%;
  height: auto;
}

a.sptel {
  cursor: default;
  pointer-events: none;
}

.nolink {
  pointer-events: none;
  cursor: default;
}

img[src*="_sp"] {
  display: none;
}

.spbr {
  display: none;
}

main.low {
  overflow-x: hidden;
}
main.low .en {
  font-family: bebas-neue-pro, sans-serif;
  /*font-style: normal;*/
  font-weight: bold;
  letter-spacing: 0.13em;
}

.low_inblk {
  display: flex;
  flex-wrap: wrap;
  /*flex-flow: row-reverse;*/
}
.low .low_inblk .spttl {
  display: none;
}

.low .ttlbk {
  text-align: center;
  margin-bottom: 30px;
}
.low .ttlbk .mttl {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.8;
}
.low .ttlbk .mttl span {
  font-size: 20px;
  display: block;
}
.low .bdttl {
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  width: auto;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
}
.low .bdttl:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ca5142;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.low .bdttl:after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #ca5142;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 0;
}

/* -------------------------------------
pagettl_blk
------------------------------------- */
.low #pagettl_blk {
  text-align: center;
  width: 17.4%;
  min-width: 160px;
  padding: 50px 2% 0 20px;
}
.low #pagettl_blk .ttl_in {
  width: 133px;
  margin: 0 0 0 auto;
}

.low #pagettl_blk .ttl_in #plogo {
  max-width: 127px;
  margin: 0 auto;
}
.low .low_inblk .page_ttl {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: tb-rl;
  font-feature-settings: initial;
  margin: 0 auto;
  padding: 54px 0;
}
.low .low_inblk .page_ttl span {
  color: #ca5142;
  display: block;
  line-height: 1;
}
.low .low_inblk .page_ttl .en {
  text-align: left;
  font-size: 20px;
  padding-left: 13px;
}
.low .low_inblk .page_ttl .jp {
  font-size: 35px;
  font-weight: 700;
  text-align: right;
  padding-right: 15px;
  position: relative;
  -webkit-text-orientation: upright;
  text-orientation: upright;
}
.low .low_inblk .page_ttl .jp span {
  display: inline-block;
  transform: rotate(90deg);
}

.low .low_inblk .page_ttl .jp:after {
  content: "";
  display: block;
  width: 2px;
  height: 80px;
  background-color: #ca5142;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

/* -------------------------------------
mainimg
------------------------------------- */
.low #mainimg {
  width: 82.6%;
  max-width: calc(100% - 160px);
  height: auto;
  min-height: 500px;
  margin-bottom: 50px;
  border-bottom-left-radius: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* -------------------------------------
sml
------------------------------------- */
.low.sml .low_inblk {
  flex-flow: row;
}
.low.sml article {
  width: 82.6%;
  padding: 90px 0;
}

/* -------------------------------------
detail
------------------------------------- */
.low.sml.detail article {
  /*max-width:980px;*/
  padding: 90px 10% 90px 0;
}

/* -------------------------------------
contact form btn
------------------------------------- */
.low .c_form_btn {
  width: 100%;
  max-width: 640px;
  padding: 33px 20px;
  margin: 0 auto;
  border-radius: 90px;
  border: #ca5142 2px solid;
  transition: background-color 0.3s;
}
.low .c_form_btn:hover {
  background-color: #ca5142;
  color: #fff;
}
.low .c_form_btn .btn_in {
  display: flex;
  align-items: center;
  max-width: 497px;
  margin: 0 auto;
}

.low .c_form_btn .lft {
  width: 80px;
  margin-right: 30px;
}
.low .c_form_btn .lft img.on {
  display: none;
}

.low .c_form_btn:hover .lft img.on {
  display: block;
}
.low .c_form_btn:hover .lft img.off {
  display: none;
}

.low .c_form_btn .rgt {
  font-weight: 700;
  width: 100%;
  max-width: 386px;
  position: relative;
}
.low .c_form_btn .rgt p.stx {
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.low .c_form_btn .rgt p.stx span {
  display: inline-block;
}
.low .c_form_btn .rgt p.txt {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.low .c_form_btn .rgt p.txt span.mtx {
  font-size: 23px;
}
.low .c_form_btn .rgt p.txt span.cofm {
  font-size: 14px;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  letter-spacing: 0.13em;
  padding: 5px 32px 5px 0;
  background: url(../imgs/common/arrow-btm_rd.svg) right 0 center no-repeat;
  background-size: 22px 22px;
}
.low .c_form_btn:hover .rgt p.txt span.cofm {
  background-image: url(../imgs/common/arrow-btm_wh.svg);
}

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }

  .low_inblk {
    display: block;
    position: relative;
  }

  /* -------------------------------------
  mainimg
  ------------------------------------- */
  .low #mainimg {
    width: 100%;
    max-width: 100%;
    border-bottom-left-radius: 0;
    position: relative;
  }

  /* -------------------------------------
  pagettl_blk
  ------------------------------------- */
  .low #pagettl_blk {
    text-align: center;
    width: 100%;
    padding: 20px 20px;
  }

  .low #pagettl_blk .ttl_in {
    width: auto;
    margin: 0 auto;
  }
  .low #pagettl_blk .ttl_in #plogo {
    width: 25%;
    max-width: 72px;
  }
  .low .low_inblk .page_ttl {
    display: flex;
    flex-direction: column-reverse;
    writing-mode: horizontal-tb;
    padding: 30px 0 0;
  }
  .low .low_inblk .page_ttl .en {
    text-align: center;
    padding-left: 0;
  }
  .low .low_inblk .page_ttl .jp {
    font-size: 32px;
    text-align: center;
    padding-right: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .low .low_inblk .page_ttl .jp span {
    display: inline-block;
    transform: rotate(0deg);
  }

  .low .low_inblk .page_ttl .jp:after {
    width: 80px;
    height: 2px;
    margin: 0 auto;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
  }

  .low .low_inblk .pcttl {
    display: none;
  }
  .low .low_inblk .spttl {
    margin: 0 auto;
    padding: 0;
    display: flex;
    /*text-shadow: 0px 0px 7px rgba(255,255,255,0.8);*/
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .low .low_inblk .page_ttl.spttl span {
    color: #fff;
  }

  .low .low_inblk .page_ttl.spttl .jp:after {
    background-color: #fff;
  }

  /* -------------------------------------
sml
------------------------------------- */
  .low.sml .low_inblk {
    display: block;
  }

  .low.sml article {
    width: 100%;
    padding: 60px 0;
  }

  /* -------------------------------------
detail
------------------------------------- */
  .low.sml.detail article {
    max-width: initial;
    width: 100%;
    padding-right: 0;
    padding-top: 40px;
  }
}

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

@media screen and (max-width: 640px) {
  img[src*="_sp"] {
    display: block;
  }
  img[src*="_pc"] {
    display: none;
  }

  a.sptel {
    cursor: pointer;
    pointer-events: auto;
  }

  .low #mainimg {
    min-height: 400px;
  }
  .low .low_inblk .page_ttl .jp {
    font-size: 30px;
  }

  .low .ttlbk .mttl {
    font-size: 20px;
  }
  .low .ttlbk .mttl span {
    font-size: 18px;
  }

  .low .c_form_btn {
    padding: 20px 20px 15px;
  }
  .low .c_form_btn .lft {
    margin-right: 20px;
  }
}

@media screen and (max-width: 500px) {
  .low #mainimg {
    min-height: 300px;
  }

  .low .low_inblk .page_ttl .jp {
    font-size: 28px;
  }

  .low .c_form_btn .lft {
    width: 60px;
    margin-right: 10px;
  }
  .low .c_form_btn .lft img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 400px) {
  .low .c_form_btn .rgt p.txt span.mtx {
    font-size: 20px;
  }
}
@media screen and (max-width: 360px) {
  .low .low_inblk .page_ttl .jp {
    font-size: 24px;
  }
  .low .c_form_btn .rgt p.txt span.mtx {
    font-size: 18px;
  }
  .low .c_form_btn .rgt p.stx {
    font-size: 12px;
    line-height: 1.4;
  }
}

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

@media screen and (min-width: 769px) {
}
