/* ロゴ色 青 #0088BB */
/* ピンク #F06478; */

.onlysp {
  display: none;
  @media screen and (max-width: 950px) {
    display: inherit;
  }
}
.onlypc {
  display: inherit;
  @media screen and (max-width: 950px) {
    display: none;
  }
}

.t__c {
  text-align: center;
}

.t__l {
  text-align: left;
}

.t__r {
  text-align: right;
}

.zen-maru {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-500 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-700 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-900 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}

.tit_tohoku-maas {
  position: relative;
  padding-top: 0px;
  p {
    font-size: 25px;
    text-align: center;
    letter-spacing: 5px;
    @media screen and (min-width: 949px) {
      font-size: 40px;
      padding-top: 10px;
    }
    span {
      font-size: 20px;
      @media screen and (min-width: 949px) {
        font-size: 30px;
      }
    }
    &:after {
      content: "";
      position: absolute;
      border-width: 0 3px 3px 0;
      border-style: solid;
      border-color: #0088bb;
      width: 220px;
      height: 40px;
      transform: rotate(360deg);
      bottom: -12px;
      right: -25px;
    }
    @media screen and (min-width: 949px) {
      &:after {
        width: 330px;
        bottom: -17px;
        height: 55px;
        right: -42px;
      }
    }
  }
  &:before,
  &:after {
    content: "";
    position: absolute;
    border-width: 0 3px 3px 0;
    border-style: solid;
    border-color: #0088bb;
  }
  &:before {
    transform: rotate(180deg);
    top: -10px;
    left: -25px;
    height: 40px;
    width: 220px;
  }
  @media screen and (min-width: 949px) {
    &:before {
      width: 330px;
      left: -40px;
      top: 0;
      height: 55px;
    }
  }
  &:after {
    transform: rotate(360deg);
    bottom: -7px;
    right: -20px;
    height: 40px;
    width: 220px;
  }
  @media screen and (min-width: 949px) {
    &:after {
      width: 330px;
      right: -35px;
      bottom: -10px;
      height: 55px;
    }
  }
}

.top-area {
  margin-top: 20px;
  margin-top: 1.0416666667vw;
  width: 428.3008px;
  /* width: 22.3073333333vw; */
  width: 100%;
  text-align: center;
  @media screen and (min-width: 949px) {
    margin-top: 20px;
    margin-top: 1.0416666667vw;
    /* width: 428.3008px; */
    width: 100%;
    /* width: 22.3073333333vw; */
  }
}

.top-area{
    max-width: 30.5vw;
  @media screen and (max-width: 950px) {
    max-width: 250px;
  }
}

/*
.top-area:lang(en),
.top-area:lang(id),
.top-area:lang(fr),
.top-area:lang(de),
.top-area:lang(es) {
  @media screen and (max-width: 950px) {
    max-width: 250px;
  }
}
*/

.top-text {
  font-size: 18px;
  margin: 20px 0;
  @media screen and (min-width: 949px) {
    font-size: 34px;
  }
}

.top-logo {
  /* margin-top: 2.0833333333vw; */
  padding-top: 20px;
  margin-bottom: 20px;
  width: 38.3854166667vw;
  @media screen and (max-width: 950px) {
    margin-top: 8px;
    /* margin-top: 2.1333333333vw; */
    width: 364px;
    width: 97.0666666667vw;
  }
}

.btn {
  z-index: 5;
  margin-top: 60px;
  margin-top: 3.125vw;
  max-width: 356px;
  width: 100%;
  color: #fff;
  background-color: #0088bb;
  border-radius: 50px;
  display: grid;
  place-content: center;
  font-size: 24px;
  text-align: center;
  padding: 5px 0;
  position: relative;
  span {
    font-size: 15px;
  }
  &:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  @media screen and (max-width: 950px) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    position: relative;
    margin-top: 4vw;
    max-width: 340px;
    width: 100%;
    font-size: 23px;
    span {
      font-size: 13px;
    }
  }
}

