@charset "UTF-8";
/* color */
/*
* 最小値と最大値を引数にとり、clampを返す関数
*/
html {
  font-size: 1.1111111111vw;
  -webkit-font-feature-settings: palt;
  font-feature-settings: palt;
}

.p-lp {
  overflow-x: hidden;
}

.p-lp .lp-header__ttl {
  position: relative;
  width: 100%;
  background: #fff;
  background-position: bottom;
}

.lp-header__ttl--div {
  width: 100%;
}
.lp-header__ttl--div img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-lp .lp-header__ttl {
    overflow: hidden;
    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;
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl {
    height: 111.5vw;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/lp/img-mv_sp.jpg);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--main {
    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;
    height: 133.33vw;
    max-height: 500px;
  }
}
.p-lp .lp-header__ttl--main img {
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--main img {
    width: 87.47vw;
    max-width: 328px;
  }
}
.p-lp .lp-header__ttl--sub {
  position: absolute;
  bottom: 5%;
  left: 64%;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--sub {
    bottom: 4%;
  }
}
.p-lp .lp-header__ttl--sub img {
  width: 15.47vw;
  max-width: 198px;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--sub img {
    width: 33.33vw;
    max-width: 125px;
  }
}
.p-lp .lp-header__ttl--icons {
  position: absolute;
  top: 0;
  left: 0;
  width: min(8.98%, 115px);
  padding: min(1.41vw, 18px) 0 min(1.56vw, 20px) min(1.56vw, 20px);
  background: rgba(33, 57, 108, 0.84);
  /*border-radius: 0 0 15px;*/

  --r: 1em;
  clip-path: polygon(0 0,100% 0,100% 100%,calc(100% - .1em) 100%,50% calc(100% - var(--r)),0em 100%,0 100%);
}

@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons {
    width: auto;
    max-width: min(89.33vw, 335px);
    padding: min(2.67vw, 10px) 0 min(1.33vw, 5px) min(2.67vw, 10px);
    clip-path: polygon(100% 0,0 0,0 100%,100% 100%,100% calc(100% - .1em),calc(100% - var(--r)) 50%,100% .1em);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons .ttl--icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: min(89.33vw, 335px);
    padding-right: min(2.67vw, 10px);
  }
}
.p-lp .lp-header__ttl--icons .ttl--icons--ttl {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons .ttl--icons--ttl {
    margin-right: 7px;
    margin-bottom: auto;
  }
}
.p-lp .lp-header__ttl--icons .ttl--icons--ttl img {
  width: auto;
  height: min(5.47vw, 70px);
  max-height: 70px;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons .ttl--icons--ttl img {
    height: min(10.93vw, 41px);
    max-height: 41px;
  }
}
.p-lp .lp-header__ttl--icons .ttl--icons--medal:last-child {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons .ttl--icons--medal:last-child {
    padding-right: 15px;
    padding-bottom: 0;
  }
}
.p-lp .lp-header__ttl--icons .ttl--icons--medal img {
  width: min(6.09vw, 78px);
  max-width: 78px;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons .ttl--icons--medal img {
    width: min(13.33vw, 50px);
    max-width: 50px;
  }
}
.p-lp .lp-header__ttl--icons img {
  width: 15.23vw;
  max-width: 195px;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons img {
    width: 89.33vw;
    max-width: 335px;
  }
}
.p-lp .lp-header__txt {
  width: 96.72vw;
  max-width: 1238px;
  padding-top: min(62px, 4.84vw);
  margin: auto;
}

@media (min-width: 1441px) {
  .p-lp .lp-header__txt {
    max-width: 1440px;
  }
}
.p-lp .lp-header__txt--lead {
  font-size: clamp(1.25vw, 130%, 1.25rem);
  line-height: 1.7;
  color: #21396c;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-header__txt--lead {
    font-size: 1rem;
  }
}
.p-lp .lp-header__txt--icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: min(50px, 3.91vw) min(20px, 1.56vw) min(26px, 2.03vw);
  margin-right: -35px;
  margin-left: -35px;
}

