@charset "UTF-8";
/*-------------------------------
          	u-linkbtn
-------------------------------*/
.u-linkbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 60px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  width: 420px;
  max-width: 100%;
  height: 74px;
  background: #031520;
  border-radius: 40px;
  overflow: hidden;
  /* Inside auto layout */
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.7;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: all 0.015s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  -webkit-transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  position: relative;
  padding: 0 30px 0 20px;
  /*== 背景が流れる（左から右） */
}
.u-linkbtn:after {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  z-index: 1;
  /*色や形状*/
  background: #B8A700; /*背景色*/
  width: 120%;
  height: 100%;
  left: -130%;
  top: 0;
  position: absolute;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-transition: all 0.015s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  -webkit-transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
}
.u-linkbtn > span {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 1;
}
.u-linkbtn:hover:after {
  left: -10%;
}
.u-linkbtn2 {
  padding: 20px 20px;
  position: relative;
  line-height: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  max-width: 100%;
  height: 60px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#63c4f0), color-stop(#0084cf), to(#63c4f0));
  background: linear-gradient(to right, #63c4f0, #0084cf, #63c4f0);
  border-radius: 40px;
  font-size: 1.9rem;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: clamp(1.6rem, 0.671rem + 1.86vw, 1.8rem);
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  border: 2px solid #fff;
}
.u-linkbtn2:hover {
  opacity: 0.7;
}
.u-linkbtn2:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/top/ico_point1.svg") 50% 50% no-repeat;
  background-size: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
}
.u-linkbtn2.ma {
  margin-inline: auto;
  margin-left: auto;
  margin-right: auto;
}
.u-linkbtn2.red {
  background: #d4145a !important;
  height: 50px;
}
.u-linkbtn2.red__2 {
  height: 60px;
}
.u-linkbtn2.green {
  background: #00a39a !important;
  height: 50px;
}
.u-linkbtn2.green__2 {
  height: 60px;
}
.u-linkbtn2.blue {
  background: #1772b1 !important;
  height: 50px;
}
.u-linkbtn2.blue__2 {
  height: 60px;
}
.u-linkbtn2.orange {
  background: #f29600 !important;
  height: 50px;
}
.u-linkbtn2.orange__2 {
  height: 60px;
}
.u-linkbtn2.download:after {
  content: "";
  display: block;
  width: 27px;
  height: 23px;
  background: url("../images/common/ico_dl@2x.webp") 50% 50% no-repeat;
  background-size: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
}
.u-linkbtn2.small {
  font-size: 1.4rem;
  letter-spacing: 0;
}

.u-linkbtn3 {
  padding: 20px 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  max-width: 100%;
  height: 60px;
  color: #fff;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: clamp(1.6rem, 0.671rem + 1.86vw, 1.8rem);
  -webkit-transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  overflow: hidden;
  color: #143883;
  background: rgba(255, 255, 255, 0);
  border: 3px solid #143883;
}
.u-linkbtn3:hover {
  border: 3px solid #143883;
  background-color: #143883;
  color: #fff;
}

