@charset "utf-8";
/*-----------------------------------------------------

  BASE

----------------------------------------------------- */

.btStyle01 {
	width: 80%;
	max-width: 260px;
	margin: 15px auto 30px auto;
}

.btStyle01 a {
	display: block;
	background: #555;
	border: 1px solid #555;
	color: #fff;
	border-radius: 6px;
	padding: 14px 0;
	text-align: center;
}

.btStyle01 a:hover {
	background: #fff;
	color: #555;
}

.btStyle01 a::before {
	content: "\f138";
	font-family: FontAwesome;
	margin-right: 8px;
	font-weight: normal;
}

.topRanking p {
	margin-bottom: 6px;
	font-weight: bold;
}

.pageTop {
	width: 50px;
	position: fixed;
	right: 20px;
	bottom: 20px;
}

.spSnsBt {
	margin-top: 20px;
	display: flex;
	margin-bottom: 20px;
}

.spSnsBt a {
	display: block;
	max-width: 45px;
	margin-right: 15px;
}


.grecaptcha-badge {
  display: none;
}

.bannerSecNew li {
	margin-bottom: 10px;
	border: 1px solid #ddd;
}

@media screen and (max-width: 559px) {
	/*.bannerSecNew ul {
		display: flex;
	}
	
	.bannerSecNew li {
		width: 49%;
		margin-right: 2%;
	}*/
	
	.bannerSecNew li:nth-child(even){
		margin-right: 0;
	}
}

.postAtte {
  background: #fff2f3;
  padding: 15px;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 20px;
}

.postAtte strong {
  color: #e90000;
}

body {
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 32px;
    color: #333;
		background: #fff;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	-webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
	letter-spacing: 0.05em;
    word-break: break-all;
}

img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}

._sp { display:none!important; }

@media screen and (max-width:599px){
  ._pc { display:none!important; }
  ._sp { display:block!important; }
  .postAtte {
    padding: 10px;
    line-height: 17px;
    margin: 0 auto 20px auto;
    width: 95%;
  }

}

a {
    text-decoration: none;
    color: #333;
    transition: .15s;
}

li { list-style: none; }

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.youtube{
  position:relative;
  width:100%;
  padding-top:56.25%;
	margin: 20px 0!important;
}
.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


/* MEDIUM
----------------------------------------------------- */
@media screen and (min-width: 600px) and (max-width:959px) {
}

/* SMALL
----------------------------------------------------- */
@media screen and (max-width: 599px) {
}



/*-----------------------------------------------------

  FORMAT

----------------------------------------------------- */
.inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.innerNew {
	width: 85%;
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .inner {
    width: 95%;
  }
	
	.innerNew {
		width: 95%;
		max-width: 1200px;
	}
}

/*-----------------------------------------------------

  HEADER

----------------------------------------------------- */
#header {
  padding-top: 0;
  margin-bottom: 35px;
}

.headerTop {
  margin-bottom: 35px;
  position: relative;
}

#header .logo {
  width: 410px;
  margin: 0 30px 0 0;
}

#header .logo p {
  text-align: center;
  font-size: 12px;
  width: 140px;
  margin-left: auto;
}

#header .headNav {
  padding-top: 10px;
  position: absolute;
  top: 30px;
  right: 70px;
}

@media screen and (min-width: 560px) and (max-width: 1024px) {
  #header {
    width: 90%;
    margin: 0 auto;
  }


  #header .headNav {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }
  
  .headerTop {
    margin-bottom: 15px;
  }
  
}





.headNavInner {
  margin-bottom: 10px;

}

/*.headArea {
  border: 1px solid #ebebeb;
  padding: 9px 20px 12px 20px;
  border-radius: 30px;
  box-shadow:0px 1px 3px -1px #c1c1c1;
  display: inline-block;
}*/

.headArea {
  display: inline-block;
}

.headArea {
  line-height:1;
}

