﻿@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
body {
  padding-top: 97px;
  border-top: 0;
}

.sectionBlock {
  padding: 40px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sectionBlock#feature,
.sectionBlock#food-ranking,
.sectionBlock.top_new,
.sectionBlock#useful,
.sectionBlock#residents-related {
  background: #f8eada;
}

ul {
  padding: 0;
  margin: 0;
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eee;
  position: sticky;
  z-index: 9999;
  background: #fafafa;
  top: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #6c6c6c;
  width: 100%;
}

header#gnavi {
  display: unset;
  border: 0;
  background: transparent;
}
header#gnavi h1 {
  font-size: 16px;
  font-weight: 400;
  background: #ed7700;
  margin: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  padding: 6px 16px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
header#gnavi h1.is-hidden {
  margin-top: -36px;
}

.pointTxt {
  background: #f8eada;
  padding: 8px;
}
.pointTxt p {
  font-size: 16px;
  margin: 0;
  line-height: 20px;
  text-align: center;
  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;
}
.pointTxt p .login_name {
  font-weight: 400;
}
.pointTxt .notlogin {
  background: url('/sp/images/icon_play.png') no-repeat right 4px center;
  padding-right: 24px;
  background-size: 16px;
}

.search ul {
  padding: 0 15px;
  margin: 18px auto 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search ul li {
  margin-top: 0;
}
.search ul li:last-child {
  width: 70px;
  height: 60px;
}
.search #search_submit-s {
  width: 70px;
  height: 60px;
  background: #ed7700;
  border-radius: 0 8px 8px 0;
  color: #fff;
  font-size: 21px;
}
.search input[type='text'] {
  height: 60px;
  border: 1px solid #ed7700;
  border-radius: 8px 0 0 8px;
  padding: 12px 18px;
  outline: none;
}