.h2-img {
  max-width: 57px;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.h2-img-enjoy {
  max-width: 161px;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 20px;
  @media screen and (max-width: 950px) {
    max-width: 102px;
  }
}

.h2-pink {
  color: #f06478;
  font-size: 30px;
  text-align: center;
  @media screen and (max-width: 950px) {
    font-size: 19px;
  }
}

.h2-orange {
  color: #dc7d1e;
  font-size: 30px;
  text-align: center;
  @media screen and (max-width: 950px) {
    font-size: 19px;
  }
}

.h2-text {
  font-size: 40px;
  text-align: center;
  @media screen and (max-width: 950px) {
    font-size: 26px;
  }
}

.line-text {
  font-size: 29px;
  color: #fff;
  text-align: center;
  @media screen and (max-width: 950px) {
    font-size: 23px;
  }
}

.h4-border {
  position: relative;
  &:before,
  &:after {
    content: "";
    position: absolute;
    bottom: 25px;
    width: 30px;
    height: 3px;
    background: #f06478;
  }
  &:before {
    transform: rotate(65deg);
    left: -30px;
    transform-origin: left top;
  }
  &:after {
    right: -30px;
    transform: rotate(-65deg);
    transform-origin: right top;
  }
}

.img-bus {
  max-width: 100px;
  width: 100%;
  height: auto;
  margin-right: 15px;
  margin-top: 90px;
  @media screen and (max-width: 950px) {
    margin-top: 60px;
    max-width: 75px;
  }
}

.img-dot-women {
  max-width: 38px;
  width: 100%;
  height: auto;
  margin-top: 90px;
  @media screen and (max-width: 950px) {
    margin-top: 60px;
    max-width: 28px;
  }
}

.notice {
  font-size: 13px;
}

.note {
  font-size: 14px;
  margin-top: 20px;
  @media screen and (max-width: 950px) {
    margin-top: 10px;
  }
}

.ribon {
  color: #f06478;
  text-align: center;
  border: 2px solid #f06478;
  font-size: 24px;
  max-width: 423px;
  width: 100%;
  padding: 5px 0;
  position: relative;
  display: block;
  margin: auto;
  &:before {
    content: "";
    position: absolute;
    background-image: url("../image/img/ribon-l.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 5px;
    left: -35px;
    width: 47px;
    height: 50px;
  }
  &:after {
    content: "";
    position: absolute;
    background-image: url("../image/img/ribon-r.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 5px;
    right: -35px;
    width: 47px;
    height: 50px;
  }
  @media screen and (max-width: 950px) {
    font-size: 17px;
    max-width: 264px;
    width: 100%;
    margin: auto;
    &:before {
      width: 33px;
      height: 34px;
      top: 10px;
      left: -25px;
    }
    &:after {
      width: 33px;
      height: 34px;
      top: 10px;
      right: -25px;
    }
  }
}

.box-serif {
  position: relative;
  display: inline-block;
  /* margin: 1.5em 0; */
  margin-top: 120px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  border: solid 2px #f06478;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 20px 40px;
  &:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #ffebeb;
    z-index: 2;
  }
  &:after {
    content: "";
    position: absolute;
    top: -29px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #f06478;
    z-index: 1;
  }
  @media screen and (max-width: 950px) {
    margin-top: 45px;
    padding: 15px;
  }
}

.box-title {
  color: #f06478;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  line-height: 1.5em;
  @media screen and (max-width: 950px) {
    font-size: 18px;
  }
}

.box-inner {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  > img {
    width: 90px;
    height: auto;
    @media screen and (max-width: 950px) {
      width: 75px;
    }
  }
}

.text-pink {
  font-size: 20px;
  color: #f06478;
  line-height: 1.5em;
  font-weight: 600;
  @media screen and (max-width: 950px) {
    font-size: 16px;
  }
}

.text-inner {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  @media screen and (max-width: 950px) {
    font-size: 13px;
  }
}

.bg-pink {
  background-color: #ffd1d8;
}

.blc-pink {
  margin-top: 100px;
  margin-top: 5.2083333333vw;
  padding-bottom: 100px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffd1d8;
}
.blc-pink .watch__heading {
  margin-top: 70px;
  margin-top: 3.6458333333vw;
}
.blc-pink .txt {
  margin-top: 40px;
  margin-top: 2.0833333333vw;
  /* width: 540px; */
  /* width: 28.125vw; */
}

@media screen and (max-width: 950px) {
  .blc-pink {
    margin-top: 70px;
    margin-top: 18.6666666667vw;
    padding-bottom: 55px;
    width: 100%;
    border-radius: 0;
  }
  .blc-pink .watch__heading {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
  .blc-pink .watch__heading--tokutoku {
    margin-top: 20px;
    margin-top: 5.3333333333vw;
  }
  .blc-pink .txt {
    margin-top: 20px;
    margin-top: 5.3333333333vw;
    width: 340px;
    width: 90.6666666667vw;
  }
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.blc-link {
  margin-top: 100px;
  @media screen and (max-width: 950px) {
    margin-top: 70px;
  }
}

.blc-link2 {
  margin-top: 100px;
  @media screen and (max-width: 950px) {
    margin-top: 45px;
  }
}

.img-pink-dot {
  margin-top: 120px;
  img {
    width: 16px;
    height: 16px;
  }
  @media screen and (max-width: 950px) {
    margin-top: 70px;
    img {
      width: 10px;
      height: 10px;
    }
  }
}

.h4-pink {
  color: #f06478;
  font-weight: 800;
  font-size: 26px;
  margin-top: 85px;
  text-align: center;
  @media screen and (max-width: 950px) {
    font-size: 20px;
    margin-top: 60px;
  }
}

.pink__topBtn {
  position: absolute;
  bottom: 200px;
  right: 470px;
  right: 24.4791666667vw;
  @media screen and (max-width: 950px) {
    bottom: 70px;
    right: 20px;
  }
}

.slide-mt {
  margin-top: 130px;
  @media screen and (max-width: 950px) {
    margin-top: 70px;
  }
}

.img-contImg {
  max-width: 630px;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
  /* @media screen and (max-width: 950px) {
        max-width: 356px;
    } */
}

.img-slide {
  max-width: 760px;
  width: 100%;
  height: auto;
  display: block;
  /* @media screen and (max-width: 950px) {
        max-width: 340px;
    } */
}

.icon-naoe {
  display: block;
  margin: 40px auto 40px auto;
  padding-left: 200px;
  @media screen and (max-width: 950px) {
    margin: 10px auto 20px auto;
    padding-left: 150px;
  }
  img {
    max-width: 100px;
    height: auto;
    @media screen and (max-width: 950px) {
      max-width: 80px;
    }
  }
}

.icon-gosyuin {
  display: block;
  margin: 30px auto 0 auto;
  padding-left: 200px;
  @media screen and (max-width: 950px) {
    margin: 10px auto 20px auto;
    padding-left: 150px;
  }
  img {
    max-width: 193px;
    height: auto;
    @media screen and (max-width: 950px) {
      max-width: 149px;
    }
  }
}

.icon-sake {
  display: block;
  margin: 30px 0 0 auto;
  padding-right: 80px;
  @media screen and (max-width: 950px) {
    margin: 10px 0 20px auto;
  }
  img {
    max-width: 82px;
    height: auto;
    @media screen and (max-width: 950px) {
      max-width: 55px;
    }
  }
}

.icon-bus {
  display: block;
  margin: 60px 0 0 auto;
  padding-right: 45px;
  @media screen and (max-width: 950px) {
    margin: 30px 0 0 auto;
    padding-right: 80px;
  }
  img {
    max-width: 120px;
    height: auto;
    @media screen and (max-width: 950px) {
      max-width: 82px;
    }
  }
}

.icon-sukiyaki {
  display: block;
  margin: 10px 0 45px auto;
  padding-right: 240px;
  @media screen and (max-width: 950px) {
    margin: 30px auto 30px auto;
    padding-right: 0;
  }
  img {
    max-width: 157px;
    height: auto;
    @media screen and (max-width: 950px) {
      max-width: 131px;
    }
  }
}

.img-arrow-down-women {
  width: 100%;
  max-width: 38px;
  height: auto;
  margin-top: 100px;
  @media screen and (max-width: 950px) {
    max-width: 28px;
    margin-top: 60px;
  }
}

.icon-bag {
  max-width: 86px;
  width: 100%;
  margin-left: 60px;
  @media screen and (max-width: 950px) {
    max-width: 42px;
    margin-left: 20px;
  }
}

.icon-korokke {
  display: block;
  margin: 40px auto 0 auto;
  padding-left: 300px;
  @media screen and (max-width: 950px) {
    margin: 20px auto 0 auto;
    padding-left: 100px;
    /* padding-right: 0; */
  }
  img {
    max-width: 100px;
    height: auto;
    @media screen and (max-width: 950px) {
      max-width: 75px;
    }
  }
}

.link-blue {
  display: inline-block;
  font-weight: 600;
  color: #00a0e6;
  line-height: 1;
  border-bottom: 1px solid #00a0e6;
}

.sub-text {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  @media screen and (max-width: 950px) {
    font-size: 13px;
    line-height: 20px;
  }
}

.fv__illust {
  width: 120%;
  margin-bottom: -76px;
  margin-top: -70px;
  @media screen and (min-width: 951px) {
    width: 40%;
    top: 570px;
    /* top: 29.6875vw; */
    top: 35vw;
    pointer-events: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
  }
}

.cont__head {
  width: 100%;
  height: 200px;
  height: 10.4166666667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title__area {
  display: flex;
  justify-content: center;
  align-self: center;
  background-color: #f06478;
  padding: 40px 0;
  width: 100%;
  gap: 50px;
  @media screen and (max-width: 950px) {
    gap: 20px;
    padding: 20px 25px;
  }
  h3 {
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    @media screen and (max-width: 950px) {
      font-size: 24px;
      line-height: 30px;
    }
  }
}

/* ticket__unit syyle.cssで疑似要素消した */

.fv {
  /* width: 100%;
  height: 901px;
  height: 46.9270833333vw; */
  width: 100%;
  padding-top: 100px;
  padding-top: 5.2083333333vw;
  /* height: 900px;
  height: 46.875vw; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* background-image: url(../image/fv/bg_fv_pc.svg); */
  background-image: url(../img/fv/bg_fv_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

@media screen and (max-width: 950px) {
  .fv {
    height: 1332px;
    /* height: 177.6vw; */
    height: 165vw;
    padding-top: 50px;
    padding-top: 6.6666666667vw;
    padding-top: 40px;
    padding-top: 5.3333333333vw;
    background-image: url(../img/fv/bg_fv_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 5px;
  }
}

.text__bus {
  text-align: center;
  font-size: 16px;
  @media screen and (max-width: 950px) {
    font-size: 14px;
    margin-top: 30px;
  }
}
