body #kv {
  aspect-ratio: 1080/1920 !important;
  background: #fff url(../../img/sec_head_bg01_sp.jpg) top center no-repeat;
  background-size: cover;
}

#wrapper.page section #brand_head h2 {
  margin: 0;
  padding: 30px 0 20px;
}

article#shop-list p {
  margin: 0 5%;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "MS Mincho", serif;
  font-size: 12px;
  line-height: 2;
  margin-bottom: 20px;
  text-align: left;
}
article#shop-list h3 {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "MS Mincho", serif;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 38px;
}
article#shop-list nav {
  margin: 0 5% 38px;
}
article#shop-list nav h4 {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "MS Mincho", serif;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 12px;
}
article#shop-list nav ul {
  font-size: 0;
  letter-spacing: -1em;
  text-align: left;
  margin-bottom: 38px;
}
article#shop-list nav ul li {
  width: 100%;
  margin-bottom: 2px;
}
article#shop-list nav ul li a {
  display: block;
  padding: 10px;
  background-color: #f2f2f2;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "MS Mincho", serif;
  font-size: 14px;
  line-height: 1;
  position: relative;
  top: 0;
  left: 0;
}
article#shop-list nav ul li a:after {
  display: block;
  content: "\e904";
  width: 1em;
  height: 1em;
  font-family: "icomoon";
  font-size: 11px;
  color: #000;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
article#shop-list nav.bottom {
  padding-top: 70px;
}
article#shop-list nav.bottom li {
  width: 100%;
}
article#shop-list aside.pdf-box {
  margin: 0 5% 30px;
  padding: 10px;
  border: 1px solid #ccc;
}
article#shop-list aside.pdf-box h4 {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.5;
}
article#shop-list aside.pdf-box ul {
  text-align: left;
  font-size: 0;
  letter-spacing: 1em;
}
article#shop-list aside.pdf-box li {
  display: inline-block;
  margin-bottom: 5px;
  width: 100%;
}
article#shop-list aside.pdf-box li a {
  display: block;
  font-size: 14px;
  text-decoration: underline;
  background-color: #f2f2f2;
  padding: 8px;
  position: relative;
  left: 0;
  top: 0;
}
article#shop-list aside.pdf-box li a:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1em;
  height: 1em;
  font-size: 16px;
  margin-right: 5px;
  background: url("../img/icon_pdf.svg") right center no-repeat;
  background-size: contain;
}
article#shop-list aside.pdf-box li a:after {
  display: inline-block;
  content: "\e906";
  width: 1em;
  height: 1em;
  font-family: "icomoon";
  font-size: 11px;
  color: #000;
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
}
article#shop-list aside.pdf-box li a span {
  display: inline-block;
  vertical-align: middle;
}
article#shop-list aside.pdf-box li a:hover {
  background-color: #ccc;
}
#wrapper.page section.box {
  margin: 0 5% 0;
}
#wrapper.page section h4 {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "MS Mincho", serif;
  font-size: 16px;
  line-height: 1;
  color: #fff !important;
  background-color: #000;
  padding: 16px;
}
#wrapper.page section.box .inner {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid #000;
}
#wrapper.page section.box .inner ul {
  display: table-cell;
  vertical-align: top;
  padding-top: 34px;
  width: 30%;
  text-align: left;
}
#wrapper.page section.box .inner ul li {
  font-size: 12px;
  line-height: 1.5;
  padding: 7px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
#wrapper.page section.box .inner .table-layout {
  display: table-cell;
  vertical-align: top;
  width: 70%;
  text-align: left;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#wrapper.page section.box .inner table {
  width: 300%;
  border-collapse: inherit;
}
#wrapper.page section.box .inner table th {
  font-size: 10px;
  padding: 7px;
  background: #fff;
}
#wrapper.page section.box .inner table th:nth-child(odd) {
  background-color: #f2f2f2;
}
#wrapper.page section.box .inner table td {
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid #000;
  text-align: center;
  vertical-align: middle;
}
#wrapper.page section.box .inner table td:nth-child(odd) {
  background-color: #f2f2f2;
}
#wrapper.page section.box .inner table td:last-child {
  border-right: 1px solid #000;
}

