@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  word-break: break-all; }

button {
  background-color: transparent;
  border: 0 none;
  padding: 0;
  line-height: 1;
  cursor: pointer; }

main {
  display: block; }

input {
  border: 0 none; }

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom; }

select {
  line-height: 1; }

select::-moz-focus-inner {
  border: 0;
  outline: 0; }

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Lucida Grande", "segoe UI", Meiryo, "メイリオ", "游ゴシック", "Yu Gothic", Verdana, Arial, sans-serif;
  color: #333; }

.container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 375px;
  padding: 0 10px; }
  @media screen and (min-width: 1000px) {
    .container {
      max-width: 1000px;
      padding: 0 20px; } }
  .container--no-padding {
    padding: 0; }
    @media screen and (min-width: 1000px) {
      .container--no-padding {
        padding: 0; } }

.text-block {
  display: inline-block;
  text-align: left; }

.wrap {
  display: block; }

.sp-wrap {
  display: block; }
  @media screen and (min-width: 1000px) {
    .sp-wrap {
      display: inline; } }

.pc-wrap {
  display: inline; }
  @media screen and (min-width: 1000px) {
    .pc-wrap {
      display: block; } }

.serif {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif; }

@media screen and (min-width: 1000px) {
  .sp-content {
    display: none; } }

.pc-content {
  display: none; }
  @media screen and (min-width: 1000px) {
    .pc-content {
      display: block; } }

.hover {
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }
  .hover:hover {
    opacity: .7; }

.link-text {
  text-decoration: none;
  color: #369;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

.img-block {
  line-height: 0;
  text-align: center; }

.btn-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }
  .btn-block__btn {
    -webkit-box-flex: 0;
            flex: 0 1 auto; }
    .btn-block__btn img {
      width: 100%; }

.js-lazy-img.is-loading {
  opacity: 0; }

.js-lazy-img.is-loaded {
  opacity: 1;
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }

.banner__head {
  margin-bottom: 15px;
  color: #473b5e;
  font-size: 10px;
  font-weight: bold;
  text-align: center; }
  @media screen and (min-width: 1000px) {
    .banner__head {
      margin-bottom: 35px; } }
  @media screen and (min-width: 1000px) {
    .banner__head {
      font-weight: 20px; } }

@media screen and (min-width: 1000px) {
  .banner-head {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    font-size: 20px; } }

.banner-head::before, .banner-head::after {
  content: '';
  display: none;
  height: 8px;
  background-image: url("https://www.3ple.jp/feature/3ple/191002/img/icon-down-arrow_sp.png");
  background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/191002/img/icon-down-arrow_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/191002/img/icon-down-arrow_sp@2x.png") 2x);
  background-size: cover; }
  @media screen and (min-width: 1000px) {
    .banner-head::before, .banner-head::after {
      background-image: url("https://www.3ple.jp/feature/3ple/191002/img/icon-down-arrow_pc.png"); } }
  @media screen and (min-width: 1000px) {
    .banner-head::before, .banner-head::after {
      height: 19px;
      -webkit-box-flex: 0;
              flex: 0 1 140px; } }

.banner-head::before {
  display: block;
  margin-bottom: 11px; }
  @media screen and (min-width: 1000px) {
    .banner-head::before {
      margin: 0; } }

@media screen and (min-width: 1000px) {
  .banner-head::after {
    display: block;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); } }

.bonus {
  background: #cca40e;
  position: relative; }
  .bonus__head {
    margin-bottom: 15px; }
    @media screen and (min-width: 1000px) {
      .bonus__head {
        margin-bottom: 50px; } }
  .bonus__body {
    position: relative;
    padding-top: 25px;
    padding-bottom: 30px; }
    @media screen and (min-width: 1000px) {
      .bonus__body {
        padding-top: 80px;
        padding-bottom: 100px; } }
  .bonus__content {
    position: relative;
    z-index: 100; }
  .bonus__right {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%; }
    @media screen and (min-width: 1000px) {
      .bonus__right {
        margin: 0 -100px; } }
  .bonus__left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    @media screen and (min-width: 1000px) {
      .bonus__left {
        margin: 0 -100px; } }
  .bonus__bottom {
    width: 100%;
    position: absolute;
    bottom: -32px; }
    @media screen and (min-width: 1000px) {
      .bonus__bottom {
        bottom: -100px; } }