/*-------------------------------
          	蛍光ペン
-------------------------------*/
.u-keikopen__yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fbed21), to(#fbed21));
  background: linear-gradient(transparent 60%, #fbed21 60%, #fbed21 100%);
}

/*-------------------------------
          	font
-------------------------------*/
.bold {
  font-weight: 700;
}

.u-fs_50 {
  font-size: 0.5rem;
}

@media screen and (max-width: 767px) {
  .u-fs_50_sp {
    font-size: 0.5rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_50_tab {
    font-size: 0.5rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_50_pc {
    font-size: 0.5rem !important;
  }
}
.u-fs_55 {
  font-size: 0.55rem;
}

@media screen and (max-width: 767px) {
  .u-fs_55_sp {
    font-size: 0.55rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_55_tab {
    font-size: 0.55rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_55_pc {
    font-size: 0.55rem !important;
  }
}
.u-fs_60 {
  font-size: 0.6rem;
}

@media screen and (max-width: 767px) {
  .u-fs_60_sp {
    font-size: 0.6rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_60_tab {
    font-size: 0.6rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_60_pc {
    font-size: 0.6rem !important;
  }
}
.u-fs_65 {
  font-size: 0.65rem;
}

@media screen and (max-width: 767px) {
  .u-fs_65_sp {
    font-size: 0.65rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_65_tab {
    font-size: 0.65rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_65_pc {
    font-size: 0.65rem !important;
  }
}
.u-fs_70 {
  font-size: 0.7rem;
}

@media screen and (max-width: 767px) {
  .u-fs_70_sp {
    font-size: 0.7rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_70_tab {
    font-size: 0.7rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_70_pc {
    font-size: 0.7rem !important;
  }
}
.u-fs_75 {
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .u-fs_75_sp {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_75_tab {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_75_pc {
    font-size: 0.75rem !important;
  }
}
.u-fs_80 {
  font-size: 0.8rem;
}

@media screen and (max-width: 767px) {
  .u-fs_80_sp {
    font-size: 0.8rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_80_tab {
    font-size: 0.8rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_80_pc {
    font-size: 0.8rem !important;
  }
}
.u-fs_85 {
  font-size: 0.85rem;
}

@media screen and (max-width: 767px) {
  .u-fs_85_sp {
    font-size: 0.85rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_85_tab {
    font-size: 0.85rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_85_pc {
    font-size: 0.85rem !important;
  }
}
.u-fs_90 {
  font-size: 0.9rem;
}

@media screen and (max-width: 767px) {
  .u-fs_90_sp {
    font-size: 0.9rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_90_tab {
    font-size: 0.9rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_90_pc {
    font-size: 0.9rem !important;
  }
}
.u-fs_95 {
  font-size: 0.95rem;
}

@media screen and (max-width: 767px) {
  .u-fs_95_sp {
    font-size: 0.95rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_95_tab {
    font-size: 0.95rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_95_pc {
    font-size: 0.95rem !important;
  }
}
.u-fs_100 {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .u-fs_100_sp {
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_100_tab {
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_100_pc {
    font-size: 1rem !important;
  }
}
.u-fs_105 {
  font-size: 1.05rem;
}

@media screen and (max-width: 767px) {
  .u-fs_105_sp {
    font-size: 1.05rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_105_tab {
    font-size: 1.05rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_105_pc {
    font-size: 1.05rem !important;
  }
}
.u-fs_110 {
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  .u-fs_110_sp {
    font-size: 1.1rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_110_tab {
    font-size: 1.1rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_110_pc {
    font-size: 1.1rem !important;
  }
}
.u-fs_115 {
  font-size: 1.15rem;
}

@media screen and (max-width: 767px) {
  .u-fs_115_sp {
    font-size: 1.15rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_115_tab {
    font-size: 1.15rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_115_pc {
    font-size: 1.15rem !important;
  }
}
.u-fs_120 {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .u-fs_120_sp {
    font-size: 1.2rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_120_tab {
    font-size: 1.2rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_120_pc {
    font-size: 1.2rem !important;
  }
}
.u-fs_125 {
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .u-fs_125_sp {
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_125_tab {
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_125_pc {
    font-size: 1.25rem !important;
  }
}
.u-fs_130 {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .u-fs_130_sp {
    font-size: 1.3rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_130_tab {
    font-size: 1.3rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_130_pc {
    font-size: 1.3rem !important;
  }
}
.u-fs_135 {
  font-size: 1.35rem;
}

@media screen and (max-width: 767px) {
  .u-fs_135_sp {
    font-size: 1.35rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_135_tab {
    font-size: 1.35rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_135_pc {
    font-size: 1.35rem !important;
  }
}
.u-fs_140 {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .u-fs_140_sp {
    font-size: 1.4rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_140_tab {
    font-size: 1.4rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_140_pc {
    font-size: 1.4rem !important;
  }
}
.u-fs_145 {
  font-size: 1.45rem;
}

@media screen and (max-width: 767px) {
  .u-fs_145_sp {
    font-size: 1.45rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_145_tab {
    font-size: 1.45rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_145_pc {
    font-size: 1.45rem !important;
  }
}
.u-fs_150 {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .u-fs_150_sp {
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_150_tab {
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_150_pc {
    font-size: 1.5rem !important;
  }
}
.u-fs_155 {
  font-size: 1.55rem;
}

@media screen and (max-width: 767px) {
  .u-fs_155_sp {
    font-size: 1.55rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_155_tab {
    font-size: 1.55rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_155_pc {
    font-size: 1.55rem !important;
  }
}
.u-fs_160 {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .u-fs_160_sp {
    font-size: 1.6rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_160_tab {
    font-size: 1.6rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_160_pc {
    font-size: 1.6rem !important;
  }
}
.u-fs_165 {
  font-size: 1.65rem;
}

@media screen and (max-width: 767px) {
  .u-fs_165_sp {
    font-size: 1.65rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_165_tab {
    font-size: 1.65rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_165_pc {
    font-size: 1.65rem !important;
  }
}
.u-fs_170 {
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .u-fs_170_sp {
    font-size: 1.7rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_170_tab {
    font-size: 1.7rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_170_pc {
    font-size: 1.7rem !important;
  }
}
.u-fs_175 {
  font-size: 1.75rem;
}

@media screen and (max-width: 767px) {
  .u-fs_175_sp {
    font-size: 1.75rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_175_tab {
    font-size: 1.75rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_175_pc {
    font-size: 1.75rem !important;
  }
}
.u-fs_180 {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .u-fs_180_sp {
    font-size: 1.8rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_180_tab {
    font-size: 1.8rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_180_pc {
    font-size: 1.8rem !important;
  }
}
.u-fs_185 {
  font-size: 1.85rem;
}

@media screen and (max-width: 767px) {
  .u-fs_185_sp {
    font-size: 1.85rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_185_tab {
    font-size: 1.85rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_185_pc {
    font-size: 1.85rem !important;
  }
}
.u-fs_190 {
  font-size: 1.9rem;
}

@media screen and (max-width: 767px) {
  .u-fs_190_sp {
    font-size: 1.9rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_190_tab {
    font-size: 1.9rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_190_pc {
    font-size: 1.9rem !important;
  }
}
.u-fs_195 {
  font-size: 1.95rem;
}

@media screen and (max-width: 767px) {
  .u-fs_195_sp {
    font-size: 1.95rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_195_tab {
    font-size: 1.95rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_195_pc {
    font-size: 1.95rem !important;
  }
}
.u-fs_200 {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .u-fs_200_sp {
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_200_tab {
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_200_pc {
    font-size: 2rem !important;
  }
}
.u-fs_205 {
  font-size: 2.05rem;
}

@media screen and (max-width: 767px) {
  .u-fs_205_sp {
    font-size: 2.05rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_205_tab {
    font-size: 2.05rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_205_pc {
    font-size: 2.05rem !important;
  }
}
.u-fs_210 {
  font-size: 2.1rem;
}

@media screen and (max-width: 767px) {
  .u-fs_210_sp {
    font-size: 2.1rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_210_tab {
    font-size: 2.1rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_210_pc {
    font-size: 2.1rem !important;
  }
}
.u-fs_215 {
  font-size: 2.15rem;
}

@media screen and (max-width: 767px) {
  .u-fs_215_sp {
    font-size: 2.15rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_215_tab {
    font-size: 2.15rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_215_pc {
    font-size: 2.15rem !important;
  }
}
.u-fs_220 {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .u-fs_220_sp {
    font-size: 2.2rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_220_tab {
    font-size: 2.2rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_220_pc {
    font-size: 2.2rem !important;
  }
}
.u-fs_225 {
  font-size: 2.25rem;
}

@media screen and (max-width: 767px) {
  .u-fs_225_sp {
    font-size: 2.25rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_225_tab {
    font-size: 2.25rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_225_pc {
    font-size: 2.25rem !important;
  }
}
.u-fs_230 {
  font-size: 2.3rem;
}

@media screen and (max-width: 767px) {
  .u-fs_230_sp {
    font-size: 2.3rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_230_tab {
    font-size: 2.3rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_230_pc {
    font-size: 2.3rem !important;
  }
}
.u-fs_235 {
  font-size: 2.35rem;
}

@media screen and (max-width: 767px) {
  .u-fs_235_sp {
    font-size: 2.35rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-fs_235_tab {
    font-size: 2.35rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-fs_235_pc {
    font-size: 2.35rem !important;
  }
}
.u-lh_100 {
  line-height: 100% !important;
}

.u-lh_110 {
  line-height: 110% !important;
}

.u-lh_120 {
  line-height: 120% !important;
}

.u-lh_130 {
  line-height: 130% !important;
}

.u-lh_140 {
  line-height: 140% !important;
}

.u-lh_150 {
  line-height: 150% !important;
}

.u-lh_160 {
  line-height: 160% !important;
}

.u-lh_170 {
  line-height: 170% !important;
}

.u-p_r {
  position: relative;
}

.u-z_-2 {
  z-index: -2;
}

.u-z_-1 {
  z-index: -1;
}

.u-z_0 {
  z-index: 0;
}

.u-z_1 {
  z-index: 1;
}

.u-z_2 {
  z-index: 2;
}

.u-z_3 {
  z-index: 3;
}

.u-z_4 {
  z-index: 4;
}

/*-------------------------------
          	margin
-------------------------------*/
.u-m0 {
  margin: 0px 0;
}

@media screen and (max-width: 767px) {
  .u-m0_sp {
    margin: 0px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-m0_tab {
    margin: 0px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-m0_pc {
    margin: 0px !important;
  }
}
.u-m5 {
  margin: 0px 5;
}

@media screen and (max-width: 767px) {
  .u-m5_sp {
    margin: 5px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-m5_tab {
    margin: 5px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-m5_pc {
    margin: 5px !important;
  }
}
.u-m10 {
  margin: 0px 10;
}

@media screen and (max-width: 767px) {
  .u-m10_sp {
    margin: 10px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-m10_tab {
    margin: 10px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-m10_pc {
    margin: 10px !important;
  }
}
.u-m15 {
  margin: 0px 15;
}

@media screen and (max-width: 767px) {
  .u-m15_sp {
    margin: 15px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-m15_tab {
    margin: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-m15_pc {
    margin: 15px !important;
  }
}
.u-m20 {
  margin: 0px 20;
}

@media screen and (max-width: 767px) {
  .u-m20_sp {
    margin: 20px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-m20_tab {
    margin: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-m20_pc {
    margin: 20px !important;
  }
}
.u-m25 {
  margin: 0px 25;
}

@media screen and (max-width: 767px) {
  .u-m25_sp {
    margin: 25px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-m25_tab {
    margin: 25px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-m25_pc {
    margin: 25px !important;
  }
}
.u-m30 {
  margin: 0px 30;
}

@media screen and (max-width: 767px) {
  .u-m30_sp {
    margin: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-m30_tab {
    margin: 30px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-m30_pc {
    margin: 30px !important;
  }
}
.u-m35 {
  margin: 0px 35;
}

@media screen and (max-width: 767px) {
  .u-m35_sp {
    margin: 35px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-m35_tab {
    margin: 35px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-m35_pc {
    margin: 35px !important;
  }
}
.u-m40 {
  margin: 0px 40;
}

@media screen and (max-width: 767px) {
  .u-m40_sp {
    margin: 40px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-m40_tab {
    margin: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-m40_pc {
    margin: 40px !important;
  }
}
.u-m45 {
  margin: 0px 45;
}

@media screen and (max-width: 767px) {
  .u-m45_sp {
    margin: 45px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-m45_tab {
    margin: 45px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-m45_pc {
    margin: 45px !important;
  }
}
.u-m50 {
  margin: 0px 50;
}

@media screen and (max-width: 767px) {
  .u-m50_sp {
    margin: 50px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-m50_tab {
    margin: 50px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-m50_pc {
    margin: 50px !important;
  }
}
.u-m55 {
  margin: 0px 55;
}

@media screen and (max-width: 767px) {
  .u-m55_sp {
    margin: 55px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-m55_tab {
    margin: 55px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-m55_pc {
    margin: 55px !important;
  }
}
.u-m60 {
  margin: 0px 60;
}

@media screen and (max-width: 767px) {
  .u-m60_sp {
    margin: 60px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-m60_tab {
    margin: 60px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-m60_pc {
    margin: 60px !important;
  }
}
.u-m65 {
  margin: 0px 65;
}

@media screen and (max-width: 767px) {
  .u-m65_sp {
    margin: 65px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-m65_tab {
    margin: 65px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-m65_pc {
    margin: 65px !important;
  }
}
.u-m70 {
  margin: 0px 70;
}

@media screen and (max-width: 767px) {
  .u-m70_sp {
    margin: 70px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-m70_tab {
    margin: 70px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-m70_pc {
    margin: 70px !important;
  }
}
.u-m75 {
  margin: 0px 75;
}

@media screen and (max-width: 767px) {
  .u-m75_sp {
    margin: 75px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-m75_tab {
    margin: 75px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-m75_pc {
    margin: 75px !important;
  }
}
.u-m80 {
  margin: 0px 80;
}

@media screen and (max-width: 767px) {
  .u-m80_sp {
    margin: 80px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-m80_tab {
    margin: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-m80_pc {
    margin: 80px !important;
  }
}
.u-m85 {
  margin: 0px 85;
}

@media screen and (max-width: 767px) {
  .u-m85_sp {
    margin: 85px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-m85_tab {
    margin: 85px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-m85_pc {
    margin: 85px !important;
  }
}
.u-m90 {
  margin: 0px 90;
}

@media screen and (max-width: 767px) {
  .u-m90_sp {
    margin: 90px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-m90_tab {
    margin: 90px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-m90_pc {
    margin: 90px !important;
  }
}
.u-m95 {
  margin: 0px 95;
}

@media screen and (max-width: 767px) {
  .u-m95_sp {
    margin: 95px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-m95_tab {
    margin: 95px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-m95_pc {
    margin: 95px !important;
  }
}
.u-ml0 {
  margin-left: 0px;
}

@media screen and (max-width: 767px) {
  .u-ml0_sp {
    margin-left: 0px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml0_tab {
    margin-left: 0px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-ml0_pc {
    margin-left: 0px !important;
  }
}
.u-ml5 {
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .u-ml5_sp {
    margin-left: 5px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml5_tab {
    margin-left: 5px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-ml5_pc {
    margin-left: 5px !important;
  }
}
.u-ml10 {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .u-ml10_sp {
    margin-left: 10px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml10_tab {
    margin-left: 10px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-ml10_pc {
    margin-left: 10px !important;
  }
}
.u-ml15 {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .u-ml15_sp {
    margin-left: 15px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml15_tab {
    margin-left: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-ml15_pc {
    margin-left: 15px !important;
  }
}
.u-ml20 {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .u-ml20_sp {
    margin-left: 20px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml20_tab {
    margin-left: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-ml20_pc {
    margin-left: 20px !important;
  }
}
.u-ml25 {
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .u-ml25_sp {
    margin-left: 25px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml25_tab {
    margin-left: 25px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-ml25_pc {
    margin-left: 25px !important;
  }
}
.u-ml30 {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .u-ml30_sp {
    margin-left: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml30_tab {
    margin-left: 30px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-ml30_pc {
    margin-left: 30px !important;
  }
}
.u-ml35 {
  margin-left: 35px;
}

@media screen and (max-width: 767px) {
  .u-ml35_sp {
    margin-left: 35px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml35_tab {
    margin-left: 35px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-ml35_pc {
    margin-left: 35px !important;
  }
}
.u-ml40 {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .u-ml40_sp {
    margin-left: 40px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml40_tab {
    margin-left: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-ml40_pc {
    margin-left: 40px !important;
  }
}
.u-ml45 {
  margin-left: 45px;
}

@media screen and (max-width: 767px) {
  .u-ml45_sp {
    margin-left: 45px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml45_tab {
    margin-left: 45px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-ml45_pc {
    margin-left: 45px !important;
  }
}
.u-ml50 {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .u-ml50_sp {
    margin-left: 50px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml50_tab {
    margin-left: 50px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-ml50_pc {
    margin-left: 50px !important;
  }
}
.u-ml55 {
  margin-left: 55px;
}

@media screen and (max-width: 767px) {
  .u-ml55_sp {
    margin-left: 55px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml55_tab {
    margin-left: 55px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-ml55_pc {
    margin-left: 55px !important;
  }
}
.u-ml60 {
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .u-ml60_sp {
    margin-left: 60px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml60_tab {
    margin-left: 60px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-ml60_pc {
    margin-left: 60px !important;
  }
}
.u-ml65 {
  margin-left: 65px;
}

@media screen and (max-width: 767px) {
  .u-ml65_sp {
    margin-left: 65px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml65_tab {
    margin-left: 65px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-ml65_pc {
    margin-left: 65px !important;
  }
}
.u-ml70 {
  margin-left: 70px;
}

@media screen and (max-width: 767px) {
  .u-ml70_sp {
    margin-left: 70px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml70_tab {
    margin-left: 70px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-ml70_pc {
    margin-left: 70px !important;
  }
}
.u-ml75 {
  margin-left: 75px;
}

@media screen and (max-width: 767px) {
  .u-ml75_sp {
    margin-left: 75px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml75_tab {
    margin-left: 75px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-ml75_pc {
    margin-left: 75px !important;
  }
}
.u-ml80 {
  margin-left: 80px;
}

@media screen and (max-width: 767px) {
  .u-ml80_sp {
    margin-left: 80px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml80_tab {
    margin-left: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-ml80_pc {
    margin-left: 80px !important;
  }
}
.u-ml85 {
  margin-left: 85px;
}

@media screen and (max-width: 767px) {
  .u-ml85_sp {
    margin-left: 85px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml85_tab {
    margin-left: 85px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-ml85_pc {
    margin-left: 85px !important;
  }
}
.u-ml90 {
  margin-left: 90px;
}

@media screen and (max-width: 767px) {
  .u-ml90_sp {
    margin-left: 90px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml90_tab {
    margin-left: 90px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-ml90_pc {
    margin-left: 90px !important;
  }
}
.u-ml95 {
  margin-left: 95px;
}

@media screen and (max-width: 767px) {
  .u-ml95_sp {
    margin-left: 95px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml95_tab {
    margin-left: 95px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-ml95_pc {
    margin-left: 95px !important;
  }
}
.u-mr0 {
  margin-right: 0px;
}

@media screen and (max-width: 767px) {
  .u-mr0_sp {
    margin-right: 0px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr0_tab {
    margin-right: 0px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mr0_pc {
    margin-right: 0px !important;
  }
}
.u-mr5 {
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .u-mr5_sp {
    margin-right: 5px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr5_tab {
    margin-right: 5px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mr5_pc {
    margin-right: 5px !important;
  }
}
.u-mr10 {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .u-mr10_sp {
    margin-right: 10px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr10_tab {
    margin-right: 10px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mr10_pc {
    margin-right: 10px !important;
  }
}
.u-mr15 {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .u-mr15_sp {
    margin-right: 15px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr15_tab {
    margin-right: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mr15_pc {
    margin-right: 15px !important;
  }
}
.u-mr20 {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .u-mr20_sp {
    margin-right: 20px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr20_tab {
    margin-right: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mr20_pc {
    margin-right: 20px !important;
  }
}
.u-mr25 {
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .u-mr25_sp {
    margin-right: 25px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr25_tab {
    margin-right: 25px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mr25_pc {
    margin-right: 25px !important;
  }
}
.u-mr30 {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .u-mr30_sp {
    margin-right: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr30_tab {
    margin-right: 30px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mr30_pc {
    margin-right: 30px !important;
  }
}
.u-mr35 {
  margin-right: 35px;
}

@media screen and (max-width: 767px) {
  .u-mr35_sp {
    margin-right: 35px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr35_tab {
    margin-right: 35px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mr35_pc {
    margin-right: 35px !important;
  }
}
.u-mr40 {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .u-mr40_sp {
    margin-right: 40px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr40_tab {
    margin-right: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mr40_pc {
    margin-right: 40px !important;
  }
}
.u-mr45 {
  margin-right: 45px;
}

@media screen and (max-width: 767px) {
  .u-mr45_sp {
    margin-right: 45px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr45_tab {
    margin-right: 45px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mr45_pc {
    margin-right: 45px !important;
  }
}
.u-mr50 {
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .u-mr50_sp {
    margin-right: 50px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr50_tab {
    margin-right: 50px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mr50_pc {
    margin-right: 50px !important;
  }
}
.u-mr55 {
  margin-right: 55px;
}

@media screen and (max-width: 767px) {
  .u-mr55_sp {
    margin-right: 55px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr55_tab {
    margin-right: 55px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mr55_pc {
    margin-right: 55px !important;
  }
}
.u-mr60 {
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  .u-mr60_sp {
    margin-right: 60px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr60_tab {
    margin-right: 60px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mr60_pc {
    margin-right: 60px !important;
  }
}
.u-mr65 {
  margin-right: 65px;
}

@media screen and (max-width: 767px) {
  .u-mr65_sp {
    margin-right: 65px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr65_tab {
    margin-right: 65px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mr65_pc {
    margin-right: 65px !important;
  }
}
.u-mr70 {
  margin-right: 70px;
}

@media screen and (max-width: 767px) {
  .u-mr70_sp {
    margin-right: 70px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr70_tab {
    margin-right: 70px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mr70_pc {
    margin-right: 70px !important;
  }
}
.u-mr75 {
  margin-right: 75px;
}

@media screen and (max-width: 767px) {
  .u-mr75_sp {
    margin-right: 75px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr75_tab {
    margin-right: 75px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mr75_pc {
    margin-right: 75px !important;
  }
}
.u-mr80 {
  margin-right: 80px;
}

@media screen and (max-width: 767px) {
  .u-mr80_sp {
    margin-right: 80px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr80_tab {
    margin-right: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mr80_pc {
    margin-right: 80px !important;
  }
}
.u-mr85 {
  margin-right: 85px;
}

@media screen and (max-width: 767px) {
  .u-mr85_sp {
    margin-right: 85px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr85_tab {
    margin-right: 85px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mr85_pc {
    margin-right: 85px !important;
  }
}
.u-mr90 {
  margin-right: 90px;
}

@media screen and (max-width: 767px) {
  .u-mr90_sp {
    margin-right: 90px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr90_tab {
    margin-right: 90px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mr90_pc {
    margin-right: 90px !important;
  }
}
.u-mr95 {
  margin-right: 95px;
}

@media screen and (max-width: 767px) {
  .u-mr95_sp {
    margin-right: 95px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr95_tab {
    margin-right: 95px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mr95_pc {
    margin-right: 95px !important;
  }
}
.u-mt0 {
  margin-top: 0px !important;
}

@media screen and (max-width: 767px) {
  .u-mt0_sp {
    margin-top: 0px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mt0_tab {
    margin-top: 0px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mt0_pc {
    margin-top: 0px !important;
  }
}
.u-mt5 {
  margin-top: 5px !important;
}

@media screen and (max-width: 767px) {
  .u-mt5_sp {
    margin-top: 5px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mt5_tab {
    margin-top: 5px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mt5_pc {
    margin-top: 5px !important;
  }
}
.u-mt10 {
  margin-top: 10px !important;
}

@media screen and (max-width: 767px) {
  .u-mt10_sp {
    margin-top: 10px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mt10_tab {
    margin-top: 10px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mt10_pc {
    margin-top: 10px !important;
  }
}
.u-mt15 {
  margin-top: 15px !important;
}

@media screen and (max-width: 767px) {
  .u-mt15_sp {
    margin-top: 15px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mt15_tab {
    margin-top: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mt15_pc {
    margin-top: 15px !important;
  }
}
.u-mt20 {
  margin-top: 20px !important;
}

@media screen and (max-width: 767px) {
  .u-mt20_sp {
    margin-top: 20px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mt20_tab {
    margin-top: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mt20_pc {
    margin-top: 20px !important;
  }
}
.u-mt25 {
  margin-top: 25px !important;
}

@media screen and (max-width: 767px) {
  .u-mt25_sp {
    margin-top: 25px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mt25_tab {
    margin-top: 25px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mt25_pc {
    margin-top: 25px !important;
  }
}
.u-mt30 {
  margin-top: 30px !important;
}

@media screen and (max-width: 767px) {
  .u-mt30_sp {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mt30_tab {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mt30_pc {
    margin-top: 30px !important;
  }
}
.u-mt35 {
  margin-top: 35px !important;
}

@media screen and (max-width: 767px) {
  .u-mt35_sp {
    margin-top: 35px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mt35_tab {
    margin-top: 35px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mt35_pc {
    margin-top: 35px !important;
  }
}
.u-mt40 {
  margin-top: 40px !important;
}

@media screen and (max-width: 767px) {
  .u-mt40_sp {
    margin-top: 40px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mt40_tab {
    margin-top: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mt40_pc {
    margin-top: 40px !important;
  }
}
.u-mt45 {
  margin-top: 45px !important;
}

@media screen and (max-width: 767px) {
  .u-mt45_sp {
    margin-top: 45px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mt45_tab {
    margin-top: 45px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mt45_pc {
    margin-top: 45px !important;
  }
}
.u-mt50 {
  margin-top: 50px !important;
}

@media screen and (max-width: 767px) {
  .u-mt50_sp {
    margin-top: 50px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mt50_tab {
    margin-top: 50px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mt50_pc {
    margin-top: 50px !important;
  }
}
.u-mt55 {
  margin-top: 55px !important;
}

@media screen and (max-width: 767px) {
  .u-mt55_sp {
    margin-top: 55px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mt55_tab {
    margin-top: 55px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mt55_pc {
    margin-top: 55px !important;
  }
}
.u-mt60 {
  margin-top: 60px !important;
}

@media screen and (max-width: 767px) {
  .u-mt60_sp {
    margin-top: 60px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mt60_tab {
    margin-top: 60px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mt60_pc {
    margin-top: 60px !important;
  }
}
.u-mt65 {
  margin-top: 65px !important;
}

@media screen and (max-width: 767px) {
  .u-mt65_sp {
    margin-top: 65px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mt65_tab {
    margin-top: 65px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mt65_pc {
    margin-top: 65px !important;
  }
}
.u-mt70 {
  margin-top: 70px !important;
}

@media screen and (max-width: 767px) {
  .u-mt70_sp {
    margin-top: 70px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mt70_tab {
    margin-top: 70px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mt70_pc {
    margin-top: 70px !important;
  }
}
.u-mt75 {
  margin-top: 75px !important;
}

@media screen and (max-width: 767px) {
  .u-mt75_sp {
    margin-top: 75px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mt75_tab {
    margin-top: 75px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mt75_pc {
    margin-top: 75px !important;
  }
}
.u-mt80 {
  margin-top: 80px !important;
}

@media screen and (max-width: 767px) {
  .u-mt80_sp {
    margin-top: 80px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mt80_tab {
    margin-top: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mt80_pc {
    margin-top: 80px !important;
  }
}
.u-mt85 {
  margin-top: 85px !important;
}

@media screen and (max-width: 767px) {
  .u-mt85_sp {
    margin-top: 85px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mt85_tab {
    margin-top: 85px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mt85_pc {
    margin-top: 85px !important;
  }
}
.u-mt90 {
  margin-top: 90px !important;
}

@media screen and (max-width: 767px) {
  .u-mt90_sp {
    margin-top: 90px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mt90_tab {
    margin-top: 90px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mt90_pc {
    margin-top: 90px !important;
  }
}
.u-mt95 {
  margin-top: 95px !important;
}

@media screen and (max-width: 767px) {
  .u-mt95_sp {
    margin-top: 95px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mt95_tab {
    margin-top: 95px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mt95_pc {
    margin-top: 95px !important;
  }
}
.u-mb0 {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .u-mb0_sp {
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mb0_tab {
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mb0_pc {
    margin-bottom: 0px !important;
  }
}
.u-mb5 {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .u-mb5_sp {
    margin-bottom: 5px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mb5_tab {
    margin-bottom: 5px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mb5_pc {
    margin-bottom: 5px !important;
  }
}
.u-mb10 {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .u-mb10_sp {
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mb10_tab {
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mb10_pc {
    margin-bottom: 10px !important;
  }
}
.u-mb15 {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .u-mb15_sp {
    margin-bottom: 15px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mb15_tab {
    margin-bottom: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mb15_pc {
    margin-bottom: 15px !important;
  }
}
.u-mb20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .u-mb20_sp {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mb20_tab {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mb20_pc {
    margin-bottom: 20px !important;
  }
}
.u-mb25 {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .u-mb25_sp {
    margin-bottom: 25px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mb25_tab {
    margin-bottom: 25px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mb25_pc {
    margin-bottom: 25px !important;
  }
}
.u-mb30 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .u-mb30_sp {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mb30_tab {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mb30_pc {
    margin-bottom: 30px !important;
  }
}
.u-mb35 {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .u-mb35_sp {
    margin-bottom: 35px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mb35_tab {
    margin-bottom: 35px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mb35_pc {
    margin-bottom: 35px !important;
  }
}
.u-mb40 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .u-mb40_sp {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mb40_tab {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mb40_pc {
    margin-bottom: 40px !important;
  }
}
.u-mb45 {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .u-mb45_sp {
    margin-bottom: 45px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mb45_tab {
    margin-bottom: 45px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mb45_pc {
    margin-bottom: 45px !important;
  }
}
.u-mb50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .u-mb50_sp {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mb50_tab {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mb50_pc {
    margin-bottom: 50px !important;
  }
}
.u-mb55 {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .u-mb55_sp {
    margin-bottom: 55px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mb55_tab {
    margin-bottom: 55px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mb55_pc {
    margin-bottom: 55px !important;
  }
}
.u-mb60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .u-mb60_sp {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mb60_tab {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mb60_pc {
    margin-bottom: 60px !important;
  }
}
.u-mb65 {
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .u-mb65_sp {
    margin-bottom: 65px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mb65_tab {
    margin-bottom: 65px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mb65_pc {
    margin-bottom: 65px !important;
  }
}
.u-mb70 {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .u-mb70_sp {
    margin-bottom: 70px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mb70_tab {
    margin-bottom: 70px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mb70_pc {
    margin-bottom: 70px !important;
  }
}
.u-mb75 {
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .u-mb75_sp {
    margin-bottom: 75px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mb75_tab {
    margin-bottom: 75px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mb75_pc {
    margin-bottom: 75px !important;
  }
}
.u-mb80 {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .u-mb80_sp {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mb80_tab {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mb80_pc {
    margin-bottom: 80px !important;
  }
}
.u-mb85 {
  margin-bottom: 85px;
}

@media screen and (max-width: 767px) {
  .u-mb85_sp {
    margin-bottom: 85px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mb85_tab {
    margin-bottom: 85px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mb85_pc {
    margin-bottom: 85px !important;
  }
}
.u-mb90 {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .u-mb90_sp {
    margin-bottom: 90px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mb90_tab {
    margin-bottom: 90px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mb90_pc {
    margin-bottom: 90px !important;
  }
}
.u-mb95 {
  margin-bottom: 95px;
}

@media screen and (max-width: 767px) {
  .u-mb95_sp {
    margin-bottom: 95px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mb95_tab {
    margin-bottom: 95px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mb95_pc {
    margin-bottom: 95px !important;
  }
}
/*-------------------------------
          	padding
-------------------------------*/
.u-p0 {
  padding: 0px;
}

@media screen and (max-width: 767px) {
  .u-p0_sp {
    padding: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-p0_tab {
    padding: 0px;
  }
}
@media screen and (min-width: 1025px) {
  .u-p0_pc {
    padding: 0px;
  }
}
.u-p5 {
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .u-p5_sp {
    padding: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-p5_tab {
    padding: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .u-p5_pc {
    padding: 5px;
  }
}
.u-p10 {
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .u-p10_sp {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-p10_tab {
    padding: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .u-p10_pc {
    padding: 10px;
  }
}
.u-p15 {
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .u-p15_sp {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-p15_tab {
    padding: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .u-p15_pc {
    padding: 15px;
  }
}
.u-p20 {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .u-p20_sp {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-p20_tab {
    padding: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .u-p20_pc {
    padding: 20px;
  }
}
.u-p25 {
  padding: 25px;
}

@media screen and (max-width: 767px) {
  .u-p25_sp {
    padding: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-p25_tab {
    padding: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .u-p25_pc {
    padding: 25px;
  }
}
.u-p30 {
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .u-p30_sp {
    padding: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-p30_tab {
    padding: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .u-p30_pc {
    padding: 30px;
  }
}
.u-p35 {
  padding: 35px;
}

@media screen and (max-width: 767px) {
  .u-p35_sp {
    padding: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-p35_tab {
    padding: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .u-p35_pc {
    padding: 35px;
  }
}
.u-p40 {
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .u-p40_sp {
    padding: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-p40_tab {
    padding: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .u-p40_pc {
    padding: 40px;
  }
}
.u-p45 {
  padding: 45px;
}

@media screen and (max-width: 767px) {
  .u-p45_sp {
    padding: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-p45_tab {
    padding: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .u-p45_pc {
    padding: 45px;
  }
}
.u-p50 {
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .u-p50_sp {
    padding: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-p50_tab {
    padding: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .u-p50_pc {
    padding: 50px;
  }
}
.u-p55 {
  padding: 55px;
}

@media screen and (max-width: 767px) {
  .u-p55_sp {
    padding: 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-p55_tab {
    padding: 55px;
  }
}
@media screen and (min-width: 1025px) {
  .u-p55_pc {
    padding: 55px;
  }
}
.u-p60 {
  padding: 60px;
}

@media screen and (max-width: 767px) {
  .u-p60_sp {
    padding: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-p60_tab {
    padding: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .u-p60_pc {
    padding: 60px;
  }
}
.u-p65 {
  padding: 65px;
}

@media screen and (max-width: 767px) {
  .u-p65_sp {
    padding: 65px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-p65_tab {
    padding: 65px;
  }
}
@media screen and (min-width: 1025px) {
  .u-p65_pc {
    padding: 65px;
  }
}
.u-p70 {
  padding: 70px;
}

@media screen and (max-width: 767px) {
  .u-p70_sp {
    padding: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-p70_tab {
    padding: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .u-p70_pc {
    padding: 70px;
  }
}
.u-p75 {
  padding: 75px;
}

@media screen and (max-width: 767px) {
  .u-p75_sp {
    padding: 75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-p75_tab {
    padding: 75px;
  }
}
@media screen and (min-width: 1025px) {
  .u-p75_pc {
    padding: 75px;
  }
}
.u-p80 {
  padding: 80px;
}

@media screen and (max-width: 767px) {
  .u-p80_sp {
    padding: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-p80_tab {
    padding: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .u-p80_pc {
    padding: 80px;
  }
}
.u-p85 {
  padding: 85px;
}

@media screen and (max-width: 767px) {
  .u-p85_sp {
    padding: 85px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-p85_tab {
    padding: 85px;
  }
}
@media screen and (min-width: 1025px) {
  .u-p85_pc {
    padding: 85px;
  }
}
.u-p90 {
  padding: 90px;
}

@media screen and (max-width: 767px) {
  .u-p90_sp {
    padding: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-p90_tab {
    padding: 90px;
  }
}
@media screen and (min-width: 1025px) {
  .u-p90_pc {
    padding: 90px;
  }
}
.u-p95 {
  padding: 95px;
}

@media screen and (max-width: 767px) {
  .u-p95_sp {
    padding: 95px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-p95_tab {
    padding: 95px;
  }
}
@media screen and (min-width: 1025px) {
  .u-p95_pc {
    padding: 95px;
  }
}
.u-pt0 {
  padding-top: 0px;
}

@media screen and (max-width: 767px) {
  .u-pt0_sp {
    padding-top: 0px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pt0_tab {
    padding-top: 0px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pt0_pc {
    padding-top: 0px !important;
  }
}
.u-pt5 {
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .u-pt5_sp {
    padding-top: 5px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pt5_tab {
    padding-top: 5px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pt5_pc {
    padding-top: 5px !important;
  }
}
.u-pt10 {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .u-pt10_sp {
    padding-top: 10px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pt10_tab {
    padding-top: 10px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pt10_pc {
    padding-top: 10px !important;
  }
}
.u-pt15 {
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .u-pt15_sp {
    padding-top: 15px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pt15_tab {
    padding-top: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pt15_pc {
    padding-top: 15px !important;
  }
}
.u-pt20 {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .u-pt20_sp {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pt20_tab {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pt20_pc {
    padding-top: 20px !important;
  }
}
.u-pt25 {
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  .u-pt25_sp {
    padding-top: 25px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pt25_tab {
    padding-top: 25px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pt25_pc {
    padding-top: 25px !important;
  }
}
.u-pt30 {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .u-pt30_sp {
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pt30_tab {
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pt30_pc {
    padding-top: 30px !important;
  }
}
.u-pt35 {
  padding-top: 35px;
}

@media screen and (max-width: 767px) {
  .u-pt35_sp {
    padding-top: 35px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pt35_tab {
    padding-top: 35px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pt35_pc {
    padding-top: 35px !important;
  }
}
.u-pt40 {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .u-pt40_sp {
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pt40_tab {
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pt40_pc {
    padding-top: 40px !important;
  }
}
.u-pt45 {
  padding-top: 45px;
}

@media screen and (max-width: 767px) {
  .u-pt45_sp {
    padding-top: 45px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pt45_tab {
    padding-top: 45px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pt45_pc {
    padding-top: 45px !important;
  }
}
.u-pt50 {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .u-pt50_sp {
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pt50_tab {
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pt50_pc {
    padding-top: 50px !important;
  }
}
.u-pt55 {
  padding-top: 55px;
}

@media screen and (max-width: 767px) {
  .u-pt55_sp {
    padding-top: 55px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pt55_tab {
    padding-top: 55px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pt55_pc {
    padding-top: 55px !important;
  }
}
.u-pt60 {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .u-pt60_sp {
    padding-top: 60px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pt60_tab {
    padding-top: 60px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pt60_pc {
    padding-top: 60px !important;
  }
}
.u-pt65 {
  padding-top: 65px;
}

@media screen and (max-width: 767px) {
  .u-pt65_sp {
    padding-top: 65px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pt65_tab {
    padding-top: 65px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pt65_pc {
    padding-top: 65px !important;
  }
}
.u-pt70 {
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  .u-pt70_sp {
    padding-top: 70px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pt70_tab {
    padding-top: 70px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pt70_pc {
    padding-top: 70px !important;
  }
}
.u-pt75 {
  padding-top: 75px;
}

@media screen and (max-width: 767px) {
  .u-pt75_sp {
    padding-top: 75px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pt75_tab {
    padding-top: 75px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pt75_pc {
    padding-top: 75px !important;
  }
}
.u-pt80 {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .u-pt80_sp {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pt80_tab {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pt80_pc {
    padding-top: 80px !important;
  }
}
.u-pt85 {
  padding-top: 85px;
}

@media screen and (max-width: 767px) {
  .u-pt85_sp {
    padding-top: 85px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pt85_tab {
    padding-top: 85px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pt85_pc {
    padding-top: 85px !important;
  }
}
.u-pt90 {
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .u-pt90_sp {
    padding-top: 90px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pt90_tab {
    padding-top: 90px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pt90_pc {
    padding-top: 90px !important;
  }
}
.u-pt95 {
  padding-top: 95px;
}

@media screen and (max-width: 767px) {
  .u-pt95_sp {
    padding-top: 95px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pt95_tab {
    padding-top: 95px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pt95_pc {
    padding-top: 95px !important;
  }
}
.u-pl0 {
  padding-left: 0px;
}

@media screen and (max-width: 767px) {
  .u-pl0_sp {
    padding-left: 0px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pl0_tab {
    padding-left: 0px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pl0_pc {
    padding-left: 0px !important;
  }
}
.u-pl5 {
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  .u-pl5_sp {
    padding-left: 5px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pl5_tab {
    padding-left: 5px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pl5_pc {
    padding-left: 5px !important;
  }
}
.u-pl10 {
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .u-pl10_sp {
    padding-left: 10px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pl10_tab {
    padding-left: 10px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pl10_pc {
    padding-left: 10px !important;
  }
}
.u-pl15 {
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .u-pl15_sp {
    padding-left: 15px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pl15_tab {
    padding-left: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pl15_pc {
    padding-left: 15px !important;
  }
}
.u-pl20 {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .u-pl20_sp {
    padding-left: 20px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pl20_tab {
    padding-left: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pl20_pc {
    padding-left: 20px !important;
  }
}
.u-pl25 {
  padding-left: 25px;
}

@media screen and (max-width: 767px) {
  .u-pl25_sp {
    padding-left: 25px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pl25_tab {
    padding-left: 25px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pl25_pc {
    padding-left: 25px !important;
  }
}
.u-pl30 {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .u-pl30_sp {
    padding-left: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pl30_tab {
    padding-left: 30px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pl30_pc {
    padding-left: 30px !important;
  }
}
.u-pl35 {
  padding-left: 35px;
}

@media screen and (max-width: 767px) {
  .u-pl35_sp {
    padding-left: 35px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pl35_tab {
    padding-left: 35px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pl35_pc {
    padding-left: 35px !important;
  }
}
.u-pl40 {
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .u-pl40_sp {
    padding-left: 40px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pl40_tab {
    padding-left: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pl40_pc {
    padding-left: 40px !important;
  }
}
.u-pl45 {
  padding-left: 45px;
}

@media screen and (max-width: 767px) {
  .u-pl45_sp {
    padding-left: 45px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pl45_tab {
    padding-left: 45px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pl45_pc {
    padding-left: 45px !important;
  }
}
.u-pl50 {
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .u-pl50_sp {
    padding-left: 50px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pl50_tab {
    padding-left: 50px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pl50_pc {
    padding-left: 50px !important;
  }
}
.u-pl55 {
  padding-left: 55px;
}

@media screen and (max-width: 767px) {
  .u-pl55_sp {
    padding-left: 55px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pl55_tab {
    padding-left: 55px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pl55_pc {
    padding-left: 55px !important;
  }
}
.u-pl60 {
  padding-left: 60px;
}

@media screen and (max-width: 767px) {
  .u-pl60_sp {
    padding-left: 60px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pl60_tab {
    padding-left: 60px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pl60_pc {
    padding-left: 60px !important;
  }
}
.u-pl65 {
  padding-left: 65px;
}

@media screen and (max-width: 767px) {
  .u-pl65_sp {
    padding-left: 65px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pl65_tab {
    padding-left: 65px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pl65_pc {
    padding-left: 65px !important;
  }
}
.u-pl70 {
  padding-left: 70px;
}

@media screen and (max-width: 767px) {
  .u-pl70_sp {
    padding-left: 70px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pl70_tab {
    padding-left: 70px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pl70_pc {
    padding-left: 70px !important;
  }
}
.u-pl75 {
  padding-left: 75px;
}

@media screen and (max-width: 767px) {
  .u-pl75_sp {
    padding-left: 75px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pl75_tab {
    padding-left: 75px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pl75_pc {
    padding-left: 75px !important;
  }
}
.u-pl80 {
  padding-left: 80px;
}

@media screen and (max-width: 767px) {
  .u-pl80_sp {
    padding-left: 80px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pl80_tab {
    padding-left: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pl80_pc {
    padding-left: 80px !important;
  }
}
.u-pl85 {
  padding-left: 85px;
}

@media screen and (max-width: 767px) {
  .u-pl85_sp {
    padding-left: 85px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pl85_tab {
    padding-left: 85px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pl85_pc {
    padding-left: 85px !important;
  }
}
.u-pl90 {
  padding-left: 90px;
}

@media screen and (max-width: 767px) {
  .u-pl90_sp {
    padding-left: 90px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pl90_tab {
    padding-left: 90px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pl90_pc {
    padding-left: 90px !important;
  }
}
.u-pl95 {
  padding-left: 95px;
}

@media screen and (max-width: 767px) {
  .u-pl95_sp {
    padding-left: 95px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pl95_tab {
    padding-left: 95px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pl95_pc {
    padding-left: 95px !important;
  }
}
.u-pb0 {
  padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .u-pb0_sp {
    padding-bottom: 0px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pb0_tab {
    padding-bottom: 0px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pb0_pc {
    padding-bottom: 0px !important;
  }
}
.u-pb5 {
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .u-pb5_sp {
    padding-bottom: 5px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pb5_tab {
    padding-bottom: 5px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pb5_pc {
    padding-bottom: 5px !important;
  }
}
.u-pb10 {
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .u-pb10_sp {
    padding-bottom: 10px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pb10_tab {
    padding-bottom: 10px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pb10_pc {
    padding-bottom: 10px !important;
  }
}
.u-pb15 {
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .u-pb15_sp {
    padding-bottom: 15px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pb15_tab {
    padding-bottom: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pb15_pc {
    padding-bottom: 15px !important;
  }
}
.u-pb20 {
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .u-pb20_sp {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pb20_tab {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pb20_pc {
    padding-bottom: 20px !important;
  }
}
.u-pb25 {
  padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .u-pb25_sp {
    padding-bottom: 25px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pb25_tab {
    padding-bottom: 25px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pb25_pc {
    padding-bottom: 25px !important;
  }
}
.u-pb30 {
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .u-pb30_sp {
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pb30_tab {
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pb30_pc {
    padding-bottom: 30px !important;
  }
}
.u-pb35 {
  padding-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .u-pb35_sp {
    padding-bottom: 35px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pb35_tab {
    padding-bottom: 35px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pb35_pc {
    padding-bottom: 35px !important;
  }
}
.u-pb40 {
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .u-pb40_sp {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pb40_tab {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pb40_pc {
    padding-bottom: 40px !important;
  }
}
.u-pb45 {
  padding-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .u-pb45_sp {
    padding-bottom: 45px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pb45_tab {
    padding-bottom: 45px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pb45_pc {
    padding-bottom: 45px !important;
  }
}
.u-pb50 {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .u-pb50_sp {
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pb50_tab {
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pb50_pc {
    padding-bottom: 50px !important;
  }
}
.u-pb55 {
  padding-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .u-pb55_sp {
    padding-bottom: 55px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pb55_tab {
    padding-bottom: 55px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pb55_pc {
    padding-bottom: 55px !important;
  }
}
.u-pb60 {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .u-pb60_sp {
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pb60_tab {
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pb60_pc {
    padding-bottom: 60px !important;
  }
}
.u-pb65 {
  padding-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .u-pb65_sp {
    padding-bottom: 65px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pb65_tab {
    padding-bottom: 65px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pb65_pc {
    padding-bottom: 65px !important;
  }
}
.u-pb70 {
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .u-pb70_sp {
    padding-bottom: 70px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pb70_tab {
    padding-bottom: 70px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pb70_pc {
    padding-bottom: 70px !important;
  }
}
.u-pb75 {
  padding-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .u-pb75_sp {
    padding-bottom: 75px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pb75_tab {
    padding-bottom: 75px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pb75_pc {
    padding-bottom: 75px !important;
  }
}
.u-pb80 {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .u-pb80_sp {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pb80_tab {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pb80_pc {
    padding-bottom: 80px !important;
  }
}
.u-pb85 {
  padding-bottom: 85px;
}

@media screen and (max-width: 767px) {
  .u-pb85_sp {
    padding-bottom: 85px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pb85_tab {
    padding-bottom: 85px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pb85_pc {
    padding-bottom: 85px !important;
  }
}
.u-pb90 {
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .u-pb90_sp {
    padding-bottom: 90px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pb90_tab {
    padding-bottom: 90px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pb90_pc {
    padding-bottom: 90px !important;
  }
}
.u-pb95 {
  padding-bottom: 95px;
}

@media screen and (max-width: 767px) {
  .u-pb95_sp {
    padding-bottom: 95px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pb95_tab {
    padding-bottom: 95px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pb95_pc {
    padding-bottom: 95px !important;
  }
}
.u-pr0 {
  padding-right: 0px;
}

@media screen and (max-width: 767px) {
  .u-pr0_sp {
    padding-right: 0px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pr0_tab {
    padding-right: 0px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pr0_pc {
    padding-right: 0px !important;
  }
}
.u-pr5 {
  padding-right: 5px;
}

@media screen and (max-width: 767px) {
  .u-pr5_sp {
    padding-right: 5px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pr5_tab {
    padding-right: 5px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pr5_pc {
    padding-right: 5px !important;
  }
}
.u-pr10 {
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .u-pr10_sp {
    padding-right: 10px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pr10_tab {
    padding-right: 10px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pr10_pc {
    padding-right: 10px !important;
  }
}
.u-pr15 {
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .u-pr15_sp {
    padding-right: 15px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pr15_tab {
    padding-right: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pr15_pc {
    padding-right: 15px !important;
  }
}
.u-pr20 {
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .u-pr20_sp {
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pr20_tab {
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pr20_pc {
    padding-right: 20px !important;
  }
}
.u-pr25 {
  padding-right: 25px;
}

@media screen and (max-width: 767px) {
  .u-pr25_sp {
    padding-right: 25px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pr25_tab {
    padding-right: 25px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pr25_pc {
    padding-right: 25px !important;
  }
}
.u-pr30 {
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .u-pr30_sp {
    padding-right: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pr30_tab {
    padding-right: 30px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pr30_pc {
    padding-right: 30px !important;
  }
}
.u-pr35 {
  padding-right: 35px;
}

@media screen and (max-width: 767px) {
  .u-pr35_sp {
    padding-right: 35px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pr35_tab {
    padding-right: 35px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pr35_pc {
    padding-right: 35px !important;
  }
}
.u-pr40 {
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .u-pr40_sp {
    padding-right: 40px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pr40_tab {
    padding-right: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pr40_pc {
    padding-right: 40px !important;
  }
}
.u-pr45 {
  padding-right: 45px;
}

@media screen and (max-width: 767px) {
  .u-pr45_sp {
    padding-right: 45px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pr45_tab {
    padding-right: 45px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pr45_pc {
    padding-right: 45px !important;
  }
}
.u-pr50 {
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .u-pr50_sp {
    padding-right: 50px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pr50_tab {
    padding-right: 50px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pr50_pc {
    padding-right: 50px !important;
  }
}
.u-pr55 {
  padding-right: 55px;
}

@media screen and (max-width: 767px) {
  .u-pr55_sp {
    padding-right: 55px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pr55_tab {
    padding-right: 55px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pr55_pc {
    padding-right: 55px !important;
  }
}
.u-pr60 {
  padding-right: 60px;
}

@media screen and (max-width: 767px) {
  .u-pr60_sp {
    padding-right: 60px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pr60_tab {
    padding-right: 60px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pr60_pc {
    padding-right: 60px !important;
  }
}
.u-pr65 {
  padding-right: 65px;
}

@media screen and (max-width: 767px) {
  .u-pr65_sp {
    padding-right: 65px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pr65_tab {
    padding-right: 65px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pr65_pc {
    padding-right: 65px !important;
  }
}
.u-pr70 {
  padding-right: 70px;
}

@media screen and (max-width: 767px) {
  .u-pr70_sp {
    padding-right: 70px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pr70_tab {
    padding-right: 70px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pr70_pc {
    padding-right: 70px !important;
  }
}
.u-pr75 {
  padding-right: 75px;
}

@media screen and (max-width: 767px) {
  .u-pr75_sp {
    padding-right: 75px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pr75_tab {
    padding-right: 75px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pr75_pc {
    padding-right: 75px !important;
  }
}
.u-pr80 {
  padding-right: 80px;
}

@media screen and (max-width: 767px) {
  .u-pr80_sp {
    padding-right: 80px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pr80_tab {
    padding-right: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pr80_pc {
    padding-right: 80px !important;
  }
}
.u-pr85 {
  padding-right: 85px;
}

@media screen and (max-width: 767px) {
  .u-pr85_sp {
    padding-right: 85px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pr85_tab {
    padding-right: 85px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pr85_pc {
    padding-right: 85px !important;
  }
}
.u-pr90 {
  padding-right: 90px;
}

@media screen and (max-width: 767px) {
  .u-pr90_sp {
    padding-right: 90px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pr90_tab {
    padding-right: 90px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pr90_pc {
    padding-right: 90px !important;
  }
}
.u-pr95 {
  padding-right: 95px;
}

@media screen and (max-width: 767px) {
  .u-pr95_sp {
    padding-right: 95px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pr95_tab {
    padding-right: 95px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-pr95_pc {
    padding-right: 95px !important;
  }
}
/*-------------------------------
          	inner wrapper
-------------------------------*/
.l-inner1 {
  width: 768px;
  max-width: calc(100% - clamp(10px, 15vw, 40px));
  margin-left: auto;
  margin-right: auto;
}
.l-inner1.inner_100 {
  max-width: 100%;
}

.l-inner2 {
  width: 1300px;
  max-width: calc(100% - clamp(10px, 15vw, 40px));
  margin-left: auto;
  margin-right: auto;
}
.l-inner2.inner_100 {
  max-width: 100%;
}

.l-inner3 {
  width: 1920px;
  max-width: calc(100% - clamp(10px, 15vw, 40px));
  margin-left: auto;
  margin-right: auto;
}
.l-inner3.inner_100 {
  max-width: 100%;
}

.l-inner4 {
  width: 1200px;
  max-width: calc(100% - clamp(10px, 15vw, 40px));
  margin-left: auto;
  margin-right: auto;
}
.l-inner4.inner_100 {
  max-width: 100%;
}

.l-inner5 {
  width: 1150px;
  max-width: calc(100% - clamp(10px, 15vw, 40px));
  margin-left: auto;
  margin-right: auto;
}
.l-inner5.inner_100 {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .l-inner1, .l-inner2, .l-inner3, .l-inner4, .l-inner5, .l-inner6, .l-inner7, .l-inner8, .l-inner9, .l-inner10, .l-inner11 {
    max-width: calc(100% - clamp(40px, 10vw, 60px));
  }
  .l-inner1.inner_100_sp, .l-inner2.inner_100_sp, .l-inner3.inner_100_sp, .l-inner4.inner_100_sp, .l-inner5.inner_100_sp, .l-inner6.inner_100_sp, .l-inner7.inner_100_sp, .l-inner8.inner_100_sp, .l-inner9.inner_100_sp, .l-inner10.inner_100_sp, .l-inner11.inner_100_sp {
    max-width: 100%;
  }
}
/*-------------------------------
          	border ボーダー
-------------------------------*/
.u-bt__red {
  border-top: 5px solid #d4145a;
}

.u-bd__blue {
  border: 1px solid #233447;
}

/*-------------------------------
          	color カラー
-------------------------------*/
.u-color_white {
  color: #fff !important;
}

.u-color_black {
  color: #000000 !important;
}

.u-color_brown {
  color: #B8A700 !important;
}

.u-color_red {
  color: #d4145a !important;
}

.u-color_blue {
  color: #233447 !important;
}

.u-color_yellow {
  color: #fbed21 !important;
}

/*-------------------------------
background バックグラウンドカラー
-------------------------------*/
.u-bg_gray {
  background: rgba(247, 247, 247, 0.9);
}

.u-bg_white {
  background: #fff;
}

.u-bg_blue {
  background: #233447;
}

/*-------------------------------
          	表示非表示
-------------------------------*/
@media screen and (min-width: 1025px) {
  .pc_none {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pc_none {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .tab_none {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tab_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tab_none {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .sp_none {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .pc_indisp {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pc_indisp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc_indisp {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .tab_indisp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tab_indisp {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .tab_indisp {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .pc_disp {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pc_disp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc_disp {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .sp_disp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sp_disp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_disp {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .sp_indisp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sp_indisp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_indisp {
    display: inline-block;
  }
}

/*-------------------------------
          	width
-------------------------------*/
.u-w0 {
  width: 0%;
}

@media screen and (max-width: 767px) {
  .u-w0_sp {
    width: 0%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w0_tab {
    width: 0%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w0_pc {
    width: 0%;
  }
}
.u-w5 {
  width: 5%;
}

@media screen and (max-width: 767px) {
  .u-w5_sp {
    width: 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w5_tab {
    width: 5%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w5_pc {
    width: 5%;
  }
}
.u-w10 {
  width: 10%;
}

@media screen and (max-width: 767px) {
  .u-w10_sp {
    width: 10%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w10_tab {
    width: 10%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w10_pc {
    width: 10%;
  }
}
.u-w15 {
  width: 15%;
}

@media screen and (max-width: 767px) {
  .u-w15_sp {
    width: 15%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w15_tab {
    width: 15%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w15_pc {
    width: 15%;
  }
}
.u-w20 {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .u-w20_sp {
    width: 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w20_tab {
    width: 20%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w20_pc {
    width: 20%;
  }
}
.u-w25 {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .u-w25_sp {
    width: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w25_tab {
    width: 25%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w25_pc {
    width: 25%;
  }
}
.u-w30 {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .u-w30_sp {
    width: 30%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w30_tab {
    width: 30%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w30_pc {
    width: 30%;
  }
}
.u-w35 {
  width: 35%;
}

@media screen and (max-width: 767px) {
  .u-w35_sp {
    width: 35%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w35_tab {
    width: 35%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w35_pc {
    width: 35%;
  }
}
.u-w40 {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .u-w40_sp {
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w40_tab {
    width: 40%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w40_pc {
    width: 40%;
  }
}
.u-w45 {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .u-w45_sp {
    width: 45%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w45_tab {
    width: 45%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w45_pc {
    width: 45%;
  }
}
.u-w50 {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .u-w50_sp {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w50_tab {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w50_pc {
    width: 50%;
  }
}
.u-w55 {
  width: 55%;
}

@media screen and (max-width: 767px) {
  .u-w55_sp {
    width: 55%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w55_tab {
    width: 55%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w55_pc {
    width: 55%;
  }
}
.u-w60 {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .u-w60_sp {
    width: 60%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w60_tab {
    width: 60%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w60_pc {
    width: 60%;
  }
}
.u-w65 {
  width: 65%;
}

@media screen and (max-width: 767px) {
  .u-w65_sp {
    width: 65%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w65_tab {
    width: 65%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w65_pc {
    width: 65%;
  }
}
.u-w70 {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .u-w70_sp {
    width: 70%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w70_tab {
    width: 70%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w70_pc {
    width: 70%;
  }
}
.u-w75 {
  width: 75%;
}

@media screen and (max-width: 767px) {
  .u-w75_sp {
    width: 75%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w75_tab {
    width: 75%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w75_pc {
    width: 75%;
  }
}
.u-w80 {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .u-w80_sp {
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w80_tab {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w80_pc {
    width: 80%;
  }
}
.u-w85 {
  width: 85%;
}

@media screen and (max-width: 767px) {
  .u-w85_sp {
    width: 85%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w85_tab {
    width: 85%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w85_pc {
    width: 85%;
  }
}
.u-w90 {
  width: 90%;
}

@media screen and (max-width: 767px) {
  .u-w90_sp {
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w90_tab {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w90_pc {
    width: 90%;
  }
}
.u-w95 {
  width: 95%;
}

@media screen and (max-width: 767px) {
  .u-w95_sp {
    width: 95%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w95_tab {
    width: 95%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w95_pc {
    width: 95%;
  }
}
.u-w100 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .u-w100_sp {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w100_tab {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w100_pc {
    width: 100%;
  }
}
.u-w105 {
  width: 105%;
}

@media screen and (max-width: 767px) {
  .u-w105_sp {
    width: 105%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w105_tab {
    width: 105%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w105_pc {
    width: 105%;
  }
}
.u-w110 {
  width: 110%;
}

@media screen and (max-width: 767px) {
  .u-w110_sp {
    width: 110%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w110_tab {
    width: 110%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w110_pc {
    width: 110%;
  }
}
.u-w115 {
  width: 115%;
}

@media screen and (max-width: 767px) {
  .u-w115_sp {
    width: 115%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w115_tab {
    width: 115%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w115_pc {
    width: 115%;
  }
}
.u-w120 {
  width: 120%;
}

@media screen and (max-width: 767px) {
  .u-w120_sp {
    width: 120%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w120_tab {
    width: 120%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w120_pc {
    width: 120%;
  }
}
.u-w125 {
  width: 125%;
}

@media screen and (max-width: 767px) {
  .u-w125_sp {
    width: 125%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w125_tab {
    width: 125%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w125_pc {
    width: 125%;
  }
}
.u-w130 {
  width: 130%;
}

@media screen and (max-width: 767px) {
  .u-w130_sp {
    width: 130%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w130_tab {
    width: 130%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w130_pc {
    width: 130%;
  }
}
.u-w135 {
  width: 135%;
}

@media screen and (max-width: 767px) {
  .u-w135_sp {
    width: 135%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w135_tab {
    width: 135%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w135_pc {
    width: 135%;
  }
}
.u-w140 {
  width: 140%;
}

@media screen and (max-width: 767px) {
  .u-w140_sp {
    width: 140%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w140_tab {
    width: 140%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w140_pc {
    width: 140%;
  }
}
.u-w145 {
  width: 145%;
}

@media screen and (max-width: 767px) {
  .u-w145_sp {
    width: 145%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w145_tab {
    width: 145%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w145_pc {
    width: 145%;
  }
}
.u-w150 {
  width: 150%;
}

@media screen and (max-width: 767px) {
  .u-w150_sp {
    width: 150%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w150_tab {
    width: 150%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w150_pc {
    width: 150%;
  }
}
.u-w155 {
  width: 155%;
}

@media screen and (max-width: 767px) {
  .u-w155_sp {
    width: 155%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w155_tab {
    width: 155%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w155_pc {
    width: 155%;
  }
}
.u-w160 {
  width: 160%;
}

@media screen and (max-width: 767px) {
  .u-w160_sp {
    width: 160%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w160_tab {
    width: 160%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w160_pc {
    width: 160%;
  }
}
.u-w165 {
  width: 165%;
}

@media screen and (max-width: 767px) {
  .u-w165_sp {
    width: 165%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w165_tab {
    width: 165%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w165_pc {
    width: 165%;
  }
}
.u-w170 {
  width: 170%;
}

@media screen and (max-width: 767px) {
  .u-w170_sp {
    width: 170%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w170_tab {
    width: 170%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w170_pc {
    width: 170%;
  }
}
.u-w175 {
  width: 175%;
}

@media screen and (max-width: 767px) {
  .u-w175_sp {
    width: 175%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w175_tab {
    width: 175%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w175_pc {
    width: 175%;
  }
}
.u-w180 {
  width: 180%;
}

@media screen and (max-width: 767px) {
  .u-w180_sp {
    width: 180%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w180_tab {
    width: 180%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w180_pc {
    width: 180%;
  }
}
.u-w185 {
  width: 185%;
}

@media screen and (max-width: 767px) {
  .u-w185_sp {
    width: 185%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w185_tab {
    width: 185%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w185_pc {
    width: 185%;
  }
}
.u-w190 {
  width: 190%;
}

@media screen and (max-width: 767px) {
  .u-w190_sp {
    width: 190%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w190_tab {
    width: 190%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w190_pc {
    width: 190%;
  }
}
.u-w195 {
  width: 195%;
}

@media screen and (max-width: 767px) {
  .u-w195_sp {
    width: 195%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w195_tab {
    width: 195%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w195_pc {
    width: 195%;
  }
}
.u-w200 {
  width: 200%;
}

@media screen and (max-width: 767px) {
  .u-w200_sp {
    width: 200%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w200_tab {
    width: 200%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w200_pc {
    width: 200%;
  }
}
.u-w205 {
  width: 205%;
}

@media screen and (max-width: 767px) {
  .u-w205_sp {
    width: 205%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w205_tab {
    width: 205%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w205_pc {
    width: 205%;
  }
}
.u-w210 {
  width: 210%;
}

@media screen and (max-width: 767px) {
  .u-w210_sp {
    width: 210%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w210_tab {
    width: 210%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w210_pc {
    width: 210%;
  }
}
.u-w215 {
  width: 215%;
}

@media screen and (max-width: 767px) {
  .u-w215_sp {
    width: 215%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w215_tab {
    width: 215%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w215_pc {
    width: 215%;
  }
}
.u-w220 {
  width: 220%;
}

@media screen and (max-width: 767px) {
  .u-w220_sp {
    width: 220%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w220_tab {
    width: 220%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w220_pc {
    width: 220%;
  }
}
.u-w225 {
  width: 225%;
}

@media screen and (max-width: 767px) {
  .u-w225_sp {
    width: 225%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w225_tab {
    width: 225%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w225_pc {
    width: 225%;
  }
}
.u-w230 {
  width: 230%;
}

@media screen and (max-width: 767px) {
  .u-w230_sp {
    width: 230%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w230_tab {
    width: 230%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w230_pc {
    width: 230%;
  }
}
.u-w235 {
  width: 235%;
}

@media screen and (max-width: 767px) {
  .u-w235_sp {
    width: 235%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w235_tab {
    width: 235%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w235_pc {
    width: 235%;
  }
}
.u-w240 {
  width: 240%;
}

@media screen and (max-width: 767px) {
  .u-w240_sp {
    width: 240%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w240_tab {
    width: 240%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w240_pc {
    width: 240%;
  }
}
.u-w245 {
  width: 245%;
}

@media screen and (max-width: 767px) {
  .u-w245_sp {
    width: 245%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w245_tab {
    width: 245%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w245_pc {
    width: 245%;
  }
}
.u-w250 {
  width: 250%;
}

@media screen and (max-width: 767px) {
  .u-w250_sp {
    width: 250%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w250_tab {
    width: 250%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w250_pc {
    width: 250%;
  }
}
.u-w255 {
  width: 255%;
}

@media screen and (max-width: 767px) {
  .u-w255_sp {
    width: 255%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w255_tab {
    width: 255%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w255_pc {
    width: 255%;
  }
}
.u-w260 {
  width: 260%;
}

@media screen and (max-width: 767px) {
  .u-w260_sp {
    width: 260%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w260_tab {
    width: 260%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w260_pc {
    width: 260%;
  }
}
.u-w265 {
  width: 265%;
}

@media screen and (max-width: 767px) {
  .u-w265_sp {
    width: 265%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w265_tab {
    width: 265%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w265_pc {
    width: 265%;
  }
}
.u-w270 {
  width: 270%;
}

@media screen and (max-width: 767px) {
  .u-w270_sp {
    width: 270%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w270_tab {
    width: 270%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w270_pc {
    width: 270%;
  }
}
.u-w275 {
  width: 275%;
}

@media screen and (max-width: 767px) {
  .u-w275_sp {
    width: 275%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w275_tab {
    width: 275%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w275_pc {
    width: 275%;
  }
}
.u-w280 {
  width: 280%;
}

@media screen and (max-width: 767px) {
  .u-w280_sp {
    width: 280%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w280_tab {
    width: 280%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w280_pc {
    width: 280%;
  }
}
.u-w285 {
  width: 285%;
}

@media screen and (max-width: 767px) {
  .u-w285_sp {
    width: 285%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w285_tab {
    width: 285%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w285_pc {
    width: 285%;
  }
}
.u-w290 {
  width: 290%;
}

@media screen and (max-width: 767px) {
  .u-w290_sp {
    width: 290%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w290_tab {
    width: 290%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w290_pc {
    width: 290%;
  }
}
.u-w295 {
  width: 295%;
}

@media screen and (max-width: 767px) {
  .u-w295_sp {
    width: 295%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w295_tab {
    width: 295%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w295_pc {
    width: 295%;
  }
}
.u-w300 {
  width: 300%;
}

@media screen and (max-width: 767px) {
  .u-w300_sp {
    width: 300%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w300_tab {
    width: 300%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w300_pc {
    width: 300%;
  }
}
.u-w305 {
  width: 305%;
}

@media screen and (max-width: 767px) {
  .u-w305_sp {
    width: 305%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w305_tab {
    width: 305%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w305_pc {
    width: 305%;
  }
}
.u-w310 {
  width: 310%;
}

@media screen and (max-width: 767px) {
  .u-w310_sp {
    width: 310%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w310_tab {
    width: 310%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w310_pc {
    width: 310%;
  }
}
.u-w315 {
  width: 315%;
}

@media screen and (max-width: 767px) {
  .u-w315_sp {
    width: 315%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w315_tab {
    width: 315%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w315_pc {
    width: 315%;
  }
}
.u-w320 {
  width: 320%;
}

@media screen and (max-width: 767px) {
  .u-w320_sp {
    width: 320%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w320_tab {
    width: 320%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w320_pc {
    width: 320%;
  }
}
.u-w325 {
  width: 325%;
}

@media screen and (max-width: 767px) {
  .u-w325_sp {
    width: 325%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w325_tab {
    width: 325%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w325_pc {
    width: 325%;
  }
}
.u-w330 {
  width: 330%;
}

@media screen and (max-width: 767px) {
  .u-w330_sp {
    width: 330%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w330_tab {
    width: 330%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w330_pc {
    width: 330%;
  }
}
.u-w335 {
  width: 335%;
}

@media screen and (max-width: 767px) {
  .u-w335_sp {
    width: 335%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w335_tab {
    width: 335%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w335_pc {
    width: 335%;
  }
}
.u-w340 {
  width: 340%;
}

@media screen and (max-width: 767px) {
  .u-w340_sp {
    width: 340%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w340_tab {
    width: 340%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w340_pc {
    width: 340%;
  }
}
.u-w345 {
  width: 345%;
}

@media screen and (max-width: 767px) {
  .u-w345_sp {
    width: 345%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w345_tab {
    width: 345%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w345_pc {
    width: 345%;
  }
}
.u-w350 {
  width: 350%;
}

@media screen and (max-width: 767px) {
  .u-w350_sp {
    width: 350%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w350_tab {
    width: 350%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w350_pc {
    width: 350%;
  }
}
.u-w355 {
  width: 355%;
}

@media screen and (max-width: 767px) {
  .u-w355_sp {
    width: 355%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w355_tab {
    width: 355%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w355_pc {
    width: 355%;
  }
}
.u-w360 {
  width: 360%;
}

@media screen and (max-width: 767px) {
  .u-w360_sp {
    width: 360%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w360_tab {
    width: 360%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w360_pc {
    width: 360%;
  }
}
.u-w365 {
  width: 365%;
}

@media screen and (max-width: 767px) {
  .u-w365_sp {
    width: 365%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w365_tab {
    width: 365%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w365_pc {
    width: 365%;
  }
}
.u-w370 {
  width: 370%;
}

@media screen and (max-width: 767px) {
  .u-w370_sp {
    width: 370%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w370_tab {
    width: 370%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w370_pc {
    width: 370%;
  }
}
.u-w375 {
  width: 375%;
}

@media screen and (max-width: 767px) {
  .u-w375_sp {
    width: 375%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w375_tab {
    width: 375%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w375_pc {
    width: 375%;
  }
}
.u-w380 {
  width: 380%;
}

@media screen and (max-width: 767px) {
  .u-w380_sp {
    width: 380%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w380_tab {
    width: 380%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w380_pc {
    width: 380%;
  }
}
.u-w385 {
  width: 385%;
}

@media screen and (max-width: 767px) {
  .u-w385_sp {
    width: 385%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w385_tab {
    width: 385%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w385_pc {
    width: 385%;
  }
}
.u-w390 {
  width: 390%;
}

@media screen and (max-width: 767px) {
  .u-w390_sp {
    width: 390%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w390_tab {
    width: 390%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w390_pc {
    width: 390%;
  }
}
.u-w395 {
  width: 395%;
}

@media screen and (max-width: 767px) {
  .u-w395_sp {
    width: 395%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w395_tab {
    width: 395%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w395_pc {
    width: 395%;
  }
}
@media screen and (min-width: 1025px) {
  .u-w__auto__pc {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-w__auto__tab {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .u-w__auto__sp {
    width: auto;
  }
}
/*-------------------------------
          	block
-------------------------------*/
.u-block {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-block_sp {
    display: block;
  }
}

/*-------------------------------
          	clear
-------------------------------*/
.u-clear {
  clear: both;
}

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

.u-clearfix {
  min-height: 1px !important;
}

* html .u-clearfix {
  height: 1px !important;
}

/*-------------------------------
          	text-algn
-------------------------------*/
.u-txt__right {
  text-align: right !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-txt__right__tab {
    text-align: right !important;
  }
}
@media screen and (max-width: 767px) {
  .u-txt__right__sp {
    text-align: right !important;
  }
}
.u-txt__left {
  text-align: left !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-txt__left__tab {
    text-align: left !important;
  }
}
@media screen and (max-width: 767px) {
  .u-txt__left__sp {
    text-align: left !important;
  }
}
.u-txt__center {
  text-align: center !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-txt__center__tab {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .u-txt__center__sp {
    text-align: center !important;
  }
}
.u-txt__center img {
  margin-left: auto !important;
  margin-right: auto !important;
}

/*-------------------------------
  dispay : flex
-------------------------------*/
.u-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.u-flex.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-flex.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-flex_wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.u-flex_wrap.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-flex_wrap.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-order_1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (min-width: 1025px) {
  .u-order_1_pc {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-order_1_tab {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .u-order_1_sp {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.u-order_2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (min-width: 1025px) {
  .u-order_2_pc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-order_2_tab {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 767px) {
  .u-order_2_sp {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.u-order_3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media screen and (min-width: 1025px) {
  .u-order_3_pc {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-order_3_tab {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 767px) {
  .u-order_3_sp {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.u-order_4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

@media screen and (min-width: 1025px) {
  .u-order_4_pc {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-order_4_tab {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (max-width: 767px) {
  .u-order_4_sp {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.u-order_5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

@media screen and (min-width: 1025px) {
  .u-order_5_pc {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-order_5_tab {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media screen and (max-width: 767px) {
  .u-order_5_sp {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
/*-------------------------------
  u-anker
-------------------------------*/
.u-anker {
  position: relative;
  height: 0;
  visibility: hidden;
  opacity: 0;
  display: block;
  clear: both;
  content: "";
  width: 100%;
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
}
.u-anker__wrapper {
  -webkit-transform: translateY(-122px);
          transform: translateY(-122px);
}
@media screen and (max-width: 767px) {
  .u-anker {
    clear: both;
    -webkit-transform: translateY(-75px);
            transform: translateY(-75px);
  }
  .u-anker__wrapper {
    -webkit-transform: translateY(-170px);
            transform: translateY(-170px);
  }
}
@media screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .u-anker__wrapper {
    -webkit-transform: translateY(-75px);
            transform: translateY(-75px);
  }
}