.shoplist_pdf {
  background: #fff;
}

#wrapper.page section.box .inner .floated {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
#wrapper.page section.box .inner .floated table th:last-child {
  border-right: 1px solid #ccc;
}
#wrapper.page section.box .inner .floated table th:first-child {
  border-left: 1px solid #ccc;
}
/*--------
new
----------*/

#wrapper.page section .inner .table-layout.new {
  width: 100%;
  background: #fff;
}

#wrapper.page section.box .inner .new .floated {
  border-bottom: none;
}

#wrapper.page section .inner .new .floatThead-table thead th:first-child {
  opacity: 0;
}

#wrapper.page section .inner .new .floated .floatThead-table thead th {
  border-bottom: 1px solid #ccc;
}

#wrapper.page section .inner .new table th:nth-child(odd),
#wrapper.page section .inner .new table td:nth-child(odd) {
  background-color: #fff;
}
#wrapper.page section .inner .new table th:nth-child(even),
#wrapper.page section .inner .new table td:nth-child(even) {
  background-color: #f2f2f2;
}

#wrapper.page section .inner .new table td:first-child {
  text-align: left;
  width: 10%;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
#valentine_cpn #wrapper {
  padding: 0;
}

#kv {
  position: relative;
  top: 0;
  left: 0;
  height: 0;
}

.copy {
  width: 95%;
  margin: 0 0 8% 0;
}

.bnr_mimizuku {
  padding: 10px 3% 0;
}

#sec_inc_lineup {
  padding: 20px 3% 30px;
}

#sec_other {
  padding: 0 3% 60px;
}

#valentine_cpn #wrapper.page .item_box .box_detail dl dt img {
  margin: 3px 0 0 8px;
  width: 15px;
}

/* #brand_head
----------------------- */
#valentine_cpn #wrapper.page #brand_head {
  margin-bottom: 15px;
}

#valentine_cpn #wrapper.page .section .title_style01 {
  font-size: 18px;
  padding-top: 8%;
}

#valentine_cpn #wrapper.page #brand_head aside {
  display: inline-block;
  border: 1px solid #000;
}

#valentine_cpn #wrapper.page #brand_head aside.notice {
  padding: 10px;
  border-color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}
#valentine_cpn #wrapper.page #brand_head aside.notice h5 {
  font-size: 12px;
  color: #f00;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}
#valentine_cpn #wrapper.page #brand_head aside.notice p.notice {
  font-size: 12px;
  line-height: 1.7;
  color: #000;
  text-align: left;
  padding-bottom: 0px;
}

#valentine_cpn #wrapper.page #brand_head .title_style01 span {
  padding: 0 50px;
  background: url(../img/bg_title01_left.png) no-repeat left center,
    url(../img/bg_title01_right.png) no-repeat right center;
  background-size: 45px auto, 45px auto;
  font-size: 22px;
}

#wrapper.page section #brand_head h1 {
  position: relative;
  margin-bottom: 20px;
}

#brand_head {
  padding: 0 3%;
}

#brand_head h1.icon_new {
  background: url(../../img/sec_lineup_icon_new.png) no-repeat 0 0;
  background-size: auto 22px;
}

#brand_head h1.icon_renewal {
  background: url(../img/icon_renewal.png) no-repeat 0 0;
  background-size: 75px auto;
}

#brand_head h1.icon_limited01 {
  background: url(../../img/sec_lineup_icon_limited02.png) no-repeat 0 0;
  background-size: 102px auto;
}