.top .othr_box {
  margin: 0 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 0;
}
.top .othr_box .a_blk {
  width: 100%;
  height: 96px;
  border-radius: 8px;
  margin-bottom: 0;
  border: 1px solid #4d4d4d;
  background: #fff;
}
.top .othr_box .a_blk::after {
  content: unset;
}
.top .othr_box .a_blk a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top .othr_box .a_blk a h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 8px 10px;
  text-align: center;
  color: #333333;
  width: 100%;
}
.top .othr_box .a_blk a img {
  width: 32px;
  height: auto;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.top .othr_box .a_blk:last-child a img {
  width: 24px;
}
.top .othr_box .a_blk:last-child a img + img {
  margin-left: 16px;
  width: 28px;
}

.heading {
  font-size: 26px;
  text-align: center;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
}

.hero-carousel {
  padding: 0;
  background: #fff !important;
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
.banner .banner-item {
  width: 100%;
}
.banner .banner-item .fig-wrap {
  display: block;
  overflow: hidden;
  position: relative;
}
.banner .banner-item .fig-wrap img {
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner .banner-item .fig-wrap::after {
  content: '';
  display: block;
  padding-bottom: 58.9333333333%;
}
.banner .banner-item:not(:first-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0 6px;
}
.banner .banner-item:not(:first-child) .item {
  width: calc(50% - 3px);
}
.banner .banner-item:not(:first-child) .item .fig-wrap {
  display: block;
  overflow: hidden;
  position: relative;
}
.banner .banner-item:not(:first-child) .item .fig-wrap img {
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner .banner-item:not(:first-child) .item .fig-wrap::after {
  content: '';
  display: block;
  padding-bottom: 66.6666666667%;
}

.block-att_box {
  padding: 0;
  background: #fff;
  margin: 25px 15px;
}
.block-att_box div {
  margin: 0;
  padding: 8px 10px;
  background: transparent;
  text-align: left;
  border: 1px solid #6c6c6c;
}
.block-att_box div h2 {
  font-size: 16px;
  color: #c30000;
  font-weight: 400;
  margin: 0;
}
.block-att_box div a,
.block-att_box div u {
  display: block;
  color: #333333 !important;
  text-decoration: none;
  text-align: left;
}

.block-info li {
  font-size: 16px;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #6c6c6c;
}
.block-info li span {
  display: block;
  color: #c30000;
}

.slide-carousel {
  overflow: hidden;
}
.slide-carousel .swiper {
  margin-left: -10px;
  margin-right: -10px;
}

.imglink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.imglink ul li {
  width: 100%;
}
.imglink ul li:not(:last-child) {
  margin-bottom: 30px;
}
#useful .imglink ul li:not(:last-child) {
  margin-bottom: 0;
}
.imglink ul li .icon {
  text-align: center;
  margin: 10px 0;
}
.imglink ul li .icon img {
  max-width: 68px;
}
.imglink ul li .fig-wrap {
  display: block;
  overflow: hidden;
  position: relative;
}
.imglink ul li .fig-wrap img {
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.imglink ul li .fig-wrap::after {
  content: '';
  display: block;
  padding-bottom: 51.884057971%;
}
.imglink ul li .cap {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 16px;
}
.imglink.col2 ul {
  gap: 8px;
}
.imglink.col2 ul li {
  width: calc(50% - 4px);
}
.imglink.col2 ul li .fig-wrap {
  display: block;
  overflow: hidden;
  position: relative;
}
.imglink.col2 ul li .fig-wrap img {
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.imglink.col2 ul li .fig-wrap::after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.imglink .swiper-slide {
  margin-bottom: 0;
  padding: 0 10px;
}
.imglink .swiper-slide .fig-wrap {
  display: block;
  overflow: hidden;
  position: relative;
}
.imglink .swiper-slide .fig-wrap img {
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.imglink .swiper-slide .fig-wrap::after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.swiper-container:not(.swiper-container-horizontal) {
  display: none;
}

.swiper-wrapper {
  padding: 0;
}

.swiper-button-prev {
  left: 0 !important;
  background: url('/sp/images/swiper_prev.png');
}

.swiper-button-next {
  right: 0 !important;
  background: url('/sp/images/swiper_next.png');
}

.swiper-button-prev,
.swiper-button-next {
  width: 42px !important;
  height: 42px !important;
  background-size: 42px !important;
  margin-top: 15px !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: unset;
}

.top .swiper-wrapper div p:first-child {
  width: 100%;
}
.top .swiper-wrapper div h2 a {
  white-space: normal;
  font-weight: 400;
  line-height: 21px;
  font-size: 16px;
  width: 100%;
  min-height: 72px;
  display: block;
  margin-top: 10px;
}

@media (max-width: 380px) {
  .block-screen {
    display: block;
  }
}

.top_new {
  padding: 40px 15px;
  border: 0;
}
.top_new .swiper-slide {
  padding: 5px 5px 20px;
  background: #fff;
  border: 1px solid #707070;
  height: auto;
}
.top_new .swiper-slide img {
  border: 0 !important;
}
.top_new div h2 {
  margin-top: 6px;
  white-space: unset;
  text-overflow: unset;
  overflow: unset;
  line-height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top_new div h2 img {
  margin-bottom: 6px;
}
.top_new div h2 img:not(:last-child) {
  margin-right: 6px;
  width: 70px;
}
.top_new .swiper-button-next {
  right: 0 !important;
}

.news ul li {
  border-top: 1px solid #707070;
  padding: 20px 0;
  background: #fff;
}
.news ul li:last-child {
  border-bottom: 1px solid #707070;
}
.news ul li .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 10px;
  gap: 10px;
}
.news ul li .tag img {
  height: 24px;
  width: auto;
}
.news ul li .text a {
  display: inline-block;
  font-size: 16px;
  padding-left: 24px;
  line-height: 32px;
  background: url('/sp/images/icon_play.png') no-repeat left top 7px;
  background-size: 16px;
}
.news .news-link {
  padding: 20px;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  max-width: 300px;
  width: 100%;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 25px auto 0;
  background: #ed7700 url('/sp/images/icon-news.png') no-repeat right 30px center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 8px;
  background-size: 27px;
}
.news .news-link:hover {
  color: #fff !important;
  opacity: 0.7;
}
.sectionBlock#news {
  padding: 40px 15px 30px;
}

.banner_news-item {
  padding-top: 0;
  padding-bottom: 30px;
}

.banner_news {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
}
.banner_news:first-child {
  margin-bottom: 20px;
}
.banner_news img {
  width: 100%;
  max-width: 900px;
}

#residents-related .heading {
  font-size: 23px;
}
#residents-related .imglink ul li:not(:last-child) {
  margin-bottom: 20px;
}
#residents-related .imglink ul li .fig-wrap {
  display: block;
  overflow: hidden;
  position: relative;
}
#residents-related .imglink ul li .fig-wrap img {
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#residents-related .imglink ul li .fig-wrap::after {
  content: '';
  display: block;
  padding-bottom: 40%;
}

.tax-wrap {
  padding-top: 30px;
  border-top: 4px solid #bebebe;
}
.tax-wrap .c_tax {
  width: 100%;
  padding: 15px;
  border: 2px solid #f0f0f0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tax-wrap .c_tax p {
  color: #333;
  font-size: 16px;
  margin: 0;
  line-height: 26px;
}

.chked {
  padding: 15px 15px 40px;
  background: #fff !important;
}
.chked h2 {
  background: url('/sp/images/icon-check.png') no-repeat left center;
  background-size: 27px;
  width: 100%;
  font-size: 24px;
  padding-left: 37px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 35px !important;
  display: block;
  margin-top: 0;
}
.chked .col5_box {
  width: 100%;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  gap: 8px;
}
.chked .col5_box .col {
  width: calc(33.3333333333% - 6px);
  margin: 0;
}
.chked .col5_box .col img {
  border: 0;
}

footer div {
  padding: 0;
  background: unset;
}
footer .inner {
  padding: 30px 15px 50px;
  background: #33160a;
}
footer .inner h2 {
  width: 100%;
  margin-bottom: 24px;
  line-height: 32px;
  font-weight: normal;
}
footer .inner h2 a {
  color: #fff;
  font-size: 24px;
}
footer .detail {
  margin-bottom: 40px;
}
footer .detail p {
  padding-top: 44px;
  font-size: 14px;
}
footer .detail ul li {
  border: 1px solid #ffffff;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px;
  background: #fff;
  font-size: 16px;
}
@media (max-width: 350px) {
  footer .detail ul li {
    padding: 10px;
    font-size: 14px;
  }
}
footer .detail ul li span {
  white-space: nowrap;
  color: #333;
}
footer .detail ul li:first-child p {
  font-family: 'Lato', sans-serif;
}
footer .detail ul li p {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  color: #333;
  margin: 4px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 350px) {
  footer .detail ul li p {
    font-size: 24px;
  }
}
footer .detail ul li p img {
  width: 64px;
}
footer .detail ul li:not(:last-child) {
  margin-bottom: 20px;
}
footer .detail ul li:last-child {
  background: transparent;
  padding: 0;
}
footer .detail ul li:last-child p {
  height: 100%;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .detail ul li:last-child p a {
  padding: 24px;
  font-size: 21px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .detail ul li:last-child p img {
  width: 35px;
  margin-right: 32px;
}
footer .list_box {
  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;
}
footer .list_box .footer-item {
  width: calc(50% - 20px);
  margin-bottom: 50px;
  height: 100% !important;
}
footer .list_box .footer-item h3 {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
  margin-top: 0;
  font-weight: 600;
  border-left: 3px solid;
  padding-left: 6px;
}
footer .list_box .footer-item ul li:not(:last-child) {
  margin-bottom: 20px;
}
footer .list_box .footer-item ul li a {
  color: #fff;
}
footer .copy-right {
  font-size: 11px;
  margin: 0;
  text-align: center;
}

.toggleIcon {
  display: inline-block;
  position: relative;
  background: #333333;
}
.toggleIcon::before,
.toggleIcon::after {
  content: '';
  background: #fff;
  display: block;
  height: 2px;
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.toggleIcon::before {
  -webkit-transform: translate3D(-50%, -50%, 0) rotate(45deg);
  transform: translate3D(-50%, -50%, 0) rotate(45deg);
}
.toggleIcon::after {
  -webkit-transform: translate3D(-50%, -50%, 0) rotate(-45deg);
  transform: translate3D(-50%, -50%, 0) rotate(-45deg);
}

.block-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.block-contact p {
  margin: 0 0 25px;
}
.block-contact .line {
  font-size: 16px;
  margin: 0 0 8px;
}
.block-contact .line span {
  display: inline-block;
  position: relative;
  padding: 0 30px;
}
.block-contact .line span::before,
.block-contact .line span::after {
  content: '';
  position: absolute;
  background: #333333;
  width: 35px;
  height: 1px;
  top: 10px;
}
.block-contact .line span::before {
  left: -10px;
}
.block-contact .line span::after {
  left: auto;
  right: -10px;
}
.block-contact .phone-number {
  margin-bottom: 4px;
  font-size: 30px;
}
.block-contact .phone-number span {
  padding-left: 66px;
  background: url('/sp/images/icon-phone-number.svg') no-repeat left center;
  font-family: 'Lato', sans-serif;
  background-size: 64px;
}
.block-contact .mail {
  padding: 25px 24px;
  border: 1px solid #6c6c6c;
  margin-bottom: 26px;
  font-size: 19px;
}
.block-contact .mail span {
  padding-left: 36px;
  background: url('/sp/images/icon-mail.png') no-repeat left center;
  background-size: 28px;
}

.btn-close .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  font-size: 28px;
  width: 136px;
  margin: 0 auto;
  color: #333;
  font-weight: 400;
  float: unset;
}
.btn-close .toggleIcon {
  width: 34px;
  height: 34px;
}

.modal {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0;
}
.modal .modal-content {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 100%;
  border-radius: 0px;
  position: relative;
  background: #ffffff;
  padding: 60px 15px 40px;
  max-height: 380px;
  margin-top: 125px;
}
.modal .modal-content .modal-header .close {
  position: absolute;
  top: -28px;
  right: 0;
}
.modal .modal-content .modal-header .toggleIcon {
  width: 55px;
  height: 55px;
  background: #ed7700;
}

.modal-open .modal {
  padding: 15px;
  opacity: 1;
  visibility: visible;
}
.modal-open .modal .modal-content {
  -webkit-transform: scale(1);
  transform: scale(1);
}

header#gnavi nav ul.gnavi li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header#gnavi nav ul.gnavi li a img {
  height: auto;
  width: 100%;
  max-width: 60px;
}
header#gnavi nav ul.gnavi li.shopbag span {
  width: 28px;
  height: 27px;
  line-height: 29px;
  font-size: 13px;
  background: #8c0000;
  border: 0;
  bottom: 5px;
  left: auto;
  right: 0;
}
header#gnavi nav ul.gnavi li#nav-drawer {
  margin: 1px 1px 1px 8px;
  height: 58px;
}
header#gnavi h2 {
  text-align: left;
  padding: 2px 2px 2px 8px;
}
header#gnavi h2 span {
  width: 90%;
}

