@charset "UTF-8";
/* base override */
body {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
}

#body {
  min-height: 0 !important;
  padding: 15px 0 10px !important;
}

#body .group {
  padding-bottom: 0;
}

.footer_script {
  height: 0 !important;
  overflow: hidden;
}

/*---------- ヘルパークラス ----------*/
/* hover */
.hover {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  -ms-filter: "alpha( opacity=100 )";
  filter: alpha(opacity=100);
}
.hover:hover {
  opacity: 0.8;
  -ms-filter: "alpha( opacity=80 )";
  filter: alpha(opacity=80);
}

/* clearfix */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

/*---------- .lp_contents ----------*/
.lp_contents {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fff;
}
.lp_contents .inner {
  position: relative;
  margin: 0 auto;
  width: 960px;
  text-align: left;
  line-height: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*---------- footer_parts ----------*/
.footer_parts {
  border-top: solid 1px #b3b3b3;
}
.footer_parts .relation_btns {
  margin: 60px 0;
}
.footer_parts .relation_btns ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_parts .relation_btns ul li + li {
  margin-left: 40px;
}

.mod-modalwin {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 50px 0;
  z-index: 2000;
}
.mod-modalwin::-webkit-scrollbar {
  display: none;
}
.mod-modalwin--cover {
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.mod-modalwin--box {
  position: relative;
  margin: auto;
  background-color: #C80421;
  padding: 40px 25px 24px;
  width: 700px;
  z-index: 2001;
}
.mod-modalwin--box.m-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mod-modalwin--btn {
  position: absolute;
  top: 12px;
  right: 12px;
}
.mod-modalwin--btn a {
  display: block;
  width: 16px;
  height: 16px;
  background: url(/cms/onlineshop/150thanniversary/i/2022/beautiful_me_gift/img/close.png) no-repeat;
  text-indent: -30em;
  overflow: hidden;
}

.wrap .modalCont {
  background: #ffffff;
  padding: 12px 18px;
  border-radius: 8px;
}
.wrap .modalCont + .modalCont {
  margin-top: 30px;
}
.wrap .modalCont h3 {
  border-bottom: 1px solid #c80421;
  text-align: center;
  color: #c80421;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 6px;
}
.wrap .modalCont .brandName {
  column-count: 3;
}
.wrap .modalCont .brandName li {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 10px;
  line-height: 1.875;
  letter-spacing: -0.06em;
}
.wrap .modalCont .brandName li.ls1 {
  letter-spacing: -.1em;
}
.wrap .modalCont .brandName li.ls2 {
  letter-spacing: -.2em;
}
.wrap .modalCont .brandName li::before {
  content: "";
  display: block;
  background: #717474;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
}
.wrap .modalCont .brandName.finetoday {
  margin-top: 1em;
  width: 100%;
  column-count: 1;
}
.wrap .modalCont .brandName.finetoday li:nth-child(2) {
  font-size: 10px;
}
.wrap .modalCont .note {
  font-size: 10px;
  margin-top: 10px;
  text-align: right;
  font-weight: 400;
}
.wrap .modalCont.cont02 .brandName li {
  font-size: 13px;
}

.lp_contents {
  background-color: #f4f4f4;
  font-family: 'Noto Sans JP', sans-serif;
}
.lp_contents * {
  box-sizing: border-box;
}
.lp_contents .sec_logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.lp_contents .sec_mv {
  background-color: #ffffff;
  position: relative;
}
.lp_contents .sec_mv::before {
  content: "";
  display: block;
  background: url(/cms/onlineshop/150thanniversary/i/2022/beautiful_me_gift/img/mv_pc_bk_left.png) repeat-x;
  background-size: contain;
  width: 50vw;
  height: 74px;
  position: absolute;
  left: 0;
  top: 392px;
  z-index: 0;
  clip-path: inset(0 630px 0 0);
}
.lp_contents .sec_mv::after {
  content: "";
  display: block;
  background: url(/cms/onlineshop/150thanniversary/i/2022/beautiful_me_gift/img/mv_pc_bk_right.png) repeat-x;
  background-size: contain;
  width: 50vw;
  height: 74px;
  position: absolute;
  right: 0;
  top: 417px;
  z-index: 0;
  clip-path: inset(0 0 0 640px);
}
.lp_contents .sec_mv .mvImg {
  position: relative;
  height: 693px;
}
.lp_contents .sec_mv .mvImg::before {
  content: "";
  display: block;
  width: 1280px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  background: url(/cms/onlineshop/150thanniversary/i/2022/beautiful_me_gift/img/mv_pc.png) no-repeat right bottom;
  background-size: cover;
  height: 693px;
}
.lp_contents .sec_mv .mvImg h1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 200px;
  width: 275px;
  margin-left: -256px;
}
.lp_contents .sec_mv .mvImg h1 img {
  width: 100%;
}
.lp_contents .sec_mv .container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 846px;
  margin: auto;
  z-index: 99;
}
.lp_contents .sec_mv .mvTextArea {
  text-align: center;
}
.lp_contents .sec_mv .mvTextArea .pageTitle {
  width: 100%;
  background: #ffffff;
  border: 3px solid #c80421;
  color: #c80421;
  margin: 0 auto 8px;
  font-size: 24px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-weight: bold !important;
  padding: .9rem 0;
  line-height: 1;
}
.lp_contents .sec_mv .mvTextArea .pageSubTitle {
  font-size: 16px;
  line-height: 1.8125;
  font-weight: 500;
}
.lp_contents .sec_mv .mvBottom {
  text-align: center;
  padding: 1rem 0 1.8rem;
}
.lp_contents .sec_section {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 26px;
}
.lp_contents .sec_section .section_item {
  background-color: #fff;
  width: 846px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.lp_contents .sec_section .section_item + .section_item {
  background: none;
  margin-top: 30px;
  padding-bottom: 0;
}
.lp_contents .sec_section h2 {
  color: #ffffff;
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  background: url(/cms/onlineshop/150thanniversary/i/2022/beautiful_me_gift/img/title_bg_pc.jpg) no-repeat;
  background-size: cover;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  width: 846px;
  margin: auto;
  position: relative;
  z-index: 999;
}
.lp_contents .sec_section .section_item_des {
  font-size: 30px;
  line-height: 42px;
  font-weight: bold;
  text-align: center;
  margin-top: 24px;
  letter-spacing: -0.04em;
}
.lp_contents .sec_section .section_item_des span {
  font-size: 18px;
}
.lp_contents .sec_section .section_item_txt {
  font-size: 39px;
  line-height: 44px;
  font-weight: bold;
  text-align: center;
  margin-top: 24px;
  letter-spacing: -0.04em;
  color: #C80421;
}
.lp_contents .sec_section .section_item_txt span {
  font-size: 58px;
}
.lp_contents .sec_section .section_item_btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.lp_contents .sec_section .section_item_btn a {
  display: block;
  margin: 0 13px;
}
.lp_contents .sec_section .section_item_list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.lp_contents .sec_section .section_item_list > div {
  background-color: #fff;
  padding: 0 8px;
}
.lp_contents .sec_section .section_item_list > div h3 {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid #C80421;
  margin-bottom: 8px;
}
.lp_contents .sec_section .section_item_list a img {
  width: 100%;
  height: auto;
}
.lp_contents .sec_section .section_item_list .section_item_list_left {
  width: 293px;
}
.lp_contents .sec_section .section_item_list .section_item_list_right {
  width: 536px;
}
.lp_contents .sec_section .section_item_list .section_item_list_right .section_item_list_right_main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lp_contents .sec_section .section_item_list .section_item_list_right .section_item_list_right_main a {
  margin-bottom: 8px;
}
.lp_contents .sec_section .section_item_note {
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
  text-align: right;
  margin-top: 10px;
}
.lp_contents .sec_bnrArea {
  padding-bottom: 60px;
}
.lp_contents .sec_bnrArea .bnrArea_img {
  width: 550px;
  margin: 0 auto;
}
.lp_contents .sec_wrap {
  background-color: #e7e7e7;
}
.lp_contents .sec_math {
  padding-top: 45px;
}
.lp_contents .sec_math .inner {
  background: url(/cms/onlineshop/150thanniversary/i/2022/beautiful_me_gift/img/math_img.png) no-repeat center center;
  height: 192px;
  width: 261px;
  margin: 0 auto -7px;
  background-size: 100%;
  text-align: center;
}
.lp_contents .sec_math .math_txt {
  margin: 0 auto 0;
  padding: 38px 0 0;
}
.lp_contents .sec_math .math_catch {
  margin: 0 auto 0;
  padding: 8px 0 30px;
}
.lp_contents .sec_step + .sec_step {
  position: relative;
}
.lp_contents .sec_step + .sec_step::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 25px solid #c80421;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid transparent;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.lp_contents .sec_step .inner {
  width: 960px;
  border: 2px solid #c80421;
  margin: 18px auto 0;
  padding: 10px 20px 16px;
  position: relative;
}
.lp_contents .sec_step .inner::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: sscalc(100) solid #c80421;
  border-left: sscalc(100) solid transparent;
  border-right: sscalc(100) solid transparent;
  border-bottom: sscalc(100) solid transparent;
  bottom: -47px;
  left: 0;
  right: 0;
  margin: 0 auto 0;
}
.lp_contents .sec_step .inner .step_box {
  display: flex;
  justify-content: left;
  align-items: center;
}
.lp_contents .sec_step .inner .step_box .step_box_icon {
  margin: 0 20px 0;
  padding: 5px 0 0;
}
.lp_contents .sec_step .inner .step_box .step_box_txt {
  margin: 0 20px 0;
}
.lp_contents .sec_step .inner .step_box .step_box_txt .step_box_ttl {
  margin: 5px 0 0;
}
.lp_contents .sec_step .inner .step_box .step_box_txt .step_box_catch {
  margin: 10px 0 0;
}
.lp_contents .sec_step .inner .step_box .step_box_img {
  margin: 0 10px 0;
}
.lp_contents .sec_step .inner .step_box .step_box_btn {
  margin: 0 10px 0;
}
.lp_contents .sec_step .inner .step_template {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 23px 8px;
}
.lp_contents .sec_step .inner .step_template .step_template_box .step_template_num {
  margin: 10px 0 0;
}
.lp_contents .sec_step .inner .step_template .step_template_box .step_template_txt {
  margin: 10px 0 0;
}
.lp_contents .sec_step .inner .step_template .step_template_box .step_template_note {
  margin: 10px 0 0;
}
.lp_contents .sec_step .inner .step_template .step_template_box .step_template_info {
  padding: 17px 15px;
  background-color: #fbebed;
  margin: 20px 0;
}
.lp_contents .sec_step .inner .step_template .step_temp_con {
  margin: 10px 0 0;
}
.lp_contents .sec_step .inner .step_template .step_arrow {
  margin: 210px 0 0;
}
.lp_contents .sec_step .inner .step_template .step_temp_note {
  margin: 10px 0 0;
}
.lp_contents .sec_rule .rule_btn {
  display: inline-block;
  margin: 43px auto 0;
}
.lp_contents .sec_rule .rule_catch {
  margin: 36px auto 0;
  text-align: center;
}
.lp_contents .sec_rule .sec_img {
  border: 1px solid #c80421;
  padding: 50px 0 60px;
  margin-top: 80px;
  border-radius: 20px;
}
.lp_contents .sec_rule .sec_img h3 {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  line-height: 36px;
}
.lp_contents .sec_rule .sec_img h3 a {
  display: inline-block;
  color: #c80421;
  text-decoration: none;
  border-bottom: 1px solid #c80421;
}
.lp_contents .sec_rule .sec_img p {
  text-align: center;
  margin-top: 34px;
}
.lp_contents .sec_rule .sec_img p img {
  display: inline-block;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}
