@charset "UTF-8";

.font_ja {
  font-family: "YakuHanJP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500 !important;
}

.mincho {
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500 !important;
}

.font_josefin {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
}

.font_Orbitron {
  font-family: "Oswald", sans-serif;
}

.font_anton {
  font-family: "Anton", sans-serif;
  font-weight: 500;
}

.font_parisienne {
  font-family: "Cinzel Decorative";
}

.font_parisienne:first-letter {
  text-transform: uppercase !important;
}

.font_parisienne {
  font-family: "Parisienne", cursive;
}

.font_parisienne:first-letter {
  text-transform: uppercase !important;
}

.font_Amatic {
  font-family: "Amatic SC", cursive;
  font-weight: 500;
}

.font_kaisei {
  font-family: "Kaisei Opti", serif;
  font-weight: 500;
}

.font_maru {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 500;
}

.tr {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

@media all and (max-width: 639px) {
  .tr {
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
}

.tcenter {
  text-align: center !important;
}

@media all and (max-width: 896px) {
  .tcenter.tablet {
    text-align: left !important;
  }
}

@media all and (max-width: 639px) {
  .tcenter.sp {
    text-align: left !important;
  }
}

.tright {
  text-align: right !important;
}

@media all and (max-width: 896px) {
  .tright.sp {
    text-align: center !important;
  }
}

.tleft {
  text-align: left !important;
}

@media all and (max-width: 896px) {
  .tleft.sp {
    text-align: center !important;
  }
}

.tinline {
  display: inline-block;
}

p a {
  text-decoration: underline;
}

p a:hover {
  text-decoration: inherit;
}

.underline {
  text-decoration: underline;
}

.underline:hover {
  text-decoration: inherit;
}

.edge_w {
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8), 0px 0px 5px rgba(255, 255, 255, 0.8), 0px 0px 10px rgba(255, 255, 255, 0.8), 0px 0px 10px rgba(255, 255, 255, 0.8), 0px 0px 15px rgba(255, 255, 255, 0.8), 0px 0px 15px;
}

.edge_b {
  text-shadow: 0px 0px 5px rgba(17, 17, 17, 0.8), 0px 0px 5px rgba(17, 17, 17, 0.8), 0px 0px 10px rgba(17, 17, 17, 0.8), 0px 0px 10px rgba(17, 17, 17, 0.8), 0px 0px 15px rgba(17, 17, 17, 0.8), 0px 0px 15px;
}

#main_area {
  overflow: hidden;
}

.bold {
  font-weight: bold !important;
}

.bigger {
  font-size: 2rem;
}

@media all and (max-width: 639px) {
  .bigger {
    font-size: inherit;
  }
}

.fsmall {
  font-size: 80%;
}

@media all and (max-width: 639px) {
  .fsmall {
    font-size: 80%;
  }
}

h2,
h3,
h4 {
  line-height: 1.4;
  font-weight: 600;
}

.none {
  display: none;
}

.block {
  display: block;
}

.clear {
  clear: both;
}