@media screen and (max-width: 559px) {

}

.headArea li {
  display: inline-block;
  font-size: 13px;
  line-height:1;
  border-right: 1px solid #bebebe;
  padding-right: 0.5em;
  margin-right: 0.5em;
}


.headArea li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.headArea li a:hover {
  text-decoration: underline;
}

.headSns {
  position: absolute;
  top: 36px;
  right: 0;
}

.headSns li {
  width: 35px;
  margin-bottom: 10px;
}

.headSns li:last-child {
  margin-right: 0;
}

@media screen and (min-width: 560px) and (max-width: 1024px) {
  .headSns {
    position: absolute;
    top: 10px;
    right: 0;
  }
  
  .headSns li {
    float: left;
    margin-right: 15px;
  }
}

@media screen and (max-width: 559px) {
  .headSns {
    position: absolute;
    top: 15px;
    right: 0;
  }
  
  .headSns li {
    float: none;
    width: 30px;
    margin-right: 0;
    margin-bottom: 0;
  }
  
  .headSns li:first-child {
    margin-bottom: 5px;
  }
  
  .headArea li {
    font-size: 11px;
    line-height:1;
    border-right: none;
    padding-right: 0.3em;
    border-right: 1px solid #bebebe;
    margin-right: 0.1em;
  }
}

/*-----------------------------------------------------

  SEARCH BOX

----------------------------------------------------- */


.searchBox {
  position: relative;
  box-sizing: border-box;
  display: block;
  border-radius: 8px;
	width: 100%;
  overflow: hidden;
}

.headSearch {
	margin-bottom: 10px;
}

.searchBox input[type="text"]{
  border: none;
  height: 1.7em;
	line-height: 1.7em;
  width: 100%;
  color: #333;
  background: #eee;
  padding-left: 2.2em;
}

.searchBox::before {
	content: "\f002";
	font-family: FontAwesome;
	color: #999;
	font-weight: normal;
  position: absolute;
  left: 10px;
  top:1px;
}

input::placeholder{
  padding-left: 22px;
}

.shopname02 {
  font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 6px;
}

.shopname02::before {
	content: "\f041";
	font-family: FontAwesome;
	color: #aaa;
  font-size: 14px;
	margin-right: 6px;
	font-weight: normal;
}



#content p.shopname02 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px!important;
}

@media screen and (max-width: 559px) {
  .headSearch {
    display: none;
  }
	
	.header_nav_Sp .headSearch {
    display: block;
  }
  
  #content p.shopname02 {
    margin-top: 10px;
  }
}

/*-----------------------------------------------------

  GNAV

----------------------------------------------------- */
.gNav {
  position: relative;
}

.gNav ul {
  display: flex;
  justify-content: space-between;
}

.gNav li {
  font-size: 17px;
  font-weight: 700;
}

.gNav li:last-child {
  margin-right: 0;
}

.gNav li a:hover {
  opacity: 0.7;
}

.gNav li:first-child:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../images/common/icon01.png);
  background-size: contain;
  vertical-align: middle;
	background-repeat: no-repeat;
	position: relative;
	margin-right: 8px;
  top: -2px;
}

.gNav li:nth-child(2):before {
  content: '';
  display: inline-block;
  width: 27px;
  height: 27px;
  background-image: url(../images/common/icon02.png);
  background-size: contain;
  vertical-align: middle;
	background-repeat: no-repeat;
	position: relative;
	margin-right: 8px;
  top: -2px;
}

.gNav li:nth-child(3):before {
  content: '';
  display: inline-block;
  width: 27px;
  height: 23px;
  background-image: url(../images/common/icon03.png);
  background-size: contain;
  vertical-align: middle;
	background-repeat: no-repeat;
	position: relative;
	margin-right: 8px;
  top: -2px;
}

.gNav li:nth-child(4):before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../images/common/icon06.png);
  background-size: contain;
  vertical-align: middle;
	background-repeat: no-repeat;
	position: relative;
	margin-right: 8px;
  top: -2px;
}

