@charset "UTF-8";
/*! =============================================================

	Date: 2021-11
	CSS Document ： 夢くじ祭

	1.ベース
	2.ヘッダー
	3.フッター
	4.基本（スマホ）
	5.共通パーツのスタイル
	6.ページの要素のスタイル

=============================================================*/
/* -----------------------------------------------------------------------
## ベース ##################################################
----------------------------------------------------------------------- */
:where(.mainContents_mr) h1, :where(.mainContents_mr) h2, :where(.mainContents_mr) h3, :where(.mainContents_mr) h4, :where(.mainContents_mr) h5, :where(.mainContents_mr) h6, :where(.mainContents_mr) p {
  margin: 0;
  font-family: inherit;
}
:where(.mainContents_mr) ul, :where(.mainContents_mr) ol, :where(.mainContents_mr) dl {
  margin: 0;
  padding: 0;
}
:where(.mainContents_mr) li {
  list-style: none;
}
:where(.mainContents_mr) img {
  max-width: 100%;
  vertical-align: bottom;
}
:where(.mainContents_mr) a:focus {
  outline: none;
}

@media screen and (min-width: 919px) {
  body {
    min-width: 750px;
  }
}
body.is-fixed_mr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.mainContents_mr {
  color: #333;
  font-weight: 400;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (min-width: 919px) {
  .mainContents_mr {
    font-size: 16px;
  }
}
.mainContents_mr img {
  width: 100%;
  height: auto;
}
.mainContents_mr a {
  color: #333;
}
.mainContents_mr a:hover {
  text-decoration: none;
}
.mainContents_mr a:focus {
  outline: none;
}
.mainContents_mr button,
.mainContents_mr select {
  color: #333;
}
.mainContents_mr button {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  background: transparent;
  outline: none;
}

/* -----------------------------------------------------------------------
## 基本（スマホ） ##################################################
----------------------------------------------------------------------- */
@media screen and (max-width: 918px) {
  .mainContents_mr .spbr_mr {
    display: inline;
  }
  .mainContents_mr .pcbr_mr {
    display: none;
  }
  .mainContents_mr .spBlock_mr {
    display: block;
  }
  .mainContents_mr .pcBlock_mr {
    display: none;
  }
}
@media screen and (min-width: 919px) {
  .mainContents_mr .spbr_mr {
    display: none;
  }
  .mainContents_mr .pcbr_mr {
    display: inline;
  }
  .mainContents_mr .spBlock_mr {
    display: none;
  }
  .mainContents_mr .pcBlock_mr {
    display: block;
  }
}
.is-text-center_mr {
  text-align: center;
}

.is-text-right_mr {
  text-align: right;
}

#footercontent .fsc_gfooter__breadcrumb {
  display: none;
}

.mainContents_mr .l-header_mr {
  padding: 7px 8px 5px 15px;
  background-color: #fff;
}
.mainContents_mr .l-header__inner_mr {
  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;
}
.mainContents_mr .l-header__logo_mr {
  display: block;
  width: 187px;
}
.mainContents_mr .l-header__logo_mr img {
  width: 100%;
  height: auto;
}
.mainContents_mr .l-hamburger_mr {
  position: relative;
  z-index: 9999993;
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 1000px;
  background-color: #b71829;
  cursor: pointer;
}
.mainContents_mr .l-hamburger_mr::before, .mainContents_mr .l-hamburger_mr::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 2px;
  margin: auto;
  border-radius: 50px;
  background-color: #fff;
  content: "";
}
.mainContents_mr .l-hamburger_mr::before {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-transition: -webkit-transform 0.2s 0s ease-out;
  transition: -webkit-transform 0.2s 0s ease-out;
  transition: transform 0.2s 0s ease-out;
  transition: transform 0.2s 0s ease-out, -webkit-transform 0.2s 0s ease-out;
}
.mainContents_mr .l-hamburger_mr::after {
  -webkit-box-shadow: 0 -6px 0 rgb(255, 255, 255);
          box-shadow: 0 -6px 0 rgb(255, 255, 255);
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.2s 0s ease-out, -webkit-box-shadow 0.2s 0.1s linear;
  transition: -webkit-transform 0.2s 0s ease-out, -webkit-box-shadow 0.2s 0.1s linear;
  transition: transform 0.2s 0s ease-out, box-shadow 0.2s 0.1s linear;
  transition: transform 0.2s 0s ease-out, box-shadow 0.2s 0.1s linear, -webkit-transform 0.2s 0s ease-out, -webkit-box-shadow 0.2s 0.1s linear;
}
.mainContents_mr .l-hamburger_mr.is-open_mr::before {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s 0.1s ease-out;
  transition: -webkit-transform 0.2s 0.1s ease-out;
  transition: transform 0.2s 0.1s ease-out;
  transition: transform 0.2s 0.1s ease-out, -webkit-transform 0.2s 0.1s ease-out;
}
.mainContents_mr .l-hamburger_mr.is-open_mr::after {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
  -webkit-box-shadow: 0 -6px 0 rgba(255, 255, 255, 0);
          box-shadow: 0 -6px 0 rgba(255, 255, 255, 0);
  -webkit-transition: -webkit-transform 0.2s 0.1s ease-out, -webkit-box-shadow 0.2s 0s linear;
  transition: -webkit-transform 0.2s 0.1s ease-out, -webkit-box-shadow 0.2s 0s linear;
  transition: transform 0.2s 0.1s ease-out, box-shadow 0.2s 0s linear;
  transition: transform 0.2s 0.1s ease-out, box-shadow 0.2s 0s linear, -webkit-transform 0.2s 0.1s ease-out, -webkit-box-shadow 0.2s 0s linear;
}