.clearfix {
  _display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.fleft0 {
  float: left;
  display: inline;
  text-align: center;
}

.fleft1 {
  float: left;
  display: inline;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.fleft2 {
  float: left;
  display: inline;
  margin-right: 30px;
  text-align: center;
}

.fright0 {
  float: right;
  display: inline;
  text-align: center;
}

.fright1 {
  float: right;
  display: inline;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.fright2 {
  float: right;
  display: inline;
  margin-left: 30px;
  text-align: center;
}

.m0 {
  margin: 0px !important;
}

.t-m0 {
  margin-top: 0px !important;
}

.r-m0 {
  margin-right: 0px !important;
}

.b-m0 {
  margin-bottom: 0px !important;
}

.l-m0 {
  margin-left: 0px !important;
}

.h-m0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.w-m0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.p0 {
  padding: 0px !important;
}

.t-p0 {
  padding-top: 0px !important;
}

.r-p0 {
  padding-right: 0px !important;
}

.b-p0 {
  padding-bottom: 0px !important;
}

.l-p0 {
  padding-left: 0px !important;
}

.h-p0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.w-p0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.m0 {
  margin: 0px !important;
}

.t-m0 {
  margin-top: 0px !important;
}

.r-m0 {
  margin-right: 0px !important;
}

.b-m0 {
  margin-bottom: 0px !important;
}

.l-m0 {
  margin-left: 0px !important;
}

.m5 {
  margin: 8px !important;
}

.t-m5 {
  margin-top: 8px !important;
}

.r-m5 {
  margin-right: 8px !important;
}

.b-m5 {
  margin-bottom: 8px !important;
}

.l-m5 {
  margin-left: 8px !important;
}

.h-m5 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.w-m5 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.p5 {
  padding: 8px !important;
}

.t-p5 {
  padding-top: 8px !important;
}

.r-p5 {
  padding-right: 8px !important;
}

.b-p5 {
  padding-bottom: 8px !important;
}

.l-p5 {
  padding-left: 8px !important;
}

.h-p5 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.w-p5 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.m-5 {
  margin: -8px !important;
}

.t-m-5 {
  margin-top: -8px !important;
}

.r-m-5 {
  margin-right: -8px !important;
}

.b-m-5 {
  margin-bottom: -8px !important;
}

.l-m-5 {
  margin-left: -8px !important;
}

.m10 {
  margin: 16px !important;
}

.t-m10 {
  margin-top: 16px !important;
}

.r-m10 {
  margin-right: 16px !important;
}

.b-m10 {
  margin-bottom: 16px !important;
}

.l-m10 {
  margin-left: 16px !important;
}

.h-m10 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.w-m10 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.p10 {
  padding: 16px !important;
}

.t-p10 {
  padding-top: 16px !important;
}

.r-p10 {
  padding-right: 16px !important;
}

.b-p10 {
  padding-bottom: 16px !important;
}

.l-p10 {
  padding-left: 16px !important;
}

.h-p10 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.w-p10 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.m-10 {
  margin: -16px !important;
}

.t-m-10 {
  margin-top: -16px !important;
}

.r-m-10 {
  margin-right: -16px !important;
}

.b-m-10 {
  margin-bottom: -16px !important;
}

.l-m-10 {
  margin-left: -16px !important;
}

.m15 {
  margin: 24px !important;
}

.t-m15 {
  margin-top: 24px !important;
}

.r-m15 {
  margin-right: 24px !important;
}

.b-m15 {
  margin-bottom: 24px !important;
}

.l-m15 {
  margin-left: 24px !important;
}

.h-m15 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.w-m15 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.p15 {
  padding: 24px !important;
}

.t-p15 {
  padding-top: 24px !important;
}

.r-p15 {
  padding-right: 24px !important;
}

.b-p15 {
  padding-bottom: 24px !important;
}

.l-p15 {
  padding-left: 24px !important;
}

.h-p15 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.w-p15 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.m-15 {
  margin: -24px !important;
}

.t-m-15 {
  margin-top: -24px !important;
}

.r-m-15 {
  margin-right: -24px !important;
}

.b-m-15 {
  margin-bottom: -24px !important;
}

.l-m-15 {
  margin-left: -24px !important;
}

.m20 {
  margin: 32px !important;
}

.t-m20 {
  margin-top: 32px !important;
}

.r-m20 {
  margin-right: 32px !important;
}

.b-m20 {
  margin-bottom: 32px !important;
}

.l-m20 {
  margin-left: 32px !important;
}

.h-m20 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.w-m20 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.p20 {
  padding: 32px !important;
}

.t-p20 {
  padding-top: 32px !important;
}

.r-p20 {
  padding-right: 32px !important;
}

.b-p20 {
  padding-bottom: 32px !important;
}

.l-p20 {
  padding-left: 32px !important;
}

.h-p20 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.w-p20 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.m-20 {
  margin: -32px !important;
}

.t-m-20 {
  margin-top: -32px !important;
}

.r-m-20 {
  margin-right: -32px !important;
}

.b-m-20 {
  margin-bottom: -32px !important;
}

.l-m-20 {
  margin-left: -32px !important;
}

.m25 {
  margin: 40px !important;
}

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

.r-m25 {
  margin-right: 40px !important;
}

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

.l-m25 {
  margin-left: 40px !important;
}

.h-m25 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.w-m25 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.p25 {
  padding: 40px !important;
}

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

.r-p25 {
  padding-right: 40px !important;
}

.b-p25 {
  padding-bottom: 40px !important;
}

.l-p25 {
  padding-left: 40px !important;
}

.h-p25 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.w-p25 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.m-25 {
  margin: -40px !important;
}

.t-m-25 {
  margin-top: -40px !important;
}

.r-m-25 {
  margin-right: -40px !important;
}

.b-m-25 {
  margin-bottom: -40px !important;
}

.l-m-25 {
  margin-left: -40px !important;
}

.m30 {
  margin: 48px !important;
}

.t-m30 {
  margin-top: 48px !important;
}

.r-m30 {
  margin-right: 48px !important;
}

.b-m30 {
  margin-bottom: 48px !important;
}

.l-m30 {
  margin-left: 48px !important;
}

.h-m30 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.w-m30 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.p30 {
  padding: 48px !important;
}

.t-p30 {
  padding-top: 48px !important;
}

.r-p30 {
  padding-right: 48px !important;
}

.b-p30 {
  padding-bottom: 48px !important;
}

.l-p30 {
  padding-left: 48px !important;
}

.h-p30 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.w-p30 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.m-30 {
  margin: -48px !important;
}

.t-m-30 {
  margin-top: -48px !important;
}

.r-m-30 {
  margin-right: -48px !important;
}

.b-m-30 {
  margin-bottom: -48px !important;
}

.l-m-30 {
  margin-left: -48px !important;
}

.m35 {
  margin: 56px !important;
}

.t-m35 {
  margin-top: 56px !important;
}

.r-m35 {
  margin-right: 56px !important;
}

.b-m35 {
  margin-bottom: 56px !important;
}

.l-m35 {
  margin-left: 56px !important;
}

.h-m35 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.w-m35 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

.p35 {
  padding: 56px !important;
}

.t-p35 {
  padding-top: 56px !important;
}

.r-p35 {
  padding-right: 56px !important;
}

.b-p35 {
  padding-bottom: 56px !important;
}

.l-p35 {
  padding-left: 56px !important;
}

.h-p35 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.w-p35 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

.m-35 {
  margin: -56px !important;
}

.t-m-35 {
  margin-top: -56px !important;
}

.r-m-35 {
  margin-right: -56px !important;
}

.b-m-35 {
  margin-bottom: -56px !important;
}

.l-m-35 {
  margin-left: -56px !important;
}

.m40 {
  margin: 64px !important;
}

.t-m40 {
  margin-top: 64px !important;
}

.r-m40 {
  margin-right: 64px !important;
}

.b-m40 {
  margin-bottom: 64px !important;
}

.l-m40 {
  margin-left: 64px !important;
}

.h-m40 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.w-m40 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.p40 {
  padding: 64px !important;
}

.t-p40 {
  padding-top: 64px !important;
}

.r-p40 {
  padding-right: 64px !important;
}

.b-p40 {
  padding-bottom: 64px !important;
}

.l-p40 {
  padding-left: 64px !important;
}

.h-p40 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.w-p40 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.m-40 {
  margin: -64px !important;
}

.t-m-40 {
  margin-top: -64px !important;
}

.r-m-40 {
  margin-right: -64px !important;
}

.b-m-40 {
  margin-bottom: -64px !important;
}

.l-m-40 {
  margin-left: -64px !important;
}

.m45 {
  margin: 72px !important;
}

.t-m45 {
  margin-top: 72px !important;
}

.r-m45 {
  margin-right: 72px !important;
}

.b-m45 {
  margin-bottom: 72px !important;
}

.l-m45 {
  margin-left: 72px !important;
}

.h-m45 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.w-m45 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

.p45 {
  padding: 72px !important;
}

.t-p45 {
  padding-top: 72px !important;
}

.r-p45 {
  padding-right: 72px !important;
}

.b-p45 {
  padding-bottom: 72px !important;
}

.l-p45 {
  padding-left: 72px !important;
}

.h-p45 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.w-p45 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.m-45 {
  margin: -72px !important;
}

.t-m-45 {
  margin-top: -72px !important;
}

.r-m-45 {
  margin-right: -72px !important;
}

.b-m-45 {
  margin-bottom: -72px !important;
}

.l-m-45 {
  margin-left: -72px !important;
}

.m50 {
  margin: 80px !important;
}

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

.r-m50 {
  margin-right: 80px !important;
}

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

.l-m50 {
  margin-left: 80px !important;
}

.h-m50 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.w-m50 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.p50 {
  padding: 80px !important;
}

.t-p50 {
  padding-top: 80px !important;
}

.r-p50 {
  padding-right: 80px !important;
}

.b-p50 {
  padding-bottom: 80px !important;
}

.l-p50 {
  padding-left: 80px !important;
}

.h-p50 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.w-p50 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.m-50 {
  margin: -80px !important;
}

.t-m-50 {
  margin-top: -80px !important;
}

.r-m-50 {
  margin-right: -80px !important;
}

.b-m-50 {
  margin-bottom: -80px !important;
}

.l-m-50 {
  margin-left: -80px !important;
}

.m55 {
  margin: 88px !important;
}

.t-m55 {
  margin-top: 88px !important;
}

.r-m55 {
  margin-right: 88px !important;
}

.b-m55 {
  margin-bottom: 88px !important;
}

.l-m55 {
  margin-left: 88px !important;
}

.h-m55 {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}

.w-m55 {
  margin-left: 88px !important;
  margin-right: 88px !important;
}

.p55 {
  padding: 88px !important;
}

.t-p55 {
  padding-top: 88px !important;
}

.r-p55 {
  padding-right: 88px !important;
}

.b-p55 {
  padding-bottom: 88px !important;
}

.l-p55 {
  padding-left: 88px !important;
}

.h-p55 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

.w-p55 {
  padding-left: 88px !important;
  padding-right: 88px !important;
}

.m-55 {
  margin: -88px !important;
}

.t-m-55 {
  margin-top: -88px !important;
}

.r-m-55 {
  margin-right: -88px !important;
}

.b-m-55 {
  margin-bottom: -88px !important;
}

.l-m-55 {
  margin-left: -88px !important;
}

.m60 {
  margin: 96px !important;
}

.t-m60 {
  margin-top: 96px !important;
}

.r-m60 {
  margin-right: 96px !important;
}

.b-m60 {
  margin-bottom: 96px !important;
}

.l-m60 {
  margin-left: 96px !important;
}

.h-m60 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.w-m60 {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.p60 {
  padding: 96px !important;
}

.t-p60 {
  padding-top: 96px !important;
}

.r-p60 {
  padding-right: 96px !important;
}

.b-p60 {
  padding-bottom: 96px !important;
}

.l-p60 {
  padding-left: 96px !important;
}

.h-p60 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.w-p60 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.m-60 {
  margin: -96px !important;
}

.t-m-60 {
  margin-top: -96px !important;
}

.r-m-60 {
  margin-right: -96px !important;
}

.b-m-60 {
  margin-bottom: -96px !important;
}

.l-m-60 {
  margin-left: -96px !important;
}

.m65 {
  margin: 104px !important;
}

.t-m65 {
  margin-top: 104px !important;
}

.r-m65 {
  margin-right: 104px !important;
}

.b-m65 {
  margin-bottom: 104px !important;
}

.l-m65 {
  margin-left: 104px !important;
}

.h-m65 {
  margin-top: 104px !important;
  margin-bottom: 104px !important;
}

.w-m65 {
  margin-left: 104px !important;
  margin-right: 104px !important;
}

.p65 {
  padding: 104px !important;
}

.t-p65 {
  padding-top: 104px !important;
}

.r-p65 {
  padding-right: 104px !important;
}

.b-p65 {
  padding-bottom: 104px !important;
}

.l-p65 {
  padding-left: 104px !important;
}

.h-p65 {
  padding-top: 104px !important;
  padding-bottom: 104px !important;
}

.w-p65 {
  padding-left: 104px !important;
  padding-right: 104px !important;
}

.m-65 {
  margin: -104px !important;
}

.t-m-65 {
  margin-top: -104px !important;
}

.r-m-65 {
  margin-right: -104px !important;
}

.b-m-65 {
  margin-bottom: -104px !important;
}

.l-m-65 {
  margin-left: -104px !important;
}

.m70 {
  margin: 112px !important;
}

.t-m70 {
  margin-top: 112px !important;
}

.r-m70 {
  margin-right: 112px !important;
}

.b-m70 {
  margin-bottom: 112px !important;
}

.l-m70 {
  margin-left: 112px !important;
}

.h-m70 {
  margin-top: 112px !important;
  margin-bottom: 112px !important;
}

.w-m70 {
  margin-left: 112px !important;
  margin-right: 112px !important;
}

.p70 {
  padding: 112px !important;
}

.t-p70 {
  padding-top: 112px !important;
}

.r-p70 {
  padding-right: 112px !important;
}

.b-p70 {
  padding-bottom: 112px !important;
}

.l-p70 {
  padding-left: 112px !important;
}

.h-p70 {
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}

.w-p70 {
  padding-left: 112px !important;
  padding-right: 112px !important;
}

.m-70 {
  margin: -112px !important;
}

.t-m-70 {
  margin-top: -112px !important;
}

.r-m-70 {
  margin-right: -112px !important;
}

.b-m-70 {
  margin-bottom: -112px !important;
}

.l-m-70 {
  margin-left: -112px !important;
}

.m75 {
  margin: 120px !important;
}

.t-m75 {
  margin-top: 120px !important;
}

.r-m75 {
  margin-right: 120px !important;
}

.b-m75 {
  margin-bottom: 120px !important;
}

.l-m75 {
  margin-left: 120px !important;
}

.h-m75 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.w-m75 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.p75 {
  padding: 120px !important;
}

.t-p75 {
  padding-top: 120px !important;
}

.r-p75 {
  padding-right: 120px !important;
}

.b-p75 {
  padding-bottom: 120px !important;
}

.l-p75 {
  padding-left: 120px !important;
}

.h-p75 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.w-p75 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.m-75 {
  margin: -120px !important;
}

.t-m-75 {
  margin-top: -120px !important;
}

.r-m-75 {
  margin-right: -120px !important;
}

.b-m-75 {
  margin-bottom: -120px !important;
}

.l-m-75 {
  margin-left: -120px !important;
}

.m80 {
  margin: 128px !important;
}

.t-m80 {
  margin-top: 128px !important;
}

.r-m80 {
  margin-right: 128px !important;
}

.b-m80 {
  margin-bottom: 128px !important;
}

.l-m80 {
  margin-left: 128px !important;
}

.h-m80 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

.w-m80 {
  margin-left: 128px !important;
  margin-right: 128px !important;
}

.p80 {
  padding: 128px !important;
}

.t-p80 {
  padding-top: 128px !important;
}

.r-p80 {
  padding-right: 128px !important;
}

.b-p80 {
  padding-bottom: 128px !important;
}

.l-p80 {
  padding-left: 128px !important;
}

.h-p80 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

.w-p80 {
  padding-left: 128px !important;
  padding-right: 128px !important;
}

.m-80 {
  margin: -128px !important;
}

.t-m-80 {
  margin-top: -128px !important;
}

.r-m-80 {
  margin-right: -128px !important;
}

.b-m-80 {
  margin-bottom: -128px !important;
}

.l-m-80 {
  margin-left: -128px !important;
}

.m85 {
  margin: 136px !important;
}

.t-m85 {
  margin-top: 136px !important;
}

.r-m85 {
  margin-right: 136px !important;
}

.b-m85 {
  margin-bottom: 136px !important;
}

.l-m85 {
  margin-left: 136px !important;
}

.h-m85 {
  margin-top: 136px !important;
  margin-bottom: 136px !important;
}

.w-m85 {
  margin-left: 136px !important;
  margin-right: 136px !important;
}

.p85 {
  padding: 136px !important;
}

.t-p85 {
  padding-top: 136px !important;
}

.r-p85 {
  padding-right: 136px !important;
}

.b-p85 {
  padding-bottom: 136px !important;
}

.l-p85 {
  padding-left: 136px !important;
}

.h-p85 {
  padding-top: 136px !important;
  padding-bottom: 136px !important;
}

.w-p85 {
  padding-left: 136px !important;
  padding-right: 136px !important;
}

.m-85 {
  margin: -136px !important;
}

.t-m-85 {
  margin-top: -136px !important;
}

.r-m-85 {
  margin-right: -136px !important;
}

.b-m-85 {
  margin-bottom: -136px !important;
}

.l-m-85 {
  margin-left: -136px !important;
}

.m90 {
  margin: 144px !important;
}

.t-m90 {
  margin-top: 144px !important;
}

.r-m90 {
  margin-right: 144px !important;
}

.b-m90 {
  margin-bottom: 144px !important;
}

.l-m90 {
  margin-left: 144px !important;
}

.h-m90 {
  margin-top: 144px !important;
  margin-bottom: 144px !important;
}

.w-m90 {
  margin-left: 144px !important;
  margin-right: 144px !important;
}

.p90 {
  padding: 144px !important;
}

.t-p90 {
  padding-top: 144px !important;
}

.r-p90 {
  padding-right: 144px !important;
}

.b-p90 {
  padding-bottom: 144px !important;
}

.l-p90 {
  padding-left: 144px !important;
}

.h-p90 {
  padding-top: 144px !important;
  padding-bottom: 144px !important;
}

.w-p90 {
  padding-left: 144px !important;
  padding-right: 144px !important;
}

.m-90 {
  margin: -144px !important;
}

.t-m-90 {
  margin-top: -144px !important;
}

.r-m-90 {
  margin-right: -144px !important;
}

.b-m-90 {
  margin-bottom: -144px !important;
}

.l-m-90 {
  margin-left: -144px !important;
}

.m95 {
  margin: 152px !important;
}

.t-m95 {
  margin-top: 152px !important;
}

.r-m95 {
  margin-right: 152px !important;
}

.b-m95 {
  margin-bottom: 152px !important;
}

.l-m95 {
  margin-left: 152px !important;
}

.h-m95 {
  margin-top: 152px !important;
  margin-bottom: 152px !important;
}

.w-m95 {
  margin-left: 152px !important;
  margin-right: 152px !important;
}

.p95 {
  padding: 152px !important;
}

.t-p95 {
  padding-top: 152px !important;
}

.r-p95 {
  padding-right: 152px !important;
}

.b-p95 {
  padding-bottom: 152px !important;
}

.l-p95 {
  padding-left: 152px !important;
}

.h-p95 {
  padding-top: 152px !important;
  padding-bottom: 152px !important;
}

.w-p95 {
  padding-left: 152px !important;
  padding-right: 152px !important;
}

.m-95 {
  margin: -152px !important;
}

.t-m-95 {
  margin-top: -152px !important;
}

.r-m-95 {
  margin-right: -152px !important;
}

.b-m-95 {
  margin-bottom: -152px !important;
}

.l-m-95 {
  margin-left: -152px !important;
}

.m100 {
  margin: 160px !important;
}

.t-m100 {
  margin-top: 160px !important;
}

.r-m100 {
  margin-right: 160px !important;
}

.b-m100 {
  margin-bottom: 160px !important;
}

.l-m100 {
  margin-left: 160px !important;
}

.h-m100 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.w-m100 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}

.p100 {
  padding: 160px !important;
}

.t-p100 {
  padding-top: 160px !important;
}

.r-p100 {
  padding-right: 160px !important;
}

.b-p100 {
  padding-bottom: 160px !important;
}

.l-p100 {
  padding-left: 160px !important;
}

.h-p100 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.w-p100 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

.m-100 {
  margin: -160px !important;
}

.t-m-100 {
  margin-top: -160px !important;
}

.r-m-100 {
  margin-right: -160px !important;
}

.b-m-100 {
  margin-bottom: -160px !important;
}

.l-m-100 {
  margin-left: -160px !important;
}

.m105 {
  margin: 168px !important;
}

.t-m105 {
  margin-top: 168px !important;
}

.r-m105 {
  margin-right: 168px !important;
}

.b-m105 {
  margin-bottom: 168px !important;
}

.l-m105 {
  margin-left: 168px !important;
}

.h-m105 {
  margin-top: 168px !important;
  margin-bottom: 168px !important;
}

.w-m105 {
  margin-left: 168px !important;
  margin-right: 168px !important;
}

.p105 {
  padding: 168px !important;
}

.t-p105 {
  padding-top: 168px !important;
}

.r-p105 {
  padding-right: 168px !important;
}

.b-p105 {
  padding-bottom: 168px !important;
}

.l-p105 {
  padding-left: 168px !important;
}

.h-p105 {
  padding-top: 168px !important;
  padding-bottom: 168px !important;
}

.w-p105 {
  padding-left: 168px !important;
  padding-right: 168px !important;
}

.m-105 {
  margin: -168px !important;
}

.t-m-105 {
  margin-top: -168px !important;
}

.r-m-105 {
  margin-right: -168px !important;
}

.b-m-105 {
  margin-bottom: -168px !important;
}

.l-m-105 {
  margin-left: -168px !important;
}

.m110 {
  margin: 176px !important;
}

.t-m110 {
  margin-top: 176px !important;
}

.r-m110 {
  margin-right: 176px !important;
}

.b-m110 {
  margin-bottom: 176px !important;
}

.l-m110 {
  margin-left: 176px !important;
}

.h-m110 {
  margin-top: 176px !important;
  margin-bottom: 176px !important;
}

.w-m110 {
  margin-left: 176px !important;
  margin-right: 176px !important;
}

.p110 {
  padding: 176px !important;
}

.t-p110 {
  padding-top: 176px !important;
}

.r-p110 {
  padding-right: 176px !important;
}

.b-p110 {
  padding-bottom: 176px !important;
}

.l-p110 {
  padding-left: 176px !important;
}

.h-p110 {
  padding-top: 176px !important;
  padding-bottom: 176px !important;
}

.w-p110 {
  padding-left: 176px !important;
  padding-right: 176px !important;
}

.m-110 {
  margin: -176px !important;
}

.t-m-110 {
  margin-top: -176px !important;
}

.r-m-110 {
  margin-right: -176px !important;
}

.b-m-110 {
  margin-bottom: -176px !important;
}

.l-m-110 {
  margin-left: -176px !important;
}

.m115 {
  margin: 184px !important;
}

.t-m115 {
  margin-top: 184px !important;
}

.r-m115 {
  margin-right: 184px !important;
}

.b-m115 {
  margin-bottom: 184px !important;
}

.l-m115 {
  margin-left: 184px !important;
}

.h-m115 {
  margin-top: 184px !important;
  margin-bottom: 184px !important;
}

.w-m115 {
  margin-left: 184px !important;
  margin-right: 184px !important;
}

.p115 {
  padding: 184px !important;
}

.t-p115 {
  padding-top: 184px !important;
}

.r-p115 {
  padding-right: 184px !important;
}

.b-p115 {
  padding-bottom: 184px !important;
}

.l-p115 {
  padding-left: 184px !important;
}

.h-p115 {
  padding-top: 184px !important;
  padding-bottom: 184px !important;
}

.w-p115 {
  padding-left: 184px !important;
  padding-right: 184px !important;
}

.m-115 {
  margin: -184px !important;
}

.t-m-115 {
  margin-top: -184px !important;
}

.r-m-115 {
  margin-right: -184px !important;
}

.b-m-115 {
  margin-bottom: -184px !important;
}

.l-m-115 {
  margin-left: -184px !important;
}

.m120 {
  margin: 192px !important;
}

.t-m120 {
  margin-top: 192px !important;
}

.r-m120 {
  margin-right: 192px !important;
}

.b-m120 {
  margin-bottom: 192px !important;
}

.l-m120 {
  margin-left: 192px !important;
}

.h-m120 {
  margin-top: 192px !important;
  margin-bottom: 192px !important;
}

.w-m120 {
  margin-left: 192px !important;
  margin-right: 192px !important;
}

.p120 {
  padding: 192px !important;
}

.t-p120 {
  padding-top: 192px !important;
}

.r-p120 {
  padding-right: 192px !important;
}

.b-p120 {
  padding-bottom: 192px !important;
}

.l-p120 {
  padding-left: 192px !important;
}

.h-p120 {
  padding-top: 192px !important;
  padding-bottom: 192px !important;
}

.w-p120 {
  padding-left: 192px !important;
  padding-right: 192px !important;
}

.m-120 {
  margin: -192px !important;
}

.t-m-120 {
  margin-top: -192px !important;
}

.r-m-120 {
  margin-right: -192px !important;
}

.b-m-120 {
  margin-bottom: -192px !important;
}

.l-m-120 {
  margin-left: -192px !important;
}

.m125 {
  margin: 200px !important;
}

.t-m125 {
  margin-top: 200px !important;
}

.r-m125 {
  margin-right: 200px !important;
}

.b-m125 {
  margin-bottom: 200px !important;
}

.l-m125 {
  margin-left: 200px !important;
}

.h-m125 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.w-m125 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}

.p125 {
  padding: 200px !important;
}

.t-p125 {
  padding-top: 200px !important;
}

.r-p125 {
  padding-right: 200px !important;
}

.b-p125 {
  padding-bottom: 200px !important;
}

.l-p125 {
  padding-left: 200px !important;
}

.h-p125 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.w-p125 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

.m-125 {
  margin: -200px !important;
}

.t-m-125 {
  margin-top: -200px !important;
}

.r-m-125 {
  margin-right: -200px !important;
}

.b-m-125 {
  margin-bottom: -200px !important;
}

.l-m-125 {
  margin-left: -200px !important;
}

.m130 {
  margin: 208px !important;
}

.t-m130 {
  margin-top: 208px !important;
}

.r-m130 {
  margin-right: 208px !important;
}

.b-m130 {
  margin-bottom: 208px !important;
}

.l-m130 {
  margin-left: 208px !important;
}

.h-m130 {
  margin-top: 208px !important;
  margin-bottom: 208px !important;
}

.w-m130 {
  margin-left: 208px !important;
  margin-right: 208px !important;
}

.p130 {
  padding: 208px !important;
}

.t-p130 {
  padding-top: 208px !important;
}

.r-p130 {
  padding-right: 208px !important;
}

.b-p130 {
  padding-bottom: 208px !important;
}

.l-p130 {
  padding-left: 208px !important;
}

.h-p130 {
  padding-top: 208px !important;
  padding-bottom: 208px !important;
}

.w-p130 {
  padding-left: 208px !important;
  padding-right: 208px !important;
}

.m-130 {
  margin: -208px !important;
}

.t-m-130 {
  margin-top: -208px !important;
}

.r-m-130 {
  margin-right: -208px !important;
}

.b-m-130 {
  margin-bottom: -208px !important;
}

.l-m-130 {
  margin-left: -208px !important;
}

.m135 {
  margin: 216px !important;
}

.t-m135 {
  margin-top: 216px !important;
}

.r-m135 {
  margin-right: 216px !important;
}

.b-m135 {
  margin-bottom: 216px !important;
}

.l-m135 {
  margin-left: 216px !important;
}

.h-m135 {
  margin-top: 216px !important;
  margin-bottom: 216px !important;
}

.w-m135 {
  margin-left: 216px !important;
  margin-right: 216px !important;
}

.p135 {
  padding: 216px !important;
}

.t-p135 {
  padding-top: 216px !important;
}

.r-p135 {
  padding-right: 216px !important;
}

.b-p135 {
  padding-bottom: 216px !important;
}

.l-p135 {
  padding-left: 216px !important;
}

.h-p135 {
  padding-top: 216px !important;
  padding-bottom: 216px !important;
}

.w-p135 {
  padding-left: 216px !important;
  padding-right: 216px !important;
}

.m-135 {
  margin: -216px !important;
}

.t-m-135 {
  margin-top: -216px !important;
}

.r-m-135 {
  margin-right: -216px !important;
}

.b-m-135 {
  margin-bottom: -216px !important;
}

.l-m-135 {
  margin-left: -216px !important;
}

.m140 {
  margin: 224px !important;
}

.t-m140 {
  margin-top: 224px !important;
}

.r-m140 {
  margin-right: 224px !important;
}

.b-m140 {
  margin-bottom: 224px !important;
}

.l-m140 {
  margin-left: 224px !important;
}

.h-m140 {
  margin-top: 224px !important;
  margin-bottom: 224px !important;
}

.w-m140 {
  margin-left: 224px !important;
  margin-right: 224px !important;
}

.p140 {
  padding: 224px !important;
}

.t-p140 {
  padding-top: 224px !important;
}

.r-p140 {
  padding-right: 224px !important;
}

.b-p140 {
  padding-bottom: 224px !important;
}

.l-p140 {
  padding-left: 224px !important;
}

.h-p140 {
  padding-top: 224px !important;
  padding-bottom: 224px !important;
}

.w-p140 {
  padding-left: 224px !important;
  padding-right: 224px !important;
}

.m-140 {
  margin: -224px !important;
}

.t-m-140 {
  margin-top: -224px !important;
}

.r-m-140 {
  margin-right: -224px !important;
}

.b-m-140 {
  margin-bottom: -224px !important;
}

.l-m-140 {
  margin-left: -224px !important;
}

.m145 {
  margin: 232px !important;
}

.t-m145 {
  margin-top: 232px !important;
}

.r-m145 {
  margin-right: 232px !important;
}

.b-m145 {
  margin-bottom: 232px !important;
}

.l-m145 {
  margin-left: 232px !important;
}

.h-m145 {
  margin-top: 232px !important;
  margin-bottom: 232px !important;
}

.w-m145 {
  margin-left: 232px !important;
  margin-right: 232px !important;
}

.p145 {
  padding: 232px !important;
}

.t-p145 {
  padding-top: 232px !important;
}

.r-p145 {
  padding-right: 232px !important;
}

.b-p145 {
  padding-bottom: 232px !important;
}

.l-p145 {
  padding-left: 232px !important;
}

.h-p145 {
  padding-top: 232px !important;
  padding-bottom: 232px !important;
}

.w-p145 {
  padding-left: 232px !important;
  padding-right: 232px !important;
}

.m-145 {
  margin: -232px !important;
}

.t-m-145 {
  margin-top: -232px !important;
}

.r-m-145 {
  margin-right: -232px !important;
}

.b-m-145 {
  margin-bottom: -232px !important;
}

.l-m-145 {
  margin-left: -232px !important;
}

.m150 {
  margin: 240px !important;
}

.t-m150 {
  margin-top: 240px !important;
}

.r-m150 {
  margin-right: 240px !important;
}

.b-m150 {
  margin-bottom: 240px !important;
}

.l-m150 {
  margin-left: 240px !important;
}

.h-m150 {
  margin-top: 240px !important;
  margin-bottom: 240px !important;
}

.w-m150 {
  margin-left: 240px !important;
  margin-right: 240px !important;
}

.p150 {
  padding: 240px !important;
}

.t-p150 {
  padding-top: 240px !important;
}

.r-p150 {
  padding-right: 240px !important;
}

.b-p150 {
  padding-bottom: 240px !important;
}

.l-p150 {
  padding-left: 240px !important;
}

.h-p150 {
  padding-top: 240px !important;
  padding-bottom: 240px !important;
}

.w-p150 {
  padding-left: 240px !important;
  padding-right: 240px !important;
}

.m-150 {
  margin: -240px !important;
}

.t-m-150 {
  margin-top: -240px !important;
}

.r-m-150 {
  margin-right: -240px !important;
}

.b-m-150 {
  margin-bottom: -240px !important;
}

.l-m-150 {
  margin-left: -240px !important;
}

.m155 {
  margin: 248px !important;
}

.t-m155 {
  margin-top: 248px !important;
}

.r-m155 {
  margin-right: 248px !important;
}

.b-m155 {
  margin-bottom: 248px !important;
}

.l-m155 {
  margin-left: 248px !important;
}

.h-m155 {
  margin-top: 248px !important;
  margin-bottom: 248px !important;
}

.w-m155 {
  margin-left: 248px !important;
  margin-right: 248px !important;
}

.p155 {
  padding: 248px !important;
}

.t-p155 {
  padding-top: 248px !important;
}

.r-p155 {
  padding-right: 248px !important;
}

.b-p155 {
  padding-bottom: 248px !important;
}

.l-p155 {
  padding-left: 248px !important;
}

.h-p155 {
  padding-top: 248px !important;
  padding-bottom: 248px !important;
}

.w-p155 {
  padding-left: 248px !important;
  padding-right: 248px !important;
}

.m-155 {
  margin: -248px !important;
}

.t-m-155 {
  margin-top: -248px !important;
}

.r-m-155 {
  margin-right: -248px !important;
}

.b-m-155 {
  margin-bottom: -248px !important;
}

.l-m-155 {
  margin-left: -248px !important;
}

.m160 {
  margin: 256px !important;
}

.t-m160 {
  margin-top: 256px !important;
}

.r-m160 {
  margin-right: 256px !important;
}

.b-m160 {
  margin-bottom: 256px !important;
}

.l-m160 {
  margin-left: 256px !important;
}

.h-m160 {
  margin-top: 256px !important;
  margin-bottom: 256px !important;
}

.w-m160 {
  margin-left: 256px !important;
  margin-right: 256px !important;
}

.p160 {
  padding: 256px !important;
}

.t-p160 {
  padding-top: 256px !important;
}

.r-p160 {
  padding-right: 256px !important;
}

.b-p160 {
  padding-bottom: 256px !important;
}

.l-p160 {
  padding-left: 256px !important;
}

.h-p160 {
  padding-top: 256px !important;
  padding-bottom: 256px !important;
}

.w-p160 {
  padding-left: 256px !important;
  padding-right: 256px !important;
}

.m-160 {
  margin: -256px !important;
}

.t-m-160 {
  margin-top: -256px !important;
}

.r-m-160 {
  margin-right: -256px !important;
}

.b-m-160 {
  margin-bottom: -256px !important;
}

.l-m-160 {
  margin-left: -256px !important;
}

.m165 {
  margin: 264px !important;
}

.t-m165 {
  margin-top: 264px !important;
}

.r-m165 {
  margin-right: 264px !important;
}

.b-m165 {
  margin-bottom: 264px !important;
}

.l-m165 {
  margin-left: 264px !important;
}

.h-m165 {
  margin-top: 264px !important;
  margin-bottom: 264px !important;
}

.w-m165 {
  margin-left: 264px !important;
  margin-right: 264px !important;
}

.p165 {
  padding: 264px !important;
}

.t-p165 {
  padding-top: 264px !important;
}

.r-p165 {
  padding-right: 264px !important;
}

.b-p165 {
  padding-bottom: 264px !important;
}

.l-p165 {
  padding-left: 264px !important;
}

.h-p165 {
  padding-top: 264px !important;
  padding-bottom: 264px !important;
}

.w-p165 {
  padding-left: 264px !important;
  padding-right: 264px !important;
}

.m-165 {
  margin: -264px !important;
}

.t-m-165 {
  margin-top: -264px !important;
}

.r-m-165 {
  margin-right: -264px !important;
}

.b-m-165 {
  margin-bottom: -264px !important;
}

.l-m-165 {
  margin-left: -264px !important;
}

.m170 {
  margin: 272px !important;
}

.t-m170 {
  margin-top: 272px !important;
}

.r-m170 {
  margin-right: 272px !important;
}

.b-m170 {
  margin-bottom: 272px !important;
}

.l-m170 {
  margin-left: 272px !important;
}

.h-m170 {
  margin-top: 272px !important;
  margin-bottom: 272px !important;
}

.w-m170 {
  margin-left: 272px !important;
  margin-right: 272px !important;
}

.p170 {
  padding: 272px !important;
}

.t-p170 {
  padding-top: 272px !important;
}

.r-p170 {
  padding-right: 272px !important;
}

.b-p170 {
  padding-bottom: 272px !important;
}

.l-p170 {
  padding-left: 272px !important;
}

.h-p170 {
  padding-top: 272px !important;
  padding-bottom: 272px !important;
}

.w-p170 {
  padding-left: 272px !important;
  padding-right: 272px !important;
}

.m-170 {
  margin: -272px !important;
}

.t-m-170 {
  margin-top: -272px !important;
}

.r-m-170 {
  margin-right: -272px !important;
}

.b-m-170 {
  margin-bottom: -272px !important;
}

.l-m-170 {
  margin-left: -272px !important;
}

.m175 {
  margin: 280px !important;
}

.t-m175 {
  margin-top: 280px !important;
}

.r-m175 {
  margin-right: 280px !important;
}

.b-m175 {
  margin-bottom: 280px !important;
}

.l-m175 {
  margin-left: 280px !important;
}

.h-m175 {
  margin-top: 280px !important;
  margin-bottom: 280px !important;
}

.w-m175 {
  margin-left: 280px !important;
  margin-right: 280px !important;
}

.p175 {
  padding: 280px !important;
}

.t-p175 {
  padding-top: 280px !important;
}

.r-p175 {
  padding-right: 280px !important;
}

.b-p175 {
  padding-bottom: 280px !important;
}

.l-p175 {
  padding-left: 280px !important;
}

.h-p175 {
  padding-top: 280px !important;
  padding-bottom: 280px !important;
}

.w-p175 {
  padding-left: 280px !important;
  padding-right: 280px !important;
}

.m-175 {
  margin: -280px !important;
}

.t-m-175 {
  margin-top: -280px !important;
}

.r-m-175 {
  margin-right: -280px !important;
}

.b-m-175 {
  margin-bottom: -280px !important;
}

.l-m-175 {
  margin-left: -280px !important;
}

.m180 {
  margin: 288px !important;
}

.t-m180 {
  margin-top: 288px !important;
}

.r-m180 {
  margin-right: 288px !important;
}

.b-m180 {
  margin-bottom: 288px !important;
}

.l-m180 {
  margin-left: 288px !important;
}

.h-m180 {
  margin-top: 288px !important;
  margin-bottom: 288px !important;
}

.w-m180 {
  margin-left: 288px !important;
  margin-right: 288px !important;
}

.p180 {
  padding: 288px !important;
}

.t-p180 {
  padding-top: 288px !important;
}

.r-p180 {
  padding-right: 288px !important;
}

.b-p180 {
  padding-bottom: 288px !important;
}

.l-p180 {
  padding-left: 288px !important;
}

.h-p180 {
  padding-top: 288px !important;
  padding-bottom: 288px !important;
}

.w-p180 {
  padding-left: 288px !important;
  padding-right: 288px !important;
}

.m-180 {
  margin: -288px !important;
}

.t-m-180 {
  margin-top: -288px !important;
}

.r-m-180 {
  margin-right: -288px !important;
}

.b-m-180 {
  margin-bottom: -288px !important;
}

.l-m-180 {
  margin-left: -288px !important;
}

.m185 {
  margin: 296px !important;
}

.t-m185 {
  margin-top: 296px !important;
}

.r-m185 {
  margin-right: 296px !important;
}

.b-m185 {
  margin-bottom: 296px !important;
}

.l-m185 {
  margin-left: 296px !important;
}

.h-m185 {
  margin-top: 296px !important;
  margin-bottom: 296px !important;
}

.w-m185 {
  margin-left: 296px !important;
  margin-right: 296px !important;
}

.p185 {
  padding: 296px !important;
}

.t-p185 {
  padding-top: 296px !important;
}

.r-p185 {
  padding-right: 296px !important;
}

.b-p185 {
  padding-bottom: 296px !important;
}

.l-p185 {
  padding-left: 296px !important;
}

.h-p185 {
  padding-top: 296px !important;
  padding-bottom: 296px !important;
}

.w-p185 {
  padding-left: 296px !important;
  padding-right: 296px !important;
}

.m-185 {
  margin: -296px !important;
}

.t-m-185 {
  margin-top: -296px !important;
}

.r-m-185 {
  margin-right: -296px !important;
}

.b-m-185 {
  margin-bottom: -296px !important;
}

.l-m-185 {
  margin-left: -296px !important;
}

.m190 {
  margin: 304px !important;
}

.t-m190 {
  margin-top: 304px !important;
}

.r-m190 {
  margin-right: 304px !important;
}

.b-m190 {
  margin-bottom: 304px !important;
}

.l-m190 {
  margin-left: 304px !important;
}

.h-m190 {
  margin-top: 304px !important;
  margin-bottom: 304px !important;
}

.w-m190 {
  margin-left: 304px !important;
  margin-right: 304px !important;
}

.p190 {
  padding: 304px !important;
}

.t-p190 {
  padding-top: 304px !important;
}

.r-p190 {
  padding-right: 304px !important;
}

.b-p190 {
  padding-bottom: 304px !important;
}

.l-p190 {
  padding-left: 304px !important;
}

.h-p190 {
  padding-top: 304px !important;
  padding-bottom: 304px !important;
}

.w-p190 {
  padding-left: 304px !important;
  padding-right: 304px !important;
}

.m-190 {
  margin: -304px !important;
}

.t-m-190 {
  margin-top: -304px !important;
}

.r-m-190 {
  margin-right: -304px !important;
}

.b-m-190 {
  margin-bottom: -304px !important;
}

.l-m-190 {
  margin-left: -304px !important;
}

.m195 {
  margin: 312px !important;
}

.t-m195 {
  margin-top: 312px !important;
}

.r-m195 {
  margin-right: 312px !important;
}

.b-m195 {
  margin-bottom: 312px !important;
}

.l-m195 {
  margin-left: 312px !important;
}

.h-m195 {
  margin-top: 312px !important;
  margin-bottom: 312px !important;
}

.w-m195 {
  margin-left: 312px !important;
  margin-right: 312px !important;
}

.p195 {
  padding: 312px !important;
}

.t-p195 {
  padding-top: 312px !important;
}

.r-p195 {
  padding-right: 312px !important;
}

.b-p195 {
  padding-bottom: 312px !important;
}

.l-p195 {
  padding-left: 312px !important;
}

.h-p195 {
  padding-top: 312px !important;
  padding-bottom: 312px !important;
}

.w-p195 {
  padding-left: 312px !important;
  padding-right: 312px !important;
}

.m-195 {
  margin: -312px !important;
}

.t-m-195 {
  margin-top: -312px !important;
}

.r-m-195 {
  margin-right: -312px !important;
}

.b-m-195 {
  margin-bottom: -312px !important;
}

.l-m-195 {
  margin-left: -312px !important;
}

.m200 {
  margin: 320px !important;
}

.t-m200 {
  margin-top: 320px !important;
}

.r-m200 {
  margin-right: 320px !important;
}

.b-m200 {
  margin-bottom: 320px !important;
}

.l-m200 {
  margin-left: 320px !important;
}

.h-m200 {
  margin-top: 320px !important;
  margin-bottom: 320px !important;
}

.w-m200 {
  margin-left: 320px !important;
  margin-right: 320px !important;
}

.p200 {
  padding: 320px !important;
}

.t-p200 {
  padding-top: 320px !important;
}

.r-p200 {
  padding-right: 320px !important;
}

.b-p200 {
  padding-bottom: 320px !important;
}

.l-p200 {
  padding-left: 320px !important;
}

.h-p200 {
  padding-top: 320px !important;
  padding-bottom: 320px !important;
}

.w-p200 {
  padding-left: 320px !important;
  padding-right: 320px !important;
}

.m-200 {
  margin: -320px !important;
}

.t-m-200 {
  margin-top: -320px !important;
}

.r-m-200 {
  margin-right: -320px !important;
}

.b-m-200 {
  margin-bottom: -320px !important;
}

.l-m-200 {
  margin-left: -320px !important;
}

.base_color {
  color: #059569 !important;
}

.base_color.bar {
  border-bottom: 1px solid #aaa;
  margin-bottom: 10px;
}

.sub_color {
  color: #f19b34 !important;
}

.sub_color.bar {
  border-bottom: 1px solid #aaa;
  margin-bottom: 10px;
}

.colorbase {
  color: #059569 !important;
}

.orange {
  color: #ff6a49 !important;
}

.gray {
  color: #dddddd !important;
}

.red {
  color: #d81e1e !important;
}

.blue {
  color: #0083de !important;
}

.brown {
  color: #3a200c !important;
}

.green {
  color: #1fa33a !important;
}

.white {
  color: #fff !important;
}

.white a {
  color: #fff;
  border-color: #fff;
}

.white a:hover {
  opacity: 0.6;
}

.pink {
  color: #ff7bac !important;
}

.black {
  color: #363636 !important;
}

.yellow {
  color: #ffff59 !important;
}

.gold {
  color: #c3a349 !important;
}

.f-s10 {
  font-size: 1rem !important;
}

.f-s11 {
  font-size: 1.1rem !important;
}

.f-s12 {
  font-size: 1.2rem !important;
}

.f-s13 {
  font-size: 1.3rem !important;
}

.f-s14 {
  font-size: 1.4rem !important;
}

.f-s15 {
  font-size: 1.5rem !important;
}

.f-s16 {
  font-size: 1.6rem !important;
}

.f-s17 {
  font-size: 1.7rem !important;
}

.f-s18 {
  font-size: 1.8rem !important;
}

.f-s19 {
  font-size: 1.9rem !important;
}

.f-s20 {
  font-size: 2rem !important;
}

.f-s22 {
  font-size: 2.2rem !important;
}

.f-s24 {
  font-size: 2.4rem !important;
}

.marker-c {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #a8d8fa));
  background: linear-gradient(transparent 70%, #a8d8fa 0%);
  z-index: 0;
}

.marker-m {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ff7c81));
  background: linear-gradient(transparent 70%, #ff7c81 0%);
  z-index: 0;
}

.marker-y {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fef36c));
  background: linear-gradient(transparent 70%, #fef36c 0%);
  z-index: 0;
}

.marker-k {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #cccccc));
  background: linear-gradient(transparent 70%, #cccccc 0%);
  z-index: 0;
}

.marker-p {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffd0e1));
  background: linear-gradient(transparent 70%, #ffd0e1 0%);
  z-index: 0;
}

.marker-w {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, transparent), color-stop(0%, #fff));
  background: linear-gradient(transparent 5%, #fff 0%);
  z-index: 0;
}

.radius {
  border-radius: 20px;
}

.radius>a {
  border-radius: 20px;
}

.img_white img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.bg_shine {
  position: relative;
  background-image: linear-gradient(16deg, rgba(116, 116, 116, 0.05) 0%, rgba(116, 116, 116, 0.05) 25%, transparent 25%, transparent 96%, rgba(177, 177, 177, 0.08) 96%, rgba(177, 177, 177, 0.08) 100%), linear-gradient(236deg, rgba(148, 148, 148, 0.04) 0%, rgba(148, 148, 148, 0.04) 53%, transparent 53%, transparent 59%, rgba(56, 56, 56, 0.02) 59%, rgba(56, 56, 56, 0.02) 100%), linear-gradient(284deg, rgba(16, 16, 16, 0.03) 0%, rgba(16, 16, 16, 0.03) 46%, transparent 46%, transparent 71%, rgba(181, 181, 181, 0.1) 71%, rgba(181, 181, 181, 0.1) 100%), linear-gradient(316deg, rgba(197, 197, 197, 0.02) 0%, rgba(197, 197, 197, 0.02) 26%, transparent 26%, transparent 49%, rgba(58, 58, 58, 0.02) 49%, rgba(58, 58, 58, 0.02) 100%), linear-gradient(90deg, white, white);
}

.bg_shine.type_base {
  background-image: linear-gradient(-164deg, rgba(5, 149, 105, 0.07) 0%, rgba(5, 149, 105, 0.07) 25%, transparent 25%, transparent 96%, rgba(5, 149, 105, 0.08) 96%, rgba(5, 149, 105, 0.08) 100%), linear-gradient(210deg, rgba(5, 149, 105, 0.04) 0%, rgba(5, 149, 105, 0.04) 53%, transparent 53%, transparent 59%, rgba(241, 245, 233, 0.4) 59%, rgba(241, 245, 233, 0.4) 100%), linear-gradient(255deg, rgba(5, 149, 105, 0.07) 0%, rgba(5, 149, 105, 0.07) 46%, transparent 46%, transparent 71%, rgba(5, 149, 105, 0.15) 71%, rgba(5, 149, 105, 0.15) 100%), linear-gradient(316deg, rgba(241, 245, 233, 0.6) 0%, rgba(241, 245, 233, 0.6) 26%, transparent 26%, transparent 49%, rgba(241, 245, 233, 0.6) 49%, rgba(241, 245, 233, 0.6) 100%), linear-gradient(90deg, rgba(241, 245, 233, 0.2), rgba(241, 245, 233, 0.2));
}

.bg_base01 {
  width: 100%;
  position: relative;
  background-color: #b9d4f1;
}

.bg_base01.type1 {
  background-color: inherit !important;
}

.bg_base01.type1:before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #f2f2f2 !important;
  background-position: center center;
  background-size: cover;
  top: 20%;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: 0;
}

.bg_base02 {
  margin: 50px auto;
  width: 96%;
  position: relative;
  background-color: #b9d4f1;
}

.bg_base02.type_r {
  border-radius: 20px;
}

.bg_base03 {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 40px 15px;
  background: #b9d4f1;
}

.bg_base04 {
  position: relative;
}

.bg_base04:before {
  content: "";
  position: absolute;
  width: 100%;
  background: #059569;
  background-position: center center;
  top: 3%;
  bottom: 0;
  right: 0;
  left: auto;
  width: 80%;
  height: 90%;
  z-index: -1;
}

.bg_base04.reverse:before {
  right: auto;
  left: 0;
}

.bg_base05 {
  background: #b9d4f1;
  position: relative;
}

.bg_base05:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-clip-path: polygon(12% 0, 100% 0%, 88% 100%, 0% 100%);
  clip-path: polygon(12% 0, 100% 0%, 88% 100%, 0% 100%);
}

