@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}
input,
textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after,
q:before {
  content: "";
}
a,
input,
select,
textarea,
button {
  outline: none;
}
abbr,
acronym {
  border: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
  /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}

/*common*/
a {
  color: #231815;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.a_link {
  color: #004ca2;
  text-decoration: solid;
}
@media screen and (min-width: 835px) {
  a:hover {
    opacity: 0.5;
  }
  .op:hover img {
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
  }
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
/*** タブレット 835x ~ 1400px***/
@media screen and (min-width: 835px) and (max-width: 1400px) {
  html {
    font-size: 0.694vw;
  }
}
@media screen and (max-width: 834px) {
  html {
    font-size: 2.66vw;
  }
}
body {
  color: #231815;
  background: #fff;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}
.font_eng {
  letter-spacing: 0;
  font-style: normal;
  font-weight: 400;
  font-family: "SENDAI 89ERS FONT 2024";
}

/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  body {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

/* !ers_lp_wrapper
---------------------------------------------------------- */
#ers_lp_wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 6.4rem;
}
#ers_lp_wrapper:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  /*background: url(../image/bg_blue.png)no-repeat center center;*/
  /*background-size: cover;*/
  pointer-events: none;
}
.ers_lp_inner,
.ers_lp_inner02 {
  padding: 0 2rem;
  max-width: 129.8rem;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.ers_lp_inner02 {
  max-width: 105.4rem;
}

/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  #ers_lp_wrapper {
    padding-top: 4rem;
    overflow: visible;
  }
  #ers_lp_wrapper:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url(../image/00_common/bg_01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .ers_lp_inner,
  .ers_lp_inner02 {
    padding: 0 1.6rem;
  }
}

.btn_link01,
.btn_link02 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45.8rem;
  max-width: 100%;
  height: 5.6rem;
  border-radius: 0.8rem;
  border: 0.3rem solid #231815;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #231815;
  overflow: hidden;
  transition: transform 0.3s;
  box-shadow: 0 0.2rem 0.8rem rgba(35, 24, 21, 0.1);
  background: #fff2c6;
}
.btn_link02 {
  background: #fff;
}
.btn_link01.yellow {
  background: #f9be00;
}

.btn_link01 span,
.btn_link02 span {
  position: relative;
  padding-right: 2rem;
}
.btn_link01 span:before,
.btn_link02 span:before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background: url(../image/00_common/icon_arrow_black.svg) no-repeat right center;
  background-size: 100% auto;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .btn_link01:hover {
    transform: scale(1.05);
    background: #231815 !important;
    color: #fff;
    opacity: 1;
  }
  .btn_link01:hover span:before {
    background: url(../image/00_common/icon_arrow_white.svg) no-repeat right center;
    background-size: 100% auto;
  }
}
/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  .btn_link01 {
    width: 16rem;
    height: 4.8rem;
    border-width: 2px;
  }
  .btn_link02 {
    width: 100%;
    height: 5.6rem;
    border-width: 1px;
  }
}
/* !header
---------------------------------------------------------- */
#ers_lp_header {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6.4rem;
  padding: 0 2.4rem 0 3rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 97;
  border-bottom: 1px solid #797676;
}

