@charset "utf-8";

/* kv */
.beginner-kv {
  margin: 0 auto;
}

.beginner-kv__inner {
  background: url('https://r.r10s.jp/evt/event/beginner/en/20230304/_pc/img/bg_kv_02.png') no-repeat top 169px center / auto 234px,
    url('https://r.r10s.jp/evt/event/beginner/en/20230304/_pc/img/bg_kv_01.png') no-repeat top center / auto 513px;
  padding: 110px 0 40px;
}

.beginner-kv__title {
  color: #333;
  font-family: Montserrat;
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
}

.beginner-kv__subtitle {
  color: #333;
  font-family: Montserrat;
  font-size: 24px;
  line-height: 29px;
  margin: 8px 0 219px;
  text-align: center;
}

.beginner-kv__lead {
  color: #333;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}

/* section */
.beginner-section--yellow {
  background-color: #fdfceb;
}

.beginner-section__inner {
  margin: 0 auto;
  padding-top: 64px;
  position: relative;
  width: 760px;
}

.beginner-section__inner--garland::before,
.beginner-section__inner--garland::after {
  background: no-repeat center / contain;
  content: '';
  height: 53px;
  left: 0;
  position: absolute;
  top: -17px;
  width: 138px;
}

.beginner-section__inner--garland::before {
  background-image: url('https://r.r10s.jp/evt/event/beginner/en/20230304/_pc/img/bg_garland-left.png');
  left: -69px;
}

.beginner-section__inner--garland::after {
  background-image: url('https://r.r10s.jp/evt/event/beginner/en/20230304/_pc/img/bg_garland-right.png');
  left: auto;
  right: -69px;
}

.beginner-section__title {
  background: url('https://r.r10s.jp/evt/event/beginner/en/20230304/_pc/img/bg_flag.png') no-repeat center left / 33px auto;
  color: #333;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  padding-left: 41px;
}

.beginner-section__lead {
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 24px;
}

/* step */
.beginner-step {
  background: url('https://r.r10s.jp/evt/event/beginner/en/20230304/_pc/img/bg_steptitle.png') no-repeat top center / 100% 152px;
  margin-top: 64px;
  padding-top: 8px;
}

.beginner-step__header {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 56px;
  min-height: 120px;
  padding: 0 32px;
  width: 760px;
}

.beginner-step__title {
  color: #000;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}

.beginner-step__lead {
  color: #000;
  font-size: 18px;
  line-height: 1.3;
}

.beginner-step__image {
  flex-shrink: 0;
  width: 128px;
}

.beginner-step__inner {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 32px;
  width: 760px;
}

/* tips */
.beginner-tips {
  background-color: #fffce1;
  margin: 40px auto 0;
  width: 760px;
}

.beginner-tips__inner {
  padding: 24px 32px 32px;
}

.beginner-tips__title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 14px;
  position: relative;
}

.beginner-tips__title::before {
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: 8px 5px 0;
  content: '';
  height: 0;
  left: 0;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.beginner-tips__contents {
  margin-top: 16px;
}

.beginner-tips__contents--grid {
  display: grid;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template: auto / 152px auto;
}

.beginner-tips__contents-title-image {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 42px;
  justify-content: center;
  width: 152px;
}

.beginner-tips__contents-title-link {
  font-size: 18px;
  line-height: 1.5;
}

/* common parts */
.beginner-description:not(:first-child) {
  margin-top: 40px;
}

.beginner-description__text {
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  word-break: keep-all;
}

.beginner-description__image {
  margin-top: 16px;
  text-align: center;
}

.imgborder {
  border: 2px solid #D9D9D9;
}

.beginner-text-link {
  color: #1672fd !important;
  font-weight: 700;
  text-decoration: underline !important;
}

.beginner-img {
  height: auto;
  max-width: 100%;
}

/* -------------------- Features -------------------- */
.beginner-features {
  margin-top: 24px;
}

.beginner-features__item + .beginner-features__item {
  margin-top: 24px;
}

.beginner-features__contents {
  padding-right: 98px;
  position: relative;
}

.beginner-features__contents--full {
  padding-right: 0;
}

.beginner-features__title {
  color: #333;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}

.beginner-features__detail {
  margin-top: 16px;
}

.beginner-features__image {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
}

/* -------------------- How to shop -------------------- */

/* navi */
.beginner-navi {
  height: 66px;
}

.beginner-navi__menu {
  border-bottom: none;
  height: 66px;
}

.beginner-navi__menu-container {
  display: block;
  height: 66px;
}

.beginner-navi__menu-list {
  overflow: visible;
}

.beginner-navi__item {
  border-left: 1px solid #8f8f8f;
  border-top: 1px solid #8f8f8f;
  display: block;
  flex: 1;
  position: relative;
}

.beginner-navi__item.-active {
  border: 1px solid #bf0000;
  border-bottom: 0;
  margin-top: 0;
}

.beginner-navi__item.-active::after {
  border-color: #bf0000 transparent transparent;
  border-style: solid;
  border-width: 8px 8px 0;
  bottom: -8px;
  content: '';
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0;
}

.beginner-navi__item.-active + .beginner-navi__item {
  border-left: none;
}

.beginner-navi__item:not(.-active):last-child {
  border-right: 1px solid #8f8f8f;
}

.beginner-navi__link {
  align-items: stretch;
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  padding: 0;
}

.beginner-navi__step {
  background-color: #666;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  padding: 2px 0;
  text-align: center;
}

.beginner-navi__text {
  align-items: center;
  background-color: #fff;
  color: #000;
  display: flex;
  flex-grow: 1;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.3;
}

.beginner-navi__item.-active .beginner-navi__step {
  background-color: #bf0000;
}

/* process */
.beginner-process__item + .beginner-process__item {
  margin-top: 40px;
}

.beginner-process__contents-title {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.beginner-process__contents-detail {
  margin-top: 16px;
}

/* toggle */
.beginner-toggle-title {
  border-bottom: 2px solid #bf0000;
  color: #333;
  font-size: 18px !important;
  font-weight: 700;
  height: 55px;
  justify-content: flex-start !important;
  line-height: 1.3;
  padding: 0 48px 0 16px !important;
  position: relative;
  text-align: left;
}

.beginner-toggle-title--more::after,
.beginner-toggle-title--less::after {
  border: 2px solid #bf0000;
  border-bottom: 0;
  border-left: 0;
  box-sizing: border-box;
  color: #bf0000;
  content: '';
  height: 18.4px;
  position: absolute;
  right: 20px;
  width: 18.4px;
}

.beginner-toggle-title--more::after {
  transform: translateY(-25%) rotate(135deg);
}

.beginner-toggle-title--less::after {
  transform: translateY(25%) rotate(-45deg);
}

/* -------------------- beginner footer -------------------- */
.beginner-footer {
  margin-top: 88px;
  text-align: center;
}
