@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: 112vw;
    /*height: 100vh;*/
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/lp/img-mv_sp.png);
  }
}
@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: #f4f0ce;
}

@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 .lp-content--left {
  display: table;
  width: 50vw;
  padding: 0 clamp(2.69vw, 1%, 60px);
  table-layout: fixed;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left {
    width: 100vw;
    min-height: 100vw;
    padding-bottom: min(5.33vw, 20px);
  }
}
.p-lp .lp-body .lp-content--left__inner {
  display: table-cell;
  margin: auto;
  text-align: center;
  vertical-align: middle;
}

@media (min-width: 768px) and (max-width: 900px) {
  .p-lp .lp-body .lp-content--left__inner {
    height: calc(50vw - 10px);
    padding-bottom: 10px;
  }
}
.p-lp .lp-body .lp-content--left img {
  margin: auto;
}

.p-lp .lp-body .lp-content--left--reco {
  width: 33.28vw;
  max-width: 426px;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left--reco {
    width: 66.67vw;
    max-width: 250px;
  }
}
@media (min-width: 1441px) {
  .p-lp .lp-body .lp-content--left--reco {
    width: clamp(426px, 80%, 33.28vw);
    max-width: 80%;
  }
}
.p-lp .lp-body .lp-content--left--logo {
  padding: clamp(2.97vw, 5%, 38px) 0 clamp(4.53vw, 2%, 58px);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .p-lp .lp-body .lp-content--left--logo {
    padding: clamp(2.19vw, 5%, 28px) 0 clamp(2.19vw, 2%, 28px);
  }
}
.p-lp .lp-body .lp-content--left--logo img {
  width: 40.63vw;
  max-width: 520px;
}