.gNav li:nth-child(5):before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 26px;
  background-image: url(../images/common/icon04.png);
  background-size: contain;
  vertical-align: middle;
	background-repeat: no-repeat;
	position: relative;
	margin-right: 8px;
  top: -2px;
}

.gNav li:nth-child(6):before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 23px;
  background-image: url(../images/common/icon05.png);
  background-size: contain;
  vertical-align: middle;
	background-repeat: no-repeat;
	position: relative;
	margin-right: 8px;
  top: -2px;
}

.gNav li:nth-child(7):before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 25px;
  background-image: url(../images/common/icon07.png);
  background-size: contain;
  vertical-align: middle;
	background-repeat: no-repeat;
	position: relative;
	margin-right: 6px;
  top: -1px;
}

@media screen and (min-width: 560px) and (max-width: 1024px) {
  .gNav ul {
      display: inline-block;
      text-align: center;
      width: 90%;
      margin: 0 auto 10px auto;
  }

  .gNav li {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 559px) {
  .gNav ul {
      display: inline-block;
      text-align: center;
      width: 95%;
      margin: 0 auto 10px auto;
  }

  .gNav li {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
  }
  
  .gNav li:last-child {
    margin-right: 0;
  }
  
  .gNav li:first-child:before {
    width: 18px;
    height: 18px;
    margin-right: 4px;
    top: -3px;
  }

  .gNav li:nth-child(2):before {
    width: 18px;
    height: 18px;
    margin-right: 4px;
    top: -3px;
  }

  .gNav li:nth-child(3):before {
    width: 18px;
    height: 16px;
    margin-right: 5px;
    top: -2px;
  }

  .gNav li:nth-child(4):before {
    width: 18px;
    height: 18px;
    margin-right: 4px;
    top: -2px;
  }

  .gNav li:nth-child(5):before {
    width: 18px;
    height: 22px;
    margin-right: 4px;
    top: -2px;
  }

  .gNav li:nth-child(6):before {
    width: 18px;
    height: 22px;
    margin-right: 4px;
    top: -2px;
  }

  .gNav li:nth-child(7):before {
     width: 18px;
    height: 16px;
    margin-right: 5px;
    top: -1px;
  }

}

/*-----------------------------------------------------

  ICON

----------------------------------------------------- */
.iconset span {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  color: #fff;
  padding: 5px 10px;
  font-size: 11px;
  background: rgba(45,155,232,0.7);
	z-index: 1;
}

.iconset .events { background: rgba(102,190,37,0.8); }
.iconset .gourmet { background: rgba(231,92,49,0.8); }
.iconset .press { background: rgba(245,78,92,0.8); }
.iconset .kosodate { background: rgba(248,87,156,0.8); }
.iconset .town-news { background: rgba(233,145,2,0.8); }
.iconset .shop-info { background: rgba(51,152,216,0.8); }


/*-----------------------------------------------------

  COLUMN

----------------------------------------------------- */
.pickUp {
  background: #fffde5;
  padding: 50px 0 20px 0;
}

.column4 {
	display: flex!important;
	flex-wrap: wrap;
}

.column4 li {
  width: 23%;
  margin-right: 2.6%;
  margin-bottom: 30px;
  position: relative;
  text-align: left;
	background: #fff;
	padding-bottom: 20px;
	filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.05));
	border: 1px solid #ddd;
}

.archivePage .column4 li {
	padding-bottom: 0;
}

.column4 li .txt {
padding: 0 15px;	
}

.archivePage .column4 li .txt {
padding: 15px;	
}

.column3 li {
  width: 31%;
  float: left;
  margin-right: 3.5%;
  margin-bottom: 30px;
  position: relative;
  text-align: left;
}

.column4 li:nth-child(4n),
.column3 li:nth-child(3n){
  margin-right: 0;
}