@media (min-width: 768px) and (max-width: 1310px) {
  .p-lp .lp-header__txt--icons {
    gap: 0 20px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__txt--icons {
    width: 175vw;
    margin-left: -39vw;
    -webkit-transform: scale(0.569);
    transform: scale(0.569);
  }
}
.p-lp .lp-body .lp-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fb7070;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-lp .lp-body .lp-content.p-side--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content.p-side--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.p-lp .lp-body .p-present {
  position: relative;
  display: block;
  padding: 40px 0 50px;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present {
    padding: 0 0 30px;
  }
}
.p-lp .lp-body .p-present__ttl {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present__ttl {
    width: 100vw;
    margin-left: auto;
  }
}

.p-lp .lp-body .p-present__ttl--sub {
  text-align: center;
  line-height: 1.85;
  letter-spacing: 0.15rem;
}
.p-lp .lp-body .p-present__ttl--sub strong {
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 879px) {
  .p-lp .lp-body .p-present__ttl--sub {
    letter-spacing: -0.2px;
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present__ttl--sub {
    padding: 0 max(10.67vw, 40px);
    padding-top: max(6.67vw, 25px);
    text-align: left;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present__ttl--sub::before {
    margin-left: -1.1rem;
  }
}
.p-lp .lp-body .p-present__ttl .btn__wrap {
  margin-top: min(2.27vw, 29px);
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present__ttl .btn__wrap {
    margin-top: max(7.73vw, 29px);
  }
}

.btn__wrap {
  margin: min(3.52vw, 45px) auto 0;
}

.btn__wrap .btn {
  display: block;
  width: 38.67vw;
  max-width: 495px;
  padding: 1em 0;
  margin: auto;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1;
  color: #21396c;
  text-align: center;
  background: url(../img/icon_arw_right.png) no-repeat 95% 50%/9px auto #ffe100;
  border-radius: 50px;
}

.oubo--attn {
  color: #c83c2c;
  padding: 20px 0 50px;
  text-align: center;
  font-weight: bold;
}

.lp-body .p-present__ttl--sub {
  font-weight: bold;
}
.lp-body .p-present__ttl--sub:nth-of-type(2) {
  padding-top: 20px;
}

#BANGUMI {
  -webkit-box-shadow: inset 0px 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0px 4px 15px rgba(0, 0, 0, 0.2);
  background-color: #fff5cd;
}
#BANGUMI .bangumi {
  padding: 45px 0 70px;
}
#BANGUMI .bangumi-txt {
  line-height: 1.6;
}
#BANGUMI .bangumi--ttl {
  margin-bottom: 35px;
}
#BANGUMI .bangumi--ttl img {
  margin: auto;
}
#BANGUMI .bangumi--ttl p {
  margin-top: 15px;
}
#BANGUMI .bangumi__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#BANGUMI .bangumi__content > img {
  width: 50%;
}
#BANGUMI .bangumi__content--right {
  margin-left: 40px;
}
#BANGUMI .bangumi__content--right .bangumi-txt {
  margin-top: 20px;
}
#BANGUMI .bangumi__content--right .bangumi-about {
  background-color: #fff;
  margin-top: 40px;
  padding: 12px 8px 12px 15px;
  font-size: 14px;
}
#BANGUMI .bangumi__content--right .bangumi-about span {
  padding-left: 10.5em;
  display: block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: -0.05em;
}
#BANGUMI .bangumi__content--right .bangumi-about a {
  text-decoration: underline;
}
#BANGUMI .bangumi__back-number__ttl {
  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;
  margin-top: 50px;
  position: relative;
}
#BANGUMI .bangumi__back-number__ttl::after {
  content: "";
  background-image: url(../img/lp/sec02_img01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 110px;
  height: 127px;
  position: absolute;
  top: -32px;
  left: calc(50% - 368px);
  z-index: 2;
}
#BANGUMI .bangumi__back-number__ttl p {
  font-size: 36px;
  color: #ff6404;
  font-weight: bold;
}
#BANGUMI .bangumi__back-number__ttl a {
  margin-left: 25px;
  display: inline-block;
  border-radius: 25px;
  width: 200px;
  padding: 15px 0 12px;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  background-color: #ff6404;
  color: #fff;
}
#BANGUMI .bangumi__back-number__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#BANGUMI .bangumi__back-number__list--item:nth-of-type(1) {
  margin-right: 35px;
}
#BANGUMI .bangumi__back-number__list--item .bangumi-txt {
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  #BANGUMI .bangumi--ttl img {
    margin: auto;
  }
  #BANGUMI .bangumi__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #BANGUMI .bangumi__content img {
    margin: auto;
  }
  #BANGUMI .bangumi__content > img {
    width: 100%;
    max-width: 500px;
  }
  #BANGUMI .bangumi__content--right {
    margin-left: 0;
    max-width: 500px;
    margin: auto;
  }
  #BANGUMI .bangumi__content--right .bangumi-name {
    max-width: 500px;
    margin: 20px auto 0;
  }
  #BANGUMI .bangumi__content--right .bangumi-name img {
    margin-left: 0;
  }
  #BANGUMI .bangumi__content--right .bangumi-about {
    max-width: 500px;
    margin: 20px auto 0;
  }
  #BANGUMI .bangumi__content--right .bangumi-about span {
    padding-left: 5em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: -0.05em;
  }
  #BANGUMI .bangumi__back-number__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #BANGUMI .bangumi__back-number__ttl::after {
    width: 80px;
    height: 92px;
    position: absolute;
    top: 0px;
    left: calc(50% - 185px);
  }
  #BANGUMI .bangumi__back-number__ttl a {
    margin-left: 0;
  }
  #BANGUMI .bangumi__back-number__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #BANGUMI .bangumi__back-number__list--item:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #BANGUMI .bangumi__back-number__list--item img {
    margin: auto;
    display: block;
  }
  #BANGUMI .bangumi__back-number__list--item .bangumi-txt {
    margin-top: 18px;
  }
}