.bonus-head {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }
  .bonus-head__body {
    position: relative; }
  .bonus-head__balloon {
    position: absolute;
    right: -80px;
    bottom: -8px;
    z-index: 100; }
    @media screen and (min-width: 1000px) {
      .bonus-head__balloon {
        right: -250px;
        bottom: -25px; } }

.bonus-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch; }
  .bonus-item--2n {
    -webkit-box-pack: end;
            justify-content: flex-end; }
  .bonus-item__thumb {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    padding-left: 12px;
    position: relative; }
    @media screen and (min-width: 1000px) {
      .bonus-item__thumb {
        padding-left: 40px; } }
    .bonus-item--2n .bonus-item__thumb {
      -webkit-box-ordinal-group: 3;
              order: 2;
      padding-left: 0;
      padding-right: 2px; }
      @media screen and (min-width: 1000px) {
        .bonus-item--2n .bonus-item__thumb {
          padding-right: 40px; } }
  .bonus-item__balloon {
    position: absolute;
    top: 3px;
    left: 0; }
    .bonus-item--2n .bonus-item__balloon {
      left: auto;
      right: 0; }
  .bonus-item__detail {
    position: relative;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    padding-left: 10px; }
    @media screen and (min-width: 1000px) {
      .bonus-item__detail {
        padding-left: 30px; } }
    .bonus-item--2n .bonus-item__detail {
      padding-left: 0;
      padding-right: 8px; }
      @media screen and (min-width: 1000px) {
        .bonus-item--2n .bonus-item__detail {
          padding-left: 0;
          padding-right: 10px; } }
  .bonus-item__head {
    position: relative;
    z-index: 100;
    margin-bottom: 15px; }
    @media screen and (min-width: 1000px) {
      .bonus-item__head {
        margin-bottom: 30px; } }
    .bonus-item__head > * {
      text-align: center; }
      @media screen and (min-width: 1000px) {
        .bonus-item__head > * {
          text-align: left; } }
  .bonus-item__text {
    font-size: 9px;
    color: #fff;
    font-weight: bold; }
    .bonus-item__text .text-box {
      margin: calc((16px - 1em) / 2 * -1) 0;
      line-height: 16px; }
    @media screen and (min-width: 1000px) {
      .bonus-item__text {
        font-size: 18px; }
        .bonus-item__text .text-box {
          margin: calc((38px - 1em) / 2 * -1) 0;
          line-height: 38px; } }
  .bonus-item__doodles {
    position: absolute; }
    @media screen and (max-width: 374px) {
      .bonus-item__doodles {
        display: none !important; } }
    .bonus-item__doodles--1 {
      top: 0px;
      left: 10px; }
      @media screen and (min-width: 1000px) {
        .bonus-item__doodles--1 {
          top: 20px; } }
    .bonus-item__doodles--2 {
      top: -12px;
      right: 20px; }
      @media screen and (min-width: 1000px) {
        .bonus-item__doodles--2 {
          top: auto;
          bottom: 75px;
          right: -20px; } }
    .bonus-item__doodles--3 {
      top: 20px;
      left: 10px; }
      @media screen and (min-width: 1000px) {
        .bonus-item__doodles--3 {
          left: -80px;
          top: 80px; } }
    .bonus-item__doodles--4 {
      top: 32px;
      right: 10px; }
      @media screen and (min-width: 1000px) {
        .bonus-item__doodles--4 {
          top: auto;
          bottom: 50px;
          right: -75px; } }