@media screen and (min-width: 560px) and (max-width: 1024px) {
  .column4 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}


@media screen and (max-width: 559px) {
  .column3 li {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
  }
  
  .column3 li:nth-child(3n){
    margin-right: 4%;
  }
  
  .column3 li:nth-child(2n){
    margin-right: 0;
  }
  
  
}

.column4 li h3,
.column3 li h3{
  font-size: 15px;
  line-height: 1.5;
}

.column4 img,
.column3 img {
  margin-bottom: 10px;
}

.column4 .img,
.column3 .img {
  position: relative;
}

.bannerArea {
  margin-bottom: 20px;
}

#footer .bannerArea {
  margin-bottom: 15px;
}

.bannerArea li {
  width: 24%;
  float: left;
  margin-right: 1.3%;
  margin-bottom: 15px;
  position: relative;
  text-align: left;
}

.bannerArea li a {
  display: block;
  border: 1px solid #ddd;
}

.bannerArea li:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 559px) {
  .column4 li {
    width: 48%;
    float: left;
    margin-right: 0;
	  padding-bottom: 0;
	  filter:none;
	  margin-bottom: 15px;
  }
  
  .column4 li .txt {
    padding: 0;
	  width: 100%;
	  padding: 5px 15px 15px 15px;
  }
  
  .bannerArea {
    width: 95%;
    margin: 0 auto 15px auto;
  }
  
  .bannerArea li {
    width: 49%;
    margin-right: 2%;
    float: left;
    margin-bottom: 6px;
  }
  
  .bannerArea li:nth-child(2n) {
    margin-right: 0;
  }
	
	.column4 {
		justify-content: space-between;
	}
}

/*-----------------------------------------------------

  FOOTER

----------------------------------------------------- */
#footer {
  padding-top: 10px;
  text-align: left;
}

.footerBack {
  background: #f5f5f5;
  padding-top: 25px;
}

.footerLink {
  margin-bottom: 30px;
}

.footerLink li {
  display: inline-block;
  margin-right: 20px;
  font-size: 13px;
  font-weight: 700;
}

.footerLink li::before {
	content: "\f105";
	font-family: FontAwesome;
	color: #f8579c;
	margin-right: 4px;
	font-weight: normal;
}

.footerBanner {
  margin-bottom: 15px;
}

.footerBanner li {
  width: 11%;
  margin-right: 1.7%;
  float: left;
}

.footerBanner li:last-child {
  margin-right: 0;
}

.copyRight {
  font-size: 11px;
  font-weight: 700;
  padding-bottom: 15px;
}

@media screen and (min-width: 560px) and (max-width: 1024px) {
  .footerLink,
  .footerBanner {
    width: 95%;
    margin: 0 auto 10px auto;
  }
  
  .copyRight {
    text-align: center;
  }
}

@media screen and (max-width: 559px) {
  .footerLink,
  .footerBanner {
    width: 90%;
    margin: 0 auto 10px auto;
  }
  
  .copyRight {
    text-align: center;
  }
  
  .footerBanner li {
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 12px;
  }
  
  .footerBanner li:nth-child(3n) {
    margin-right: 0;
  }
}


/*-----------------------------------------------------

  CLEARFIX

----------------------------------------------------- */
*:first-child+html .clearFix{ display: inline-block; } /* for IE7 */
.clearFix:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .clearFix { display: inline-block; }
/* no ie mac \*/
* html .clearFix { height: 1%; }
 .clearFix { display: block; }
/* */



/*-----------------------------------------------------

  NEWFORMAT

----------------------------------------------------- */
.headerInner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#newFormat .logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: auto;
}

#newFormat #header {
	background: #fff;
	margin-bottom: 0;
	border-bottom: 1px solid #333;
	margin-bottom: 40px;
}

.logoInner {
	width: 320px;
	margin: 0 30px;
	position: relative;
}