#brand_head h1.icon_new_limited01 {
  background-image: url(../../img/sec_lineup_icon_new.png),
    url(../../img/sec_lineup_icon_limited02.png);
  background-position: 0 0, 0 24px;
  background-size: auto 22px;
  background-repeat: no-repeat, no-repeat;
  padding-top: 24px;
}

#brand_head h1.icon_limited02 {
  background: url(../img/icon_limited02.png) no-repeat 0 0;
  background-size: 72px auto;
}

#brand_head h1.icon_limited03 {
  background: url(../img/icon_limited03.png) no-repeat 0 0;
  background-size: 75px auto;
}

#brand_head h1.icon_new_limited03 {
  background-image: url(../../img/sec_lineup_icon_new.png),
    url(../../img/sec_lineup_icon_limited03.png);
  background-position: 0 0, 0 24px;
  background-size: auto 22px;
  background-repeat: no-repeat, no-repeat;
  padding-top: 24px;
}

#brand_head h1 img {
  display: block;
  margin: 0 auto;
  padding: 40px 0 10px;
}

#brand_head h1 span {
  display: block;
  font-size: 14px;
}

#wrapper.page section #brand_head h2 {
  color: #333;
  text-align: center;
  font-size: 20px;
}

#wrapper.page section #brand_head p {
  padding-bottom: 5%;
  color: #333;
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
}

#wrapper.page section #brand_head p span.bold {
  font-weight: 800;
}

#wrapper.page section #brand_head p.attention {
  padding-bottom: 5%;
  color: #ff0000;
  text-align: center;
  font-size: 12px;
}

#wrapper.page section #brand_head p.yoshu {
  padding-bottom: 5%;
  color: #915f10;
  text-align: center;
  font-size: 10px;
}

#wrapper.page section #brand_head .def_gift_icon,
#wrapper.page section .inner_def_gift_icon {
  position: relative;
  margin: 5% auto 40px;
  width: 70%;
  border-top: 2px solid #f8f7f3;
  border-bottom: 2px solid #f8f7f3;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica,
    Arial, sans-serif;
}

#brand_head .def_gift_icon dt,
.inner_def_gift_icon dt {
  padding: 6px 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
}

#brand_head .def_gift_icon dd,
.inner_def_gift_icon dd {
  padding: 12px 0 12px 15%;
  width: 100%;
  text-align: left;
  font-size: 12px;
  line-height: 1.2;
}

/* .item_head
----------------------- */
.item_head {
  margin: 40px auto;
  background: #f8f7f3;
}

#item01 .item_head {
  margin-top: 0;
  margin-bottom: 0;
}

.item_head .box_title {
  position: relative;
}

.item_head .box_title .badge_head {
  position: absolute;
  top: 20px;
  right: 3%;
  width: 18%;
}

.item_head .box_title .badge_head_product {
  position: absolute;
  top: 20px;
  right: 3%;
  width: 18%;
}

#wrapper.page section .item_head .box_title h2 {
  margin-bottom: 15px;
  padding: 10px 0 0 7%;
  text-align: left;
}

#wrapper.page section .item_head .box_title h2 span {
  position: relative;
  display: block;
  margin-bottom: 20px;
  color: #333;
  font-size: 20px;
}

#wrapper.page section .item_head .box_title h2 span::after {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  content: "・";
  font-size: 20px;
}

#wrapper.page section .item_head .box_title h2 img {
  display: block;
  margin-bottom: 15px;
}

#wrapper.page section .item_head .box_title h2 strong {
  display: block;
  text-align: left;
  font-size: 14px;
}

#wrapper.page section .item_head .box_title p {
  padding: 0 7% 20px;
  text-align: left;
  font-size: 12px;
  line-height: 1.8;
}

#wrapper.page section .item_head .box_title p.name {
  padding: 0 7% 20px;
  text-align: left;
  font-size: 10px;
  line-height: 1.8;
}

