@charset "UTF-8";
/*COMMON*/
/*@import url(http://fonts.googleapis.com/earlyaccess/sawarabimincho.css);*/
/*@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700);*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");

body {
  counter-reset: wpp-ranking;
  background: #fff;
}
.wf-sbm {
  /*font-family: "Sawarabi Mincho";*/
  /*font-family: "Noto Serif", serif;*/
  font-family: "Noto Serif JP", serif;
}
.bc-gold {
  color: #b4910c;
}
.fontcolor_red {
  color: #d90303;
}
/* NEW ICON */
.newicon {
  width: 50px;
}
.newicon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px;
  z-index: 10;
  border-color: #e60012 transparent transparent #e60012;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.newicon span {
  position: absolute;
  top: 8px;
  left: 3px;
  display: inline-block;
  color: #ff0;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
  font-family: "Noto Serif", serif;
  z-index: 20;
  transform: rotate(-45deg);
}
/* WANT ICON */
.EventWant {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 3px;
  line-height: 1em;
}
.event_wantbe {
  background: #00a0e9;
}
.event_wantin {
  background: #f00;
}

/*DISPLAY*/
.pon {
  display: inline;
}
.son {
  display: none;
}
.ponb {
  display: block;
}
.ponb img {
  max-width: 100%;
}
.sonb {
  display: none;
}
/*ZOOM*/
a.zoom {
  display: block;
  overflow: hidden;
  position: relative;
}
a.zoom img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
a.zoom:hover img {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.15, 1.15);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1.15, 1.15);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1.15, 1.15);
  -o-transform: translateX(-50%) translateY(-50%) scale(1.15, 1.15);
  transform: translateX(-50%) translateY(-50%) scale(1.15, 1.15);
}
@supports (object-fit: cover) {
  a.zoom img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  a.zoom:hover img {
    -webkit-transform: translateX(0) translateY(0) scale(1.1, 1.1);
    -moz-transform: translateX(0) translateY(0) scale(1.1, 1.1);
    -ms-transform: translateX(0) translateY(0) scale(1.1, 1.1);
    -o-transform: translateX(0) translateY(0) scale(1.1, 1.1);
    transform: translateX(0) translateY(0) scale(1.1, 1.11);
  }
}
img.imgwider {
  width: 100%;
  height: auto;
}
/*HEADER*/
header {
  background-color: rgba(255, 255, 255, 0.95);
  height: 50px;
  width: 100%;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
}
header section {
  width: 1020px;
  height: 50px;
  margin: 0 auto;
  position: relative;
}
header section .maintitle {
  position: absolute;
  top: 0;
  left: 0;
}
header section .maintitle a {
  width: 50px;
  height: 50px;
  background: url("../images/logo.png") no-repeat center center;
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
header section .maintitle img.logo {
  display: inherit;
}
header section .maintitle img.logo-sp {
  display: none;
}
header section nav {
  position: absolute;
  top: 0px;
  left: 50px;
  font-size: 0;
}
/*NAVI*/
nav ul {
  width: 970px;
}
nav ul li a {
  display: inline-block;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
nav ul li a:hover {
  background: #b4910c;
  color: #fff;
  text-decoration: none;
}
nav ul li a.nav-line {
  background: url("../images/border-line.png") no-repeat left center;
}
nav ul li a:hover.nav-line {
  background: #b4910c url("../images/border-line.png") no-repeat left center;
}
nav ul li ul li a {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  border-left: 5px solid #b4910c;
  padding: 0 0 10px 10px;
  margin-bottom: 10px;
}
nav ul li ul li a:hover {
  background: #fff;
  color: #b4910c;
  text-decoration: none;
}
nav ul li.search {
  width: 210px;
  position: absolute;
  top: 15px;
  right: 0px;
}
span.main-menu_ttl {
  position: absolute;
  top: 34px;
  left: 10px;
  width: 28px;
  line-height: 1em;
}
span.main-menu_ttl img {
  width: 28px;
  height: 8px;
}
/* GUIDELINE*/
section.guideline {
  width: 100%;
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 600;
  overflow: hidden;
  background: #efe7d2;
}
section.guideline::before {
  content: "";
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: relative;
  z-index: -1;
}
section.guideline h1 {
  width: 1020px;
  margin: 0 auto 10px;
  color: #000;
  font-size: 24px;
}
section.guideline p {
  display: block;
  width: 1020px;
  margin: 0 auto;
  color: #000;
  line-height: 1.2em;
}
/* DIRFRAME */
#dirframe {
  width: 640px;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
#dirframe .dirLine {
  float: left;
  margin: 0;
  padding: 10px 0 0 0;
  line-height: 120%;
}
#dirframe .dirLine li {
  float: left;
  color: #666;
  list-style-type: none;
}
#dirframe .dirLine li a {
  margin-right: 8px;
  padding-right: 12px;
  font-size: 0.9em;
  background: url("../images/diricon.gif") no-repeat right center;
}
/* MAIN*/
main.mainwrap {
  position: relative;
  top: 0;
  width: 1020px;
  margin: 0 auto;
  padding: 0 4px 0;
  background: url("../images/bg-side.png") repeat-y right top;
}
article.main {
  float: left;
  width: 640px;
  margin-top: 30px;
}
article.side {
  float: right;
  width: 300px;
  padding: 0 20px 0;
}
main.mainwrap section h1,
main.mainwrap section .title {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}
main.mainwrap section h1 span.rankupdate,
main.mainwrap section .title span.rankupdate {
  font-size: 0.6em;
}
section.today,
section.news,
section.check,
section.rank {
  width: 100%;
  margin-top: 30px;
}
.datawrap {
  position: relative;
  padding: 10px 0;
}
.datawrap .dataimg {
  width: 100px;
  height: auto;
  float: left;
  position: relative;
}
.datawrap .dataimg a.zoom {
  height: 100px;
}
.datawrap .dataimg a.zoom img {
  width: auto;
  height: 100px;
}
.datawrap p {
  display: block;
  width: 190px;
  float: right;
}
.datawrap p span {
  font-size: 16px;
}
.datawrap .rankno {
  width: 30px;
}
.datawrap .rankno:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px;
  z-index: 10;
}
.datawrap:first-of-type div.rankno:before {
  border-color: #e60012 transparent transparent #e60012;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.datawrap:nth-of-type(2) div.rankno:before {
  border-color: #00913a transparent transparent #00913a;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.datawrap:nth-of-type(3) div.rankno:before {
  border-color: #00a0e9 transparent transparent #00a0e9;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.datawrap:nth-of-type(4) div.rankno:before {
  border-color: #b4910c transparent transparent #b4910c;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.datawrap:nth-of-type(5) div.rankno:before {
  border-color: #b4910c transparent transparent #b4910c;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.datawrap .rankno span:before {
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
}
/*.datawrap div.rank1:before {
	border-color: #e60012 transparent transparent #e60012;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.datawrap div.rank2:before {
	border-color: #00913a transparent transparent #00913a;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.datawrap div.rank3:before {
	border-color: #00a0e9 transparent transparent #00a0e9;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.datawrap div.rank4:before {
	border-color: #b4910c transparent transparent #b4910c;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}*/