#newFormat #header .logo p {
	position: absolute;
	font-size: 11px;
	right: 0;
}

.headerNav ul {
	display: flex;
	width: 100%;
}

.headerRight ul {
	display: flex;
}

.headerRight a {
	display: block;
	padding: 20px;
	font-size: 13px;
}

.headerRight li:first-child a {
	padding: 0;
	display: block;	
}

.headerRight li:first-child a:first-child {
	margin-right: 10px;
}

.headerRight li:first-child {
	display: flex;
	align-items: center;
	margin: 0 30px 0 0;
}

.menuBox {
	background: #444;
	color: #fff;
	padding: 20px;
	font-size: 13px;
	height: 100%;
	cursor: pointer;
}

.headerRight li {
	line-height: 1;
}

.headerRight img {
	width: 35px;
	display: block;
	margin: 0 auto 10px auto;
}




.navFueture:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 23px;
	background-image: url(../images/common/icon05.png);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	position: relative;
	margin-right: 8px;
	top: -2px;
}

.navShop:before {
	content: '';
	display: inline-block;
	width: 27px;
	height: 23px;
	background-image: url(../images/common/icon03.png);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	position: relative;
	margin-right: 8px;
	top: -2px;
}

.navKosodate:before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url(../images/common/icon01.png);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	position: relative;
	margin-right: 8px;
	top: -2px;
}

.navNews:before {
	content: '';
	display: inline-block;
	width: 27px;
	height: 27px;
	background-image: url(../images/common/icon02.png);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	position: relative;
	margin-right: 8px;
	top: -2px;
}

.headerNav li {
	margin-right: 20px;
	font-size: 14px;
	font-weight: bold;
}

.headerNav li::before {
	content: "\f138";
	font-family: FontAwesome;
	color: #ccc;
	margin-right: 3px;
}

.headerNav li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 559px) {
  #header {
    padding-top: 0;
    width: 100%;
    margin: 0 auto;
  }
  
  #header .logo {
    width: 60%;
    float: none;
    margin: 0;
  }

  #header .headNav {
    width: 100%;
    float: none;
    padding-top: 0;
    position: relative;
    top: auto;
    right: auto;
  }
  
  .headerTop {
    margin-bottom: 0;
  }

}


#newFormat .slider.mypattern {
    width: 100%;
    margin: 0 auto 100px;
}

#newFormat .mypattern .slick-slide img {
    width: 100%;
    height: auto;
}

#newFormat .mypattern {
    width: 100%;
}

#newFormat .mypattern .slick-slide {
    margin: 0 10px;
}

/*slick setting*/

#newFormat .mypattern .slick-slide:not(.slick-center) {
    transition: 0.2s linear;
}

#newFormat .mypattern .slick-dots {
	right: auto;
	left: 45%;
	bottom: -60px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

@media screen and (max-width: 559px) {
	#newFormat .mypattern .slick-dots {
		left:0;
	}
}

/*タブ実装*/
.tab_box .btn_area {
	margin:0;
	display: flex;
	justify-content: center;
	border-left: 1px solid #ddd;
}

.tab_box .tab_btn {
	width: calc( 100% / 8);
	padding: 8px 0;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease 0s;
	color: #ccc;
	font-size: 10px;
	line-height: 1;
	border-right: 1px solid #ddd;
}

.tab_box .tab_btn span {
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #f7a01e;
	margin-bottom: 8px;
}

.tab_box .tab_btn.tab01 span {
	color: #f05579;
}

.tab_box .tab_btn.tab02 span {
	color: #e76fbb;
}

.tab_box .tab_btn.tab03 span {
	color: #c1272d;
}

.tab_box .tab_btn.tab04 span {
	color: #1fb6e2;
}

.tab_box .tab_btn.tab05 span {
	color: #e03cbf;
}

.tab_box .tab_btn.tab06 span {
	color: #22b573;
}