@media screen and (min-width: 919px) {
  .mainContents_mr .l-header_mr {
    padding: 10px 0 10px;
  }
  .mainContents_mr .l-header__inner_mr {
    width: 920px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: auto;
    padding-left: 5px;
  }
  .mainContents_mr .l-header__logo_mr {
    width: 262px;
  }
  .mainContents_mr .l-hamburger_mr {
    width: 60px;
    height: 60px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 0.2s 0s linear;
    transition: opacity 0.2s 0s linear;
  }
  .mainContents_mr .l-hamburger_mr::before, .mainContents_mr .l-hamburger_mr::after {
    width: 28px;
    height: 2px;
  }
  .mainContents_mr .l-hamburger_mr::before {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .mainContents_mr .l-hamburger_mr::after {
    -webkit-box-shadow: 0 -8px 0 rgb(255, 255, 255);
            box-shadow: 0 -8px 0 rgb(255, 255, 255);
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .mainContents_mr .l-hamburger_mr.is-open_mr::before {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  .mainContents_mr .l-hamburger_mr.is-open_mr::after {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
    -webkit-box-shadow: 0 -8px 0 rgba(255, 255, 255, 0);
            box-shadow: 0 -8px 0 rgba(255, 255, 255, 0);
  }
  .mainContents_mr .l-hamburger_mr:hover {
    opacity: 0.75;
  }
}
.mainContents_mr .l-globalNavi_mr {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999992;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mainContents_mr .l-globalNavi__overlay_mr {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999991;
  width: 100%;
  height: 100%;
  background-color: rgba(183, 24, 41, 0.96);
}
.mainContents_mr .l-menu_mr {
  width: 175px;
  margin: auto;
  pointer-events: all;
}
.mainContents_mr .l-menu_mr li + li {
  border-top: 1px solid #fff;
}
.mainContents_mr .l-menu_mr a {
  display: block;
  line-height: 1;
  padding: 18px 0;
  color: #fff;
  letter-spacing: 0.06em;
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
}

@media screen and (min-width: 919px) {
  .mainContents_mr .l-globalNavi_mr {
    display: none;
  }
  .mainContents_mr .l-globalNavi__overlay_mr {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999991;
    width: 100%;
    height: 100%;
    background-color: rgba(183, 24, 41, 0.96);
  }
  .mainContents_mr .l-menu_mr {
    width: 350px;
    margin: auto;
  }
  .mainContents_mr .l-menu_mr li + li {
    border-top: 1px solid #fff;
  }
  .mainContents_mr .l-menu_mr a {
    display: block;
    line-height: 1;
    padding: 35px 0;
    color: #fff;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 1.75rem;
    font-weight: bold;
  }
}
/* -----------------------------------------------------------------------
## ボタン ##################################################
----------------------------------------------------------------------- */
.mainContents_mr .cmn-button_mr {
  position: relative;
  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;
  line-height: 1;
  height: min(calc(40 / 375 * 100vw), 56px);
  border-radius: 500px;
  background-color: #003F7A;
  color: #fff;
  font-size: min(calc(14 / 375 * 100vw), 16px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 0.2s 0s linear;
  transition: opacity 0.2s 0s linear;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.17);
}
.mainContents_mr .cmn-button_mr::after {
  position: absolute;
  top: 0;
  right: 8%;
  bottom: 0;
  width: 0.65em;
  height: 0.65em;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2023%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22m3.11%2022.98%2010.9-11L3.1.98.03%204.05l7.84%207.93-7.84%207.93%203.08%203.07Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
.mainContents_mr .cmn-button_mr[disabled] {
  color: #fff;
  border: 0;
  background-color: #b7b7b7;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0.9375rem;
}
.mainContents_mr .cmn-button_mr[disabled]::after {
  display: none;
}
.mainContents_mr .cmn-button_mr.is-arrow-bottom_mr::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mainContents_mr .cmn-button_mr.is-no-arrow_mr::after {
  display: none !important;
}
.mainContents_mr .cmn-button_mr.is-white_mr {
  background: #fff;
  color: #222;
}
.mainContents_mr .cmn-button_mr.is-white_mr::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2023%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23b49217%22%20d%3D%22m3.11%2022.98%2010.9-11L3.1.98.03%204.05l7.84%207.93-7.84%207.93%203.08%203.07Z%22%2F%3E%3C%2Fsvg%3E");
}
.mainContents_mr .cmn-button_mr.is-green_mr {
  background: #fff;
  color: #009E8F;
  border: 1px solid currentColor;
}
.mainContents_mr .cmn-button_mr.is-green_mr::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%229%22%20height%3D%2214%22%20viewBox%3D%220%200%209%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.9375%206.99512C8.11979%207.17741%208.21094%207.38574%208.21094%207.62012C8.21094%207.85449%208.11979%208.06283%207.9375%208.24512L2.27344%2013.6748C2.11719%2013.8311%201.92188%2013.9092%201.6875%2013.9092C1.42708%2013.9092%201.21875%2013.8311%201.0625%2013.6748C0.645833%2013.2581%200.645833%2012.8415%201.0625%2012.4248L6.0625%207.62012L1.0625%202.81543C0.880208%202.65918%200.789062%202.46387%200.789062%202.22949C0.789062%201.96908%200.880208%201.74772%201.0625%201.56543C1.45312%201.14876%201.85677%201.14876%202.27344%201.56543L7.9375%206.99512Z%22%20fill%3D%22%23009E8F%22%2F%3E%3C%2Fsvg%3E");
}
.mainContents_mr .cmn-button_mr.is-red_mr {
  background: #AB153B;
  color: #fff;
}
.mainContents_mr .cmn-button_mr.is-blue_mr {
  background: #fff;
  color: #003F7A;
  border: 1px solid currentColor;
}
.mainContents_mr .cmn-button_mr.is-blue_mr::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%226%22%20height%3D%2210%22%20viewBox%3D%220%200%206%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5.40625%204.5625C5.53385%204.6901%205.59766%204.83594%205.59766%205C5.59766%205.16406%205.53385%205.3099%205.40625%205.4375L1.44141%209.23828C1.33203%209.34766%201.19531%209.40234%201.03125%209.40234C0.848958%209.40234%200.703125%209.34766%200.59375%209.23828C0.302083%208.94661%200.302083%208.65495%200.59375%208.36328L4.09375%205L0.59375%201.63672C0.466146%201.52734%200.402344%201.39062%200.402344%201.22656C0.402344%201.04427%200.466146%200.889323%200.59375%200.761719C0.867188%200.470052%201.14974%200.470052%201.44141%200.761719L5.40625%204.5625Z%22%20fill%3D%22%23003F7A%22%2F%3E%3C%2Fsvg%3E");
}
.mainContents_mr .cmn-button_mr.is-kurashi_mr {
  background: #D50060;
}
.mainContents_mr .cmn-button_mr.is-kyujitsu_mr {
  background: #c9dc57;
}
.mainContents_mr .cmn-button_mr.is-watashi_mr {
  background: #ff9ddc;
}
.mainContents_mr .cmn-button_mr.is-okaimono_mr {
  background: #ffa964;
}
.mainContents_mr .cmn-button_mr.is-line_mr {
  background: #fff;
  border: 1px solid #b49217;
  color: #b49217;
}
.mainContents_mr .cmn-button_mr.is-line_mr::after {
  right: 11px;
  width: 7px;
  height: 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013%209%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23b49217%22%20d%3D%22M.98%202.54%206.87%208.4l5.88-5.87L11.1.87%206.87%205.11%202.63.87.98%202.54Z%22%2F%3E%3C%2Fsvg%3E");
}
.mainContents_mr .cmn-button_mr:hover {
  opacity: 0.75;
}

/* -----------------------------------------------------------------------
## パンくず ##################################################
----------------------------------------------------------------------- */
.breadcrumbs_mr {
  display: none;
}

@media screen and (min-width: 919px) {
  .breadcrumbs_mr {
    display: block;
    background: #F5EFDF;
    color: #333;
  }
  .breadcrumbs_mr .breadcrumbs__list_mr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 920px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 0.875rem;
  }
  .breadcrumbs_mr .breadcrumbs__list_mr li {
    font-size: inherit;
  }
  .breadcrumbs_mr .breadcrumbs__list_mr li + li::before {
    margin: 0 12px;
    content: ">";
  }
  .breadcrumbs_mr .breadcrumbs__list_mr li a {
    color: inherit;
    font-size: inherit;
  }
}
/* -----------------------------------------------------------------------
## 白背景ボックス ##################################################
----------------------------------------------------------------------- */
.cmn-whiteBox_mr {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  background-color: #fff;
}

/* -----------------------------------------------------------------------
## モーダル ##################################################
----------------------------------------------------------------------- */
.modal__overlay_mr {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999993;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

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

.modal__inner_mr {
  position: relative;
  padding: 23px 0 0;
}

.modal__viewport_mr {
  max-width: 1024px;
  width: calc(345 / 375 * 100vw);
  border-radius: 10px;
  pointer-events: all;
}

.modal__contents_mr {
  max-width: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 40px;
  border-radius: 10px;
  background-color: #fff;
}

.modal__contents__list_mr {
  line-height: 1.5;
  font-size: 0.875rem;
}
.modal__contents__list_mr li {
  padding-left: 1em;
  text-indent: -1em;
}

.modal__contents__notes_mr {
  margin-top: 20px;
}
.modal__contents__notes_mr li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5833333333;
  font-size: 0.75rem;
}
.modal__contents__notes_mr small {
  font-size: inherit;
}

.modal__closeBtn_mr {
  cursor: pointer;
}
.modal__closeBtn_mr[data-position=top] {
  position: absolute;
  top: 0;
  right: -5px;
  width: 44px;
  height: 44px;
  border-radius: 1000px;
  background-color: #b71829;
  text-indent: -999em;
  pointer-events: all;
}
.modal__closeBtn_mr[data-position=top]::before, .modal__closeBtn_mr[data-position=top]::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 2px;
  margin: auto;
  border-radius: 50px;
  background-color: #fff;
  content: "";
}
.modal__closeBtn_mr[data-position=top]::before {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.modal__closeBtn_mr[data-position=top]::after {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

@media screen and (min-width: 919px) {
  .modal__inner_mr {
    padding: 23px 0 0;
  }
  .modal__closeBtn_mr[data-position=top] {
    width: 60px;
    height: 60px;
  }
  .modal__closeBtn_mr[data-position=top]::before, .modal__closeBtn_mr[data-position=top]::after {
    width: 30px;
  }
  .modal__contents__list_mr {
    font-size: 1rem;
  }
  .modal__contents__notes_mr {
    margin-top: 30px;
  }
  .modal__contents__notes_mr li {
    font-size: 0.875rem;
  }
  .modal__contents__notes_mr small {
    font-size: inherit;
  }
}
/* -----------------------------------------------------------------------
## 導入 ##################################################
----------------------------------------------------------------------- */
.overview_mr {
  padding: 0 0 40px;
  background-image: url(../images/bg.jpg);
  background-size: 50px auto;
}
.overview_mr .cmn-button_mr.is-white_mr {
  width: 220px;
  height: min(calc(45 / 375 * 100vw), 45px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px auto 0;
  color: #222;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.17);
  font-size: 0.875rem;
  font-weight: bold;
}
.overview_mr .cmn-button_mr.is-white_mr::before {
  display: block;
  width: 1.4em;
  height: 1.4em;
  margin-left: 0.5em;
  background-image: url(../images/icon_question.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.overview__lead_mr {
  margin-top: 40px;
  font-size: 1rem;
  text-align: center;
  line-height: 2em;
}
.overview__lead_mr img {
  width: 277px;
  margin: 0 auto;
}
.overview__lead_mr p + p {
  margin-top: 1em;
}

.overview__lead__title_mr {
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
  color: #003F7A;
  font-size: 1.25rem;
  font-family: "A1明朝", "A1 Mincho", serif;
  font-weight: normal;
  line-height: 1.6;
}
.overview__lead__title_mr span {
  display: inline-block;
  position: relative;
}
.overview__lead__title_mr span::before, .overview__lead__title_mr span::after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: currentColor;
  content: "";
}
.overview__lead__title_mr span::before {
  left: -1em;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.overview__lead__title_mr span::after {
  right: -1em;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

#overviewModal_mr .modal__contents_mr {
  padding-top: 23px;
  padding-bottom: 25px;
}
#overviewModal_mr h2 {
  height: 125px;
  text-align: center;
}
#overviewModal_mr h2 img {
  width: auto;
  height: 100%;
  margin: auto;
}
#overviewModal_mr p {
  line-height: 1.5;
  margin-top: 25px;
  letter-spacing: 0;
  font-size: 0.875rem;
}

@media screen and (min-width: 919px) {
  .overview_mr {
    padding-bottom: 80px;
  }
  .overview_mr .cmn-button_mr.is-white_mr {
    width: 220px;
    height: 45px;
    margin: 30px auto 0;
    font-size: 1rem;
  }
  .overview__title_mr {
    padding-inline: 1%;
    background-image: url(../images/bg_kv_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    text-align: center;
    overflow: hidden;
  }
  .overview__title_mr img {
    max-width: 1024px;
  }
  .overview__lead_mr {
    margin-top: 80px;
    font-size: 1.25rem;
    line-height: 2;
  }
  .overview__lead__title_mr {
    margin-bottom: 40px;
    font-size: 1.75rem;
  }
  #overviewModal_mr .modal__contents_mr {
    padding: 45px 80px 50px;
    text-align: center;
  }
  #overviewModal_mr h2 {
    height: 125px;
  }
  #overviewModal_mr h2 img {
    width: auto;
    height: 100%;
    margin: auto;
  }
  #overviewModal_mr p {
    line-height: 1.5;
    margin-top: 25px;
    letter-spacing: 0;
    font-size: 1rem;
  }
}
/* -----------------------------------------------------------------------
## ラインナップはこちら ##################################################
----------------------------------------------------------------------- */
.ancor_mr {
  padding: 40px 6.4%;
  background-image: url("../images/bg_anchor_sp.jpg");
  background-size: cover;
}