#valentine_cpn #wrapper.page article section .inner table th {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana,
    sans-serif;
  font-size: 10px;
  font-weight: normal;
  padding: 7px;
}
#valentine_cpn #wrapper.page article section .inner table td {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana,
    sans-serif;
  font-weight: normal;
}

/* .title_style02
----------------------- */
.title_style02 {
  margin: 60px 3% -10px;
  font-size: 16px;
  line-height: 1.8;
}

.title_style02 img {
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.title_style02 span {
  padding: 0 0.5em;
}

/* .title_style03
----------------------- */
.title_style03 {
  display: inline-block;
  margin: 10px 0;
  padding: 3px 15px 0;
  border-right: double 3px #333;
  border-left: double 3px #333;
  color: #333;
  font-size: 22px;
  line-height: 22px;
}

/* .box_detail_note
----------------------- */
.box_detail_note {
  margin: 0 0 -40px;
  font-size: 12px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica,
    Arial, sans-serif;
}

.box_detail_note span {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 24px;
  height: 24px;
  background: #ccc;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
}

.box_detail_note span:before,
.box_detail_note span:after {
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  content: "";
}

.box_detail_note span:before {
  top: 0;
  left: 0;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 12px 0 12px 10px;
}

.box_detail_note span:after {
  top: 0;
  right: 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 12px 10px 12px 0;
}

/* .def_box_detail
----------------------- */
.def_box_detail dt {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.6;
}

.def_box_detail dd {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.6;
}

/* .img_gift_box
----------------------- */
.img_gift_box {
  margin-bottom: 50px;
}

/* .item_box
----------------------- */
.item_box {
  margin: 25px 3% 40px;
}

.item_box .box_img img {
  margin: 0 auto;
  width: 90%;
}

.item_box .box_img h3 {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
}

.item_box .box_img h3.inner_title {
  margin-top: 15px;
  margin-bottom: 0;
}

.item_box ul {
  margin-top: 10px;
  /* margin-bottom:10px; */
  /* margin-left:5%; */
  text-align: left;
  display: inline-block;
}

#valentine_cpn #wrapper .section .item_box ul li {
  position: relative;
  margin-top: 3px;
  font-size: 10px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  line-height: 1.5;
}

.item_box ul li {
  padding-left: 1rem;
}

.item_box ul li::before {
  position: absolute;
  left: 0;
  content: "●";
}

.item_box ul .color00::before {
  color: #333;
}

.item_box ul .color01::before {
  color: #d75972;
}

.item_box ul .color02::before {
  color: #d1c0a5;
}

.item_box ul .color03::before {
  color: #00693e;
}

.item_box ul .color04::before {
  color: #005192;
}

.item_box ul .color05::before {
  color: #c0a30a;
}

.item_box ul .color06::before {
  color: #9d704b;
}

.item_box ul .color07::before {
  color: #727171;
}

.item_box ul .color08::before {
  color: #58c1cc;
}

.item_box ul .color09::before {
  color: #d2b51a;
}

.item_box .box_inner:last-child .box_img {
  margin-top: 50px;
}

.item_box .box_detail img {
  display: block;
  margin-bottom: 20px;
}

.item_box .box_detail ol,
.box_type_09 .box_img ol {
  display: inline-block;
  margin-left: 1.75em;
  list-style: upper-alpha;
  list-style-position: outside;
  text-align: center;
}

.item_box .box_detail ol li,
.box_type_09 .box_img ol li {
  margin-bottom: 8px;
  color: #e5cd18;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  line-height: 1.3;
}

.item_box .box_detail ol li span,
.box_type_09 .box_img ol li span {
  color: #333;
  font-weight: 700;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica,
    Arial, sans-serif;
}

.item_box .box_detail ol li span.note,
.box_type_09 .box_img ol li span.note {
  font-weight: 400;
  font-size: 13px;
}

.item_box .box_detail h3 {
  margin: 30px 0 -10px;
  text-align: center;
  font-weight: medium;
  font-size: 18px;
}