#KAKO {
  padding: 70px 0;
  background-color: #ddebf7;
}
#KAKO h2.kako_ttl {
  font-size: 32px;
  text-align: center;
  position: relative;
  /*display: inline-block;*/
  padding: 0 55px;
  margin: 0 auto 40px;
  width: 100%;
  max-width: 720px;
}
#KAKO h2.kako_ttl:before,
#KAKO h2.kako_ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background: #21396c;
}
#KAKO h2.kako_ttl:before{
  left: 0;
}
#KAKO h2.kako_ttl:after {
  right: 0;
}
#KAKO .kako_top_txt {
  margin-bottom: 20px;
  color: #21396c;
  font-size: 20px;
  text-align: center;
}
#KAKO .kako_photo {
  max-width: 1000px;
  margin: 0 auto 20px;
}
#KAKO .kako_photo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#KAKO .kako_photo ul li {
  margin-bottom: 20px;
}
/*#KAKO .kako_photo ul li:nth-of-type(1),
#KAKO .kako_photo ul li:nth-of-type(2),
#KAKO .kako_photo ul li:nth-of-type(4),
#KAKO .kako_photo ul li:nth-of-type(5) {
  margin-right: 20px;
}*/
#KAKO .kako_photo .kome_txt {
  padding-bottom: 20px;
  font-size: 14px;
  text-align: right;
}
#KAKO .crystal{
  display: flex;
  justify-content: center;
}
#KAKO .crystal .crystal_inner{
  display: inline-block;
  margin: 0 auto 60px;
  padding: 25px 40px 40px;
  background: #fff;
  text-align: center;
}
#KAKO .crystal .crystal_inner p{
  margin-bottom: 10px;
  color: #21396c;
  font-weight: bold;
  font-size: 22px;
}
#KAKO .kako_voice h2{
  margin:0px;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  color: #2c2c2c;
  padding-top: 50px;
  background: url(../img/lp/voice_pico.png) no-repeat center top;
}
#KAKO .kako_voice .voice_set{
  padding: 25px 25px 25px 130px;
  border: 1px solid #d7d2c9;
  background: #fff;
  min-height: 100px;
  margin-top: 30px;
}
#KAKO .kako_voice .voice_set.type01{
  background: url(../img/lp/pico_man.png) #fff no-repeat 30px center;
}
#KAKO .kako_voice .voice_set.type02{
  background: url(../img/lp/pico_woman.png) #fff no-repeat 30px center;
}
#KAKO .kako_voice .voice_set.type03{
  background: url(../img/lp/pico_boy.png) #fff no-repeat 30px center;
}
#KAKO .kako_voice .voice_set.type04{
  background: url(../img/lp/pico_girl.png) #fff no-repeat 30px center;
}
@media screen and (max-width: 1000px) {
  #KAKO .kako_photo {
    width: 100%;
    max-width: 660px;
  }
}
@media screen and (max-width: 660px) {
  #KAKO .kako_photo {
    width: 100%;
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  #KAKO {
    padding: 45px 0 70px;
  }
  #KAKO h2.kako_ttl {
    margin-bottom: 10px;
    font-size: 24px;
  }
  #KAKO .kako_voice h2 {
    font-size: 30px;
  }
  #KAKO .kako_top_txt {
    font-size: 14px;
  }
}
#KAKO .kako_report {
  padding-top: 20px;
  text-align: right;
  color: #21396c;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #KAKO .kako_report {
    font-size: 18px;
  }
}
#FLOW {
  background-color: #eeeeee;
  padding: 55px 0 70px;
  position: relative;
  overflow: hidden;
}
#FLOW::before {
  z-index: 0;
  content: "";
  background-image: url(../img/lp/sec03_bg01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  height: 100%;
  width: 280px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#FLOW::after {
  z-index: 0;
  content: "";
  background-image: url(../img/lp/sec03_bg02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  height: 100%;
  width: 280px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#FLOW h2 {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
#FLOW .flow__content--item {
  max-width: 866px;
  margin: 0 auto 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 6px 8px #d3d3d3;
          box-shadow: 0px 0px 6px 8px #d3d3d3;
  position: relative;
  z-index: 1;
}
#FLOW .flow__content--item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 30px 32px 0px 32px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#FLOW .flow__content--item:nth-of-type(2n) {
  border: 10px solid #fb7070;
}
#FLOW .flow__content--item:nth-of-type(2n)::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top: 30px solid #fb7070;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
}
#FLOW .flow__content--item:nth-of-type(2n)::after {
  border-color: #fff transparent transparent transparent;
  border-width: 30px 32px 0px 32px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#FLOW .flow__content--item:nth-of-type(2n) .flow__content--item--left {
  width: 380px;
}
#FLOW .flow__content--item:last-of-type {
  margin-bottom: 0;
}
#FLOW .flow__content--item:last-of-type::before {
  content: none;
}
#FLOW .flow__content--item:last-of-type::after {
  content: none;
}
#FLOW .flow__content--item--right {
  margin-bottom: auto;
}
#FLOW .flow__content--item--left {
  margin-left: 30px;
  position: relative;
}
#FLOW .flow__content--item--left h3 {
  color: #fb7070;
  font-size: 26px;
}
#FLOW .flow__content--item--left .flow-txt span {
  color: #fb7070;
  font-weight: bold;
}
#FLOW .flow__content--item .step-img {
  position: absolute;
}
#FLOW .flow__content--item:nth-of-type(2) {
  height: 276px;
}
#FLOW .flow__content--item:nth-of-type(2) h3 {
  margin-bottom: 10px;
}
#FLOW .flow__content--item:nth-of-type(2) .flow-txt {
  margin-top: 10px;
}
#FLOW .flow__content--item:nth-of-type(2) .step-img {
  right: 65px;
  top: 30px;
}
#FLOW .flow__content--item:nth-of-type(4) {
  height: 247px;
}
#FLOW .flow__content--item:nth-of-type(4) h3 {
  margin-bottom: 20px;
}
#FLOW .flow__content--item:nth-of-type(4) .flow-txt {
  margin-bottom: 20px;
}
#FLOW .flow__content--item:nth-of-type(4) .step-img {
  right: 20px;
  bottom: -2px;
}