.btn-3ple {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background: #f93099;
  height: 55px;
  border-radius: 27.5px;
  text-decoration: none;
  position: relative; }
  @media screen and (min-width: 1000px) {
    .btn-3ple {
      height: 110px;
      border-radius: 55px;
      max-width: 600px;
      margin: 0 auto; } }
  .btn-3ple__icon {
    margin-right: 8px; }
    @media screen and (min-width: 1000px) {
      .btn-3ple__icon {
        margin-right: 15px; } }
  .btn-3ple__text {
    color: #fff;
    font-size: 18px;
    font-weight: bold; }
    @media screen and (min-width: 1000px) {
      .btn-3ple__text {
        font-size: 35px; } }
  @media screen and (min-width: 1000px) {
    .btn-3ple::after {
      font-family: "Font Awesome 5 Free";
      content: '\f054';
      font-weight: 700;
      font-size: 30px;
      display: block;
      height: 1em;
      position: absolute;
      right: 30px;
      top: 0;
      bottom: 0;
      margin: auto 0;
      color: #fff; } }

.lead {
  background: #af0000;
  padding-top: 2px;
  padding-bottom: 40px; }
  @media screen and (min-width: 1000px) {
    .lead {
      padding-top: 5px;
      padding-bottom: 100px; } }

.lead-content {
  padding-top: 21px;
  position: relative; }
  @media screen and (min-width: 1000px) {
    .lead-content {
      padding-top: 66px; } }
  .lead-content__mv {
    margin-bottom: 35px; }
    @media screen and (min-width: 1000px) {
      .lead-content__mv {
        margin-bottom: 107px; } }
  .lead-content__btn {
    margin-bottom: 21px; }
    @media screen and (min-width: 1000px) {
      .lead-content__btn {
        margin-bottom: 53px; } }
  .lead-content__right {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%; }
    @media screen and (min-width: 1000px) {
      .lead-content__right {
        margin: 0 -100px; } }
  .lead-content__left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    @media screen and (min-width: 1000px) {
      .lead-content__left {
        margin: 0 -100px; } }

.mv {
  position: relative; }
  .mv__img {
    position: relative;
    z-index: 10; }
  .mv__bottom {
    position: absolute;
    z-index: 100;
    bottom: -27px;
    width: 100%; }
    @media screen and (min-width: 1000px) {
      .mv__bottom {
        bottom: -84px; } }

.lead-btn {
  position: relative; }
  .lead-btn__balloon {
    pointer-events: none;
    position: absolute;
    right: -15px;
    top: -15px; }
    @media screen and (min-width: 1000px) {
      .lead-btn__balloon {
        right: -50px;
        top: -50px; } }
    .lead-btn__balloon img {
      width: auto; }

.ornament {
  background-position-x: center;
  background-size: contain; }
  .ornament--large {
    background-image: url("https://www.3ple.jp/feature/3ple/191002/img/ornament-large_sp.png");
    background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/191002/img/ornament-large_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/191002/img/ornament-large_sp@2x.png") 2x);
    background-repeat: no-repeat;
    height: calc(100vw * 103 / 750);
    max-height: 52px; }
    @media screen and (min-width: 1000px) {
      .ornament--large {
        background-image: url("https://www.3ple.jp/feature/3ple/191002/img/ornament-large_pc.png"); } }
    @media screen and (min-width: 1000px) {
      .ornament--large {
        height: calc(100vw * 145 / 1000);
        max-height: 145px; } }
  .ornament--small {
    background-image: url("https://www.3ple.jp/feature/3ple/191002/img/ornament-small_sp.png");
    background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/191002/img/ornament-small_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/191002/img/ornament-small_sp@2x.png") 2x);
    background-repeat: no-repeat;
    height: calc(100vw * 83 / 750);
    max-height: 42px; }
    @media screen and (min-width: 1000px) {
      .ornament--small {
        background-image: url("https://www.3ple.jp/feature/3ple/191002/img/ornament-small_pc.png"); } }
    @media screen and (min-width: 1000px) {
      .ornament--small {
        height: calc(100vw * 132 / 1000);
        max-height: 132px; } }
  .ornament--repeat {
    background-image: url("https://www.3ple.jp/feature/3ple/191002/img/ornament-repeat_sp.png");
    background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/191002/img/ornament-repeat_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/191002/img/ornament-repeat_sp@2x.png") 2x);
    background-repeat: repeat;
    height: calc(100vw * 108 / 750);
    max-height: 54px; }
    @media screen and (min-width: 1000px) {
      .ornament--repeat {
        background-image: url("https://www.3ple.jp/feature/3ple/191002/img/ornament-repeat_pc.png"); } }
    @media screen and (min-width: 1000px) {
      .ornament--repeat {
        height: calc(100vw * 143 / 1000);
        max-height: 143px; } }
  .ornament--repeat-few {
    background-image: url("https://www.3ple.jp/feature/3ple/191002/img/ornament-repeat-few_sp.png");
    background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/191002/img/ornament-repeat-few_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/191002/img/ornament-repeat-few_sp@2x.png") 2x);
    background-repeat: repeat-x;
    height: calc(100vw * 89 / 750);
    max-height: 89px; }
    @media screen and (min-width: 1000px) {
      .ornament--repeat-few {
        background-image: url("https://www.3ple.jp/feature/3ple/191002/img/ornament-repeat-few_pc.png"); } }
    @media screen and (min-width: 1000px) {
      .ornament--repeat-few {
        height: calc(100vw * 143 / 1000);
        max-height: 143px; } }
  .ornament--left {
    background-image: url("https://www.3ple.jp/feature/3ple/191002/img/ornament-left_sp.png");
    background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/191002/img/ornament-left_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/191002/img/ornament-left_sp@2x.png") 2x);
    background-repeat: no-repeat;
    background-position: left;
    height: calc(100vw * 168 / 750);
    max-height: 84px; }
    @media screen and (min-width: 1000px) {
      .ornament--left {
        background-image: url("https://www.3ple.jp/feature/3ple/191002/img/ornament-left_pc.png"); } }
    @media screen and (min-width: 1000px) {
      .ornament--left {
        height: 213px;
        max-height: none; } }
  .ornament--right {
    background-image: url("https://www.3ple.jp/feature/3ple/191002/img/ornament-right_sp.png");
    background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/191002/img/ornament-right_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/191002/img/ornament-right_sp@2x.png") 2x);
    background-repeat: no-repeat;
    background-position: right;
    height: calc(100vw * 160 / 750);
    max-height: 80px; }
    @media screen and (min-width: 1000px) {
      .ornament--right {
        background-image: url("https://www.3ple.jp/feature/3ple/191002/img/ornament-right_pc.png"); } }
    @media screen and (min-width: 1000px) {
      .ornament--right {
        height: 235px;
        max-height: none; } }

.selected {
  position: relative; }
  .selected__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .selected__top {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    background-image: url("https://www.3ple.jp/feature/3ple/191002/img/selected-top_sp.png");
    background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/191002/img/selected-top_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/191002/img/selected-top_sp@2x.png") 2x);
    background-size: cover;
    background-repeat: no-repeat; }
    .selected__top .keep-ratio {
      display: block;
      position: relative;
      width: 100%; }
      .selected__top .keep-ratio::before {
        content: "";
        display: block;
        padding-top: 100%; }
      .selected__top .keep-ratio__content {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
    @media screen and (min-width: 1000px) {
      .selected__top {
        background-image: url("https://www.3ple.jp/feature/3ple/191002/img/selected-top_pc.png"); } }
    .selected__top .keep-ratio {
      display: block;
      position: relative;
      width: 100%; }
      .selected__top .keep-ratio::before {
        content: "";
        display: block;
        padding-top: 20.1408450704%; }
      .selected__top .keep-ratio__content {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
    @media screen and (min-width: 1000px) {
      .selected__top .keep-ratio {
        display: block;
        position: relative;
        width: 100%; }
        .selected__top .keep-ratio::before {
          content: "";
          display: block;
          padding-top: 20%; }
        .selected__top .keep-ratio__content {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0; } }
  .selected__body {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    background: #fff;
    margin: -1px 0; }
  .selected__bottom {
    background-image: url("https://www.3ple.jp/feature/3ple/191002/img/selected-bottom_sp.png");
    background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/191002/img/selected-bottom_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/191002/img/selected-bottom_sp@2x.png") 2x);
    background-size: contain;
    background-repeat: no-repeat; }
    .selected__bottom .keep-ratio {
      display: block;
      position: relative;
      width: 100%; }
      .selected__bottom .keep-ratio::before {
        content: "";
        display: block;
        padding-top: 100%; }
      .selected__bottom .keep-ratio__content {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
    @media screen and (min-width: 1000px) {
      .selected__bottom {
        background-image: url("https://www.3ple.jp/feature/3ple/191002/img/selected-bottom_pc.png"); } }
    .selected__bottom .keep-ratio {
      display: block;
      position: relative;
      width: 100%; }
      .selected__bottom .keep-ratio::before {
        content: "";
        display: block;
        padding-top: 6.05633802817%; }
      .selected__bottom .keep-ratio__content {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
    @media screen and (min-width: 1000px) {
      .selected__bottom .keep-ratio {
        display: block;
        position: relative;
        width: 100%; }
        .selected__bottom .keep-ratio::before {
          content: "";
          display: block;
          padding-top: 6%; }
        .selected__bottom .keep-ratio__content {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0; } }
  .selected__content {
    position: relative; }

.selected-content {
  padding: 33px 10px 25px; }
  @media screen and (min-width: 1000px) {
    .selected-content {
      padding: 90px 40px 80px; } }
  .selected-content__head {
    margin-bottom: 20px; }
    @media screen and (min-width: 1000px) {
      .selected-content__head {
        margin-bottom: 30px; } }
  .selected-content__flagship {
    margin-bottom: 15px; }
    @media screen and (min-width: 1000px) {
      .selected-content__flagship {
        margin-bottom: 60px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
                justify-content: center; } }
  .selected-content__separator {
    margin-bottom: 20px; }
    @media screen and (min-width: 1000px) {
      .selected-content__separator {
        margin-bottom: 50px; } }

.selected-items {
  overflow: hidden; }
  .selected-items__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
            align-items: stretch;
    flex-wrap: wrap;
    margin: -20px -9.25px; }
    @media screen and (min-width: 1000px) {
      .selected-items__list {
        margin: -50px -15px; } }
  .selected-items__item {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding: 20px 9.25px; }
    @media screen and (min-width: 1000px) {
      .selected-items__item {
        padding: 50px 15px; } }

.selected-item-flagship {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center; }
  @media screen and (min-width: 1000px) {
    .selected-item-flagship {
      display: -ms-grid;
      display: grid;
      -ms-grid-rows: -webkit-max-content;
      -ms-grid-rows: max-content;
      grid-template-rows: -webkit-max-content;
      grid-template-rows: max-content;
      -ms-grid-columns: -webkit-max-content;
      -ms-grid-columns: max-content;
      grid-template-columns: -webkit-max-content;
      grid-template-columns: max-content;
      grid-column-gap: 55px; } }
  .selected-item-flagship__thumb {
    margin-right: 10px;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    margin-bottom: 10px; }
    @media screen and (max-width: 374px) {
      .selected-item-flagship__thumb {
        flex-basis: 15%; } }
    @media screen and (min-width: 1000px) {
      .selected-item-flagship__thumb {
        margin: 0;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2; } }
  .selected-item-flagship__info {
    -webkit-box-flex: 0;
            flex: 0 1 auto; }
    @media screen and (max-width: 374px) {
      .selected-item-flagship__info {
        flex-basis: 75%; } }
    @media screen and (min-width: 1000px) {
      .selected-item-flagship__info {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3; } }
  .selected-item-flagship__name {
    margin-bottom: 15px; }
    @media screen and (min-width: 1000px) {
      .selected-item-flagship__name {
        margin-bottom: 35px; } }
  .selected-item-flagship__info {
    margin-bottom: 23px; }
    @media screen and (min-width: 1000px) {
      .selected-item-flagship__info {
        margin-bottom: 45px; } }
  .selected-item-flagship__text {
    width: 100%;
    color: #483b5f;
    font-size: 10px; }
    .selected-item-flagship__text .text-box {
      margin: calc((1.6em - 1em) / 2 * -1) 0;
      line-height: 1.6em; }
    @media screen and (min-width: 1000px) {
      .selected-item-flagship__text {
        max-width: 543px;
        font-size: 16px;
        width: auto;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3; } }

.selected-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%; }
  @media screen and (min-width: 1000px) {
    .selected-item {
      display: -ms-grid;
      display: grid;
      -ms-grid-rows: -webkit-max-content;
      -ms-grid-rows: max-content;
      grid-template-rows: -webkit-max-content;
      grid-template-rows: max-content;
      -ms-grid-columns: -webkit-max-content;
      -ms-grid-columns: max-content;
      grid-template-columns: -webkit-max-content;
      grid-template-columns: max-content;
      grid-column-gap: 18px; } }
  .selected-item__name {
    margin-bottom: 8px; }
    @media screen and (min-width: 1000px) {
      .selected-item__name {
        margin-bottom: 20px;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3; } }
  .selected-item__thumb {
    margin-bottom: 5px; }
    @media screen and (min-width: 1000px) {
      .selected-item__thumb {
        margin: 0;
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        grid-row: 1 / 4;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2; } }
  .selected-item__detail {
    margin-top: auto; }
    @media screen and (min-width: 1000px) {
      .selected-item__detail {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3; } }

.selected-name--flagship {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }

.selected-name__icon {
  margin-bottom: 9px; }
  @media screen and (min-width: 1000px) {
    .selected-name__icon {
      margin-bottom: 18px; } }
  .selected-name--flagship .selected-name__icon {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    margin-bottom: 0;
    margin-right: 8px; }
    @media screen and (min-width: 1000px) {
      .selected-name--flagship .selected-name__icon {
        margin-bottom: 0;
        margin-right: 20px; } }

.selected-name__text {
  -webkit-box-flex: 0;
          flex: 0 1 auto; }

.set__body {
  position: relative;
  padding-top: 23px; }
  @media screen and (min-width: 1000px) {
    .set__body {
      padding-top: 70px; } }

.set__head {
  margin-bottom: 28px; }
  @media screen and (min-width: 1000px) {
    .set__head {
      margin-bottom: 80px; } }

.set__flagship {
  margin-bottom: 15px; }
  @media screen and (min-width: 1000px) {
    .set__flagship {
      margin-bottom: 40px; } }

.set__separator {
  margin-bottom: 20px; }
  @media screen and (min-width: 1000px) {
    .set__separator {
      margin-bottom: 60px; } }

.set__right {
  position: absolute;
  top: -13px;
  right: 0;
  width: 100%; }
  @media screen and (min-width: 1000px) {
    .set__right {
      top: -25px;
      margin: 0 -100px; } }

.set__left {
  position: absolute;
  top: -13px;
  left: 0;
  width: 100%; }
  @media screen and (min-width: 1000px) {
    .set__left {
      top: -25px;
      margin: 0 -100px; } }

.set-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%; }
  .set-item--flagship {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center; }
  .set-item__thumb {
    -webkit-box-flex: 0;
            flex: 0 0 110px;
    margin-bottom: 12px;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
            justify-content: center; }
    @media screen and (min-width: 1000px) {
      .set-item__thumb {
        -webkit-box-flex: 0;
                flex: 0 0 310px;
        min-height: 310px;
        margin-bottom: 30px; } }
    .set-item--flagship .set-item__thumb {
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      display: block;
      -webkit-box-flex: 1;
              flex-grow: 1;
      margin-bottom: 0;
      margin-right: 10px; }
      @media screen and (min-width: 1000px) {
        .set-item--flagship .set-item__thumb {
          margin-right: 30px; } }
    .set-item--label .set-item__thumb::after {
      display: block;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 34px;
      height: 34px;
      background-image: url("https://www.3ple.jp/feature/3ple/191002/img/add-label_sp.png");
      background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/191002/img/add-label_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/191002/img/add-label_sp@2x.png") 2x);
      background-repeat: no-repeat; }
      @media screen and (min-width: 1000px) {
        .set-item--label .set-item__thumb::after {
          background-image: url("https://www.3ple.jp/feature/3ple/191002/img/add-label_pc.png"); } }
      @media screen and (min-width: 1000px) {
        .set-item--label .set-item__thumb::after {
          width: 94px;
          height: 94px; } }
  .set-item__info {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
    .set-item--flagship .set-item__info {
      display: block;
      -webkit-box-flex: 1;
              flex: 1 1 auto; }
  .set-item__name {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    margin-bottom: 10px; }
    @media screen and (min-width: 1000px) {
      .set-item__name {
        margin-bottom: 30px; } }
    .set-item--flagship .set-item__name {
      margin-bottom: 15px; }
      @media screen and (min-width: 1000px) {
        .set-item--flagship .set-item__name {
          margin-bottom: 50px; } }
  .set-item__value {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 9px;
    padding: 0 8px; }
    @media screen and (min-width: 1000px) {
      .set-item__value {
        padding: 0 15px;
        margin-bottom: 25px; } }
    .set-item--flagship .set-item__value {
      margin-bottom: 20px; }
      @media screen and (min-width: 1000px) {
        .set-item--flagship .set-item__value {
          margin-bottom: 30px; } }
  .set-item__detail {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    margin-right: 10px; }
  .set-item__price {
    -webkit-box-flex: 0;
            flex: 0 0 auto; }

.set-item-name {
  height: 100%;
  box-sizing: border-box;
  color: #83212f; }
  .set-item-name__body {
    height: 100%;
    box-sizing: border-box;
    padding: 8px;
    font-size: 10px;
    font-weight: bold; }
    @media screen and (min-width: 1000px) {
      .set-item-name__body {
        padding: 15px; } }
    .set-item-name__body .text-box {
      margin: calc((1.25em - 1em) / 2 * -1) 0;
      line-height: 1.25em; }
    .set-item-name__body .text-box {
      min-height: 3.75em; }
    @media screen and (min-width: 1000px) {
      .set-item-name__body {
        font-size: 16px; }
        .set-item-name__body .text-box {
          margin: calc((28px - 1em) / 2 * -1) 0;
          line-height: 28px; }
        .set-item-name__body .text-box {
          min-height: 56px; } }
    .set-item-name--flagship .set-item-name__body {
      padding: 10px;
      font-size: 10px; }
      @media screen and (min-width: 1000px) {
        .set-item-name--flagship .set-item-name__body {
          padding: 30px; } }
      .set-item-name--flagship .set-item-name__body .text-box {
        margin: calc((1.5em - 1em) / 2 * -1) 0;
        line-height: 1.5em; }
      .set-item-name--flagship .set-item-name__body .text-box {
        min-height: 3em; }
      @media screen and (min-width: 1000px) {
        .set-item-name--flagship .set-item-name__body {
          font-size: 30px; }
          .set-item-name--flagship .set-item-name__body .text-box {
            margin: calc((1.5em - 1em) / 2 * -1) 0;
            line-height: 1.5em; } }
  .set-item-name::before, .set-item-name::after {
    display: block;
    content: '';
    background-image: url("https://www.3ple.jp/feature/3ple/191002/img/set-border_sp.png");
    background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/191002/img/set-border_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/191002/img/set-border_sp@2x.png") 2x);
    background-size: contain;
    height: 1px; }
    @media screen and (min-width: 1000px) {
      .set-item-name::before, .set-item-name::after {
        background-image: url("https://www.3ple.jp/feature/3ple/191002/img/set-border_pc.png"); } }
    @media screen and (min-width: 1000px) {
      .set-item-name::before, .set-item-name::after {
        height: 3px; } }
    .set-item-name--flagship .set-item-name::before, .set-item-name--flagship .set-item-name::after {
      height: 11px; }
      @media screen and (min-width: 1000px) {
        .set-item-name--flagship .set-item-name::before, .set-item-name--flagship .set-item-name::after {
          height: 29px; } }

.set-item-price {
  font-size: 0;
  color: #af0000;
  font-weight: bold; }
  .set-item-price__value {
    font-size: 14px; }
    @media screen and (min-width: 1000px) {
      .set-item-price__value {
        font-size: 40px; } }
    .set-item-name--flagship .set-item-price__value {
      font-size: 25px; }
      @media screen and (min-width: 1000px) {
        .set-item-name--flagship .set-item-price__value {
          font-size: 70px; } }
  .set-item-price__unit {
    font-size: 9.8px; }
    @media screen and (min-width: 1000px) {
      .set-item-price__unit {
        font-size: 28px; } }
    .set-item-name--flagship .set-item-price__unit {
      font-size: 17.5px; }
      @media screen and (min-width: 1000px) {
        .set-item-name--flagship .set-item-price__unit {
          font-size: 49px; } }

.set-btn {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 130px;
  margin: 0 auto;
  height: 22px;
  border-radius: 11px;
  font-size: 10px;
  font-weight: 600;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
  background: #bf9700; }
  @media screen and (min-width: 1000px) {
    .set-btn {
      height: 66px;
      border-radius: 33px;
      max-width: 360px;
      font-size: 24px; } }
  .set-btn--flagship {
    height: 28px;
    font-size: 11px;
    border-radius: 14px;
    max-width: 116px; }
    @media screen and (min-width: 1000px) {
      .set-btn--flagship {
        height: 80px;
        border-radius: 40px;
        font-size: 38px;
        max-width: 470px; } }

.set-list {
  overflow: hidden; }
  .set-list__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    margin: -18px -6.75px; }
    @media screen and (min-width: 1000px) {
      .set-list__list {
        margin: -50px -18px; } }
  .set-list__item {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding: 18px 6.75px; }
    @media screen and (min-width: 1000px) {
      .set-list__item {
        padding: 50px 18px; } }

@media screen and (min-width: 1000px) {
  .container--selected {
    padding: 0; } }

.container--set-flagship {
  padding: 0 33px; }
  @media screen and (min-width: 1000px) {
    .container--set-flagship {
      padding: 0 66px; } }

.container--set-list {
  padding: 0 17px; }
  @media screen and (min-width: 1000px) {
    .container--set-list {
      padding: 0 20px; } }

.container--banner {
  padding: 0 15px; }
  @media screen and (min-width: 1000px) {
    .container--banner {
      padding: 0 20px; } }

.container--sp-no-padding {
  padding: 0; }
  @media screen and (min-width: 1000px) {
    .container--sp-no-padding {
      padding: 0 20px; } }

.main {
  overflow: hidden;
  padding-bottom: 50px; }
  @media screen and (min-width: 1000px) {
    .main {
      padding-bottom: 100px; } }

.separator--set {
  margin-bottom: 40px; }
  @media screen and (min-width: 1000px) {
    .separator--set {
      margin-bottom: 100px; } }

.separator--this-year {
  margin-bottom: 25px; }
  @media screen and (min-width: 1000px) {
    .separator--this-year {
      margin-bottom: 100px; } }

.separator--bonus {
  margin-bottom: 53px; }
  @media screen and (min-width: 1000px) {
    .separator--bonus {
      margin-bottom: 145px; } }

.separator--banner {
  margin-bottom: 30px; }
  @media screen and (min-width: 1000px) {
    .separator--banner {
      margin-bottom: 100px; } }

.f-copyright-wrapper {
  background-color: #fff;
  border-top: 1px solid #e7e7e7;
  padding: 10px 0; }

@media screen and (min-width: 1000px) {
  .f-copyright {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    padding: 20px 0; } }

.f-copyright__img {
  display: block;
  text-align: center;
  margin-bottom: 9px; }
  @media screen and (min-width: 1000px) {
    .f-copyright__img {
      margin-bottom: 0;
      -webkit-box-flex: 0;
              flex: 0 0 30px;
      max-width: 30px;
      margin-right: 5px; } }

.f-copyright__text > p {
  line-height: 1.6;
  margin: -0.3em 0;
  text-align: center;
  color: #333;
  font-size: 10px;
  text-align: center; }
  @media screen and (min-width: 1000px) {
    .f-copyright__text > p {
      text-align: left;
      font-size: 14px; } }

.this-year__ornament {
  margin-bottom: 20px; }
  @media screen and (min-width: 1000px) {
    .this-year__ornament {
      margin-bottom: 45px; } }

.this-year__head {
  position: relative;
  margin-bottom: 15px; }
  @media screen and (min-width: 1000px) {
    .this-year__head {
      margin-bottom: 50px; } }

.this-year__text {
  position: relative;
  font-size: 10px; }
  .this-year__text .text-box {
    margin: calc((1.6em - 1em) / 2 * -1) 0;
    line-height: 1.6em; }
  .this-year__text p:not(:last-child) {
    margin-bottom: 2em; }
  @media screen and (min-width: 1000px) {
    .this-year__text {
      font-size: 14px; } }

.this-year__img {
  margin-top: -20px; }
  @media screen and (min-width: 1000px) {
    .this-year__img {
      margin-top: -50px; } }