#nav-open span {
  background: url('/sp/images/icon-hamburger.png') no-repeat center top -2px;
  background-size: 100%;
  height: 47px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#nav-input:checked ~ #nav-open span {
  background: url('/sp/images/close-hamburger.png') no-repeat center top -2px;
  background-size: 100%;
  height: 47px;
  left: 0;
}

.linkwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 3px solid #6c6c6c;
  position: relative;
}
.linkwrap::before {
  content: '';
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #6c6c6c;
}
.linkwrap a {
  width: 33.3333333333%;
  height: 90px;
  position: relative;
}
.linkwrap a::before {
  content: '';
  position: absolute;
  top: 15px;
  right: 0;
  width: 1px;
  height: 60px;
  background: #707070;
}
.linkwrap a.not-line::before {
  content: unset;
}
.linkwrap a span {
  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;
  height: 100%;
  padding: 10px 5px 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: url('/sp/images/icon-play-trans.png') no-repeat center bottom 10px;
  background-size: 22px;
}
.linkwrap a.collapse span {
  background: url('/sp/images/icon-chervon-down.png') no-repeat center bottom 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-size: 21px;
}
.linkwrap a.collapse.expand {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #ed7700;
}
.linkwrap a.collapse.expand span {
  color: #fff;
  background: url('/sp/images/icon-chervon-down-active.png') no-repeat center bottom 10px;
  background-size: 21px;
}