@media screen and (max-width: 768px) {
  #FLOW {
    background: none;
  }
  #FLOW::before {
    background-image: url(../img/lp/sec03_bg_sp.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  #FLOW::after {
    content: none;
  }
  #FLOW h2 img {
    display: block;
    margin: auto;
  }
  #FLOW .flow__content--item {
    -webkit-box-shadow: 0px 0px 6px 3px #d3d3d3;
            box-shadow: 0px 0px 6px 3px #d3d3d3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #FLOW .flow__content--item:nth-of-type(2n) .flow__content--item--left {
    width: 100%;
  }
  #FLOW .flow__content--item:nth-of-type(2n) .step-img {
    margin-top: 20px;
  }
  #FLOW .flow__content--item--left {
    margin-left: 0;
    margin-top: 20px;
  }
  #FLOW .flow__content--item .step-img {
    position: initial;
  }
  #FLOW .flow__content--item:nth-of-type(2) {
    height: auto;
  }
  #FLOW .flow__content--item:nth-of-type(4) {
    height: auto;
  }
}
#area_ATTENTION {
  background: #FFF;
  padding: 50px 0;
}
#area_ATTENTION .attention:nth-of-type(2) {
  margin-top: 80px;
}
#area_ATTENTION .attention ul li {
  padding-bottom: 5px;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