.bg_pattern01 {
  width: 100%;
  position: relative;
  background: url(../img/pattern/water_o.jpg);
}

.bg_pattern01.type1 {
  background: url(../img/pattern/water_g.jpg);
}

.bg_pattern02 {
  margin: 50px auto;
  padding: 30px 0;
  width: calc(100% - 80px);
  position: relative;
  border-radius: 20px;
  background: url(../img/pattern/water_o.jpg);
}

.bg_pattern03 {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 40px 15px;
  background: url(../img/pattern/water_o.jpg);
}

.bg_pattern04 {
  position: relative;
}

.bg_pattern04:before {
  content: "";
  position: absolute;
  width: 100%;
  background-image: url(../img/pattern/water_o.jpg);
  background-repeat: repeat;
  background-attachment: cover;
  top: 0%;
  right: auto;
  left: 0;
  width: 50%;
  height: 60%;
  z-index: -1;
}

.bg_pattern04.reverse:before {
  right: auto;
  left: 0;
}

.bg_pattern05 {
  background: url(../img/pattern/water_o.jpg);
  position: relative;
}

.bg_pattern05:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-clip-path: polygon(12% 0, 100% 0%, 88% 100%, 0% 100%);
  clip-path: polygon(12% 0, 100% 0%, 88% 100%, 0% 100%);
}