@media (min-width: 1441px) {
  .p-lp .lp-body .lp-content--left--logo img {
    width: clamp(520px, 80%, 40.63vw);
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left--logo img {
    width: 81.07vw;
    max-width: 304px;
  }
}
.p-lp .lp-body .lp-content--left__txt {
  margin-bottom: clamp(2.97vw, 5%, 38px);
  font-size: min(1.25vw, 1.25rem);
  font-weight: bold;
  line-height: 1.7;
  color: #21396c;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .p-lp .lp-body .lp-content--left__txt {
    margin-bottom: clamp(2.19vw, 5%, 28px);
  }
}
@media (min-width: 1441px) {
  .p-lp .lp-body .lp-content--left__txt {
    font-size: clamp(1.25vw, 100%, 1.25rem);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left__txt {
    font-size: 1rem;
  }
}
.p-lp .lp-body .lp-content--left--deco {
  width: 20.31vw;
  max-width: 260px;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left--deco {
    width: 40.53vw;
    max-width: 152px;
  }
}
@media (min-width: 1441px) {
  .p-lp .lp-body .lp-content--left--deco {
    width: clamp(260px, 80%, 20.31vw);
    max-width: 80%;
  }
}
.p-lp .lp-body .lp-content--left--shopdetail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 min(3.05vw, 39px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: min(1.56vw, 20px) min(1.09vw, 14px) min(1.56vw, 20px) min(2.5vw, 32px);
  background-color: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left--shopdetail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 89.33vw;
    max-width: 335px;
    padding: min(5.33vw, 20px) min(4.8vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left--shopdetail .shopdetail__logo {
    margin-bottom: max(7.47vw, 28px);
  }
  .p-lp .lp-body .lp-content--left--shopdetail .shopdetail__logo img {
    width: 26.67vw;
    max-width: 100px;
  }
}
.p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt {
  text-align: left;
}

.p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt__url {
  position: relative;
  display: table;
  padding-right: clamp(20px, 100%, 1.56vw);
  font-size: min(1.72vw, 1.375rem);
  font-weight: bold;
  color: #21396c;
  background: url(/premium/present/2023/toretore1/img/icon_link.png) no-repeat 100% 50%/clamp(14px, 100%, 1.09vw) auto;
}

@media (min-width: 1441px) {
  .p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt__url {
    font-size: clamp(1.375vw, 130%, 1.375rem);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt__url {
    font-size: clamp(1.375vw, 130%, 1.375rem);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt__url {
    font-size: 1rem;
  }
}
.p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt__url::after {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -3px;
  content: "";
  background-color: transparent;
}

.p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt__url:not(:hover)::after {
  background-color: #000;
}

.p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt--list {
  display: inline-block;
  margin-top: 1rem;
  font-size: min(1.25vw, 1rem);
  text-align: left;
}

@media (min-width: 1441px) {
  .p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt--list {
    font-size: clamp(1.25vw, 130%, 1rem);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt--list {
    font-size: clamp(1.25vw, 130%, 1rem);
  }
}
.p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt--list small {
  font-size: min(1vw, 0.875rem);
}

@media (min-width: 1441px) {
  .p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt--list small {
    font-size: clamp(1vw, 100%, 0.875rem);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt--list small {
    font-size: clamp(1vw, 100%, 0.875rem);
  }
}
.p-lp .lp-body .lp-content--right {
  width: 50vw;
  height: 50vw;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--right {
    width: 100vw;
    height: 100vw;
  }
}
.p-lp .lp-body .lp-content--right .slide div img {
  width: 50vw;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--right .slide div img {
    width: 100vw;
  }
}
.p-lp .lp-body .lp-content--right .slide--dots {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center;
}

.p-lp .lp-body .lp-content--right .slide--dots li {
  display: inline-block;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--right .slide--dots li {
    margin: 0 5px;
  }
}
.p-lp .lp-body .lp-content--right .slide--dots li button {
  position: relative;
  width: 20px;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  background-color: transparent;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--right .slide--dots li button {
    width: 11px;
  }
}
.p-lp .lp-body .lp-content--right .slide--dots li button::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  text-indent: 0;
  content: "";
  background-color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--right .slide--dots li button::before {
    width: 11px;
    height: 12px;
  }
}
.p-lp .lp-body .lp-content--right .slide--dots li.slick-active button::before {
  background-color: #ffe100;
}

.p-lp .lp-body .lp-content--right .slide__arw {
  position: absolute;
  top: calc(50% - 29px);
  z-index: 10;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--right .slide__arw {
    -webkit-transform: scale(0.59);
    transform: scale(0.59);
  }
}
.p-lp .lp-body .lp-content--right .slide__arw--prev {
  left: 0;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--right .slide__arw--prev {
    left: -3%;
  }
}
.p-lp .lp-body .lp-content--right .slide__arw--next {
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--right .slide__arw--next {
    right: -3%;
  }
}
.p-lp .lp-body .p-panda {
  background-color: #fdf8ef;
}

.p-lp .lp-body .p-panda .lp-content--left--logo img {
  width: 40.63vw;
  max-width: 520px;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-panda .lp-content--left--logo img {
    width: 81.07vw;
    max-width: 304px;
  }
}
@media (min-width: 1441px) {
  .p-lp .lp-body .p-panda .lp-content--left--logo img {
    width: clamp(520px, 80%, 40.63vw);
    max-width: 80%;
  }
}
.p-lp .lp-body .p-present {
  position: relative;
  display: block;
  padding: 46px 0 0;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present {
    padding: 0;
  }
}
.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--main {
  padding-top: min(6.17vw, 79px);
  text-align: center;
  background: url(/premium/present/2023/toretore1/img/icon_presents.png) no-repeat 25% 61%/min(5.7vw, 73px) auto, url(/premium/present/2023/toretore1/img/icon_stars.png) no-repeat 77% 61%/min(8.75vw, 112px) auto;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present__ttl--main {
    padding-top: min(45.6vw, 171px);
    background: url(/premium/present/2023/toretore1/img/icon_presentsAndStars.png) no-repeat 53% 38%/min(37.6vw, 141px) auto;
  }
}
.p-lp .lp-body .p-present__ttl--main img {
  display: inline-block;
  width: 37.03vw;
  max-width: 474px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present__ttl--main img {
    width: 84.53vw;
    max-width: 317px;
  }
}
@media (min-width: 1441px) {
  .p-lp .lp-body .p-present__ttl--main img {
    width: clamp(474px, 80%, 37.03vw);
    max-width: 80%;
  }
}
.p-lp .lp-body .p-present__ttl--sub {
  text-align: center;
  line-height: 1.8;
}
.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);
  }
}
.p-lp .lp-body .p-present__note {
  max-width: 1024px;
  margin: auto;
  margin-top: min(3.91vw, 50px);
  background-color: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present__note {
    width: 89.33vw;
    max-width: 335px;
    margin-top: min(7.47vw, 28px);
  }
}
@media (min-width: 1441px) {
  .p-lp .lp-body .p-present__note {
    max-width: 1440px;
  }
}
.p-lp .lp-body .p-present__note .note {
  max-width: 848px;
  padding: clamp(20px, 100%, 1.56vw);
  margin: auto;
}

@media (min-width: 1441px) {
  .p-lp .lp-body .p-present__note .note {
    max-width: 1440px;
  }
}
.p-lp .lp-body .p-present__note .note dt {
  margin-bottom: 24px;
  font-size: min(1.25vw, 1rem);
  text-align: center;
}

@media (min-width: 1441px) {
  .p-lp .lp-body .p-present__note .note dt {
    font-size: clamp(1.25vw, 130%, 1rem);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present__note .note dt {
    font-size: clamp(1.25vw, 130%, 1rem);
  }
}
.p-lp .lp-body .p-present__note .note dt::after {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000;
}

.p-lp .lp-body .p-present__note .note dd {
  padding-left: calc(1em + 10px);
  font-size: min(1.25vw, 1rem);
}

@media (min-width: 1441px) {
  .p-lp .lp-body .p-present__note .note dd {
    font-size: clamp(1.25vw, 130%, 1rem);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present__note .note dd {
    font-size: clamp(1.25vw, 130%, 1rem);
  }
}
.p-lp .lp-body .p-present__note .note dd::before {
  display: inline-block;
  margin-right: 5px;
  margin-left: calc(-1em - 10px);
  content: "・";
}

.p-lp .lp-body .p-present__note .note dd em {
  font-style: normal;
  color: #cb4f4f;
}

.p-lp .lp-body .p-toretoreichiba {
  background-color: transparent;
}

.p-lp .lp-body .p-toretoreichiba .lp-content--left--logo img {
  width: 31.95vw;
  max-width: 409px;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-toretoreichiba .lp-content--left--logo img {
    width: 69.33vw;
    max-width: 260px;
  }
}
@media (min-width: 1441px) {
  .p-lp .lp-body .p-toretoreichiba .lp-content--left--logo img {
    width: clamp(409px, 80%, 31.95vw);
    max-width: 80%;
  }
}
.p-lp .lp-body .p-nextPresent {
  background-color: #21396c;
}

.p-lp .lp-body .p-nextPresent__ttl {
  margin: auto;
  padding: 60px 0;
}

.p-lp .lp-body .p-nextPresent__ttl--main {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-nextPresent__ttl--main {
    width: 84%;
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-nextPresent__ttl--main img {
    width: 84.8vw;
    max-width: 318px;
  }
}
.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;*/
  color: #fff;
  text-align: center;
  /*background: url(../img/icon_arw_right.png) no-repeat 95% 50%/9px auto #ffe100;*/
  background: #000;
  border-radius: 50px;
  pointer-events: none;
}

.announce {
  padding: 30px 0;
  /*background: #f5f3db;*/
  text-align: center;
}
.announce p {
  font-size: 18px;
  font-weight: bold;
}
.announce__day {
  margin-bottom: 20px;
}
.announce__oubo {
  margin-top: 20px;
  background: #ffe100;
  padding: 10px;
  display: inline-block;
}
.announce img {
  text-align: center;
  margin: auto;
}

#area_INTRO {
  background: #eebfbb;
  padding: 40px 0;
}
#area_INTRO p {
  font-size: 18px;
  text-align: center;
  line-height: 2;
  padding-bottom: 35px;
}
#area_INTRO .emphasis {
  font-size: 20px;
}
#area_INTRO .movie {
  margin: auto;
  text-align: center;
  margin-top: 35px;
  width: 860px;
  position: relative;
  display: block;
}