.ers_lp_logo a {
  display: flex;
  align-items: center;
  grid-gap: 1.5rem;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
.ers_lp_logo a img {
  height: 7rem;
}

@media screen and (min-width: 835px) {
  .ers_lp_cv {
    position: fixed;
    right: 0;
    bottom: 2rem;
    z-index: 88;
    display: flex;
    flex-direction: column;
    grid-gap: 1rem;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.5s ease;
  }
  .ers_lp_cv.is-show {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  .ers_lp_cv .btn_link01 {
    border-radius: 0.8rem 0 0 0.8rem;
    padding: 0;
    width: 23.3rem;
    border-right: 0;
  }
}

/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  #ers_lp_header {
    height: 4.1rem;
    height: 4rem;
    padding: 0 2.3rem 0 1rem;
    z-index: 97;
  }
  .ers_lp_logo a {
    font-size: 1.6rem;
    grid-gap: 1.1rem;
  }
  .ers_lp_logo a img {
    height: 4.8rem;
  }

  .ers_lp_cv {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 88;
    display: flex;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 0.4rem;
    grid-gap: 0.4rem;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.5s ease;
  }
  .ers_lp_cv.is-show {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  .ers_lp_cv .btn_link01 {
    border-radius: 0.4rem;
    width: 100%;
  }
}

/* !navi
---------------------------------------------------------- */
@media screen and (min-width: 835px) {
  .ers_lp_btn_menu {
    display: none;
  }

  .ers_lp_navi_box {
    grid-gap: 3.2rem;
    display: flex;
    align-items: center;
  }
  #ers_lp_navi ul {
    display: flex;
    grid-gap: 2.4rem;
  }
  #ers_lp_navi li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: bold;
  }
  #ers_lp_navi li a font {
    /*display: none;*/
  }

  .ers_lp_navi_btn {
    display: flex;
    grid-gap: 1.6rem;
  }
  .ers_lp_navi_btn .btn_link01 {
    width: 16rem;
    height: 4.8rem;
  }

  .link-underline02 a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .link-underline02 a:hover {
    color: #0088a2;
    text-decoration: none;
    opacity: 1;
  }
  .link-underline02 a:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-image: linear-gradient(to right, #0088a2, #0088a2, #0088a2);
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
  }
  .link-underline02 a:hover:after {
    width: 100%;
    right: auto;
    left: 0;
  }
}
/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  .ers_lp_btn_menu {
    position: fixed; /*ボタン内側の基点となるためrelativeを指定*/
    right: 0;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    width: 4rem;
    height: 4rem;
    background: #f9be00;
  }

  /*ボタン内側*/
  .ers_lp_btn_menu span {
    display: inline-block;
    transition: all 0.6s; /*アニメーションの設定*/
    position: absolute;
    left: 1.1rem;
    height: 0.2rem;
    width: 1.8rem;
    border-radius: 0;
    background: #231815;
  }
  .ers_lp_btn_menu span:nth-of-type(1) {
    top: 1.4rem;
  }
  .ers_lp_btn_menu span:nth-of-type(2) {
    top: 1.9rem;
  }
  .ers_lp_btn_menu span:nth-of-type(3) {
    top: 2.4rem;
  }
  .active.ers_lp_btn_menu span:nth-of-type(1) {
    transform: translateY(0.5rem) rotate(45deg);
  }
  .active.ers_lp_btn_menu span:nth-of-type(2) {
    opacity: 0;
  }
  .active.ers_lp_btn_menu span:nth-of-type(3) {
    transform: translateY(-0.5rem) rotate(-45deg);
  }

  #ers_lp_navi {
    position: absolute;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    z-index: 98;
    background: #fff;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s, right 0.3s;
    padding: 10rem 2rem;
    /*display: flex;*/
    align-items: center;
    background: url(../image/00_common/bg_03_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  #ers_lp_navi:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #f9be00, rgba(249, 190, 0, 0.8));
    pointer-events: none;
  }
  #ers_lp_navi.open {
    opacity: 1;
    pointer-events: auto;
    right: 0;
  }
  .ers_lp_navi_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #ers_lp_navi ul {
    width: 100%;
    border-bottom: 1px solid #797676;
  }
  #ers_lp_navi li {
    margin: 0;
  }
  #ers_lp_navi li {
    border-top: 1px solid #797676;
  }
  #ers_lp_navi li a {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0 0.8rem;
    display: flex;
    align-items: center;
    height: 6rem;
    background: url(../image/00_common/icon_arrow_black.svg) no-repeat right 0.8rem center;
    background-size: 1.6rem auto;
    letter-spacing: 0.02em;
  }
  .ers_lp_navi_btn {
    display: flex;
    grid-gap: 1.6rem;
    margin-top: 2.4rem;
    width: 100%;
  }

  .ers_lp_navi_btn .btn_link01 {
    height: 4.8rem;
  }
}

/* !mainVisual
---------------------------------------------------------- */
.ers_lp_mainVisual {
  position: relative;
}
.ers_lp_mainVisual img {
  width: 100%;
}
.ers_lp_mv_btn {
  position: absolute;
  left: 12%;
  bottom: 24%;
  z-index: 2;
  transform: translateX(-50%);
  display: flex;
  grid-gap: 1.6rem;
  width: 20%;
  flex-direction: column;
}
.ers_lp_mv_btn .btn_link01 {
  width: 23.3rem;
  width: 100%;
}

/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  .ers_lp_mv_btn {
    position: absolute;
    left: 50%;
    bottom: 1.6rem;
    z-index: 2;
    display: flex;
    justify-content: center;
    grid-gap: 1.6rem;
    width: 100%;
    flex-direction: row;
  }
  .ers_lp_mv_btn .btn_link01 {
    width: 16.4rem;
  }
}

/* ers_lp_footer
-----------------------------------------------------------*/
.ers_lp_pagetop {
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5.6rem;
  cursor: pointer;
}
.ers_lp_pagetop img {
  width: 12rem;
}

.ers_lp_footer {
  position: relative;
  text-align: center;
  padding: 8rem 0 12rem;
  background: #f9be00;
}
.ers_lp_footer_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 4rem;
  margin-top: 7.8rem;
}
.ers_lp_footer_sns li {
  position: relative;
}
.ers_lp_footer_sns li img {
  max-height: 3.2rem;
  max-width: 3.2rem;
}

.ers_lp_footer_link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10.2rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.ers_lp_footer_link li + li {
  border-left: 1px solid #797676;
}
.ers_lp_footer_link a {
  padding: 0 2.4rem;
}
.ers_lp_footer_logo img {
  width: 42.5rem;
}
.ers_lp_copyright {
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 4rem;
  letter-spacing: 0.01em;
}
/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
  .ers_lp_pagetop {
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.6rem;
    cursor: pointer;
  }
  .ers_lp_pagetop img {
    width: 10.5rem;
  }
  .ers_lp_footer {
    text-align: center;
    padding: 6.4rem 2.4rem 12rem;
  }
  .ers_lp_footer_sns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3.4rem 0 3.2rem;
    grid-gap: 2.5rem;
  }
  .ers_lp_footer_sns li {
  }
  .ers_lp_footer_sns li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.8rem;
  }
  .ers_lp_footer_sns li img {
    width: 100%;
    max-height: 2.8rem;
    max-width: 2.8rem;
  }

  .ers_lp_footer_link {
    display: block;
    margin: 0 auto 5rem;
    font-size: 1.4rem;
    border-top: 1px solid #797676;
  }
  .ers_lp_footer_link li + li {
    border-left: 0 solid;
  }
  .ers_lp_footer_link a {
    height: 5.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #797676;
  }
  .ers_lp_footer_logo img {
    width: 27.3rem;
  }
  .ers_lp_copyright {
    font-size: 1.2rem;
    margin-top: 3.2rem;
  }
}