.bg-gray {
  margin: 50px auto;
  width: 96%;
  position: relative;
  border-radius: 20px;
  background-image: linear-gradient(23deg, rgba(224, 224, 224, 0.02) 0%, rgba(202, 202, 202, 0.02) 13%, transparent 13%, transparent 80%, rgba(65, 65, 65, 0.02) 80%, rgba(163, 163, 163, 0.02) 100%), linear-gradient(42deg, rgba(98, 98, 98, 0.02) 0%, rgba(128, 128, 128, 0.02) 36%, transparent 36%, transparent 77%, rgba(252, 252, 252, 0.02) 77%, rgba(252, 252, 252, 0.02) 100%), linear-gradient(286deg, rgba(173, 173, 173, 0.02) 0%, rgba(173, 173, 173, 0.02) 2%, transparent 2%, transparent 12%, rgba(196, 196, 196, 0.02) 12%, rgba(105, 105, 105, 0.02) 100%), linear-gradient(77deg, rgba(87, 87, 87, 0.02) 0%, rgba(136, 136, 136, 0.02) 18%, transparent 18%, transparent 55%, rgba(247, 247, 247, 0.02) 55%, rgba(247, 247, 247, 0.02) 100%), linear-gradient(90deg, #fff, #fff);
}

@media all and (max-width: 896px) {
  .bg-gray {
    width: calc(100% - 20px);
    margin: 50px auto;
    padding: 0 10px;
  }
}

@media all and (max-width: 639px) {
  .bg-gray {
    width: calc(100% - 0px);
    margin: 30px auto;
    padding: 0 0px;
  }
}

.bg-gray2 {
  margin-left: 20px;
  margin-right: 20px;
  padding: 40px 15px;
  background-image: linear-gradient(23deg, rgba(228, 228, 228, 0.02) 0%, rgba(202, 202, 202, 0.02) 13%, transparent 13%, transparent 80%, rgba(107, 107, 107, 0.02) 80%, rgba(11, 11, 11, 0.02) 100%), linear-gradient(42deg, rgba(98, 98, 98, 0.02) 0%, rgba(98, 98, 98, 0.02) 36%, transparent 36%, transparent 77%, rgba(252, 252, 252, 0.02) 77%, rgba(252, 252, 252, 0.02) 100%), linear-gradient(286deg, rgba(173, 173, 173, 0.02) 0%, rgba(173, 173, 173, 0.02) 2%, transparent 2%, transparent 12%, rgba(59, 59, 59, 0.02) 12%, rgba(59, 59, 59, 0.02) 100%), linear-gradient(77deg, rgba(87, 87, 87, 0.02) 0%, rgba(87, 87, 87, 0.02) 18%, transparent 18%, transparent 55%, rgba(247, 247, 247, 0.02) 55%, rgba(247, 247, 247, 0.02) 100%), linear-gradient(90deg, #fff, #fff);
}

@media all and (max-width: 639px) {
  .bg-gray2 {
    padding: 0px 5px;
    margin: 0px;
  }
}

.bg-gray3 {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  background: #f2f2f2;
}

.bg-gray4 {
  position: relative;
}

.bg-gray4:before {
  content: "";
  position: absolute;
  width: 100%;
  background: #f2f2f2;
  background-position: center center;
  top: 3%;
  bottom: 0;
  right: 0;
  left: auto;
  width: 80%;
  height: 90%;
  z-index: -1;
}

.bg-gray4.reverse:before {
  right: auto;
  left: 0;
}

.bg-gray5 {
  background: #f2f2f2;
  position: relative;
}

.bg-gray5:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-clip-path: polygon(12% 0, 100% 0%, 88% 100%, 0% 100%);
  clip-path: polygon(12% 0, 100% 0%, 88% 100%, 0% 100%);
}

.bg-beige {
  position: relative;
  background: #f6f0df;
}

.bg-beige.type1 {
  background: transparent;
}

.bg-beige.type1:before {
  position: absolute;
  content: "";
  width: calc(100% - 80px);
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #f6f0df;
  z-index: -1;
  opacity: 0.8;
}

@media all and (max-width: 639px) {
  .bg-beige.type1:before {
    width: calc(100% - 10px);
  }
}

.bg-beige2 {
  background: #f6f0df;
  position: relative;
}

.bg-beige2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-clip-path: polygon(12% 0, 100% 0%, 88% 100%, 0% 100%);
  clip-path: polygon(12% 0, 100% 0%, 88% 100%, 0% 100%);
}

