@charset "UTF-8";

/*helpers*/
.h-clear:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (min-width: 780px) {
  .h-sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 779px) {
  .h-pc-only {
    display: none !important;
  }
}

.h-txtIndent {
  padding-left: 1em;
  text-indent: -1em;
}

.h-ctnBefore:before,
.h-ctnAfter:after {
  content: '';
}

.h-hide {
  display: none !important;
}

.h-fw300 { font-weight: 300; }
.h-fw400 { font-weight: 400; }
.h-fw500 { font-weight: 500; }
.h-fw600 { font-weight: 600; }
.h-fw700 { font-weight: 700; }

.h-fntInter {
  font-family: 'Inter', sans-serif;
}
.h-indent {
  text-indent: -1em;
  padding-left: 1em;
}

/* display */

.h-dspBlock {
  display: block;
}

@media screen and (max-width: 779px) {
  .h-dspBlock_sp {
    display: block;
  }
}

@media screen and (min-width: 780px) {
  .h-dspBlock_pc {
    display: block;
  }
}

.h-dspFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 779px) {
  .h-dspFlex_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 780px) {
  .h-dspFlex_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.h-dspInline {
  display: inline;
}

@media screen and (max-width: 779px) {
  .h-dspInline_sp {
    display: inline;
  }
}

@media screen and (min-width: 780px) {
  .h-dspInline_pc {
    display: inline;
  }
}

.h-dspInlineBlock {
  display: inline-block;
}

@media screen and (max-width: 779px) {
  .h-dspInlineBlock_sp {
    display: inline-block;
  }
}

@media screen and (min-width: 780px) {
  .h-dspInlineBlock_pc {
    display: inline-block;
  }
}

.h-dspGrid {
  display: grid;
}
@media screen and (max-width: 779px) {
  .h-dspGrid_sp {
    display: grid;
  }
}
@media screen and (min-width: 780px) {
  .h-dspGrid_pc {
    display: grid;
  }
}

.h-posFixed {
  position: fixed;
}

@media screen and (max-width: 779px) {
  .h-posFixed_sp {
    position: fixed;
  }
}

@media screen and (min-width: 780px) {
  .h-posFixed_pc {
    position: fixed;
  }
}

.h-posAbsolute {
  position: absolute;
}

@media screen and (max-width: 779px) {
  .h-posAbsolute_sp {
    position: absolute;
  }
}

@media screen and (min-width: 780px) {
  .h-posAbsolute_pc {
    position: absolute;
  }
}

.h-posRelative {
  position: relative;
}

@media screen and (max-width: 779px) {
  .h-posRelative_sp {
    position: relative;
  }
}

@media screen and (min-width: 780px) {
  .h-posRelative_pc {
    position: relative;
  }
}

.h-posSticky {
  position: -webkit-sticky;
  position: sticky;
}

@media screen and (max-width: 779px) {
  .h-posSticky_sp {
    position: -webkit-sticky;
    position: sticky;
  }
}

@media screen and (min-width: 780px) {
  .h-posSticky_pc {
    position: -webkit-sticky;
    position: sticky;
  }
}

.h-txtLeft {
  text-align: left;
}

@media screen and (max-width: 779px) {
  .h-txtLeft_sp {
    text-align: left;
  }
}

@media screen and (min-width: 780px) {
  .h-txtLeft_pc {
    text-align: left;
  }
}

.h-txtRight {
  text-align: right;
}

@media screen and (max-width: 779px) {
  .h-txtRight_sp {
    text-align: right;
  }
}

@media screen and (min-width: 780px) {
  .h-txtRight_pc {
    text-align: right;
  }
}

.h-txtCenter {
  text-align: center;
}

@media screen and (max-width: 779px) {
  .h-txtCenter_sp {
    text-align: center;
  }
}

@media screen and (min-width: 780px) {
  .h-txtCenter_pc {
    text-align: center;
  }
}

.h-txtJustify {
  text-align: justify;
}

@media screen and (max-width: 779px) {
  .h-txtJustify_sp {
    text-align: justify;
  }
}

@media screen and (min-width: 780px) {
  .h-txtJustify_pc {
    text-align: justify;
  }
}

.h-fltLeft {
  float: left;
}

@media screen and (max-width: 779px) {
  .h-fltLeft_sp {
    float: left;
  }
}

@media screen and (min-width: 780px) {
  .h-fltLeft_pc {
    float: left;
  }
}

.h-fltRight {
  float: right;
}

@media screen and (max-width: 779px) {
  .h-fltRight_sp {
    float: right;
  }
}

@media screen and (min-width: 780px) {
  .h-fltRight_pc {
    float: right;
  }
}

.h-flxWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 779px) {
  .h-flxWrap_sp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 780px) {
  .h-flxWrap_pc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.h-flxRow {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 779px) {
  .h-flxRow_sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 780px) {
  .h-flxRow_pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.h-flxColumns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 779px) {
  .h-flxColumns_sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 780px) {
  .h-flxColumns_pc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.h-flxJustifyCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 779px) {
  .h-flxJustifyCenter_sp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 780px) {
  .h-flxJustifyCenter_pc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.h-flxAlignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 779px) {
  .h-flxAlignCenter_sp {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 780px) {
  .h-flxAlignCenter_pc {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.h-ovfHidden {
  overflow: hidden;
}

@media screen and (max-width: 779px) {
  .h-ovfHidden_sp {
    overflow: hidden;
  }
}

@media screen and (min-width: 780px) {
  .h-ovfHidden_pc {
    overflow: hidden;
  }
}

.h-ovfAuto {
  overflow: auto;
}

@media screen and (max-width: 779px) {
  .h-ovfAuto_sp {
    overflow: auto;
  }
}

@media screen and (min-width: 780px) {
  .h-ovfAuto_pc {
    overflow: auto;
  }
}

.h-mediaFrame:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.h-writeVerticalrl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  direction: ltr;
}

@media screen and (max-width: 779px) {
  .h-writeVerticalrl_sp {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    direction: ltr;
  }
}
@media screen and (min-width: 780px) {
  .h-writeVerticalrl_pc {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    direction: ltr;
  }
}

.h-txtOriUpright {
  -webkit-text-orientation: upright;
          text-orientation: upright;
}

@media screen and (min-width: 780px) {
  .h-hoverOp70 {
    transition: opacity .75s ease;
  }
  .h-hoverOp70:hover {
    opacity: .7;
  }
}

/* layouts */
.l-container {
  width: 12.4rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

/* end layouts */
