/* ===============================================================================
Module
=============================================================================== */
/* inner module 
========================= */
/* m-inner-1 */
.m-inner-1 {
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .m-inner-1 {
    padding: 0;
  }
}

/* heading module 
========================= */
/* m-heading-1 */
.m-heading-1 {
  color: #fce16d;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
}
.m-heading-1__inner {
  display: inline-block;
  position: relative;
  padding: 0 80px;
}
.m-heading-1__inner::before, .m-heading-1__inner::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/cmn_deco01.svg") no-repeat 0 0/100% 100%;
  width: 72px;
  height: 84px;
}
.m-heading-1__inner::before {
  top: -28px;
  left: 0;
}
.m-heading-1__inner::after {
  right: 0;
  bottom: -28px;
}
.m-heading-1__main {
  padding-bottom: 17px;
  position: relative;
}
.m-heading-1__main::before, .m-heading-1__main::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  background: #fce16d;
  height: 2px;
}
.m-heading-1__main::before {
  bottom: 0;
}
.m-heading-1__main::after {
  bottom: 4px;
}
@media screen and (min-width: 769px) {
  .m-heading-1.m-heading-1_type-2 {
    font-size: 2.5rem;
    line-height: 1.5;
  }
  .m-heading-1.m-heading-1_type-2 .m-heading-1__main {
    padding-bottom: 12px;
  }
  .m-heading-1.m-heading-1_type-2 .m-heading-1__main::before, .m-heading-1.m-heading-1_type-2 .m-heading-1__main::after {
    height: 1px;
  }
  .m-heading-1.m-heading-1_type-2 .m-heading-1__main::after {
    bottom: 3px;
  }
}
@media screen and (max-width: 1039px) and (min-width: 769px) {
  .m-heading-1 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .m-heading-1 {
    font-size: 6.4vw;
  }
  .m-heading-1__inner {
    padding: 0 10.67vw;
  }
  .m-heading-1__inner::before, .m-heading-1__inner::after {
    width: 9.6vw;
    height: 11.2vw;
  }
  .m-heading-1__inner::before {
    top: -3.73vw;
  }
  .m-heading-1__inner::after {
    bottom: -3.73vw;
  }
  .m-heading-1__main {
    padding-bottom: 2.27vw;
  }
  .m-heading-1__main::before, .m-heading-1__main::after {
    height: 0.27vw;
  }
  .m-heading-1__main::after {
    bottom: 1.07vw;
  }
  .m-heading-1.m-heading-1_type-2 {
    font-size: 5.33vw;
    line-height: 1.5;
  }
}

/* m-heading-2 */
.m-heading-2 {
  color: #fce16d;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .m-heading-2 {
    font-size: 5.33vw;
  }
}

/* text module 
========================= */
/* m-txt-1 */
.m-txt-1 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .m-txt-1 {
    font-size: 4vw;
  }
}

/* m-txt-2 */
.m-txt-2 {
  font-size: 1.125rem;
  line-height: 1.78;
  font-weight: 700;
}
.m-txt-2 em {
  color: #ef316b;
}
@media screen and (max-width: 768px) {
  .m-txt-2 {
    font-size: 3.73vw;
  }
}

/* button module 
========================= */
/* m-btn-1 */
.m-btn-1 {
  position: relative;
  font-size: 1.9375rem;
  text-align: center;
  font-weight: 900;
  line-height: 1.68;
  letter-spacing: 0.05em;
  color: #fff;
  border: solid 3px #fff;
  box-sizing: border-box;
  text-shadow: 1px 1px 2px #002061;
  display: block;
  width: 720px;
  margin: 0 auto;
}
.m-btn-1::after {
  position: absolute;
  content: "";
  display: block;
  top: -50px;
  right: -20px;
  width: 302px;
  height: 41px;
  /* background: url("../img/cmn_txt01.png") no-repeat 0 0/100% 100%; */
}
.m-btn-1__inner {
  padding: 11px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
.m-btn-1__inner::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: -300%;
  height: 100%;
  width: 400%;
  background: rgb(239,49,107);
  background: linear-gradient(90deg, rgba(239,49,107,1) 0%, rgba(239,49,107,1) 25%, rgba(7,44,164,1) 50%, rgba(239,49,107,1) 75%, rgba(239,49,107,1) 100%);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-animation-name: anim-reflection;
  animation-name: anim-reflection;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.m-btn-1__inner-3::before {
  background: rgb(6,199,85);
  background: linear-gradient(90deg, rgba(6,199,85,1) 0%, rgba(6,199,85,1) 25%, rgba(0,136,56,1) 50%, rgba(6,199,85,1) 75%, rgba(6,199,85,1) 100%);
}
.m-btn-1__inner-3 span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.m-btn-1__inner-3 span img {
  width: 40px;
  margin-right: 10px;
}
.m-btn-1-3:after {
  content: none;
}
@-webkit-keyframes anim-reflection {
0% {
  left: -300%;
}
100% {
  left: -0%;
}
}
.m-btn-1__inner-2 {
  position: relative;
  z-index: 1;
}
.m-btn-1.m-btn-1_color-2 .m-btn-1__inner::before {
  background: #fee46f;
  background: linear-gradient(90deg, #fee46f 0%, #fee46f 25%, rgba(7,44,164,1) 50%, #fee46f 75%, #fee46f 100%);
}

@media screen and (min-width: 769px) {
  .m-btn-1:hover .m-btn-1__inner {
    text-shadow: 1px 1px 2px #333;
  }
  /* .m-btn-1:hover .m-btn-1__inner::before {
    left: -200%;
  } */
}
@media screen and (max-width: 768px) {
  .m-btn-1 {
    width: auto;
    font-size: 4.27vw;
    line-height: 1.4;
    border-width: 2px;
  }
  .m-btn-1::after {
    top: -9.33vw;
    right: -3.73vw;
    width: 56.37vw;
    height: 7.65vw;
  }
  .m-btn-1__inner {
    padding: 2.67vw 2.13vw;
  }
}

/* general module 
========================= */
.txtL {
  text-align: left !important;
}

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

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

.mid {
  font-weight: 500 !important;
}

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