.tab_box .tab_btn.tab07 span {
	color: #c69c6d;
}


.tab_box .txt p {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 5px;
	font-weight: bold;
}

.tab_box .txt p.town-news,
.topRanking p.town-news {
	color: #1fb6e2;
}

.tab_box .txt p.events,
.topRanking p.events {
	color: #22b573;
}

.tab_box .txt p.gourmet,
.topRanking p.gourmet {
	color: #c1272d;
}

.tab_box .txt p.kosodate,
.topRanking p.kosodate {
	color: #f05579;
}

.tab_box .txt p.shop-info,
.topRanking p.shop-info {
	color: #e76fbb;
}

.tab_box .txt p.beauty-health,
.topRanking p.beauty-health {
	color: #e03cbf;
}

.tab_box .txt p.life-style,
.topRanking p.life-style {
	color: #c69c6d;
}

.tab_box .tab_btn:hover {
	background:#f5f5f5;
}

.tab_box .tab_btn.active {
    background:#f5f5f5;
}

.tab_box .panel_area {
    padding: 30px 0;
}

.tab_box .tab_panel {
    display:none;
}

.tab_box .tab_panel.active {
    display:block;
}


.thumBox { 
display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
	margin-bottom: 20px;
}

.thumBox img {
    display: block;
    width: 100%;
    height: 12vw;
    object-fit: cover;
}

.thumBox02 {
display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.thumBox02 img {
    display: block;
    width: 100%;
    height: 6vw;
    object-fit: cover;
}

#newFormat .column4 img {
	margin-bottom: 0;
}

#topList01 {
	
}

.topRanking {

	margin-bottom: 60px;
}

.topRanking h2,
.featureBannerList h2 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1;
}

.topRanking h2 span {
  color: #ffba00;
  font-size: 38px;
  display: block;
  /*font-family: 'Poppins', sans-serif;*/
  font-weight: 700;
  margin-bottom: 8px;
}

@media screen and (max-width: 559px) {
	.logoInner {
		    width: 100%;
    margin: 0 0 0 10px;
	}
	
	#newFormat #header {
		margin-bottom: 20px;
	}
	
	.headerNav {
		display: none;
	}
	
	.headerRight a {
		display: block;
		padding: 10px;
		font-size: 11px;
	}
	
	.menuBox {
		padding: 5px 10px 10px 5px;
		font-size: 11px;
	}
	
	.headerRight img {
		width: 26px;
		margin-bottom: 0;
	}
	
	.headerRight li:first-child {
		margin-right: 10px;
	}
	
	.headerRight li:first-child a:first-child {
		margin-right: 5px;
	}
	
	#newFormat .slick-dots {
		text-align: center;
		width: 100%;
		left: 0;
	}

}

.featureBannerList h2 span {
  color: #52C0D3;
  font-size: 38px;
  display: block;
  /*font-family: 'Poppins', sans-serif;*/
  font-weight: 700;
  margin-bottom: 8px;
}

.featureBannerList {
	padding: 0 0 50px 0;
}

.topRanking li:before {
    content: counter(wpp-count);
    display: block;
    position: absolute;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #555;
    display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align:center;
  line-height: 30px;
    z-index: 1;
	left: -12px;
	top: -12px;
}



.topRanking li {
    counter-increment: wpp-count;
}

.topRanking li:nth-child(1):before{
    background-color: #EFAF00;
}

.topRanking li:nth-child(2):before{
    background-color: #9EACB4;
}

.topRanking li:nth-child(3):before{
    background-color: #BA6E40;
}

.featureBannerList ul {
	display: flex;
	flex-wrap: wrap;
}

.featureBannerList li {
	width: 19%;
	margin-right: 1.25%;
	margin-bottom: 12px;
}

.featureBannerList li:nth-of-type(5n) {
	margin-right: 0;
}

.topTagListInner a {
	padding: 6px 15px;
	border-radius: 30px;
	background: #eee;
	white-space: nowrap;
}