.datawrap .rankno span {
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
  width: 15px;
  text-align: center;
  font-family: "Sawarabi Mincho";
  z-index: 20;
}
main.mainwrap section a.btnall {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 1px solid #000;
  text-align: center;
  padding: 5px;
  font-size: 18px;
  margin-top: 15px;
  background-color: #fff;
}
main.mainwrap section a:hover.btnall {
  background-color: #efefef;
  text-decoration: none;
}
main.mainwrap .pickup section a.btnall,
main.mainwrap section.rank a.btnall {
  font-size: 14px;
  margin-top: 0;
}
section.present {
  position: relative;
  top: 0;
  left: -20px;
  margin-top: 30px;
  width: 300px;
  padding: 20px;
  hight: auto;
  background-color: #a81f24;
}
main.mainwrap section.present h1 {
  color: #fff;
  border-bottom: 2px solid #fff;
}
section.present img {
  width: 100%;
  height: auto;
}
main.mainwrap .main-left {
  float: left;
  width: 640px;
  margin-top: 30px;
  margin-bottom: 30px;
}
main.mainwrap .main-left iframe {
  width: 100%;
}
/* NEW */
section.new {
  margin-bottom: 50px;
}
section.new .newdata {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
section.new .newdata:last-child {
  margin-bottom: 0;
}
section.new .newdata .newimg {
  width: 160px;
  height: auto;
  float: left;
  background: #f2f2f2;
}
section.new .newdata .newimg a.zoom {
  height: 120px;
}
section.new .newdata .newimg a.zoom img {
  height: 120px;
}
section.new .newdata .newtxt {
  width: 460px;
  float: right;
  height: 120px;
}
section.new .newdata .newtxt h2 a {
  font-size: 20px;
}
section.new .newdata .newtxt p {
  display: block;
  position: absolute;
  bottom: 20px;
}
section.new .newdata .newtxt p a {
  color: #777;
}
section.new .newdata .newtxt .newdate {
  display: block;
  position: absolute;
  bottom: 0px;
  line-height: 1em;
  color: #777;
  background: url("../images/icon_time.png") no-repeat left center;
  background-size: 12px 12px;
  padding-left: 15px;
}
section.new .newdata .newtxt .newdate span {
  background: url("../images/icon-view.png") no-repeat left center;
  background-size: 14px 14px;
  padding-left: 17px;
}

/* select_metome */
section.select_metome {
  margin: 50px 0;
}
section.select_metome .newdata {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
section.select_metome .newdata .newimg {
  width: 160px;
  height: auto;
  float: left;
}
section.select_metome .newdata .newimg a.zoom {
  height: 120px;
}
section.select_metome .newdata .newimg a.zoom img {
  height: 120px;
}
section.select_metome .newdata .newtxt {
  width: 460px;
  float: right;
  height: 120px;
}
section.select_metome .newdata .newtxt h2 a {
  font-size: 18px;
}
section.select_metome .newdata .newtxt p {
  display: block;
  position: absolute;
  bottom: 0;
  line-height: 1.4;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
section.select_metome .newdata .newtxt p {
  color: #777;
}
section.select_metome .newdata .newtxt p a:hover {
  text-decoration: none;
}
section.select_metome .newdata .newtxt .newdate {
  display: block;
  position: absolute;
  bottom: 0px;
  line-height: 1em;
  color: #777;
  background: url("../images/icon_time.png") no-repeat left center;
  background-size: 12px 12px;
  padding-left: 15px;
}
section.select_metome .newdata .newtxt .newdate span {
  background: url("../images/icon-view.png") no-repeat left center;
  background-size: 14px 14px;
  padding-left: 17px;
}

/* SPECIAL */
section.special {
  margin-bottom: 50px;
}
section.special .specialwrap .specialdata {
  width: 310px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 15px;
  margin-right: 20px;
  float: left;
}
section.special .specialwrap .specialdata:nth-child(2n) {
  margin-right: 0;
}
.specialimg a.zoom {
  height: 310px;
}
.specialimg a.zoom img {
  height: 310px;
}
section.special .specialwrap .specialdata h2 {
  font-size: 20px;
  margin: 10px 0 15px 0;
}
section.special .specialwrap .specialdata p a {
  color: #777;
}
.adflleft {
  width: 640px;
  float: left;
}
/* EVENT */
section.event {
  margin-bottom: 30px;
}
section.event .eventwrap .eventdata {
  width: 200px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 15px;
  margin-right: 20px;
  float: left;
}
section.event .eventwrap .eventdata:nth-child(3n) {
  margin-right: 0;
}
section.event .eventwrap .eventdata a.zoom {
  height: 125px;
}
section.event .eventwrap .eventdata a.zoom img {
  height: 125px;
}
section.event .eventwrap .eventdata .eventdate {
  line-height: 1.4em;
  margin: 8px 0 5px;
  font-size: 12px;
  color: #b4910c;
  padding: 0;
  display: block;
}
section.event .eventwrap .eventdata .eventdate a {
  font-size: 12px;
  color: #b4910c;
  padding: 3px 0 0;
}
section.event .eventwrap .eventdata .eventname,
section.event .eventwrap .eventdata .eventspot {
  line-height: 1.6em;
}
section.event .eventwrap .eventdata .eventspot span::after {
  content: ", ";
}
section.event .eventwrap .eventdata .eventspot span:last-child::after {
  content: "";
}
section.event .eventwrap .eventdata .eventname a {
  font-size: 16px;
  padding: 10px 0 2px;
}
section.event .eventwrap .eventdata .eventspot {
  color: #777;
  font-size: 13px;
}
section.event .eventwrap .eventdata .eventspot a {
  color: #777;
}
/*SEARCH*/
.searchform {
}
.searchform label {
  display: none;
}
.searchform input[type="text"] {
  float: left;
  width: 200px;
  height: 24px;
  padding: 0 30px 0 10px;
  background: #fff;
  border: 1px solid #999;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-top: -2px;
}
.searchform input[type="submit"] {
  float: left;
  width: 20px;
  height: 20px;
  margin: 1px 0 0 -28px;
  padding: 0;
  background: url("../images/icon-search.png") no-repeat center 5px;
  background-size: 12px 12px;
  border: none;
  box-shadow: none;
  cursor: pointer;
  margin-top: -1px;
}
.searchform input[type="submit"]:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/* CONTENTS INDEXPAGE */
section.contnav {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
section.contnav .contnavimg {
  width: 160px;
  float: left;
}
section.contnav .contnavimg a.zoom {
  height: 120px;
}
section.contnav .contnavimg a.zoom img {
  height: 120px;
}
section.contnav .contnavtxt {
  width: 460px;
  float: right;
}
section.contnav .contnavtxt h1 {
  font-size: 20px;
  border-bottom: none;
}
section.contnav .contnavtxt .contmore {
  text-align: right;
}
section.contnav .contnavtxt .contmore a {
  color: #b3910c;
}

.contnavtxt_matome {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* SIDEBAR */
.magazine {
  padding: 10px;
  background: #000;
  line-height: 1.4em;
  color: #fff;
}
.magazine a {
  color: #fff;
}
.magazine h2 {
  text-align: center;
  margin-bottom: 10px;
}
.magazine .mb_r {
  float: left;
  display: inline;
  width: 108px;
  margin: 0 10px 0 0;
  text-align: center;
}
.magazine .mb_l {
  float: left;
  display: inline;
  width: 162px;
  margin: 0;
}
.amazonwrap {
  width: 260px;
  margin: 0 20px;
}
.amazon {
  float: left;
  width: 120px;
}
.amazon:first-of-type {
  margin-right: 20px;
}
.twitterwrap {
  width: 100%;
}
/* FOOTER */
footer {
  background: #2f2725;
}
.footerwrap {
  width: 1020px;
  margin: 0 auto;
  color: #fff;
}
.footerwrap a {
  color: #fff;
}
.footerwrap a:hover {
  color: #777;
}
.footerwrap .footerlogo {
  width: 179px;
  height: auto;
  padding-top: 30px;
}
.footerwrap .footerlogo img {
  width: 179px;
  height: auto;
}
.footerwrap .footergnavwrap {
  margin-top: 30px;
  margin-bottom: 50px;
}
.footerwrap .footergnav {
  width: 225px;
  float: left;
  margin-right: 19px;
  padding-right: 20px;
  border-right: 1px solid #333;
}
.footerwrap .footergnavwrap div {
  font-size: 16px;
}
.footerwrap .footergnavwrap ul {
  font-size: 11.5px;
}
.footerwrap .footergnavwrap ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.footerwrap .footergnavwrap section:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.footerwrap .snsbtn {
  margin-top: 5px;
}
.footerwrap .snsbtn a {
  display: inline-block;
  margin-right: 10px;
}
.footerwrap .snsbtn a:last-of-type {
  margin-right: 0;
}
.footerwrap .snsbtn img {
  width: 30px;
  height: auto;
}
.footerwrap .footernav {
  font-size: 12px;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
.footerwrap .footernav span {
  padding: 0 7px;
  border-right: 1px solid #fff;
  line-height: 14px;
}
.footerwrap .footernav span:last-child {
  border-right: none;
}
.footerwrap .footernav br {
  display: none;
}
address {
  background: #000;
}
.addresswrap {
  width: 1020px;
  margin: 0 auto;
  color: #777;
  font-size: 10px;
  padding: 5px 0;
}
.addresswrap .att {
  width: 600px;
  float: left;
}
.addresswrap .credit {
  width: 400px;
  float: right;
  text-align: right;
}
/* ad */
.biyori_responsive {
  width: 300px;
  height: 600px;
}
.adwrap {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
/* sp foot navi */
#smpmain {
  margin: 0;
  padding-bottom: 0;
}
#smpfooter {
  display: none;
}
/* SNS BOTTON */
.snswrap {
  width: 100%;
  font-size: 14px;
  color: #fff;
  line-height: 60px;
}
.snswrap a {
  color: #fff !important;
}
.btn_facebook {
  width: -webkit-calc(33% - 50px);
  width: -moz-calc(33% - 50px);
  width: calc(33% - 50px);
  height: 60px;
  background: #3a5a9a url("../images/facebook-logo.png") no-repeat left 10px
    center;
  background-size: 30px 30px;
  float: left;
  padding-left: 50px;
}
.btn_twitter {
  width: -webkit-calc(34% - 50px);
  width: -moz-calc(34% - 50px);
  width: calc(34% - 50px);
  height: 60px;
  background: #65a8dc url("../images/twitter-logo.png") no-repeat left 10px
    center;
  background-size: 30px 30px;
  float: left;
  padding-left: 50px;
}
.btn_line {
  width: -webkit-calc(33% - 50px);
  width: -moz-calc(33% - 50px);
  width: calc(33% - 50px);
  height: 60px;
  background: #00b900 url("../images/line-logo.png") no-repeat left 10px center;
  background-size: 30px 30px;
  float: left;
  padding-left: 50px;
}
/* TEL BOTTON */
#btn_tel {
  display: none;
}
#btn_cpn {
  display: none;
}
/* APP EXP BOTTON */
#btn_app,
#btn_exp {
  display: block;
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 550;
  width: 100px;
  height: 100px;
}
#btn_app img,
#btn_exp img {
  width: 100px;
  height: 100px;
}
/* TEL BOTTON */
#btn_tel {
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 550;
  width: 100px;
  height: 100px;
}
#btn_tel img {
  width: 100px;
  height: 100px;
}
/* PAGE BACKNUMBER */
.backnumber_wrap {
  width: 100%;
  margin: 40px 0 30px;
  border-top: solid 1px #666;
}
.backnumber_list {
  margin-top: 30px;
  padding: 20px 20px 10px;
  background: #f0e9ce;
}
.backnumber_list h1 {
  background: #b4910c;
  text-align: center;
  padding: 10px 0;
  line-height: 1em;
  margin-bottom: 15px;
  color: #fff;
}
.backnumber_list ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.backnumber_list ul::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.backnumber_list ul::after {
  content: "";
  display: block;
  width: 23%;
}
.backnumber_list ul li {
  width: 23%;
  padding-bottom: 10px;
  text-align: center;
  line-height: 15px;
  font-size: 80%;
}
.backnumber_list ul li a {
}
.backnumber_list ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
/* AD */
.adc {
  text-align: center;
}
/* COVID */
.COVID {
  border: 1px solid #d90303;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  color: #d90303;
  font-size: 0.9em;
  margin-bottom: 20px;
  line-height: 1.4em;
}

