@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: normal;
  src: url("../assets/font/GenJyuuGothic-Regular.eot");
  src: url("../assets/font/GenJyuuGothic-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/font/GenJyuuGothic-Regular.ttf") format("truetype"), url("../assets/font/GenJyuuGothic-Regular.woff") format("woff");
}
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: bold;
  src: url("../assets/font/GenJyuuGothic-Bold.eot");
  src: url("../assets/font/GenJyuuGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/font/GenJyuuGothic-Bold.ttf") format("truetype"), url("../assets/font/GenJyuuGothic-Bold.woff") format("woff");
}
#visual {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #visual .pc {
    display: none;
  }
}
#visual .pc a {
  aspect-ratio: 400 / 179;
}
@media print, screen and (min-width: 768px) {
  #visual .sp {
    display: none;
  }
}
#visual .sp a {
  aspect-ratio: 1;
}
#visual a {
  display: block;
}
#visual a img {
  display: block;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  #main section {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #main section {
    margin-left: 10px;
    margin-right: 10px;
  }
}
#main section#campaign {
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  #main section#campaign {
    display: block;
    padding: 12.5px 20px;
  }
}
#main section#campaign a {
  display: block;
  flex: 0 1 500px;
  text-decoration: none;
  text-align: center;
  margin: 0 7.5px 15px;
  padding: 10px;
  background: no-repeat center / cover;
  transition: opacity .2s;
}
#main section#campaign a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #main section#campaign a {
    margin: 7.5px 0;
    padding: 5px;
  }
}
#main section#campaign a .wrapper {
  display: block;
  border-radius: 5px;
  padding: 34px 0 37px;
}
@media screen and (max-width: 767px) {
  #main section#campaign a .wrapper {
    border-radius: 2.5px;
    padding: 12px 0 15px;
  }
}
#main section#campaign a .wrapper .l1 {
  display: block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  #main section#campaign a .wrapper .l1 {
    font-size: 11px;
  }
}
#main section#campaign a .wrapper .l2 {
  display: block;
  margin-top: 15px;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #main section#campaign a .wrapper .l2 {
    margin-top: 13px;
    font-size: 14px;
  }
}
#main section#campaign a .wrapper .l2::before, #main section#campaign a .wrapper .l2::after {
  display: inline-block;
  content: "";
  background: no-repeat center / cover;
  width: 23px;
  height: 27px;
  vertical-align: -2px;
}
@media screen and (max-width: 767px) {
  #main section#campaign a .wrapper .l2::before, #main section#campaign a .wrapper .l2::after {
    width: 11.5px;
    height: 13.5px;
    vertical-align: -1px;
  }
}
#main section#campaign a .wrapper .l2::before {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #main section#campaign a .wrapper .l2::before {
    margin-right: 5px;
  }
}
#main section#campaign a .wrapper .l2::after {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #main section#campaign a .wrapper .l2::after {
    margin-left: 5px;
  }
}
#main section#campaign a.campaign {
  background-image: url(../media/images/2022/top/campaign-bg.png);
  color: #23ac38;
}
#main section#campaign a.campaign .wrapper {
  background-color: #f9ffea;
}
#main section#campaign a.campaign .wrapper .l2::before {
  background-image: url(../media/images/2022/top/campaign-l.png);
}
#main section#campaign a.campaign .wrapper .l2::after {
  background-image: url(../media/images/2022/top/campaign-r.png);
}
#main section#campaign a.otoku {
  background-image: url(../media/images/2022/top/otoku-bg.png);
  color: #f39800;
}
#main section#campaign a.otoku .wrapper {
  background-color: #fff9eb;
}
#main section#campaign a.otoku .wrapper .l2::before {
  background-image: url(../media/images/2022/top/otoku-l.png);
}
#main section#campaign a.otoku .wrapper .l2::after {
  background-image: url(../media/images/2022/top/otoku-r.png);
}
#main section#campaign a.otoku .wrapper .coupon {
  position: relative;
  display: block;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  #main section#campaign a.otoku .wrapper .coupon {
    margin-top: 8px;
  }
  #main section#campaign a.otoku .wrapper .coupon img {
    max-width: 90%;
  }
}
#main section#campaign a.otoku .wrapper .coupon .balloon {
  position: absolute;
  top: -35px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  #main section#campaign a.otoku .wrapper .coupon .balloon {
    top: -25px;
    width: 60px;
  }
}
#main section#campaign a.air_trunk {
  position: relative;
  background-image: url(../media/images/2022/top/blue-bg.png);
  color: #0075C4;
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #main section#campaign a.air_trunk {
    padding-bottom: 30px;
  }
}
#main section#campaign a.air_trunk .wrapper {
  background-color: #F6F9E8;
}
#main section#campaign a.air_trunk .wrapper .l2::before {
  background-image: url(../media/images/2022/top/air-trunk-l.png);
}
#main section#campaign a.air_trunk .wrapper .l2::after {
  background-image: url(../media/images/2022/top/air-trunk-r.png);
}
#main section#campaign a.air_trunk .notice {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 25px;
  background: #0075C4;
  color: white;
  font-size: 14px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  #main section#campaign a.air_trunk .notice {
    font-size: 12px;
  }
}
#main section.riat_rakuten_coupon {
  margin-top: -20px;
  text-align: center;
}
#main section.riat_rakuten_coupon img {
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  #main section.riat_rakuten_coupon {
    display: none;
  }
}
#main section#shops {
  max-width: 1200px;
  padding-top: 40px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #main section#shops {
    padding-bottom: 82px;
  }
}
@media screen and (max-width: 767px) {
  #main section#shops {
    padding-bottom: 34px;
    padding-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #main section#shops h2 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #main section#shops h2 {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #main section#shops h2 {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  #main section#shops .pref {
    margin: 20px 50px;
  }
}
@media screen and (max-width: 767px) {
  #main section#shops .pref {
    margin: 10px;
  }
}
#main section#shops .pref h3 {
  margin: 0;
  border-top: solid #4176e5;
  background: #eff4ff url(../media/images/2022/top/shops-pref-open.svg) no-repeat;
  color: #1e3779;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: opacity .2s;
}
#main section#shops .pref h3:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 768px) {
  #main section#shops .pref h3 {
    border-top-width: 2px;
    background-position: calc(100% - 25px) calc(50% + 2px);
    background-size: 16px;
    font-size: 20px;
    line-height: calc(37 / 20);
    padding: 15px 16px 16px;
  }
}
@media screen and (max-width: 767px) {
  #main section#shops .pref h3 {
    border-top-width: 1px;
    background-position: calc(100% - 8.5px) 50%;
    background-size: 10.5px;
    font-size: 15px;
    line-height: calc(37 / 30);
    padding: 10px 8px 10.5px;
  }
}
#main section#shops .pref h3.opened {
  background-image: url(../media/images/2022/top/shops-pref-close.svg);
}
@media print, screen and (min-width: 768px) {
  #main section#shops .pref h3.opened {
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 2px 2px 4px;
  }
}
@media screen and (max-width: 767px) {
  #main section#shops .pref h3.opened {
    box-shadow: rgba(0, 0, 0, 0.16) 1px 1px 2px;
  }
}
#main section#shops .pref .list {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #main section#shops .pref .list {
    margin-bottom: 35px;
    box-shadow: rgba(0, 0, 0, 0.16) 2px 2px 4px;
    padding: 6px 36.8px 0;
  }
}
@media screen and (max-width: 767px) {
  #main section#shops .pref .list {
    box-shadow: rgba(0, 0, 0, 0.16) 1px 1px 2px;
    padding: 0 10px 1px;
  }
}
#main section#shops .pref .list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  #main section#shops .pref .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
#main section#shops .pref .list ul li {
  border-bottom: 1px solid #b6b4b9;
  background: url(../media/images/2022/top/shops-detail-arrow.svg) no-repeat;
}
@media print, screen and (min-width: 768px) {
  #main section#shops .pref .list ul li {
    flex: 0 1 500px;
    background-position: calc(100% - 7px) 50%;
    background-size: 8px;
    margin-top: 3px;
  }
  #main section#shops .pref .list ul li:last-child, #main section#shops .pref .list ul li:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
}
@media screen and (max-width: 1199px) {
  #main section#shops .pref .list ul li {
    flex: 0 1 100%;
  }
}
@media screen and (max-width: 767px) {
  #main section#shops .pref .list ul li {
    background-position: right;
    background-size: 6px;
  }
  #main section#shops .pref .list ul li:last-child {
    border-bottom: none;
  }
}
#main section#shops .pref .list ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  letter-spacing: 0.03em;
  font-weight: 500;
  transition: opacity .2s;
}
@media print, screen and (min-width: 768px) {
  #main section#shops .pref .list ul li a {
    font-size: 16px;
    line-height: calc(35 / 16);
    padding: 13px 20px 14px 61px;
  }
}
@media screen and (max-width: 767px) {
  #main section#shops .pref .list ul li a {
    font-size: 14px;
    line-height: calc(35 / 28);
    padding: 16px 10px 11px 52px;
  }
}
#main section#shops .pref .list ul li a:hover {
  opacity: 0.7;
}
#main section#shops .pref .list ul li a.kura {
  background: url(../media/images/2022/top/shops-icon-kura.svg) no-repeat;
}
@media print, screen and (min-width: 768px) {
  #main section#shops .pref .list ul li a.kura {
    background-position: 0 calc(50% - 1px);
    background-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  #main section#shops .pref .list ul li a.kura {
    background-position: 0 calc(50% + 2px);
    background-size: 45px;
  }
}
#main section#shops .pref .list ul li a.rs {
  background: url(../media/images/2022/top/shops-icon-rs.svg) no-repeat;
}
@media print, screen and (min-width: 768px) {
  #main section#shops .pref .list ul li a.rs {
    background-position: 13px calc(50% - 1px);
    background-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #main section#shops .pref .list ul li a.rs {
    background-position: 10px calc(50% + 2px);
    background-size: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #main section#shops {
    margin-left: 0;
    margin-right: 0;
  }
}
#main section#about {
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #main section#about {
    margin-left: 10px;
    margin-right: 10px;
  }
}
#main section#about h2:first-child {
  margin-bottom: 0;
}
#main section#about .about {
  padding: 35px 50px 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #main section#about .about {
    padding: 35px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #main section#about .about {
    padding: 10px 10px 0;
  }
}
#main section#about .about_title {
  padding: 11px 0;
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.68;
  letter-spacing: .03em;
}
@media screen and (max-width: 767px) {
  #main section#about .about_title {
    padding-top: 10px;
    font-size: 16px;
  }
}
#main section#about .about_lead {
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.73;
}
@media screen and (max-width: 767px) {
  #main section#about .about_lead {
    font-size: 14px;
  }
}
#main section#about .about_lead strong {
  color: #b6006e;
}
#main section#about .about_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  list-style: none;
  margin: 25px auto 35px;
  padding: 12px 50px 42px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main section#about .about_list {
    display: block;
    padding: 12px 20px 42px;
  }
}
#main section#about .about_list:after {
  display: block;
  content: "";
  width: 1px;
  height: 265px;
  background-color: #CCCCCC;
  position: absolute;
  top: 40px;
  left: 45%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1199px) {
  #main section#about .about_list:after {
    display: none;
  }
}
#main section#about .about_list > li {
  width: 50%;
  margin-top: 25px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #main section#about .about_list > li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    align-content: flex-start;
  }
}
#main section#about .about_list_square {
  background-color: #4176e5;
  width: 70px;
  height: 70px;
  border-radius: 500px;
  box-sizing: border-box;
  padding-top: 17px;
  margin-right: 20px;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
