@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat');

html {
  scroll-behavior: smooth;
}

.brsp {
  display: none;
}

.main {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Hiragino Sans", sans-serif;
  color: #282828;
}

.main ul {
  list-style: none;
}

.main img {
  display: block;
  width: 100%;
  height: auto;
}

/* mv background customize */
body {
  background: url(/assets/specials/prize/mv/pc_top_bg.png) no-repeat center 100px #282828;
}

@media screen and (max-width: 1150px) {
  body {
    background-size: auto;
    background-position-x: 20%;
  }
}

.oHeader {
  background: #fff;
}

body .mBreadCrumb p {
  color: #fff;
}

.oSiteGuide {
  margin-top: 0px;
  width: 100%;
  padding: 59px 0;
  background-color: #f5f5f5;
}

/* parts */
.btn {
  position: relative;
  width: 400px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background: #282828;

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16em;
  color: #fff;
}

.btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background: url(/assets/specials/prize/common/arrow_right_yellow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/* section */
.section {
  background: #fff;
}

.section.section-mv {
  background: transparent;
}

.section.section-reason {
  margin-top: -64px;
  padding: 0 0 54px;
}

.section.section-recommend {
  position: relative;
  padding: 66px 0 75px;
  background: #e7e7e7 url(/assets/specials/prize/recommend/panel_bg.png) no-repeat center -1000px;
}

.section.section-recommend::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: #e7e7e7 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
  margin-left: -20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section.section-gifts {
  padding: 0 0 40px;
}

.section.section-search {
  padding: 120px 0;
  border-top: 1px solid #282828;
}

.section.section-faq {
  padding: 120px 0 160px;
  border-top: 1px solid #282828;
  background: #FCFBF9;
}

.section_title {
  position: relative;
  display: block;
  width: 414px;
  height: 60px;
  margin: 0 auto;
  padding: 13px 25px 5px;
  border-top: 2px solid #282828;
  border-right: 2px solid #282828;
  border-left: 2px solid #282828;

  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: center;
}

.section_title::before,
.section_title::after {
  position: absolute;
  right: 10px;
  width: 5px;
  height: 5px;
  top: 50%;
  content: "";
  display: block;
  border-radius: 50%;
  background: #282828;
}

.section_title::after {
  left: 10px;
}

.section_text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}

/* mv */
.mv {
  z-index: 1;
  position: relative;
  padding-top: 24px;
}

.mv_inner {
  width: 980px;
  margin: 0 auto;
  text-align: center;
}

.mv_title {
  width: 384px;
  margin: 0 auto;
}

.mv_heading {
  margin-top: 12px;

  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.458;
  text-align: center;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0.1em;
  color: #fff;
}

.mv_text {
  margin-top: 8px;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  color: #FFF;
}

.mv_list {
  margin-top: 24px;
}

.mv_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
}

.mv_list img {
  width: 225px;
}

/* top_flower */
.top_flower {
  width: 182px;
  height: 182px;

  position: absolute;
  top: 21px;

  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;
}

.top_flower p {
  margin: 0 0 4px;
  padding: 0;
  position: absolute;
  z-index: 1;

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.556;
  text-align: center;
  color: #fff;
}

.top_flower span {
  font-size: 23px;
}

.top_flower img {
  -webkit-animation: spin 40s linear infinite;
  animation: spin 40s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.titleBoard {
  position: relative;
  width: 600px;
  height: 313px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0;
  padding: 0 0 23px;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background-color: #232323;
  background: url(/assets/specials/prize/common/board.png) no-repeat bottom / contain;
}

/* reason */
.reasonHeader {
  height: 224px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
}

.reasonContainer {
  margin-top: 56px;
}

.reasonFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
}

.reason {
  position: relative;
  width: 325px;
  margin-top: 16px;
  padding: 36px 15px 15px 15px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;

  border-radius: 10px;
  background: #ffe001;
}

.reason_num {
  width: 51px;
  height: 44px;
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;

  background: url(/assets/specials/prize/common/ribbon.svg) no-repeat center / contain;
}

.reason_header {
  min-height: 80px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px;
}

.reason_title {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.1em;
}

.reason_title.reason_title-s {
  font-size: 20px;
}

.reason_title.reason_title-upper {
  font-size: 14px;
}