/*head-------------------------*/
.ers_lp_sec_title {
  text-align: center;
  margin-bottom: 6.4rem;
}
.ers_lp_sec_title .eng {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #d06f00;
}
.ers_lp_sec_title .eng.yellow {
  color: #f9be00;
}
.ers_lp_sec_title .jap {
  font-size: 4.8rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
  font-weight: 700;
}
.ers_lp_sec_title .jap.white {
  color: #fff;
}

.ers_lp_third_title {
  overflow: hidden;
  margin-bottom: 4rem;
  text-align: center;
}
.ers_lp_third_title span {
  position: relative;
  padding: 0 0.8rem;
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.ers_lp_third_title span:after,
.ers_lp_third_title span:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  min-width: 26rem;
  max-width: 32rem;
  height: 0.4rem;
  background-image: -webkit-linear-gradient(right, rgba(249, 190, 0, 0), rgba(200, 157, 19, 1));
}
.ers_lp_third_title span:after {
  left: auto;
  right: 100%;
  background-image: -webkit-linear-gradient(left, rgba(249, 190, 0, 0), rgba(200, 157, 19, 1));
}

.common_txt {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
.common_txt p + p {
  margin-top: 2.8rem;
}
@media screen and (max-width: 834px) {
  .ers_lp_sec_title {
    text-align: center;
    margin-bottom: 4rem;
  }
  .ers_lp_sec_title .eng {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
  .ers_lp_sec_title .jap {
    font-size: 3.4rem;
  }

  .ers_lp_third_title {
    overflow: hidden;
    margin-bottom: 2.4rem;
    text-align: center;
  }
  .ers_lp_third_title span {
    font-size: 2rem;
  }
  .ers_lp_third_title span:after,
  .ers_lp_third_title span:before {
    min-width: 3rem;
    max-width: 5rem;
  }

  .common_txt {
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .common_txt p + p {
    margin-top: 2.4rem;
  }
}
/*head-------------------------*/
.bg_fixed_wrap {
  background: url(../image/00_common/bg_01_pc.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 36rem;
}

/*ers_lp_message*/
#ers_lp_message {
  padding: 8rem 0;
  background-image: linear-gradient(to bottom, #f9be00, rgba(249, 190, 0, 0.8));
}
.ers_lp_message_box {
  background: #fff;
  padding: 4rem;
  display: flex;
  grid-gap: 2.4rem;
}
.ers_lp_message_box dt {
  width: 41.5rem;
}
.ers_lp_message_box dd {
  width: calc(100% - 41.5rem - 2.4rem);
}
.ers_lp_message_box .title {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.ers_lp_message_box .common_txt {
  line-height: 1.55;
}
.ers_lp_message_box .common_txt p + p {
  margin-top: 2.48rem;
}
.ers_lp_message_box .name {
  margin-top: 1.6rem;
  text-align: right;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .bg_fixed_wrap {
    background: none;
    padding-bottom: 26rem;
  }

  #ers_lp_message {
    padding: 6.4rem 0;
  }
  .ers_lp_message_box {
    display: block;
    padding: 1.6rem;
    grid-gap: 1.6rem;
  }
  .ers_lp_message_box dt {
    width: auto;
    margin-bottom: 1.6rem;
  }
  .ers_lp_message_box dd {
    width: auto;
  }
  .ers_lp_message_box .title {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 1.6rem;
  }
  .ers_lp_message_box .common_txt {
    line-height: 1.55;
  }
  .ers_lp_message_box .common_txt p + p {
    margin-top: 2.1rem;
  }
  .ers_lp_message_box .name {
    margin-top: 1.6rem;
    text-align: right;
    font-size: 1.6rem;
    font-weight: 700;
  }
}

/*ers_lp_sponsorship*/
#ers_lp_sponsorship {
  padding: 8rem 0;
  position: relative;
}
#ers_lp_sponsorship:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../image/00_common/bg_02_pc.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.15;
}
#ers_lp_sponsorship:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: #f6f4f4;
}

.ers_lp_sponsorship_list01 {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.6rem;
}
.ers_lp_sponsorship_list01 li {
  width: calc(33.33% - 1.1rem);
  border: 0.3rem solid #f9be00;
  box-shadow: 0 0.2rem 0.8rem rgba(35, 24, 21, 0.1);
  background: #fff;
  padding: 1.5rem 1.5rem 1.5rem 5.7rem;
  position: relative;
}
.ers_lp_sponsorship_list01 .point {
  position: absolute;
  left: -0.3rem;
  top: -1.1rem;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  background: #f9be00;
  font-size: 3.4rem;
  line-height: 1;
}
.ers_lp_sponsorship_list01 .title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.ers_lp_sponsorship_list01 .title.small {
  font-size: 1.8rem;
}
.ers_lp_category {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0.8rem;
  padding: 1.6rem 0;
}
.ers_lp_category span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 3.1rem;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 0.8rem;
  color: #fff;
  background: #4a4543;
  border-radius: 0.4rem;
}
.ers_lp_sponsorship_item02 {
  margin-top: 8rem;
}
.ers_lp_sponsorship_item02 .common_txt {
  max-width: 64rem;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 834px) {
  #ers_lp_sponsorship {
    padding: 6.4rem 0;
    position: relative;
    z-index: 2;
  }
  #ers_lp_sponsorship:before {
    background: url(../image/00_common/bg_02_sp.jpg) no-repeat bottom center;
    background-size: 100% auto;
    background-attachment: scroll;
    opacity: 0.15;
  }

  .ers_lp_sponsorship_list01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 1.6rem;
  }
  .ers_lp_sponsorship_list01 li {
    width: 32.7rem;
    border: 0.3rem solid #f9be00;
    box-shadow: 0 0.2rem 0.8rem rgba(35, 24, 21, 0.1);
    background: #fff;
    padding: 2rem 1.5rem 2rem 4.7rem;
    position: relative;
  }
  .ers_lp_sponsorship_list01 .point {
    position: absolute;
    left: -0.3rem;
    top: -1.1rem;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    background: #f9be00;
    font-size: 3.4rem;
    line-height: 1;
  }
  .ers_lp_sponsorship_list01 .title {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 0.8rem;
  }
  .ers_lp_sponsorship_list01 .title.small {
    font-size: 1.6rem;
  }
  .ers_lp_category {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0.8rem;
  }
  .ers_lp_category span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 2.8rem;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0 0.8rem;
    color: #fff;
    background: #4a4543;
    border-radius: 0.4rem;
  }
  .ers_lp_sponsorship_item02 {
    margin-top: 8rem;
  }
  .ers_lp_sponsorship_item02 .common_txt {
    max-width: 64rem;
    margin: 1.6rem auto 0;
  }
}
/*ers_lp_contact*/
.ers_lp_contact {
  padding: 8rem 0;
  background: url(../image/00_common/bg_cta_pc.jpg) no-repeat center center;
  background-size: cover;
}
.ers_lp_contact .ers_lp_sec_title {
  margin-bottom: 4rem;
}
.ers_lp_contact_box {
  background: #fff;
  border-radius: 0.4rem;
  padding: 4.8rem;
}
.ers_lp_contact_box .common_txt {
  text-align: center;
}
.ers_lp_contact_btn {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  text-align: center;
  grid-gap: 6.4rem;
}
.ers_lp_contact_btn li {
  width: 37rem;
}
.ers_lp_contact_btn p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 700;
}
.ers_lp_contact_btn .btn_link01 {
  font-size: 2rem;
  height: 7.2rem;
}
.ers_lp_contact_btn .btn_link01 span {
  padding-right: 2.8rem;
}
.ers_lp_contact_btn .btn_link01 span:before {
  background-size: 2rem auto;
}
@media screen and (max-width: 834px) {
  .ers_lp_contact {
    padding: 6.4rem 0;
    background: url(../image/00_common/bg_cta_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .ers_lp_contact .ers_lp_sec_title {
    margin-bottom: 4rem;
  }
  .ers_lp_contact_box {
    background: #fff;
    border-radius: 0.4rem;
    padding: 3.2rem 1.6rem 4rem;
  }
  .ers_lp_contact_box .common_txt {
    text-align: center;
  }
  .ers_lp_contact_btn {
    margin-top: 4rem;
    display: block;
    justify-content: center;
    text-align: center;
    grid-gap: 6.4rem;
  }
  .ers_lp_contact_btn li {
    width: auto;
  }
  .ers_lp_contact_btn li + li {
    margin-top: 2.4rem;
  }
  .ers_lp_contact_btn p {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 0.2rem;
    font-weight: 700;
  }
  .ers_lp_contact_btn .btn_link01 {
    font-size: 1.8rem;
    height: 7.2rem;
    width: 100%;
  }
  .ers_lp_contact_btn .btn_link01 span {
    padding-right: 2.4rem;
  }
  .ers_lp_contact_btn .btn_link01 span:before {
    background-size: 2rem auto;
  }
}

/*ers_lp_menu*/
#ers_lp_menu {
  position: relative;
  padding: 8rem 0;
  background-image: linear-gradient(to bottom, #f9be00, rgba(249, 190, 0, 0.9));
  background: #f9be00;
}
.ers_lp_line span {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 8rem;
  height: 100%;
  pointer-events: none;
  background: #fbd24d;
  border-left: 1.6rem solid #797676;
}
.ers_lp_line span + span {
  left: auto;
  right: 0;
  border-left: 0 solid #797676;
  border-right: 1.6rem solid #797676;
}
.ers_lp_menu_anchor {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3.2rem;
}
.ers_lp_menu_anchor .box {
  display: block;
  padding: 2.4rem 4rem 1.6rem;
  background: #fff;
  border-bottom: 0.4rem solid #f9be00;
  box-shadow: 0 0.2rem 0.8rem rgba(35, 24, 21, 0.1);
}
.ers_lp_menu_anchor li + li .box {
  border-bottom-color: #d06f00;
}
.ers_lp_menu_anchor .icon {
  text-align: right;
  margin-top: 1.6rem;
}
.ers_lp_menu_anchor .icon a {
  border-radius: 50%;
  background: #797676;
  transform: rotate(90deg);
  width: 3.2rem;
  height: 3.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.ers_lp_menu_anchor .icon img {
  width: 1.2rem;
}
.ers_lp_menu_anchor .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.6rem;
}
.ers_lp_menu_item + .ers_lp_menu_item {
  padding-top: 8rem;
}
.ers_lp_menu_slick {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3.2rem;
}
.ers_lp_menu_slick_item {
  padding: 2.4rem;
  background: #fff;
  border-bottom: 0.4rem solid #f9be00;
  box-shadow: 0 0.2rem 0.8rem rgba(35, 24, 21, 0.1);
}
#menu_anchor02 .ers_lp_menu_slick_item {
  border-bottom-color: #d06f00;
}
.ers_lp_menu_slick_item .ttl {
  font-size: 1.95rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding-right: 1.6rem;
  background: #fff;
  display: inline-block;
  margin: -1.6rem 0 0.8rem;
}
@media screen and (max-width: 834px) {
  #ers_lp_menu {
    padding: 6.4rem 0.8rem;
    overflow: hidden;
  }
  .ers_lp_line span {
    width: 3.2rem;
    border-left: 0.4rem solid #797676;
  }
  .ers_lp_line span + span {
    border-left: 0 solid #797676;
    border-right: 0.4rem solid #797676;
  }
  .ers_lp_menu_anchor {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3.2rem;
  }
  .ers_lp_menu_anchor .box {
    display: block;
    padding: 2.4rem 1.6rem 1.6rem;
    background: #fff;
    border-bottom: 0.4rem solid #f9be00;
    box-shadow: 0 0.2rem 0.8rem rgba(35, 24, 21, 0.1);
  }
  .ers_lp_menu_anchor li + li .box {
    border-bottom-color: #d06f00;
  }
  .ers_lp_menu_anchor .icon {
    text-align: right;
    margin-top: 0.8rem;
  }
  .ers_lp_menu_anchor .icon a {
    border-radius: 50%;
    background: #797676;
    transform: rotate(90deg);
    width: 3.2rem;
    height: 3.2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .ers_lp_menu_anchor .icon img {
    width: 1.2rem;
  }
  .ers_lp_menu_anchor .ttl {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.8rem;
  }
  .ers_lp_menu_item + .ers_lp_menu_item {
    padding-top: 4.8rem;
  }
  .ers_lp_menu_item .ers_lp_third_title span:after,
  .ers_lp_menu_item .ers_lp_third_title span:before {
    min-width: 3rem;
    max-width: 3rem;
  }
  .ers_lp_menu_item + .ers_lp_menu_item .ers_lp_third_title span:after,
  .ers_lp_menu_item + .ers_lp_menu_item .ers_lp_third_title span:before {
    min-width: 10rem;
    max-width: 12rem;
  }
  .ers_lp_menu_slick {
    display: block;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #e2dcdb;
    margin-bottom: 4.8rem;
  }
  .ers_lp_menu_slick_item {
    width: 31.7rem !important;
    margin: 0 0.8rem;
    padding: 2.4rem;
    background: #fff;
    border-bottom: 0.4rem solid #f9be00;
    box-shadow: 0 0.2rem 0.8rem rgba(35, 24, 21, 0.1);
  }
  #menu_anchor02 .ers_lp_menu_slick_item {
    border-bottom-color: #d06f00;
  }
  .ers_lp_menu_slick_item .ttl {
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
    font-weight: 700;
    padding-right: 1.6rem;
    background: #fff;
    display: inline-block;
    margin: -1.6rem 0 0.8rem;
  }
}
/*ers_lp_activation*/
#ers_lp_activation {
  position: relative;
  padding: 8rem 0;
  background: #fff;
  overflow: hidden;
}
#ers_lp_activation .ers_lp_inner {
  max-width: 123.4rem;
}
.ers_lp_activation_top {
  margin-bottom: 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ers_lp_activation_top .ers_lp_activation_slick_item_img,
.ers_lp_activation_top .ers_lp_activation_slick_item_cont {
  width: calc(50% - 1.6rem);
  margin: 0;
}

.ers_lp_activation_slick {
  border-bottom: 1px solid #e2dcdb;
  padding-bottom: 4rem;
  margin-bottom: 4.8rem;
}
.ers_lp_activation_slick .ers_lp_activation_slick_item {
  margin: 0 2rem;
  max-width: 37.1rem;
}
.ers_lp_activation_slick_item_img {
  margin-bottom: 1.6rem;
}
.ers_lp_activation_slick_item_logo {
  display: flex;
  align-items: center;
  grid-gap: 1.6rem;
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
}
.ers_lp_activation_slick_item_logo dt {
  width: 12rem;
  border: 1px solid #e2dcdb;
}
.ers_lp_activation_slick_item_ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.ers_lp_activation_slick_item_txt {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.ers_lp_activation_slick_item_cont .ers_lp_category {
  margin-top: 0.8rem;
}
@media screen and (max-width: 834px) {
  #ers_lp_activation {
    padding: 6.4rem 0;
    overflow: hidden;
  }
  .ers_lp_activation_top {
    margin-bottom: 4.8rem;
    display: block;
    align-items: center;
    justify-content: space-between;
  }
  .ers_lp_activation_top .ers_lp_activation_slick_item_img,
  .ers_lp_activation_top .ers_lp_activation_slick_item_cont {
    width: auto;
  }
  .ers_lp_activation_top .ers_lp_activation_slick_item_img {
    margin: 0 -1.6rem 1.6rem;
  }

  .ers_lp_activation_slick {
    border-bottom: 1px solid #e2dcdb;
    padding-bottom: 4.8rem;
    margin: 0 0 4.8rem;
  }
  .ers_lp_activation_slick .slick-list {
    overflow: visible;
  }
  .ers_lp_activation_slick .ers_lp_activation_slick_item {
    margin: 0 1.2rem;
    width: 30.3rem !important;
    max-width: 30.3rem;
  }
  .ers_lp_activation_slick_item_img {
    margin-bottom: 1.6rem;
  }
  .ers_lp_activation_slick_item_logo {
    display: flex;
    align-items: center;
    grid-gap: 1.6rem;
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
    line-height: 1;
  }
  .ers_lp_activation_slick_item_logo dt {
    width: 12rem;
    border: 1px solid #e2dcdb;
  }
  .ers_lp_activation_slick_item_ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 0.8rem;
  }
  .ers_lp_activation_slick_item_txt {
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
  .ers_lp_activation_slick_item_cont .ers_lp_category {
    margin-top: 0.8rem;
  }
}
.bg_fixed_wrap02 {
  background: url(../image/00_common/bg_03_pc.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 834px) {
  .bg_fixed_wrap02 {
    background: none;
  }
  .bg_fixed02 {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    margin-top: -100vh;
    background: url(../image/00_common/bg_03_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
/*ers_lp_team*/
#ers_lp_team {
  padding: 8rem 0;
  background-image: linear-gradient(to bottom, #f9be00, rgba(249, 190, 0, 0.85));
  margin-bottom: 36rem;
}
#ers_lp_team .ers_lp_inner {
  max-width: 123.4rem;
}
.team02 {
  padding-top: 12rem;
}
.ers_lp_team_item dl + dl {
  margin-top: 6.4rem;
}
.ers_lp_team_item dl + dl {
  margin-top: 6.4rem;
}
.ers_lp_team_item .ttl {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.ers_lp_team_item dl {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.ers_lp_team_item dl:nth-of-type(even) {
  flex-direction: row;
}
.ers_lp_team_item dl dt {
  margin: 0 -12.3rem 0 -4.8rem;
  width: calc(100% - 64.5rem + 12.3rem + 4.8rem);
  box-shadow: 0 0.4rem 3.2rem rgba(35, 24, 21, 0.15);
  position: relative;
  z-index: 2;
}
.ers_lp_team_item dl:nth-of-type(even) dt {
  margin: 0 -4.8rem 0 -12.3rem;
}
.ers_lp_team_item dl dd {
  width: 64.5rem;
  background: #f6f4f4;
  padding: 6rem 11rem 6rem 8rem;
  min-height: 35.7rem;
}
.ers_lp_team_item dl:nth-of-type(even) dd {
  padding: 6rem 8rem 6rem 11rem;
}

.ers_lp_team_item .ers_lp_third_title {
  margin-bottom: 4.8rem;
}
.ers_lp_team_item .ers_lp_third_title span {
  font-size: 3.6rem;
}

.ers_lp_team_item .ers_lp_third_title span:after,
.ers_lp_team_item .ers_lp_third_title span:before {
  width: 100%;
}
/* .ers_lp_team_item dl:first-of-type .ers_lp_third_title span:after,
.ers_lp_team_item dl:first-of-type .ers_lp_third_title span:before {
  width: 7.4rem;
} */
.ers_lp_team_item .ers_lp_third_title_innner {
  font-size: 2.9rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 834px) {
  #ers_lp_team {
    padding: 6.4rem 0;
    margin-bottom: 26rem;
    overflow: hidden;
  }
  .ers_lp_team_item dl + dl {
    margin-top: 4rem;
  }
  .ers_lp_team_item dl {
    display: block;
    align-items: center;
    flex-direction: row-reverse;
  }
  .ers_lp_team_item dl:nth-of-type(even) {
    flex-direction: row;
  }
  .ers_lp_team_item dl dt {
    margin: 0 -1.6rem;
    width: auto;
    box-shadow: 0 0.4rem 3.2rem rgba(35, 24, 21, 0.15);
    position: relative;
    z-index: 2;
  }
  .ers_lp_team_item dl dt img {
    width: 100%;
  }
  .ers_lp_team_item dl:nth-of-type(even) dt {
    margin: 0 -1.6rem;
  }
  .ers_lp_team_item dl dd {
    width: auto;
    background: #f6f4f4;
    padding: 2.4rem;
    min-height: auto;
  }
  .ers_lp_team_item dl:nth-of-type(even) dd {
    padding: 2.4rem;
  }

  .ers_lp_team_item .ers_lp_third_title {
    margin: 0 -1rem 0.8rem;
  }
  .ers_lp_team_item .ers_lp_third_title span:after,
  .ers_lp_team_item .ers_lp_third_title span:before {
    width: 4rem;
    min-width: auto;
  }
  .ers_lp_team_item dl:first-of-type .ers_lp_third_title span:after,
  .ers_lp_team_item dl:first-of-type .ers_lp_third_title span:before {
    width: 4rem;
  }
  .ers_lp_team_item dl:last-of-type .ers_lp_third_title span:after,
  .ers_lp_team_item dl:last-of-type .ers_lp_third_title span:before {
    width: 2.4rem;
  }
  .ers_lp_team_item .ers_lp_third_title {
    margin-bottom: 2.4rem;
  }
  .ers_lp_team_item .ers_lp_third_title span {
    font-size: 2.4rem;
  }
  .ers_lp_team_item .ers_lp_third_title {
    margin-bottom: 1.6rem;
  }
  .ers_lp_team_item .ers_lp_third_title_innner {
    font-size: 2rem;
  }
}

/*ers_lp_assets*/
#ers_lp_assets {
  padding: 8rem 0;
  background-image: linear-gradient(to bottom, #f9be00, rgba(249, 190, 0, 0.7));
}
#ers_lp_assets .ers_lp_inner {
  max-width: 105.4rem;
}
.ers_lp_assets_item + .ers_lp_assets_item {
  margin-top: 8rem;
}
.ers_lp_assets_item {
  background: #fff;
  padding: 3.2rem 4rem 4rem;
}
.ers_lp_assets_item_dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.ers_lp_assets_item_dl dt {
  width: 61.4rem;
}
.dl_sns dt {
  width: 100%;
}
.ers_lp_assets_item_dl dd {
  width: calc(100% - 61.4rem - 4rem);
}
.ers_lp_assets_item_dl .ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1.6rem;
}

.ers_lp_assets_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 4rem 3.2rem;
}
.ers_lp_assets_list li {
  width: calc(33.33% - 2.2rem);
  text-align: center;
}
.ers_lp_assets_list .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.ers_lp_assets_list .img {
  margin-bottom: 1.6rem;
}

.ers_lp_scroll_slick {
  pointer-events: none;
  background: #fff;
  padding: 0.8rem 0;
}
.ers_lp_scroll_slick_item {
  margin: 0 0.46rem;
  width: 23rem !important;
  max-width: 23rem;
}
.imgBox {
  position: relative;
  width: 100%;
  padding-top: 56%;
  overflow: hidden;
}
.imgBox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
  transition: all 0.2s linear;
}
@media screen and (max-width: 834px) {
  #ers_lp_assets {
    padding: 6.4rem 0;
  }
  .ers_lp_assets_item + .ers_lp_assets_item {
    margin-top: 4rem;
  }
  .ers_lp_assets_item {
    background: #fff;
    padding: 3.2rem 1.6rem;
  }
  .ers_lp_assets_item_dl {
    display: block;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .ers_lp_assets_item_dl dt {
    width: auto;
    margin-bottom: 1.6rem;
  }
  .ers_lp_assets_list .img img,
  .ers_lp_assets_item_dl dt img {
    width: 100%;
  }
  .ers_lp_assets_item_dl dd {
    width: auto;
  }
  .ers_lp_assets_item_dl .ttl {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 0.8rem;
  }

  .ers_lp_assets_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 4rem;
  }
  .ers_lp_assets_list li {
    width: 100%;
    text-align: center;
  }
  .ers_lp_assets_list .ttl {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.6rem;
  }
  .ers_lp_assets_list .img {
    margin: 0 1.4rem 0.8rem;
  }
  .ers_lp_assets_list .common_txt br {
    display: none;
  }

  .ers_lp_scroll_slick {
    pointer-events: none;
    background: #fff;
    padding: 0.8rem 0;
  }
  .ers_lp_scroll_slick_item {
    margin: 0 0.4rem;
    width: 16rem !important;
    max-width: 16rem;
  }
}