.lp_contents .sec_rule .rule_box {
  margin: 46px auto 0;
  background-color: #fbebed;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 35px 35px;
}
.lp_contents .sec_rule .rule_box .rule_box_con {
  margin: 0 0 0 32px;
  text-align: center;
}
.lp_contents .sec_rule .rule_box .rule_box_con .rule_box_info {
  margin: 0;
}
.lp_contents .sec_rule .rule_box .rule_box_con .rule_box_txt {
  margin: 13px 0 0;
}
.lp_contents .sec_rule .rule_box .rule_box_con .rule_box_ttl {
  margin: 20px 0 0;
}
.lp_contents .sec_rule .rule_box .rule_box_con .rule_box_btn {
  margin: 25px 0 0;
}
.lp_contents .sec_rule .rule_box .rule_img {
  margin: 0 0 0 40px;
}
.lp_contents .sec_rule .rule_box .rule_info {
  margin: 0 0 0 18px;
}
.lp_contents .sec_qa {
  padding: 0 0 1px;
}
.lp_contents .sec_qa .inner {
  width: 960px;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 23px 0 25px 72px;
  margin: 66px auto 107px;
  overflow: hidden;
}
.lp_contents .sec_qa .qa_ttl {
  margin-bottom: 20px;
}
.lp_contents .sec_qa .qa_catch {
  margin-top: 10px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}
.lp_contents .sec_qa .qa_catch a {
  border-bottom: 1px solid #000;
  text-decoration: none;
}
.lp_contents .sec_qa .qa_tel {
  padding: 18px 0 0;
}
.lp_contents .sec_qa .qa_note {
  padding: 17px 0 0;
}
