@import url(/css/common.css);

.br-tag {
  display: none;
}

@-webkit-keyframes down-arrow {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.4em);
  }
}

nav ul li:nth-child(6) a {
  text-decoration: underline;
}
@media only screen and (min-width: 760px) {
  nav ul li:nth-child(6) a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
  }
}
.keyvisual {
  align-items: flex-start;
  height: 600px;
}
.keyvisual-wrap {
  height: 100%;
  display: flex;
}
.keyvisual .title {
  color: #000;
}
.keyvisual .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-bottom: 0;
}
.keyvisual .title-header > h2 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 8px;
}
.keyvisual .title-mid > h1 {
  font-size: 48px;
  line-height: 72px;
  font-weight: 800;
  margin-bottom: 0;
}

.keyvisual .title-footer > h2 {
  font-size: 28px;
  line-height: 46px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #585858;
}
.keyvisual .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.keyvisual .comment {
  width: 308px;
  height: 93px;
}
.keyvisual .yellow-bus {
  height: 100%;
}

.keyvisual .arrow-down-wrap {
  display: none;
}

/* proposal */
section.proposal {
  padding: 160px 30px;
}
section.proposal h1,
section.proposal p {
  margin-bottom: 0;
}

section.proposal .title > h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 16px;
}
section.proposal .title > p {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #333333;
  letter-spacing: -1.5px;
}

section.proposal .content {
  display: flex;
  justify-content: center;
}
section.proposal .content .card {
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
}

section.proposal .card-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 144px;
  margin-bottom: 26px;
  border-radius: 50%;
  background-color: #fff6cc;
}
section.proposal .card-image-wrap > img {
  width: 124px;
}

section.proposal .card {
  padding: 32px;
  width: 100%;
}
section.proposal .card:first-child {
  margin-right: 48px;
}

section.proposal .card > p {
  font-size: 30px;
  font-weight: 400;
  color: #000;
  text-align: left;
}

/* solution */
section.solution {
  background-color: #f8f8f9;
  padding: 120px 0;
  max-width: 100%;
}
section.solution p {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -1.5px;
  margin: 0;
}
section.solution p:first-child {
  margin-bottom: 24px;
}
section.solution .solution-paragraph-wrap.web {
  display: block;
}
section.solution .solution-paragraph-wrap.mobile {
  display: none;
}

/* easy-use-guide */
section.easy-use-guide {
  padding: 200px 0 110px;
}
section.easy-use-guide > h1 {
  font-size: 36px;
  margin: 0;
  margin-bottom: 60px;
}
section.easy-use-guide .guide-content-container {
  display: flex;
  justify-content: space-between;
  width: 90vw;
  max-width: 1000px;
}
section.easy-use-guide .preview-image-wrap {
  display: flex;
  height: auto;
  padding: 8px;
  border-radius: 24px;
  box-shadow: 0px 0px 36px 0px #00000026;
}
section.easy-use-guide .preview-image-wrap > img {
  width: 280px;
}
.explanation-container {
  padding: 69px 30px 0 30px;
}
.explanation-container > h3 {
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  color: #009fe3;
  text-align: left;
  margin-bottom: 12px;
}
.explanation-container > ol > li {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
}
.explanation-container > ol > ul {
  margin-top: 12px;
}
.explanation-container > ol > ul:not(:last-child) {
  margin-bottom: 36px;
}
.explanation-container > ol p {
  font-size: 24px;
  color: #000;
  text-align: left;
  line-height: 32px;
  margin-bottom: 0;
}
.explanation-container > p.description {
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  margin-top: 96px;
}
.menu-slide {
  display: none;
}

/* easy-use-guide-detail */
section.easy-use-guide-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f8f8f9;
  padding: 100px 0 200px;
  max-width: 100%;
}
section.easy-use-guide-detail .title {
  width: 90vw;
  max-width: 1000px;
  margin-bottom: 72px;
}
section.easy-use-guide-detail .title > h2 {
  font-size: 20px;
  font-weight: 800;
  color: #009fe3;
  margin-bottom: 12px;
  text-align: left;
}
section.easy-use-guide-detail .title > p {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 0;
  text-align: left;
}