.wrapItem {
  padding: 30px 15px 45px;
  background: rgba(237, 119, 0, 0.12) !important;
  border-top: 1px solid #6c6c6c;
}
.wrapItem input {
  width: 100% !important;
}
.wrapItem .mail {
  margin-bottom: 0;
}
.wrapItem .search {
  margin: 0 auto !important;
}
.wrapItem .search ul {
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
}
.wrapItem .search ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.wrapItem .search ul li:last-child {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  width: 70px !important;
}
.wrapItem .btn-close {
  margin-top: 20px;
}
.wrapItem .line span::before {
  left: -15px;
}
.wrapItem .line span::after {
  left: auto;
  right: -15px;
}

.is-sticky #nav-content {
  top: 61px !important;
}
.is-sticky .nav-menu {
  max-height: calc(100vh - 61px);
}

header#gnavi #nav-content {
  position: fixed;
  top: 97px;
  bottom: 0;
  right: -101%;
  -webkit-transform: unset;
  transform: unset;
  border: 0;
  z-index: 102;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  height: auto;
  padding-bottom: 0;
}
header#gnavi #nav-content .pointTxt {
  margin-top: 0;
  padding: 12px;
  background: #fff;
}
header#gnavi #nav-content .pointTxt .notlogin {
  background: url('/sp/images/icon-play-trans.png') no-repeat right 4px center;
  font-size: 18px;
  padding-right: 34px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-size: 22px;
  line-height: 24px;
}
header#gnavi #nav-content .mysite {
  font-size: 18px;
  text-align: center;
  padding: 16px 20px;
  border-top: 3px solid #6c6c6c;
}
header#gnavi #nav-content .navPage .navPage-item {
  border-top: 1px solid #6c6c6c;
}
header#gnavi #nav-content .navPage .navPage-action {
  padding: 23px 20px;
  font-size: 23px;
  line-height: 34px;
  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;
  position: relative;
}
header#gnavi #nav-content .navPage .navPage-subMenu {
  background: rgba(237, 119, 0, 0.12);
  display: none;
}
header#gnavi #nav-content .navPage .navPage-subMenu li {
  border-top: 1px solid #6c6c6c;
}
header#gnavi #nav-content .navPage .navPage-subMenu li .navPage-subItem {
  font-size: 18px;
  padding: 18px 50px 18px 20px;
  display: block;
  line-height: 24px;
  background: url('/sp/images/icon-chervon-right.png') no-repeat right 30px center;
  background-size: 10px;
}