/*ers_lp_movie*/
#ers_lp_movie {
  padding: 8rem 0;
  position: relative;
}
#ers_lp_movie:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../image/00_common/bg_02_pc.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.15;
}
#ers_lp_movie:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: #f6f4f4;
}
#ers_lp_movie .ers_lp_inner {
  max-width: 74rem;
}
.iframe_box {
  position: relative;
  width: 100%;
  padding-top: 56%;
}
.iframe_box iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  box-shadow: 0 0.2rem 0.8rem rgba(35, 24, 21, 0.1);
}
@media screen and (max-width: 834px) {
  #ers_lp_movie {
    padding: 6.4rem 0;
    position: relative;
    z-index: 3;
  }
  #ers_lp_movie:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../image/00_common/bg_02_sp.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
    opacity: 0.15;
  }
  #ers_lp_movie:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background: #f6f4f4;
  }
}
/*ers_lp_sponsor*/
#ers_lp_sponsor {
  padding: 8rem 0;
  background: #fff;
}
#ers_lp_sponsor .ers_lp_inner {
  max-width: 106.4rem;
}
.ers_lp_partner_item {
  margin-top: 6.4rem;
}
.ers_lp_partner_item .ers_lp_third_title span:after,
.ers_lp_partner_item .ers_lp_third_title span:before {
  width: 35rem;
  max-width: 35rem;
}
.ers_lp_part_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 1.6rem;
}
.ers_lp_part_list li {
  width: 42rem;
  border: 2px solid #e2dcdb;
}
.ers_lp_partner_btn {
  margin-top: 6.4rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  #ers_lp_sponsor {
    padding: 6.4rem 0.8rem;
  }
  .ers_lp_partner_item {
    margin-top: 3.2rem;
  }
  .ers_lp_partner_item .ers_lp_third_title span:after,
  .ers_lp_partner_item .ers_lp_third_title span:before {
    width: 50%;
    max-width: 4.4rem;
  }
  .ers_lp_partner_item + .ers_lp_partner_item .ers_lp_third_title span:after,
  .ers_lp_partner_item + .ers_lp_partner_item .ers_lp_third_title span:before {
    width: 50%;
    max-width: 7.4rem;
  }
  .ers_lp_part_list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0.8rem;
    max-width: 103rem;
    margin: 0 auto;
  }
  .ers_lp_part_list.big_center {
    justify-content: center;
  }
  .ers_lp_part_list li {
    width: 15.9rem;
    max-width: calc(50% - 0.4rem);
    border-width: 1px;
    box-shadow: 0 0.2rem 0.8rem rgba(35, 24, 21, 0.05);
  }
  .ers_lp_part_list.big_center li {
    max-width: none;
    width: 32.7rem;
    border-width: 2px;
  }
  .ers_lp_partner_btn {
    margin-top: 3.2rem;
    text-align: center;
  }
  .ers_lp_sponsorship_img img {
    width: 100%;
  }
}