@media (max-width: 767px) {
  /* WANT ICON */
  .EventWant {
    font-size: 12px;
  }
  /*DISPLAY*/
  .pon {
    display: none;
  }
  .son {
    display: inline;
  }
  .ponb {
    display: none;
  }
  .sonb {
    display: block;
  }
  .inn-box {
    width: 94% !important;
    margin: 0 3% !important;
  }
  .inn-box img {
    width: 100%;
    height: auto;
  }
  .inn-box img.sp_width_half {
    width: 50%;
    height: auto;
  }

  header section {
    width: 100%;
  }
  header section .maintitle {
    right: 0;
    margin: auto;
  }
  header section .maintitle a {
    margin: auto;
    width: 120px;
    height: 50px;
    background: url("../images/logo-sp.png") no-repeat center center;
    background-size: 117px 21px;
  }
  header section nav {
    left: 0px;
    width: 100%;
  }
  nav ul {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #b4910c;
    /*border-bottom: 1px solid #b4910c;*/
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  nav ul li {
    position: relative;
    border-bottom: 1px solid #ddd;
    background: url(../images/arw-01.png) no-repeat right 10px center;
    background-size: 13px 11px;
  }
  nav ul li.narw {
    background: none;
  }
  nav ul li.narw.search {
    display: none;
  }
  nav ul li:last-child {
    /*border-bottom:none;*/
  }
  nav ul li.mail {
    border-bottom: 1px solid #b4910c;
  }
  nav ul li a {
    display: inline-block;
    padding: 15px 10px;
    line-height: 1em;
    height: auto;
  }
  nav ul li a:hover {
    background: none;
    color: #b4910c;
    text-decoration: none;
  }
  nav ul li a.nav-line {
    background: none;
  }
  nav ul li a:hover.nav-line {
    background: none;
  }
  nav ul li a:hover.bc-gold {
    color: #000;
  }
  nav ul li ul {
    border: none;
    background: none;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
  }
  nav ul li ul li {
    border-top: 1px dotted #ddd;
    border-bottom: none;
  }
  nav ul li ul li a {
    display: inline-block;
    height: auto;
    line-height: 1em;
    border-left: none;
    /*border-top:1px dotted #ddd;*/
    padding: 15px 15px;
    margin-bottom: 0;
  }
  nav ul li ul li a:hover {
    background: none;
  }
  .sm ul li ul {
    margin: 0;
  }
  /*DIRFRAME*/
  #dirframe {
    width: 100%;
    margin-bottom: 20px;
  }
  #dirframe .dirLine {
    margin: 0 3%;
  }
  /*BREADCRUMBS*/
  .breadcrumbs {
    width: 100%;
    padding: 10px 3% 15px;
    font-size: 11px;
    line-height: 14px;
  }
  /*MAIN*/
  main.mainwrap {
    width: 100%;
    background: none;
    padding-right: 0;
    padding-left: 0;
  }
  main.mainwrap section {
    width: 100%;
    padding: 0 3%;
  }
  article.main {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  article.side {
    float: none;
    width: 100%;
    padding: 0;
  }
  .sidesdw {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0);
  }
  main.mainwrap section h1,
  main.mainwrap section .title {
    font-size: 20px;
    font-weight: normal;
  }
  main.mainwrap .pickup {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }
  section.today,
  section.news,
  section.check,
  section.rank {
  }
  main.mainwrap section.today {
    margin-top: 10px;
    padding: 10px 2%;
    background-color: #f7f4e6;
  }
  main.mainwrap section.news {
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 10px 2%;
    background-color: #efefef;
  }
  .datawrap {
  }
  .datawrap .dataimg {
    width: 100px;
    height: auto;
    float: left;
  }
  .datawrap p {
    display: block;
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    float: right;
  }
  main.mainwrap section a.btnall {
    font-size: 14px;
  }
  main.mainwrap section.present {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 2%;
  }
  section.guideline h1 {
    width: 100%;
    padding: 0 2%;
    font-size: 20px;
  }
  section.guideline h1 img {
    width: 100%;
    height: auto;
    max-width: 320px;
  }
  section.guideline p {
    width: 100%;
    padding: 0 2%;
  }
  main.mainwrap .main-left {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  /* NEW */
  section.new {
    margin-bottom: 30px;
  }
  section.new .newdata .newimg {
    width: 100px;
    height: 100px;
  }
  section.new .newdata .newimg img {
    width: auto;
    height: 100px;
    margin-left: -15px;
  }
  section.new .newdata .newimg a.zoom {
    height: 100px;
  }
  section.new .newdata .newimg a.zoom img {
    height: 100px;
  }
  section.new .newdata .newimg a.zoom img.center {
    margin-left: 0;
  }
  section.new .newdata .newtxt {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    height: 100px;
  }
  section.new .newdata .newtxt h2 {
    line-height: 20px;
  }
  section.new .newdata .newtxt h2 a {
    font-size: 16px;
  }
  section.new .newdata .newtxt p {
    /*font-size:13px;
		line-height:1.4em;*/
    display: none;
  }
  section.new .newdata .newtxt .newdate {
    font-size: 12px;
  }
  section.new .newdata .newtxt .newdate span {
    background-size: 12px 12px;
    padding-left: 17px;
  }

  /* select_metome */
  section.select_metome {
    margin-bottom: 30px;
  }
  section.select_metome .newdata .newimg {
    width: 100px;
    height: 100px;
  }
  section.select_metome .newdata .newimg img {
    width: auto;
    height: 100px;
    margin-left: -15px;
  }
  section.select_metome .newdata .newimg a.zoom {
    height: 100px;
  }
  section.select_metome .newdata .newimg a.zoom img {
    height: 100px;
  }
  section.select_metome .newdata .newtxt {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    height: 100px;
  }
  section.select_metome .newdata .newtxt h2 {
    line-height: 20px;
  }
  section.select_metome .newdata .newtxt h2 a {
    font-size: 16px;
  }
  section.select_metome .newdata .newtxt p {
    /*font-size:13px;
		line-height:1.4em;*/
    display: none;
  }
  section.select_metome .newdata .newtxt .newdate {
    font-size: 12px;
  }
  section.select_metome .newdata .newtxt .newdate span {
    background-size: 12px 12px;
    padding-left: 17px;
  }

  /* SPECIAL */
  section.special {
    margin-bottom: 50px;
  }
  section.special .specialwrap .specialdata {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    margin-right: 0;
    float: none;
  }
  section.special .specialdata .specialimg {
    width: 100px;
    height: 100px;
    float: left;
  }
  section.special .specialdata .specialimg img {
    /*width:auto;
		height:100px;
  		margin-left:-15px;*/
  }
  .specialimg a.zoom {
    height: 100px;
  }
  .specialimg a.zoom img {
    height: 100px;
  }
  section.special .specialdata .specialtxt {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    height: 100px;
    float: right;
  }
  section.special .specialwrap .specialdata h2 {
    margin: 0;
  }
  section.special .specialdata .specialtxt h2 {
    line-height: 20px;
  }
  section.special .specialdata .specialtxt h2 a {
    font-size: 16px;
  }
  section.special .specialdata .specialtxt p {
    font-size: 13px;
    line-height: 1.4em;
    display: block;
    position: absolute;
    bottom: 0px;
  }
  .adflleft {
    width: 100%;
    float: none;
  }
  /* EVENT */
  section.event {
  }
  section.event .eventwrap .eventdata {
    width: 49%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-right: 1%;
    float: left;
  }
  section.event .eventwrap .eventdata:nth-child(2n) {
    margin-right: 0 !important;
    margin-left: 1% !important;
  }
  section.event .eventwrap .eventdata:nth-child(3n) {
    margin-right: 1%;
  }
  section.event .eventwrap .eventdata .eventdate a {
    font-size: 12px;
    color: #b4910c;
    padding: 3px 0 0;
  }
  section.event .eventwrap .eventdata .eventname a {
    font-size: 16px;
    padding: 10px 0 2px;
  }
  section.event .eventwrap .eventdata .eventspot a {
    color: #777;
  }
  section.contnav {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  section.contnav .contnavimg {
    width: 100px;
    height: 100px;
  }
  section.contnav .contnavimg img {
    width: auto;
    height: 100px;
    object-fit: cover;
    width: 100%;
  }
  section.contnav .contnavimg a.zoom {
    height: 100px;
  }
  section.contnav .contnavimg a.zoom img {
    height: 100px;
  }
  section.contnav .contnavtxt {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
  }
  section.contnav .contnavtxt h1 {
    font-size: 16px;
  }
  nav ul li. nav ul li.search {
    width: 96%;
    margin: 0 2%;
    padding: 15px 0;
    position: relative;
    top: 0;
  }
  .searchform {
  }
  .searchform input[type="text"] {
    width: 100%;
    font-size: 16px;
    padding: 5px 30px 5px 10px;
    height: 30px;
    margin: 0;
  }
  .searchform input[type="submit"] {
    height: 30px;
    background: url("../images/icon-search.png") no-repeat center center;
    margin: 0 0 0 -33px;
    background-size: 15px 15px;
  }
  article.sid article.side .bnr-width {
    width: 96%;
    margin: 0 2%;
  }
  article.side .bnr-width img {
    width: 100%;
    height: auto;
  }
  .magazine {
    width: 96%;
    margin: 0 2%;
  }
  .magazine .mb_l {
    width: -webkit-calc(100% - 118px);
    width: -moz-calc(100% - 118px);
    width: calc(100% - 118px);
  }
  .amazonwrap {
    display: none;
  }
  .twitterwrap {
    width: 96%;
    margin: 0 2%;
    border: 1px solid #eee;
    overflow: hidden;
  }
  .twitterwrap iframe {
    width: 740px !important;
  }
  .fadbana {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 2%;
  }
  .fadbana_l,
  .fadbana_r {
    width: 49%;
  }
  .fadbana_l {
    float: left;
  }
  .fadbana_r {
    float: right;
  }
  .fadbana_l img,
  .fadbana_r img {
    width: 100%;
    height: auto;
  }
  footer {
  }

  footer {
  }
  .footerwrap {
    width: 100%;
  }
  .footerwrap .footerlogo {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
  }
  .footerwrap .footergnavwrap {
    display: none;
  }
  .footerwrap .footernav span:nth-child(3) {
    border-right: none;
  }
  .footerwrap .footernav span:last-child {
    border-right: none;
    width: 100%;
    display: block;
  }
  .footerwrap .footernav br {
    display: inline;
  }
  .footerwrap .snsbtn {
    width: 80%;
    margin: 0 10%;
  }
  .footerwrap .snsbtn a {
    display: inline-block;
    margin-right: 2%;
  }
  .footerwrap .snsbtn a:last-of-type {
    margin-right: 0;
  }
  .footerwrap .snsbtn img {
    width: 32%;
    height: auto;
  }
  .addresswrap {
    width: 100%;
    padding: 10px 2%;
  }
  .addresswrap .att {
    width: 100%;
    float: none;
    line-height: 14px;
  }
  .addresswrap .credit {
    width: 100%;
    float: none;
    text-align: center;
  }
  .biyori_responsive {
    width: 100%;
    height: auto;
  }
  #smpmain {
    margin: 0;
    padding-bottom: 51px;
  }
  #smpfooter {
    display: block;
    position: relative;
  }
  #smpfooternav_wrap {
    width: 100%;
    height: 51px;
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    background: #2f2725;
    text-align: center;
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 0;
    border-top: 1px solid #999;
  }
  #smpfooternav_wrap.__heightauto {
    height: auto;
  }
  .smpfooternav {
    padding-top: 6px;
    width: 20%;
    border-right: 1px solid #999;
  }
  .smpfooternav:last-of-type {
    border: none;
  }
  .smpfooternav a {
    width: 100%;
  }
  .smpfooternav img {
    width: 30px;
    height: auto;
  }
  .smpfooternav svg {
    width: 27px;
    height: auto;
    margin-top: 2px;
  }
  .footsearch_btn p,
  .smpfooternav.__text a {
    color: #fff;
    font-size: 11px;
    margin-top: 0.2em;
    line-height: 1.7;
  }
  .smpfooternav.__spot img {
    width: 26px;
    padding: 4px 0 1px;
  }
  .smpfooternav.__event img {
    width: 27px;
    padding: 2px 0;
  }
  .smpfooternav.__matome img {
    width: 27px;
    padding: 2px 0;
  }
  .footsearch_btn.__search img {
    width: 28px;
    padding-top: 1px;
    margin-bottom: -1px;
  }
  .footsearch_wrap {
  }
  .footsearch_wrap input#footsearch {
    display: none;
  }
  .footsearch_wrap .footsearch_show {
    position: absolute;
    top: -51px;
    right: 0;
    padding: 10px 3%;
    height: 50px;
    width: 100%;
    background: #2f2725;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.6s ease-out, visibility 0.6s ease-out;
  }
  .footsearch_wrap input:checked ~ .footsearch_show {
    opacity: 1;
    visibility: visible;
  }
  .footsearch_wrap label.footsearch_btn {
    cursor: pointer;
  }
  .footsearch_wrap label.footsearch_btn:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
  }
  .footsearch_wrap input:checked ~ label.footsearch_btn {
    display: block;
    width: 100%;
    height: 35px;
    background: url("../images/navi/icon_search_c.png") no-repeat center center;
    background-size: 35px 35px;
  }
  .footsearch_wrap input:checked ~ label.footsearch_btn img {
    opacity: 0;
  }
  .footsns_wrap {
  }
  .footsns_wrap input#footsns {
    display: none;
  }
  .footsns_wrap .footsns_show {
    position: absolute;
    top: -51px;
    right: 0;
    padding: 10px 3%;
    height: 50px;
    width: 100%;
    background: #2f2725;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.6s ease-out, visibility 0.6s ease-out;
  }
  .footsns_wrap input:checked ~ .footsns_show {
    opacity: 1;
    visibility: visible;
  }
  .footsns_wrap label.footsns_btn {
    cursor: pointer;
  }
  .footsns_wrap label.footsns_btn:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
  }
  .footsns_wrap input:checked ~ label.footsns_btn {
    display: block;
    width: 100%;
    height: 35px;
    background: url("../images/navi/icon_sns_c.png") no-repeat center center;
    background-size: 35px 35px;
  }
  .footsns_wrap input:checked ~ label.footsns_btn img {
    opacity: 0;
  }
  .footsns_show ul {
    display: flex;
    justify-content: center;
  }
  .footsns_show ul li {
    margin: 0 0.5rem;

    width: 2rem;
  }

  .snswrap {
    font-size: 12px;
  }
  .snswrap span {
    display: none;
  }
  .snswrap3p {
    padding: 0 3%;
  }
  .btn_facebook {
    width: 33%;
    background-position: center center;
  }
  .btn_twitter {
    width: 34%;
    background-position: center center;
  }
  .btn_line {
    width: 33%;
    background-position: center center;
  }
  #btn_tel,
  #btn_app,
  #btn_exp,
  #btn_cpn {
    display: block;
    position: fixed;
    left: auto;
    right: 10px;
    bottom: 106px;
    z-index: 550;
    width: 70px;
    height: 70px;
  }
  #btn_tel img,
  #btn_app img,
  #btn_exp img,
  #btn_cpn img {
    width: 70px;
    height: 70px;
  }
  .backnumber_wrap {
    width: 94%;
    margin: 25px 3% 30px;
  }
  .backnumber_list {
    padding: 2%;
  }
  .backnumber_list ul {
  }
  .backnumber_list ul::before {
    content: none;
  }
  .backnumber_list ul::after {
    content: none;
  }
  .backnumber_list ul li {
    width: 48%;
  }
  .backnumber_list ul li img {
  }
  .adc {
    margin-top: 15px !important;
  }
  .COVID {
    font-size: 0.8em;
    width: 94%;
    margin: 10px 3% 10px;
  }
}