#area_ATTENTION .attention ul li span {
  color: #ff0000;
}

#area_MAME {
  background: url(../img/lp/bg01.png);
  background-repeat: repeat;
  padding: 75px 0;
}
#area_MAME .mame {
  max-width: 860px;
  margin: auto;
  font-size: 20px;
  padding: 50px 80px;
  background: #f8f3dd;
  position: relative;
  background: url(../img/lp/bg-event_middle.png) repeat-y;
  width: 100%;
  background-size: contain;
}
#area_MAME .mame:before {
  content: "";
  background: url(../img/lp/bg-event_top.png) no-repeat;
  background-size: contain;
  background-position: top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#area_MAME .mame:after {
  content: "";
  background: url(../img/lp/bg-event_top.png) no-repeat;
  background-size: contain;
  background-position: top;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#area_MAME .mame h2 {
  margin-bottom: 30px;
}
#area_MAME .mame h2 img {
  height: 35px;
  margin: auto;
}
#area_MAME .mame dl {
  background: #fff;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
#area_MAME .mame dl dt {
  background: #332727;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  padding: 10px 25px;
  position: relative;
}
#area_MAME .mame dl dt:before {
  content: "＋";
  position: absolute;
  right: 15px;
  top: 3px;
  font-size: 50px;
  color: #fff;
  line-height: 1;
}
#area_MAME .mame dl dt.active:before {
  content: "−";
  position: absolute;
  right: 20px;
  top: 3px;
  font-size: 50px;
  color: #fff;
  line-height: 1;
}
#area_MAME .mame dl dd {
  display: none;
  padding: 25px 25px 20px;
}
#area_MAME .mame dl dd img {
  padding-bottom: 20px;
}
#area_MAME .mame dl dd p {
  padding-bottom: 20px;
  text-align: justify;
}
#area_MAME .mame .flex .LFT {
  width: 57%;
  margin-right: 4%;
}
#area_MAME .mame .flex .RGT {
  width: 39%;
}
#area_MAME .mame .flex .RGT img {
  text-align: center;
  margin: auto;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .lp-body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background: url(../img/lp/bg01.png);
    background-size: cover;
  }
  .p-lp .lp-body .p-present__ttl--sub {
    text-align: center;
  }
  .oubo--attn {
    padding: 20px 20px 50px;
    text-align: left;
  }
  .oubo--attn ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  #area_INFO {
    background: url(../img/lp/bg01.png);
    background-repeat: repeat-y;
    background-size: cover;
    padding: 40px 0;
  }
  #area_INFO a {
    text-decoration: underline;
  }
  #area_INFO strong {
    font-weight: bold;
  }
  #area_INFO .eventInfo {
    width: 90% !important;
    padding: 30px 30px;
    max-width: 100%;
    margin: auto;
    font-size: 16px;
    background: #f8f3dd;
    position: relative;
    background: url(../img/lp/bg-event_middle.png) repeat-y;
    width: 100%;
    background-size: contain;
  }
  #area_INFO .eventInfo h2 {
    margin-bottom: 25px;
  }
  #area_INFO .eventInfo h2 img {
    height: 25px;
    margin: auto;
  }
  #area_INFO .eventInfo:before {
    content: "";
    background: url(../img/lp/bg-event_top.png) no-repeat;
    background-size: contain;
    background-position: top;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #area_INFO .eventInfo:after {
    content: "";
    background: url(../img/lp/bg-event_top.png) no-repeat;
    background-size: contain;
    background-position: top;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #area_INFO .info__blk.LFT {
    width: 100%;
  }
  #area_INFO .info dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #area_INFO .info dl dt {
    margin-bottom: 10px;
    font-weight: bold;
    width: 100%;
    margin-right: 2.5%;
    min-width: 120px;
    display: block;
  }
  #area_INFO ul > li {
    text-indent: -1em;
    padding-left: 1em;
    padding-bottom: 5px;
  }
  #area_ATTENTION {
    background: #FFF;
    padding: 40px 0 40px;
  }
  #area_ATTENTION .attention ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  #area_ATTENTION .attention:nth-of-type(2) {
    margin-top: 40px;
  }
  #area_MAME {
    background: none;
    position: relative;
    padding: 40px 0;
  }
  #area_MAME .mame {
    width: 90% !important;
    margin: auto;
    font-size: 20px;
    padding: 30px 25px;
    position: relative;
    background: url(../img/lp/bg-event_middle.png) repeat-y;
    width: 100%;
    background-size: contain;
  }
  #area_MAME .mame:before {
    content: "";
    background: url(../img/lp/bg-event_top.png) no-repeat;
    background-size: contain;
    background-position: top;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #area_MAME .mame:after {
    content: "";
    background: url(../img/lp/bg-event_top.png) no-repeat;
    background-size: contain;
    background-position: top;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #area_MAME .mame h2 {
    margin-bottom: 30px;
  }
  #area_MAME .mame h2 img {
    height: 22px;
    margin: auto;
  }
  #area_MAME .mame dl dt {
    font-size: 16px;
    padding: 10px 30px 10px 10px;
    position: relative;
  }
  #area_MAME .mame dl dt:before {
    content: "＋";
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 35px;
    color: #fff;
    line-height: 1;
  }
  #area_MAME .mame dl dt.active:before {
    content: "−";
    position: absolute;
    right: 8px;
    top: 5px;
    font-size: 35px;
    color: #fff;
    line-height: 1;
  }
  #area_MAME .mame dl dd {
    display: none;
    padding: 20px;
  }
  #area_MAME .mame dl dd img {
    padding-bottom: 10px;
  }
  #area_MAME .mame dl dd p {
    padding-bottom: 10px;
    text-align: justify;
  }
  #area_MAME .mame .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #area_MAME .mame .flex .LFT {
    width: 100%;
    margin-right: 0%;
  }
  #area_MAME .mame .flex .RGT {
    width: 100%;
  }
  #area_MAME .mame .flex .RGT img {
    text-align: center;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .btn__wrap .btn {
    width: 89.33vw;
    max-width: 335px;
  }
}
.bnr--area {
  padding: min(3.91vw, 50px);
  margin: auto;
  background: #eceff7;
}