@media screen and (min-width: 919px) {
  .ancor_mr {
    padding: 40px 0;
    background-image: url("../images/bg_anchor_pc.jpg");
  }
}
.ancor__list_mr ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 16px;
}
.ancor__list_mr ul .cmn-button_mr {
  height: calc(40 / 375 * 100vw);
  font-size: calc(14 / 375 * 100vw);
}
.ancor__list_mr ul .cmn-button_mr.is-btn-present {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: none;
  border: none;
}
.ancor__list_mr ul .cmn-button_mr.is-btn-present::after {
  display: none;
}
.ancor__list_mr ul .cmn-button_mr.is-btn-present picture {
  width: 100%;
}
.ancor__list_mr ul .cmn-button_mr.is-btn-present img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 919px) {
  .ancor__list_mr {
    width: 824px;
    margin: 0 auto;
  }
  .ancor__list_mr ul {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .ancor__list_mr li .cmn-button_mr {
    height: 56px;
    font-size: 1rem;
    font-weight: bold;
  }
}
.campaign_mr {
  margin-top: 44px;
  padding: 26px 24px 21px;
}
.campaign_mr::after {
  position: absolute;
  top: -29px;
  right: 13px;
  width: 125px;
  height: 99px;
  background-image: url("../images/img_meripo01.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  content: "";
}

.campaign__title_mr {
  position: absolute;
  top: -25px;
  left: -25px;
  width: 172px;
  height: 57px;
}

.campaign__text_mr {
  line-height: 1.4285714286;
  font-size: 0.875rem;
  font-weight: bold;
}
.campaign__text_mr strong {
  color: #c30d23;
}

@media screen and (min-width: 919px) {
  .campaign_mr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 920px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 50px;
    padding: 25px 45px 35px 55px;
  }
  .campaign_mr::after {
    top: -21px;
    right: 457px;
    width: 175px;
    height: 138px;
  }
  .campaign__title_mr {
    top: -25px;
    left: -25px;
    width: 240px;
    height: 86px;
  }
  .campaign__text_mr {
    line-height: 1.4;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding-top: 40px;
    font-size: 1.25rem;
  }
}
.app_mr {
  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;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  margin-top: 8px;
}
.app_mr dt {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 100%;
  font-weight: bold;
  text-align: center;
  font-size: 0.75rem;
}
.app_mr dd {
  margin-top: 10px;
}
.app_mr img[src*="download_appstore.png"] {
  width: 113px;
  height: auto;
}
.app_mr img[src*="download_google.png"] {
  width: 140px;
  height: auto;
}

@media screen and (min-width: 919px) {
  .app_mr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    margin-top: 0;
    padding-left: 65px;
  }
  .app_mr dt {
    font-size: 1.0625rem;
  }
  .app_mr dd {
    margin-top: 12px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .app_mr img[src*="app-iphone-qr.png"],
  .app_mr img[src*="app-android-qr.png"] {
    width: 80px;
    height: 80px;
    margin: auto;
  }
  .app_mr img[src*="download_appstore.png"] {
    width: 118px;
    height: auto;
    margin-top: 10px;
  }
  .app_mr img[src*="download_google.png"] {
    width: 147px;
    height: auto;
    margin-top: 10px;
  }
  .app_mr a img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 0.2s 0s linear;
    transition: opacity 0.2s 0s linear;
  }
  .app_mr a:hover img {
    opacity: 0.75;
  }
}
.uranaiBanner_mr {
  margin-top: 17px;
}