.nav-menu {
  position: relative;
  max-height: calc(100vh - 100px);
  background-color: #fff;
  overflow-y: scroll;
  padding-bottom: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-menu.is-hidden {
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s, -webkit-transform 0.3s cubic-bezier(0.23, 0.62, 0.42, 0.99);
  transition: visibility 0s 0.3s, -webkit-transform 0.3s cubic-bezier(0.23, 0.62, 0.42, 0.99);
  transition: transform 0.3s cubic-bezier(0.23, 0.62, 0.42, 0.99), visibility 0s 0.3s;
  transition: transform 0.3s cubic-bezier(0.23, 0.62, 0.42, 0.99), visibility 0s 0.3s, -webkit-transform 0.3s cubic-bezier(0.23, 0.62, 0.42, 0.99);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.according {
  position: relative;
}
.according span:not(.icon-plus) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.according .icon-plus {
  width: 36px;
  height: 36px;
  position: relative;
}
.according .icon-plus::before,
.according .icon-plus::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background: #333333;
}
.according .icon-plus::before {
  width: 2px;
  height: 20px;
}
.according .icon-plus:after {
  width: 20px;
  height: 2px;
}
.according.expand .icon-plus::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  background: #ed7700;
}
.according.expand .icon-plus::after {
  background: #ed7700;
}

.dropdown-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #fff;
  overflow-y: scroll;
  max-height: calc(100vh - 100px);
  padding-bottom: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dropdown-menu.is-left,
