@font-face {
  font-family: KiwiMaru;
  src: url("../fonts/Kiwi_Maru/KiwiMaru-Light.ttf");
  font-weight: 100;
}
@font-face {
  font-family: KiwiMaru;
  src: url("../fonts/Kiwi_Maru/KiwiMaru-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: KiwiMaru;
  src: url("../fonts/Kiwi_Maru/KiwiMaru-Medium.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/Noto_Serif_JP/NotoSerifJP-Light.otf");
  font-weight: 100;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/Noto_Serif_JP/NotoSerifJP-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/Noto_Serif_JP/NotoSerifJP-Medium.otf");
  font-weight: 700;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Light.otf");
  font-weight: 100;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.otf");
  font-weight: 700;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
body {
  color: #4b0606;
  font-family: KiwiMaru, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    sans-serif;
  line-height: 1.5;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
input,
select {
  vertical-align: middle;
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
ul,
li {
  list-style: none;
}
img {
  vertical-align: bottom;
}
#shoppingGuide .button {
  text-align: right;
}
#shoppingGuide .button a {
  display: inline-block;
  padding-right: 12px;
  position: relative;
  transition: 0.5s;
}
#shoppingGuide .button a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: solid 1px #4b0606;
  border-right: solid 1px #4b0606;
  transform: rotate(45deg);
}
#shoppingGuide .button a:hover {
  opacity: 0.6;
}
#footer-im {
  width: 100%;
  margin-top: 130px;
  display: block;
  height: 8px;
  background-image: url(../images/common/section-line.png);
  background-position: top center;
  background-repeat: repeat-x;
}
#footer_area {
  background: transparent
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.7) 0%,
      rgba(255, 212, 1, 0.7) 100%
    )
    0% 0% no-repeat padding-box;
  width: 100%;
  padding: 80px 0 0;
  font-size: 12px;
}
#shoppingGuide h3 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 65px;
  text-align: center;
}
#shoppingGuide h4 {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #4b0606;
}
#shoppingGuide p {
  margin-bottom: 20px;
}
#shoppingGuide .caution {
  margin-bottom: 20px;
  color: #e32326;
  font-weight: bold;
}
#shoppingGuide .area_wrap {
  overflow: hidden;
}
#shoppingGuide .card {
  margin: 10px 0;
  text-align: center;
}
#shoppingGuide p.time {
  font-size: 14px;
}
#shoppingGuide .area1 {
  float: left;
  width: 310px;
  margin-right: 35px;
}
#shoppingGuide .area2 {
  float: left;
  width: 310px;
  margin-right: 35px;
  margin-bottom: 5px;
}
#shoppingGuide .area3 {
  float: left;
  width: 310px;
}
#shoppingGuide .area4 {
  text-align: center;
  margin-top: 25px;
  padding: 28px 0;
  background-color: #fff;
  clear: both;
  font-size: 12px;
  line-height: 18px;
}
#copyright01 {
  position: relative;
  width: 100%;
  padding: 30px 0px 50px;
  font-size: 15px;
  text-align: center;
}
#copyright01 .footerillust {
  position: absolute;
  top: -106%;
  left: 22%;
  z-index: 99999;
}
#copyright_area01 {
  position: relative;
}
#copyright_area01 .cosmos1 {
  position: absolute;
  top: -88%;
  left: 0;
  z-index: 99999;
}
#copyright_area01 .cosmos2 {
  position: absolute;
  top: -113%;
  right: 0;
  z-index: 99999;
}
#copyright01 ul {
  display: inline-block;
  margin-bottom: 20px;
}
#copyright01 ul li {
  float: left;
  padding: 0 30px;
  border-right: 1px dotted #4b0606;
}
#copyright01 ul li a {
  transition: 0.5s;
}
#copyright01 ul li a:hover {
  opacity: 0.6;
}
#copyright01 ul li a:hover {
  transition: 0.5s;
}
#copyright01 ul li:last-child {
  border-right: none;
}
#copyright01 p {
  font-size: 15px;
  font-weight: 700;
}
.globalnavi_wrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.globalnavi_wrap .globalnavi_area {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 54px;
}
.globalnavi_wrap .globalnavi_area .h_logo {
  margin: -5px 172px 0 0;
}
.globalnavi_wrap .globalnavi_area .globalnavi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 816px;
}
.globalnavi_wrap .globalnavi_area .globalnavi .top_right_navi {
  display: flex;
  align-items: center;
}
.globalnavi_wrap .globalnavi_area .globalnavi .top_right_navi li {
  margin: 0 35px 0 0;
}
.globalnavi_wrap .globalnavi_area .globalnavi .top_right_navi a {
  display: block;
  padding: 0 0 5px;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s ease;
}
.globalnavi_wrap .globalnavi_area .globalnavi .top_right_navi a span {
  position: relative;
}
.globalnavi_wrap .globalnavi_area .globalnavi .top_right_navi a span::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -1px;
  height: 3px;
  width: 0;
  background: #ffe14c;
  transition: all 0.3s ease;
}
.globalnavi_wrap .globalnavi_area .globalnavi .top_right_navi a:hover {
  transform: scale(1.1);
}
.globalnavi_wrap
  .globalnavi_area
  .globalnavi
  .top_right_navi
  a:hover
  span::after {
  width: calc(100% + 2px);
}
.globalnavi ul.top_right_icon {
  margin-left: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 294px;
}
.globalnavi ul.top_right_icon li {
  margin: 0 12px 0 0;
}
.globalnavi_inputBox {
  position: relative;
}
.globalnavi_inputBox input[type="text"] {
  width: 190px;
  height: 30px;
  background-color: #fff;
  border: solid 1px #4b0606;
  box-sizing: border-box;
  padding: 0 40px 0 10px;
  margin: 0;
  font-size: 14px;
  border-radius: 100px;
}
.globalnavi_inputBox input[type="image"] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.globalnavi ul.top_right_icon li {
  margin: 0 0 0 20px;
}
.globalnavi ul.top_right_icon li a {
  width: 32px;
  height: 32px;
  display: block;
  transition: 0.5s;
}
.globalnavi ul.top_right_icon li a:hover {
  opacity: 0.6;
}
.globalnavi ul.top_right_icon li:first-child {
  margin-left: 0;
}
#leftNavi {
  float: left;
  width: 200px;
}
.menu-head {
  margin-bottom: 30px;
}
.menu-head a {
  display: block;
  width: 100%;
  transition: 0.5s;
}
.menu-head a img {
  width: 100%;
}
.menu-head a:hover {
  opacity: 0.6;
}
#menu h4,
#ranking h4 {
  text-align: center;
  font-size: 18px;
  padding: 12px 0;
  border-bottom: solid #4b0606 3px;
  background: #ffe14c;
  border-radius: 5px 5px 0 0;
}
#menu ul {
  margin: 0 0 30px;
}
#menu ul li {
  margin: 0 3px 10px;
}
#menu ul li a {
  display: flex;
  align-items: center;
  transition: 0.3s;
}
#menu ul li img {
  margin: 0 7px 0 0;
  vertical-align: middle;
  width: 40px;
  height: auto;
}
#menu ul.table-ul li {
  font-size: 14px;
  font-weight: 700;
  border-bottom: solid #4b0606 1px;
  margin: 0;
  width: 200px;
}
#menu ul.table-ul li a {
  padding: 15px 12px 15px 7px;
  font-size: 14px;
  transition: 0.3s;
}
#menu ul li a p {
  font-size: 14px;
  line-height: 1;
  transition: 0.3s;
  position: relative;
}
#menu ul li a p::after {
  background: #ffe14c;
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  display: block;
  transition: all 0.3s ease;
  width: 0;
  padding: 3px 0 0;
  box-sizing: border-box;
}
#menu ul li a:hover p::after {
  width: 100%;
}
#menu ul li a p span {
  display: inline-block;
}
#menu ul.price_list {
  margin: 0 0 30px;
}
#menu ul.price_list li {
  font-size: 14px;
  border-bottom: solid #4b0606 1px;
  margin: 0;
  padding: 0;
  background-position: left 12px center;
  background-repeat: no-repeat;
}
#menu ul.price_list li a {
  padding: 25px 18px 25px 18px;
  justify-content: center;
  font-weight: 700;
  transition: 0.3s;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック",
    "Yu Gothic", sans-serif;
}
#ranking ul li {
  font-size: 12px;
  margin-bottom: 20px;
  text-align: center;
}
#ranking ul li:first-child {
  margin-top: 20px;
}
#ranking ul li:last-child {
  margin-bottom: 30px;
}
#ranking a img {
  margin: 0 !important;
  width: 100%;
  border-radius: 10px;
}
#ranking ul li > img {
  width: 100%;
  margin: 0 0 8px;
}
#ranking ul li p {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  margin: 10px 0 0;
}
#ranking a {
  transition: 0.5s;
}
#ranking a:hover {
  opacity: 0.6;
}
table.calbase_rakuten {
  width: 200px;
  border-collapse: collapse;
}
table.calbase_rakuten * {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}
table.calbase_rakuten th {
  text-align: center;
}
th.caltitle_rakuten {
  text-align: center;
  font-size: 18px;
  padding: 12px 0;
  border-bottom: solid #4b0606 3px;
  background: #4b0606;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
table.calframe_rakuten {
  border-collapse: collapse;
  margin: 20px 10px 20px 10px;
  table-layout: fixed;
  width: 180px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック",
    "Yu Gothic", sans-serif;
}
table.calframe_rakuten th {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  padding: 0px 0px 10px 0px;
}
table.calframe_rakuten td {
  border: 1px solid #fff;
  background-color: #fff;
  text-align: center;
  padding: 7px 0;
  font-size: 13px;
  font-weight: 700;
}
tr.weektitle_rakuten td {
  background-color: #eee;
}
td.event1day_rakuten {
  background-color: rgba(199, 23, 0, 0.15) !important;
}
.event1day_rakuten {
  color: rgba(199, 23, 0, 0.15);
}
td.event2day_rakuten {
  background-color: #bcd9fc !important;
}
.event2day_rakuten {
  color: #bcd9fc;
}
td.event3day_rakuten {
  background-color: rgba(255, 212, 1, 0.4) !important;
}
.event3day_rakuten {
  color: rgba(255, 212, 1, 0.4);
}
table.event_rakuten {
  text-align: left;
  word-break: break-all;
  margin: 7px 10px 7px 10px;
  border-collapse: collapse;
  line-height: 120%;
  table-layout: fixed;
  width: 141px;
}
table.event_rakuten td {
  padding: 0;
  display: flex;
  font-size: 13px;
  font-weight: 700;
}
table.text_rakuten {
  text-align: left;
  word-break: break-all;
  margin: 0px 10px 10px 10px;
  border-collapse: collapse;
  line-height: 120%;
  table-layout: fixed;
  width: 141px;
}
.price {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック",
    "Yu Gothic", sans-serif;
  font-size: 18px !important;
  color: #c71700;
  font-weight: 700;
  margin-top: 3px !important;
}
.wrapper {
  width: 1000px;
  margin: 0 auto;
}
.fv {
  width: 100%;
  position: relative;
}
.fv_img {
  width: 100%;
  min-width: 1000px;
}
.header_category_wrap {
  margin-top: -55px;
}
.header_category {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 0px;
}
.header_category ul {
  display: flex;
  justify-content: space-between;
  width: 1115px;
  margin: auto;
}
.header_category ul li {
  text-align: center;
  box-sizing: border-box;
}
.header_category ul li a {
  display: block;
  margin: 0 auto;
  width: 98px;
  transition: all 0.3s ease;
  position: relative;
}
.header_category ul li a:hover img {
  transform: scale(1.1);
}
.header_category ul li a:hover p span::after {
  width: calc(100% + 2px);
}
.header_category ul li img {
  width: 70px;
  transition: all 0.3s ease;
}
.header_category ul li p {
  font-size: 14px;
  font-weight: 700;
  margin: 3px 0 0;
  line-height: 1.4;
}
.header_category ul li p span {
  position: relative;
}
.header_category ul li p span::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -1px;
  height: 3px;
  width: 0;
  background: #ffe14c;
  transition: all 0.3s ease;
}
.pickup {
  margin-top: 80px;
}
.pickup .title-main {
  text-align: left;
  padding-left: 90px;
  margin-bottom: 10px;
}
.pickup-slider img {
  width: 100%;
}
.pickup-slider-item {
  padding: 20px 10px;
}
.pickup-slider-item img {
  border-radius: 10px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
}
.about {
  margin-top: 80px;
}
.about .wrapper {
  width: 1100px;
  position: relative;
}
.about .wrapper img {
  width: 100%;
}
.about .about-text-wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  margin-bottom: -280px;
  position: relative;
  z-index: 1;
}
.about .about-text {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  margin-right: 30px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 260px;
}
.charm {
  margin-top: -24px;
  position: relative;
  z-index: 2;
  background: #fff;
}
.charm-bg {
  background-image: url(../images/top/charm-bg.png);
  background-size: cover;
  padding: 30px 0;
  margin-left: -50vw;
}
.charm-inner {
  display: flex;
  align-items: flex-start;
  width: 1000px;
  margin-left: auto;
}
.charm-title {
  margin-top: 15px;
  margin-right: 50px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: right;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  z-index: 1;
}
.charm-title .charm-title-sm {
  font-size: 32px;
}
.charm-title::before {
  content: "";
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  z-index: -1;
  margin: auto;
  width: 90px;
  height: 190px;
  background: rgba(255, 212, 1, 0.51);
}
.charm-content {
  width: 780px;
  display: flex;
  justify-content: space-between;
}
.charm-item {
  width: 240px;
  width: 100%;
}
.charm-item-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 8px;
}
.charm-item-text {
  margin-top: 5px;
  font-size: 13px;
  width: 240px;
}
.mainContents-outer {
  width: 100%;
  margin-top: 80px;
  padding-top: 88px;
  display: block;
  background-image: url(../images/common/section-line.png);
  background-position: top center;
  background-repeat: repeat-x;
}
#mainContents {
  float: right;
  width: 750px;
  font-size: 17px;
  line-height: 24px;
}
.recommend {
  margin-bottom: 100px;
}
.recommend .recommend-list {
  display: flex;
  flex-wrap: wrap;
}
.recommend .recommend-list li {
  width: calc((100% - 40px) / 3);
  margin-left: 20px;
}
.recommend .recommend-list li:nth-child(1),
.recommend .recommend-list li:nth-child(2),
.recommend .recommend-list li:nth-child(3),
.recommend .recommend-list li:nth-child(4) {
  width: calc((100% - 20px) / 2);
}
.recommend .recommend-list li:nth-child(1) p,
.recommend .recommend-list li:nth-child(2) p,
.recommend .recommend-list li:nth-child(3) p,
.recommend .recommend-list li:nth-child(4) p {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  margin: 15px 0 0;
}
.recommend .recommend-list li:nth-child(1) {
  margin-left: 0;
}
.recommend .recommend-list li:nth-child(3n) {
  margin-left: 0;
}
.recommend .recommend-list li:nth-child(n + 3) {
  margin-top: 20px;
}
.recommend .recommend-list li img {
  width: 100%;
  border-radius: 10px;
}
.recommend .recommend-list li p {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  margin: 10px 0 0;
}
.recommend .recommend-list li a {
  transition: 0.5s;
}
.recommend .recommend-list li a:hover {
  opacity: 0.6;
}
.searchContent .searchContent-list {
  display: flex;
  flex-wrap: wrap;
}
.searchContent .searchContent-list li {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}
.searchContent .searchContent-list li img {
  width: 100%;
  border-radius: 10px;
}
.searchContent .searchContent-list li:nth-child(4n) {
  margin-right: 0;
}
.searchContent .searchContent-list li:nth-child(n + 5) {
  margin-top: 20px;
}
.searchContent .searchContent-list li p {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  margin: 10px 0 0;
}
.searchContent .searchContent-list li a {
  transition: 0.5s;
}
.searchContent .searchContent-list li a:hover {
  opacity: 0.6;
}
.title-main {
  font-size: 42px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
.title-main span {
  position: relative;
}
.title-main span .title-main-before {
  position: absolute;
  left: -90px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.title-main span .title-main-after {
  position: absolute;
  top: -20px;
  right: -55px;
}
.title-vertical {
  padding-top: 14px;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: right;
  margin-right: 60px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
}
.title-vertical .title-vertical-sm {
  font-size: 42px;
}
.title-vertical .title-vertical-xs {
  font-size: 32px;
}
.title-vertical .title-vertical-inner .title-vertical-after {
  position: absolute;
  top: -26px;
  right: -60px;
}
.searchContent ul.price_list {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.searchContent ul.price_list li {
  width: 140px;
  font-size: 18px;
  font-weight: 700;
  border-right: dotted #4b0606 1px;
  text-align: center;
  padding: 3px 0;
}
.searchContent ul.price_list li:first-child {
  border-left: dotted #4b0606 1px;
}
.searchContent ul.price_list li a {
  transition: 0.3s;
}
.searchContent ul.price_list li a:hover {
  color: #c71700;
}
.searchContent ul.price_list li a.is-active {
  color: #c71700;
}
.searchContent ul.price_list li a.is-active p::after {
  width: 100%;
}
.searchContent ul.price_list li a.is-active p::before {
  border-top: solid #c71700 2px;
  border-right: solid #c71700 2px;
}
.searchContent ul.price_list li a p {
  display: inline-block;
  position: relative;
  padding-right: 14px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック",
    "Yu Gothic", sans-serif;
}
.searchContent ul.price_list li a p::before {
  content: "";
  position: absolute;
  right: 0;
  top: -6px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: solid #4b0606 2px;
  border-right: solid #4b0606 2px;
  transform: rotate(135deg);
}
.searchContent ul.price_list li a:hover p::before {
  border-top: solid #c71700 2px;
  border-right: solid #c71700 2px;
}
.searchContent ul.price_list li a p::after {
  background: #ffe14c;
  position: absolute;
  left: 0;
  bottom: -3px;
  content: "";
  display: block;
  transition: all 0.3s ease;
  width: 0;
  padding: 3px 0 0;
  box-sizing: border-box;
}
.searchContent ul.price_list li a:hover p::after {
  width: 100%;
}
.js-tab_panel {
  display: none;
}
.js-tab_panel.is-active {
  display: block;
}
.mainContents-bottom {
  width: 100%;
  margin-top: 80px;
  padding-top: 108px;
  display: block;
  background-image: url(../images/common/section-line-sm.png);
  background-position: top center;
  background-repeat: repeat-x;
}
.mainContents-bottom-title-wrap {
  margin-bottom: -80px;
  display: flex;
  justify-content: flex-end;
}
.mainContents-bottom-text {
  position: relative;
}
.mainContents-bottom-text p {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}
.u-pc-only {
  display: block !important;
}

ul.area_column2 {
    width: 1080px;
    display: flex;
    justify-content: space-between;
    margin: 1em auto 0;
    padding: 0;
    flex-wrap: wrap;
}

ul.area_column2 li {
    width: 49%;
    margin-bottom: 1em;
}
ul.area_column2 li img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none !important;
  }
}
.u-sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-sp-only {
    display: block !important;
  }
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