.item_box .box_detail dl {
  margin-top: 20px;
}

.item_box .box_detail dl dt {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2em;
}

.item_box .box_detail dl dt small {
  font-size: 13px;
}

.item_box .box_detail .badge_head_product_mini {
  position: absolute;
  top: auto;
  width: 18%;
  left: 10%;
  width: 10%;
}

.item_box .box_detail dl dt img {
  display: inline-block;
  vertical-align: top;
}

.item_box .box_detail dl dd {
  font-size: 26px;
}

.item_box .box_detail dl dd small {
  font-size: 12px;
}

.item_box .box_detail dl dd a {
  display: block;
  margin: 25px auto 0;
  padding: 16px 5px 14px;
  width: 90%;
  border-radius: 6px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.item_box .box_detail .badge_new {
  margin-bottom: -60px;
  margin-left: 4%;
  width: 18%;
}

/* .box_type_01
----------------------- */
.box_type_01 .box_detail img {
  margin: 20px auto;
  width: 40%;
}

/* .box_type_08
----------------------- */
.box_type_08 .box_detail.width_full ol {
  margin-left: -2em;
  padding-top: 10px;
  list-style: none;
}

.box_type_08 .box_detail.width_full ol li {
  position: relative;
  padding-left: 2em;
  color: #e5cd18;
}

.box_type_08 .box_detail.width_full ol li em {
  position: absolute;
  left: 0;
  display: block;
  color: #e5cd18;
  font-weight: 700;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica,
    Arial, sans-serif;
}

/* .box_type_08
----------------------- */
.box_type_08 .box_detail.width_full {
  width: 100%;
}

.box_type_08 .box_detail.width_full ol {
  float: right;
  margin-top: 30px;
  width: 40%;
}

.box_type_08 .box_detail.width_full ol {
  margin-left: -2em;
  list-style: none;
}

.box_type_08 .box_detail.width_full ol li {
  position: relative;
  padding-left: 2em;
  color: #e5cd18;
}

.box_type_08 .box_detail.width_full ol li em {
  position: absolute;
  left: 0;
  display: block;
  color: #e5cd18;
  font-weight: 700;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica,
    Arial, sans-serif;
}

.box_type_08 .box_detail.width_full dl {
  float: left;
  padding-left: 6%;
  width: 54%;
}

.box_type_08 .box_detail.width_full dl dd a {
  width: 100%;
}

.box_type_08 .box_img.box_img_2column img:nth-child(1) {
  margin-bottom: 25px;
  display: block;
}

/* .box_type_09
----------------------- */
.box_type_09 {
  margin: 40px 6%;
}

.box_type_09 .box_img {
}

.box_type_09 .box_img ul {
  margin-top: 10px;
}

.box_type_09 .box_img ol {
  margin-top: 10px;
}

.box_type_09 .box_detail {
  display: block;
  padding: 0;
  vertical-align: top;
  text-align: left;
}

.box_type_09 .box_detail h3 {
  margin-bottom: 35px;
  text-align: left;
  font-size: 14px;
}

.box_type_09 .box_detail h3 img {
  display: block;
  margin: 15px auto 0;
}

.box_type_09 .box_detail h4 {
  margin: 0 auto 30px;
}

.box_type_09 .box_detail dl {
  margin: 30px auto 0;
  text-align: center;
}

.box_type_09 .box_detail p {
  font-size: 13px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  line-height: 1.6;
}

/* .box_type_10
----------------------- */
.box_type_10 .box_inner:nth-child(2) {
  margin-top: 50px;
}
.box_type_10 .box_img {
  margin-bottom: -10px;
}
.box_type_10 .box_img h3 {
  margin: 30px 0 -10px;
}

.box_type_10 .box_img ul {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
  text-align: center;
}
.box_type_10 .box_inner {
  margin-bottom: 20px;
}