#area_INFO {
  background: #fefef2;
  padding: 50px 0 60px;
}
#area_INFO a {
  text-decoration: underline;
}
#area_INFO strong {
  font-weight: bold;
}
#area_INFO .eventInfo {
  max-width: 860px;
  margin: auto;
  font-size: 16px;
  padding: 50px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
#area_INFO .eventInfo h2 {
  margin-bottom: 25px;
  color: #c66673;
  font-size: 28px;
  font-weight: bold;
}
#area_INFO .eventInfo h2 img {
  height: 30px;
  margin: auto;
}
#area_INFO .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#area_INFO .info__blk p.attn {
  font-size: 1.2rem;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
#area_INFO .info__blk.LFT {
  width: 56%;
}
#area_INFO .info__blk.RGT {
  width: 37%;
  margin-top: 20px;
  text-align: center;
}
#area_INFO .info__blk.RGT p {
  display: inline-block;
}
#area_INFO .info .access p {
  text-indent: -1em;
  padding-left: 1em;
  padding-top: 0;
  padding-bottom: 15px;
}
#area_INFO .info .attn {
  font-size: 1.2rem;
  line-height: 1.5;
  display: block;
}
#area_INFO .info dl {
  width: 100%;
  border-bottom: 1px solid #222;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#area_INFO .info dl:last-of-type {
  border: none;
}
#area_INFO .info dl dt {
  font-weight: bold;
  width: 10%;
  margin-right: 10%;
  min-width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#area_INFO .info dl dd {
  letter-spacing: -0.01em;
}
#area_INFO .info dl dd p {
  padding-bottom: 20px;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