.topTagList {
	padding-bottom: 80px;
}

.topTagListInner a::before{
    content:"#";
	color: #333;
}

.topTagList h2 {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1;
}

.topTagList h2 span {
  color: #f8579c;
  font-size: 38px;
  display: block;
  /*font-family: 'Poppins', sans-serif;*/
  font-weight: 700;
  margin-bottom: 8px;
}

/*-----------------------------------------------------

  NAV

----------------------------------------------------- */
.menuTitle {
	margin-right: 35px;
}

.sp_logo_Box {
	width: 300px;
}

#g-nav li {
	font-size: 14px;

	text-align: left;
}

#g-nav li a {
  position: relative;
	display: block;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    transition-duration: 0.2s;
    line-height: 1.5;
    text-align: center;
    padding: 10px;
	border-bottom: 1px solid #ddd;
    
}

#g-nav li.navH a {
	border-top: 1px solid #ccc;
	margin-top: 15px;
	padding-bottom: 0;
}

#g-nav li.subN a {
	padding-bottom: 0;
	padding-left: 30px;
}

#g-nav li.spEntry01 {
	margin-top: 20px;
	margin-bottom: 5px;
}

#g-nav li.spEntry01 a{
    background-color: #0A1B5E;
	color: #fff;
    border: 1px solid #0A1B5E;
	display: block;
	padding: 10px;
}

#g-nav li.spEntry02 a {
	background-color: #0A1B5E;
	border: 1px solid #0A1B5E;
	color: #fff;
	display: block;
	padding: 10px;
}

#g-nav li.spEntry01 a:hover,
#g-nav li.spEntry02 a:hover {
	background-color: #fff;
	color: #0A1B5E;
}

#g-nav li.spEntry01 a::before,#g-nav li.spEntry02 a::before {
    content: none;
}

/*-----------------------------------------------------
  header ハンバーガーメニュー
----------------------------------------------------- */


.header_link_List .dropdown_Menu li:last-child a {
    border-radius: 0px 0px 7px 7px;
}

.menu_Line {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

#header_Menu_sp_js .spNav01 li {
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 0px;
    text-align: left;
}

.menu_open_Btn .menu_Line:nth-of-type(1) {
    bottom: 4px;
}

.menu_open_Btn .menu_Line:nth-of-type(2) {
    bottom: 14px;
}

.menu_open_Btn .menu_Line:nth-of-type(3) {
    bottom: 4px;
}

.header_nav_Sp {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 90%;
	max-width: 400px;
	background:rgba(0,0,0,0.8);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
	z-index: 1200;
    padding: 80px 30px 30px 30px;
}

.Menu_sp_js {
	
}

.menu_nav_List {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.menu_nav_List li {
	width: calc(50% - 3px);
	margin-bottom: 6px;
	background: #fff;
}

.button_Box {
    z-index: 1500;
	position: relative;
}


.headerfixed .button_Box {
    top: 33px;
}

.button_Box section {
    border-radius: 50px;
    padding: 14px 9px;
}

.menu_open_Btn {
    display: block;
    position: relative;
    width: 25px;
    height: 15px;
    transition: all .5s;
    cursor: pointer;
    z-index: 1100;
}

.menu_open_Btn .menu_Line {
    display: block;
    position: absolute;
    width: 25px;
    height: 1px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .5s;

}

.open .menu_open_Btn .menu_Line:nth-child(1) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}

.open .menu_open_Btn .menu_Line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
}

.open .menu_open_Btn .menu_Line {
    background-color: #fff;
}

.menu_open_Btn .menu_Line:nth-of-type(1) {
    top: 0px;
}

.menu_open_Btn .menu_Line:nth-of-type(2) {
    top: 7px;
}

.open .menu_open_Btn .menu_Line:nth-child(2) {
    opacity: 0;
}