.bnr--area a {
  display: block;
  max-width: 1024px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .bnr--area img {
    width: 89.33vw;
    max-width: 335px;
    margin: auto;
  }
}
@media (max-width: 768px) {
  footer#footer-re ul li:not(:nth-child(1))::before {
    display: none;
  }
}
@media (max-width: 981px) {
  .inrWidth {
    width: 90%;
    margin: auto;
  }
  .name01 {
    padding: 4px 0;
  }
  .name01 img {
    height: 20px;
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .lp-header__ttl--main {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .p-lp .lp-header__ttl {
    max-height: none;
  }
  .name01 {
    background: rgb(199, 133, 67);
    background: -webkit-gradient(linear, right top, left top, from(rgb(199, 133, 67)), color-stop(46%, rgb(224, 166, 108)), to(rgb(199, 133, 67)));
    background: linear-gradient(270deg, rgb(199, 133, 67) 0%, rgb(224, 166, 108) 46%, rgb(199, 133, 67) 100%);
    padding: 8px 0;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 50;
  }
  .name01 img {
    margin: auto;
    width: 95%;
  }
  .p-lp .lp-body .p-present__ttl--sub span {
    font-size: 18px;
    line-height: 1;
  }
  .l-main,
  p {
    font-size: 14px;
  }
  .l-main,
  p {
    font-size: 14px;
  }
  .cont {
    background: #fff;
    padding: 35px 20px;
    border-radius: 15px;
    margin-bottom: 50px;
  }
  .cont a {
    text-decoration: underline;
  }
  h2 {
    text-align: center;
    color: #21396c;
    font-weight: bold;
    font-size: 25px;
    line-height: 1;
  }
  .attention {
    margin-bottom: 50px;
  }
  .attention h2 {
    margin-bottom: 20px;
  }
  .attention h2 img {
    height: 22px;
    margin: auto;
  }
  .attention ul li {
    padding-bottom: 5px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .attention ul li::first-letter {
    font-size: 10px;
    padding-right: 3px;
  }
}
@media (min-width: 980px) {
  .inrWidth {
    width: 1000px;
    margin: auto;
  }
  .p-lp .lp-body .p-present__ttl--sub span {
    font-size: 22px;
    line-height: 1;
  }
}
@media (min-width: 769px) {
  .l-main,
  p {
    font-size: 16px;
  }
  .cont {
    background: #fff;
    padding: 50px;
    border-radius: 25px;
    margin-bottom: 50px;
  }
  .cont a {
    text-decoration: underline;
  }
  h2 {
    text-align: center;
    color: #21396c;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 40px;
  }
  h2 img {
    margin: auto;
  }
}