.bg_base_color {
  background-color: rgba(5, 149, 105, 0.6);
}

.bg_base_color.beta {
  background-color: #059569;
}

.bg_base_color.type1 {
  background-color: rgba(5, 149, 105, 0);
  position: relative;
}

.bg_base_color.type1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 86%;
  left: 0;
  bottom: 0;
  background-color: rgba(5, 149, 105, 0.3);
}

.bg_base_color.type_beta {
  background-color: rgba(5, 149, 105, 0);
  position: relative;
}

.bg_base_color.type_beta:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 90%;
  left: 0;
  bottom: 0;
  background-color: #059569;
}

.bg_sharp {
  clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
  -webkit-clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
}

.bg_deco {
  position: relative;
}

.bg_deco:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../elegant/bg_wave02.jpg) repeat-y top center;
  z-index: -2;
}

.bg_deco.reverse:before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.bg_deco_side {
  position: relative;
}

.bg_deco_side .single {
  z-index: 10 !important;
}

.bg_deco_side.type1:before,
.bg_deco_side.type1:after {
  position: absolute;
  content: "";
  width: 80%;
  height: 40%;
  z-index: 1;
  opacity: 0.6;
}

@media all and (max-width: 639px) {

  .bg_deco_side.type1:before,
  .bg_deco_side.type1:after {
    width: 35%;
  }
}