#area_INFO .info dl dd span {
  color: #b80101;
}
#area_INFO .info dl dd .indent {
  line-height: 1.4;
  text-indent: -6.5em;
  padding-left: 6.5em;
  margin-bottom: 10px;
}

#area_ATTENTION {
  background: #f2eeed;
  padding: 55px 0 80px;
}
#area_ATTENTION .attention {
  max-width: 860px;
  margin: auto;
}

#area_ATTENTION .attention:nth-of-type(1) ul li:nth-of-type(14) {
  color: #b80101;
}
#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: #b80101;
}

#area_WCHANCE {
  padding: 0;
}
#area_WCHANCE .realtime {
  background: #ffe100;
  padding: 20px;
  display: block;
}
#area_WCHANCE .realtime img {
  margin: auto;
  display: block;
}

#area_CHANNEL {
  background: #fff;
  padding: 40px 0 50px;
}
#area_CHANNEL .toeittl {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#area_CHANNEL .toeittl h2 {
  width: 45%;
  margin-bottom: 0;
}
#area_CHANNEL .toeittl div {
  width: 50%;
}
#area_CHANNEL .toeittl div p {
  font-size: 18px;
}
#area_CHANNEL .toeittl div p strong {
  font-size: 22px;
  display: block;
  margin-bottom: 10px;
}
#area_CHANNEL .toeittl div p a {
  text-decoration: underline;
  padding-top: 10px;
  display: block;
}
#area_CHANNEL h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #000;
  border-radius: 50px;
  line-height: 1;
  padding: 10px 15px;
  display: inline-block;
  text-align: center;
  max-width: 230px;
  margin: 0 auto 30px;
  text-align: center;
  display: block;
}
#area_CHANNEL .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
#area_CHANNEL .media__blk {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#area_CHANNEL .media__blk--img {
  margin-bottom: 15px;
}
#area_CHANNEL .media__blk--ttl {
  /*letter-spacing: -0.08em;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;*/
  margin-bottom: 20px;
  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 (min-width: 980px) {
  #area_CHANNEL .media__blk--ttl {
    height: 82px;
  }
}
#area_CHANNEL .media__blk--ttl div {
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  font-size: 18px;
}
#area_CHANNEL .media__blk--ttl div:nth-of-type(1) {
  margin-right: 10px;
}
#area_CHANNEL .media__blk--ttl div img {
  width: 80px;
}
#area_CHANNEL .media__blk--ttl div span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
#area_CHANNEL .media__blk ul {
  font-size: 13px;
  margin-top: 25px;
}
#area_CHANNEL .media__blk ul li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
#area_CHANNEL .media__blk .line2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* 1カラム用 */
#area_CHANNEL .media__blk2 {
  width: 96%;
  margin-right: 2%;
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  #area_CHANNEL .media__blk2 {
    margin-bottom: 30px;
  }
}
#area_CHANNEL .media__blk--img2 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
#area_CHANNEL .media__blk--broadcast {
  margin-top: 20px;
  padding: 17px 30px;
  background: #eee;
}