.ers_lp_bg {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  transition-delay: 1s;
  background: rgba(25, 30, 34, 0.8);
}

.ers_lp_bg.show {
  opacity: 1;
  pointer-events: inherit;
}

.fancyboxContact {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0);
  transition-duration: 0.5s;
  transition-delay: 1s;
  z-index: -1;
  width: 100%;
  max-width: 101.4rem;
  text-align: center;
}

.fancyboxContact.show {
  opacity: 1;
  pointer-events: inherit;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.fancyboxContact .fancyboxInner {
  width: 100%;
  padding: 0 2.4rem;
  border-radius: 0.8rem;
  position: relative;
  background: #fff;
  overflow: hidden;
}

.fancyboxContact .fancyboxInner:before,
.fancyboxContact .fancyboxInner:after {
  width: 2.4rem;
  height: 100%;
  background: linear-gradient(to bottom, #c89d13 0%, rgba(249, 190, 0, 0.2) 50%, #c89d13 100%);
  position: absolute;
  top: 0;
  content: "";
  z-index: 2;
}

.fancyboxContact .fancyboxInner:before {
  left: 0;
}

.fancyboxContact .fancyboxInner:after {
  right: 0;
}

.fancyboxContact .box {
  padding: 6.8rem 2.4rem;
  background: #fff;
}

.fancyboxContact .hd01 {
  margin-bottom: 2.4rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: #582f00;
  background: linear-gradient(90deg, #582f00 0%, #725400 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fancyboxContact .ers_lp_txt {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
  text-align: center;
}

.fancyboxContact .ers_lp_contact_btn {
  margin-top: 4.6rem;
}

.fancyboxContact .close {
  margin-top: 2.4rem;
  text-align: center;
}

.fancyboxContact .close a {
  display: inline-flex;
  align-items: center;
  background: url(../image/00_common/icon_close_white.svg) no-repeat right 0.4rem center;
  background-size: 2.4rem auto;
  width: 10rem;
  height: 3.4rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 0.2rem solid #fff;
  padding: 0 0.4rem;
}

@media screen and (max-width: 834px) {
  .fancyboxContact {
    overflow-y: scroll;
    max-height: 100vh;
    max-width: 32.8rem;
  }

  .fancyboxContact .fancyboxInner {
    padding: 0 0.8rem;
    border-radius: 0.4rem;
  }

  .fancyboxContact .fancyboxInner:before,
  .fancyboxContact .fancyboxInner:after {
    width: 0.8rem;
  }

  .fancyboxContact .box {
    padding: 4.8rem 0.8rem;
  }

  .fancyboxContact .hd01 {
    margin-bottom: 1.6rem;
    letter-spacing: 0.02em;
    font-size: 2rem;
  }

  .fancyboxContact .ers_lp_txt {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .fancyboxContact .ers_lp_contact_btn {
    margin-top: 3.2rem;
  }

  .fancyboxContact .close a {
    background-size: 2rem auto;
    width: 8.5rem;
    height: 2.8rem;
    font-size: 1.6rem;
  }
}