.bg_deco_side:before,
.bg_deco_side:after {
  position: absolute;
  content: "";
  width: 55%;
  height: 40%;
  z-index: 1;
  opacity: 0.6;
}

@media all and (max-width: 896px) {

  .bg_deco_side:before,
  .bg_deco_side:after {
    width: 55%;
  }
}

@media all and (max-width: 639px) {

  .bg_deco_side:before,
  .bg_deco_side:after {
    width: 15%;
  }
}

.bg_deco_side:before {
  left: 0;
  top: 0;
  background: url(../japanese/bg_deco_left.png) no-repeat left top/contain;
}

.bg_deco_side:after {
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url(../japanese/bg_deco_right.png) no-repeat right bottom/contain;
}

.bg_deco_side.type_top:before {
  left: 0;
  top: 0;
  background: url(../japanese/bg_deco_left.png) no-repeat left top/contain;
}

.bg_deco_side.type_top:after {
  right: 0;
  top: 0;
  background: url(../japanese/bg_deco_right.png) no-repeat right bottom/contain;
}

.bg_deco_side.type_bottom:before {
  left: 0;
  top: 0;
  background: url(../japanese/bg_deco_left.png) no-repeat left top/contain;
}

.bg_deco_side.type_bottom:after {
  right: 0;
  top: 0;
  background: url(../japanese/bg_deco_right.png) no-repeat right bottom/contain;
}

.bg_deco_side2 {
  position: relative;
}

.bg_deco_side2:before,
.bg_deco_side2:after {
  position: absolute;
  content: "";
  width: 55%;
  height: 40%;
}

@media all and (max-width: 639px) {

  .bg_deco_side2:before,
  .bg_deco_side2:after {
    width: 55%;
  }
}

.bg_deco_side2:before {
  left: 0;
  top: 0;
  background: url(../japanese/bg_deco_left.png) no-repeat left top/contain;
}

.bg_deco_side2:after {
  right: 0;
  bottom: 0;
  background: url(../japanese/bg_deco_right.png) no-repeat right bottom/contain;
}

.bg_deco_side2.type_top:before {
  left: 0;
  top: 0;
  background: url(../japanese/bg_deco_left.png) no-repeat left top/contain;
}

.bg_deco_side2.type_top:after {
  right: 0;
  top: 0;
  background: url(../japanese/bg_deco_right.png) no-repeat right bottom/contain;
}

.bg_deco_side2.type_bottom:before {
  left: 0;
  top: 0;
  background: url(../japanese/bg_deco_left.png) no-repeat left top/contain;
}