.menu_open_Btn .menu_Line:nth-of-type(3) {
    bottom: 0px; 
}

#header_Menu_sp_js .header_nav_Sp {
    padding: 0;
}

.open .header_nav_Sp {
    right: 0;
    opacity: 1;
    z-index: 1200;
    visibility: visible;
}

.header_nav_Sp ul li .acdon_nav_link {
    display: block;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    transition-duration: 0.2s;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #ccc;
	font-weight: 400;
}

#mask {
    display: none;
    transition: all .5s;
}

.open .header_nav_Sp {
    right: 0;
    opacity: 1;
}


.open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    z-index: 1010;
    cursor: pointer;
}

.header_nav_Sp li .acdon_nav_link::after {
    content: "\f054";
    font-family: FontAwesome;
    color: #333;
    font-weight: normal;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.header_nav_Sp li .nav-open::after {
    content: "\f078";
    font-family: FontAwesome;
    color: #fff;
    font-weight: normal;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.header_nav_Sp li .nav-open.open_Menu::after {
    content: "\f077";
}

.sp_logo_Box {
    text-align: left;
    margin-bottom: 20px;
}



.accordion_Open {
    display: none;
    border-bottom: 0px solid #ccc;
}

.accordion_Open ul a {
    display: block;
    text-align: left;
    padding: 15px;
    font-size: 14px;
    line-height: 1.5;
    background-color: #EA1C24;
    color: #fff;
    border-bottom: 0px solid #fff;
}

.accordion_Open ul a::before {
    content: "-";
}

.header_nav_Sp ul {
    list-style: none;
    padding: 0;
}

.header_nav_Sp .menu_nav_List {
}

.menu_button_Box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 80%;
    margin: auto;
    gap: 20px;
}

.menu_button_Box ul li a {
    display: block;
    color: #fff;
    background-color: #555555;
    line-height: 1;
    padding: 15px 0;
    font-size: 15px;
}


.header_nav_Sp ul li.shopping_Acdon {
    border-bottom: 0px solid;
}

.header_nav_Sp ul li.shopping_Acdon p {
    background-color: #EA1C24;
    color: #fff;
}

.mypattern {
  display: none;
}
.mypattern.slick-initialized {
  display: block;
}



@media screen and (max-width: 559px) {
	.tab_box .btn_area {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.tab_box .tab_btn {
		width: calc(50% - 3px );
		font-size: 12px;
		padding: 10px 0;
		line-height: 1;
		margin-bottom: 6px;
		border-radius: 6px;
	}
	
	.tab_box .tab_btn + .tab_btn {
		margin-left: 0;
	}
	
	.tab_box .panel_area {
		padding-left: 0;
		padding-right: 0;
		background: none;
	}
	
	.thumBox img {
		height: 28vw;
	}
	
	.innerNew {
		width: 90%;
	}
	
	.column4 li h3, .column3 li h3 {
		font-size: 14px;
		line-height: 1.3;
	}
	
	.thumBox {
		margin-bottom: 10px;
	}
	
	.featureBannerList {
		padding: 0 0 30px 0;
	}
	
	.featureBannerList li {
		width: 24%;
		margin-right: 0.75%;
		margin-bottom: 6px;
	}
	
	.featureBannerList li:nth-of-type(5n) {
	margin-right: 0.75%;
}
	
	.featureBannerList h2 span,
	.topTagList h2 span,
	.topRanking h2 span {
		font-size: 28px;
	}
	
	.topRanking h2, .featureBannerList h2 {
		margin-bottom: 15px;
	}
	
	.topTagList h2 {
		margin-bottom: 15px;
	}
	
	.topTagList {
		padding-bottom: 30px;
	}
	
	.topRanking {
		padding: 25px 15px 20px 15px;
		margin-bottom: 30px;
	}
	
	.thumBox02 img {
		height: auto;
	}
	
	.listStyle02 li .txt h3 {
		font-size: 13px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

}