.cp--area {
  background: #0195a1;
  text-align: center;
  display: block;
}
.cp--area a {
  display: block;
}
.cp--area a img {
  margin: auto;
}

@media screen and (min-width: 768px) {
  .flexorder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flexorder ul {
    width: 50%;
  }
  .flexorder ul:nth-of-type(2) {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .flexorder ul:nth-of-type(2) {
    margin-top: 0 !important;
  }
  .announce {
    padding: 20px;
  }
  .announce p {
    font-size: 14px;
  }
  .announce__day {
    margin-bottom: 10px;
  }
  .announce__oubo {
    margin-top: 20px;
    padding: 10px 15px;
  }
  #area_INTRO {
    /*background: url(../img/lp/img-bg.png), #fff;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 140%;*/
    padding: 30px 20px 50px;
  }
  #area_INTRO p {
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
    padding-bottom: 20px;
  }
  #area_INTRO p.txt_center {
    text-align: center;
  }
  #area_INTRO .emphasis {
    font-size: 20px;
  }
  #area_INTRO .movie {
    margin-top: 25px;
    width: 100%;
  }
  #area_INTRO .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
  }
  #area_INTRO .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
  }
  #area_INFO {
    /*background: url(../img/lp/bg-info.png), #fff5c4;
    background-repeat: no-repeat;
    background-size: cover;*/
    padding: 30px 0 40px;
  }
  #area_INFO .eventInfo {
    max-width: 100%;
    padding: 30px 20px 30px;
  }
  #area_INFO .eventInfo h2 {
    margin-bottom: 10px;
  }
  #area_INFO .eventInfo h2 img {
    height: 25px;
  }
  #area_INFO .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #area_INFO .info__blk.LFT {
    width: 100%;
  }
  #area_INFO .info__blk.RGT {
    width: 100%;
    margin-top: 0px;
  }
  #area_INFO .info dl {
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #area_INFO .info dl dt {
    margin-bottom: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 18px;
  }
  #area_INFO .info iframe {
    height: 300px;
  }
  #area_ATTENTION {
    /*background: #f5f3db;*/
    padding: 40px 0 60px;
  }
  #area_ATTENTION .attention {
    width: 90%;
    margin: auto;
  }
  #area_WCHANCE {
    padding: 40px 0 0;
  }
  #area_WCHANCE h2 {
    background: #fff;
    border-radius: 50px;
    padding: 15px 20px;
    display: block;
    width: 90%;
    margin: 0 auto 30px;
  }
  #area_WCHANCE p {
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 1.6;
    padding-bottom: 30px;
  }
  #area_WCHANCE p strong {
    font-weight: bold;
    text-decoration: underline;
  }
  #area_WCHANCE .realtime {
    padding: 15px;
  }
  #area_CHANNEL {
    padding: 30px 0 0px;
  }
  #area_CHANNEL .toeittl {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  #area_CHANNEL .toeittl h2 {
    width: 100%;
    margin-bottom: 20px;
  }
  #area_CHANNEL .toeittl div {
    width: 100%;
    line-height: 1.3;
  }
  #area_CHANNEL .toeittl div p strong {
    font-size: 22px;
  }
  #area_CHANNEL h3 {
    font-size: 20px;
    max-width: 200px;
    margin: 0 auto 20px;
  }
  #area_CHANNEL .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
  #area_CHANNEL .media__blk {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #area_CHANNEL .media__blk:first-of-type {
    margin-bottom: 40px;
  }
  #area_CHANNEL .media__blk ul {
    font-size: 13px;
    margin-top: 25px;
  }
  #area_CHANNEL .media__blk .line2 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .cp--area {
    background: #0195a1;
    text-align: center;
    display: block;
  }
  .cp--area a {
    display: block;
  }
  .cp--area a img {
    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: 980px;
    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;
  }
}