.bg_deco_side2.type_bottom:after {
  right: 0;
  top: 0;
  background: url(../japanese/bg_deco_right.png) no-repeat right bottom/contain;
}

.bg_deco_left {
  position: relative;
}

.bg_deco_left.type1:before {
  position: absolute;
  content: "";
  width: 226px;
  height: 450px;
}

@media all and (max-width: 639px) {
  .bg_deco_left.type1:before {
    width: 35%;
  }
}

.bg_deco_left:before {
  position: absolute;
  content: "";
  width: 35%;
  height: 40%;
}

@media all and (max-width: 639px) {
  .bg_deco_left:before {
    width: 55%;
  }
}

.bg_deco_left:before {
  left: 0;
  top: 0;
  background: url(../japanese/bg_deco_left.png) no-repeat left top/contain;
}

.bg_deco_right {
  position: relative;
}

.bg_deco_right:after {
  position: absolute;
  content: "";
  width: 35%;
  height: 40%;
}

@media all and (max-width: 639px) {
  .bg_deco_right:after {
    width: 55%;
  }
}

.bg_deco_right:after {
  right: 0;
  top: 0;
  background: url(../japanese/bg_deco_right.png) no-repeat right bottom/contain;
}

.deco_line01 {
  position: relative;
  height: 150px;
  margin-bottom: -50px;
  z-index: 2;
}

@media all and (max-width: 639px) {
  .deco_line01 {
    height: 110px;
    margin-bottom: -30px;
  }
}

.deco_line01:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../japanese/deco_line01.png) repeat-x center bottom/contain;
}

.bg_deco_center {
  position: relative;
}

.bg_deco_center:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 400px;
  height: 400px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../yasai/bg_deco_center.png) no-repeat center/contain;
  z-index: -1;
  opacity: 0.5;
}

@media all and (max-width: 639px) {
  .bg_deco_center:before {
    width: 95%;
    height: 95%;
  }
}

.bg_deco_sand {
  background-image: url(../japanese/bg_top.png), url(../japanese/bg_bottom.png);
  background-position: top, bottom;
  background-repeat: repeat-x;
}

.bg_deco_top {
  background-image: url(../japanese/bg_top.png);
  background-position: top;
  background-repeat: repeat-x;
}

.bg_deco_bottom {
  background-image: url(../japanese/bg_bottom.png);
  background-position: bottom;
  background-repeat: repeat-x;
}

.bg_img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg_img.type1:before {
  background-image: url(../img/foot_bg.webp);
}

.bg_img.type2:before {
  background-image: url(../img/03.webp);
}

.bg_img.type3:before {
  background-image: url(../img/02.webp);
}

.bg_img.type4:before {
  background-image: url(../images/04.jpg);
}

.bg_img.type5:before {
  background-image: url(../images/05.jpg);
}

.bg_img.type6:before {
  background-image: url(../images/06.jpg);
}

.bg_img.type7:before {
  background-image: url(../images/07.jpg);
}

.bg_img.type8:before {
  background-image: url(../images/08.jpg);
}

.bg_img.type9:before {
  background-image: url(../images/09.jpg);
}

.bg_img.type10:before {
  background-image: url(../images/10.jpg);
}