#main section#about .about_list_square_point {
  margin: 0;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #main section#about .about_list_square_point {
    font-size: 14px;
  }
}
#main section#about .about_list_square_num {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #main section#about .about_list_square_num {
    font-size: 17px;
  }
}
#main section#about .about_list_text {
  width: calc(100% - 90px);
  margin: 0;
  font-size: 15px;
  line-height: 1.62;
}
@media screen and (max-width: 767px) {
  #main section#about .about_list_text {
    width: calc(100% - 85px);
    padding-top: 0;
    font-size: 14px;
    white-space: normal;
  }
}
#main section#about .about_list_text strong {
  color: #f0992c;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #main section#about .about_list_text strong {
    font-size: 15px;
  }
}
#main section#about .about_list_text small {
  display: block;
  color: #585858;
  font-size: 13px;
}
#main section#about .about .intro {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 26px;
  justify-content: center;
  padding: 48px 57px 53px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #main section#about .about .intro {
    display: block;
    padding: 30px 20px 40px;
  }
}
#main section#about .about .intro_column {
  flex-grow: 1;
  position: relative;
  width: calc(50% - 26px);
}
@media screen and (max-width: 767px) {
  #main section#about .about .intro_column {
    width: 100%;
  }
}
#main section#about .about .intro_column:nth-child(3) {
  order: 1;
}
@media screen and (max-width: 767px) {
  #main section#about .about .intro_column:nth-child(3) {
    order: 0;
  }
}
#main section#about .about .intro_text {
  box-sizing: border-box;
  padding: 0 20px 10px 5px;
  color: #000;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #main section#about .about .intro_text {
    padding: 30px 0 0 0;
    font-size: 14px;
  }
}
#main section#about .about .intro_text.add-coupon {
  padding: 0 10px 0 20px;
}
@media screen and (max-width: 767px) {
  #main section#about .about .intro_text.add-coupon {
    padding: 30px 0 30px 0;
  }
}
#main section#about .about .intro_text_title {
  padding: 0 0 15px;
  margin: 0 0 17px;
  color: #4176e5;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #4176e5;
}
@media screen and (max-width: 767px) {
  #main section#about .about .intro_text_title {
    font-size: 18px;
  }
}
#main section#about .about .intro_text_article {
  margin: auto;
}
#main section#about .about .intro_text ul {
  margin: auto;
  padding-left: 0;
  list-style: none;
}
#main section#about .about .intro_text ul li {
  padding-left: 10px;
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.35;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main section#about .about .intro_text ul li {
    display: list-item;
    font-size: 14px;
  }
}
#main section#about .about .intro_text ul li::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  display: inline-block;
  text-indent: 0;
  width: 5px;
  height: 5px;
  background-color: #22B9EE;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  #main section#about .about .intro_text ul li::before {
    /**/
  }
}
#main section#about .about .intro_fig {
  width: calc(50% - 26px);
  height: 320px;
  margin-top: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #B6B4B9;
}
@media screen and (max-width: 767px) {
  #main section#about .about .intro_fig {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  #main section#news {
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  #main section#news {
    padding-bottom: 45px;
  }
}
#main section#news h2:first-child {
  margin-bottom: 0;
}
#main section#news ul {
  list-style: none;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  #main section#news ul {
    margin: 24px 50px 0;
  }
}
@media screen and (max-width: 767px) {
  #main section#news ul {
    margin: 10px 10px 0;
  }
}
#main section#news ul li {
  border-bottom: 1px solid #b6b4b9;
}
#main section#news ul li a {
  display: flex;
  text-decoration: none;
  background: url(../media/images/2022/top/news-arrow.svg) no-repeat;
  transition: opacity .2s;
}
@media print, screen and (min-width: 768px) {
  #main section#news ul li a {
    justify-content: flex-start;
    align-items: center;
    padding: 26px 55px 20px 0;
    background-position: calc(100% - 24px) calc(50% + 4px);
    background-size: 8px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  #main section#news ul li a {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 35px 5px 0;
    background-position: calc(100% - 7px) 50%;
    background-size: 7.5px;
    min-height: 75.5px;
  }
}
#main section#news ul li a:hover {
  opacity: 0.7;
}
#main section#news ul li a span.date {
  display: block;
  color: #4176e5;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media print, screen and (min-width: 768px) {
  #main section#news ul li a span.date {
    flex: 0 1 107px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #main section#news ul li a span.date {
    font-size: 12px;
    line-height: calc(37 / 24);
  }
}
#main section#news ul li a span.title {
  display: block;
  color: #000;
  letter-spacing: 0.05em;
  margin: 0;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  #main section#news ul li a span.title {
    flex: 1 1 auto;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #main section#news ul li a span.title {
    font-size: 14px;
    line-height: calc(42 / 28);
  }
  #main section#news ul li a span.title::before, #main section#news ul li a span.title::after {
    content: none;
    display: none;
  }
}
#main .more {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #main .more {
    margin-top: 55px;
  }
}
@media screen and (max-width: 767px) {
  #main .more {
    margin-top: 35px;
  }
}
#main .more a {
  display: inline-block;
  vertical-align: top;
  background-color: #f39800;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  transition: opacity .2s;
}
@media print, screen and (min-width: 768px) {
  #main .more a {
    border-radius: 35px;
    width: 350px;
    font-size: 18px;
    line-height: 1;
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  #main .more a {
    border-radius: 20px;
    width: 225px;
    font-size: 15px;
    line-height: 40px;
  }
}
#main .more a:hover {
  opacity: 0.7;
}
#main .bg {
  padding: 75px 0 90px;
  margin: 0 0 80px;
  background-color: #EFF4FF;
}
@media screen and (max-width: 767px) {
  #main .bg {
    padding: 0 0 35px;
    margin: 0 0 50px;
  }
}

/*# sourceMappingURL=2022-top.css.map */
