@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://use.fontawesome.com/releases/v5.4.1/css/all.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,400,500,700,900&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap");
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;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  -webkit-transition: .39s ease;
  transition: .39s ease;
}

a:hover {
  opacity: .77;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.el_articleMore__btn {
  text-align: center;
}

.el_articleMore__btn a,
.el_articleMore__btn button {
  display: inline-block;
  max-width: 296px;
  width: 100%;
  padding: 14px 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.09em;
  color: #981a1f !important;
  border: 1px solid #981a1f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el_articleMore__btn a span i,
.el_articleMore__btn button span i {
  position: relative;
  top: -1px;
  margin-right: 6px;
  font-size: 16px;
}

.bl_fixBtn {
  position: fixed;
  z-index: 50;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.bl_fixBtn a {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.bl_fixBtn a:hover {
  opacity: 1;
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  /* 明るくする */
}

.bl_fixBtn__inner img {
  margin-bottom: 10px;
}

.bl_fixBtn__inner__txtBlock p {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: .08em;
  color: #42210B;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bl_postMainVisual {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.bl_postMainVisual__txtBlock {
  max-width: 250px;
  width: 22.73%;
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: calc(40 / 1440 * 100vw);
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory.sp_column_layout {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory i {
  position: absolute;
  top: 3px;
  left: 0;
  color: #daba9f;
  font-size: calc(26 / 1440 * 100vw);
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory strong {
  position: relative;
  display: block;
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory strong img {
  width: 100%;
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory strong.is-sp {
  display: none;
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory span {
  position: relative;
  display: block;
  margin-top: 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.002em;
  color: #fff;
  font-size: calc(15 / 1440 * 100vw);
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory span img {
  position: relative;
  top: 3px;
  width: 100%;
  margin-right: 2px;
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--kenbun strong img {
  max-width: calc(170 / 1440 * 100vw);
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--kenbun span img {
  max-width: calc(117 / 1440 * 100vw);
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--dancho strong img {
  max-width: calc(137 / 1440 * 100vw);
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--dancho span img {
  max-width: calc(117 / 1440 * 100vw);
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--ani strong img {
  max-width: calc(115 / 1440 * 100vw);
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--ani span {
  margin-top: 20px;
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--ani span img {
  top: 1px;
  max-width: calc(111 / 1440 * 100vw);
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--nomi strong.auto_max_width_157 img {
  max-width: calc(157 / 1440 * 100vw);
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--nomi strong.auto_max_width_191 img {
  max-width: calc(180 / 1440 * 100vw);
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--nomi strong + strong {
  margin-top: 7px;
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--nomi span {
  margin-top: 5px;
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--nomi span img {
  top: 1px;
  max-width: calc(111 / 1440 * 100vw);
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--kenbun strong img {
  max-width: calc(201 / 1440 * 100vw);
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--kenbun span img {
  max-width: calc(117 / 1440 * 100vw);
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--marathon strong img {
  max-width: calc(201 / 1440 * 100vw);
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--marathon span img {
  max-width: calc(117 / 1440 * 100vw);
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--sakka strong {
  width: auto;
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--sakka strong img {
  max-width: calc(184 / 1440 * 100vw);
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--sakka span {
  margin-left: 6%;
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--sakka span img {
  max-width: calc(92 / 1440 * 100vw);
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--potato strong img {
  max-width: calc(163 / 1440 * 100vw);
}

.bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--potato span img {
  max-width: calc(109 / 1440 * 100vw);
}

.bl_postMainVisual__txtBlock .el_postMainVisual__paperPic {
  text-align: center;
  line-height: 0;
  margin-top: calc(10 / 1440 * 100vw);
}

.bl_postMainVisual__txtBlock .el_postMainVisual__paperPic img {
  max-width: 80%;
}

.bl_postMainVisual__txtBlock .el_postMainVisual__paperPic--nomi img {
  max-width: 40%;
}

.bl_postMainVisual__txtBlock .el_postMainVisual__paperPic--sakka img {
  max-width: 30%;
}

.bl_postMainVisual__txtBlock .el_postMainVisual__copyTxt {
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #fff;
  text-justify: inter-ideograph;
  text-align: justify;
  margin-top: calc(14 / 1440 * 100vw);
  font-size: calc(13 / 1440 * 100vw);
}

.bl_postMainVisual__txtBlock .el_postMainVisual__copyTxt--nomi {
  margin-top: calc(7 / 1440 * 100vw);
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.bl_postMainVisual__txtBlock .el_postMainVisual__copywide {
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #fff;
  text-justify: inter-ideograph;
  text-align: justify;
  margin-top: calc(14 / 1440 * 100vw);
  font-size: calc(13 / 1440 * 100vw);
}

.bl_postMainVisual__txtBlock .el_postMainVisual__copywide--nomi {
  margin-top: calc(7 / 1440 * 100vw);
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.bl_postMainVisual__picBlock {
  position: relative;
  max-width: 828px;
  width: 75.28%;
  line-height: 0;
  height: calc(436 / 1440 * 100vw);
}

.bl_postMainVisual__picBlock a {
  display: block;
  height: 100%;
}

.bl_postMainVisual__picBlock a:hover {
  opacity: 1;
}

.bl_postMainVisual__picBlock a:hover .bl_postMainVisual__picBlock__txtBox {
  opacity: 0.77;
}

.bl_postMainVisual__picBlock__bgBox {
  height: 100%;
}

.bl_postMainVisual__picBlock__txtBox {
  position: absolute;
  line-height: 1.43;
  -webkit-transition: 0.39s ease;
  transition: 0.39s ease;
  bottom: calc(-24 / 1440 * 100vw);
  left: calc(20 / 1440 * 100vw);
}

.bl_postMainVisual__picBlock__txtBox span {
  display: inline-block;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bl_postMainVisual__picBlock__txtBox .el_postMainVisual__category span {
  font-weight: 700;
  letter-spacing: 0.09em;
  color: #981a1f;
  padding: calc(8 / 1440 * 100vw) calc(10 / 1440 * 100vw);
  font-size: calc(17 / 1440 * 100vw);
}

.bl_postMainVisual__picBlock__txtBox .el_postMainVisual__shopName {
  margin-top: 2px;
}

.bl_postMainVisual__picBlock__txtBox .el_postMainVisual__shopName span {
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: calc(2 / 1440 * 100vw) calc(10 / 1440 * 100vw);
  font-size: calc(23 / 1440 * 100vw);
}

.bl_postMainVisual__picBlock__txtBox .el_postMainVisual__tit {
  margin-top: 2px;
}

.bl_postMainVisual__picBlock__txtBox .el_postMainVisual__tit span {
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: calc(7 / 1440 * 100vw) calc(10 / 1440 * 100vw);
  font-size: calc(28 / 1440 * 100vw);
}

.bl_postMainVisual__picBlock__txtBox .el_postMainVisual__numbering {
  display: none;
  margin-top: 2px;
}

.bl_postMainVisual__picBlock__txtBox .el_postMainVisual__numbering span {
  font-weight: 700;
  letter-spacing: 0.09em;
  color: #9f6e44;
  padding: calc(7 / 1440 * 100vw) calc(10 / 1440 * 100vw);
  font-size: calc(20 / 1440 * 100vw);
}

.bl_columnPost {
  position: relative;
  z-index: 2;
}

.bl_columnPost__inner {
  overflow: hidden;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.bl_columnPost__inner .bl_columnPost__item {
  float: left;
  max-width: 254px;
  width: 23.1%;
  margin-right: calc(28 / 1440 * 100vw);
}

.bl_columnPost__inner .bl_columnPost__item:nth-of-type(4n) {
  margin-right: 0;
}

.bl_columnPost__inner .bl_columnPost__item:nth-of-type(4n + 1) {
  clear: both;
}

.bl_columnPost__inner .bl_columnPost__item:nth-of-type(n + 5) {
  margin-top: calc(110 / 1440 * 100vw);
}

.bl_columnPost__inner .bl_columnPost__item a {
  display: block;
}

.bl_columnPost__inner .bl_columnPost__item__picBox {
  height: calc(348 / 1440 * 100vw);
}

.bl_columnPost__inner .bl_columnPost__item__txtBox {
  margin-top: calc(12 / 1440 * 100vw);
}

.bl_columnPost__inner .bl_columnPost__item__txtBox .el_columnPost__date {
  font-weight: 700;
  line-height: 1.43;
  color: #981a1f;
  font-size: calc(12 / 1440 * 100vw);
}

.bl_columnPost__inner .bl_columnPost__item__txtBox .el_columnPost__tit {
  font-weight: 700;
  line-height: 1.86;
  color: #272727;
  text-justify: inter-ideograph;
  text-align: justify;
  margin-top: calc(5 / 1440 * 100vw);
  font-size: calc(15 / 1440 * 100vw);
}

.bl_columnShopSearch {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.09);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(32 / 1440 * 100vw) calc(48 / 1440 * 100vw) calc(50 / 1440 * 100vw);
}

.bl_columnShopSearch__navBlock {
  margin-top: calc(34 / 1440 * 100vw);
}

.bl_columnShopSearch__navBlock .el_navShop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bl_columnShopSearch__navBlock .el_navShop li {
  max-width: 164px;
  width: 16.34%;
  text-align: center;
}

.bl_columnShopSearch__navBlock .el_navShop li input[type='radio'] {
  display: none;
}

.bl_columnShopSearch__navBlock .el_navShop li a,
.bl_columnShopSearch__navBlock .el_navShop li label {
  display: block;
  padding: 14px 4px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.43;
  color: #fff;
  background-color: #c7ad97;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: calc(14 / 1440 * 100vw);
  -webkit-transition: backgroundColor 0.3s ease-in-out;
  transition: backgroundColor 0.3s ease-in-out;
}

.bl_columnShopSearch__navBlock .el_navShop li label {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}

.bl_columnShopSearch__navBlock .el_navShop li label:hover {
  opacity: 0.8;
}

.bl_columnShopSearch__navBlock .el_navShop li.el_navShop--active a,
.bl_columnShopSearch__navBlock .el_navShop li.el_navShop--active label {
  background-color: #981a1f;
}

.bl_columnShopSearch__navBlock .el_navShop li.current a,
.bl_columnShopSearch__navBlock .el_navShop li.current label {
  background-color: #981a1f;
}

.bl_columnShopSearch__areaBlock .el_areaShop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #c4c4c4;
}

.bl_columnShopSearch__areaBlock .el_areaShop.border_bottom_none {
  border-bottom: none;
}

.bl_columnShopSearch__areaBlock .el_areaShop__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: calc(34 / 1440 * 100vw);
}

.bl_columnShopSearch__areaBlock .el_areaShop__tit {
  margin-right: 30px;
  padding-top: 1px;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.18em;
  color: #888888;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: calc(12 / 1440 * 100vw);
}

.bl_columnShopSearch__areaBlock .el_areaShop__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bl_columnShopSearch__areaBlock .el_areaShop__txt li {
  margin-right: 20px;
}

.bl_columnShopSearch__areaBlock .el_areaShop__txt li:last-of-type {
  margin-right: 0;
}

.bl_columnShopSearch__areaBlock .el_areaShop__txt li.el_areaShop__txt--active span {
  color: #981a1f;
}

.bl_columnShopSearch__areaBlock .el_areaShop__txt li.el_areaShop__txt--active span::before {
  opacity: 1;
  width: calc(100% - 0.06em);
}

.bl_columnShopSearch__areaBlock .el_areaShop__txt li span,
.bl_columnShopSearch__areaBlock .el_areaShop__txt li label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.18em;
  color: #636363;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  font-size: calc(15 / 1440 * 100vw);
}

.bl_columnShopSearch__areaBlock .el_areaShop__txt li span::before,
.bl_columnShopSearch__areaBlock .el_areaShop__txt li label::before {
  opacity: 0;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #981a1f;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.bl_columnShopSearch__areaBlock .el_areaShop__txt li span:hover,
.bl_columnShopSearch__areaBlock .el_areaShop__txt li label:hover {
  opacity: 1;
  color: #981a1f;
}

.bl_columnShopSearch__areaBlock .el_areaShop__txt li span:hover::before,
.bl_columnShopSearch__areaBlock .el_areaShop__txt li label:hover::before {
  opacity: 1;
  width: calc(100% - 0.06em);
}

.bl_columnShopSearch__areaBlock .el_areaShop__txt li input[type='radio'] {
  display: none;
}

.bl_columnShopSearch__areaBlock .el_areaShop__txt li.current span,
.bl_columnShopSearch__areaBlock .el_areaShop__txt li.current label {
  color: #981a1f;
}

.bl_columnShopSearch__areaBlock .el_areaShop__txt li.current span::before,
.bl_columnShopSearch__areaBlock .el_areaShop__txt li.current label::before {
  opacity: 1;
  width: calc(100% - 0.06em);
}

.bl_columnShopSearch__areaBlock .el_listShop {
  overflow: hidden;
  margin-top: calc(10 / 1440 * 100vw);
}

.bl_columnShopSearch__areaBlock .el_listShop li {
  float: left;
  width: 23.5%;
  margin: 10px 2% 0 0;
  cursor: pointer;
  position: relative;
  display: block;
  padding-left: 14px;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: 0.07em;
  color: #272727;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: calc(14 / 1440 * 100vw);
}

.bl_columnShopSearch__areaBlock .el_listShop li:nth-of-type(4n) {
  margin-right: 0;
}

.bl_columnShopSearch__areaBlock .el_listShop li label {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}

.bl_columnShopSearch__areaBlock .el_listShop li label:hover {
  opacity: 0.6;
}

.bl_columnShopSearch__areaBlock .el_listShop li input[type='radio'] {
  display: none;
}

.bl_columnShopSearch__areaBlock .el_listShop li::before {
  position: absolute;
  top: -1px;
  left: 3px;
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  color: #daba9f;
  font-size: calc(14 / 1440 * 100vw);
}

.bl_columnShopSearch__areaBlock .el_listShop li.el_listShop--active {
  font-weight: 700;
  color: #981a1f;
}

.bl_columnShopSearch__areaBlock .el_listShop li.current {
  color: #9a1118;
}

.el_headingShopSearch img {
  position: relative;
  margin-right: 6px;
  top: calc(4 / 1440 * 100vw);
  width: calc(41 / 1440 * 100vw);
  opacity: 1 !important;
}

.el_headingShopSearch > h2 {
  display: inline-block;
  margin-right: 12px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.43;
  font-size: calc(36 / 1440 * 100vw);
}

.el_headingShopSearch small {
  font-weight: 600;
  font-size: 16px;
  color: #3b0e16;
  display: inline-block;
}

.el_headingShopSearch small + small {
  margin-left: 15px;
}

.el_headingShopSearch small span {
  display: inline-block;
  margin: 0 5px;
  font-family: Inter;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.03em;
  color: #981a1f;
}

.bl_newSeries {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(58 / 1440 * 100vw) calc(60 / 1440 * 100vw) calc(90 / 1440 * 100vw);
}

.bl_newSeries::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #3b0e16;
  height: calc(374 / 1440 * 100vw);
}

.bl_newSeries__inner {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.bl_newSeries__inner .el_headingNewSeries {
  position: relative;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.13em;
  color: #daba9f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 calc(40 / 1440 * 100vw);
  font-size: calc(28 / 1440 * 100vw);
}

.bl_newSeries__inner .el_headingNewSeries::before, .bl_newSeries__inner .el_headingNewSeries::after {
  content: '';
  position: absolute;
  top: 6px;
  width: 1px;
  background: #daba9f;
  height: calc(32 / 1440 * 100vw);
}

.bl_newSeries__inner .el_headingNewSeries::before {
  left: 0;
  -webkit-transform: rotate(-32deg);
  transform: rotate(-32deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.bl_newSeries__inner .el_headingNewSeries::after {
  right: 0;
  -webkit-transform: rotate(32deg);
  transform: rotate(32deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.bl_newSeries__inner .bl_newSeries__postBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: calc(50 / 1440 * 100vw);
}

.bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost {
  max-width: 275px;
  width: 25%;
}

.bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock {
  overflow: hidden;
  position: relative;
  display: block;
  line-height: 0;
  height: calc(363 / 1440 * 100vw);
}

.bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock:hover {
  opacity: 1;
}

.bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock img {
  max-width: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}

.bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 11px 10px 11px 33px;
  text-align: left;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory i {
  position: absolute;
  top: 12px;
  left: 10px;
  font-size: 17px;
  color: #daba9f;
}

.bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory strong {
  position: relative;
  display: block;
}

.bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory span {
  position: relative;
  display: block;
  margin-top: 3px;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.002em;
  color: #fff;
}

.bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory span img {
  position: relative;
  top: 2px;
  margin-right: 2px;
}

.bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory > h5::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

.bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory--dancho::before {
  background: #3b0e16;
}

.bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory--nomi::before {
  background: #003c1f;
  height: 65px !important;
  top: 5px !important;
}

.bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory--nomi strong.w100 {
  max-width: 100px;
}

.bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory--nomi strong img {
  width: 100%;
  vertical-align: bottom;
}

.bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory--nomi span {
  margin: 0;
}

.bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory--nomi span img {
  max-width: 80px;
  width: 100%;
  vertical-align: bottom;
  top: 1px;
}

.bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory--ani::before {
  background: #003c1f;
}

.bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory--ani span {
  margin-top: 4px;
}

.bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory--ani span img {
  top: 1px;
}

.bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory--kenbun::before {
  background: #3b0e16;
}

.bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory--kenbun span {
  margin-top: 6px;
}

.bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory--marathon::before {
  background: #3b0e16;
}

.bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory--marathon span {
  margin-top: 6px;
}

.bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory--potato::before {
  background: #191d3c;
}

.bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory--potato span {
  margin-top: 0;
}

.bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__txtBlock {
  padding-right: 15px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: calc(13 / 1440 * 100vw);
}

.bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__txtBlock .el_newPost__num {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #9f6e44;
  font-size: calc(14 / 1440 * 100vw);
}

.bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__txtBlock .el_newPost__tit {
  font-weight: 700;
  line-height: 1.6;
  color: #3b0e16;
  text-justify: inter-ideograph;
  text-align: justify;
  margin-top: calc(8 / 1440 * 100vw);
  font-size: calc(16 / 1440 * 100vw);
}

.subpage_mainvisual_block {
  min-height: 267px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url("/assets/img/common/bg_subpage_mv.jpg") no-repeat center center;
  background-size: cover;
}

.subpage_mainvisual_block__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  padding: 20px;
}

.subpage_mainvisual_block__title {
  color: #fff;
  font-family: 'Noto Serif JP';
  font-size: 36px;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 1.8px;
}

body {
  font-family: 'Noto Sans', 'Noto Sans JP', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', Meiryo, 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, Arial, Sans-serif;
  background: #fff;
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

.is-sp-s {
  display: none;
}

[data-anim-style] {
  opacity: 0;
}

[v-cloak] {
  display: none;
}

a {
  color: inherit;
}

a:visited {
  color: inherit;
}

a:link {
  color: inherit;
}

.talkroom .ly_header__groNav__inner ul li a {
  font-size: 16px;
}

.ly_header {
  position: relative;
}

.ly_header__head {
  border-bottom: 1px solid #9f6e44;
  background: #981a1f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(16 / 1440 * 100vw) calc(60 / 1440 * 100vw);
}

.ly_header__head__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: calc(316 / 1440 * 100vw);
}

.ly_header__head__inner .el_head__logo {
  position: absolute;
  top: 26px;
  left: 30px;
}

.ly_header__head__inner .el_head__logo img {
  width: 100%;
}

.ly_header__head__inner .el_head__tit {
  max-width: 468px;
  width: 59.7%;
}

.ly_header__head__inner .el_head__tit a {
  display: block;
  text-align: center;
  line-height: 0;
}

.ly_header__head__inner .el_head__tit a span {
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.18em;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 calc(30 / 1440 * 100vw);
  font-size: calc(14 / 1440 * 100vw);
}

.ly_header__head__inner .el_head__tit a span::before, .ly_header__head__inner .el_head__tit a span::after {
  content: '';
  position: absolute;
  width: 2px;
  background: #fff;
  top: calc(2 / 1440 * 100vw);
  height: calc(18 / 1440 * 100vw);
}

.ly_header__head__inner .el_head__tit a span::before {
  left: 0;
  -webkit-transform: rotate(-22deg);
  transform: rotate(-22deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.ly_header__head__inner .el_head__tit a span::after {
  right: 0;
  -webkit-transform: rotate(22deg);
  transform: rotate(22deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.ly_header__head__inner .el_head__tit a img {
  max-width: 100%;
  margin-top: calc(13 / 1440 * 100vw);
}

.ly_header__head__inner .el_head__supportLink {
  max-width: 95px;
  width: 12.12%;
}

.ly_header__head__inner .el_head__supportLink a {
  line-height: 0;
}

.ly_header__head__inner .el_head__supportLink a img {
  max-width: 100%;
}

.ly_header__head__inner .el_hrad__snsBtn {
  max-width: 190px;
  width: 100%;
}

.ly_header__head__inner .el_hrad__snsBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  background: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(12 / 1440 * 100vw) calc(15 / 1440 * 100vw);
  border-radius: calc(26 / 1440 * 100vw);
}

.ly_header__head__inner .el_hrad__snsBtn a img {
  max-width: 20px;
  width: 100%;
}

.ly_header__head__inner .el_hrad__snsBtn a span {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: calc(8 / 1440 * 100vw);
  font-size: calc(13 / 1440 * 100vw);
}

.ly_header__groNav {
  border-top: 1px solid #764a34;
  border-bottom: 1px solid #9f6e44;
  background: #3b0e16;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 calc(60 / 1440 * 100vw);
}

.ly_header__groNav__inner {
  position: relative;
  max-width: 1315px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(5 / 1440 * 100vw) 0;
}

.ly_header__groNav__inner .ly_header__groNav__search {
  position: absolute;
  left: 12px;
  bottom: 100%;
  width: calc(254 / 1440 * 100vw);
  height: calc(181 / 1440 * 100vw);
}

.ly_header__groNav__inner .ly_header__groNav__search a {
  display: block;
}

.ly_header__groNav__inner .ly_header__groNav__search a img {
  max-width: 100%;
}

.ly_header__groNav__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ly_header__groNav__inner ul li {
  margin-right: calc(29 / 1440 * 100vw);
}

.ly_header__groNav__inner ul li:last-of-type {
  margin-right: 0;
}

.ly_header__groNav__inner ul li a {
  display: inline-block;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.18em;
  color: #fff;
  font-size: calc(17 / 1440 * 100vw);
}

.ly_header__groNav__inner ul li a:has(img) {
  line-height: 1;
}

.ly_header__groNav__inner ul li a img {
  border-radius: 5px;
  width: calc(222 / 1440 * 100vw);
}

.ly_header__groNav__inner ul li a i {
  position: relative;
  top: 1px;
  margin-right: 8px;
  color: #daba9f;
  font-size: calc(18 / 1440 * 100vw);
}

.ly_header__catch {
  background: #fff;
}

.ly_header__catch__inner {
  position: relative;
  z-index: 2;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(16 / 1440 * 100vw) calc(60 / 1440 * 100vw);
}

.ly_header__catch__inner .el_catch__txt {
  max-width: 980px;
  width: 100%;
  padding-right: 300px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.06em;
  color: #9f6e44;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: calc(20 / 1440 * 100vw);
}

.ly_header__catch__inner .el_catch__link {
  position: absolute;
  top: -6px;
  right: 212px;
}

.ly_header__catch__inner .el_catch__link ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ly_header__catch__inner .el_catch__link ul::before, .ly_header__catch__inner .el_catch__link ul::after {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  background: #9f6e44;
  width: calc(32 / 1440 * 100vw);
}

.ly_header__catch__inner .el_catch__link ul::before {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  top: calc(12 / 1440 * 100vw);
  -webkit-transform: translate(calc(-38 / 1440 * 100vw), 0) rotate(18deg);
  transform: translate(calc(-38 / 1440 * 100vw), 0) rotate(18deg);
}

.ly_header__catch__inner .el_catch__link ul::after {
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  bottom: calc(12 / 1440 * 100vw);
  -webkit-transform: translate(calc(-38 / 1440 * 100vw), 0) rotate(-18deg);
  transform: translate(calc(-38 / 1440 * 100vw), 0) rotate(-18deg);
}

.ly_header__catch__inner .el_catch__link ul li {
  position: relative;
  line-height: 0;
  width: calc(71 / 1440 * 100vw);
  min-width: 50px;
}

.ly_header__catch__inner .el_catch__link ul li:nth-of-type(1) {
  z-index: 4;
}

.ly_header__catch__inner .el_catch__link ul li:nth-of-type(2) {
  left: -7px;
  z-index: 3;
}

.ly_header__catch__inner .el_catch__link ul li:nth-of-type(3) {
  left: -14px;
  z-index: 2;
}

.ly_header__catch__inner .el_catch__link ul li:nth-of-type(4) {
  left: -21px;
  z-index: 1;
}

.ly_header__catch__inner .el_catch__link ul li img {
  width: 100%;
}

.ly_header .ly_modal_hamburger {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  background-color: #981a1f;
  height: 100vh;
}

.ly_header .ly_modal_hamburger__inner {
  width: 100vw;
  height: 94vh;
  padding: calc(100 / 375 * 100vw) calc(15 / 375 * 100vw) calc(70 / 375 * 100vw);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}

.ly_header .ly_modal_hamburger__inner .ly_modal_hamburger_topLink ul li + li {
  margin-top: calc(35 / 375 * 100vw);
}

.ly_header .ly_modal_hamburger__inner .ly_modal_hamburger_topLink ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  line-height: 1.43;
  color: #fff;
  font-size: calc(18 / 375 * 100vw);
  letter-spacing: 0.06em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(10 / 375 * 100vw);
}

.ly_header .ly_modal_hamburger__inner .ly_modal_hamburger_topLink ul li a i {
  position: relative;
  top: 1px;
  color: #daba9f;
  font-size: calc(18 / 375 * 100vw);
}

.ly_header .ly_modal_hamburger__btn a {
  display: block !important;
}

.ly_header .ly_modal_hamburger__btn img {
  border-radius: calc(30 / 375 * 100vw);
  width: 100%;
}

.ly_header .header_bookmark {
  width: 32px;
}

.ly_header .header_bookmark .bg {
  width: 100%;
  fill: #ff9900;
  stroke: #ff9900;
}

.ly_header .header_bookmark .star {
  width: 100%;
  fill: #fff;
  stroke: #fff;
}

.ly_footer__head {
  text-align: center;
  background: #faf7f1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(100 / 1440 * 100vw) calc(60 / 1440 * 100vw) calc(143 / 1440 * 100vw);
}

.ly_footer__head .ly_footer__bnrBlock a {
  line-height: 0;
}

.ly_footer__head .ly_footer__bnrBlock a img {
  max-width: 100%;
}

.ly_footer__head .ly_footer__shareBlock {
  margin-top: calc(146 / 1440 * 100vw);
}

.ly_footer__head .ly_footer__shareBlock .el_share__tit {
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.09em;
  color: #981a1f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 calc(40 / 1440 * 100vw);
  font-size: calc(21 / 1440 * 100vw);
}

.ly_footer__head .ly_footer__shareBlock .el_share__tit::before, .ly_footer__head .ly_footer__shareBlock .el_share__tit::after {
  content: '';
  position: absolute;
  top: 2px;
  width: 1px;
  background: #981a1f;
  height: calc(36 / 1440 * 100vw);
}

.ly_footer__head .ly_footer__shareBlock .el_share__tit::before {
  left: 0;
  -webkit-transform: rotate(-32deg);
  transform: rotate(-32deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.ly_footer__head .ly_footer__shareBlock .el_share__tit::after {
  right: 0;
  -webkit-transform: rotate(32deg);
  transform: rotate(32deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.ly_footer__head .ly_footer__shareBlock .el_share__sns {
  margin-top: calc(32 / 1440 * 100vw);
}

.ly_footer__head .ly_footer__shareBlock .el_share__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ly_footer__head .ly_footer__shareBlock .el_share__sns ul li {
  margin-right: 26px;
  line-height: 0;
}

.ly_footer__head .ly_footer__shareBlock .el_share__sns ul li:last-of-type {
  margin-right: 0;
}

.ly_footer__head .ly_footer__shareBlock .el_share__sns ul li img {
  max-width: 100%;
}

.ly_footer__searchBlock {
  display: none;
}

.ly_footer__fixed {
  display: none;
}

.ly_footer .un_bnr_campaign {
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
  margin: auto;
  max-width: 900px;
}

.ly_footer .un_bnr_campaign ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ly_footer .un_bnr_campaign ul li {
  width: 550px;
}

.ly_footer .un_bnr_campaign ul li + li {
  padding-left: 30px;
}

.ly_footer .un_bnr_campaign img {
  width: 100%;
}

/*---- フッター ----*/
.el_brand_footer {
  background: #d9d3c5;
  width: 100%;
  position: relative;
  clear: both;
  color: #000;
  padding: 5px 0;
  margin-bottom: 0;
}

.el_brand_footer .wrap {
  padding: 30px 40px 0;
  max-width: 1100px;
  margin: 0 auto;
}

.el_brand_footer .wrap .footer_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.el_brand_footer .footer-linkList {
  width: 222px;
}

.el_brand_footer .footer-linkList li {
  padding: 2px 0;
}

.el_brand_footer .lager-link {
  font-size: 0.8571rem;
  padding: 0 40px;
}

.el_brand_footer .lager-link p {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.8;
  font-size: 11px;
}

.el_brand_footer .lager-link a {
  color: #000;
  text-decoration: none;
}

.el_brand_footer .lager-attention {
  width: 450px;
}

.el_brand_footer .lager-attention img {
  width: 100%;
}

.el_brand_footer .footer-bottom {
  padding: 30px 0 10px;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.el_brand_footer .footer-bottom .right {
  text-align: right;
}

#tweetComp {
  padding: 80px;
  text-align: center;
}

#tweetComp .ttl {
  margin: 10px 0 40px;
  font-size: 24px;
}

#tweetComp .info-box p {
  margin: 30px;
}

#tweetComp .info-box p a {
  color: #981a1f;
}

.component-fade-enter-active,
.component-fade-leave-active {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.component-fade-enter,
.component-fade-leave-to {
  opacity: 0;
}

.tagList-enter-active,
.tagList-leave-active,
.tagList-move {
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

.tagList-leave-active {
  position: fixed;
}

.tagList-enter,
.tagList-leave-to {
  opacity: 0;
}

.bl_searchModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 103;
  background: #fff;
}

.bl_searchModal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #981a1f;
}

.bl_searchModal__header .bl_searchModalHeader_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
}

.bl_searchModal__header .bl_searchModalHeader_title__ico {
  width: 25px;
}

.bl_searchModal__header .bl_searchModalHeader_title__ico img {
  width: 100%;
  vertical-align: bottom;
}

.bl_searchModal__header .bl_searchModalHeader_title__txt {
  margin-left: 5px;
  font-size: 21px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  letter-spacing: 0.05em;
}

.bl_searchModal__header .bl_searchModalHeader_close {
  background: #3b0e16;
  font-size: 26px;
  color: #fff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bl_searchModal__inner {
  padding: 16px 15px 0;
}

.bl_searchModal__inner .bl_searchModalInner_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}

.bl_searchModal__inner .bl_searchModalInner_input__area, .bl_searchModal__inner .bl_searchModalInner_input__keyword {
  width: 100%;
  padding: 10px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  font: inherit;
  outline: none;
  border: 1px solid #b3b3b3;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 44px;
  font-size: calc(10.3 / 375 * 100vw);
}

.bl_searchModal__inner .bl_searchModalInner_input__area {
  width: 32.4%;
}

.bl_searchModal__inner .bl_searchModalInner_input__icon {
  font-size: 14px;
  color: #a7a5a5;
}

.bl_searchModal__inner .bl_searchModalInner_input__keyword {
  width: 57.9%;
}

.bl_searchModal__inner .bl_searchModalInner_suggest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.bl_searchModal__inner .bl_searchModalInner_suggest .bl_searchModalInner_suggest_item {
  font-family: Hiragino Sans;
  font-size: 15px;
  font-weight: 600;
  color: #9f6e44;
  border-radius: 3px;
  border: 1px solid currentColor;
  padding: 4px 11px;
  letter-spacing: 0.04em;
}

.bl_searchModal__inner .bl_searchModalInner_btn {
  margin-top: 22px;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bl_searchModal__inner .bl_searchModalInner_btn button {
  width: 100%;
  border-radius: 9999px;
  padding: 8px 14px 7px;
  background: #ff9900;
  font-size: calc(19 / 375 * 100vw);
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #42210b;
}

.bl_searchModal__inner .bl_searchModalInner_btn button:before {
  content: '\f002';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  display: inline-block;
  margin-right: calc(7 / 375 * 100vw);
}

.bl_tagList {
  position: relative;
  z-index: 1;
  background-color: #f5f1e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(65 / 1440 * 100vw) calc(60 / 1440 * 100vw) calc(50 / 1440 * 100vw);
}

.bl_tagList.layout_over_size {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.bl_tagList.bg_white {
  background-color: #fff;
}

.bl_tagList.bg_white .bl_tagList__inner .bl_tagList_list ul li {
  color: #9f8273;
  background-color: #f4f0e5;
}

.bl_tagList__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bl_tagList__inner .bl_tagList_title {
  position: relative;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 165px;
  font-family: Noto Serif JP;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #42210b;
}

.bl_tagList__inner .bl_tagList_title::before {
  position: absolute;
  content: '';
  display: block;
  background: url(../img/common/ico_tagList.svg) no-repeat center center/contain;
  width: 23px;
  height: 23px;
  left: 0;
  top: 0;
}

.bl_tagList__inner .bl_tagList_list {
  max-width: calc(100% - 165px);
  width: 100%;
}

.bl_tagList__inner .bl_tagList_list ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px -10px 0 0;
}

.bl_tagList__inner .bl_tagList_list ul li {
  cursor: pointer;
  padding: 10px 20px;
  margin: 15px 10px 0 0;
  background-color: #fff;
  border-radius: 50em;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-family: Hiragino Sans;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #9f8273;
}

.bl_tagList__inner .bl_tagList_list ul li.current {
  background-color: #981a1f;
  color: #fff;
}

.bl_tagList__inner .bl_tagList_button {
  min-width: 100%;
  margin-top: 45px;
  text-align: center;
}

.bl_tagList__inner .bl_tagList_button button {
  font-family: Hiragino Sans;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #9f8273;
  padding-bottom: 10px;
  border-bottom: 1px solid #9f8273;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 100px;
}

.pagination_item a {
  font-family: Inter;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.05em;
  color: #911116;
  padding: 12px 16px;
  border: 3px solid #911116;
  border-radius: 0.4em;
  margin-right: 20px;
  cursor: pointer;
}

.pagination_item.disabled a {
  border: none;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 25px;
}

.pagination_item.active a {
  background-color: #911116;
  color: #fff;
}

.bl_freeWord {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 35px;
}

.bl_freeWord form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_freeWord .vue-simple-suggest.focus {
  position: relative;
}

.bl_freeWord .vue-simple-suggest.focus .input-wrapper .default-input {
  border-radius: 0.3em 0.3em 0 0;
}

.bl_freeWord .vue-simple-suggest.focus .suggestions {
  position: absolute;
  width: 100%;
  bottom: 1px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  border-radius: 0 0 0.3em 0.3em;
  -webkit-box-shadow: 0 3px 7px rgba(202, 202, 202, 0.25);
  box-shadow: 0 3px 7px rgba(202, 202, 202, 0.25);
  border: 1px solid #b9b3b3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
}

.bl_freeWord .vue-simple-suggest.focus .suggestions .suggest-item {
  padding: 11px 15px;
  cursor: pointer;
}

.bl_freeWord .vue-simple-suggest.focus .suggestions .suggest-item.hover {
  background: #e9e9e9;
}

.bl_freeWord input {
  font-size: calc(16 / 1440 * 100vw);
  padding: calc(15 / 1440 * 100vw);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0.3em;
  font: inherit;
  outline: none;
  border: 1px solid #b3b3b3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bl_freeWord__area {
  margin-right: calc(10 / 1440 * 100vw);
  width: 19%;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.bl_freeWord__keyword {
  width: 62%;
  margin-right: calc(10 / 1440 * 100vw);
}

.bl_freeWord__keyword input {
  width: 100%;
}

.bl_freeWord button {
  position: relative;
  width: 16%;
  font-weight: 700;
  font-size: calc(20 / 1440 * 100vw);
  color: #42210b;
  background-color: #ff9900;
  padding: calc(12 / 1440 * 100vw) 0 calc(12 / 1440 * 100vw) calc(75 / 1440 * 100vw);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.3em;
  text-align: left;
  letter-spacing: 0.07em;
  display: inline-block;
  height: calc(54 / 1440 * 100vw);
  top: 0;
}

.bl_freeWord button::before {
  position: absolute;
  content: '';
  display: block;
  background: url(../img/common/ico_search.svg) no-repeat center center/contain;
  width: calc(21 / 1440 * 100vw);
  height: calc(31 / 1440 * 100vw);
  top: calc(12 / 1440 * 100vw);
  left: calc(45 / 1440 * 100vw);
}

.el_area_title {
  font-family: Noto Serif JP;
  font-weight: 600;
  font-size: 19px;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}

.el_area_title span {
  color: #981a1f;
}

.bl_recommend__title {
  font-family: Noto Serif JP;
  font-weight: 600;
  font-size: 15px;
  color: #42210b;
  margin-bottom: 15px;
}

.bl_recommend__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -10px 0 0;
}

.bl_recommend__list ul li {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #42210b;
  padding: 10px 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #42210b;
  margin: 10px 10px 0 0;
  border-radius: 0.3em;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.bl_recommend__list ul li.current {
  background-color: #981a1f;
  color: #fff;
}

.bl_notFound {
  margin-top: 60px;
}

.bl_notFound__text {
  text-align: center;
  font-family: Noto Serif JP;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.05em;
}

.el_button_hamburger {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

.el_button_hamburger span {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s ease-in-out;
  transition: transform 0.3s, opacity 0.3s ease-in-out, -webkit-transform 0.3s;
}

.el_button_hamburger span:nth-of-type(1) {
  top: 0;
}

.el_button_hamburger span:nth-of-type(1).is-active {
  -webkit-transform: translateY(calc(10 / 375 * 100vw)) rotate(-45deg);
  transform: translateY(calc(10 / 375 * 100vw)) rotate(-45deg);
}

.el_button_hamburger span:nth-of-type(2) {
  top: 50%;
}

.el_button_hamburger span:nth-of-type(2).is-active {
  opacity: 0;
}

.el_button_hamburger span:nth-of-type(3) {
  top: 100%;
}

.el_button_hamburger span:nth-of-type(3).is-active {
  -webkit-transform: translateY(calc(-10 / 375 * 100vw)) rotate(45deg);
  transform: translateY(calc(-10 / 375 * 100vw)) rotate(45deg);
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}

.loading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  opacity: 0.6;
  z-index: -1;
}

.loading__content {
  width: 150px;
  height: 150px;
}

.loading__content img {
  width: 100%;
  vertical-align: bottom;
  opacity: 1;
}

.article_page .un_articleMainVisual {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(50 / 1440 * 100vw) calc(60 / 1440 * 100vw) calc(20 / 1440 * 100vw);
}

.article_page .un_articleMainVisual.is-goDrink {
  padding: calc(50 / 1440 * 100vw) calc(60 / 1440 * 100vw) 0;
}

.article_page .un_articleMainVisual.is-goDrink::before {
  z-index: -2;
}

.article_page .un_articleMainVisual.is-goDrink .bl_articleMainVisual .bl_articleMainVisual__picBlock {
  z-index: 1;
}

.article_page .un_articleMainVisual::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url("/assets/img/article/bg_mainvisual.jpg") center/cover no-repeat;
  height: calc(710 / 1440 * 100vw);
}

.article_page .un_articleMainVisual .bl_articleMovieTitle {
  width: 100%;
  z-index: 1;
  position: relative;
}

.article_page .un_articleMainVisual .bl_articleMovieTitle__sub {
  max-width: 220px;
  width: 100%;
  margin: 0 auto 30px;
}

.article_page .un_articleMainVisual .bl_articleMovieTitle__main {
  max-width: calc(660 / 1440 * 100vw);
  width: 100%;
  margin: 0 auto 35px;
}

.article_page .un_articleMainVisual .bl_articleMovieTitle img {
  width: 100%;
  vertical-align: bottom;
}

.article_page .un_articleMainVisual .bl_articleMainVisual {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.article_page .un_articleMainVisual .bl_articleMainVisual__picBlock {
  position: relative;
  line-height: 0;
  height: calc(530 / 1440 * 100vw);
}

.article_page .un_articleMainVisual .bl_articleMainVisual__picBlock__bgBox {
  height: 100%;
}

.article_page .un_articleMainVisual .bl_articleMainVisual__picBlock iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.article_page .un_articleMainVisual .bl_articleMainVisual__txtBlock {
  position: absolute;
  line-height: 1.43;
  bottom: calc(-22 / 1440 * 100vw);
  left: calc(100 / 1440 * 100vw);
}

.article_page .un_articleMainVisual .bl_articleMainVisual__txtBlock span {
  display: inline-block;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.article_page .un_articleMainVisual .bl_articleMainVisual__txtBlock .el_articleMainVisual__category {
  margin-top: 2px;
}

.article_page .un_articleMainVisual .bl_articleMainVisual__txtBlock .el_articleMainVisual__category span {
  font-weight: 700;
  letter-spacing: 0.19em;
  padding: calc(12 / 1440 * 100vw);
  font-size: calc(20 / 1440 * 100vw);
}

.article_page .un_articleMainVisual .bl_articleMainVisual__txtBlock .el_articleMainVisual__numbering {
  margin-top: 2px;
}

.article_page .un_articleMainVisual .bl_articleMainVisual__txtBlock .el_articleMainVisual__numbering span {
  font-weight: 700;
  letter-spacing: 0.09em;
  color: #981a1f;
  padding: calc(8 / 1440 * 100vw) calc(12 / 1440 * 100vw);
  font-size: calc(20 / 1440 * 100vw);
}

.article_page .un_articleMainVisual .bl_articleMainVisual__txtBlock .el_articleMainVisual__tit {
  margin-top: 2px;
}

.article_page .un_articleMainVisual .bl_articleMainVisual__txtBlock .el_articleMainVisual__tit span {
  font-weight: 700;
  letter-spacing: 0.16em;
  padding: calc(2 / 1440 * 100vw) calc(12 / 1440 * 100vw);
  font-size: calc(28 / 1440 * 100vw);
}

.article_page .un_articleMainVisual .bl_articleMainVisual .el_articleMainVisual__date {
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.06em;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: calc(40 / 1440 * 100vw);
  padding-left: calc(104 / 1440 * 100vw);
  font-size: calc(15 / 1440 * 100vw);
}

.article_page .bl_goDrink_overview {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: calc(20 / 1440 * 100vw) auto calc(40 / 1440 * 100vw);
}

.article_page .bl_goDrink_overview::before {
  content: '';
  display: block;
  position: absolute;
  top: -50%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  height: 200px;
  z-index: -1;
}

.article_page .bl_goDrink_overview__inner {
  padding: 0 calc(100 / 1440 * 100vw) 0 calc(200 / 1440 * 100vw);
}

.article_page .bl_goDrink_overview__inner .bl_goDrink_overview__contents {
  position: relative;
}

.article_page .bl_goDrink_overview__inner .bl_goDrink_bookmark {
  border-radius: 6px;
  border: 1.5px solid #700a0e;
  background: #faf9e4;
  padding: 16px 25px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 208px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
  gap: 8px;
  top: 0;
  right: 0;
}

.article_page .bl_goDrink_overview__inner .bl_goDrink_bookmark.is-done {
  cursor: default;
}

.article_page .bl_goDrink_overview__inner .bl_goDrink_bookmark.is-done img {
  opacity: 0;
}

.article_page .bl_goDrink_overview__inner .bl_goDrink_bookmark.is-done .bl_goDrink_bookmark__icon .bg {
  fill: #981a1f;
  stroke: #981a1f;
}

.article_page .bl_goDrink_overview__inner .bl_goDrink_bookmark__plus {
  width: 9px;
  height: 9px;
}

.article_page .bl_goDrink_overview__inner .bl_goDrink_bookmark__text {
  color: #700a0e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.26px;
}

.article_page .bl_goDrink_overview__inner .bl_goDrink_bookmark__icon {
  width: 38px;
  position: absolute;
  top: -10px;
  right: 5px;
}

.article_page .bl_goDrink_overview__inner .bl_goDrink_bookmark__icon svg {
  width: 100%;
  height: auto;
  display: inline-block;
}

.article_page .bl_goDrink_overview__inner .bl_goDrink_bookmark__icon .bg {
  fill: #ff9900;
  stroke: #ff9900;
}

.article_page .bl_goDrink_overview__inner .bl_goDrink_bookmark__icon .star {
  fill: #fff;
  stroke: #fff;
}

.article_page .bl_goDrink_overview__inner .el_goDrink_category {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.19em;
  margin-bottom: 25px;
}

.article_page .bl_goDrink_overview__inner .el_goDrink_file {
  font-family: Inter;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.09em;
  color: #9f6e44;
  margin-bottom: 25px;
}

.article_page .bl_goDrink_overview__inner .el_goDrink_title {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-bottom: 25px;
}

.article_page .bl_goDrink_overview__inner .el_goDrink_subTitle {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4;
  color: #911116;
  margin-bottom: 10px;
}

.article_page .bl_goDrink_overview__inner .el_goDrink_date {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #878787;
  text-align: right;
}

.article_page .bl_article_tagList {
  position: relative;
  background-color: #fff;
  max-width: 1300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(40 / 1440 * 100vw) calc(20 / 1440 * 100vw) 0;
  margin: 0 auto calc(90 / 1440 * 100vw);
}

.article_page .bl_article_tagList__inner {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.article_page .bl_article_tagList__inner .bl_goDrink_bookmark {
  border-radius: 6px;
  border: 1.5px solid #700a0e;
  background: #faf9e4;
  padding: 16px 25px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 208px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  gap: 8px;
}

.article_page .bl_article_tagList__inner .bl_goDrink_bookmark.is-done {
  cursor: default;
}

.article_page .bl_article_tagList__inner .bl_goDrink_bookmark.is-done img {
  opacity: 0;
}

.article_page .bl_article_tagList__inner .bl_goDrink_bookmark.is-done .bl_goDrink_bookmark__icon .bg {
  fill: #981a1f;
  stroke: #981a1f;
}

.article_page .bl_article_tagList__inner .bl_goDrink_bookmark__text {
  color: #700a0e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.26px;
}

.article_page .bl_article_tagList__inner .bl_goDrink_bookmark__icon {
  width: 38px;
  position: absolute;
  top: -10px;
  right: 5px;
}

.article_page .bl_article_tagList__inner .bl_goDrink_bookmark__icon svg {
  width: 100%;
  height: auto;
  display: inline-block;
}

.article_page .bl_article_tagList__inner .bl_goDrink_bookmark__icon .bg {
  fill: #ff9900;
  stroke: #ff9900;
}

.article_page .bl_article_tagList__inner .bl_goDrink_bookmark__icon .star {
  fill: #fff;
  stroke: #fff;
}

.article_page .bl_article_tagList__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -10px 0 0;
  position: relative;
}

.article_page .bl_article_tagList__inner ul li {
  margin: 10px 10px 0 0;
}

.article_page .bl_article_tagList__inner ul li a {
  display: block;
  font-family: Hiragino Sans;
  font-size: 12px;
  color: #9f8273;
  letter-spacing: 0.1em;
  padding: 10px 20px;
  background-color: #f4f0e5;
  border-radius: 50em;
}

.article_page .el_borderLine_head {
  margin-top: 40px;
  margin-bottom: 45px;
}

.article_page .el_borderLine_head__inner {
  max-width: 800px;
  width: 100%;
  margin: auto;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #c4c4c4;
}

.article_page .el_borderLine_head__inner .el_borderLine_head_text {
  border-left: 5px solid #911116;
  padding-left: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.article_page .bl_interview_shop {
  padding: 11px 17px 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff8f2;
  border: 2px solid #e1cacb;
  border-radius: 4px;
  max-width: 798px;
  width: 100%;
  margin: 0 auto 40px;
}

.article_page .bl_interview_shop__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 2.29;
  color: #555555;
  padding-right: 15px;
}

.article_page .bl_interview_shop__shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 7px;
  -moz-column-gap: 7px;
  column-gap: 7px;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #981a1f;
}

.article_page .bl_interview_shop__icon {
  width: 11px;
}

.article_page .bl_interview_shop__icon img {
  width: 100%;
}

.article_page .un_articlePost {
  position: relative;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(70 / 1440 * 100vw) calc(60 / 1440 * 100vw) calc(128 / 1440 * 100vw);
}

.article_page .un_articlePost .bl_goDrink_bookmark {
  margin: 30px auto 40px;
  max-width: 798px;
  width: 100%;
  cursor: pointer;
}

.article_page .un_articlePost .bl_goDrink_bookmark.is-done {
  cursor: default;
}

.article_page .un_articlePost .bl_goDrink_bookmark.is-done img {
  opacity: 0;
}

.article_page .un_articlePost .bl_goDrink_bookmark.is-done .bl_goDrink_bookmark__icon .bg {
  fill: #981a1f;
  stroke: #981a1f;
}

.article_page .un_articlePost .bl_goDrink_bookmark__inner {
  position: relative;
  border-radius: 6px;
  border: 1.5px solid #700a0e;
  background: #faf9e4;
  padding: 16px 25px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 208px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.article_page .un_articlePost .bl_goDrink_bookmark__plus {
  width: 9px;
  height: 9px;
}

.article_page .un_articlePost .bl_goDrink_bookmark__text {
  color: #700a0e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.26px;
}

.article_page .un_articlePost .bl_goDrink_bookmark__icon {
  width: 38px;
  position: absolute;
  top: -10px;
  right: 5px;
}

.article_page .un_articlePost .bl_goDrink_bookmark__icon svg {
  width: 100%;
  height: auto;
  display: inline-block;
}

.article_page .un_articlePost .bl_goDrink_bookmark__icon .bg {
  fill: #ff9900;
  stroke: #ff9900;
}

.article_page .un_articlePost .bl_goDrink_bookmark__icon .star {
  fill: #fff;
  stroke: #fff;
}

.article_page .un_articlePost strong {
  font-weight: bold;
}

.article_page .un_articlePost .bl_articlePost {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.article_page .un_articlePost .bl_articlePost h4 {
  font-size: 24px;
  padding: 0 50px 20px 50px;
}

.article_page .un_articlePost .bl_articlePost__read_txt {
  font-size: 16px;
  line-height: 2;
  color: #222;
  padding-bottom: 60px;
}

.article_page .un_articlePost .bl_articlePost .report_detail-contents img {
  max-width: 100%;
}

.article_page .un_articlePost .bl_articlePost .report_detail-contents p {
  font-size: 16px;
  line-height: 2;
  color: #222;
  margin: 0 50px;
}

.article_page .un_articlePost .bl_articlePost .report_detail-contents p + P {
  margin-top: 30px;
}

.article_page .un_articlePost .bl_articlePost .report_detail-img {
  text-align: center;
  margin: 80px 0;
}

.article_page .un_articleInfo {
  background: #3b0e16;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(80 / 1440 * 100vw) calc(60 / 1440 * 100vw) calc(100 / 1440 * 100vw);
}

.article_page .un_articleInfo .bl_articleInfo {
  max-width: 936px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}

.article_page .un_articleInfo .bl_articleInfo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article_page .un_articleInfo .bl_articleInfo__inner figure {
  max-width: 490px;
  width: 52.36%;
  line-height: 0;
}

.article_page .un_articleInfo .bl_articleInfo__inner figure img {
  width: 100%;
}

.article_page .un_articleInfo .bl_articleInfo__inner__txtBlock {
  max-width: 386px;
  width: 41.24%;
}

.article_page .un_articleInfo .bl_articleInfo__inner__txtBlock .el_articleInfo__titSub {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-size: calc(15 / 1440 * 100vw);
}

.article_page .un_articleInfo .bl_articleInfo__inner__txtBlock .el_articleInfo__tit {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-size: calc(32 / 1440 * 100vw);
}

.article_page .un_articleInfo .bl_articleInfo__inner__txtBlock .el_articleInfo__item {
  word-wrap: break-word;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.09em;
  color: #f8f8f8;
  margin-top: calc(22 / 1440 * 100vw);
}

.article_page .un_articleInfo .bl_articleInfo__inner__txtBlock .el_articleInfo__item a {
  color: #ff9901;
  letter-spacing: 0.04em;
  text-decoration: underline;
}

.article_page .un_articleInfo .bl_articleInfo__inner__txtBlock .el_articleInfo__item a:hover {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  text-decoration: none;
  color: #fff;
}

.article_page .un_articleInfo .bl_articleInfo__inner__txtBlock .el_businesshours p {
  font-size: 14px;
  line-height: 1.8em;
}

.article_page .un_articleInfo .bl_articleInfo__inner__txtBlock .el_articlDt {
  display: block;
  padding-top: 10px;
}

.article_page .un_articleInfo .bl_articleInfo__mapBlock {
  margin-top: calc(68 / 1440 * 100vw);
}

.article_page .un_articleInfo .bl_articleInfo__mapBlock__inner {
  width: 100%;
  height: 430px;
}

.article_page .un_articleInfo .bl_articleInfo__mapBlock__inner iframe {
  width: 100%;
  height: 100%;
}

.article_page .un_articleInfo .bl_articleInfo__mapBlock .el_articleInfo__note {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.09em;
  color: #f8f8f8;
  margin-top: calc(26 / 1440 * 100vw);
}

.article_page .bl_article__shareBlock {
  text-align: center;
  margin-top: calc(70 / 1440 * 100vw);
}

.article_page .bl_article__shareBlock .el_share__tit {
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.09em;
  color: #f8f8f8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 calc(40 / 1440 * 100vw);
  font-size: calc(21 / 1440 * 100vw);
}

.article_page .bl_article__shareBlock .el_share__tit::before, .article_page .bl_article__shareBlock .el_share__tit::after {
  content: '';
  position: absolute;
  top: 2px;
  width: 1px;
  background: #f8f8f8;
  height: calc(36 / 1440 * 100vw);
}

.article_page .bl_article__shareBlock .el_share__tit::before {
  left: 0;
  -webkit-transform: rotate(-32deg);
  transform: rotate(-32deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.article_page .bl_article__shareBlock .el_share__tit::after {
  right: 0;
  -webkit-transform: rotate(32deg);
  transform: rotate(32deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.article_page .bl_article__shareBlock .el_share__sns {
  margin-top: calc(32 / 1440 * 100vw);
}

.article_page .bl_article__shareBlock .el_share__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.article_page .bl_article__shareBlock .el_share__sns ul li {
  margin-right: 26px;
  line-height: 0;
}

.article_page .bl_article__shareBlock .el_share__sns ul li:last-of-type {
  margin-right: 0;
}

.article_page .bl_article__shareBlock .el_share__sns ul li img {
  max-width: 100%;
}

.article_page .un_articleTw .bl_articleTw {
  background: #f3f2eb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(80 / 1440 * 100vw) calc(60 / 1440 * 100vw) calc(40 / 1440 * 100vw);
}

.article_page .un_articleTw .bl_articleTw .el_articleTw__tit {
  max-width: 712px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.article_page .un_articleTw .bl_articleTw .el_articleTw__tit strong {
  position: relative;
  display: block;
  font-weight: 700;
  line-height: 1.8;
  color: #272727;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: calc(32 / 1440 * 100vw);
}

.article_page .un_articleTw .bl_articleTw .el_articleTw__tit strong i {
  position: relative;
  top: 4px;
  font-size: 47px;
  color: #13addd;
  font-size: calc(47 / 1440 * 100vw);
}

.article_page .un_articleTw .bl_articleTw .el_articleTw__tit span {
  display: inline-block;
  margin-top: 6px;
  font-weight: 500;
  line-height: 1.8;
  font-size: calc(26 / 1440 * 100vw);
}

.article_page .un_articleTw .bl_articleTw .bl_articleTw__tlBlock {
  max-width: 912px;
  width: 100%;
  margin: calc(30 / 1440 * 100vw) auto 0;
}

.article_page .un_articleTw .bl_tweetTw {
  background: #ebe9df;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(40 / 1440 * 100vw) calc(60 / 1440 * 100vw) calc(80 / 1440 * 100vw);
}

.article_page .un_articleTw .bl_tweetTw .el_tweetTw__btn {
  text-align: center;
}

.article_page .un_articleTw .bl_tweetTw .el_tweetTw__btn a,
.article_page .un_articleTw .bl_tweetTw .el_tweetTw__btn input {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  max-width: 296px;
  width: 100%;
  padding: 14px 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  background: #13addd;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: calc(40 / 1440 * 100vw);
}

.article_page .bl_articleMore {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(110 / 1440 * 100vw) calc(60 / 1440 * 100vw) calc(120 / 1440 * 100vw);
}

.article_page .un_shopSearch {
  position: relative;
  margin-top: calc(10 / 1440 * 100vw);
  padding: calc(80 / 1440 * 100vw) calc(60 / 1440 * 100vw) calc(70 / 1440 * 100vw);
}

.article_page .un_shopSearch::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
  background: #3b0e16;
}

.article_page .post-box {
  width: calc(713 / 1440 * 100vw);
  margin: 0 auto;
}

.article_page .text-area-box {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
  border-radius: 0.6em;
}

.article_page .tweet-txt-box {
  resize: none;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Noto Sans';
  color: #404040;
  width: 100%;
  font-size: calc(16 / 1440 * 100vw);
  padding: calc(18 / 1440 * 100vw) calc(24 / 1440 * 100vw);
  max-height: 180px;
  font-weight: 500;
  line-height: 1.7;
  overflow: auto;
}

.article_page .tweet-txt-box:focus {
  outline: none;
}

.article_page .akaboshi-info-txt {
  resize: none;
  border: none;
  color: #585858;
  background: #fff;
  max-width: 100%;
  width: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(9 / 1440 * 100vw) calc(24 / 1440 * 100vw);
}

.article_page .limit-info {
  padding: 15px 0 0 0;
  text-align: right;
  font-size: 12px;
}

.article_page #tweetResult {
  width: calc(713 / 1440 * 100vw);
  margin: 0 auto;
}

.article_page #tweetResult .tweet-list li {
  border-radius: 0.6em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  background: #f3f2eb;
  margin-bottom: 20px;
  font-size: 12px;
  color: #3c3c3c;
}

.article_page #tweetResult .tweet-list li a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article_page #tweetResult .tweet-list li .icn-flame {
  padding-right: 10px;
}

.article_page #tweetResult .tweet-list li .tweet-box p {
  letter-spacing: 0;
  line-height: 1.7em;
}

.article_page #tweetResult .tweet-list li .name-box {
  color: #981a1f;
  padding-bottom: 5px;
}

.article_page #tweetResult .none-tweet {
  font-size: 12px;
  padding: 20px 0;
}

.bookmark_page .bookmark_page_block {
  max-width: 1100px;
  width: 100%;
  margin: 60px auto 130px;
  padding-inline: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bookmark_page .bookmark_page_block .bookmark_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
  gap: 20px;
}

.bookmark_page .bookmark_page_block .bookmark_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 43px;
}

.bookmark_page .bookmark_page_block .bookmark_item__img {
  width: 110px;
  height: 110px;
  aspect-ratio: 1;
}

.bookmark_page .bookmark_page_block .bookmark_item__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bookmark_page .bookmark_page_block .bookmark_item__label {
  color: #981a1f;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.64px;
}

.bookmark_page .bookmark_page_block .bookmark_item__title {
  color: #272727;
  font-size: 18px;
  font-weight: 700;
  margin-top: 12px;
  line-height: 1.5;
}

.bookmark_page .bookmark_page_block .bookmark_item__btn {
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 100px;
  border: 1px solid #c0c0c0;
  white-space: nowrap;
  background: #efefef;
}

.bookmark_page .bookmark_page_block .bookmark_item__btn a {
  color: #6b6b6b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22px;
  padding: 8px 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1.15;
  gap: 5px;
}

.bookmark_page .bookmark_page_block .bookmark_item__btn a::after {
  content: '';
  width: 13px;
  height: 13px;
  background: url("/assets/img/common/ico_close_gray.svg") no-repeat;
  background-size: contain;
  display: block;
}

.bookmark_page .bookmark_page_block__btn {
  width: 276px;
  border: 1px solid #981a1f;
  text-align: center;
  margin: 60px auto 0;
}

.bookmark_page .bookmark_page_block__btn a {
  color: #981a1f;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.44px;
  display: block;
  padding: 20px;
}

.bookmark_page .bookmark_page_block__btn a span {
  position: relative;
  margin-left: 20px;
}

.bookmark_page .bookmark_page_block__btn a i {
  position: absolute;
  left: -65px;
}

.campaign_page .bl_campaign {
  background: #3b0e16;
  width: 100%;
  height: 100%;
}

.campaign_page .bl_campaign__inner {
  width: calc(1200 / 1440 * 100vw);
  height: 100%;
  margin: auto;
}

.campaign_page .bl_campaign__inner .bl_campaign__list01 {
  background: #ae0e16;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.campaign_page .bl_campaign__inner .bl_campaign__list01 .el_campaign__list01_01 {
  width: calc(820 / 1440 * 100vw);
  padding-top: 30px;
}

.campaign_page .bl_campaign__inner .bl_campaign__list01 .bl_articleMainVisual {
  position: relative;
  width: 560px;
  height: 315px;
  margin: 30px auto 30px;
}

.campaign_page .bl_campaign__inner .bl_campaign__list01 .bl_articleMainVisual .el_campaign__list01_02 {
  position: absolute;
  width: calc(180 / 1440 * 100vw);
  height: auto;
  left: calc(-180 / 1440 * 100vw);
}

.campaign_page .bl_campaign__inner .bl_campaign__list01 .bl_articleMainVisual .el_campaign__list01_03 {
  position: absolute;
  width: calc(122 / 1440 * 100vw);
  height: auto;
  right: calc(-122 / 1440 * 100vw);
  bottom: -50px;
}

.campaign_page .bl_campaign__inner .bl_campaign__list01 .bl_articleMainVisual__picBlock {
  width: 100%;
  height: 100%;
  position: relative;
}

.campaign_page .bl_campaign__inner .bl_campaign__list01 .bl_articleMainVisual__picBlock iframe {
  width: 100%;
  height: 100%;
}

.campaign_page .bl_campaign__inner .bl_campaign__list02 {
  width: 100%;
}

.campaign_page .bl_campaign__inner .bl_campaign__list02 img {
  width: 100%;
}

.campaign_page .bl_campaign__inner .bl_campaign__list03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ae0e16;
  width: 100%;
  padding-top: 30px;
}

.campaign_page .bl_campaign__inner .bl_campaign__list03 .bl_campaign__list03_txt {
  width: calc(500 / 1440 * 100vw);
  margin-bottom: 15px;
}

.campaign_page .bl_campaign__inner .bl_campaign__list03 .bl_campaign__list03_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(820 / 1440 * 100vw);
  margin-bottom: 25px;
}

.campaign_page .bl_campaign__inner .bl_campaign__list03 .bl_campaign__list03_main a {
  width: calc(266 / 1440 * 100vw);
}

.campaign_page .bl_campaign__inner .bl_campaign__list03 .bl_campaign__list03_main a img {
  width: 100%;
}

.campaign_page .bl_campaign__inner .bl_campaign__list03 .bl_campaign__list03_main .el_campaignList__noclick {
  pointer-events: none;
}

.ly_footer__shareBlock--campaign {
  margin-top: 0 !important;
}

.campaign02_page {
  background: #2C0008;
}

.campaign02_page .bl_campaign__inner {
  max-width: 1240px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  container-type: inline-size;
}

.campaign02_page .bl_campaign__img {
  position: relative;
}

.campaign02_page .bl_campaign__img:nth-last-of-type(1) {
  margin-top: 40px;
}

.campaign02_page .bl_campaign__img:nth-last-of-type(1)::before {
  content: '';
  display: block;
  position: absolute;
  top: -25px;
  left: -47px;
  background: url("/assets/img/campaign02/pic_campaign_img08.svg") no-repeat center center;
  background-size: contain;
  width: 150px;
  height: 150px;
  z-index: 2;
}

.campaign02_page .bl_campaign__img:nth-last-of-type(2)::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -12px;
  left: 48%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/assets/img/campaign02/pic_campaign_img07.png") no-repeat center center;
  background-size: contain;
  width: 1250px;
  height: 600px;
  z-index: 1;
}

.campaign02_page .bl_campaign__img img {
  width: 100%;
}

.campaign02_page .bl_campaign__img_link {
  position: absolute;
  bottom: 43px;
  left: 80px;
  max-width: 575px;
  z-index: 1;
  width: 100%;
}

.campaign02_page .bl_campaign__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 115px;
  width: 100%;
  max-width: 778px;
  gap: 32px;
}

.campaign02_page .bl_campaign__btn a {
  width: 100%;
}

.campaign02_page .bl_campaign__footer {
  padding: calc(47 / 1440 * 100vw) 20px calc(80 / 1440 * 100vw);
}

.campaign02_page .bl_campaign__footer img {
  width: calc(675 / 1440 * 100vw);
  margin: auto;
  display: block;
}

.campaign02_page .bl_campaign_foot {
  position: relative;
  margin-top: calc(230 / 1440 * 100vw);
  padding-top: calc(110 / 1440 * 100vw);
  height: calc(750 / 1440 * 100vw);
  background: url("/assets/img/campaign02/bg_campaign_img05.jpg") no-repeat center center;
  background-color: cover;
}

.campaign02_page .bl_campaign_foot__title {
  position: absolute;
  top: calc(-195 / 1440 * 100vw);
  width: calc(700 / 1440 * 100vw);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.campaign02_page .bl_campaign_foot__text {
  width: calc(995 / 1440 * 100vw);
  margin: auto;
}

.campaign02_page .un_topMainVisual {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: calc(28 / 1440 * 100vw);
}

.campaign02_page .un_topMainVisual .bl_slideBlock {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: calc(24 / 1440 * 100vw);
  position: relative;
  padding-top: 30px;
  margin-top: -30px;
}

.campaign02_page .un_topMainVisual .bl_slideBlock__nav {
  width: calc(828 / 1440 * 100vw);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: 999;
}

.campaign02_page .un_topMainVisual .bl_slideBlock__nav .swiper-button-next,
.campaign02_page .un_topMainVisual .bl_slideBlock__nav .swiper-button-prev {
  width: 48px;
}

.campaign02_page .un_topMainVisual .bl_slideBlock__nav .swiper-button-next img,
.campaign02_page .un_topMainVisual .bl_slideBlock__nav .swiper-button-prev img {
  width: 100%;
  vertical-align: bottom;
}

.campaign02_page .un_topMainVisual .bl_slideBlock__nav .swiper-button-next {
  right: -15px;
}

.campaign02_page .un_topMainVisual .bl_slideBlock__nav .swiper-button-prev {
  left: -15px;
}

.campaign02_page .un_topMainVisual .bl_slideBlock__nav .swiper-button-next,
.campaign02_page .un_topMainVisual .bl_slideBlock__nav .swiper-button-prev {
  cursor: pointer;
}

.campaign02_page .un_topMainVisual .bl_slideBlock__nav .swiper-button-next::after,
.campaign02_page .un_topMainVisual .bl_slideBlock__nav .swiper-button-prev::after {
  content: none;
}

.campaign02_page .un_topMainVisual .bl_postMainVisual__picBlock {
  width: calc(828 / 1440 * 100vw);
  margin: 0 calc(27 / 1440 * 100vw);
  position: relative;
}

.campaign02_page .un_topMainVisual .bl_postMainVisual__picBlock--comming_soon::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: block;
}

.campaign02_page .un_topMainVisual .bl_postMainVisual__picBlock[data-name="slide01"]::before {
  background: url("/assets/img/campaign02/pic_comming_soon01.png") center center no-repeat;
  background-size: cover;
}

.campaign02_page .un_topMainVisual .bl_postMainVisual__picBlock[data-name="slide02"]::before {
  background: url("/assets/img/campaign02/pic_comming_soon03.png") center center no-repeat;
  background-size: cover;
}

.campaign02_page .un_topMainVisual .bl_postMainVisual__picBlock[data-name="slide03"]::before {
  background: url("/assets/img/campaign02/pic_comming_soon02.png") center center no-repeat;
  background-size: cover;
}

.campaign02_page .un_topMainVisual .bl_postMainVisual__picBlock::after {
  content: '';
  position: absolute;
  background: url("/assets/img/campaign02/txt_slider_label.svg") center center no-repeat;
  top: calc(-30 / 1440 * 100vw);
  right: calc(-30 / 1440 * 100vw);
  background-size: contain;
  width: calc(128 / 1440 * 100vw);
  height: calc(128 / 1440 * 100vw);
}

.campaign02_page .un_topMainVisual .bl_top_swiper_layout {
  height: calc(436 / 1440 * 100vw) !important;
}

.index_page .bl_top_archive {
  text-align: center;
  padding: 100px 0;
  background: #f3f2eb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  background-image: url("/assets/img/top/bg_archive.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.index_page .bl_top_archive span {
  color: #981A1F;
  text-align: center;
  font-family: var(--font-family-Font-2, "Noto Serif JP");
  font-size: 17.7px;
  font-style: normal;
  font-weight: var(--font-weight-700, 700);
  line-height: var(--line-height-25_28, 25.28px);
  /* 142.825% */
  letter-spacing: var(--stroke-weight-0_35, 0.353px);
}

.index_page .bl_top_archive p {
  padding-top: 30px;
  color: var(--www-akaboshi-tanteidan-com-cape-palliser, var(--color-orange-45, #9F6E44));
  color: var(--www-akaboshi-tanteidan-com-cape-palliser, var(--color-orange-45, #9F6E44));
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 58.8px */
  letter-spacing: 1.2px;
}

.index_page .un_topMainVisual {
  position: relative;
  background: #f3f2eb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: calc(30 / 1440 * 100vw);
}

.index_page .un_topMainVisual::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  background: #981a1f;
  top: calc(316 / 1440 * 100vw);
  height: calc(450 / 1440 * 100vw);
}

.index_page .un_topMainVisual .bl_slideBlock {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: calc(24 / 1440 * 100vw);
  position: relative;
}

.index_page .un_topMainVisual .bl_slideBlock__nav {
  width: calc(828 / 1440 * 100vw);
  top: calc(218 / 1440 * 100vw);
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: 999;
}

.index_page .un_topMainVisual .bl_slideBlock__nav .swiper-button-next,
.index_page .un_topMainVisual .bl_slideBlock__nav .swiper-button-prev {
  width: 48px;
}

.index_page .un_topMainVisual .bl_slideBlock__nav .swiper-button-next img,
.index_page .un_topMainVisual .bl_slideBlock__nav .swiper-button-prev img {
  width: 100%;
  vertical-align: bottom;
}

.index_page .un_topMainVisual .bl_slideBlock__nav .swiper-button-next {
  right: -15px;
}

.index_page .un_topMainVisual .bl_slideBlock__nav .swiper-button-prev {
  left: -15px;
}

.index_page .un_topMainVisual .bl_slideBlock__nav .swiper-button-next,
.index_page .un_topMainVisual .bl_slideBlock__nav .swiper-button-prev {
  cursor: pointer;
}

.index_page .un_topMainVisual .bl_slideBlock__nav .swiper-button-next::after,
.index_page .un_topMainVisual .bl_slideBlock__nav .swiper-button-prev::after {
  content: none;
}

.index_page .un_topMainVisual .bl_postMainVisual__picBlock {
  width: calc(828 / 1440 * 100vw);
  margin: 0 calc(27 / 1440 * 100vw);
}

.index_page .un_topMainVisual .bl_top_swiper_layout {
  height: calc(436 / 1440 * 100vw) !important;
}

.index_page .top_banner_block {
  position: relative;
  z-index: 10;
  margin: -40px auto 100px;
  max-width: 1100px;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.index_page .top_banner_block a:hover {
  opacity: 1;
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  /* 明るくする */
}

.index_page .top_banner_block img {
  width: 100%;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.index_page .un_bnr_campaign {
  padding-top: 30px;
  position: relative;
  z-index: 100;
  margin: auto;
  max-width: 900px;
}

.index_page .un_bnr_campaign ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index_page .un_bnr_campaign ul li {
  width: 550px;
}

.index_page .un_bnr_campaign ul li + li {
  padding-left: 30px;
}

.index_page .un_bnr_campaign img {
  width: 100%;
}

.index_page .un_topNews {
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(40 / 1440 * 100vw) calc(60 / 1440 * 100vw) calc(36 / 1440 * 100vw);
  background-color: #981a1f;
}

.index_page .un_topNews__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.index_page .un_topNews .el_top_list_title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.05em;
  width: 100%;
  font-size: calc(21 / 1440 * 100vw);
  padding-bottom: calc(7 / 1440 * 100vw);
  margin-bottom: calc(10 / 1440 * 100vw);
  border-bottom: 1px solid #af4d51;
}

.index_page .un_topNews .el_top_list_title span {
  margin-left: calc(10 / 1440 * 100vw);
  font-size: calc(13 / 1440 * 100vw);
}

.index_page .un_topNews .bl_newsBlock {
  width: 50%;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index_page .un_topNews .bl_newsBlock__inner {
  position: relative;
}

.index_page .un_topNews .bl_newsBlock__postBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index_page .un_topNews .bl_newsBlock__postBox ul {
  margin-top: 4px;
}

.index_page .un_topNews .bl_newsBlock__postBox ul li {
  line-height: 1.65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index_page .un_topNews .bl_newsBlock__postBox ul li:nth-of-type(n + 2) {
  margin-top: calc(6 / 1440 * 100vw);
}

.index_page .un_topNews .bl_newsBlock__postBox ul li time {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #daba9f;
  line-height: 1.5em;
  font-size: calc(13 / 1440 * 100vw);
  padding-right: 10px;
}

.index_page .un_topNews .bl_newsBlock__postBox ul li p {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: calc(13 / 1440 * 100vw);
}

.index_page .un_topNews .bl_newsBlock__btnBox {
  position: absolute;
  right: 0;
  bottom: 0;
}

.index_page .un_topNews .bl_newsBlock__btnBox a {
  display: inline-block;
  padding-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.86;
  letter-spacing: 0.09em;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
  border-bottom: 2px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: calc(12 / 1440 * 100vw);
}

.index_page .un_topNews .bl_rankingBlock {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index_page .un_topNews .bl_rankingBlock__inner {
  position: relative;
}

.index_page .un_topNews .bl_rankingBlock__postBox ul li:nth-of-type(1) a .el_ranking_number p {
  color: #ff9900;
}

.index_page .un_topNews .bl_rankingBlock__postBox ul li:nth-of-type(2) a .el_ranking_number p {
  color: #c4c4c4;
}

.index_page .un_topNews .bl_rankingBlock__postBox ul li:nth-of-type(3) a .el_ranking_number p {
  color: #f7ad6e;
}

.index_page .un_topNews .bl_rankingBlock__postBox ul li + li {
  margin-top: 10px;
}

.index_page .un_topNews .bl_rankingBlock__postBox ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index_page .un_topNews .bl_rankingBlock__postBox ul li a .el_ranking_number {
  width: 18px;
  min-width: 18px;
  max-height: 18px;
  padding: 3px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50em;
  background-color: #6d171a;
  margin-right: 8px;
}

.index_page .un_topNews .bl_rankingBlock__postBox ul li a .el_ranking_number p {
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #fff;
}

.index_page .un_topNews .bl_rankingBlock__postBox ul li a .el_file_number {
  margin-left: 5px;
}

.index_page .un_topNews .bl_rankingBlock__postBox ul li a .el_ranking_category {
  margin-right: 30px;
  min-width: 90px;
  width: 90px;
}

.index_page .un_topNews .bl_rankingBlock__postBox ul li a .el_ranking_category p {
  font-weight: 600;
  font-size: calc(12 / 1440 * 100vw);
  color: #ffffff;
  line-height: 1.65;
}

.index_page .un_topNews .bl_rankingBlock__postBox ul li a .el_ranking_title p {
  font-weight: 600;
  font-size: calc(13 / 1440 * 100vw);
  line-height: 1.65;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.index_page .un_topSearch {
  background: #fdfbf5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 calc(60 / 1440 * 100vw) calc(80 / 1440 * 100vw);
}

.index_page .un_topPostVisual {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(82 / 1440 * 100vw) calc(60 / 1440 * 100vw) calc(160 / 1440 * 100vw);
}

.index_page .un_topPostVisual::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 476px;
}

.index_page .un_topPostVisual::after {
  content: '';
  position: absolute;
  top: 476px;
  left: 0;
  width: 100%;
  height: 346px;
}

.index_page .un_topPostVisual .bl_postMainVisual__txtBlock {
  max-width: 230px;
}

.index_page .un_topPostVisual .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory strong.is-sp {
  display: none;
}

.index_page .un_topPostVisual .bl_postMainVisual__txtBlock .bl_postMainVisual__paperBox {
  overflow: hidden;
  margin-top: calc(24 / 1440 * 100vw);
}

.index_page .un_topPostVisual .bl_postMainVisual__txtBlock .bl_postMainVisual__paperBox .el_postMainVisual__paperPic {
  float: left;
  margin-top: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index_page .un_topPostVisual .bl_postMainVisual__txtBlock .bl_postMainVisual__paperBox .el_postMainVisual__paperPic img {
  max-width: 70px;
}

.index_page .un_topPostVisual .bl_postMainVisual__txtBlock .bl_postMainVisual__paperBox .el_postMainVisual__copywide {
  margin-top: 0;
  line-height: 1.7;
  width: 100%;
  float: right;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.03em;
}

.index_page .un_topPostVisual .bl_postMainVisual__txtBlock .bl_postMainVisual__paperBox .el_postMainVisual__copyTxt {
  margin-top: 0;
  line-height: 1.7;
  width: 65%;
  float: right;
}

.index_page .un_topPostVisual .bl_postMainVisual__txtBlock .el_postMainVisual__moreBtn {
  margin-top: calc(18 / 1440 * 100vw);
}

.index_page .un_topPostVisual .bl_postMainVisual__txtBlock .el_postMainVisual__moreBtn a {
  position: relative;
  display: inline-block;
  width: 132px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #fff;
  padding: 10px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
}

.index_page .un_topPostVisual .bl_postMainVisual__txtBlock .el_postMainVisual__moreBtn a::before {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: url("../img/common/pic_arrow_white.svg") no-repeat center center/contain;
}

.index_page .un_topPostVisual .bl_postMainVisual__txtBlock .el_postMainVisual__moreBtnLine {
  margin-top: calc(10 / 1440 * 100vw);
  padding-bottom: 10px;
  border-bottom: 2px solid #daba9f;
  display: inline-block;
}

.index_page .un_topPostVisual .bl_postMainVisual__txtBlock .el_postMainVisual__moreBtnLine a {
  display: block;
}

.index_page .un_topPostVisual .bl_postMainVisual__txtBlock .el_postMainVisual__moreBtnLine a span {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  letter-spacing: 0.002em;
  color: #fff;
  font-size: calc(13 / 1440 * 100vw);
}

.index_page .un_topPostVisual .el_articleMore__btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: calc(60 / 1440 * 100vw);
}

.index_page .un_topPostVisual .el_articleMore__btn a {
  padding: 16px 4px;
  font-size: 16px;
}

.index_page .un_topPostVisual .el_articleMore__btn a span i {
  top: 0;
}

.index_page .un_topPostVisual .el_postMainVisual__shopName span {
  letter-spacing: 0.09em;
  color: #9f6e44;
  padding: calc(6 / 1440 * 100vw) calc(10 / 1440 * 100vw);
  font-size: calc(17 / 1440 * 100vw);
}

.index_page .un_topPostVisual--dancho::before {
  background: url("/assets/img/top/bg_dancho_mainvisual01.jpg") center/cover no-repeat;
}

.index_page .un_topPostVisual--dancho::after {
  background: url("/assets/img/top/bg_dancho_mainvisual02.jpg") center/cover no-repeat;
}

.index_page .un_topPostVisual--dancho .el_articleMore__btn a {
  max-width: 294px;
}

.index_page .un_topPostVisual--ani::before {
  background: url("/assets/img/top/bg_ani_mainvisual01.jpg") center/cover no-repeat;
}

.index_page .un_topPostVisual--ani::after {
  background: url("/assets/img/top/bg_ani_mainvisual02.jpg") center/cover no-repeat;
}

.index_page .un_topPostVisual--ani .bl_postMainVisual__paperBox {
  margin-top: calc(30 / 1440 * 100vw) !important;
}

.index_page .un_topPostVisual--ani .bl_postMainVisual__paperBox .el_postMainVisual__copyTxt {
  float: right;
  width: calc(100% - 88px);
}

.index_page .un_topPostVisual--ani .el_articleMore__btn a {
  max-width: 276px;
}

.index_page .un_topPostVisual--nomi::before {
  background: url("/assets/img/top/bg_ani_mainvisual01.jpg") center/cover no-repeat;
  height: 498px;
  z-index: 1;
}

.index_page .un_topPostVisual--nomi::after {
  background: url("/assets/img/top/bg_ani_mainvisual02.jpg") center/cover no-repeat;
}

.index_page .un_topPostVisual--nomi .bl_postMainVisual__paperBox {
  margin-top: calc(30 / 1440 * 100vw) !important;
}

.index_page .un_topPostVisual--nomi .bl_postMainVisual__paperBox .el_postMainVisual__copyTxt {
  float: right;
  width: calc(100% - 88px);
}

.index_page .un_topPostVisual--nomi .el_articleMore__btn a {
  max-width: 276px;
}

.index_page .un_topPostVisual--kenbun::before {
  background: url("/assets/img/top/bg_sakka.jpg") center/cover no-repeat;
}

.index_page .un_topPostVisual--kenbun::after {
  background: url("/assets/img/top/bg_sakka.jpg") center/cover no-repeat;
}

.index_page .un_topPostVisual--kenbun .bl_postMainVisual__paperBox {
  margin-top: calc(30 / 1440 * 100vw) !important;
}

.index_page .un_topPostVisual--kenbun .bl_postMainVisual__paperBox .el_postMainVisual__copyTxt {
  float: right;
  width: calc(100% - 88px);
}

.index_page .un_topPostVisual--kenbun .el_articleMore__btn a {
  max-width: 326px;
}

.index_page .un_topPostVisual--marathon::before {
  background: url("/assets/img/top/bg_marathon_mainvisual01.jpg") center/cover no-repeat;
}

.index_page .un_topPostVisual--marathon::after {
  background: url("/assets/img/top/bg_marathon_mainvisual02.jpg") center/cover no-repeat;
}

.index_page .un_topPostVisual--marathon .bl_postMainVisual__paperBox {
  margin-top: calc(30 / 1440 * 100vw) !important;
}

.index_page .un_topPostVisual--marathon .bl_postMainVisual__paperBox .el_postMainVisual__copyTxt {
  float: right;
  width: calc(100% - 88px);
}

.index_page .un_topPostVisual--marathon .el_articleMore__btn a {
  max-width: 326px;
}

.index_page .un_topPostVisual--potato::before {
  background: url("/assets/img/top/bg_potato_mainvisual01.jpg") center/cover no-repeat;
}

.index_page .un_topPostVisual--potato::after {
  background: url("/assets/img/top/bg_potato_mainvisual02.jpg") center/cover no-repeat;
}

.index_page .un_topPostVisual--potato .bl_postMainVisual__paperBox {
  margin-top: calc(26 / 1440 * 100vw) !important;
}

.index_page .un_topPostVisual--potato .el_articleMore__btn a {
  max-width: 312px;
}

.index_page .un_topPostVisual--sakka::before {
  background: url("/assets/img/top/bg_sakka.jpg") center/cover no-repeat;
  height: 560px;
}

.index_page .un_topPostVisual .bl_columnPost {
  margin-top: calc(90 / 1440 * 100vw);
}

.list_page .un_listMainVisual {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(38 / 1440 * 100vw) calc(60 / 1440 * 100vw) calc(80 / 1440 * 100vw);
}

.list_page .un_listMainVisual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 438px;
  background: url("/assets/img/list/bg_mainvisual01.jpg") center/cover no-repeat;
}

.list_page .un_listMainVisual::after {
  content: "";
  position: absolute;
  top: 438px;
  left: 0;
  width: 100%;
  height: 346px;
  background: url("/assets/img/list/bg_mainvisual02.jpg") center/cover no-repeat;
}

.list_page .un_listPost .bl_columnPost {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 calc(60 / 1440 * 100vw);
}

.list_page .un_listPost .bl_articleMore {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(100 / 1440 * 100vw) 0 calc(120 / 1440 * 100vw);
}

.list_page .un_listPost .bl_articleMore a {
  max-width: 274px;
}

.shoplist_page .un_shopMainVisual {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(40 / 1440 * 100vw) calc(60 / 1440 * 100vw) calc(25 / 1440 * 100vw);
}

.shoplist_page .un_shopMainVisual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url("/assets/img/shoplist/bg_mainvisual01.jpg") center/cover no-repeat;
  height: calc(389 / 1440 * 100vw);
}

.shoplist_page .un_shopMainVisual::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: url("/assets/img/shoplist/bg_mainvisual02.jpg") center/cover no-repeat;
  top: calc(389 / 1440 * 100vw);
  height: calc(350 / 1440 * 100vw);
}

.shoplist_page .un_shopPost {
  position: relative;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(60 / 1440 * 100vw) calc(60 / 1440 * 100vw) calc(160 / 1440 * 100vw);
}

.shoplist_page .un_shopPost .bl_columnShopPost {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_headingShopPost__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 3px solid #42210B;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_headingShopPost__top .el_headingShopPost_top_schema {
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -35px;
  margin-top: -10px;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_headingShopPost__top .el_headingShopPost_top_schema .el_headingShopPost_schema_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 35px;
  margin-top: 10px;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_headingShopPost__top .el_headingShopPost_top_schema .el_headingShopPost_schema_item__title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .01em;
  color: #888888;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_headingShopPost__top .el_headingShopPost_top_schema .el_headingShopPost_schema_item__text {
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 700;
  color: #42210B;
  line-height: 1.3;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_headingShopPost__top .el_headingShopPost_top_schema .el_headingShopPost_schema_item__text span + span {
  margin-left: 25px;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_headingShopPost__top .el_headingShopSearch {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_headingShopPost__bottom {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_headingShopPost__bottom .el_headingShopPost_bottom_note {
  font-weight: 500;
  line-height: 1.43;
  color: #272727;
  font-size: calc(14 / 1440 * 100vw);
  margin-left: auto;
  padding-left: 10px;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_headingShopPost__bottom .el_headingShopPost_bottom_note img {
  position: relative;
  top: -4px;
  vertical-align: middle;
  width: 100%;
  margin-right: 6px;
  max-width: calc(21 / 1440 * 100vw);
  opacity: 1 !important;
}

.shoplist_page .un_shopPost .bl_columnShopPost__unit {
  width: 100%;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 30px;
}

.shoplist_page .un_shopPost .bl_columnShopPost__unit + .bl_columnShopPost__unit {
  margin-top: 60px;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostTitle {
  font-family: Noto Sans;
  font-weight: 600;
  font-size: 31px;
  color: #981A1F;
  margin-bottom: 25px;
  line-height: 1.65;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostList__left, .shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostList__right {
  width: calc(50% - 20px);
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostList ul li {
  border-bottom: 1px solid #EBEAE7;
  border-top: 1px solid #EBEAE7;
  margin-top: -1px;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostList ul li .el_ShopPostList_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostList ul li .el_ShopPostList_unit__title {
  padding: 15px 0 12px 18px;
  background-color: #FDFBF5;
  min-width: 130px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostList ul li .el_ShopPostList_unit__title p {
  font-family: Noto Sans;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .05em;
  color: #42210B;
  line-height: 1.8;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostList ul li .el_ShopPostList_unit__detail {
  padding: 15px 0 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostList ul li .el_ShopPostList_unit__detail p {
  font-family: Noto Sans;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.8;
  color: #272727;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_more_info {
  margin: 15px 0 30px;
  text-align: right;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_more_info button {
  font-family: Hiragino Sans;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  letter-spacing: .85px;
  color: #9F8273;
  padding-bottom: 10px;
  border-bottom: 1px solid #9F8273;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostTag {
  margin-top: 40px;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostTag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -10px 0 0;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostTag ul li {
  margin: 10px 10px 0 0;
  border-radius: 50em;
  padding: 10px 25px;
  font-family: Hiragino Sans;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #9F8273;
  background: #F4F0E5;
  cursor: pointer;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostRelation {
  margin-top: 25px;
  background-color: #F6F6F6;
  display: block;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostRelation__inner {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostRelation__inner .el_ShopPostRelation_image {
  width: 175px;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostRelation__inner .el_ShopPostRelation_image__content {
  width: 100%;
  padding-top: 68%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostRelation__inner .el_ShopPostRelation_detail {
  margin-left: 30px;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostRelation__inner .el_ShopPostRelation_detail__title {
  font-family: Noto Sans;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .08em;
  color: #42210B;
  margin-bottom: 20px;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostRelation__inner .el_ShopPostRelation_detail__text span {
  display: block;
  font-family: Noto Sans;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.49;
  color: #981A1F;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_web_link {
  font-family: Noto Sans;
  font-weight: 500;
  font-size: 12px;
  color: #911116;
  word-break: break-word;
  line-height: 1.4;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_map_link {
  font-family: Noto Sans;
  font-weight: 600;
  font-size: 12px;
  color: #981A1F;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_map_link::before {
  position: relative;
  top: 1px;
  display: inline-block;
  padding: 0 4px 0 1px;
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #981A1F;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_phone_link {
  font-family: Noto Sans;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .07em;
  color: #981A1F;
}

.shoplist_page .un_shopPost .bl_columnShopPost .el_phone_link::before {
  display: inline-block;
  padding-left: 6px;
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  font-size: 13px;
  color: #981A1F;
}

.article_page.twitter_campaign .main_visual_block__img {
  width: 100%;
}

.article_page.twitter_campaign .main_visual_block__img img {
  vertical-align: bottom;
  width: 100%;
}

.article_page.twitter_campaign .features_area_block__bg {
  width: 100%;
}

.article_page.twitter_campaign .features_area_block__bg img {
  width: 100%;
}

.article_page.twitter_campaign .features_area_block__inner {
  position: relative;
}

.article_page.twitter_campaign .features_area_block__img {
  position: absolute;
  top: calc(61 / 1440 * 100vw);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1077px;
}

.article_page.twitter_campaign .features_area_block__img img {
  width: 100%;
}

.article_page.twitter_campaign .features_main_block {
  background: #981a1f;
  padding: 0 20px 249px;
}

.article_page.twitter_campaign .features_main_block__ineer {
  max-width: 1200px;
  margin: -385px auto 0;
  position: relative;
  z-index: 2;
}

.article_page.twitter_campaign .features_main_block__color-container {
  background: #f5efe6;
  border-radius: 8px;
  padding-top: 270px;
  padding-bottom: 149px;
  margin-top: -280px;
}

.article_page.twitter_campaign .features_main_block .features_panel_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.article_page.twitter_campaign .features_main_block .features_panel_list__lantern {
  position: absolute;
}

.article_page.twitter_campaign .features_main_block .features_panel_list__item {
  max-width: 382px;
}

.article_page.twitter_campaign .features_main_block .features_panel_list__item img {
  width: 100%;
}

.article_page.twitter_campaign .features_main_block .features_panel_list__item--release {
  position: relative;
}

.article_page.twitter_campaign .features_main_block .features_panel_list__item--release::before, .article_page.twitter_campaign .features_main_block .features_panel_list__item--release::after {
  pointer-events: none;
  position: absolute;
  display: block;
  content: '';
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  z-index: 1;
}

.article_page.twitter_campaign .features_main_block .features_panel_list__item--release::before {
  background-image: url("/assets/img/twitter/pic_lantern.png"), url("/assets/img/twitter/pic_lantern_hover.png");
  background-size: contain, 0 0;
  width: calc(263 / 1440 * 100vw);
  height: calc(155 / 1440 * 100vw);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

.article_page.twitter_campaign .features_main_block .features_panel_list__item--release::after {
  width: calc(107 / 1440 * 100vw);
  height: calc(107 / 1440 * 100vw);
  bottom: 0;
  right: 0;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

.article_page.twitter_campaign .features_main_block .features_panel_list__item--01::after {
  background-image: url("/assets/img/twitter/ico_feature_date01.png"), url("/assets/img/twitter/ico_feature_date01_hover.png");
  background-size: contain, 0 0;
}

.article_page.twitter_campaign .features_main_block .features_panel_list__item--02::after {
  background-image: url("/assets/img/twitter/ico_feature_date02.png"), url("/assets/img/twitter/ico_feature_date02_hover.png");
  background-size: contain, 0 0;
}

.article_page.twitter_campaign .features_main_block .features_panel_list__item--03::after {
  background-image: url("/assets/img/twitter/ico_feature_date03.png"), url("/assets/img/twitter/ico_feature_date03_hover.png");
  background-size: contain, 0 0;
}

.article_page.twitter_campaign .features_main_block .features_panel_list__item--comingsoon {
  pointer-events: none;
}

.article_page.twitter_campaign .features_main_block .features_panel_list__item a:hover {
  opacity: 1;
}

.article_page.twitter_campaign .features_past_articles {
  padding: 39px 60px 92px;
}

.article_page.twitter_campaign .features_past_articles__title {
  font-family: 'Noto Serif JP';
  font-weight: 700;
  font-size: 22px;
  line-height: 1.43;
  letter-spacing: 0.05em;
  color: #3b0e16;
  margin-bottom: 23px;
}

.article_page.twitter_campaign .features_past_articles .features_past_articles_list {
  font-family: 'Noto Serif JP';
  font-weight: 600;
  font-size: 14px;
  line-height: 1.43;
  color: #981a1f;
}

.article_page.twitter_campaign .features_past_articles .features_past_articles_list__item {
  border-bottom: 1px solid #e2e2e2;
  padding: 13px 0 15px 14px;
}

.article_page.twitter_campaign .features_past_articles .features_past_articles_list__item:first-child {
  border-top: 1px solid #e2e2e2;
}

.article_page.twitter_campaign .features_past_articles .features_past_articles_list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article_page.twitter_campaign .features_past_articles .features_past_articles_list__unit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 329px;
}

.article_page.twitter_campaign .features_past_articles .features_past_articles_list__unit::before {
  position: absolute;
  display: block;
  content: '';
  background-image: url("/assets/img/twitter/ico_arrow_right.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 7px;
  height: 13px;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.article_page.twitter_campaign .features_past_articles .features_past_articles_list__date {
  -ms-flex-preferred-size: 79px;
  flex-basis: 79px;
}

.article_page.twitter_campaign .features_past_articles .features_past_articles_list__title {
  margin-left: 28px;
  margin-right: 53px;
}

.article_page.twitter_campaign .features_past_articles .features_past_articles_list__text {
  font-size: 15px;
}

.article_page.twitter_campaign .features_main_block_banner {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 120px;
}

.article_page.twitter_campaign .features_main_block_banner img {
  width: 100%;
}

.article_page.twitter_campaign .features_main_block_search {
  width: 47%;
  margin: 0 auto;
}

.article_page.twitter_campaign .features_main_block_search img {
  width: 100%;
}

.article_page.twitter_campaign .campaign_banner_finish {
  position: relative;
}

.article_page.twitter_campaign .campaign_banner_finish::before, .article_page.twitter_campaign .campaign_banner_finish::after {
  position: absolute;
  display: block;
  content: '';
}

.article_page.twitter_campaign .campaign_banner_finish::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
}

.article_page.twitter_campaign .campaign_banner_finish::after {
  width: 960px;
  height: 430px;
  background-image: url("../img/twitter/pic_campaign_finish.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 6;
}

.article_page.twitter_campaign .campaign_banner {
  width: 100%;
  height: 428px;
  background-image: url("/assets/img/twitter/mainvisual_sub02.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.article_page.twitter_campaign .campaign_banner__title {
  max-width: 945px;
  margin: 0 auto;
  padding-top: 71px;
}

.article_page.twitter_campaign .campaign_banner__title img {
  width: 100%;
}

.article_page.twitter_campaign .campaign_banner__img {
  max-width: 868px;
  margin: 50px auto 0;
}

.article_page.twitter_campaign .campaign_banner__img img {
  width: 100%;
}

.article_page.twitter_campaign .campaign_banner_bottom {
  padding-top: 220px;
  padding-bottom: 15px;
  background: #f5efe6;
}

.article_page.twitter_campaign .campaign_banner_bottom__inner {
  max-width: 799px;
  margin: 0 auto;
}

.article_page.twitter_campaign .campaign_banner_bottom__box {
  text-align: center;
  background: #fbf4ee;
  border: 1px solid #d6caac;
  border-radius: 5px;
}

.article_page.twitter_campaign .campaign_banner_bottom__title {
  font-family: 'Noto Serif JP';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.11em;
  color: #571613;
  padding: 19px 20px;
}

.article_page.twitter_campaign .campaign_banner_bottom__twitter {
  margin-top: 74px;
}

.article_page.twitter_campaign .campaign_banner_bottom__lead {
  font-family: 'Noto Serif JP';
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #0769ac;
  margin-bottom: 24px;
}

.article_page.twitter_campaign .campaign_banner_bottom__lead span {
  position: relative;
}

.article_page.twitter_campaign .campaign_banner_bottom__lead span::before, .article_page.twitter_campaign .campaign_banner_bottom__lead span::after {
  position: absolute;
  display: block;
  content: '';
  width: 28px;
  height: 1px;
  background-color: #0769ac;
}

.article_page.twitter_campaign .campaign_banner_bottom__lead span::before {
  left: -32px;
  top: 50%;
  -webkit-transform: rotate(61deg) translateY(-50%);
  transform: rotate(61deg) translateY(-50%);
}

.article_page.twitter_campaign .campaign_banner_bottom__lead span::after {
  right: -30px;
  top: 50%;
  -webkit-transform: rotate(-61deg) translateY(-50%);
  transform: rotate(-61deg) translateY(-50%);
}

.article_page.twitter_campaign .campaign_banner_bottom__hash-btn {
  display: block;
  margin: 0 auto 40px;
  font-family: 'Noto Serif JP';
  font-weight: 500;
  font-size: 26px;
  line-height: 2.1;
  text-align: center;
  letter-spacing: 0.11em;
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.33);
  border-radius: 55px;
}

.article_page.twitter_campaign .campaign_banner_bottom__hash-btn a {
  width: 640px;
  display: block;
  background: #279ff2;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 55px;
}

.article_page.twitter_campaign .campaign_banner_bottom__official {
  display: block;
  margin: 0 auto;
  font-family: 'Noto Serif JP';
  font-weight: 700;
  font-size: 26px;
  line-height: 2.1;
  text-align: center;
  letter-spacing: 0.11em;
  color: #279ff2;
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 55px;
}

.article_page.twitter_campaign .campaign_banner_bottom__official a {
  width: 550px;
  display: block;
  background: #ffffff;
  border-radius: 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
}

.article_page.twitter_campaign .campaign_banner_bottom__official a span {
  position: relative;
  padding-left: 43px;
}

.article_page.twitter_campaign .campaign_banner_bottom__official a span::before {
  position: absolute;
  display: block;
  content: '';
  background-image: url("/assets/img/twitter/ico_twitter.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 36px;
  height: 38px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.article_page.twitter_campaign .twitter_api_block--bg-red {
  padding-top: 100px;
  padding-bottom: 414px;
  background: #981a1f;
}

.article_page.twitter_campaign .twitter_api_block__inner {
  background: #fff;
  padding-top: 56px;
  max-width: 1200px;
  margin: -410px auto 121px;
  border-radius: 10px;
}

.article_page.twitter_campaign .twitter_api_block__title {
  position: relative;
  max-width: 708px;
  margin: 0 auto 40px;
  font-family: 'Noto Serif JP';
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.11em;
  color: #ffffff;
}

.article_page.twitter_campaign .twitter_api_block__title::before, .article_page.twitter_campaign .twitter_api_block__title::after {
  position: absolute;
  display: block;
  content: '';
  width: 84px;
  height: 1px;
  background-color: #ffffff;
}

.article_page.twitter_campaign .twitter_api_block__title::before {
  left: -25px;
  top: 50%;
  -webkit-transform: rotate(68deg) translateY(-50%);
  transform: rotate(68deg) translateY(-50%);
}

.article_page.twitter_campaign .twitter_api_block__title::after {
  right: -26px;
  top: 50%;
  -webkit-transform: rotate(-68deg) translateY(-50%);
  transform: rotate(-68deg) translateY(-50%);
}

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.vue-simple-suggest > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vue-simple-suggest.designed {
  position: relative;
}

.vue-simple-suggest.designed, .vue-simple-suggest.designed * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vue-simple-suggest.designed .input-wrapper input {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #cde;
  border-radius: 3px;
  color: black;
  background: white;
  outline: none;
  -webkit-transition: all .1s;
  transition: all .1s;
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
}

.vue-simple-suggest.designed.focus .input-wrapper input {
  border: 1px solid #aaa;
}

.vue-simple-suggest.designed .suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  top: calc(100% + 5px);
  border-radius: 3px;
  border: 1px solid #aaa;
  background-color: #fff;
  opacity: 1;
  z-index: 1000;
}

.vue-simple-suggest.designed .suggestions .suggest-item {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.vue-simple-suggest.designed .suggestions .suggest-item,
.vue-simple-suggest.designed .suggestions .misc-item {
  padding: 5px 10px;
}

.vue-simple-suggest.designed .suggestions .suggest-item.hover {
  background-color: #2874D5 !important;
  color: #fff !important;
}

.vue-simple-suggest.designed .suggestions .suggest-item.selected {
  background-color: #2832D5;
  color: #fff;
}

@media screen and (min-width: 375px) {
  .list_page .un_listPost .bl_articleMore a {
    max-width: 206px;
  }
}

@media screen and (min-width: 769px) {
  .bl_tagList__inner .bl_tagList_list ul li:hover {
    opacity: 0.6;
  }
  .bl_recommend__list ul li:hover {
    opacity: 0.6;
  }
  .article_page.twitter_campaign .features_main_block .features_panel_list__item--release:hover::before {
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
    background-image: url("/assets/img/twitter/pic_lantern_hover.png"), url("/assets/img/twitter/pic_lantern.png");
  }
  .article_page.twitter_campaign .features_main_block .features_panel_list__item--release:hover::after {
    -webkit-transition: background-size 0.3s;
    transition: background-size 0.3s;
  }
  .article_page.twitter_campaign .features_main_block .features_panel_list__item--01:hover::after {
    background-image: url("/assets/img/twitter/ico_feature_date01_hover.png"), url("/assets/img/twitter/ico_feature_date01.png");
  }
  .article_page.twitter_campaign .features_main_block .features_panel_list__item--02:hover::after {
    background-image: url("/assets/img/twitter/ico_feature_date02_hover.png"), url("/assets/img/twitter/ico_feature_date02.png");
  }
  .article_page.twitter_campaign .features_main_block .features_panel_list__item--03:hover::after {
    background-image: url("/assets/img/twitter/ico_feature_date03_hover.png"), url("/assets/img/twitter/ico_feature_date03.png");
  }
}

@media screen and (min-width: 1440px) {
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory {
    padding-left: 40px;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory i {
    font-size: 26px;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory span {
    font-size: 15px;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--kenbun strong img {
    max-width: 170px;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--kenbun span img {
    max-width: 117px;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--dancho strong img {
    max-width: 137px;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--dancho span img {
    max-width: 117px;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--ani strong img {
    max-width: 115px;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--ani span img {
    max-width: 111px;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--nomi strong.auto_max_width_157 img {
    max-width: 157px;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--nomi strong.auto_max_width_191 img {
    max-width: 180px;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--nomi span img {
    max-width: 111px;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--kenbun strong img {
    max-width: 201px !important;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--kenbun span img {
    max-width: 117px;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--marathon strong img {
    max-width: 201px;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--marathon span img {
    max-width: 117px;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--sakka strong img {
    max-width: 184px;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--sakka span img {
    max-width: 92px;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--potato strong img {
    max-width: 163px;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--potato span img {
    max-width: 109px;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__paperPic {
    margin-top: 10px;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__copyTxt {
    margin-top: 14px;
    font-size: 13px;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__copyTxt--nomi {
    margin-top: 7px;
    margin-top: calc(7 / 1440 * 100vw);
    letter-spacing: 0em;
    line-height: 1.4;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__copywide {
    margin-top: 14px;
    font-size: 13px;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__copywide--nomi {
    margin-top: 7px;
    margin-top: calc(7 / 1440 * 100vw);
    letter-spacing: 0em;
    line-height: 1.4;
  }
  .bl_postMainVisual__picBlock {
    height: 436px;
  }
  .bl_postMainVisual__picBlock__txtBox {
    bottom: -24px;
    left: 20px;
  }
  .bl_postMainVisual__picBlock__txtBox .el_postMainVisual__category span {
    padding: 8px 10px;
    font-size: 17px;
  }
  .bl_postMainVisual__picBlock__txtBox .el_postMainVisual__shopName span {
    padding: 2px 10px;
    font-size: 23px;
  }
  .bl_postMainVisual__picBlock__txtBox .el_postMainVisual__tit span {
    padding: 4px 10px;
    font-size: 28px;
  }
  .bl_postMainVisual__picBlock__txtBox .el_postMainVisual__numbering span {
    padding: 7px 10px;
    font-size: 20px;
  }
  .bl_columnPost__inner .bl_columnPost__item {
    margin-right: 28px;
  }
  .bl_columnPost__inner .bl_columnPost__item:nth-of-type(n + 5) {
    margin-top: 110px;
  }
  .bl_columnPost__inner .bl_columnPost__item__picBox {
    height: 348px;
  }
  .bl_columnPost__inner .bl_columnPost__item__txtBox {
    margin-top: 12px;
  }
  .bl_columnPost__inner .bl_columnPost__item__txtBox .el_columnPost__date {
    font-size: 12px;
  }
  .bl_columnPost__inner .bl_columnPost__item__txtBox .el_columnPost__tit {
    margin-top: 5px;
    font-size: 15px;
  }
  .bl_columnShopSearch {
    padding: 32px 48px 50px;
  }
  .bl_columnShopSearch__navBlock {
    margin-top: 34px;
  }
  .bl_columnShopSearch__navBlock .el_navShop li a,
  .bl_columnShopSearch__navBlock .el_navShop li label {
    font-size: 14px;
  }
  .bl_columnShopSearch__areaBlock .el_areaShop__content {
    margin-top: 34px;
  }
  .bl_columnShopSearch__areaBlock .el_areaShop__tit {
    font-size: 12px;
  }
  .bl_columnShopSearch__areaBlock .el_areaShop__txt li span,
  .bl_columnShopSearch__areaBlock .el_areaShop__txt li label {
    font-size: 15px;
  }
  .bl_columnShopSearch__areaBlock .el_listShop {
    margin-top: 10px;
  }
  .bl_columnShopSearch__areaBlock .el_listShop li {
    font-size: 14px;
  }
  .bl_columnShopSearch__areaBlock .el_listShop li::before {
    font-size: 14px;
  }
  .el_headingShopSearch img {
    top: 4px;
    width: 41px;
  }
  .el_headingShopSearch > h2 {
    font-size: 36px;
  }
  .bl_newSeries {
    padding: 58px 60px 90px;
  }
  .bl_newSeries::before {
    height: 374px;
  }
  .bl_newSeries__inner .el_headingNewSeries {
    padding: 0 40px;
    font-size: 28px;
  }
  .bl_newSeries__inner .el_headingNewSeries::before, .bl_newSeries__inner .el_headingNewSeries::after {
    height: 32px;
  }
  .bl_newSeries__inner .bl_newSeries__postBlock {
    margin-top: 50px;
  }
  .bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock {
    height: 363px;
  }
  .bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__txtBlock {
    margin-top: 13px;
  }
  .bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__txtBlock .el_newPost__num {
    font-size: 14px;
  }
  .bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__txtBlock .el_newPost__tit {
    margin-top: 8px;
    font-size: 16px;
  }
  .ly_header__head {
    padding: 16px 60px;
  }
  .ly_header__head__inner {
    padding-left: 316px;
  }
  .ly_header__head__inner .el_head__tit a span {
    padding: 0 30px;
    font-size: 14px;
  }
  .ly_header__head__inner .el_head__tit a span::before, .ly_header__head__inner .el_head__tit a span::after {
    top: 2px;
    height: 18px;
  }
  .ly_header__head__inner .el_head__tit a img {
    margin-top: 13px;
  }
  .ly_header__head__inner .el_hrad__snsBtn a {
    padding: 12px 15px;
    border-radius: 26px;
  }
  .ly_header__head__inner .el_hrad__snsBtn a span {
    padding-left: 8px;
    font-size: 13px;
  }
  .ly_header__groNav {
    padding: 0 60px;
  }
  .ly_header__groNav__inner {
    padding: 8px 0;
  }
  .ly_header__groNav__inner .ly_header__groNav__search {
    width: 254px;
    height: 181px;
  }
  .ly_header__groNav__inner ul li {
    margin-right: 29px;
  }
  .ly_header__groNav__inner ul li a {
    font-size: 17px;
  }
  .ly_header__groNav__inner ul li a img {
    width: 222px;
  }
  .ly_header__groNav__inner ul li a i {
    font-size: 18px;
  }
  .ly_header__catch__inner {
    padding: 16px 60px;
    text-align: left;
  }
  .ly_header__catch__inner .el_catch__txt {
    font-size: 20px;
  }
  .ly_header__catch__inner .el_catch__link ul::before, .ly_header__catch__inner .el_catch__link ul::after {
    width: 32px;
  }
  .ly_header__catch__inner .el_catch__link ul::before {
    top: 12px;
    -webkit-transform: translate(-38px, 0) rotate(18deg);
    transform: translate(-38px, 0) rotate(18deg);
  }
  .ly_header__catch__inner .el_catch__link ul::after {
    bottom: 12px;
    -webkit-transform: translate(-38px, 0) rotate(-18deg);
    transform: translate(-38px, 0) rotate(-18deg);
  }
  .ly_header__catch__inner .el_catch__link ul li {
    width: 71px;
  }
  .ly_footer__head {
    padding: 100px 60px 143px;
  }
  .ly_footer__head .ly_footer__shareBlock {
    margin-top: 146px;
  }
  .ly_footer__head .ly_footer__shareBlock .el_share__tit {
    padding: 0 40px;
    font-size: 21px;
  }
  .ly_footer__head .ly_footer__shareBlock .el_share__tit::before, .ly_footer__head .ly_footer__shareBlock .el_share__tit::after {
    height: 36px;
  }
  .ly_footer__head .ly_footer__shareBlock .el_share__sns {
    margin-top: 32px;
  }
  .bl_tagList {
    padding: 60px 60px 50px;
  }
  .bl_freeWord input {
    font-size: 16px;
    padding: 15px;
  }
  .bl_freeWord__area {
    margin-right: 10px;
  }
  .bl_freeWord__keyword {
    margin-right: 10px;
  }
  .bl_freeWord button {
    font-size: 20px;
    padding: 12px 0 12px 75px;
    height: 54px;
  }
  .bl_freeWord button::before {
    width: 21px;
    height: 31px;
    left: 45px;
    top: 12px;
  }
  .article_page .un_articleMainVisual {
    padding: 50px 60px 20px;
  }
  .article_page .un_articleMainVisual.is-goDrink {
    padding: 50px 60px 0;
  }
  .article_page .un_articleMainVisual::before {
    height: 710px;
  }
  .article_page .un_articleMainVisual .bl_articleMovieTitle__main {
    max-width: 660px;
  }
  .article_page .un_articleMainVisual .bl_articleMainVisual__picBlock {
    height: 530px;
  }
  .article_page .un_articleMainVisual .bl_articleMainVisual__txtBlock {
    bottom: -22px;
    left: 100px;
  }
  .article_page .un_articleMainVisual .bl_articleMainVisual__txtBlock .el_articleMainVisual__category span {
    padding: 12px;
    font-size: 20px;
  }
  .article_page .un_articleMainVisual .bl_articleMainVisual__txtBlock .el_articleMainVisual__numbering span {
    padding: 8px 12px;
    font-size: 20px;
  }
  .article_page .un_articleMainVisual .bl_articleMainVisual__txtBlock .el_articleMainVisual__tit span {
    padding: 2px 12px;
    font-size: 28px;
  }
  .article_page .un_articleMainVisual .bl_articleMainVisual .el_articleMainVisual__date {
    margin-top: 40px;
    padding-left: 104px;
    font-size: 15px;
  }
  .article_page .bl_goDrink_overview {
    margin: 20px auto 40px;
  }
  .article_page .bl_goDrink_overview__inner {
    padding: 0 100px 0 200px;
  }
  .article_page .bl_article_tagList {
    margin: 0 auto 90px;
    padding: 40px 20px 0;
  }
  .article_page .un_articlePost {
    padding: 70px 60px 128px;
  }
  .article_page .un_articleInfo {
    padding: 80px 60px 100px;
  }
  .article_page .un_articleInfo .bl_articleInfo__inner__txtBlock .el_articleInfo__titSub {
    font-size: 15px;
  }
  .article_page .un_articleInfo .bl_articleInfo__inner__txtBlock .el_articleInfo__tit {
    font-size: 32px;
  }
  .article_page .un_articleInfo .bl_articleInfo__inner__txtBlock .el_articleInfo__item {
    margin-top: 22px;
  }
  .article_page .un_articleInfo .bl_articleInfo__mapBlock {
    margin-top: 68px;
  }
  .article_page .un_articleInfo .bl_articleInfo__mapBlock .el_articleInfo__note {
    margin-top: 26px;
  }
  .article_page .bl_article__shareBlock {
    margin-top: 70px;
  }
  .article_page .bl_article__shareBlock .el_share__tit {
    padding: 0 40px;
    font-size: 21px;
  }
  .article_page .bl_article__shareBlock .el_share__tit::before, .article_page .bl_article__shareBlock .el_share__tit::after {
    height: 36px;
  }
  .article_page .bl_article__shareBlock .el_share__sns {
    margin-top: 32px;
  }
  .article_page .un_articleTw .bl_articleTw {
    padding: 80px 60px 40px;
  }
  .article_page .un_articleTw .bl_articleTw .el_articleTw__tit strong {
    font-size: 30px;
  }
  .article_page .un_articleTw .bl_articleTw .el_articleTw__tit strong i {
    font-size: 47px;
  }
  .article_page .un_articleTw .bl_articleTw .el_articleTw__tit span {
    font-size: 26px;
  }
  .article_page .un_articleTw .bl_articleTw .bl_articleTw__tlBlock {
    margin: 30px auto 0;
  }
  .article_page .un_articleTw .bl_tweetTw {
    padding: 40px 60px 80px;
  }
  .article_page .un_articleTw .bl_tweetTw .el_tweetTw__btn a,
  .article_page .un_articleTw .bl_tweetTw .el_tweetTw__btn input {
    margin-top: 40px;
  }
  .article_page .bl_articleMore {
    padding: 110px 60px 120px;
  }
  .article_page .un_shopSearch {
    margin-top: 10px;
    padding: 80px 60px 70px;
  }
  .article_page .post-box {
    width: 713px;
  }
  .article_page .tweet-txt-box {
    padding: 18px 24px;
    font-size: 16px;
  }
  .article_page .akaboshi-info-txt {
    padding: 9px 24px;
  }
  .article_page #tweetResult {
    width: 713px;
  }
  .campaign_page .bl_campaign__inner {
    width: 1200px;
  }
  .campaign_page .bl_campaign__inner .bl_campaign__list01 .el_campaign__list01_01 {
    width: 820px;
  }
  .campaign_page .bl_campaign__inner .bl_campaign__list01 .bl_articleMainVisual .el_campaign__list01_02 {
    width: 180px;
    left: -180px;
  }
  .campaign_page .bl_campaign__inner .bl_campaign__list01 .bl_articleMainVisual .el_campaign__list01_03 {
    width: 122px;
    right: -122px;
  }
  .campaign_page .bl_campaign__inner .bl_campaign__list03 .bl_campaign__list03_txt {
    width: 500px;
  }
  .campaign_page .bl_campaign__inner .bl_campaign__list03 .bl_campaign__list03_main {
    width: 820px;
  }
  .campaign_page .bl_campaign__inner .bl_campaign__list03 .bl_campaign__list03_main a {
    width: 266px;
  }
  .ly_footer__shareBlock--campaign {
    margin-top: 0 !important;
  }
  .campaign02_page .bl_campaign__footer {
    padding: 47px 20px 80px;
  }
  .campaign02_page .bl_campaign__footer img {
    width: 675px;
  }
  .campaign02_page .bl_campaign_foot {
    height: 750px;
    margin-top: 230px;
    padding-top: 110px;
  }
  .campaign02_page .bl_campaign_foot__title {
    width: 700px;
    top: -195px;
  }
  .campaign02_page .bl_campaign_foot__text {
    width: 995px;
  }
  .campaign02_page .un_topMainVisual {
    padding-top: 28px;
  }
  .campaign02_page .un_topMainVisual .bl_slideBlock {
    padding-bottom: 24px;
  }
  .campaign02_page .un_topMainVisual .bl_slideBlock__nav {
    width: 828px;
  }
  .campaign02_page .un_topMainVisual .bl_postMainVisual__picBlock::after {
    width: 128px;
    height: 128px;
    top: -30px;
    right: -30px;
  }
  .campaign02_page .un_topMainVisual .bl_postMainVisual__picBlock {
    width: 828px;
    margin: 0 27px;
  }
  .campaign02_page .un_topMainVisual .bl_top_swiper_layout {
    height: 436px !important;
  }
  .index_page .un_topMainVisual {
    padding-top: 30px;
  }
  .index_page .un_topMainVisual::before {
    top: 316px;
    height: 450px;
  }
  .index_page .un_topMainVisual .bl_slideBlock {
    padding-bottom: 24px;
  }
  .index_page .un_topMainVisual .bl_slideBlock__nav {
    width: 828px;
    top: 218px;
  }
  .index_page .un_topMainVisual .bl_postMainVisual__picBlock {
    width: 828px;
    margin: 0 27px;
  }
  .index_page .un_topMainVisual .bl_top_swiper_layout {
    height: 436px !important;
  }
  .index_page .un_topNews {
    padding: 40px 60px 36px;
  }
  .index_page .un_topNews .el_top_list_title {
    font-size: 21px;
    padding-bottom: 7px;
    margin-bottom: 10px;
  }
  .index_page .un_topNews .el_top_list_title span {
    margin-left: 10px;
    font-size: 13px;
  }
  .index_page .un_topNews .bl_newsBlock__postBox ul li:nth-of-type(n + 2) {
    margin-top: 6px;
  }
  .index_page .un_topNews .bl_newsBlock__postBox ul li time {
    font-size: 13px;
  }
  .index_page .un_topNews .bl_newsBlock__postBox ul li p {
    font-size: 13px;
  }
  .index_page .un_topNews .bl_newsBlock__btnBox a {
    font-size: 12px;
  }
  .index_page .un_topNews .bl_rankingBlock__postBox ul li a .el_ranking_category p {
    font-size: 12px;
  }
  .index_page .un_topNews .bl_rankingBlock__postBox ul li a .el_ranking_title p {
    font-size: 13px;
  }
  .index_page .un_topSearch {
    padding: 0 60px 80px;
  }
  .index_page .un_topPostVisual {
    padding: 82px 60px 160px;
  }
  .index_page .un_topPostVisual .bl_postMainVisual__txtBlock .bl_postMainVisual__paperBox {
    margin-top: 24px;
  }
  .index_page .un_topPostVisual .bl_postMainVisual__txtBlock .el_postMainVisual__moreBtn {
    margin-top: 18px;
  }
  .index_page .un_topPostVisual .bl_postMainVisual__txtBlock .el_postMainVisual__moreBtnLine {
    margin-top: 10px;
  }
  .index_page .un_topPostVisual .bl_postMainVisual__txtBlock .el_postMainVisual__moreBtnLine a span {
    font-size: 13px;
  }
  .index_page .un_topPostVisual .el_articleMore__btn {
    padding-top: 60px;
  }
  .index_page .un_topPostVisual .el_postMainVisual__shopName span {
    padding: 6px 10px;
    font-size: 17px;
  }
  .index_page .un_topPostVisual--ani .bl_postMainVisual__paperBox {
    margin-top: 30px !important;
  }
  .index_page .un_topPostVisual--nomi .bl_postMainVisual__paperBox {
    margin-top: 30px !important;
  }
  .index_page .un_topPostVisual--kenbun .bl_postMainVisual__paperBox {
    margin-top: 30px !important;
  }
  .index_page .un_topPostVisual--marathon .bl_postMainVisual__paperBox {
    margin-top: 30px !important;
  }
  .index_page .un_topPostVisual--potato .bl_postMainVisual__paperBox {
    margin-top: 26px !important;
  }
  .index_page .un_topPostVisual .bl_columnPost {
    margin-top: 90px;
  }
  .list_page .un_listMainVisual {
    padding: 38px 60px 80px;
  }
  .list_page .un_listPost .bl_columnPost {
    padding: 0 60px;
  }
  .list_page .un_listPost .bl_articleMore {
    padding: 100px 0 120px;
  }
  .shoplist_page .un_shopMainVisual {
    padding: 40px 60px 25px;
  }
  .shoplist_page .un_shopMainVisual::before {
    height: 389px;
  }
  .shoplist_page .un_shopMainVisual::after {
    top: 389px;
    height: 350px;
  }
  .shoplist_page .un_shopPost {
    padding: 60px 60px 160px;
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_headingShopPost__bottom .el_headingShopPost_bottom_note {
    font-size: 14px;
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_headingShopPost__bottom .el_headingShopPost_bottom_note img {
    max-width: 21px;
  }
  .article_page.twitter_campaign .features_area_block__img {
    top: 61px;
    width: calc(1077 / 1440 * 100vw);
  }
  .article_page.twitter_campaign .features_main_block__ineer {
    margin-top: calc(-385 / 1440 * 100vw);
  }
  .article_page.twitter_campaign .features_main_block .features_panel_list__item--release::before {
    width: 263px;
    height: 155px;
  }
  .article_page.twitter_campaign .features_main_block .features_panel_list__item--release::after {
    width: 107px;
    height: 107px;
  }
}

@media screen and (max-width: 1440px) {
  .article_page.twitter_campaign .features_main_block__ineer {
    margin: calc(-385 / 1440 * 100vw) auto 0;
  }
  .article_page.twitter_campaign .features_main_block__color-container {
    padding-top: calc(270 / 1440 * 100vw);
    padding-bottom: calc(149 / 1440 * 100vw);
    margin-top: calc(-280 / 1440 * 100vw);
  }
  .article_page.twitter_campaign .features_past_articles {
    padding: calc(39 / 1440 * 100vw) 60px calc(92 / 1440 * 100vw);
  }
  .article_page.twitter_campaign .features_main_block_banner {
    padding-bottom: calc(120 / 1440 * 100vw);
  }
}

@media screen and (max-width: 1330px) {
  .article_page .un_articleMainVisual::before {
    height: 100%;
  }
  .article_page.twitter_campaign .features_area_block__img {
    width: calc(1077 / 1440 * 100vw);
  }
}

@media screen and (max-width: 1240px) {
  .campaign02_page .bl_campaign__img:nth-last-of-type(1)::before {
    width: calc(150 / 1240 * 100vw);
    height: calc(150 / 1240 * 100vw);
    top: calc(-25 / 1240 * 100vw);
    left: calc(-47 / 1240 * 100vw);
  }
  .campaign02_page .bl_campaign__img:nth-last-of-type(2)::before {
    width: calc(1250 / 1240 * 100vw);
    height: calc(600 / 1240 * 100vw);
    bottom: calc(-12 / 1240 * 100vw);
  }
  .campaign02_page .bl_campaign__img_link {
    max-width: calc(575 / 1240 * 100vw);
    bottom: calc(30 / 1240 * 100vw);
    left: calc(30 / 1240 * 100vw);
  }
  .campaign02_page .bl_campaign__btn {
    max-width: calc(778 / 1240 * 100vw);
    bottom: calc(115 / 1240 * 100vw);
  }
}

@media screen and (max-width: 1024px) {
  .el_brand_footer .wrap {
    padding: 20px;
  }
  .el_brand_footer .wrap .footer_brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
  }
  .el_brand_footer .lager-attention {
    width: calc(450 / 1024 * 100vw);
  }
  .article_page .bl_goDrink_overview__inner {
    padding: 0 calc(60 / 1440 * 100vw);
  }
  .article_page.twitter_campaign .features_past_articles {
    padding: calc(20 / 1024 * 100vw) 20px calc(60 / 1024 * 100vw);
  }
  .article_page.twitter_campaign .features_past_articles .features_past_articles_list {
    font-size: calc(14 / 1024 * 100vw);
  }
  .article_page.twitter_campaign .features_past_articles .features_past_articles_list__unit {
    width: 293px;
  }
  .article_page.twitter_campaign .features_past_articles .features_past_articles_list__title {
    margin-left: calc(28 / 1024 * 100vw);
    margin-right: calc(53 / 1024 * 100vw);
  }
  .article_page.twitter_campaign .features_past_articles .features_past_articles_list__text {
    font-size: calc(15 / 1024 * 100vw);
  }
  .article_page.twitter_campaign .campaign_banner_finish::after {
    width: 100%;
  }
}

@media screen and (max-width: 769px) {
  .el_articleMore__btn a,
  .el_articleMore__btn button {
    max-width: 212px;
    font-size: 13px;
  }
  .el_articleMore__btn a span i,
  .el_articleMore__btn button span i {
    font-size: 13px;
  }
  .bl_fixBtn {
    display: none;
  }
  .bl_postMainVisual {
    display: block;
  }
  .bl_postMainVisual__txtBlock {
    max-width: inherit;
    width: 100%;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: calc(28 / 375 * 100vw);
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory i {
    font-size: calc(21 / 375 * 100vw);
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory strong {
    width: 50%;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory strong.is-pc {
    display: none;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory strong.is-sp {
    display: block;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory span {
    width: 50%;
    margin-top: 0;
    text-align: right;
    font-size: calc(11 / 375 * 100vw);
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--kenbun strong img {
    max-width: calc(170 / 375 * 100vw);
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--kenbun span img {
    max-width: calc(89 / 375 * 100vw);
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--dancho strong img {
    max-width: calc(113 / 375 * 100vw);
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--dancho span img {
    max-width: calc(89 / 375 * 100vw);
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--ani strong img {
    max-width: calc(115 / 375 * 100vw);
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--ani span img {
    max-width: calc(111 / 375 * 100vw);
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--nomi strong.auto_max_width_157 img {
    max-width: calc(200 / 375 * 100vw) !important;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--nomi strong.auto_max_width_191 img {
    max-width: calc(250 / 375 * 100vw) !important;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--nomi span img {
    max-width: calc(111 / 375 * 100vw);
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--kenbun strong img {
    max-width: calc(201 / 375 * 100vw) !important;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--kenbun span img {
    max-width: calc(89 / 375 * 100vw);
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--marathon strong img {
    max-width: calc(201 / 375 * 100vw);
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--marathon span img {
    max-width: calc(89 / 375 * 100vw);
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--sakka {
    gap: calc(10 / 375 * 100vw);
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--sakka strong img {
    max-width: calc(200 / 375 * 100vw);
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--sakka span {
    margin-left: 0;
    text-align: left;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--sakka span img {
    max-width: calc(63 / 375 * 100vw);
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--potato strong img {
    max-width: calc(163 / 375 * 100vw);
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory--potato span img {
    max-width: calc(109 / 375 * 100vw);
  }
  .bl_postMainVisual__txtBlock .bl_postMainVisual__paperBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: calc(16 / 375 * 100vw);
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__paperPic--sakka img {
    max-width: 100%;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__paperPic {
    width: 80px;
    margin-top: 2px;
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__copyTxt {
    width: calc(100% - 102px);
    margin-top: 0;
    line-height: 1.79;
    font-size: calc(12 / 375 * 100vw);
  }
  .bl_postMainVisual__txtBlock .el_postMainVisual__copywide {
    width: calc(100% - 102px);
    margin-top: 0;
    line-height: 1.79;
    font-size: calc(12 / 375 * 100vw);
  }
  .bl_postMainVisual__picBlock {
    max-width: inherit;
    width: 100%;
    height: calc(436 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
  .bl_postMainVisual__picBlock__txtBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    bottom: calc(-18 / 375 * 100vw);
    left: calc(10 / 375 * 100vw);
  }
  .bl_postMainVisual__picBlock__txtBox .el_postMainVisual__category {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .bl_postMainVisual__picBlock__txtBox .el_postMainVisual__category span {
    letter-spacing: 0.19em;
    padding: calc(7 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
  .bl_postMainVisual__picBlock__txtBox .el_postMainVisual__shopName {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-top: 0;
  }
  .bl_postMainVisual__picBlock__txtBox .el_postMainVisual__shopName span {
    padding: calc(7 / 375 * 100vw) calc(7 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
  .bl_postMainVisual__picBlock__txtBox .el_postMainVisual__tit {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
  .bl_postMainVisual__picBlock__txtBox .el_postMainVisual__tit span {
    letter-spacing: 0.1em;
    padding: calc(3 / 375 * 100vw) calc(7 / 375 * 100vw);
    font-size: calc(21 / 375 * 100vw);
  }
  .bl_postMainVisual__picBlock__txtBox .el_postMainVisual__numbering {
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  .bl_postMainVisual__picBlock__txtBox .el_postMainVisual__numbering span {
    padding: calc(4 / 375 * 100vw) calc(7 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
  .bl_columnPost__inner .bl_columnPost__item {
    float: none;
    max-width: inherit;
    width: 100%;
    margin-right: 0;
  }
  .bl_columnPost__inner .bl_columnPost__item:nth-of-type(n + 2) {
    margin-top: calc(22 / 375 * 100vw);
  }
  .bl_columnPost__inner .bl_columnPost__item:nth-of-type(n + 5) {
    margin-top: calc(22 / 375 * 100vw);
  }
  .bl_columnPost__inner .bl_columnPost__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bl_columnPost__inner .bl_columnPost__item__picBox {
    width: 36.77%;
    height: calc(160 / 375 * 100vw);
  }
  .bl_columnPost__inner .bl_columnPost__item__txtBox {
    width: 57.64%;
    margin-top: calc(0 / 375 * 100vw);
  }
  .bl_columnPost__inner .bl_columnPost__item__txtBox .el_columnPost__date {
    font-size: calc(12 / 375 * 100vw);
  }
  .bl_columnPost__inner .bl_columnPost__item__txtBox .el_columnPost__tit {
    margin-top: calc(8 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
  }
  .bl_columnShopSearch {
    padding: calc(15 / 375 * 100vw) calc(15 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  .bl_columnShopSearch__navBlock {
    margin-top: calc(20 / 375 * 100vw);
  }
  .bl_columnShopSearch__navBlock .el_navShop li {
    max-width: inherit;
    width: 32.2%;
  }
  .bl_columnShopSearch__navBlock .el_navShop li:nth-of-type(n + 4) {
    margin-top: 1.7%;
  }
  .bl_columnShopSearch__navBlock .el_navShop li a,
  .bl_columnShopSearch__navBlock .el_navShop li label {
    font-size: calc(12 / 375 * 100vw);
  }
  .bl_columnShopSearch__areaBlock .el_areaShop {
    border-bottom: none;
  }
  .bl_columnShopSearch__areaBlock .el_areaShop__content {
    margin-top: calc(12 / 375 * 100vw);
  }
  .bl_columnShopSearch__areaBlock .el_areaShop__tit {
    display: none;
  }
  .bl_columnShopSearch__areaBlock .el_areaShop__txt li {
    margin: 8px 8px 0 0;
  }
  .bl_columnShopSearch__areaBlock .el_areaShop__txt li:last-of-type {
    margin: 8px 8px 0 0;
  }
  .bl_columnShopSearch__areaBlock .el_areaShop__txt li.el_areaShop__txt--active span {
    border: 1px solid #981a1f;
  }
  .bl_columnShopSearch__areaBlock .el_areaShop__txt li.el_areaShop__txt--active span::before {
    display: none;
  }
  .bl_columnShopSearch__areaBlock .el_areaShop__txt li span,
  .bl_columnShopSearch__areaBlock .el_areaShop__txt li label {
    padding: 5px 12px;
    letter-spacing: 0.06em;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    font-size: calc(15 / 375 * 100vw);
  }
  .bl_columnShopSearch__areaBlock .el_areaShop__txt li span:hover::before,
  .bl_columnShopSearch__areaBlock .el_areaShop__txt li label:hover::before {
    display: none;
  }
  .bl_columnShopSearch__areaBlock .el_areaShop__txt li.current span,
  .bl_columnShopSearch__areaBlock .el_areaShop__txt li.current label {
    border: 1px solid #981a1f;
  }
  .bl_columnShopSearch__areaBlock .el_areaShop__txt li.current span::before,
  .bl_columnShopSearch__areaBlock .el_areaShop__txt li.current label::before {
    display: none;
  }
  .bl_columnShopSearch__areaBlock .el_listShop {
    margin-top: calc(6 / 375 * 100vw);
  }
  .bl_columnShopSearch__areaBlock .el_listShop li {
    width: 49%;
    margin: 8px 2% 0 0;
  }
  .bl_columnShopSearch__areaBlock .el_listShop li:nth-of-type(2n) {
    margin-right: 0;
  }
  .bl_columnShopSearch__areaBlock .el_listShop li {
    padding-left: 10px;
    letter-spacing: -0.06em;
    font-size: calc(13 / 375 * 100vw);
  }
  .bl_columnShopSearch__areaBlock .el_listShop li::before {
    top: -2px;
    left: 0;
    font-size: calc(14 / 375 * 100vw);
  }
  .el_headingShopSearch img {
    margin-right: 4px;
    width: calc(26 / 375 * 100vw);
  }
  .el_headingShopSearch > h2 {
    margin-right: 0;
    letter-spacing: 0;
    font-size: calc(24 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
  .el_headingShopSearch small + small {
    margin-left: calc(10 / 375 * 100vw);
  }
  .el_headingShopSearch small {
    font-size: calc(14 / 375 * 100vw);
  }
  .el_headingShopSearch small span {
    margin: 0 calc(5 / 375 * 100vw);
    font-size: calc(22 / 375 * 100vw);
  }
  .bl_newSeries {
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw) calc(70 / 375 * 100vw);
  }
  .bl_newSeries::before {
    height: calc(220 / 375 * 100vw);
  }
  .bl_newSeries__inner .el_headingNewSeries {
    padding: 0 calc(28 / 375 * 100vw);
    font-size: calc(17 / 375 * 100vw);
  }
  .bl_newSeries__inner .el_headingNewSeries::before, .bl_newSeries__inner .el_headingNewSeries::after {
    height: calc(24 / 375 * 100vw);
  }
  .bl_newSeries__inner .bl_newSeries__postBlock {
    margin-top: calc(30 / 375 * 100vw);
  }
  .bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost {
    width: 50%;
  }
  .bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost:nth-of-type(n + 3) {
    margin-top: calc(15 / 375 * 100vw);
  }
  .bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock {
    height: calc(221 / 375 * 100vw);
  }
  .bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__txtBlock {
    margin-top: calc(7 / 375 * 100vw);
  }
  .bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__txtBlock .el_newPost__num {
    font-size: calc(7 / 375 * 100vw);
  }
  .bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__txtBlock .el_newPost__tit {
    margin-top: calc(6 / 375 * 100vw);
    font-size: 16px;
  }
  .subpage_mainvisual_block {
    min-height: calc(102 / 375 * 100vw);
  }
  .subpage_mainvisual_block__title {
    font-size: calc(22 / 375 * 100vw);
  }
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .ly_header__head {
    padding: calc(8 / 375 * 100vw) calc(15 / 375 * 100vw) calc(3 / 375 * 100vw);
  }
  .ly_header__head__inner {
    padding-left: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: calc(3 / 375 * 100vw);
  }
  .ly_header__head__inner .el_head__button {
    z-index: 102;
    width: calc(27 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    margin: 0 0 calc(23 / 375 * 100vw) calc(13 / 375 * 100vw);
  }
  .ly_header__head__inner .el_head__logo {
    width: calc(70 /375 * 100vw);
    top: 29%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(13 / 375 * 100vw);
  }
  .ly_header__head__inner .el_head__tit {
    max-width: inherit;
    width: 45.46%;
    margin-right: calc(10 / 375 * 100vw);
  }
  .ly_header__head__inner .el_head__tit a span {
    font-weight: 400;
    letter-spacing: 0;
    padding: 0 calc(12 / 375 * 100vw);
    font-size: calc(6 / 375 * 100vw);
  }
  .ly_header__head__inner .el_head__tit a span::before, .ly_header__head__inner .el_head__tit a span::after {
    top: 0;
    width: 1px;
    height: calc(8 / 375 * 100vw);
  }
  .ly_header__head__inner .el_head__tit a img {
    margin-top: calc(5 / 375 * 100vw);
  }
  .ly_header__head__inner .el_head__supportLink {
    max-width: inherit;
    width: 12.54%;
  }
  .ly_header__head__inner .el_hrad__snsBtn {
    display: none;
  }
  .ly_header__groNav {
    padding: 0 calc(15 / 375 * 100vw) 0 calc(25 / 375 * 100vw);
    display: none;
  }
  .ly_header__groNav__inner {
    padding: calc(18 / 375 * 100vw) 0;
  }
  .ly_header__groNav__inner .ly_header__groNav__search {
    left: calc(-30 / 375 * 100vw);
    width: calc(80 / 375 * 100vw);
    height: calc(110 / 375 * 100vw);
  }
  .ly_header__groNav__inner ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ly_header__groNav__inner ul li {
    margin-right: 0;
  }
  .ly_header__groNav__inner ul li a {
    font-size: calc(11 / 375 * 100vw);
    letter-spacing: 0.06em;
  }
  .ly_header__groNav__inner ul li a i {
    margin-right: 2px;
    font-size: calc(11 / 375 * 100vw);
  }
  .ly_header__catch {
    background: #f3f2eb;
  }
  .ly_header__catch__inner {
    text-align: left;
    padding: calc(12 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  .ly_header__catch__inner .el_catch__txt {
    padding-right: 0;
    letter-spacing: 0;
    font-size: calc(10 / 375 * 100vw);
  }
  .ly_header__catch__inner .el_catch__link {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
  }
  .ly_header__catch__inner .el_catch__link ul::before, .ly_header__catch__inner .el_catch__link ul::after {
    width: calc(20 / 375 * 100vw);
  }
  .ly_header__catch__inner .el_catch__link ul::before {
    -webkit-transform: translate(calc(-20 / 375 * 100vw), calc(-3 / 375 * 100vw)) rotate(18deg);
    transform: translate(calc(-20 / 375 * 100vw), calc(-3 / 375 * 100vw)) rotate(18deg);
  }
  .ly_header__catch__inner .el_catch__link ul::after {
    -webkit-transform: translate(calc(-20 / 375 * 100vw), calc(6 / 375 * 100vw)) rotate(-18deg);
    transform: translate(calc(-20 / 375 * 100vw), calc(6 / 375 * 100vw)) rotate(-18deg);
  }
  .ly_header__catch__inner .el_catch__link ul li {
    width: calc(41 / 375 * 100vw);
    min-width: inherit;
  }
  .ly_header .header_bookmark {
    width: calc(18 / 375 * 100vw);
  }
  .ly_footer {
    padding-bottom: 90px;
  }
  .ly_footer__head {
    padding: calc(50 / 375 * 100vw) calc(26 / 375 * 100vw) calc(60 / 375 * 100vw);
  }
  .ly_footer__head .ly_footer__shareBlock {
    margin-top: calc(64 / 375 * 100vw);
  }
  .ly_footer__head .ly_footer__shareBlock .el_share__tit {
    padding: 0 calc(34 / 375 * 100vw);
    font-size: calc(17 / 375 * 100vw);
  }
  .ly_footer__head .ly_footer__shareBlock .el_share__tit::before, .ly_footer__head .ly_footer__shareBlock .el_share__tit::after {
    height: calc(30 / 375 * 100vw);
  }
  .ly_footer__head .ly_footer__shareBlock .el_share__sns {
    margin-top: calc(26 / 375 * 100vw);
  }
  .ly_footer__head .ly_footer__shareBlock .el_share__sns ul li {
    margin-right: calc(22 / 375 * 100vw);
  }
  .ly_footer__searchBlock {
    display: block;
    background: #2d040b;
    padding: calc(22 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  .ly_footer__fixed {
    display: block;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ff9900;
  }
  .ly_footer__fixed nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ly_footer__fixed nav ul li {
    text-align: center;
  }
  .ly_footer__fixed nav ul li.icon_area {
    position: relative;
    background: #981a1f;
    width: calc(80 / 375 * 100vw);
    padding-top: calc(15 / 375 * 100vw);
  }
  .ly_footer__fixed nav ul li.icon_area img {
    width: calc(26 / 375 * 100vw);
  }
  .ly_footer__fixed nav ul li.icon_area:first-child::before {
    position: absolute;
    display: block;
    content: '';
    border-right: 1px solid #ba5156;
    height: calc(57 / 375 * 100vw);
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ly_footer__fixed nav ul li.banner_area {
    width: calc(181 / 375 * 100vw);
    margin-left: calc(18 / 375 * 100vw);
  }
  .ly_footer__fixed nav ul li.banner_area img {
    width: calc(127 / 375 * 100vw);
  }
  .ly_footer__fixed nav ul li a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ly_footer__fixed nav ul li a span {
    display: block;
    margin-top: 6px;
    font-size: calc(9 / 375 * 100vw);
    font-weight: 700;
    color: #ffffff;
  }
  .ly_footer .un_bnr_campaign {
    padding-bottom: calc(50 / 375 * 100vw);
  }
  .ly_footer .un_bnr_campaign ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ly_footer .un_bnr_campaign ul li + li {
    padding: 0;
    margin-top: calc(15 / 375 * 100vw);
  }
  .ly_footer .un_bnr_campaign ul li {
    width: 100%;
  }
  .el_brand_footer .wrap {
    padding: calc(20 / 375 * 100vw) 20px calc(80 / 375 * 100vw);
  }
  .el_brand_footer .wrap .footer_contents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .el_brand_footer .lager-link {
    padding: 0;
  }
  .el_brand_footer .lager-attention {
    margin-top: calc(30 / 375 * 100vw);
    width: calc(330 / 375 * 100vw);
  }
  #tweetComp {
    padding: calc(20 / 375 * 100vw);
  }
  #tweetComp .ttl {
    font-size: calc(20 / 375 * 100vw);
  }
  .bl_tagList {
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw) calc(25 / 375 * 100vw);
  }
  .bl_tagList__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bl_tagList__inner .bl_tagList_title {
    width: 100%;
    min-width: 100%;
    padding-left: calc(30 / 375 * 100vw);
    font-size: calc(22 / 375 * 100vw);
  }
  .bl_tagList__inner .bl_tagList_title::before {
    width: calc(23 / 375 * 100vw);
    height: calc(23 / 375 * 100vw);
    top: 5%;
  }
  .bl_tagList__inner .bl_tagList_list {
    max-width: 100%;
    margin-top: calc(25 / 375 * 100vw);
  }
  .bl_tagList__inner .bl_tagList_list ul {
    margin: calc(-12 / 375 * 100vw) calc(-10 / 375 * 100vw) 0 0;
  }
  .bl_tagList__inner .bl_tagList_list ul li {
    padding: calc(10 / 375 * 100vw) calc(20 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    margin: calc(12 / 375 * 100vw) calc(10 / 375 * 100vw) 0 0;
  }
  .bl_tagList__inner .bl_tagList_button {
    margin-top: calc(20 / 375 * 100vw);
  }
  .bl_tagList__inner .bl_tagList_button button {
    font-size: calc(12 / 375 * 100vw);
  }
  .pagination {
    margin-top: calc(50 / 375 * 100vw);
  }
  .pagination_item a {
    font-size: calc(12 / 375 * 100vw);
    padding: calc(6 / 375 * 100vw) calc(10 / 375 * 100vw);
    margin-right: calc(8 / 375 * 100vw);
  }
  .pagination_item.disabled a {
    font-size: calc(16 / 375 * 100vw);
  }
  .bl_freeWord {
    margin: calc(20 / 375 * 100vw) 0 calc(25 / 375 * 100vw);
  }
  .bl_freeWord .vue-simple-suggest.focus .suggestions .suggest-item {
    font-size: calc(13 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw);
  }
  .bl_freeWord input {
    font-size: calc(11 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw);
    height: 100%;
  }
  .bl_freeWord__area {
    margin-right: calc(5 / 375 * 100vw);
    width: 30%;
  }
  .bl_freeWord__keyword {
    margin-right: calc(5 / 375 * 100vw);
    width: 45%;
  }
  .bl_freeWord button {
    width: 22%;
    font-size: calc(15 / 375 * 100vw);
    padding: calc(9 / 375 * 100vw) 0 calc(9 / 375 * 100vw) calc(27 / 375 * 100vw);
    height: calc(38 / 375 * 100vw);
  }
  .bl_freeWord button::before {
    top: calc(9 / 375 * 100vw);
    left: calc(10 / 375 * 100vw);
    width: calc(14 / 375 * 100vw);
    height: calc(21 / 375 * 100vw);
  }
  .el_area_title {
    font-size: calc(17 / 375 * 100vw);
    margin-bottom: calc(12 / 375 * 100vw);
  }
  .bl_recommend__title {
    margin-bottom: calc(10 / 375 * 100vw);
  }
  .bl_recommend__list ul {
    margin: calc(-10 / 375 * 100vw) calc(-10 / 375 * 100vw) 0 0;
  }
  .bl_recommend__list ul li {
    font-size: calc(13 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw) calc(15 / 375 * 100vw);
    margin: calc(10 / 375 * 100vw) calc(10 / 375 * 100vw) 0 0;
  }
  .bl_notFound {
    margin-top: calc(50 / 375 * 100vw);
  }
  .bl_notFound__text {
    font-size: calc(20 / 375 * 100vw);
  }
  .article_page .un_articleMainVisual {
    padding: 0 0 calc(20 / 375 * 100vw);
  }
  .article_page .un_articleMainVisual.is-goDrink {
    padding: calc(20 / 375 * 100vw) 0;
  }
  .article_page .un_articleMainVisual::before {
    height: 97%;
    background: #2d040b;
  }
  .article_page .un_articleMainVisual .bl_articleMovieTitle__sub {
    max-width: calc(170 / 375 * 100vw);
    margin: 0 auto calc(20 / 375 * 100vw);
  }
  .article_page .un_articleMainVisual .bl_articleMovieTitle__main {
    max-width: calc(280 / 375 * 100vw);
    margin: 0 auto calc(20 / 375 * 100vw);
  }
  .article_page .un_articleMainVisual .bl_articleMainVisual__picBlock {
    height: calc(198 / 375 * 100vw);
  }
  .article_page .un_articleMainVisual .bl_articleMainVisual__txtBlock {
    bottom: calc(-30 / 375 * 100vw);
    left: calc(10 / 375 * 100vw);
    max-width: 95%;
  }
  .article_page .un_articleMainVisual .bl_articleMainVisual__txtBlock .el_articleMainVisual__category span {
    padding: calc(4 / 375 * 100vw) calc(6 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
  .article_page .un_articleMainVisual .bl_articleMainVisual__txtBlock .el_articleMainVisual__numbering span {
    padding: calc(5 / 375 * 100vw) calc(8 / 375 * 100vw);
    font-size: calc(11 / 375 * 100vw);
  }
  .article_page .un_articleMainVisual .bl_articleMainVisual__txtBlock .el_articleMainVisual__tit span {
    padding: calc(4 / 375 * 100vw) calc(2 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
  .article_page .un_articleMainVisual .bl_articleMainVisual .el_articleMainVisual__date {
    padding-left: calc(12 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
  }
  .article_page .bl_goDrink_overview {
    margin: calc(20 / 375 * 100vw) auto calc(30 / 375 * 100vw);
  }
  .article_page .bl_goDrink_overview::before {
    display: none;
  }
  .article_page .bl_goDrink_overview__inner {
    padding: 0 calc(20 / 375 * 100vw);
  }
  .article_page .bl_goDrink_overview__inner .bl_goDrink_bookmark {
    padding: calc(14 / 375 * 100vw) calc(20 / 375 * 100vw) calc(12 / 375 * 100vw);
    width: calc(160 / 375 * 100vw);
  }
  .article_page .bl_goDrink_overview__inner .bl_goDrink_bookmark__plus {
    width: calc(7 / 375 * 100vw);
    height: calc(7 / 375 * 100vw);
  }
  .article_page .bl_goDrink_overview__inner .bl_goDrink_bookmark__text {
    font-size: calc(10 / 375 * 100vw);
  }
  .article_page .bl_goDrink_overview__inner .bl_goDrink_bookmark__icon {
    width: calc(30 / 375 * 100vw);
  }
  .article_page .bl_goDrink_overview__inner .el_goDrink_category {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
  .article_page .bl_goDrink_overview__inner .el_goDrink_file {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
  .article_page .bl_goDrink_overview__inner .el_goDrink_title {
    font-size: calc(24 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .article_page .bl_goDrink_overview__inner .el_goDrink_subTitle {
    font-size: calc(26 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .article_page .bl_goDrink_overview__inner .el_goDrink_date {
    font-size: calc(12 / 375 * 100vw);
  }
  .article_page .bl_article_tagList {
    margin: 0 auto calc(30 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw) 0;
  }
  .article_page .bl_article_tagList__inner .bl_goDrink_bookmark__icon {
    width: calc(30 / 375 * 100vw);
  }
  .article_page .bl_article_tagList__inner ul {
    margin: calc(-10 / 375 * 100vw) calc(-10 / 375 * 100vw) 0 0;
  }
  .article_page .bl_article_tagList__inner ul li {
    margin: calc(10 / 375 * 100vw) calc(10 / 375 * 100vw) 0 0;
  }
  .article_page .bl_article_tagList__inner ul li a {
    font-size: calc(12 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  .article_page .el_borderLine_head {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .article_page .el_borderLine_head__inner {
    padding-bottom: calc(20 / 375 * 100vw);
  }
  .article_page .el_borderLine_head__inner .el_borderLine_head_text {
    padding-left: calc(20 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
  }
  .article_page .bl_interview_shop {
    padding: 12px 17px 9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 26px;
  }
  .article_page .bl_interview_shop__title {
    line-height: 1.5;
    font-weight: 700;
    font-size: 11px;
    padding-right: 0;
    color: #555555;
  }
  .article_page .bl_interview_shop__shop {
    font-size: 14px;
  }
  .article_page .bl_interview_shop__icon {
    width: 12px;
  }
  .article_page .un_articlePost {
    padding: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw) calc(48 / 375 * 100vw);
  }
  .article_page .un_articlePost .bl_goDrink_bookmark__inner {
    padding: calc(14 / 375 * 100vw) calc(20 / 375 * 100vw) calc(12 / 375 * 100vw);
    width: calc(160 / 375 * 100vw);
  }
  .article_page .un_articlePost .bl_goDrink_bookmark__plus {
    width: calc(7 / 375 * 100vw);
    height: calc(7 / 375 * 100vw);
  }
  .article_page .un_articlePost .bl_goDrink_bookmark__text {
    font-size: calc(10 / 375 * 100vw);
  }
  .article_page .un_articlePost .bl_goDrink_bookmark__icon {
    width: calc(30 / 375 * 100vw);
  }
  .article_page .un_articlePost .bl_articlePost h4 {
    padding: 0 0 calc(20 / 375 * 100vw) 0;
    font-size: 18px;
  }
  .article_page .un_articlePost .bl_articlePost__read_txt {
    text-align: justify;
    font-size: 14px;
  }
  .article_page .un_articlePost .bl_articlePost .report_detail-contents p {
    font-size: 15px;
    margin: 0;
  }
  .article_page .un_articlePost .bl_articlePost .report_detail-img {
    margin: calc(40 / 375 * 100vw) 0;
  }
  .article_page .un_articleInfo {
    position: relative;
    background: none;
    padding: calc(0 / 375 * 100vw) calc(20 / 375 * 100vw) calc(56 / 375 * 100vw);
  }
  .article_page .un_articleInfo::before {
    content: '';
    position: absolute;
    top: 108px;
    left: 0;
    width: 100%;
    height: calc(100% - 108px);
    background: #3b0e16;
  }
  .article_page .un_articleInfo--bgLarge::before {
    top: -20px;
    height: 102%;
  }
  .article_page .un_articleInfo .bl_articleInfo {
    position: relative;
  }
  .article_page .un_articleInfo .bl_articleInfo__inner {
    display: block;
  }
  .article_page .un_articleInfo .bl_articleInfo__inner figure {
    max-width: inherit;
    width: 100%;
  }
  .article_page .un_articleInfo .bl_articleInfo__inner__txtBlock {
    max-width: inherit;
    width: 100%;
    margin-top: calc(20 / 375 * 100vw);
  }
  .article_page .un_articleInfo .bl_articleInfo__inner__txtBlock .el_articleInfo__titSub {
    font-size: calc(13 / 375 * 100vw);
  }
  .article_page .un_articleInfo .bl_articleInfo__inner__txtBlock .el_articleInfo__tit {
    font-size: calc(22 / 375 * 100vw);
  }
  .article_page .un_articleInfo .bl_articleInfo__inner__txtBlock .el_articleInfo__item {
    margin-top: calc(2 / 375 * 100vw);
    line-height: 2;
  }
  .article_page .un_articleInfo .bl_articleInfo__mapBlock {
    margin-top: calc(18 / 375 * 100vw);
  }
  .article_page .un_articleInfo .bl_articleInfo__mapBlock__inner {
    height: 335px;
  }
  .article_page .un_articleInfo .bl_articleInfo__mapBlock .el_articleInfo__note {
    margin-top: calc(14 / 375 * 100vw);
  }
  .article_page .bl_article__shareBlock {
    position: relative;
    margin-top: calc(32 / 375 * 100vw);
  }
  .article_page .bl_article__shareBlock .el_share__tit {
    padding: 0 calc(34 / 375 * 100vw);
    font-size: calc(17 / 375 * 100vw);
  }
  .article_page .bl_article__shareBlock .el_share__tit::before, .article_page .bl_article__shareBlock .el_share__tit::after {
    height: calc(30 / 375 * 100vw);
  }
  .article_page .bl_article__shareBlock .el_share__sns {
    margin-top: calc(26 / 375 * 100vw);
  }
  .article_page .bl_article__shareBlock .el_share__sns ul li {
    margin-right: calc(22 / 375 * 100vw);
  }
  .article_page .un_articleTw .bl_articleTw {
    padding: calc(25 / 375 * 100vw) calc(8 / 375 * 100vw) calc(16 / 375 * 100vw);
  }
  .article_page .un_articleTw .bl_articleTw .el_articleTw__tit {
    max-width: inherit;
  }
  .article_page .un_articleTw .bl_articleTw .el_articleTw__tit strong {
    font-size: calc(15 / 375 * 100vw);
  }
  .article_page .un_articleTw .bl_articleTw .el_articleTw__tit strong i {
    font-size: calc(28 / 375 * 100vw);
  }
  .article_page .un_articleTw .bl_articleTw .el_articleTw__tit span {
    margin-top: 3px;
    font-size: calc(13 / 375 * 100vw);
  }
  .article_page .un_articleTw .bl_articleTw .bl_articleTw__tlBlock {
    margin: calc(14 / 375 * 100vw) auto 0;
    padding: 0 calc(12 / 375 * 100vw);
  }
  .article_page .un_articleTw .bl_tweetTw {
    margin-top: 1px;
    padding: calc(16 / 375 * 100vw) calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  .article_page .un_articleTw .bl_tweetTw .el_tweetTw__btn a,
  .article_page .un_articleTw .bl_tweetTw .el_tweetTw__btn input {
    margin-top: calc(14 / 375 * 100vw);
    max-width: 335px;
    padding: 12px 4px;
    font-size: 17px;
  }
  .article_page .bl_articleMore {
    padding: calc(64 / 375 * 100vw) calc(80 / 375 * 100vw);
  }
  .article_page .un_shopSearch::before {
    height: 100%;
  }
  .article_page .post-box {
    width: calc(335 / 375 * 100vw);
  }
  .article_page .tweet-txt-box {
    font-size: calc(11 / 375 * 100vw);
    height: 105px;
    padding: 25px;
  }
  .article_page .tweet-txt-about {
    text-align: center;
    font-family: Noto Sans;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 13px;
    color: #ffffff;
  }
  .article_page .akaboshi-info-txt {
    padding: 9px 25px;
    font-size: calc(11 / 375 * 100vw);
  }
  .article_page #tweetResult {
    width: 100%;
  }
  .article_page #tweetResult .tweet-list li {
    padding: calc(15 / 375 * 100vw);
    font-size: calc(11 / 375 * 100vw);
  }
  .bookmark_page .bookmark_page_block {
    margin: calc(32 / 375 * 100vw) auto calc(95 / 375 * 100vw);
  }
  .bookmark_page .bookmark_page_block .bookmark_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: calc(18 / 375 * 100vw);
    padding: calc(18 / 375 * 100vw) 0;
  }
  .bookmark_page .bookmark_page_block .bookmark_item a {
    gap: calc(12 / 375 * 100vw);
  }
  .bookmark_page .bookmark_page_block .bookmark_item__img {
    min-width: calc(100 / 375 * 100vw);
    min-height: calc(100 / 375 * 100vw);
  }
  .bookmark_page .bookmark_page_block .bookmark_item__label {
    font-size: calc(12 / 375 * 100vw);
  }
  .bookmark_page .bookmark_page_block .bookmark_item__title {
    margin-top: calc(8 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
  }
  .bookmark_page .bookmark_page_block .bookmark_item__btn a {
    font-size: calc(11 / 375 * 100vw);
    gap: calc(5 / 375 * 100vw);
  }
  .bookmark_page .bookmark_page_block .bookmark_item__btn a::after {
    background-size: contain;
    width: calc(13 / 375 * 100vw);
    height: calc(13 / 375 * 100vw);
  }
  .bookmark_page .bookmark_page_block__btn {
    width: calc(226 / 375 * 100vw);
  }
  .bookmark_page .bookmark_page_block__btn a {
    font-size: calc(13 / 375 * 100vw);
    padding: calc(19 / 375 * 100vw) 20px calc(20 / 375 * 100vw);
  }
  .bookmark_page .bookmark_page_block__btn a i {
    font-size: calc(13 / 375 * 100vw);
  }
  .campaign_page .bl_campaign {
    background: #ae0e16;
  }
  .campaign_page .bl_campaign__inner {
    width: 100%;
  }
  .campaign_page .bl_campaign__inner .bl_campaign__list01 .el_campaign__list01_01 {
    width: calc(330 / 375 * 100vw);
  }
  .campaign_page .bl_campaign__inner .bl_campaign__list01 .bl_articleMainVisual {
    width: 293px;
    height: 165px;
    margin: 90px auto 30px;
  }
  .campaign_page .bl_campaign__inner .bl_campaign__list01 .bl_articleMainVisual .el_campaign__list01_02 {
    width: calc(90 / 375 * 100vw);
    left: calc(-45 / 375 * 100vw);
    top: calc(-75 / 375 * 100vw);
  }
  .campaign_page .bl_campaign__inner .bl_campaign__list01 .bl_articleMainVisual .el_campaign__list01_03 {
    width: calc(60 / 375 * 100vw);
    right: calc(-30 / 375 * 100vw);
    top: calc(-80 / 375 * 100vw);
  }
  .campaign_page .bl_campaign__inner .bl_campaign__list01 .el_campaign__list01_04 {
    width: calc(363 / 375 * 100vw);
  }
  .campaign_page .bl_campaign__inner .bl_campaign__list03 .bl_campaign__list03_txt {
    width: calc(320 / 375 * 100vw);
  }
  .campaign_page .bl_campaign__inner .bl_campaign__list03 .bl_campaign__list03_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(308 / 375 * 100vw);
  }
  .campaign_page .bl_campaign__inner .bl_campaign__list03 .bl_campaign__list03_main a {
    width: 100%;
    margin-bottom: 15px;
  }
  .ly_footer__shareBlock--campaign {
    margin-top: 0 !important;
  }
  .campaign02_page .bl_campaign__inner {
    padding: 0;
  }
  .campaign02_page .bl_campaign__img:nth-last-of-type(1) {
    margin-top: calc(72 / 375 * 100vw);
  }
  .campaign02_page .bl_campaign__img:nth-last-of-type(1)::before {
    top: calc(-33 / 375 * 100vw);
    left: calc(2 / 375 * 100vw);
    width: calc(75 / 375 * 100vw);
    height: calc(75 / 375 * 100vw);
  }
  .campaign02_page .bl_campaign__img:nth-last-of-type(2)::before {
    display: none;
  }
  .campaign02_page .bl_campaign__img_link {
    max-width: calc(310 / 375 * 100vw);
    bottom: calc(37 / 375 * 100vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .campaign02_page .bl_campaign__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: calc(245 / 375 * 100vw);
    bottom: calc(108 / 375 * 100vw);
    gap: calc(20 / 375 * 100vw);
  }
  .campaign02_page .bl_campaign__footer {
    padding: calc(42 / 375 * 100vw) 20px calc(50 / 375 * 100vw);
  }
  .campaign02_page .bl_campaign__footer img {
    width: calc(323 / 375 * 100vw);
  }
  .campaign02_page .bl_campaign_foot {
    margin-top: calc(117 / 375 * 100vw);
    padding-top: calc(75 / 375 * 100vw);
    height: calc(378 / 375 * 100vw);
  }
  .campaign02_page .bl_campaign_foot__title {
    width: calc(340 / 375 * 100vw);
    top: calc(-87 / 375 * 100vw);
  }
  .campaign02_page .bl_campaign_foot__text {
    width: calc(312 / 375 * 100vw);
  }
  .campaign02_page .un_topMainVisual {
    padding-top: calc(8 / 375 * 100vw);
  }
  .campaign02_page .un_topMainVisual .bl_slideBlock {
    padding: calc(45 / 375 * 100vw) calc(40 / 375 * 100vw) calc(18 / 375 * 100vw);
    margin-top: calc(-30 / 375 * 100vw);
  }
  .campaign02_page .un_topMainVisual .bl_slideBlock__nav {
    width: calc(290 / 375 * 100vw);
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .campaign02_page .un_topMainVisual .bl_slideBlock__nav .swiper-button-next,
  .campaign02_page .un_topMainVisual .bl_slideBlock__nav .swiper-button-prev {
    width: calc(26 / 375 * 100vw);
  }
  .campaign02_page .un_topMainVisual .bl_slideBlock .el_postMainVisual__category span {
    padding: calc(5 / 375 * 100vw);
    font-size: calc(9 / 375 * 100vw);
  }
  .campaign02_page .un_topMainVisual .bl_slideBlock .el_postMainVisual__shopName span {
    padding: calc(3 / 375 * 100vw) calc(5 / 375 * 100vw);
    font-size: calc(9 / 375 * 100vw);
  }
  .campaign02_page .un_topMainVisual .bl_slideBlock .el_postMainVisual__tit span {
    padding: calc(2 / 375 * 100vw) calc(5 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
  .campaign02_page .un_topMainVisual .bl_slideBlock .el_postMainVisual__numbering span {
    padding: calc(3 / 375 * 100vw) calc(5 / 375 * 100vw);
    font-size: calc(9 / 375 * 100vw);
  }
  .campaign02_page .un_topMainVisual .bl_postMainVisual__picBlock::after {
    width: calc(50 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    top: calc(-10 / 375 * 100vw);
    right: calc(-10 / 375 * 100vw);
  }
  .campaign02_page .un_topMainVisual .bl_postMainVisual__picBlock {
    width: calc(294 / 375 * 100vw);
    height: calc(154 / 375 * 100vw);
    margin: 4px calc(10 / 375 * 100vw) 0;
  }
  .campaign02_page .un_topMainVisual .bl_top_swiper_layout {
    height: calc(154 / 375 * 100vw) !important;
  }
  .index_page .bl_top_archive {
    width: 100%;
    padding: calc(60 / 375 * 100vw) calc(42 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }
  .index_page .bl_top_archive p {
    color: var(--www-akaboshi-tanteidan-com-cape-palliser, var(--color-orange-45, #9F6E44));
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: calc(28 / 375 * 100vw);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 42px */
    letter-spacing: 0.867px;
  }
  .index_page .un_topMainVisual {
    padding-top: 0;
  }
  .index_page .un_topMainVisual::before {
    top: calc(122 / 375 * 100vw);
    height: calc(240 / 375 * 100vw);
  }
  .index_page .un_topMainVisual .bl_slideBlock {
    padding: 0 calc(40 / 375 * 100vw) calc(18 / 375 * 100vw);
  }
  .index_page .un_topMainVisual .bl_slideBlock__nav {
    width: calc(290 / 375 * 100vw);
    top: calc(80 / 375 * 100vw);
  }
  .index_page .un_topMainVisual .bl_slideBlock__nav .swiper-button-next,
  .index_page .un_topMainVisual .bl_slideBlock__nav .swiper-button-prev {
    width: calc(26 / 375 * 100vw);
  }
  .index_page .un_topMainVisual .bl_slideBlock .el_postMainVisual__category span {
    padding: calc(5 / 375 * 100vw);
    font-size: calc(9 / 375 * 100vw);
  }
  .index_page .un_topMainVisual .bl_slideBlock .el_postMainVisual__shopName span {
    padding: calc(3 / 375 * 100vw) calc(5 / 375 * 100vw);
    font-size: calc(9 / 375 * 100vw);
  }
  .index_page .un_topMainVisual .bl_slideBlock .el_postMainVisual__tit span {
    padding: calc(2 / 375 * 100vw) calc(5 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
  .index_page .un_topMainVisual .bl_slideBlock .el_postMainVisual__numbering span {
    padding: calc(3 / 375 * 100vw) calc(5 / 375 * 100vw);
    font-size: calc(9 / 375 * 100vw);
  }
  .index_page .un_topMainVisual .bl_postMainVisual__picBlock {
    width: calc(294 / 375 * 100vw);
    height: calc(154 / 375 * 100vw);
    margin: 4px calc(10 / 375 * 100vw) 0;
  }
  .index_page .un_topMainVisual .bl_top_swiper_layout {
    height: calc(154 / 375 * 100vw) !important;
  }
  .index_page .top_banner_block {
    margin-bottom: calc(50 / 375 * 100vw);
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: calc(20 / 375 * 100vw);
  }
  .index_page .un_bnr_campaign ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .index_page .un_bnr_campaign ul li + li {
    padding: 0;
    margin-top: calc(15 / 375 * 100vw);
  }
  .index_page .un_bnr_campaign ul li {
    width: 100%;
  }
  .index_page .un_topNews {
    padding: calc(12 / 375 * 100vw) calc(20 / 375 * 100vw) calc(16 / 375 * 100vw);
  }
  .index_page .un_topNews__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .index_page .un_topNews .el_top_list_title {
    letter-spacing: 0.02em;
    font-size: calc(17 / 375 * 100vw);
    padding-bottom: calc(7 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
  .index_page .un_topNews .el_top_list_title span {
    margin-left: 10px;
    letter-spacing: 0.05em;
    font-size: calc(11 / 375 * 100vw);
  }
  .index_page .un_topNews .bl_newsBlock {
    width: 100%;
    padding-right: 0;
  }
  .index_page .un_topNews .bl_newsBlock__postBox {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-right: 0;
  }
  .index_page .un_topNews .bl_newsBlock__postBox ul li:nth-of-type(n + 2) {
    margin-top: 6px;
  }
  .index_page .un_topNews .bl_newsBlock__postBox ul li:nth-of-type(n + 4) {
    display: none;
  }
  .index_page .un_topNews .bl_newsBlock__postBox ul li time {
    font-size: calc(11 / 375 * 100vw);
  }
  .index_page .un_topNews .bl_newsBlock__postBox ul li p {
    font-size: calc(11 / 375 * 100vw);
  }
  .index_page .un_topNews .bl_newsBlock__btnBox {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: static;
  }
  .index_page .un_topNews .bl_newsBlock__btnBox a {
    padding-bottom: 2px;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #fff;
    font-size: calc(9 / 375 * 100vw);
  }
  .index_page .un_topNews .bl_rankingBlock {
    width: 100%;
    margin-top: calc(30 / 375 * 100vw);
  }
  .index_page .un_topNews .bl_rankingBlock__postBox ul li + li {
    margin-top: calc(15 / 375 * 100vw);
  }
  .index_page .un_topNews .bl_rankingBlock__postBox ul li a .el_ranking_number {
    width: calc(20 / 375 * 100vw);
    min-width: calc(20 / 375 * 100vw);
    max-height: calc(20 / 375 * 100vw);
    padding: calc(4 / 375 * 100vw) 0;
    margin-right: calc(10 / 375 * 100vw);
  }
  .index_page .un_topNews .bl_rankingBlock__postBox ul li a .el_ranking_number p {
    font-size: calc(13 / 375 * 100vw);
  }
  .index_page .un_topNews .bl_rankingBlock__postBox ul li a .el_file_number {
    display: block;
    margin-left: 0;
  }
  .index_page .un_topNews .bl_rankingBlock__postBox ul li a .el_ranking_category {
    min-width: calc(80 / 375 * 100vw);
    width: calc(80 / 375 * 100vw);
  }
  .index_page .un_topNews .bl_rankingBlock__postBox ul li a .el_ranking_category {
    margin-right: calc(20 / 375 * 100vw);
  }
  .index_page .un_topNews .bl_rankingBlock__postBox ul li a .el_ranking_category p {
    font-size: calc(11 / 375 * 100vw);
  }
  .index_page .un_topNews .bl_rankingBlock__postBox ul li a .el_ranking_title p {
    font-size: calc(11 / 375 * 100vw);
  }
  .index_page .un_topSearch {
    padding: 0 calc(20 / 375 * 100vw) calc(40 / 375 * 100vw);
  }
  .index_page .un_topSearch .el_topSearch__snsBtn {
    width: 100%;
    margin: calc(25 / 375 * 100vw) auto 0;
  }
  .index_page .un_topSearch .el_topSearch__snsBtn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    background: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: calc(14 / 375 * 100vw) calc(10 / 375 * 100vw);
    border-radius: calc(35 / 375 * 100vw);
  }
  .index_page .un_topSearch .el_topSearch__snsBtn a img {
    max-width: calc(30 / 375 * 100vw);
    width: 100%;
  }
  .index_page .un_topSearch .el_topSearch__snsBtn a span {
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: calc(6 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
  .index_page .un_topPostVisual {
    padding: calc(30 / 375 * 100vw) calc(27 / 375 * 100vw) calc(90 / 375 * 100vw);
  }
  .index_page .un_topPostVisual::before {
    height: calc(330 / 375 * 100vw);
  }
  .index_page .un_topPostVisual::after {
    top: calc(330 / 375 * 100vw);
    height: calc(276 / 375 * 100vw);
  }
  .index_page .un_topPostVisual .bl_postMainVisual__txtBlock {
    position: relative;
    max-width: inherit;
  }
  .index_page .un_topPostVisual .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory {
    display: block;
    padding-left: calc(20 / 375 * 100vw);
  }
  .index_page .un_topPostVisual .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory strong img {
    max-width: calc(103 / 375 * 100vw);
  }
  .index_page .un_topPostVisual .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory span {
    margin-top: 8px;
    text-align: left;
  }
  .index_page .un_topPostVisual .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory i {
    left: -4px;
    font-size: calc(19 / 375 * 100vw);
  }
  .index_page .un_topPostVisual .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory strong.is-pc {
    display: none;
  }
  .index_page .un_topPostVisual .bl_postMainVisual__txtBlock .el_postMainVisual__titCategory strong.is-sp {
    display: block;
  }
  .index_page .un_topPostVisual .bl_postMainVisual__txtBlock .bl_postMainVisual__paperBox {
    margin-top: calc(19 / 375 * 100vw);
  }
  .index_page .un_topPostVisual .bl_postMainVisual__txtBlock .bl_postMainVisual__paperBox .el_postMainVisual__paperPic {
    float: none !important;
    width: 76px;
    padding: 0 0 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .index_page .un_topPostVisual .bl_postMainVisual__txtBlock .bl_postMainVisual__paperBox .el_postMainVisual__paperPic img {
    max-width: 60px;
  }
  .index_page .un_topPostVisual .bl_postMainVisual__txtBlock .bl_postMainVisual__paperBox .el_postMainVisual__copywide {
    width: calc(100% - 91px);
    font-size: calc(11 / 375 * 100vw);
    line-height: 1.89;
  }
  .index_page .un_topPostVisual .bl_postMainVisual__txtBlock .bl_postMainVisual__paperBox .el_postMainVisual__copyTxt {
    width: calc(100% - 91px);
    font-size: calc(11 / 375 * 100vw);
    line-height: 1.89;
  }
  .index_page .un_topPostVisual .bl_postMainVisual__txtBlock .el_postMainVisual__moreBtn {
    margin-top: calc(30 / 375 * 100vw);
    text-align: center;
  }
  .index_page .un_topPostVisual .bl_postMainVisual__txtBlock .el_postMainVisual__moreBtnLine {
    margin-top: calc(30 / 375 * 100vw);
    text-align: center;
  }
  .index_page .un_topPostVisual .bl_postMainVisual__txtBlock .el_postMainVisual__moreBtnLine a span {
    font-size: calc(15 / 375 * 100vw);
  }
  .index_page .un_topPostVisual .el_articleMore__btn {
    padding-top: calc(60 / 375 * 100vw);
  }
  .index_page .un_topPostVisual .el_articleMore__btn a {
    font-size: 13px;
  }
  .index_page .un_topPostVisual .el_postMainVisual__shopName span {
    padding: calc(3 / 375 * 100vw) calc(7 / 375 * 100vw);
    font-size: calc(21 / 375 * 100vw);
  }
  .index_page .un_topPostVisual--dancho .el_articleMore__btn a {
    max-width: 226px;
  }
  .index_page .un_topPostVisual--ani .el_postMainVisual__titCategory strong img {
    max-width: calc(88 / 375 * 100vw) !important;
  }
  .index_page .un_topPostVisual--ani .bl_postMainVisual__paperBox {
    margin-top: calc(19 / 375 * 100vw) !important;
  }
  .index_page .un_topPostVisual--ani .bl_postMainVisual__paperBox .el_postMainVisual__copyTxt {
    float: none;
  }
  .index_page .un_topPostVisual--ani .el_articleMore__btn a {
    max-width: 210px;
  }
  .index_page .un_topPostVisual--nomi .bl_postMainVisual__paperBox {
    margin-top: calc(19 / 375 * 100vw) !important;
  }
  .index_page .un_topPostVisual--nomi .bl_postMainVisual__paperBox .el_postMainVisual__copyTxt {
    float: none;
  }
  .index_page .un_topPostVisual--nomi .el_articleMore__btn a {
    max-width: 220px;
  }
  .index_page .un_topPostVisual--kenbun .el_postMainVisual__titCategory strong img {
    max-width: calc(122 / 375 * 100vw) !important;
  }
  .index_page .un_topPostVisual--kenbun .el_postMainVisual__titCategory span img {
    max-width: calc(71 / 375 * 100vw) !important;
  }
  .index_page .un_topPostVisual--kenbun .bl_postMainVisual__paperBox {
    margin-top: calc(19 / 375 * 100vw) !important;
  }
  .index_page .un_topPostVisual--kenbun .bl_postMainVisual__paperBox .el_postMainVisual__copyTxt {
    float: none;
  }
  .index_page .un_topPostVisual--kenbun .el_articleMore__btn a {
    max-width: 234px;
  }
  .index_page .un_topPostVisual--marathon .el_postMainVisual__titCategory strong img {
    max-width: calc(122 / 375 * 100vw) !important;
  }
  .index_page .un_topPostVisual--marathon .el_postMainVisual__titCategory span img {
    max-width: calc(71 / 375 * 100vw) !important;
  }
  .index_page .un_topPostVisual--marathon .bl_postMainVisual__paperBox {
    margin-top: calc(19 / 375 * 100vw) !important;
  }
  .index_page .un_topPostVisual--marathon .bl_postMainVisual__paperBox .el_postMainVisual__copyTxt {
    float: none;
  }
  .index_page .un_topPostVisual--marathon .el_articleMore__btn a {
    max-width: 234px;
  }
  .index_page .un_topPostVisual--potato .el_postMainVisual__titCategory strong img {
    max-width: calc(125 / 375 * 100vw) !important;
  }
  .index_page .un_topPostVisual--potato .el_postMainVisual__titCategory span img {
    max-width: calc(82 / 375 * 100vw) !important;
  }
  .index_page .un_topPostVisual--potato .bl_postMainVisual__paperBox {
    margin-top: calc(19 / 375 * 100vw) !important;
  }
  .index_page .un_topPostVisual--potato .el_articleMore__btn a {
    max-width: 226px;
  }
  .index_page .un_topPostVisual--sakka .el_postMainVisual__titCategory strong {
    width: auto;
  }
  .index_page .un_topPostVisual--sakka .el_postMainVisual__titCategory strong img {
    max-width: calc(245 / 375 * 100vw) !important;
  }
  .index_page .un_topPostVisual--sakka .el_postMainVisual__titCategory span img {
    max-width: calc(80 / 375 * 100vw) !important;
  }
  .index_page .un_topPostVisual .bl_columnPost {
    margin-top: calc(60 / 375 * 100vw);
  }
  .list_page .un_listMainVisual {
    padding: calc(20 / 375 * 100vw) calc(27 / 375 * 100vw) calc(30 / 375 * 100vw);
  }
  .list_page .un_listMainVisual::before {
    height: calc(330 / 375 * 100vw);
  }
  .list_page .un_listMainVisual::after {
    top: inherit;
    bottom: 0;
    height: calc(330 / 375 * 100vw);
  }
  .list_page .un_listPost .bl_columnPost {
    padding: calc(40 / 375 * 100vw) calc(27 / 375 * 100vw) 0;
  }
  .list_page .un_listPost .bl_articleMore {
    padding: calc(60 / 375 * 100vw) 0 calc(60 / 375 * 100vw);
  }
  .shoplist_page .un_shopMainVisual {
    background: #F8F7F4;
    padding: calc(23 / 375 * 100vw) calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  .shoplist_page .un_shopMainVisual::before {
    height: calc(130 / 375 * 100vw);
    background: #2D040B;
  }
  .shoplist_page .un_shopMainVisual::after {
    display: none;
  }
  .shoplist_page .un_shopPost {
    padding: calc(25 / 375 * 100vw) 0 calc(60 / 375 * 100vw);
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_headingShopPost {
    padding: 0 calc(15 / 375 * 100vw) 0;
    margin-bottom: calc(25 / 375 * 100vw);
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_headingShopPost__top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: calc(18 / 375 * 100vw);
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_headingShopPost__top .el_headingShopPost_top_schema {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_headingShopPost__top .el_headingShopPost_top_schema .el_headingShopPost_schema_item {
    margin-left: 0;
    margin-top: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_headingShopPost__top .el_headingShopPost_top_schema .el_headingShopPost_schema_item + .el_headingShopPost_schema_item {
    margin-top: calc(11 / 375 * 100vw);
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_headingShopPost__top .el_headingShopPost_top_schema .el_headingShopPost_schema_item__title {
    margin-top: .4em;
    font-size: calc(12 / 375 * 100vw);
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_headingShopPost__top .el_headingShopPost_top_schema .el_headingShopPost_schema_item__text {
    -webkit-column-gap: calc(12 / 375 * 100vw);
    -moz-column-gap: calc(12 / 375 * 100vw);
    column-gap: calc(12 / 375 * 100vw);
    row-gap: calc(5 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_headingShopPost__top .el_headingShopPost_top_schema .el_headingShopPost_schema_item__text span + span {
    margin-left: 0;
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_headingShopPost__top .el_headingShopSearch {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-left: 0;
    margin-top: calc(8 / 375 * 100vw);
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_headingShopPost__bottom {
    margin-top: calc(12 / 375 * 100vw);
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_headingShopPost__bottom .el_headingShopPost_bottom_note {
    font-size: calc(14 / 375 * 100vw);
    padding-left: 0;
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_headingShopPost__bottom .el_headingShopPost_bottom_note img {
    top: -3px;
    max-width: calc(21 / 375 * 100vw);
  }
  .shoplist_page .un_shopPost .bl_columnShopPost__unit {
    padding-bottom: calc(20 / 375 * 100vw);
  }
  .shoplist_page .un_shopPost .bl_columnShopPost__unit + .bl_columnShopPost__unit {
    margin-top: calc(65 / 375 * 100vw);
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostTitle {
    margin-bottom: calc(15 / 375 * 100vw);
    padding: 0 calc(15 / 375 * 100vw);
    font-size: calc(26 / 375 * 100vw);
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostList__left, .shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostList__right {
    width: 100%;
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostList ul li .el_ShopPostList_unit__title {
    padding: calc(10 / 375 * 100vw) calc(10 / 375 * 100vw) calc(10 / 375 * 100vw) calc(15 / 375 * 100vw);
    min-width: calc(110 / 375 * 100vw);
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostList ul li .el_ShopPostList_unit__title p {
    font-size: calc(13 / 375 * 100vw);
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostList ul li .el_ShopPostList_unit__detail {
    padding: calc(10 / 375 * 100vw) calc(10 / 375 * 100vw) calc(10 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostList ul li .el_ShopPostList_unit__detail p {
    font-size: calc(13 / 375 * 100vw);
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_more_info {
    padding: 0 calc(15 / 375 * 100vw);
    margin: calc(20 / 375 * 100vw) 0 calc(35 / 375 * 100vw);
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_more_info button {
    font-weight: 600;
    font-size: calc(13 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostTag {
    margin: calc(20 / 375 * 100vw) calc(15 / 375 * 100vw) 0;
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostTag ul {
    margin: calc(-10 / 375 * 100vw) calc(-10 / 375 * 100vw) 0 0;
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostTag ul li {
    font-weight: 600;
    font-size: calc(13 / 375 * 100vw);
    margin: calc(10 / 375 * 100vw) calc(10 / 375 * 100vw) 0 0;
    padding: calc(10 / 375 * 100vw) calc(25 / 375 * 100vw);
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostRelation {
    margin-top: calc(35 / 375 * 100vw);
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostRelation__inner {
    padding: calc(15 / 375 * 100vw);
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostRelation__inner .el_ShopPostRelation_image {
    min-width: calc(130 / 375 * 100vw);
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostRelation__inner .el_ShopPostRelation_detail {
    margin-left: calc(15 / 375 * 100vw);
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostRelation__inner .el_ShopPostRelation_detail__title {
    margin-bottom: calc(15 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_ShopPostRelation__inner .el_ShopPostRelation_detail__text span {
    font-size: calc(12 / 375 * 100vw);
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_web_link {
    font-size: calc(12 / 375 * 100vw);
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_map_link {
    font-size: calc(12 / 375 * 100vw);
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_phone_link {
    font-size: calc(15 / 375 * 100vw);
  }
  .shoplist_page .un_shopPost .bl_columnShopPost .el_phone_link::before {
    font-size: calc(13 / 375 * 100vw);
  }
  .article_page.twitter_campaign .features_area_block__img {
    top: 19px;
    width: calc(356 / 375 * 100vw);
  }
  .article_page.twitter_campaign .features_main_block {
    padding: 0 10px calc(111 / 375 * 100vw);
  }
  .article_page.twitter_campaign .features_main_block__ineer {
    margin: calc(-314 / 375 * 100vw) auto 0;
  }
  .article_page.twitter_campaign .features_main_block__color-container {
    padding-top: calc(1224 / 375 * 100vw);
    padding-bottom: calc(49 / 375 * 100vw);
    margin-top: calc(-1220 / 375 * 100vw);
  }
  .article_page.twitter_campaign .features_main_block .features_panel_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: calc(-10 / 375 * 100vw);
  }
  .article_page.twitter_campaign .features_main_block .features_panel_list__item {
    max-width: 100%;
    width: calc(352 / 375 * 100vw);
    margin: 0 auto calc(10 / 375 * 100vw);
  }
  .article_page.twitter_campaign .features_main_block .features_panel_list__item--release::before {
    width: calc(245 / 375 * 100vw);
    height: calc(145 / 375 * 100vw);
  }
  .article_page.twitter_campaign .features_main_block .features_panel_list__item--release::after {
    width: calc(97 / 375 * 100vw);
    height: calc(97 / 375 * 100vw);
    bottom: 17px;
    right: 10px;
  }
  .article_page.twitter_campaign .features_past_articles {
    padding: calc(36 / 375 * 100vw) 20px calc(28 / 375 * 100vw);
  }
  .article_page.twitter_campaign .features_past_articles__title {
    text-align: center;
    margin-bottom: 18px;
  }
  .article_page.twitter_campaign .features_past_articles .features_past_articles_list {
    font-size: calc(14 / 375 * 100vw);
  }
  .article_page.twitter_campaign .features_past_articles .features_past_articles_list__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article_page.twitter_campaign .features_past_articles .features_past_articles_list__unit {
    width: 100%;
    margin-bottom: 9px;
  }
  .article_page.twitter_campaign .features_past_articles .features_past_articles_list__unit::before {
    left: -14px;
    top: 50%;
  }
  .article_page.twitter_campaign .features_past_articles .features_past_articles_list__text {
    margin-left: -12px;
    font-size: calc(14 / 375 * 100vw);
  }
  .article_page.twitter_campaign .features_main_block_banner {
    width: 100%;
    padding-bottom: calc(50 / 375 * 100vw);
  }
  .article_page.twitter_campaign .features_main_block_search {
    width: 78.5%;
  }
  .article_page.twitter_campaign .campaign_banner_finish {
    overflow: hidden;
  }
  .article_page.twitter_campaign .campaign_banner_finish::after {
    width: 153%;
    height: 55%;
    top: 48%;
    background-image: url("../img/twitter/pic_campaign_finish_sp.png");
  }
  .article_page.twitter_campaign .campaign_banner {
    height: calc(225 / 375 * 100vw);
    background-image: url("/assets/img/twitter/mainvisual_sub02_sp.jpg");
  }
  .article_page.twitter_campaign .campaign_banner__title {
    width: 88%;
    padding-top: calc(22 / 375 * 100vw);
  }
  .article_page.twitter_campaign .campaign_banner__img {
    max-width: 100%;
    margin: 20px auto 0;
    width: calc(287 / 375 * 100vw);
  }
  .article_page.twitter_campaign .campaign_banner_bottom {
    padding-top: calc(274 / 375 * 100vw);
    padding-bottom: 0;
  }
  .article_page.twitter_campaign .campaign_banner_bottom__box {
    width: 88%;
    margin: 0 auto;
  }
  .article_page.twitter_campaign .campaign_banner_bottom__title {
    font-size: calc(12 / 375 * 100vw);
    line-height: 2.1;
    padding: 14px 10px;
  }
  .article_page.twitter_campaign .campaign_banner_bottom__twitter {
    margin-top: calc(35 / 375 * 100vw);
  }
  .article_page.twitter_campaign .campaign_banner_bottom__lead {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .article_page.twitter_campaign .campaign_banner_bottom__lead span::before {
    left: -65px;
  }
  .article_page.twitter_campaign .campaign_banner_bottom__lead span::after {
    right: -20px;
  }
  .article_page.twitter_campaign .campaign_banner_bottom__hash-btn {
    font-size: 16px;
    margin: 0 auto 23px;
  }
  .article_page.twitter_campaign .campaign_banner_bottom__hash-btn a {
    width: 100%;
    padding: 10px 40px;
  }
  .article_page.twitter_campaign .campaign_banner_bottom__official a {
    width: 100%;
    font-size: 16px;
  }
  .article_page.twitter_campaign .campaign_banner_bottom__official a span::before {
    left: 5%;
    width: 23px;
    height: 23px;
  }
  .article_page.twitter_campaign .twitter_api_block--bg-red {
    padding-top: 49px;
    padding-bottom: 318px;
  }
  .article_page.twitter_campaign .twitter_api_block__inner {
    max-width: 100%;
    margin: -330px 10px 110px;
    padding-top: 17px;
  }
  .article_page.twitter_campaign .twitter_api_block__title {
    font-size: calc(17 / 375 * 100vw);
  }
  .article_page.twitter_campaign .twitter_api_block__title::before, .article_page.twitter_campaign .twitter_api_block__title::after {
    width: 53px;
  }
  .article_page.twitter_campaign .twitter_api_block__title::before {
    left: 0;
  }
  .article_page.twitter_campaign .twitter_api_block__title::after {
    right: 0;
  }
}

@media screen and (max-width: 375px) {
  .bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory {
    padding: 11px 10px 11px 22px;
  }
  .bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory.is-padding-small {
    padding: 11px 10px 6px 22px;
  }
  .bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory i {
    left: 8px;
    font-size: 10px;
  }
  .bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory span {
    font-size: 10px;
  }
  .bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory--dancho strong img {
    height: 14px;
  }
  .bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory--dancho span img {
    height: 12px;
  }
  .bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory--ani strong img {
    height: 14px;
  }
  .bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory--ani span {
    margin-top: 3px;
  }
  .bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory--kenbun span {
    margin-top: 3px;
  }
  .bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory--kenbun span img {
    height: 12px;
  }
  .bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory--marathon span {
    margin-top: 3px;
  }
  .bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory--marathon span img {
    height: 12px;
  }
  .bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory--potato strong img {
    height: 14px;
  }
  .bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory--potato span {
    margin-top: 1px;
  }
  .bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory--potato span img {
    height: 14px;
  }
  .bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__txtBlock .el_newPost__tit {
    font-size: 12px;
  }
  .ly_header__head__inner .el_head__tit a span {
    padding: 0;
  }
  .ly_header__head__inner .el_head__tit a span::before {
    left: -6px;
  }
  .ly_header__head__inner .el_head__tit a span::after {
    right: -4px;
  }
  .ly_footer {
    padding-bottom: 0;
  }
  .ly_footer__head .ly_footer__shareBlock .el_share__sns ul li img {
    max-width: 66px;
  }
  .article_page .bl_article__shareBlock .el_share__sns ul li img {
    max-width: 66px;
  }
  .index_page .un_topNews .bl_newsBlock__postBox ul li:nth-of-type(n + 2) {
    margin-top: 6px;
  }
  .index_page .un_topSearch .el_topSearch__snsBtn {
    max-width: 295px;
  }
}

@media screen and (max-width: 320px) {
  .bl_columnShopSearch__areaBlock .el_listShop li::before {
    top: -1px;
  }
  .bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory {
    padding: 11px 10px 11px 18px;
  }
  .bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__imgBlock .el_newPost__titCategory i {
    left: 4px;
  }
  .bl_newSeries__inner .bl_newSeries__postBlock .bl_newPost__txtBlock .el_newPost__tit {
    font-size: 10px;
  }
  .is-sp-s {
    display: block;
  }
  .ly_header__head__inner .el_head__tit {
    width: 78%;
  }
  .ly_header__head__inner .el_head__tit a span {
    letter-spacing: -0.1em;
  }
  .ly_header__head__inner .el_head__supportLink {
    width: 18%;
  }
  .ly_header__catch__inner .el_catch__link {
    right: -10px;
  }
  .index_page .un_topMainVisual::before {
    height: 246px;
  }
  .index_page .un_topNews .bl_newsBlock__postBox ul li time {
    display: block;
  }
  .index_page .un_topNews .bl_newsBlock__postBox ul li p {
    display: block;
  }
}

@media sp {
  .index_page .bl_top_archive span {
    color: #981A1F;
    /* www.akaboshi-tanteidan.com/Semantic/Heading 3 */
    font-family: var(--font-family-Font-2, "Noto Serif JP");
    font-size: 17.7px;
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--line-height-25_28, 25.28px);
    /* 142.825% */
    letter-spacing: var(--stroke-weight-0_35, 0.353px);
  }
}