@media screen and (min-width: 919px) {
  .uranaiBanner_mr {
    display: none;
  }
}
/* -----------------------------------------------------------------------
## 商品ラインナップ ##################################################
----------------------------------------------------------------------- */
.lineup_mr {
  position: relative;
  padding-top: 40px;
  background-image: url(../images/bg.jpg);
  background-size: 50px auto;
  z-index: 1;
  overflow: hidden;
}
.lineup_mr::after {
  display: block;
  position: absolute;
  left: 50%;
  top: 22px;
  width: 94.1333333333%;
  aspect-ratio: 707/456;
  background-image: url(../images/star_lineup_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  translate: -50% 0;
  z-index: -1;
  content: "";
}
@media screen and (min-width: 919px) {
  .lineup_mr {
    padding-top: 80px;
  }
  .lineup_mr::after {
    top: 52px;
    width: 979px;
    aspect-ratio: 1007/416;
    background-image: url(../images/star_lineup_pc.png);
  }
}

.lineup__title_mr {
  margin-bottom: min(calc(10 / 375 * 100vw), 20px);
  text-align: center;
}
.lineup__title_mr img {
  width: 87.2%;
}

@media screen and (min-width: 919px) {
  .lineup__title_mr img {
    width: 460px;
  }
}
.lineup__largeItem_mr {
  position: relative;
  width: 87.2%;
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: max(calc(-388 / 375 * 100vw), -388px);
}
@media screen and (min-width: 919px) {
  .lineup__largeItem_mr {
    margin-bottom: -363px;
  }
}
.lineup__largeItem_mr .lineup__largeItem__head_mr {
  position: relative;
  width: 91.7431192661%;
  max-width: 410px;
  margin: 0 auto max(calc(-40 / 375 * 100vw), -100px);
  z-index: 10;
}
.lineup__largeItem_mr .lineup__largeItem__box_mr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
  padding-bottom: 7.3394495413%;
  border: 1px solid #003F7A;
  border-radius: min(calc(16 / 375 * 100vw), 16px);
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 919px) {
  .lineup__largeItem_mr .lineup__largeItem__box_mr {
    padding: 3.90625% 6.25%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7.03125%;
  }
}
.lineup__largeItem_mr .lineup__largeItem__image_mr {
  line-height: 0;
}
@media screen and (min-width: 919px) {
  .lineup__largeItem_mr .lineup__largeItem__image_mr {
    -ms-flex-preferred-size: 41.30859375%;
        flex-basis: 41.30859375%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.lineup__largeItem_mr .lineup__largeItem__content_mr {
  margin-inline: auto;
  padding-inline: 7.3394495413%;
}
@media screen and (min-width: 919px) {
  .lineup__largeItem_mr .lineup__largeItem__content_mr {
    margin-inline: 0;
    padding-inline: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.lineup__largeItem_mr .lineup__largeItem__heading_mr {
  margin-bottom: 0.8em;
  color: #003F7A;
  font-size: min(calc(20 / 375 * 100vw), 28px);
  font-family: "A1明朝", "A1 Mincho", serif;
  font-weight: normal;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 919px) {
  .lineup__largeItem_mr .lineup__largeItem__heading_mr {
    text-align: left;
  }
}
.lineup__largeItem_mr .lineup__largeItem__text_mr {
  text-align: center;
}
@media screen and (min-width: 919px) {
  .lineup__largeItem_mr .lineup__largeItem__text_mr {
    text-align: left;
  }
}
.lineup__largeItem_mr .lineup__largeItem__text_mr p + p {
  margin-top: 1em;
}
.lineup__largeItem_mr .lineup__largeItem__btn_mr {
  margin-top: min(calc(32 / 375 * 100vw), 40px);
}
.lineup__largeItem_mr .lineup__largeItem__btn_mr .cmn-button_mr {
  height: min(calc(58 / 375 * 100vw), 80px);
  background-color: #003F7A;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 919px) {
  .lineup__largeItem_mr .lineup__largeItem__btn_mr {
    width: 330px;
  }
}

.lineup__group_mr {
  padding-top: min(calc(388 / 375 * 100vw), 388px);
  padding-bottom: 40px;
  background-image: url(../images/bg_lineup_sp.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 919px) {
  .lineup__group_mr {
    padding-top: 363px;
    background-image: url(../images/bg_lineup_pc.jpg);
  }
}

.itemBox__wrapper_mr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: min(calc(28 / 375 * 100vw), 28px);
  width: 87.2%;
  margin: 0 auto;
  padding-top: min(calc(80 / 375 * 100vw), 160px);
}

.itemBox_mr {
  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-sizing: border-box;
          box-sizing: border-box;
  padding: 24px;
}
.itemBox_mr .cmn-button_mr {
  width: 100%;
  height: 40px;
  margin-top: min(calc(16 / 375 * 100vw), 16px);
  font-size: min(calc(14 / 375 * 100vw), 14px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.itemBox_mr::before {
  position: absolute;
  top: max(calc(-24 / 375 * 100vw), -24px);
  left: max(calc(-16 / 375 * 100vw), -16px);
  width: min(calc(95 / 375 * 100vw), 95px);
  height: min(calc(95 / 375 * 100vw), 95px);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  content: "";
}
.itemBox_mr.is-3persons_mr::before {
  background-image: url("../images/badge_3p.png");
}
.itemBox_mr.is-100persons_mr::before {
  background-image: url("../images/badge_100p.png");
}
.itemBox_mr.is-100persons_mr .cmn-button_mr {
  background-color: #009E8F;
}

.itemBox__catch_mr {
  padding-left: 25%;
  color: #003F7A;
  font-family: "A1明朝", "A1 Mincho", serif;
  font-size: 1rem;
  line-height: 2;
}
.itemBox__catch_mr span {
  background-image: linear-gradient(to top, #003F7A 1px, transparent 1px);
}

.itemBox__name_mr {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.4285714286;
  text-align: center;
  font-size: min(calc(14 / 375 * 100vw), 14px);
}

@media screen and (min-width: 919px) {
  .itemBox__wrapper_mr {
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
    gap: 50px 16px;
    max-width: 1024px;
    margin: 0 auto;
  }
}
/* -----------------------------------------------------------------------
## ちょっといい「暮らし」 ##################################################
----------------------------------------------------------------------- */
.kurashi_mr {
  padding: 32px 0 40px;
  background-color: #D50060;
}

@media screen and (min-width: 919px) {
  .kurashi_mr {
    padding: 80px 0;
  }
}
/* -----------------------------------------------------------------------
## ちょっといい「休日」 ##################################################
----------------------------------------------------------------------- */
.kyujitsu_mr {
  padding: 32px 0 40px;
  background-color: #c9dc57;
}
.kyujitsu_mr .cmn-whiteBox_mr {
  width: 84%;
}

@media screen and (min-width: 919px) {
  .kyujitsu_mr {
    padding: 80px 0;
  }
}
/* -----------------------------------------------------------------------
## ちょっといい「わたし」 ##################################################
----------------------------------------------------------------------- */
.watashi_mr {
  padding: 32px 0 40px;
  background-color: #ff9ddc;
}
.watashi_mr .cmn-whiteBox_mr {
  width: 84%;
}

@media screen and (min-width: 919px) {
  .watashi_mr {
    padding: 80px 0;
  }
}
/* -----------------------------------------------------------------------
## フェリシモお買い物券 ##################################################
----------------------------------------------------------------------- */
.okaimono_mr {
  padding: 32px 0 40px;
  background-color: #ffa964;
}
.okaimono_mr .cmn-whiteBox_mr {
  width: 84%;
}

@media screen and (min-width: 919px) {
  .okaimono_mr {
    padding: 80px 0;
  }
}
/* -----------------------------------------------------------------------
## はずれてもWチャンス ##################################################
----------------------------------------------------------------------- */
.w-chance_mr {
  padding: min(calc(40 / 375 * 100vw), 80px) 0;
  background-color: #D2AD43;
}
.w-chance_mr .cmn-whiteBox_mr {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  padding: min(calc(24 / 375 * 100vw), 24px);
}
.w-chance_mr .itemBox__name_mr {
  margin-bottom: min(calc(24 / 375 * 100vw), 24px);
  line-height: 1.4705882353;
  font-size: 1.125rem;
  font-family: "秀英にじみ丸ゴシック B", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "sans-serif";
}
.w-chance_mr .itemBox__text_mr {
  margin-top: min(calc(16 / 375 * 100vw), 16px);
  font-size: 0.875rem;
  line-height: 1.6071428571;
}
.w-chance_mr .itemBox__text_mr strong {
  color: #AB153B;
  font-weight: inherit;
}
.w-chance_mr .cmn-button_mr.is-arrow-bottom_mr {
  width: min(calc(220 / 375 * 100vw), 220px);
  height: min(calc(45 / 375 * 100vw), 45px);
  margin: min(calc(24 / 375 * 100vw), 24px) auto 0;
  background-color: #56020B;
}

.w-chance__title_mr {
  margin-bottom: min(calc(32 / 375 * 100vw), 32px);
}
.w-chance__title_mr img {
  width: min(calc(315 / 375 * 100vw), 315px);
  margin: auto;
}

.w-chance__lead_mr {
  margin-bottom: min(calc(32 / 375 * 100vw), 32px);
}
.w-chance__lead_mr img {
  width: min(calc(315 / 375 * 100vw), 315px);
  margin: auto;
}

@media screen and (min-width: 919px) {
  .w-chance_mr .cmn-whiteBox_mr {
    max-width: 1024px;
    padding: 56px;
  }
  .w-chance_mr .w-chance__image_mr {
    width: 600px;
    margin: 0 auto;
  }
  .w-chance_mr .itemBox__text_mr {
    margin-top: 64px;
    font-size: 1rem;
    text-align: center;
  }
}
#w-chanceModal_mr .modal__contents__title_mr {
  margin-bottom: min(calc(24 / 375 * 100vw), 24px);
  line-height: 1.4705882353;
  font-size: 1.125rem;
  text-align: center;
}
#w-chanceModal_mr .modal__contents__text_mr {
  margin-top: 1.5em;
}
#w-chanceModal_mr .modal__contents__notes_mr li + li {
  margin-top: 1em;
}
#w-chanceModal_mr .is-text-right_mr {
  font-size: 0.75rem;
}

/* -----------------------------------------------------------------------
## 壁紙プレゼント ##################################################
----------------------------------------------------------------------- */
.present_mr {
  position: relative;
  padding: min(calc(40 / 375 * 100vw), 64px) 0;
  background-image: url(../images/bg.jpg);
  background-size: min(calc(50 / 375 * 100vw), 50px);
  overflow: hidden;
  z-index: 1;
}
.present_mr::after {
  display: block;
  position: absolute;
  left: 50%;
  top: 18px;
  width: 100%;
  aspect-ratio: 750/397;
  background-image: url(../images/bg_present_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  translate: -50% 0;
  z-index: -1;
  content: "";
}
@media screen and (min-width: 919px) {
  .present_mr::after {
    top: 34px;
    width: 1200px;
    aspect-ratio: 1200/270;
    background-image: url(../images/bg_present_pc.png);
  }
}
.present_mr .cmn-whiteBox_mr {
  width: 100%;
  padding: min(calc(24 / 375 * 100vw), 40px) min(calc(24 / 375 * 100vw), 64px);
}
.present_mr .cmn-whiteBox_mr + .cmn-whiteBox_mr {
  margin-top: min(calc(24 / 375 * 100vw), 32px);
}

.present__inner_mr {
  width: 87.2%;
  max-width: 1024px;
  margin: 0 auto;
}

.present__title_mr {
  margin-bottom: min(calc(24 / 375 * 100vw), 50px);
  text-align: center;
}
.present__title_mr img {
  width: min(calc(327 / 375 * 100vw), 694px);
}

.present__catch_mr {
  position: relative;
  margin-bottom: min(calc(14 / 375 * 100vw), 14px);
  text-align: center;
  z-index: 1;
}
.present__catch_mr::before {
  display: block;
  position: absolute;
  left: 50%;
  bottom: max(calc(-45 / 375 * 100vw), -70px);
  width: min(calc(338 / 375 * 100vw), 522px);
  aspect-ratio: 338/83;
  background-image: url(../images/bg_present_catch.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  content: "";
}
.present__catch_mr .present__catch__text_mr {
  margin-bottom: 0.5em;
  color: #003F7A;
  font-size: min(calc(16 / 375 * 100vw), 24px);
  font-family: "A1明朝", "A1 Mincho", serif;
  line-height: 1;
}
.present__catch_mr img {
  max-width: 578px;
}
@media screen and (min-width: 919px) {
  .present__catch_mr {
    margin-bottom: 0;
  }
}

.present__entry_mr .present__entry__heading_mr {
  margin-bottom: min(calc(24 / 375 * 100vw), 32px);
  font-size: min(calc(16 / 375 * 100vw), 24px);
  font-family: "A1明朝", "A1 Mincho", serif;
  line-height: 1;
  text-align: center;
}
.present__entry_mr .present__entry__heading_mr span {
  display: inline-block;
  padding-bottom: 0.25em;
  border-bottom: 1px solid currentColor;
}
.present__entry_mr .present__entry__text_mr {
  text-align: center;
}
.present__entry_mr .present__entry__text_mr p {
  display: inline-block;
  position: relative;
  font-size: min(calc(14 / 375 * 100vw), 20px);
  padding-left: 1.2em;
  text-align: left;
}
.present__entry_mr .present__entry__text_mr p::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0.25em;
  height: 1em;
  aspect-ratio: 24/23;
  background-image: url(../images/icon_check.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.present__entry_mr .present__entry__text_mr p strong {
  color: #AB153B;
  text-decoration: underline;
}
.present__entry_mr .present__entry__label_mr {
  width: min(calc(251 / 375 * 100vw), 378px);
  margin: min(calc(24 / 375 * 100vw), 32px) auto min(calc(16 / 375 * 100vw), 16px);
}
.present__entry_mr .present__entry__btn_mr .btn {
  display: block;
  max-width: 330px;
  margin: 0 auto;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none !important;
  background-color: transparent;
  color: inherit;
  font-size: 100%;
  font-weight: normal;
  cursor: pointer;
}
.present__entry_mr .present__entry__btn_mr .btn button {
  position: relative;
  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;
  line-height: 1;
  width: 100%;
  height: min(calc(58 / 375 * 100vw), 80px);
  font-size: min(calc(14 / 375 * 100vw), 20px);
  border-radius: 500px;
  background-color: #AB153B;
  color: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 0.2s 0s linear;
  transition: opacity 0.2s 0s linear;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.17);
}
.present__entry_mr .present__entry__btn_mr .btn button::after {
  position: absolute;
  top: 0;
  right: 8%;
  bottom: 0;
  width: 0.65em;
  height: 0.65em;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2023%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22m3.11%2022.98%2010.9-11L3.1.98.03%204.05l7.84%207.93-7.84%207.93%203.08%203.07Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
.present__entry_mr .present__entry__btn_mr .btn ~ p {
  margin-top: 1em;
  color: #AB153B;
  text-align: center;
  font-weight: bold;
}
.present__entry_mr .cmn-button_mr {
  width: 100%;
  max-width: 330px;
  height: min(calc(58 / 375 * 100vw), 80px);
  font-size: min(calc(14 / 375 * 100vw), 20px);
  margin: 0 auto;
}

.present__info_mr .present__info__title_mr {
  margin-bottom: 24px;
  font-size: min(calc(18 / 375 * 100vw), 18px);
  font-family: "秀英にじみ丸ゴシック B", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "sans-serif";
  text-align: center;
  line-height: 1.4444444444;
}
.present__info_mr .present__flow_mr {
  counter-reset: flow;
}
.present__info_mr .present__flow__box_mr {
  margin-bottom: min(calc(24 / 375 * 100vw), 24px);
}
.present__info_mr .present__flow__title_mr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  font-size: min(calc(14 / 375 * 100vw), 16px);
  font-family: "秀英にじみ丸ゴシック B", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "sans-serif";
}
.present__info_mr .present__flow__title_mr::before {
  display: block;
  margin-right: 0.5em;
  counter-increment: flow;
  content: counter(flow) ". ";
}
.present__info_mr .present__flow__text_mr {
  font-size: min(calc(10 / 375 * 100vw), 16px);
}
.present__info_mr .present__info__notes_mr .present__info__notes__title_mr {
  font-size: min(calc(14 / 375 * 100vw), 14px);
}
.present__info_mr .present__info__notes_mr p {
  margin-top: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: min(calc(14 / 375 * 100vw), 14px);
}
.present__info_mr .present__info__end_mr {
  font-size: min(calc(14 / 375 * 100vw), 14px);
  text-align: right;
}

/* -----------------------------------------------------------------------
## 夢くじのお申し込み方法 ##################################################
----------------------------------------------------------------------- */
.apply_mr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: min(calc(32 / 375 * 100vw), 32px);
  padding: min(calc(40 / 375 * 100vw), 80px) min(calc(24 / 375 * 100vw), 24px);
  background-color: #009E8F;
  counter-reset: apply;
}
.apply_mr .cmn-whiteBox_mr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: min(calc(24 / 375 * 100vw), 24px);
  padding: 24px;
}
.apply_mr .apply__btn_mr .cmn-button_mr {
  width: min(calc(327 / 375 * 100vw), 400px);
  margin: auto;
  height: auto;
  padding: 1em;
  border-radius: min(calc(16 / 375 * 100vw), 16px);
  text-align: left;
  font-weight: bold;
  line-height: 1.2;
}

.apply__title_mr {
  margin-bottom: min(calc(32 / 375 * 100vw), 32px);
  color: #fff;
  font-size: min(calc(28 / 375 * 100vw), 56px);
  font-family: "A1明朝", "A1 Mincho", serif;
  font-weight: normal;
  text-align: center;
}

.apply__boxTitle_mr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 1.3823529412;
  color: #009E8F;
  font-weight: normal;
  font-family: "A1明朝", "A1 Mincho", serif;
  font-size: min(calc(20 / 375 * 100vw), 28px);
}
.apply__boxTitle_mr::before {
  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;
  width: min(calc(60 / 375 * 100vw), 60px);
  height: min(calc(60 / 375 * 100vw), 60px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  background-color: #009E8F;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto min(calc(21 / 375 * 100vw), 41px);
  line-height: 0;
  counter-increment: apply;
  content: "";
}
.apply__box01_mr .apply__boxTitle_mr::before {
  background-image: url(../images/1.svg);
}
.apply__box02_mr .apply__boxTitle_mr::before {
  background-image: url(../images/2.svg);
}
.apply__box03_mr .apply__boxTitle_mr::before {
  background-image: url(../images/3.svg);
}

.apply__text_mr p {
  font-size: min(calc(16 / 375 * 100vw), 20px);
}
.apply__text_mr p strong {
  color: #AB153B;
}
.apply__text_mr small {
  display: block;
  font-size: min(calc(12 / 375 * 100vw), 14px);
  line-height: 1.4;
}
.apply__text_mr .cmn-button_mr {
  margin-top: min(calc(16 / 375 * 100vw), 24px);
  height: 80px;
  font-weight: bold;
  line-height: 1.4285714286;
  border-radius: 20px;
}
.apply__text_mr .cmn-button_mr::after {
  width: 1em;
  height: 1em;
}

.apply__note_mr li {
  padding-left: 1em;
  text-indent: -1em;
}
.apply__note_mr li small {
  line-height: 1.5833333333;
  font-size: 0.75rem;
}

@media screen and (min-width: 919px) {
  .apply_mr .cmn-whiteBox_mr {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 24px auto;
    grid-template-rows: auto auto;
    max-width: 920px;
    gap: 24px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 60px;
  }
  .apply_mr .cmn-whiteBox_mr > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .apply_mr .cmn-whiteBox_mr > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .apply_mr .cmn-whiteBox_mr > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .apply_mr .cmn-whiteBox_mr > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .apply_mr .cmn-whiteBox_mr + .cmn-whiteBox_mr {
    margin-top: 20px;
  }
  .apply__boxTitle_mr {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .apply__image_mr {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .apply__text_mr {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-row-align: center;
        align-self: center;
  }
  .apply__text_mr .cmn-button_mr {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-inline: 25px;
    width: 279px;
  }
  .apply__note_mr {
    margin-top: 23px;
  }
  .apply__note_mr li small {
    line-height: 1.6875;
    font-size: 1rem;
  }
}
/* -----------------------------------------------------------------------
## ご注意 ##################################################
----------------------------------------------------------------------- */
.attentions_mr {
  padding: min(calc(40 / 375 * 100vw), 64px) 0;
}

.attentions__title_mr {
  margin-bottom: min(calc(32 / 375 * 100vw), 32px);
  font-size: min(calc(28 / 375 * 100vw), 28px);
  font-family: "A1明朝", "A1 Mincho", serif;
  font-weight: normal;
  text-align: center;
}

.attentionsList_mr {
  width: 87.2%;
  max-width: 1024px;
  margin: 0 auto;
}
.attentionsList_mr li {
  position: relative;
  line-height: 1.7142857143;
  padding-left: 1em;
  font-size: 0.875rem;
}
.attentionsList_mr li::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "・";
}

.bnrArea_mr {
  max-width: 920px;
  margin: min(calc(15 / 375 * 100vw), 50px) auto 0;
}

/*TOPへ戻るボタン*/
.button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  line-height: 1;
  font-size: 50px;
  color: #fff;
  background: #b71829;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 100;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active {
  opacity: 1;
  visibility: visible;
}