.dropdown-menu.is-right {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 0.62, 0.42, 0.99);
  transition: -webkit-transform 0.3s cubic-bezier(0.23, 0.62, 0.42, 0.99);
  transition: transform 0.3s cubic-bezier(0.23, 0.62, 0.42, 0.99);
  transition: transform 0.3s cubic-bezier(0.23, 0.62, 0.42, 0.99), -webkit-transform 0.3s cubic-bezier(0.23, 0.62, 0.42, 0.99);
}
.dropdown-menu.is-left {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.dropdown-menu.is-right {
  -webkit-transform: translate(100%);
  transform: translate(100%);
}
.dropdown-menu .back {
  margin: 16px 15px 30px;
  padding-left: 40px;
  font-size: 28px;
  background: url('/sp/images/icon-back.png') no-repeat left center;
  background-size: 34px;
}
.dropdown-menu .navPage-title {
  font-size: 23px;
  line-height: 34px;
  padding-bottom: 8px;
  border-bottom: 1px solid #707070;
  text-align: center;
  margin: 0 15px 8px;
}
.dropdown-menu .navPage-title.cate-title {
  margin-bottom: 24px;
}
.dropdown-menu .navPage-title .small {
  display: block;
  font-size: 18px;
  padding-bottom: 6px;
}
.dropdown-menu .menuItem {
  display: none;
}
.dropdown-menu .menuItem.custom .navPage-title {
  margin-bottom: 40px;
}
.dropdown-menu .aria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dropdown-menu .aria .image {
  width: 118px !important;
  min-width: 118px;
}
.dropdown-menu .aria .image li {
  margin: 0 0 0 10px;
  width: 100% !important;
}
.dropdown-menu .aria .image img {
  width: 100%;
}
.dropdown-menu .aria .image + .navPage-subMenu-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.dropdown-menu .aria .image + .navPage-subMenu-list .navPage-subMenu-item {
  margin: 0 15px 0 0px !important;
  width: calc(100% - 15px) !important;
}
.dropdown-menu .navPage-subMenu-list .navPage-subMenu-item {
  border-top: 1px solid #e6e6e6 !important;
  margin: 0 15px;
  width: calc(100% - 30px) !important;
}
.dropdown-menu .navPage-subMenu-list .navPage-subMenu-item.not-line {
  border-top: 0 !important;
  margin-top: 8px;
  margin-bottom: 14px;
}
.dropdown-menu .navPage-subMenu-list .navPage-subMenu-item.not-line + .navPage-subMenu-item {
  border-top: 0 !important;
}
.dropdown-menu .navPage-subMenu-list .navPage-subMenu-item.not-line span {
  border: 1px solid #6c6c6c;
  padding: 10px 20px;
  text-align: center;
  background: #fff;
  display: block;
}
.dropdown-menu .navPage-subMenu-list .navPage-subMenu-item:first-child {
  border-top: 0 !important;
}
.dropdown-menu .navPage-subMenu-list .navPage-subMenu-item a {
  display: block;
  font-size: 18px;
  padding: 16px 0 16px 22px;
  background: url('/sp/images/icon_play.png') no-repeat left center;
  background-size: 16px;
}
.dropdown-menu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-list {
  display: none;
  background: rgba(237, 119, 0, 0.12) !important;
  border-top: 1px solid #6c6c6c;
}
.dropdown-menu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-list .navPage-subMenu-item a {
  padding: 16px 20px 16px 42px;
  background-position: left 20px center;
}
.dropdown-menu .navPage-subMenu-list .navPage-subMenu-item .according {
  padding: 16px 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dropdown-menu .navPage-subMenu-list.custom .navPage-subMenu-item {
  margin: 0 !important;
  width: 100% !important;
}
.dropdown-menu .navPage-subMenu-list.custom .navPage-subMenu-item a {
  border: 1px solid #6c6c6c !important;
}
.dropdown-menu .navPage-subMenu-list.custom .navPage-subMenu-item:not(:last-child) a {
  border-bottom: 0 !important;
}
.dropdown-menu .navPage-subMenu-list.custom .navPage-subMenu-item:last-child a {
  padding-left: 20px;
  padding-right: 20px;
  background-position-x: 20px;
}
.dropdown-menu .navPage-subMenu-list.custom .navPage-subMenu-item .last-navPage-subMenu-item {
  background-position: right 30px center !important;
  height: 70px !important;
  display: flex !important;
  align-items: center !important;
}
.dropdown-menu .navPage-subMenu-list.custom .navPage-subMenu-item .navPage-subMenu-list li:not(:first-child) {
  border-top: 1px solid #6c6c6c !important;
}
.dropdown-menu .navPage-subMenu-list.custom .navPage-subMenu-item .navPage-subMenu-list li a {
  border: 0 !important;
  padding: 20px 20px 20px 42px;
}

.is-sticky .dropdown-menu {
  max-height: calc(100vh - 60px);
}

.backToTop {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 0;
}
.backToTop a {
  position: fixed;
  bottom: 5%;
  width: 42px;
  height: 42px;
  outline: none;
  right: 15px;
  z-index: 999;
}
.backToTop a img {
  width: 100%;
  height: 100%;
}
.backToTop.is-visible {
  opacity: 1;
  visibility: visible;
}

.has-navigation {
  overflow: hidden;
}
.has-navigation #nav-content {
  right: 0 !important;
}
.has-navigation #nav-drawer {
  background: #ed7700;
}

#suggest,
#suggest_nav {
  border: 1px solid #8e8e8e;
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  margin-top: -12px;
}

#suggest_nav {
  margin-top: 2px;
  margin-left: -15px;
}

.header-content #nav-drawer::before,
header#gnavi::before {
  content: unset !important;
}