.bg_img.gray:before {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.bg_img.blur {
  overflow: hidden;
}

.bg_img.blur:before {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.bg_img.bg_black_grad:after {
  content: "";
  position: absolute;
  width: 100%;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(95%, rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 95%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg_img.bg_white_grad:after {
  content: "";
  position: absolute;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(90%, rgba(255, 255, 255, 0.5)));
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.5) 90%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}

.bg_img.bg_base_grd:after {
  background: #41525e;
  background: linear-gradient(120deg, #41525e 0%, #d4cfc9 100%);
  content: "";
  position: absolute;
  width: 100%;
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}

.bg_img.bg_base:before {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.bg_img.bg_base:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(5, 149, 105, 0.8);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg_img.bg_white:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg_img.bg_black:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg_img.curve {
  -webkit-clip-path: ellipse(100% 100% at top);
  clip-path: ellipse(100% 100% at top);
  overflow: hidden;
}

.bg_img.type_r {
  border-radius: 30px;
  width: 96%;
  margin: 0 auto 30px;
  overflow: hidden;
}

.bg_img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
  top: 0;
  left: 0;
  background-position: center;
}

.bg_img.fixed:before {
  background-attachment: fixed;
}

.bg_img_scroll {
  position: fixed;
  z-index: -2;
  top: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.bg_img_scroll.gray:before {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.bg_img_scroll.blur {
  overflow: hidden;
}

.bg_img_scroll.blur:before {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.bg_img_scroll.bg_black_grad:after {
  content: "";
  position: absolute;
  width: 100%;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(95%, rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 95%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg_img_scroll.bg_white_grad:after {
  content: "";
  position: absolute;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(90%, rgba(255, 255, 255, 0.5)));
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.5) 90%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}

.bg_img_scroll.bg_base_grd:after {
  background: #41525e;
  background: linear-gradient(120deg, #41525e 0%, #d4cfc9 100%);
  content: "";
  position: absolute;
  width: 100%;
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}

.bg_img_scroll.bg_base:before {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.bg_img_scroll.bg_base:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(5, 149, 105, 0.8);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg_img_scroll.bg_white:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg_img_scroll.bg_black:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg_img_scroll.curve {
  -webkit-clip-path: ellipse(100% 100% at top);
  clip-path: ellipse(100% 100% at top);
  overflow: hidden;
}

.bg_img_scroll.type_r {
  border-radius: 30px;
  width: 96%;
  margin: 0 auto 30px;
  overflow: hidden;
}

.bg_img_scroll.type1 {
  background: url("../images/01.jpg") no-repeat top center;
}

.bg_img_scroll.type2 {
  background: url("../images/02.jpg") no-repeat top center;
}

.bg_img_scroll.type3 {
  background: url("../images/03.jpg") no-repeat top center;
}

.bg_img_scroll.type4 {
  background: url("../images/04.jpg") no-repeat top center;
}

.bg_img_scroll.type5 {
  background: url("../images/05.jpg") no-repeat top center;
}

.bg_img_scroll.type6 {
  background: url("../images/06.jpg") no-repeat top center;
}

.bg_img_scroll.type7 {
  background: url("../images/07.jpg") no-repeat top center;
}

.bg_img_scroll.type8 {
  background: url("../images/08.jpg") no-repeat top center;
}

.bg_img_scroll.type9 {
  background: url("../images/09.jpg") no-repeat top center;
}

.bg_img_scroll.type10 {
  background: url("../images/10.jpg") no-repeat top center;
}

.bg_img_growing {
  position: fixed;
  z-index: -2;
  top: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.bg_img_growing.gray:before {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.bg_img_growing.blur {
  overflow: hidden;
}

.bg_img_growing.blur:before {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.bg_img_growing.bg_black_grad:after {
  content: "";
  position: absolute;
  width: 100%;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(95%, rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 95%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg_img_growing.bg_white_grad:after {
  content: "";
  position: absolute;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(90%, rgba(255, 255, 255, 0.5)));
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.5) 90%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}

.bg_img_growing.bg_base_grd:after {
  background: #41525e;
  background: linear-gradient(120deg, #41525e 0%, #d4cfc9 100%);
  content: "";
  position: absolute;
  width: 100%;
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}

.bg_img_growing.bg_base:before {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.bg_img_growing.bg_base:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(5, 149, 105, 0.8);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg_img_growing.bg_white:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg_img_growing.bg_black:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg_img_growing.curve {
  -webkit-clip-path: ellipse(100% 100% at top);
  clip-path: ellipse(100% 100% at top);
  overflow: hidden;
}

.bg_img_growing.type_r {
  border-radius: 30px;
  width: 96%;
  margin: 0 auto 30px;
  overflow: hidden;
}

.bg_img_growing.type1 {
  background: url("../images/01.jpg") no-repeat top center;
}

.bg_img_growing.type2 {
  background: url("../images/02.jpg") no-repeat top center;
}

.bg_img_growing.type3 {
  background: url("../images/03.jpg") no-repeat top center;
}

.bg_img_growing.type4 {
  background: url("../images/04.jpg") no-repeat top center;
}

.bg_img_growing.type5 {
  background: url("../images/05.jpg") no-repeat top center;
}

.bg_img_growing.type6 {
  background: url("../images/06.jpg") no-repeat top center;
}

.bg_img_growing.type7 {
  background: url("../images/07.jpg") no-repeat top center;
}

.bg_img_growing.type8 {
  background: url("../images/08.jpg") no-repeat top center;
}

.bg_img_growing.type9 {
  background: url("../images/09.jpg") no-repeat top center;
}

.bg_img_growing.type10 {
  background: url("../images/10.jpg") no-repeat top center;
}

.bg_img_growing_wrap {
  padding: 300px 0;
}

.bg_img_growing_wrap .ttl {
  position: fixed;
  top: 30%;
  left: 10%;
  z-index: -2;
}

@media all and (max-width: 639px) {
  .bg_img_growing_wrap .ttl {
    left: 2%;
  }
}

.bg_resycle {
  position: relative;
  width: 100%;
  height: 100%;
}

.bg_resycle.fixed:before {
  background-attachment: fixed;
}

.bg_resycle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -2;
  top: 0;
  left: 0;
}

.bg_resycle.type1:before {
  background-image: url(../resycle/bg01.jpg);
}

.bg_basecolor {
  background-color: #059569 !important;
}

.bg_grid {
  background: rgba(255, 255, 255, 0.9);
  /* border-top: 1px solid #555;
	border-bottom: 1px solid #555;*/
  background-image: -webkit-gradient(linear, left top, right top, color-stop(95%, transparent), color-stop(50%, rgba(204, 204, 204, 0.2)), to(rgba(204, 204, 204, 0.2))), -webkit-gradient(linear, left bottom, left top, color-stop(95%, transparent), color-stop(50%, rgba(204, 204, 204, 0.2)), to(rgba(204, 204, 204, 0.2)));
  background-image: linear-gradient(90deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2)), linear-gradient(0deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2));
  background-size: 20px 20px;
  background-repeat: repeat;
}

.bg_stripe {
  position: relative;
}

.bg_stripe:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #fff), color-stop(25%, #3bf8be), color-stop(50%, #3bf8be), color-stop(50%, #fff), color-stop(75%, #fff), color-stop(75%, #3bf8be), to(#3bf8be));
  background-image: linear-gradient(90deg, #fff 25%, #3bf8be 25%, #3bf8be 50%, #fff 50%, #fff 75%, #3bf8be 75%, #3bf8be);
  background-size: 100px 100px;
}

.bg_svg {
  position: relative;
}

.bg_svg:before {
  content: "";
  position: absolute;
  width: 100%;
  background-image: url(../img/svg/bg_electrical_wire.svg);
  background-position: center center;
  background-size: 100%;
  background-repeat: repeat-y;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg_svg.fixed:before {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-orange {
  background-color: #ff6a49 !important;
}

.bg-red {
  background-color: #d81e1e !important;
}

.bg-blue {
  background-color: #0083de !important;
}

.bg-green {
  background-color: #1fa33a !important;
}

.bg-yellow {
  background-color: #ffff59 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-beige {
  background-color: #f6f0df !important;
}

.bg-brown {
  background-color: #3a200c !important;
}

.bg-111 {
  background-color: #111 !important;
}

.bg-222 {
  background-color: #222 !important;
}

.bg-333 {
  background-color: #333 !important;
}

.bg-aaa {
  background-color: #aaa !important;
}

.bg-bbb {
  background-color: #bbb !important;
}

.bg-ccc {
  background-color: #ccc !important;
}

.bg-ddd {
  background-color: #ddd !important;
}

.bg-eee {
  background-color: #eee !important;
}

.bg-f2 {
  background-color: #f2f2f2 !important;
}

.bg-f2.type1 {
  position: relative;
  background-color: inherit !important;
}

.bg-f2.type1:before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #f2f2f2 !important;
  background-position: center center;
  background-size: cover;
  top: 20%;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: 0;
}

.bg-line {
  background-color: #2bac38 !important;
}

.bg-facebook {
  background-color: #365491 !important;
}

.bg-twitter {
  background-color: #3596d4 !important;
}

.bg-insta {
  background-color: #f13f79;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat !important;
}

hr {
  clear: both;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.tbl_scroll {
  width: 100%;
}

@media all and (max-width: 639px) {
  .tbl_scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    max-width: 900px;
    margin: 0 auto;
  }

  .tbl_scroll table {
    width: 600px !important;
  }

  .tbl_scroll .sitemap {
    width: 500px !important;
  }
}

.scrollbar {
  min-height: 100px;
  max-height: 376px;
  overflow-y: scroll;
  overflow-x: hidden;
}

@media all and (max-width: 639px) {
  .scrollbar {
    max-height: 340px;
  }
}

.scrollbar.policy-box {
  max-height: 300px;
}

.scrollbar::-webkit-scrollbar {
  overflow: hidden;
  width: 1px;
  background: #fafafa;
}

.scrollbar::-webkit-scrollbar:horizontal {
  height: 1px;
}

.scrollbar::-webkit-scrollbar-button {
  display: none;
}

.scrollbar::-webkit-scrollbar-piece {
  background: #eee;
}

.scrollbar::-webkit-scrollbar-piece:start {
  background: #eee;
}

.scrollbar::-webkit-scrollbar-thumb,
.scrollbar::-webkit-scrollbar-corner {
  background: #333;
}

.grid2,
.grid3,
.grid4,
.grid5,
.grid6 {
  display: -ms-grid;
  display: grid;
  gap: 60px 60px;
}

.grid2.gap_none,
.grid3.gap_none,
.grid4.gap_none,
.grid5.gap_none,
.grid6.gap_none {
  gap: 0px 0px;
}

@media all and (max-width: 639px) {

  .grid2.gap_none,
  .grid3.gap_none,
  .grid4.gap_none,
  .grid5.gap_none,
  .grid6.gap_none {
    gap: 0px 0px;
  }

  .grid2.gap_none>li,
  .grid2.gap_none .child,
  .grid3.gap_none>li,
  .grid3.gap_none .child,
  .grid4.gap_none>li,
  .grid4.gap_none .child,
  .grid5.gap_none>li,
  .grid5.gap_none .child,
  .grid6.gap_none>li,
  .grid6.gap_none .child {
    margin-bottom: 0px;
  }
}

.grid2.gap_middle,
.grid3.gap_middle,
.grid4.gap_middle,
.grid5.gap_middle,
.grid6.gap_middle {
  gap: 30px 30px;
}

@media all and (max-width: 639px) {

  .grid2.gap_middle,
  .grid3.gap_middle,
  .grid4.gap_middle,
  .grid5.gap_middle,
  .grid6.gap_middle {
    gap: 10px 10px;
  }

  .grid2.gap_middle>li,
  .grid2.gap_middle .child,
  .grid3.gap_middle>li,
  .grid3.gap_middle .child,
  .grid4.gap_middle>li,
  .grid4.gap_middle .child,
  .grid5.gap_middle>li,
  .grid5.gap_middle .child,
  .grid6.gap_middle>li,
  .grid6.gap_middle .child {
    margin-bottom: 10px;
  }
}

.grid2.gap_small,
.grid3.gap_small,
.grid4.gap_small,
.grid5.gap_small,
.grid6.gap_small {
  gap: 10px 10px;
}

@media all and (max-width: 639px) {

  .grid2.gap_small,
  .grid3.gap_small,
  .grid4.gap_small,
  .grid5.gap_small,
  .grid6.gap_small {
    gap: 10px 10px;
  }

  .grid2.gap_small>li,
  .grid2.gap_small .child,
  .grid3.gap_small>li,
  .grid3.gap_small .child,
  .grid4.gap_small>li,
  .grid4.gap_small .child,
  .grid5.gap_small>li,
  .grid5.gap_small .child,
  .grid6.gap_small>li,
  .grid6.gap_small .child {
    margin-bottom: 10px;
  }
}

.grid2.p-center,
.grid3.p-center,
.grid4.p-center,
.grid5.p-center,
.grid6.p-center {
  place-items: center;
}

.grid2.reverse,
.grid3.reverse,
.grid4.reverse,
.grid5.reverse,
.grid6.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.grid2.a-center,
.grid3.a-center,
.grid4.a-center,
.grid5.a-center,
.grid6.a-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid2.j-center,
.grid3.j-center,
.grid4.j-center,
.grid5.j-center,
.grid6.j-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid2>li,
.grid2>.child,
.grid3>li,
.grid3>.child,
.grid4>li,
.grid4>.child,
.grid5>li,
.grid5>.child,
.grid6>li,
.grid6>.child {
  position: relative;
}

.grid2>li .mtitle_circle,
.grid2>.child .mtitle_circle,
.grid3>li .mtitle_circle,
.grid3>.child .mtitle_circle,
.grid4>li .mtitle_circle,
.grid4>.child .mtitle_circle,
.grid5>li .mtitle_circle,
.grid5>.child .mtitle_circle,
.grid6>li .mtitle_circle,
.grid6>.child .mtitle_circle {
  position: absolute;
  top: -20px;
  left: -20px;
}

@media all and (max-width: 896px) {

  .grid2 .res_none,
  .grid3 .res_none,
  .grid4 .res_none,
  .grid5 .res_none,
  .grid6 .res_none {
    display: -ms-grid !important;
    display: grid !important;
  }
}

@media all and (max-width: 639px) {

  .grid2 .res_none,
  .grid3 .res_none,
  .grid4 .res_none,
  .grid5 .res_none,
  .grid6 .res_none {
    display: -ms-grid !important;
    display: grid !important;
  }
}

@media all and (max-width: 896px) {

  .grid2,
  .grid3,
  .grid4,
  .grid5,
  .grid6 {
    gap: 30px 30px;
  }
}

@media all and (max-width: 639px) {

  .grid2,
  .grid3,
  .grid4,
  .grid5,
  .grid6 {
    gap: 10px 10px;
  }

  .grid2>li,
  .grid2 .child,
  .grid3>li,
  .grid3 .child,
  .grid4>li,
  .grid4 .child,
  .grid5>li,
  .grid5 .child,
  .grid6>li,
  .grid6 .child {
    margin-bottom: 20px;
  }
}

.grid2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

@media all and (max-width: 639px) {
  .grid2 {
    display: block;
  }
}

@media all and (max-width: 639px) {
  .grid2.sp2 {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .grid2.sp2>li,
  .grid2.sp2 .child {
    margin-bottom: 0px;
  }
}

@media all and (max-width: 639px) {
  .grid2.sp3 {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

@media all and (max-width: 896px) {
  .grid3 {
    display: block;
  }

  .grid3>li,
  .grid3 .child {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 639px) {
  .grid3.sp2 {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .grid3.sp2>li,
  .grid3.sp2 .child {
    margin-bottom: 0px;
  }
}

@media all and (max-width: 639px) {
  .grid3.sp3 {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

@media all and (max-width: 896px) {
  .grid4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 639px) {
  .grid4 {
    display: block;
  }

  .grid4>li,
  .grid4 .child {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 639px) {
  .grid4.sp2 {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .grid4.sp2>li,
  .grid4.sp2 .child {
    margin-bottom: 0px;
  }
}

@media all and (max-width: 639px) {
  .grid4.sp3 {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

@media all and (max-width: 896px) {
  .grid5 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media all and (max-width: 639px) {
  .grid5 {
    display: block;
  }
}

@media all and (max-width: 639px) {
  .grid5.sp2 {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .grid5.sp2>li,
  .grid5.sp2 .child {
    margin-bottom: 0px;
  }
}

@media all and (max-width: 639px) {
  .grid5.sp3 {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

@media all and (max-width: 896px) {
  .grid6 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media all and (max-width: 639px) {
  .grid6 {
    display: block;
  }
}

@media all and (max-width: 639px) {
  .grid6.sp2 {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 639px) {
  .grid6.sp3 {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.masonry {
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media all and (max-width: 896px) {
  .masonry {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media all and (max-width: 639px) {
  .masonry {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

.masonry>li,
.masonry .child {
  background-color: #ccc;
  padding: 10px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

.masonry>li:nth-child(2n),
.masonry .child:nth-child(2n) {
  background-color: #f2f2f2;
}

.masonry>li:nth-child(3n),
.masonry .child:nth-child(3n) {
  background-color: #eee;
}

.form-contents {
  padding: 0!important;
}

.form-contents form dl {
  margin-bottom: 0!important;
}

.form-contents dl dt:not(.pattern-exclusion) span.required::before{
  background: #059569!important;
  border:1px solid #059569!important;
}
.form-contents .submit-btn{
  background: #363636!important;
  border:1px solid #363636!important;
}
.form-contents :not(.pattern-exclusion) button:hover {
  color: #363636!important;
  background: #fff!important;
  border: solid 2px #363636!important;
}
.form-contents .submit-btn:hover::before {
      background-color: #363636!important;
}
.form-contents dl dt:not(.pattern-exclusion) span.optional::before {
  padding: 5px 8px;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 20px;
  position: relative;
  top: -2px;
}
.form-contents dl dt:not(.pattern-exclusion) span.optional::before {
  content: '任意';
  color: #333!important;
  background: #ffff59!important;
}


