@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
td,
th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #1a1311;
  min-width: 320px;
  margin: 0 auto;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
}
.l-site-header {
  border-bottom: 1px solid #e0e0e0;
}
.l-site_header-inner {
  display: flex;
  align-items: center;
  max-width: 1180px;
  padding: 17px 10px;
  margin: 0 auto;
}
.l-site_header-logo {
  width: 170px;
  margin-left: 10%;
}
.l-site_header-navi {
  position: relative;
  font-size: 10px;
  background: #e20b17;
  padding: 8px 7px;
}
.l-site_header-navi ::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: 0;
}
.l-site_header-navi a {
  color: #fff;
}
.l-footer-copyright {
  color: #fff;
  background: #263238;
  font-size: 12px;
  text-align: center;
  padding: 20px 0;
}
h2 span {
  display: inline-block;
  font-size: 20px;
}
.l-top-heading {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 0 25px 0;
  z-index: 2;
}
.l-top-heading::after {
  content: "";
  position: absolute;
  top: -85%;
  left: 0;
  width: 100%;
  height: 200px;
  background-image: url("../images/pages/top/tokuten_img01_sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
.l-top-heading-2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin: 50px auto;
}
.l-top-heading-3 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.25;
  background: #e20b17;
  border-radius: 6px;
  padding: 15px 20px;
  margin: 0 0 4px;
}
.l-top-heading-3:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e20b17;
  margin: auto;
}
.l-top-heading-4 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
.l-footer-copyright {
  color: #fff;
  background: #263238;
  font-size: 12px;
  text-align: center;
  padding: 20px 0;
}
@media (min-width: 480px) {
  .l-top-heading::after {
    top: -30%;
    height: 250px;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .l-top-heading {
    padding: 50px 0 0;
  }
  .l-top-heading img {
    width: 50%;
  }
  .l-top-heading::after {
    top: 10%;
    background-image: url("../images/pages/top/tokuten_img01_pc.png");
    background-size: contain;
  }
  .l-top-heading-3 {
    font-size: 26px;
    padding: 20px;
    margin-bottom: -4px;
  }
}
@media (min-width: 992px) {
  .l-site-header {
    border-bottom: 0;
  }
  .l-site_header-logo {
    width: 250px;
    margin-left: 0;
  }
  .l-site_header-navi {
    display: none;
  }
  h2 span {
    font-size: 32px;
  }
}
.l-site_header {
  box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  position: relative;
}
.l-site_header-inner {
  max-width: 1400px;
  padding: 20px 10px;
}
@media screen and (max-width: 767px) {
  .l-site_header-inner {
    padding: 21.5px 10px;
  }
}
.l-site_header-navi {
  display: none;
}
.l-site_header-logo {
  width: 209px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .l-site_header-logo {
    width: 175px;
  }
}
.js-animation.fade-in {
  opacity: 0;
  position: relative;
  top: -15px;
}
.js-animation.fade-in.active {
  transition: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
  top: 0;
}
.randsel-2026_cp_contents {
  color: #36302d;
  font-size: 16px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .randsel-2026_cp_contents {
    font-size: 14px;
  }
}
.randsel-2026_cp_contents img {
  width: 100%;
}
.randsel-2026_cp_contents a {
  text-decoration: none;
  transition: 0.3s;
}
@media (hover: hover) {
  .randsel-2026_cp_contents a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .randsel-2026_cp_contents .isPc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .randsel-2026_cp_contents .isSp {
    display: none;
  }
}
.randsel-2026_cp_contents .flex {
  display: flex;
  flex-wrap: wrap;
}
.randsel-2026_cp_contents .section {
  position: relative;
  z-index: 0;
}
.randsel-2026_cp_contents .inner {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .randsel-2026_cp_contents .inner {
    padding: 0 calc((20 / 390) * 100vw);
  }
}
.randsel-2026_cp_contents .sub_head {
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .randsel-2026_cp_contents .sub_head {
    font-size: 15px;
  }
}
.randsel-2026_cp_contents h2.sec_head2 {
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .randsel-2026_cp_contents h2.sec_head2 {
    line-height: 1.5;
    font-size: 28px;
  }
}
.randsel-2026_cp_contents h2.sec_head2:after {
  display: block;
  content: "";
  width: 100px;
  height: 4px;
  background-image: url("/lp/randsel-2026_cp/common/images/color_line_short.png");
  background-size: 100%;
  margin: 20px auto 50px;
}
.randsel-2026_cp_contents .section {
  position: relative;
  z-index: 0;
}
.pettern_bg {
  position: absolute;
  width: 100%;
  max-width: 1400px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .pettern_bg {
    top: 80px;
  }
}
.pettern_bg .pettern_left {
  display: block;
  width: 391px;
  margin-left: -50px;
}
@media screen and (max-width: 767px) {
  .pettern_bg .pettern_left {
    width: 148px;
    margin-left: -48px;
  }
}
.pettern_bg .pettern_right {
  display: block;
  width: 391px;
  margin-top: 127px;
  margin-right: -50px;
}
@media screen and (max-width: 767px) {
  .pettern_bg .pettern_right {
    width: 148px;
    margin-top: 47px;
    margin-right: -48px;
  }
}
.color_line {
  width: 100%;
  height: 10px;
  background-image: url("/lp/randsel-2026_cp/common/images/color_line.png");
  background-size: 500px 10px;
  background-repeat: repeat-x;
  background-position: left;
}
@media screen and (max-width: 767px) {
  .color_line {
    height: 5px;
    background-size: 250px 5px;
  }
}
h3.head_label {
  padding-right: 10px;
  margin-left: -59px;
}
@media screen and (max-width: 767px) {
  h3.head_label {
    margin-left: -30px;
  }
}
.block {
  position: relative;
  border-radius: 20px;
  background: #fff;
  border: solid 3px #f46653;
  padding: 30px 38px;
  box-shadow: 0px 10px 16px rgba(0,0,0,0.161);
  margin-top: 50px;
}
.block.b_head_on {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .block.b_head_on {
    padding: 20px 20px 40px;
  }
}
.s_campain {
  background: #eef5ed;
  padding: 50px 0 100px;
}
@media screen and (max-width: 767px) {
  .s_campain {
    padding: 46px 0 80px;
  }
}
.b_early .head_label {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .b_early .head_label {
    margin-bottom: 16px;
  }
}
.b_early .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .b_early .grid {
    gap: 10px;
  }
}
.b_early .wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .b_early .wrap {
    margin-top: 30px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .b_early .wrap {
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .b_early .note {
    font-size: 10px;
    margin-bottom: 20px;
  }
}
.b_early .btn {
  display: block;
  font-weight: bold;
  color: #fff;
  background: #74cb6c;
  text-align: center;
  border-radius: 50px;
  width: 320px;
  line-height: 50px;
  font-size: 18px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .b_early .btn {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .b_early .note {
    line-height: 1;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.b_campain1 {
  position: relative;
}
.b_campain1 .maintxt {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .b_campain1 .maintxt {
    font-size: 16px;
    margin: 30px 0 15px;
  }
}
.b_campain1 .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 22px;
}
@media screen and (max-width: 767px) {
  .b_campain1 .wrap {
    flex-direction: column;
    margin: 15px 0 30px;
  }
}
.b_campain1 .buy_label {
  width: 320px;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  background: #dbecfc;
  padding: 3px 0;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .b_campain1 .buy_label {
    width: 100%;
  }
}
.b_campain1 .buy_label .min {
  font-size: 12px;
}
.b_campain1 .buy_label .yen {
  color: #f46653;
  font-family: "Montserrat", sans-serif;
}
.b_campain1 .present {
  font-weight: bold;
  font-size: 46px;
  color: #f46653;
}
@media screen and (max-width: 767px) {
  .b_campain1 .present {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 31px;
    line-height: 1.2;
  }
}
.b_campain1 .present span {
  font-family: "Montserrat", sans-serif;
}
.b_campain1 .present .bold {
  font-size: 67px;
}
@media screen and (max-width: 767px) {
  .b_campain1 .present .bold {
    font-size: 58px;
  }
}
.b_campain1 .present .pt {
  font-size: 31px;
}
@media screen and (max-width: 767px) {
  .b_campain1 .present .pt {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  .b_campain1 .card {
    position: absolute;
    width: 193px;
    right: 62px;
    bottom: 43px;
  }
}
@media screen and (max-width: 767px) {
  .b_campain1 .card {
    width: 99px;
  }
}
@media screen and (min-width: 768px) {
  .b_campain1 .note {
    font-size: 14px;
    padding: 50px 280px 52px 0;
  }
}
@media screen and (max-width: 767px) {
  .b_campain1 .note {
    font-size: 12px;
  }
}
.b_campain2 .stationery_list {
  counter-reset: number 0;
}
@media screen and (min-width: 768px) {
  .b_campain2 .stationery_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .b_campain2 .stationery_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    row-gap: 30px;
    margin-top: 30px;
  }
}
.b_campain2 .stationery_item {
  width: 130px;
  display: flex;
  flex-direction: column;
  row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .b_campain2 .stationery_item {
    gap: 10px;
    width: calc((96 / 390) * 100vw);
  }
}
.b_campain2 .stationery_item:before {
  font-family: "Montserrat", sans-serif;
  counter-increment: number 1;
  content: counter(number) " ";
  text-align: center;
  color: #fff;
  background: #79a7e3;
  font-weight: bold;
  width: 32px;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .b_campain2 .stationery_item:before {
    width: 24px;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.b_campain2 .stationery_item:first-of-type img {
  width: 111px;
}
@media screen and (max-width: 767px) {
  .b_campain2 .stationery_item:first-of-type img {
    width: calc((81 / 390) * 100vw);
  }
}
.b_campain2 .stationery_item:nth-of-type(2) img {
  width: 127px;
}
@media screen and (max-width: 767px) {
  .b_campain2 .stationery_item:nth-of-type(2) img {
    width: calc((88 / 390) * 100vw);
  }
}
.b_campain2 .stationery_item:nth-of-type(5) img {
  width: 108px;
}
@media screen and (max-width: 767px) {
  .b_campain2 .stationery_item:nth-of-type(5) img {
    width: calc((74 / 390) * 100vw);
  }
}
.b_campain2 .stationery_item:nth-of-type(6) img {
  width: 86px;
}
@media screen and (max-width: 767px) {
  .b_campain2 .stationery_item:nth-of-type(6) img {
    width: calc((58 / 390) * 100vw);
  }
}
.b_campain2 .img {
  position: relative;
  width: 100%;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b_campain2 .img:before {
  position: absolute;
  z-index: -1;
  content: "";
  background: #fff0f7;
  width: 130px;
  aspect-ratio: 1;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .b_campain2 .img:before {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .b_campain2 .img {
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .b_campain2 .img {
    aspect-ratio: 96/102;
  }
}
.b_campain2 .name {
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .b_campain2 .name {
    font-size: 13px;
  }
}
.b_campain2 .name span {
  margin-top: 5px;
  display: block;
  font-size: 10px;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .b_delivery {
    padding: 35px calc((20 / 390) * 100vw) 40px;
  }
}
@media screen and (min-width: 768px) {
  .b_delivery .delivery_txt {
    text-align: center;
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 768px) {
  .b_delivery .delivery_txt img {
    max-width: 823px;
  }
}
@media screen and (max-width: 767px) {
  .b_delivery .delivery_txt img {
    width: 283px;
  }
}
@media screen and (max-width: 767px) {
  .b_delivery .delivery_free {
    margin: 24px 0 26px;
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 40px;
  }
}
.b_delivery .delivery_free .free {
  width: 141px;
}
@media screen and (min-width: 768px) {
  .b_delivery .track {
    width: 140px;
    margin: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .b_delivery .track {
    width: 100px;
  }
}
.b_delivery .delivery_note {
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .b_delivery .delivery_note {
    display: flex;
    justify-content: space-between;
    align-items: end;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .b_delivery .delivery_note {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .b_delivery .delivery_note p {
    padding-top: 24px;
  }
}
.subblock {
  margin-top: 80px;
  filter: drop-shadow(0px 10px 16px rgba(0,0,0,0.161));
}
.subblock .label4 {
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #95d38f;
  border-radius: 20px 20px 0 0;
  font-size: 22px;
  line-height: 60px;
}
.subblock .contents {
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .subblock .contents {
    border-radius: 0 0 14px 14px;
    padding: 30px 20px 40px;
  }
}
.subblock dt + dd {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .subblock dt + dd {
    margin-top: 16px;
  }
}
.subblock dd + dt {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .subblock dd + dt {
    margin-top: 20px;
  }
}
.subblock dt {
  font-weight: bold;
  font-size: 18px;
}
.subblock dd {
  font-weight: 400;
  font-size: 16px;
}
.subblock dd span {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .subblock dd span {
    display: block;
    margin-top: 10px;
  }
}
.s_search {
  position: relative;
  background: #fae8ea;
  padding: 100px 0 76px;
}
.s_search:before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #eef5ed;
}
@media screen and (min-width: 768px) {
  .s_search:before {
    height: 77px;
    background-image: url("/lp/randsel-2026_cp/common/images/search_top_pc.png");
  }
}
@media screen and (max-width: 767px) {
  .s_search:before {
    height: 70px;
    background-image: url("/lp/randsel-2026_cp/common/images/search_top_sp.png");
  }
}
.randsel_banner {
  position: relative;
  margin-bottom: 80px;
}
.randsel_banner img {
  filter: drop-shadow(0px 10px 16px rgba(0,0,0,0.161));
}
.randsel_banner .link {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #79a7e3;
  border-radius: 50px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .randsel_banner .link {
    right: calc((166 / 1050) * 100%);
    bottom: calc((47 / 371) * 100%);
    max-width: 320px;
    width: calc((320 / 1400) * 100vw);
    aspect-ratio: 320/60;
    min-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .randsel_banner .link {
    left: 50%;
    transform: translateX(-50%);
    top: calc((194 / 390) * 100vw);
    width: calc((280 / 390) * 100vw);
    aspect-ratio: 5.6;
    font-size: 16px;
  }
}
.catalog_banner {
  position: relative;
}
.catalog_banner img {
  filter: drop-shadow(0px 10px 16px rgba(0,0,0,0.161));
}
.catalog_banner .link {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #79a7e3;
  border-radius: 50px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .catalog_banner .link {
    right: calc((46 / 1050) * 100%);
    bottom: 25%;
    max-width: 320px;
    width: calc((320 / 1400) * 100vw);
    aspect-ratio: 320/60;
    min-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .catalog_banner .link {
    left: 50%;
    transform: translateX(-50%);
    bottom: calc((40 / 390) * 100vw);
    width: calc((280 / 390) * 100vw);
    aspect-ratio: 5.6;
    font-size: 16px;
  }
}