/*-------------------------------------------
	PAGETOP
-------------------------------------------*/

.pagetop {
  position: fixed;
  bottom: 200px;
  right: 15px;
  z-index: 999;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.pagetop:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
#pageTop {
  position: fixed;
  right: 0;
  bottom: 200px;
  z-index: 550;
}
#pageTop a {
  width: 80px;
  height: 90px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../../common/images/pagetop.png);
}
a.pageTopBtn {
  background-position: 0 0;
}
a.pageTopBtn:hover {
  background-position: -80px 0;
}

* html #pageTop {
  position: absolute;
  top: expression(eval(document.documentElement.scrollTop + 100));
  right: 0;
}

/* -----------------------------------------
	FE21 COMMON SIDE CSS
-------------------------------------------*/

div.mainwrap {
  position: relative;
  top: 0;
  width: 1020px;
  margin: 0 auto;
  padding: 0 4px 0;
  background: url("../images/bg-side.png") repeat-y right top;
}
div.mainwrap section h1 {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}
div.mainwrap section a.btnall {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 1px solid #000;
  text-align: center;
  padding: 5px;
  font-size: 18px;
  margin-top: 15px;
  background-color: #fff;
}
div.mainwrap section a:hover.btnall {
  background-color: #efefef;
  text-decoration: none;
}
div.mainwrap .pickup section a.btnall {
  font-size: 14px;
  margin-top: 0;
}
div.mainwrap section.present h1 {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.present_box:nth-of-type(n + 2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 3px double #fff;
}
div.content #dirframe {
  width: 100%;
}
div.content #dirframe .dirLine li {
  color: #fff;
}
div.content #dirframe .dirLine li a {
  background: url("../images/diricon_w.png") no-repeat right center;
}
@media (max-width: 767px) {
  div.mainwrap {
    width: 100%;
    background: none;
    padding-right: 0;
    padding-left: 0;
  }
  div.mainwrap section {
    width: 100%;
    padding: 0 3%;
  }
  div.mainwrap section h1 {
    font-size: 20px;
    font-weight: normal;
  }
  div.mainwrap .pickup {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }
  div.mainwrap section.today {
    margin-top: 10px;
    padding: 10px 2%;
    background-color: #f7f4e6;
  }
  div.mainwrap section.news {
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 10px 2%;
    background-color: #efefef;
  }
  div.mainwrap section a.btnall {
    font-size: 14px;
  }
  div.mainwrap section.present {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 2%;
  }
}