section.easy-use-guide-detail .contents {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 90vw;
  max-width: 1000px;
}
section.easy-use-guide-detail .cross-card {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
section.easy-use-guide-detail .cross-card:not(:first-child) {
  align-items: center;
}
section.easy-use-guide-detail .cross-card:not(:last-child) {
  margin-bottom: 18px;
}

section.easy-use-guide-detail .expln-wrap {
  min-width: 200px;
}
section.easy-use-guide-detail .expln-wrap > h3 {
  color: #009fe3;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 12px;
  text-align: left;
}
section.easy-use-guide-detail .expln-wrap > p {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
  text-align: left;
}
section.easy-use-guide-detail .expln-wrap > p:nth-child(3) {
  margin-bottom: 12px;
}
section.easy-use-guide-detail .expln-wrap > p.description {
  font-size: 18px;
  line-height: 22px;
  color: #666666;
  text-align: left;
}
section.easy-use-guide-detail .expln-wrap > p.description:last-child {
  padding-left: 12px;
}

.cross-card:nth-child(odd) .expln-wrap {
  order: 0;
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
.cross-card:nth-child(even) .expln-wrap {
  order: 1;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
.cross-card .image-wrap > img {
  filter: drop-shadow(0px 0px 36px rgba(0, 0, 0, 0.15));
}
.cross-card.reservation-type .image-wrap > img {
  width: 46vw;
  max-width: 382px;
}
.cross-card.select-date .image-wrap > img {
  width: 34vw;
  max-width: 474px;
}
.cross-card.select-ticket .image-wrap > img {
  width: 46vw;
  max-width: 382px;
}
.cross-card.add-purchase .image-wrap > img {
  width: 46vw;
  max-width: 382px;
}

/* bottom-ad-area */
section.bottom-ad-area {
  background-color: #000000;
  padding: 120px 0;
  max-width: 100%;
}
section.bottom-ad-area > h2 {
  color: #ffd100;
  font-size: 36px;
  line-height: 52px;
  margin-bottom: 24px;
}
section.bottom-ad-area > h3 {
  color: #ffd100;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
}

@media only screen and (max-width: 320px) {
  .keyvisual {
    background-position: center bottom;
  }
}
/* .button.yellow.arrow{position: fixed; bottom: 70px; left: 20px;} */

.yellbeo-move-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  position: fixed;
  bottom: 136px;
  right: 76px;

  width: 173px;
  height: 200px;
  background: url(/img/yellbeo/polygon.png) center center no-repeat;

  background-size: cover;
  cursor: pointer;

  -webkit-animation: down-arrow 1s infinite alternate ease-in-out;
}
.yellbeo-move-icon:hover {
  background: url(/img/yellbeo/polygon-hover.png) center center no-repeat;
  background-size: cover;
}
.yellbeo-move-icon > label {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
}
.yellbeo-move-icon > img {
  width: 26px;
  margin-top: 17px;
  cursor: pointer;
}

@media only screen and (max-width: 320px) {
  .how-it-works .carousel-cell img.gif {
    width: 66%;
  }
}

@media only screen and (max-width: 880px) {
  .br-tag {
    display: block;
  }
  .content .keyvisual .keyvisual-wrap {
    position: relative;
    padding: 0;
  }
  .keyvisual .keyvisual-wrap .title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .content .keyvisual .keyvisual-wrap .title .open-image {
    width: 100%;
    height: 60px;
    margin-bottom: 18px;
  }
  .content .keyvisual .keyvisual-wrap .title .open-image .reopen-mark {
    background-size: cover;
    background-image: url("../img/yellbeo/img_reopen.png");
    display: block;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 137px;
    height: 100%;
    border: 0px;
  }
  .content .keyvisual .keyvisual-wrap .title .bus-icon {
    max-width: 375px;
    height: 216px;
    margin-bottom: 34px;
  }
  .content .keyvisual .keyvisual-wrap .title .bus-icon .b2c-bus {
    background-size: cover;
    /* background-image: url("../img/yellbeo/img_b2c_bus.png"); */
    display: flex;
    width: 100%;
    max-width: 375px;
  }
  .keyvisual .keyvisual-wrap .bus-image {
    display: none;
    width: 0;
    height: 0;
  }
  .content .keyvisual .keyvisual-wrap .title .title-header > h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px;
  }
  .keyvisual .keyvisual-wrap .title .title-mid {
    display: flex;
    flex-direction: row;
  }
  .content .keyvisual .keyvisual-wrap .title .title-mid > h1 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 800;
    margin-bottom: 34px;
  }
  .content .keyvisual .keyvisual-wrap .title .title-footer > h2 {
    font-size: 16px;
    line-height: 26px;
  }
  .keyvisual .title-footer label {
    font-size: 11px;
  }
  .keyvisual .arrow-down-wrap {
    display: block;
  }

  .keyvisual .arrow-down-fix {
    position: absolute;
    bottom: -49px;
    width: 12px;
    color: #000;
    -webkit-animation: down-arrow 1s infinite alternate ease-in-out;
  }

  section.proposal {
    padding: 96px 30px 80px 30px;
  }
  section.proposal .title > h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
  }
  section.proposal .title > p {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: -0.5px;
  }
  section.proposal .content {
    flex-direction: column;
    padding-top: 28px;
  }
  section.proposal .content .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    padding-bottom: 40px;
    box-shadow: none;
  }
  section.proposal .card-image-wrap {
    margin-bottom: 24px;
  }
  section.proposal .card > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  section.solution p {
    font-size: 20px;
    line-height: 24px;
  }
  section.solution p:first-child {
    font-size: 22px;
    line-height: 28px;
  }
  section.solution .solution-paragraph-wrap.web {
    display: none;
  }
  section.solution .solution-paragraph-wrap.mobile {
    display: block;
  }

  section.easy-use-guide .guide-content-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  section.easy-use-guide .preview-image-area {
    display: flex;
    order: -1;
  }
  .explanation-container > h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .explanation-container > ol {
    display: none;
  }
  .menu-slide {
    width: 100%;
    display: block;
  }
  .menu-slide .menu-slide-cell {
    width: 66%;
    margin-right: 24px;
  }
  .menu-slide-cell > h3 {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 6px;
  }
  .menu-slide-cell > p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 0;
  }
  .menu-slide .flickity-page-dots {
    bottom: -49px;
  }
  .explanation-container > p.description {
    font-size: 13px;
    font-weight: 400;
    margin-top: 84px;
  }
  section.easy-use-guide {
    padding-top: 96px;
    padding-bottom: 48px;
  }

  section.easy-use-guide-detail {
    padding: 48px 20px 96px 20px;
  }
  section.easy-use-guide-detail .contents {
    align-items: flex-start;
    padding: 0 20px;
    width: auto;
  }
  section.easy-use-guide-detail .title {
    margin-bottom: 48px;
  }
  section.easy-use-guide-detail .title > h2 {
    font-size: 16px;
    line-height: 24px;
  }
  section.easy-use-guide-detail .title > p {
    font-size: 16px;
    line-height: 24px;
  }
  section.easy-use-guide-detail .cross-card {
    flex-direction: column;
    width: auto;
  }
  section.easy-use-guide-detail .cross-card:not(:last-child) {
    margin-bottom: 48px;
  }
  section.easy-use-guide-detail .expln-wrap > h3 {
    font-size: 14px;
    line-height: 20px;
  }
  section.easy-use-guide-detail .expln-wrap > p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .cross-card .expln-wrap {
    width: 100%;
    order: 0 !important;
  }
  .cross-card .image-wrap {
    margin-top: 24px;
  }
  .cross-card .image-wrap > img {
    width: 100% !important;
  }
  section.easy-use-guide-detail .expln-wrap > p.description {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
  }

  section.bottom-ad-area {
    padding: 96px 0;
  }
  section.bottom-ad-area > h2 {
    font-size: 22px;
    line-height: 28px;
  }
  section.bottom-ad-area > h3 {
    font-size: 14px;
    line-height: 20px;
  }

  .yellbeo-move-icon {
    bottom: 116px;
    right: 28px;
    width: 88px;
    height: 100px;
    background: url(/img/yellbeo/polygon-hover.png) center center no-repeat;
    background-size: cover;
  }
  .yellbeo-move-icon > label {
    font-size: 13px;
    line-height: 16px;
  }
  .yellbeo-move-icon > img {
    width: 16px;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 980px) {
  .keyvisual .keyvisual-wrap .title .open-image .reopen-mark {
    display: none;
  }
  .keyvisual .keyvisual-wrap .title .b2c-bus {
    display: none;
  }
  .keyvisual .keyvisual-wrap .title .title-mid h1 {
    font-size: 34px;
    line-height: 46px;
  }
  .keyvisual .title-mid > h1:nth-child(2) {
    margin-bottom: 36px;
  }
  .keyvisual .keyvisual-wrap .title .title-footer h2 {
    font-size: 18px;
    line-height: 34px;
  }
  .keyvisual .keyvisual-wrap .bus-image .yellow-bus {
    height: 35vw;
    width: 52vw;
  }
}
@media only screen and (max-width: 1075px) {
  .keyvisual .keyvisual-wrap .title .open-image .reopen-mark {
    display: none;
  }
  .keyvisual .keyvisual-wrap .title .b2c-bus {
    display: none;
  }
  .keyvisual .keyvisual-wrap .title .title-header h2 {
    font-size: 20px;
    line-height: 36px;
  }
  .keyvisual .keyvisual-wrap .title .title-mid h1 {
    font-size: 36px;
    line-height: 50px;
  }
  .keyvisual .title-mid > h1:nth-child(2) {
    margin-bottom: 36px;
  }
  .keyvisual .keyvisual-wrap .title .title-footer h2 {
    font-size: 22px;
    line-height: 38px;
  }
  .keyvisual .yellow-bus {
    height: calc(50%);
  }
}
@media only screen and (max-width: 1124px) {
  .keyvisual .keyvisual-wrap .title .reopen-mark {
    display: none;
  }
  .keyvisual .keyvisual-wrap .title .b2c-bus {
    display: none;
  }
  .keyvisual {
    background-color: #fffcf0;
    height: 600px;
    align-items: center;
  }
  .keyvisual-wrap {
    padding: 0 40px;
    justify-content: space-between;
    width: 100%;
  }
  .keyvisual .title {
    text-align: left;
  }
  .keyvisual .title-header > h2 {
    font-size: 24px;
    line-height: 40px;
  }
  .keyvisual .title-mid > h1 {
    font-size: 40px;
    line-height: 58px;
  }
  .keyvisual .title-mid > h1:nth-child(2) {
    margin-bottom: 36px;
  }
  .keyvisual .title-footer > h2 {
    font-size: 26px;
    line-height: 44px;
  }
  .keyvisual .bus-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .keyvisual .yellow-bus {
    height: calc(60%);
  }
}

@media only screen and (min-width: 1125px) {
  .keyvisual {
    background-color: #fffcf0;
    height: 600px;
    align-items: center;
    padding: 0;
  }
  .keyvisual-wrap {
    padding: 103px 0;
  }
  .keyvisual .title {
    text-align: left;
  }
  .keyvisual .title-mid > h1:nth-child(2) {
    margin-bottom: 36px;
  }
  .keyvisual .keyvisual-wrap .title .reopen-mark {
    display: none;
  }
  .keyvisual .keyvisual-wrap .title .b2c-bus {
    display: none;
  }
}