.reason_title.reason_title-price {
  font-size: 15px;
}

.reason_text {
  padding: 0 8px;
  min-height: 92px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0.08em;
}

.reasonSlider_prev,
.reasonSlider_next {
  display: none;
}

/* recommend */
.recommend {
  margin: 0 auto;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recommend_upper_text {
  display: inline-block;
  padding: 2px 24px;
  background: #fff;

  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}

.recommend_title {
  margin: 20px 0 0;
  padding: 0 6px;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;

  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), color-stop(55%, #ffe001));

  background: -o-linear-gradient(transparent 45%, #ffe001 55%);

  background: linear-gradient(transparent 45%, #ffe001 55%);
}

.reccomend_info {
  margin-top: 20px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-align: center;

}

.reccomend_text {
  margin-top: 13px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}

/* gifts */
.giftsHeader {
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
}

.giftContainer {
  padding: 24px 0 0;
}

.gift {
  padding: 80px 0;
}

.gift_text {
  margin: 32px auto 0;
  text-align: center;
}

.gift_btn {
  margin-top: 64px;
}

.gift_catalogs {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.gift_btn a {
  margin: 0 auto;
}


/* search parts */
.searchHeading {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: center;
}

.searchItemContainer {
  margin-top: 20px;
}

.searchItemContainer.searchItemContainer-4col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.searchItemContainer.searchItemContainer-3col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.searchItem {
  width: 230px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;

  border-radius: 4px;
  border: 2px solid #282828;
  background: #ffe001;

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16em;
  color: #282828;
}

.searchItem.searchItem-l {
  width: 730px;
}

.searchLink {
  width: 480px;
  padding: 16px 79px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;

  border-radius: 4px;
  border: 2px solid #282828;
  background: #fec808;
}

.searchLink span {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16em;
  color: #282828;
  text-align: center;
}

.searchLink::before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background: url(/assets/specials/prize/common/arrow_down_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/* searchScene */
.searchScene {
  width: 980px;
  margin: 0 auto;
  padding: 64px 0 120px;
}

.searchScene_links {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

/* searchPrice */
.searchPrice {
  width: 730px;
  margin: 0 auto;
}

.searchPrice_text {
  margin-top: 24px;
  padding: 8px 0;
  text-align: center;
}

.searchPrice_price {
  margin-top: 40px;
}

.searchPrice_catalogs {
  margin-top: 56px;
}

/* catalog */
.catalog {
  width: 230px;
  text-align: center;
}

.catalog_img.catalog_img-panel {
  position: relative;
}

.catalog_img.catalog_img-panel::before {
  content: "パネルあり";
  width: 40px;
  display: block;
  position: absolute;
  right: 8px;
  bottom: 8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 12px;
  color: #fff;
  z-index: 1;
}

.catalog_img.catalog_img-panel::after {
  content: "";
  position: absolute;
  bottom: -9px;
  right: -38px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: #154DA0 transparent transparent transparent;
  border-width: 60px 60px 0 60px;
  margin-left: -20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.catalog_copy {
  margin-top: 12px;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.catalog_name {
  margin-top: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.02em;
}

.catalog_price {
  margin-top: 4px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.catalog_btnContainer {
  margin-top: 13px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.catalog_btn {
  width: 100%;
  height: 52px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  border-radius: 4px;
  border: 1px solid #282828;
  background: #FFF;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.04em;
  color: #282828;
}


/* faq */
.faqContainer {
  width: 850px;
  margin: 96px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.faq {
  border: 2px solid #282828;
  background: #FFF;
}

.faq_question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  cursor: pointer;
}

.faq_qa {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.faq_qa.faq_qa-question {
  color: #154DA0;
}

.faq_qa.faq_qa-answer {
  color: #E95C03;
}

.faq_question_text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.9;
}

.faq_arrow {
  position: absolute;
  right: 32px;
  width: 32px;
  height: 32px;
  background-image: url(/assets/specials/prize/common/arrow_up_yellow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.faq_arrow.faq_arrow-close {
  background-image: url(/assets/specials/prize/common/arrow_down_yellow.svg);
}

.faq_answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  border-top: 1px solid #aaa;
}

.faq_answer_text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9;
}

.faq a {
  color: #282828;
  text-decoration: underline;
}