@charset "UTF-8";
/* base override */
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
body {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-family: 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', 'Hiragino Sans', '繝｡繧､繝ｪ繧ｪ', Meiryo, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
}

#body {
  min-height: 0 !important;
  padding: 15px 0 10px !important;
}

#body .group {
  padding-bottom: 0;
}

.footer_script {
  height: 0 !important;
  overflow: hidden;
}

/* hover */
.hover {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  -ms-filter: "alpha( opacity=100 )";
  filter: alpha(opacity=100);
}
.hover:hover {
  opacity: 0.8;
  -ms-filter: "alpha( opacity=80 )";
  filter: alpha(opacity=80);
}

/* clearfix */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

#wrapper {
  overflow: hidden;
  text-align: left;
  background: #fff;
}

.content {
  width: 1016px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/*	Header
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#header_area {
  background-color: #FFF;
  width: 100%;
  text-align: left;
  border-top: solid 1px #ccc;
}

div#header_inner {
  width: 960px;
  margin: 0 auto;
}

#title {
  color: #333;
  margin: 0 auto;
  padding: 15px 0;
  position: relative;
  width: 960px;
}

#title h1 {
  font-size: 166%;
  line-height: 1.2;
  width: 960px;
  margin: 0 auto;
}

div.group h1.inline {
  display: inline;
  margin: 0;
  padding: 0 20px 0 0;
}

/*---------- .lp_contents ----------*/
.lp_contents {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fff;
}
.lp_contents .inner {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  text-align: left;
  line-height: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*---------- footer_parts ----------*/
.footer_parts {
  border-top: solid 1px #b3b3b3;
}
.footer_parts .relation_btns {
  margin: 60px 0;
}
.footer_parts .relation_btns ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_parts .relation_btns ul li + li {
  margin-left: 40px;
}

.lp_contents {
  background-color: #fafefd;
  font-family: 'Noto Sans JP', sans-serif;
}
.lp_contents * {
  box-sizing: border-box;
}
.lp_contents .inner {
  width: 960px;
}
.lp_contents .sec_main {
  height: 440px;
  position: relative;
}
.lp_contents .sec_main .inner {
  width: 100%;
  min-width: 1600px;
  background: url(/cms/day/img/main_bg.jpg) center no-repeat;
  background-size: 100% 100%;
  height: 440px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.lp_contents .sec_main .main_content {
  width: 960px;
  margin: 50px auto 0;
  padding: 35px 30px 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.lp_contents .sec_main .main_content .main_content_left {
  margin-top: 10px;
  text-align: left;
}
.lp_contents .sec_main .main_content .main_content_left .main_content_des {
  margin-top: 23px;
}
.lp_contents .sec_main .main_content .main_content_left .main_content_date {
  margin-top: 10px;
}
.lp_contents .sec_main .main_content .main_content_left .main_content_logo {
  margin: 29px 0 0 97px;
}
.lp_contents .sec_main .main_content .main_content_right .main_content_percent {
  margin-top: 22px;
}
.lp_contents .sec_logo .logo_main {
  width: 960px;
  height: 140px;
  background-color: #fff;
  margin: 0 auto;
  padding: 0 148px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lp_contents .sec_logo .logo_main .logo_main_btn a {
  display: block;
  width: 400px;
  height: 60px;
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background-color: #c8172f;
  position: relative;
}
.lp_contents .sec_logo .logo_main .logo_main_btn a::after {
  content: '';
  display: block;
  width: 10px;
  height: 15px;
  background: url(/cms/day/img/logo_main_btn_icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}
.lp_contents .sec_links {
  padding: 60px 0;
}
.lp_contents .sec_links .inner {
  width: 988px;
}
.lp_contents .sec_links h2 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 50px;
  color: #430a6d;
}
.lp_contents .sec_links .links_list {
  display: flex;
  justify-content: center;
}
.lp_contents .sec_links .links_list li {
  position: relative;
  background-color: #e85298;
  margin: 0 10px;
}
.lp_contents .sec_links .links_list li a {
  display: block;
  width: 470px;
  height: 70px;
  font-size: 24px;
  line-height: 70px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  text-indent: 1.4em;
}
.lp_contents .sec_links .links_list li a::before, .lp_contents .sec_links .links_list li a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.lp_contents .sec_links .links_list li a::before {
  width: 51px;
  height: 42px;
  background: url(/cms/day/img/icon01.png) no-repeat;
  background-size: cover;
  left: 15px;
}
.lp_contents .sec_links .links_list li a::after {
  width: 18px;
  height: 11px;
  background: url(/cms/day/img/btn_arrow.png) no-repeat;
  background-size: cover;
  right: 20px;
  transform: translateY(-50%) rotate(-90deg);
}
.lp_contents .sec_links .links_list li.btn_link {
  background-color: #0099d9;
}
.lp_contents .sec_links .links_list li.btn_link a::before {
  width: 52px;
  height: 39px;
  background: url(/cms/day/img/icon02.png) no-repeat;
  background-size: cover;
  left: 15px;
}
.lp_contents .sec_links .links_list li.btn_link a::after {
  width: 18px;
  height: 11px;
  background: url(/cms/day/img/btn_arrow.png) no-repeat;
  background-size: cover;
  right: 20px;
  transform: translateY(-50%);
}
.lp_contents .sec_recom {
  padding: 80px 0;
  background: #d8eff9;
}
.lp_contents .sec_recom h2 {
  width: 960px;
  height: 96px;
  margin: 0 auto 50px;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  line-height: 78px;
  background: url(/cms/day/img/shop_ttl.png) no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 52px;
  text-align: center;
}
.lp_contents .sec_shop_search {
  background-color: #d8eff9;
}
.lp_contents .sec_shop_search .shop_search_cont {
  position: relative;
  width: 1060px;
  background-size: cover;
  margin-bottom: 80px;
}
.lp_contents .sec_shop_search .shop_search_cont .woman_img {
  z-index: 1;
  position: absolute;
  bottom: -3px;
  left: 10px;
}
.lp_contents .sec_shop_search .shop_search_cont #cpc_prefectureDiv1 {
  display: flex;
  width: 515px;
  justify-content: space-between;
}
.lp_contents .sec_shop_search .shop_search_cont #cpc_prefectureDiv1 select {
  width: 250px;
  height: 56px;
  border: 0 none;
  -webkit-appearance: none;
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
  background: #fff url(/cms/day/img/icon_select.png) no-repeat 223px 25px;
  color: #333;
  outline: 0 none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.lp_contents .sec_shop_search .shop_search_cont #cpc_prefectureDiv1 select::-ms-expand {
  display: none;
}
.lp_contents .sec_shop_search h2 {
  width: 486px;
  height: 60px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
  color: #009bb4;
  line-height: 60px;
  background: url(/cms/day/img/bnr_ttl.png) no-repeat;
  background-size: cover;
  margin: 0 auto 22px;
}
.lp_contents .sec_shop_search .shopSearchArea {
  width: 700px;
  background-color: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 40px 18px;
}
.lp_contents .sec_shop_search .shopSearchArea h3 {
  text-align: center;
  margin-bottom: 30px;
}
.lp_contents .sec_shop_search #cpc_divMain1 > table {
  width: 620px;
}
.lp_contents .sec_shop_search #cpc_divMain1 #cpc_prefectureDiv1 {
  display: flex;
  width: 515px;
  justify-content: space-between;
}
.lp_contents .sec_shop_search #cpc_divMain1 #cpc_prefectureDiv1 select {
  width: 250px;
  height: 56px;
  border: 0 none;
  -webkit-appearance: none;
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
  background: #fff url(/cms/day/img/icon_select.png) no-repeat 223px 25px;
  color: #333;
  outline: 0 none;
  font-size: 16px;
  padding-left: 13px;
  border: 1px solid #cccccc;
}
.lp_contents .sec_shop_search #cpc_divMain1 #cpc_buttonSearch1 {
  width: 90px;
  height: 56px;
  margin-left: 16px;
}
.lp_contents .sec_shop_search #cpc_divMain1 #cpc_buttonSearch1 button {
  width: 90px;
  line-height: 56px;
  color: #fff;
  font-size: 16px;
  background: #df0068 url(/cms/day/img/icon_arrow.png) no-repeat 86% center;
  border-radius: 0;
  letter-spacing: 0;
  position: relative;
}
.lp_contents .sec_shop_search #cpc_divMain1 #cpc_buttonSearch1 button span {
  display: inline-block;
  background: none;
  color: #fff;
  padding: 0;
  letter-spacing: .3em;
}
.lp_contents .sec_shop_search #cpc_divFoot1 {
  height: 0;
  margin-top: 20px;
}
.lp_contents .sec_shop_search #cpc_srch_searchResultMessage1 {
  text-align: center;
  color: #000;
}
.lp_contents .sec_shop_search #cpc_srch_searchResultMessage1.result {
  display: block !important;
}
.lp_contents .sec_shop_search .search_point {
  background-color: #009bb4;
}
.lp_contents .sec_shop_search .search_point .inner {
  height: 120px;
  text-align: center;
}
.lp_contents .sec_shop_link {
  padding: 48px 0;
  background-color: #fff;
  border-bottom: 1px solid #cccccc;
}
.lp_contents .sec_shop_link .inner {
  width: 960px;
  margin: 0 auto;
}
.lp_contents .sec_shop_link .shop_link_main {
  padding-left: 62px;
  display: flex;
  align-items: center;
}
.lp_contents .sec_shop_link .shop_link_main .shop_link_txt {
  margin-left: 60px;
  font-size: 22px;
  line-height: 34px;
}
.lp_contents .sec_shop_link .shop_link_list {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
.lp_contents .sec_shop_link .shop_link_list li a {
  display: block;
  width: 400px;
  height: 60px;
  margin: 0 20px;
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background-color: #c8172f;
  position: relative;
}
.lp_contents .sec_shop_link .shop_link_list li a::after {
  content: '';
  display: block;
  width: 10px;
  height: 15px;
  background: url(/cms/day/img/logo_main_btn_icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}
.lp_contents .sec_shop_link .shop_link_list li:nth-of-type(2) a {
  background-color: #000000;
}
.lp_contents .sec_attention .inner {
  width: 960px;
  box-sizing: border-box;
  padding: 60px 0;
}
.lp_contents .sec_attention h2 {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 7px;
}
.lp_contents .sec_attention .attention_list li {
  font-size: 14px;
  line-height: 22px;
  text-indent: -1.1em;
  padding-left: 1.1em;
  letter-spacing: -0.04em;
}
.lp_contents .sec_attention .attention_line {
  padding: 0;
  font-size: 0;
}
.lp_contents .sec_attention .attention_line img {
  width: 100%;
  display: block;
}
.lp_contents .mod-random_bnrs2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.lp_contents .mod-random_bnrs2 > li {
  position: relative;
  background-color: #fff;
  flex-shrink: 0;
  flex-grow: 0;
}
.lp_contents .mod-random_bnrs2 > li:nth-child(n + 2) {
  margin-top: 40px;
}
.lp_contents .mod-random_bnrs2 > li[data-random-box="sm"] {
  flex-basis: 470px;
}
.lp_contents .mod-random_bnrs2 > li[data-random-box="lg"] {
  flex-basis: 960px;
}
.lp_contents .mod-random_bnrs2 > li[data-random-box] {
  opacity: 0;
}
.lp_contents .mod-random_bnrs2 > li[data-random-done] {
  opacity: 1;
}
.lp_contents .mod-random_bnrs2--unit {
  background-color: #fff;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  height: 100%;
}
.lp_contents .mod-random_bnrs2--unit:hover {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.lp_contents .mod-random_bnrs2--unit:hover:hover {
  opacity: 0.8;
}
.lp_contents .mod-random_bnrs2--flags {
  margin-bottom: 10px;
  font-size: 0;
  line-height: 0;
}
.lp_contents .mod-random_bnrs2--flags li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: solid 1px #df0068;
  height: 28px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 1;
}
.lp_contents .mod-random_bnrs2--flags li + li {
  margin-left: 10px;
}
.lp_contents .mod-random_bnrs2--flags li.m-new {
  background-color: #df0068;
}
.lp_contents .mod-random_bnrs2--flags li.m-new span {
  color: #fff;
}
.lp_contents .mod-random_bnrs2--flags li.m-limited {
  background-color: #fff;
}
.lp_contents .mod-random_bnrs2--flags li.m-limited span {
  color: #df0068;
}
.lp_contents .mod-random_bnrs2--catch {
  font-family: 'Noto Serif JP', serif;
  font-size: 26px;
  line-height: calc(36 / 26);
  margin-bottom: 10px;
}
.lp_contents .mod-random_bnrs2--catch.mb20 {
  margin-bottom: 20px !important;
}
.lp_contents .mod-random_bnrs2--catch span {
  font-size: 12px;
}
.lp_contents .mod-random_bnrs2--text {
  font-size: 16px;
  line-height: calc(24 / 16);
}
.lp_contents .mod-random_bnrs2--text.mt10 {
  margin-top: 10px;
}
.lp_contents .mod-random_bnrs2--text span {
  background-color: #df0068;
  color: #fff;
  padding: 0 6px 1px;
  display: inline-block;
  margin-right: 5px;
}
.lp_contents .mod-random_bnrs2--detail li {
  font-size: 12px;
  line-height: calc(18 / 12);
  margin-top: 10px;
}
.lp_contents .mod-random_bnrs2--present {
  margin-top: 20px;
  width: 450px;
  box-sizing: border-box;
  background-color: #fff89e;
  display: flex;
  align-items: center;
  padding: 10px;
}
.lp_contents .mod-random_bnrs2--present-img {
  flex-basis: 80px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 15px;
}
.lp_contents .mod-random_bnrs2--present-img img {
  display: block;
  width: 100%;
}
.lp_contents .mod-random_bnrs2--present dl {
  font-size: 14px;
  line-height: calc(20 / 14);
}
.lp_contents .mod-random_bnrs2--present dt {
  color: #df0068;
}
.lp_contents .mod-random_bnrs2--link div {
  margin: 40px auto 30px;
  background: #df0068 url(/cms/day/img/arrow_btn.svg) no-repeat right 20px center;
  background-size: 10px;
  text-decoration: none;
  display: flex;
  width: 250px;
  height: 60px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
  box-sizing: border-box;
}
.lp_contents .mod-random_bnrs2--link div span {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  flex-basis: 100%;
}
.lp_contents .mod-random_bnrs2--link a span {
  display: block;
  height: 0;
  overflow: hidden;
}
.lp_contents .mod-random_bnrs2--link a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  background-color: transparent;
}
.lp_contents .mod-random_bnrs2--link.m-shop div {
  padding-right: 61px;
}
.lp_contents .mod-random_bnrs2--link.m-shop div::before {
  content: '';
  display: block;
  width: 37px;
  height: 28px;
  background: url(/cms/day/img/icon_shop.svg) no-repeat center center;
  background-size: contain;
}
.lp_contents .mod-random_bnrs2--link.gs {
  position: relative;
  width: 250px;
  height: 60px;
  margin: 15px auto 25px;
}
.lp_contents .mod-random_bnrs2--link.gs div {
  position: relative !important;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.lp_contents .mod-random_bnrs2 [data-random-box="lg"] .mod-random_bnrs2--unit {
  padding-left: 480px;
  padding-right: 30px;
  min-height: 420px;
}
.lp_contents .mod-random_bnrs2 [data-random-box="lg"] .mod-random_bnrs2--img-l {
  position: absolute;
  top: 10px;
  left: 10px;
}
.lp_contents .mod-random_bnrs2 [data-random-box="lg"] .mod-random_bnrs2--img-s {
  display: none;
}
.lp_contents .mod-random_bnrs2 [data-random-box="lg"] .mod-random_bnrs2--logo {
  height: 70px;
}
.lp_contents .mod-random_bnrs2 [data-random-box="lg"] .mod-random_bnrs2--logo img {
  display: block;
  height: 70px;
  width: auto;
}
.lp_contents .mod-random_bnrs2 [data-random-box="sm"] .mod-random_bnrs2--unit {
  padding-bottom: 115px;
}
.lp_contents .mod-random_bnrs2 [data-random-box="sm"] .mod-random_bnrs2--img-l {
  display: none;
}
.lp_contents .mod-random_bnrs2 [data-random-box="sm"] .mod-random_bnrs2--logo {
  height: 70px;
}
.lp_contents .mod-random_bnrs2 [data-random-box="sm"] .mod-random_bnrs2--logo img {
  display: block;
  height: 70px;
  width: auto;
  margin: 0 auto;
}
.lp_contents .mod-random_bnrs2 [data-random-box="sm"] .mod-random_bnrs2--img-s {
  margin-bottom: 30px;
}
.lp_contents .mod-random_bnrs2 [data-random-box="sm"] .mod-random_bnrs2--img-s img {
  display: block;
  width: 100%;
}
.lp_contents .mod-random_bnrs2 [data-random-box="sm"] .mod-random_bnrs2--flags {
  margin: 0 15px 20px;
}
.lp_contents .mod-random_bnrs2 [data-random-box="sm"] .mod-random_bnrs2--catch {
  font-size: 22px;
  line-height: calc(32 / 22);
  margin: 0 15px 10px;
}
.lp_contents .mod-random_bnrs2 [data-random-box="sm"] .mod-random_bnrs2--text {
  font-size: 14px;
  margin: 0 15px;
}
.lp_contents .mod-random_bnrs2 [data-random-box="sm"] .mod-random_bnrs2--detail li {
  margin: 10px 15px 0;
}
.lp_contents .mod-random_bnrs2 [data-random-box="sm"] .mod-random_bnrs2--present {
  width: 430px;
  margin: 15px auto 0;
}
.lp_contents .mod-random_bnrs2 [data-random-box="sm"] .mod-random_bnrs2--link div {
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin: 0;
  transform: translateX(-50%);
}
