/* CSS /index.html */
section p {
  font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
}
a, a:visited {
  color: #264547;
}
.whats_new {
  position: inherit;
  right: 0;
  float: right;
  padding: 10px 20px 10px;
}
.whats_new {
  width: 50%;
  max-width: inherit;
}
.news dl dt, .news dl dd a {
  padding: 6px 0;
  font-size: 0.98em;
}
.news dl dt {
  text-shadow: none;
  width: 8em;
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.7), -1px 1px 4px rgba(255, 255, 255, 0.7), 1px -1px 4px rgba(255, 255, 255, 0.7), -1px -1px 4px rgba(255, 255, 255, 0.7);
}
.news dl dt, .news dl dd a, .newicon {
  /*text-shadow: 1px 1px 4px rgba(25, 48, 78, .5), -1px 1px 4px rgba(25, 48, 78, .5), 1px -1px 4px rgba(25, 48, 78, .5), -1px -1px 4px rgba(25, 48, 78, .5);*/
}
@media screen and (max-width: 680px) {
  .news dl dd a {
    padding: 5px 0 10px;
  }
}
.news dl dd a {
  text-shadow: none;
  color: #264547;
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.7), -1px 1px 4px rgba(255, 255, 255, 0.7), 1px -1px 4px rgba(255, 255, 255, 0.7), -1px -1px 4px rgba(255, 255, 255, 0.7);
}
.news dl dd a:hover {
  background-color: rgba(254, 249, 228, 0.3);
  transition: 0s;
}
.newicon {
  padding: 1px 10px;
  margin: 5px 5px -4px 0;
  background-color: inherit;
  border: 1px solid rgb(219, 135, 64);
  color: #db8740;
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.7), -1px 1px 4px rgba(255, 255, 255, 0.7), 1px -1px 4px rgba(255, 255, 255, 0.7), -1px -1px 4px rgba(255, 255, 255, 0.7);
}
#contents .inner.innerwide {
  max-width: 1400px;
  padding: 0 30px;
}
#contents {
  min-height: auto;
}
#site_top header.transform + #contents {
  padding-top: 90px;
}
.UDKakugo {
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
  font-weight: 500;
  font-style: normal;
}
.whats_new {
  margin: 0;
  padding-right: 0;
  padding-left: 10px;
}
section .inner.innerwide2 {
  max-width: 1600px !important;
}
.triangle_over.small {
  border-top: 15px solid #2e363d;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  width: 15px;
  margin: -10px auto 10px;
}
.triangle_over.small30 {
  border-top: 30px solid #2e363d;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  width: 30px;
  margin: -10px auto 10px;
}
.triangle_over.skyblue {
  border-top-color: #88ccef;
}
.whats_new {
  width: 100%;
  background-color: #ffffff;
  padding: 30px 5%;
}
.grid-container {
  display: grid;
  max-width: 1600px !important;
  margin: 0 auto;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 360px 150px 30px;
  grid-gap: 20px;
}
@media screen and (min-width: 681px) and (max-width: 1200px) {
  .grid-container {
    grid-gap: 10px;
  }
}
@media screen and (max-width: 680px) {
  .grid-container {
    display: block !important;
    padding: 20px;
  }
}
.grid-container div.grid-item {
  transform: scale(1);
  transition: .1s ease-out;
}
.grid-container .grid-item:nth-child(2n) {
  background: #eeeeee;
}
.grid-container div.grid-item:hover {
  transform: scale(1.01);
  transition: .1s ease-out;
  opacity: 1;
  box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.8);
  background-color: #ffffff;
}
.grid-container a.link {
  display: block;
  height: 100%;
  padding: 12px 0 0 12px;
  position: relative;
}
.grid-container a > em {
  background-color: #1e9cbc;
  color: #ffffff;
  padding: 5px 10px;
  display: inline-block;
  margin: 0 3px 3px 0;
  border-radius: 2em;
  line-height: 1.1;
}
.grid-container h3 {
  color: #333333;
  border: none;
  padding: 0;
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
  font-size: 20px;
  text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
  text-align: left;
  margin: 0 0 0 5px;
  position: relative;
  z-index: 9;
}
@media screen and (min-width: 681px) and (max-width: 1200px) {
  .grid-container h3 {
    font-size: 18px;
  }
}
.grid-container h3 span {
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 680px) {
  .grid-container h3 span {
    font-size: 20px;
    display: block;
    line-height: 1.3;
  }
}
.grid-container p {
	text-align: left;
	line-height: 1.3;
	text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
	font-size: 1em;
	color: #5b5b5b;
	padding: 5px 15px;
	position: relative;
}
.menu_cate03 .grid-container p {
	top: 30px;
}
.grid-container h3 {
  color: rgba(31, 57, 100);
}
.movmark {
  display: inline-block;
  padding-top: 70px;
  position: absolute;
  right: 0px;
  background-color: rgba(134, 134, 134, 0.5);
  top: -2px;
  border-top: 1px solid #92abce;
}
.movmark::before {
  animation: scroll 3.5s infinite;
  border: solid #bbf5ff;
  border-width: 0 0 2px 2px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
}
@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  80% {
    transform: rotate(-45deg) translate(-35px, 35px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.movmark {
  border: none;
  padding-top: 50px;
  width: 50px;
  background-color: rgb(33, 150, 243);
}
.movmark span {
  color: #fff;
  font-size: 12px;
  padding: 2px 0;
}
@media screen and (min-width: 681px) and (max-width: 1200px) {
  .movmark span {
    font-size: 11px;
    white-space: nowrap;
  }
}
.movmark span {
  display: none;
}
.grid-container h3 {
  margin-left: 50px;
}
@media screen and (min-width: 681px) and (max-width: 1200px) {
  .grid-container h3 {
    margin-left: 45px;
  }
}
.movmark {
  padding-top: 52px;
  left: 0px;
  width: 60px;
  text-align: center;
}
@media screen and (min-width: 681px) and (max-width: 1200px) {
  .movmark {
    width: 50px;
  }
}
@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  80% {
    transform: rotate(-45deg) translate(-15px, 15px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.grid-container div.grid-item:hover {
  transform: scale(1);
  box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.8);
}
.movmark::before {
  border: solid #ffffff;
  border-width: 0 0 2px 2px;
}
/* headertransBEGIN */
.mega_menu {
  z-index: 55;
}
.global_menu {
  max-width: 1380px;
  margin: 0 auto;
}
.mega_menu.transform {
  position: fixed;
  padding: 0;
  top: 0;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .2);
  border-top: 2px solid #33476a;
  background: rgba(255, 255, 255, 0.9);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.95) 15%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.95) 85%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.95) 15%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.95) 85%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 15%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.95) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}
.mega_menu h2.logo {
  margin-top: 0;
}
h2.catch_copy {
  font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
  padding: 50px 0 20px;
  text-shadow: 1px 1px 8px rgb(255, 255, 255), -1px 1px 8px rgb(255, 255, 255), 1px -1px 8px rgb(255, 255, 255), -1px -1px 8px rgba(255, 255, 255);
  font-weight: 600;
  line-height: 1.3;
  font-size: calc(1.1rem + .7vw);
  position: relative;
}
@media screen and (max-width: 680px) {
  .mega_menu {
    position: relative;
  }
}
.mega_menu.transform .global_menu > ul > li > a {
  transition: 0s;
}
header.mega_menu .logo img {
  transition: .1s;
}
header.mega_menu.transform .logo img {
  max-height: 46px;
  transition: .1s;
}
header.mega_menu .menu-container {
  background: none;
  max-width: inherit !important;
  box-shadow: none;
}
.global_menu > ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 680px) {
  .global_menu > ul {
    display: none;
  }
}
.mega_menu.transform .global_menu > ul {
  box-shadow: none;
}
.global_menu > ul > li {
  float: none;
}
.mega_menu .info {}
@media screen and (min-width: 681px) {
  .mega_menu.transform .info {
    margin-top: 12px;
    margin-top: 6px;
  }
}
header.mega_menu.transform .info .lintbtn.toiawase a {
  padding: 8px 10px;
  min-width: max-content;
  font-size: 13px;
}
@media screen and (min-width: 681px) {
  .mega_menu.transform #searchBox {
    padding: 5px 0px 5px 36px !important;
    width: 150px;
  }
}
header.mega_menu.transform .topset {
  height: 50px;
}
header.mega_menu.transform .global_menu > ul > li:first-child {
  border-left-color: #fff;
}
header.mega_menu.transform .global_menu > ul > li:last-child {
  border-right-color: #fff;
}
@media screen and (max-width: 680px) {
  #site_top header {
    height: 70px;
    position: absolute;
  }
  #site_top header .logo {
    text-align: left;
  }
  #site_top header .logo img {
    width: 220px;
    height: auto;
    margin-top: 0;
    transition: .1s;
  }
  #site_top header.transform .logo img {
    width: 180px;
    height: auto;
    margin-top: 5px;
    transition: .1s;
  }
  #site_top header.transform {
    height: 70px;
  }
}
header.mega_menu .info .lintbtn.toiawase a {
  transition: .1s;
}
header.mega_menu.transform .info .lintbtn.toiawase a {
  transition: .2s;
}
.mega_menu #searchBox {
  transition: .1s;
}
.mega_menu.transform #searchBox {
  transition: .1s;
}
/* headertransEND */
/* gmenuHideBEGIN */
.mega_menu.transform {
  height: 52px;
  transition: .3s;
  background-color: rgba(255, 255, 255);
}
header.mega_menu.transform .topset {
  height: 50px;
  z-index: 10;
  background-color: rgb(255, 255, 255);
}
header.mega_menu .menu-container {
  background-color: rgba(255, 255, 255);
}
header.mega_menu.transform .menu-container {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .05);
}
.headertransform header.mega_menu .menu-container {
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .05);
}
header.mega_menu.transform .menu-container.hide {
  box-shadow: none;
}
.menu-container {
  transition: .3s;
}
.menu-container.hide {
  transition: .3s;
  box-shadow: 0 5px 5px 0 rgba(128, 128, 128, .1) !important;
}
.menu-container.hide .global_menu > ul > li.current::after {
  opacity: 0;
}
@media screen and (max-width: 680px) {
  #site_top header.transform {
    height: 70px;
    top: -70px;
  }
  header.transform {
    height: 70px;
    top: -70px;
  }
  .mega_menu.transform {
    box-shadow: none;
  }
  header.mega_menu.transform .topset {
    transform: translateY(-100%);
  }
  .menu-container.hide {
    transform: inherit;
  }
}
@media screen and (max-width: 680px) {
  .mega_menu.transform {
    transition: none;
  }
  #site_top header.transform {
    top: 16px;
    position: absolute;
  }
  header.mega_menu.transform .topset {
    transform: none;
  }
  #site_top header.transform .logo img, #site_top header .logo img {
    width: 220px;
    transition: none;
    margin-top: 0;
  }
  #site_top header.transform + #contents {
    padding-top: 0;
  }
}
/* gmenuHideEND */
.whats_new {
  padding: 10px 0px 0 10px;
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 680px) {
  .whats_new {
    padding: 10px 10px 0 15px;
  }
}
.news p.rss {
  margin: 0;
  line-height: 1;
  position: absolute;
  top: 15px;
}
@media screen and (max-width: 680px) {
  .news p.list a {
    text-decoration: none;
    font-size: 0.9em;
  }
}
.news dl {
  border-top: 2px dotted #bbb;
  border-bottom: none;
  font-size: 1em;
}
.news dl:first-child {
  border-top: none;
}
.news dl:nth-child(n+5) {
  border-bottom: none;
}
.news dl:nth-child(n+6) {
  display: none;
}
.news dl dd {
  padding-right: 0px;
}
section.bottomimage {
  width: 100%;
}
@media screen and (max-width: 680px) {
  #contents h2 {
    font-size: 1.4em;
  }
}
#footer_nav {
  margin-top: -10px;
}
@media screen and (max-width: 680px) {
  #footer_nav {
    margin-top: -25px;
  }
}
header {
  position: relative;
  top: inherit;
}
#contents div.topic {
  position: relative;
}
#contents div.topic:nth-child(2n+1) h3 {
  text-align: left;
  padding-right: 0;
  width: 85%;
}
.triangle_over.tw50 {
  border-top-width: 50px;
}
.movmark {
  top: 0;
}
#site_top header.transform + #contents {
  padding-top: 0;
}
.grid-container h3 {
  font-size: 18px;
}
section .inner.innerwide2 {
  overflow: hidden;
}
.initset {
  -webkit-animation: initset 1s ease-in-out alternate;
  -moz-animation: initset 1s ease-in-out alternate;
  animation: initset 1s ease-in-out alternate;
}
@-webkit-@keyframes initset {
  0%, 50% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-@keyframes initset {
  0%, 50% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes initset {
  0%, 50% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#contents div.topic:nth-child(2n) figure {
  text-align: right;
  margin: 0 0 10px 0;
}
#contents div.topic {
  padding: 0 30px 20px;
}
@media screen and (max-width: 1200px) {
  #contents div.topic {
    padding: 0 30px 40px;
  }
}
@media screen and (max-width: 680px) {
  #contents div.topic {
    padding: 0 20px 40px;
  }
}
.news dl dd {
  font-size: 0.96em;
}
#contents div.topic div p strong {
  color: #eee;
}
.sitelogo_w320 {
  max-width: 320px !important;
  display: none;
  width: 100%;
  margin: 0 auto;
  max-width: 200px !important;
}
.movmark::before {
  width: 15px;
  height: 15px;
}
.whats_new {
  padding: 10px 5px 0px 10px;
}
@media screen and (max-width: 680px) {
  .whats_new {
    padding: 10px 15px 0px 20px;
  }
}
.grid-item.news:hover .whats_new {
  background-color: #ffffff;
}
.main_topic {
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
  font-weight: normal;
  margin: 0 !important;
  padding: 0 !important;
}
#wrapper::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 840px;
  display: block;
  overflow: hidden;
  z-index: -1;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}
.kw_wrap {
  bottom: 0 !important;
  margin-left: -12px;
  position: absolute;
  padding: 10px 30px 4px 5px;
  background: none;
  min-height: inherit;
  margin: 0;
  bottom: 0px;
  left: 0;
  width: calc(100% - 110px);
  padding: 5px 10px 0 5px;
  width: 100%;
  top: 0;
}
.kw_wrap2 {
	position: absolute;
	padding: 0;
	background: none;
	min-height: inherit;
	width: calc(100% - 110px);
	padding: 0 0 0 20px;
	display: inline-block;
	width: 100%;
	margin: 0;
	bottom: 3px;
	left: -15px;
}
.kw_wrap em {
  color: #fff;
  margin: 0 5px 3px 0;
  display: inline-block;
  border-width: 1px 1px 1px 1px !important;
  background-color: #606060;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.05em;
  padding: 5px 2% 3px 2%;
  font-size: 1em;
  border: 1px solid rgb(38, 68, 70);
}
.kw_wrap2 em {
  color: #fff;
  margin: 0 5px 3px 0;
  display: inline-block;
  border-width: 1px 1px 1px 1px !important;
  background-color: #fff;
  color: #3e3e3e;
  line-height: 1;
  letter-spacing: -0.05em;
  padding: 5px 2% 3px 2%;
  font-size: 1em;
  border: 1px solid rgb(38, 68, 70);
}
@media screen and (max-width: 680px) {
  .kw_wrap em {
    font-size: calc(.8rem + .2vw);
  }
}
.grid-container .grid-item.lineup .kw_wrap em {
  border-color: #db8740;
  color: #db8740;
}
.grid-container .grid-item.pickup01 .kw_wrap, .grid-container .grid-item.pickup02 .kw_wrap, .grid-container .grid-item.pickup03 .kw_wrap {
  position: absolute;
  bottom: 3px !important;
  padding: 0 !important;
  top: inherit;
  left: 5px;
}
.grid-container .grid-item.pickup01 .kw_wrap2, .grid-container .grid-item.pickup02 .kw_wrap2, .grid-container .grid-item.pickup03 .kw_wrap2 {
  position: absolute;
  bottom: 3px !important;
  padding: 0 !important;
  top: inherit;
  left: 5px;
  width: calc(100% - 40px);
}
.grid-container div.grid-item.news:hover {
  transform: scale(1);
  box-shadow: none;
}
.grid-item.news:hover .whats_new {
  /* background-color: transparent; */
}
.smn {
  text-align: center;
  margin-top: 6%;
  max-width: 95%;
}
.grid-container a.link {
  display: block;
  height: 100%;
  padding: 12px 0 0 12px;
  position: relative;
  border: 2px solid;
  border-color: #fff;
}
.whats_new {
  padding: 10px 20px 10px 20px;
  background-color: #ffffff;
}
#wrapper::after {
  height: 1400px;
}
@media screen and (max-width: 680px) {
  #wrapper::after {
    height: 3000px;
  }
}
@media screen and (min-width: 681px) and (max-width: 1280px) {
  .grid-container h3 {
    margin: 45px 0 0;
    min-height: 3em;
  }
}
@media screen and (min-width: 681px) and (max-width: 1100px) {
  .grid-container h3 {
    font-size: 16px;
    margin: 0 0 0 50px;
    min-height: 3em;
  }
}
/*----------*/
.smn {
  margin-top: 20px;
}
@media screen and (min-width: 1101px) and (max-width: 1280px) {
  .grid-container h3 {
    margin: 45px 0 0;
    min-height: 3em;
  }
  .smn {
    margin-top: 0;
  }
  .smn img {
    width: 100%;
  }
}
@media screen and (min-width: 681px) and (max-width: 1100px) {
  .smn {
    margin-top: 10px;
  }
}
.grid-container .grid-item.pickup02 {
  grid-column: 2 / 3;
}
.grid-container .grid-item.lineup {
  grid-column: 3 / 4;
  grid-row: 1 / 3 !important;
}
@media screen and (min-width: 681px) and (max-width: 768px) {
  .grid-container .grid-item.lineup {
    grid-column: 1 / 3;
    grid-row: 4 / 5 !important;
  }
}
@media screen and (max-width: 680px) {
  .grid-container .grid-item.lineup {
    grid-row: inherit !important;
    grid-column: 1 / 3 !important;
  }
}
.grid-item.news {
  position: relative;
}
.grid-container .grid-item.lineup a h3 {
  color: #ffffff;
  font-size: calc(1rem + .5vw);
  margin: 50px 0 0;
  text-shadow: none;
  text-align: center;
  font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pr o", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
  font-weight: 700;
}
@media screen and (min-width: 681px) and (max-width: 1100px) {
  .grid-container .grid-item.lineup a h3 {
    font-size: calc(1.2rem + .5vw);
  }
}
@media screen and (max-width: 680px) {
  .grid-container .grid-item.lineup a h3 {
    font-size: calc(1.2rem + .5vw);
  }
}
@media screen and (max-width: 1024px) {
  .kw_wrap em .omit {
    display: none;
  }
}
.movmark {
  /* display: none; */
  right: 0;
  bottom: 0;
  left: inherit;
  top: inherit;
  background-color: rgba(134, 134, 134, 0.3);
  padding-top: 30px;
  width: 30px;
}
.movmark::before {
  animation: inherit;
  border: solid #fff;
  border-width: 0 0 2px 2px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 7px;
  right: 7px;
  left: 0;
  transform: rotate(-135deg);
}
.grid-container .grid-item.lineup .movmark::before {
  animation: inherit;
  border: solid #fff;
  border-width: 0 0 2px 2px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 7px;
  right: 7px;
  left: 0;
  transform: rotate(-135deg);
}
.grid-container .grid-item.lineup a {
  background-color: #DB8740;
  height: 100%;
}
#site_top #contents .grid-item div.topic_link a {
  width: 170px;
  position: absolute;
  right: 3px;
  top: 12px;
  font-size: 15px;
  text-shadow: none;
  padding: 5px 25px 5px 10px;
  background-color: transparent;
  border-radius: inherit;
  color: #0766cc;
  border: none;
  text-align: right;
  margin: 0;
  height: inherit;
  box-shadow: none;
}
.triangle_over.skyblue {
  border-top-color: #c8d4dd;
}
@media screen and (max-width: 680px) {
  .topic_link p {
    width: 100% !important;
  }
}
.news {
  max-height: 200px;
}
@media screen and (max-width: 680px) {
  .news {
    max-height: 360px;
  }
}
.whats_new dl:nth-child(n+6) {
  display: inherit;
}
.whats_new dl:nth-child(n+8) {
  display: none;
}
#contents div.topic:nth-child(2n+1) h3 {
  border-left: 15px solid #fff;
  padding-left: 30px;
  padding-right: 0;
  display: block;
  float: left;
  text-align: left;
  width: 85%;
  border-radius: 0;
}
#contents div.topic:nth-child(2n) p {
  border-right: 10px solid #fff;
  display: block;
  float: right;
  text-align: right;
  padding-right: 30px;
  border-radius: 0;
}
#contents div.topic:nth-child(2n) figure {
  text-align: right;
  margin: 0 0 10px 0;
}
#contents div.topic div p {
  border: none !important;
  padding: 0 !important;
}
@media screen and (max-width: 680px) {
  #contents div.topic div p {
    width: 100% !important;
  }
}
.grid-container .grid-item.lineup a {
  background-color: transparent;
}
.grid-container .grid-item.lineup a h3 {
  color: #fff;
  text-shadow: 1px 1px 6px rgb(204, 102, 0), -1px 1px 6px rgb(204, 102, 0), 1px -1px 6px rgb(204, 102, 0), -1px -1px 6px rgb(204, 102, 0);
}
#contents div.topic div p.hosoku {
  margin: 0;
  font-size: 1em;
  display: block;
  width: 100%;
  color: #dddddd;
  line-height: 1.3;
}
#contents div.topic div p.hosoku em {
  display: inline-block;
}
@media screen and (max-width: 680px) {
  #contents div.topic div p.hosoku {
    text-align: left;
    font-size: .9em;
  }
}
.news {
  max-height: inherit;
}
.grid-container .grid-item.lineup a {
  background-color: #4178a1;
  padding: 20px;
  border: 1px solid #51a9d0;
}
.grid-container h3 {
  margin-left: 10px;
  text-shadow: none;
  color: #ffffff;
  font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
  font-size: 1.2em;
}
@media screen and (min-width: 1101px) and (max-width: 1280px) {
  .grid-container h3 {
    margin: 0;
  }
}
.grid-container h3 {
  color: inherit;
}
#slider .jquery-slider-page {
  background: #fff !important;
  border: 2px solid #ffffff;
  width: 12px;
}
#slider .jquery-slider-page.jquery-slider-page-current {
  background-color: #1e9cbc !important;
}
#site_top #contents .grid-item div.topic_link a {
  padding: 0px 25px 0px 10px !important;
}
@media screen and (max-width: 680px) {
  .whats_new {
    height: 30em;
  }
}
.whats_new dl:nth-child(n+8) {
  display: inherit;
}
@media screen and (max-width: 680px) {
  .news dl dd {
    font-size: 1em;
  }
}
.jquery-slider-pages {
  /*left: calc(50% - 28px) !important;*/
  left: 20px !important;
  right: inherit !important;
}
.jquery-slider-page {
  opacity: 0.5;
}
.news_area {
  padding: 10px 0 10px;
  position: relative;
}
@media screen and (max-width: 680px) {
  .news_area {
    padding: 60px 0 30px;
  }
}
.news_area .inner {
  position: relative;
}
.news_area h3 {
  border: none;
  padding: 0 0 0 25px;
  margin-bottom: 5px;
  min-height: inherit;
}
@media screen and (max-width: 680px) {
  .news_area h3 {
    text-align: left;
  }
}
.news_area .topic_link p {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1em;
}
@media screen and (max-width: 680px) {
  .news_area .topic_link p {
    text-align: right;
  }
}
.news_area .arrow-button {
  border-radius: 0;
  box-shadow: none;
  padding: 4px 25px 2px 8px !important;
  border: 1px solid rgba(184, 184, 184, 0.5);
}
.news_area .arrow-button:hover {
  background-color: rgba(254, 249, 228, 0.3);
}
.arrow-button::after {
  border-top: solid 2px rgb(51, 102, 153);
  border-right: solid 2px rgb(51, 102, 153);
}
#footer_nav h3 {
  background-color: #080c25;
}
#footer_nav .group ul li a:hover {
  color: rgb(255, 255, 255);
}
.news_area .news_list {
  padding: 0px 0 10px 20px;
  position: relative;
}
@media screen and (max-width: 680px) {
  .news_area .news_list {
    background-color: rgba(105, 121, 91, 0.7);
  }
}
.news_area .arrow-button {
  text-shadow: 1px 1px 4px rgba(25, 48, 78, .2), -1px 1px 4px rgba(25, 48, 78, .2), 1px -1px 4px rgba(25, 48, 78, .2), -1px -1px 4px rgba(25, 48, 78, .2);
}
/* toppage_c1 */
.slider {
  width: 50%;
  margin: 100px auto;
}
.slick-slide {
  margin: 0px 20px;
  opacity: 1 !important;
  margin: 0 8px;
  border: 1px solid transparent !important;
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-slide img {
  width: 100%;
}
.slick-prev:before, .slick-next:before {
  color: black;
  opacity: 1 !important;
}
.slick-prev:hover::before, .slick-next:hover::before {
  opacity: .8 !important;
}
.slick-active {
  opacity: .5;
}
.slick-current {
  opacity: 1;
}
.linkimg.slider {
  width: 100%;
  margin: 20px auto 10px;
  max-width: 1360px !important;
}
.grid-item .category {
	display: flex;
	width: 110px;
	height: 100px;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: calc(1.1rem + .1vw);
	flex-direction: column;
	line-height: 1.2;
	font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
	text-shadow: 1px 1px 4px rgba(25, 48, 78, .5), -1px 1px 4px rgba(25, 48, 78, .5), 1px -1px 4px rgba(25, 48, 78, .5), -1px -1px 4px rgba(25, 48, 78, .5);
}
@media screen and (max-width: 480px) {
.grid-item .category {
	width: 90px;
}
}
.current .grid-item .category {
	text-shadow: none;
}
.grid-item a:hover .category {
    text-shadow: none;
}
.grid-container .grid-item.crm {
  grid-column: 1 / 7 !important;
  grid-row: 1 / 2 !important;
}
.grid-container .grid-item.settlement {
  grid-column: 7 / 10 !important;
  grid-row: 1 / 2 !important;
}
.grid-container .grid-item.region {
  grid-column: 10 / 13 !important;
  grid-row: 1 / 2 !important;
}
.grid-container .grid-item.news {
  grid-column: 1 / 10 !important;
  grid-row: 2 / 4 !important;
}
.grid-container .grid-item.column {
  grid-column: 11 / 13 !important;
  grid-row: 2 / 3 !important;
}
.grid-container div.grid-item.news {
  background-color: rgba(159, 174, 186, 0.1);
  box-shadow: 0px 6px 4px rgba(171, 171, 171, 0.1);
}
.grid-container .grid-item a {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0;
  border: none;
  font-size: 1.1em;
  background-position-y: 200px;
}
.grid-container .grid-item a:hover {
  opacity: .8;
  color: #282828;
}
.grid-container .grid-item a h3 {
  font-size: calc(1.2rem + .3vw);
  text-shadow: 1px 1px 8px rgb(255, 255, 255), -1px 1px 8px rgb(255, 255, 255), 1px -1px 8px rgb(255, 255, 255), -1px -1px 8px rgba(255, 255, 255);
  line-height: 1.2;
  padding: 20px 0 0 4%;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 680px) {
.grid-container .grid-item a h3 {
	padding: 35px 0 0 4%;
	font-size: calc(1.3rem + .3vw);
}
}
.menu_cate02 .grid-container .grid-item.select a h3 {
	padding: 65px 0 0 4%;
}
.menu_cate03 .grid-container .grid-item.select a h3 {
	padding: 65px 0 0 4%;
}
.menu_cate03 .grid-container .grid-item.forbusiness a h3 {
	padding: 65px 0 0 4%;
}
.menu_cate03 .grid-container .grid-item.pickupmark.forbusiness a h3 {
	padding: 20px 0 0 4%;
}
.grid-container .grid-item a h3.impact {
	font-size: calc(1.4rem + .5vw) !important;
}
@media screen and (max-width: 680px) {
.grid-container .grid-item a h3.impact {
	font-size: calc(1.5rem + .5vw) !important;
}
}
.grid-container .grid-item a h3 em {
  display: inline-block;
}
.grid-container .grid-item a h3 em.impact {
	font-size: calc(1.3rem + .5vw) !important;
}
.grid-container .grid-item a h3 em.small {
	font-size: .8em !important;
	display: block;
}
.grid-container .grid-item.column h3 {
  text-shadow: none;
}
.grid-item .category .sizeup {
  font-size: 1.5em;
  margin-bottom: -.3em;
}
.grid-container div.grid-item {
  transform: scale(1);
  transition: .1s ease-out;
  background-color: #ffffff;
  box-shadow: 1px 1px 2px rgba(25, 48, 78, .1), -1px 1px 2px rgba(25, 48, 78, .1), 1px -1px 2px rgba(25, 48, 78, .1), -1px -1px 2px rgba(25, 48, 78, .1);
  position: relative;
}
.grid-container div.grid-item:hover {
  transform: scale(1);
  box-shadow: 1px 1px 2px rgba(25, 48, 78, .1), -1px 1px 2px rgba(25, 48, 78, .1), 1px -1px 2px rgba(25, 48, 78, .1), -1px -1px 2px rgba(25, 48, 78, .1);
}
.grid-container .grid-item.column .movmark span {
  display: none;
}
.grid-container .grid-item:nth-child(2n) {
  background: #fff;
}
.grid_img {
  overflow: hidden;
  display: block;
  height: 160px;
}
.grid_img img {
  width: 100%;
}
.grid-container .grid-item.column a {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #336699;
}
.grid-container .grid-item.column h3 {
  padding: 50px 5px 0 5px;
  font-size: calc(.9rem + .2vw);
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  margin: 0;
  min-height: inherit;
  text-align: center;
}
.grid-container .grid-item.column h3::before {
  content: "";
  background-image: url("../column/img/icon-idea900x900-wht_tr.png");
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -10px;
  left: 26%;
}
.bgvisual-wrap {
  position: relative;
  z-index: 1;
  height: 760px;
  display: none;
}
#contents {
  padding: 0;
}
.bgvisual-wrap {
  display: none;
}
.topcontents {
  position: relative;
  top: 0;
  z-index: 5;
  left: 0;
  right: 0;
  padding-bottom: 50px;
  background-color: #f7f7f7;
  background-image: url(img/bg_grayimage.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.grid-container .grid-item.select a::before {
  background-position: 70% 40%;
}
.grid-container .grid-item.select a h3 {
  color: #282828;
  font-size: calc(1.1rem + .5vw);
  margin: 0;
  position: relative;
  z-index: 2;
  text-shadow: 1px 1px 8px rgb(255, 255, 255), -1px 1px 8px rgb(255, 255, 255), 1px -1px 8px rgb(255, 255, 255), -1px -1px 8px rgba(255, 255, 255);
  text-align: left;
  font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
  font-weight: bold;
}
.movmark {
  /* display: none; */
  right: 0;
  bottom: 0;
  left: inherit;
  top: inherit;
  background-color: rgba(134, 134, 134, 0.3);
  padding-top: 30px;
  width: 30px;
  pointer-events: none;
}
.grid-container .grid-item.select.movmark::before {
  animation: inherit;
  border: solid #fff;
  border-width: 0 0 2px 2px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 7px;
  right: 7px;
  left: 0;
  transform: rotate(-135deg);
}
.grid-container .grid-item.pickupmark .category {
	text-shadow: none;
	color: #ffffff;
	display: block;
	width: max-content;
	line-height: 1;
	background-color: #023893;
	border-top: 1px solid rgba(255, 255, 255);
	position: absolute;
	left: -5px;
	font-weight: 500;
	font-size: 16px;
	padding: 10px;
	border-radius: 0;
	top: -5px;
	margin: 0;
	border-left: 1px solid rgba(255, 255, 255);
	height: 2.3em;
	min-width: 5em;
	max-width: 90%;
}
.grid-container .grid-item.pickupmark h3 {
	font-size: calc(1.2rem + .2vw);
	margin: 0;
	padding: 5px 5px 0px 20px;
	min-height: inherit;
	top: 30px;
}
@media screen and (max-width: 680px) {
.grid-container .grid-item.pickupmark h3 {
	font-size: calc(1.3rem + .2vw);
  padding: 20px 5px 20px 20px;
}
}
.grid-container .grid-item.column1 h3, .grid-container .grid-item.column2 h3, .grid-container .grid-item.column3 h3, .grid-container .grid-item.column4 h3 {
  padding: 70px 5px 0 5px;
  font-size: calc(.9rem + .2vw);
  font-weight: 700;
  text-shadow: none;
  line-height: 1.3;
  color: #ffffff;
  margin: 0;
  min-height: inherit;
  text-align: center;
}
#contents h2.category {
	font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
	text-shadow: 1px 1px 8px rgb(255, 255, 255), -1px 1px 8px rgb(255, 255, 255), 1px -1px 8px rgb(255, 255, 255), -1px -1px 8px rgba(255, 255, 255);
	font-weight: 600;
	line-height: 1.3;
	padding: 45px 0 10px;
	font-size: calc(1.3rem + .7vw);
	position: relative;
}
@media screen and (max-width: 680px) {
  #contents h2.category {
    font-size: calc(1.6rem) !important;
    padding: 60px 0 30px !important;
  }
}
.menu_cate {
  background-color: #f2f2f7;
  padding: 10px 20px;
  position: relative;
}
.menu_cate01 .grid-container .grid-item.select .kw_wrap, .menu_cate01 .grid-container .grid-item.introduce .kw_wrap {
  width: 100%;
}
.grid-container .grid-item.columnset::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
  background-size: cover;
  border: 5px solid #369;
  border-bottom: none;
}
.menu_cate01 .grid-container .grid-item.columnlink a {
  padding: 0;
}
.menu_cate01 .grid-container .grid-item.columnlink a h3 {
  height: 100%;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5), -1px 1px 8px rgba(0, 0, 0, 0.5), 1px -1px 8px rgba(0, 0, 0, 0.5), -1px -1px 8px rgba(0, 0, 0, 0.5);
  font-size: calc(1rem + .2vw);
}
.grid-item.crm .category {
  background-color: #339966;
}
.grid-item.settlement .category {
  background-color: #3399cc;
}
.grid-item.region .category {
  background-color: #ff9933;
}
.grid-item.region .category {
  background-color: #b3424a;
}
.menu_cate01 .grid-container {
  background-color: rgba(51, 153, 102, 0.18);
}
.menu_cate02 .grid-container {
  background-color: rgba(51, 153, 204, 0.18);
}
.menu_cate03 .grid-container {
  background-color: rgb(255, 153, 51, 0.18);
}
.menu_cate01 .grid-container {
  background-color: rgba(51, 153, 102, .3);
}
.menu_cate02 .grid-container {
  background-color: rgba(51, 153, 204, .3);
}
.menu_cate03 .grid-container {
  background-color: rgba(172, 53, 66, .3);
}
figure img {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}
figure img.mw960 {
  max-width: 960px;
}
.kategori {
  display: flex;
  justify-content: center;
}
.space_r {
  margin: 0 15px 0 0;
  background-color: #000;
  color: #fff;
  opacity: .1;
}
.jigyo {
  position: relative;
}
@media screen and (max-width: 680px) {
.jigyo {
	margin-top: 80px;
	margin-left: -20px;
	margin-right: -20px;
}
}
.jigyo > div:not(.current) {
  position: relative;
  transform: scale(.9);
  transition: .3s;
}
.jigyo > div:not(.current):hover {
  transform: scale(.94);
}
/*.jigyo > div:not(.current) div span.category:not(:hover) {
  background-color: #aaaaaa;
  opacity: .4;
}*/
.jigyo > div:not(.current) div span.category:not(:hover) {
	background-color: #c9c9c9;
	opacity: 1;
	text-shadow: none;
}
.jigyo > div.current div span.category + .movmark {
  display: none;
}
.grid-container .grid-item {
  width: 100%;
  display: block !important;
}
@media screen and (max-width: 680px) {
.grid-container .grid-item {
	min-height: 230px;
	height: 250px;
	margin-bottom: 20px;
}
}
@media screen and (max-width: 680px) {
.grid-container .grid-item.select {
	height: 250px;
}
}

@media screen and (max-width: 680px) {
  figure {
    margin: 0;
  }
}
.to_top {
	max-width: 1380px;
	margin: 0 auto;
	position: relative;
	z-index: 8;
}
.to_top a {
  width: 7em;
  display: flex;
  border: 1px solid #dddddd;
  padding: 10px;
  position: absolute;
  top: 10px;
  height: 70px;
  align-items: center;
  background-color: #FFFFFF;
  font-size: 1.2em;
}
@media screen and (max-width: 680px) {
.to_top a {
	width: 9em;
	height: 50px;
}
}
.to_top a:hover {
  opacity: .8;
}
.to_top a span {
	right: 0px;
	margin-left: 2em;
	position: relative;
}
.to_top .movmark {
	left: 0;
	height: 200px;
	height: 30px;
	top: 20px;
	background-color: #3366cc;
}
@media screen and (max-width: 680px) {
.to_top .movmark {
	left: 0;
	height: 200px;
	height: 30px;
	top: 9px;
	background-color: #3366cc;
}
}
.to_top .movmark::before {
  right: 0px;
  left: 7px;
  transform: rotate(45deg);
}
.movmark {
  /* display: none; */
  right: 0;
  bottom: 0;
  left: inherit;
  top: inherit;
  background-color: rgba(134, 134, 134, 0.3);
  /*background-color: rgba(29, 155, 187, .6);*/
  padding-top: 30px;
  width: 30px;
}
.grid-container .grid-item.columnset h3 {
  padding: 70px 5px 0 10px;
  font-size: calc(.9rem + .2vw);
  font-weight: 700;
  text-shadow: none;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
  min-height: inherit;
  text-align: left;
  font-size: 1.1em !important;
  max-height: 130px;
  overflow: hidden;
}
@media screen and (max-width: 680px) {
  .grid-container .grid-item.columnset h3 {
    font-size: 1.1em !important;
  }
}
.grid-container .grid-item.columnset h3::before {
  content: "お役立ちコラム";
  position: relative;
  width: 7.4em;
  height: 1.3em;
  display: inline-block;
  background-color: #ffffff;
  color: #369;
  line-height: 1.3;
  padding: 0 5px;
  margin-right: 10px;
}
.jigyo > div.current div span.category + .movmark {
  display: none;
}
.grid-container .grid-item.columnlink a {
  padding: 0;
}
.grid-container .grid-item.columnlink a h3 {
  height: 100%;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5), -1px 1px 8px rgba(0, 0, 0, 0.5), 1px -1px 8px rgba(0, 0, 0, 0.5), -1px -1px 8px rgba(0, 0, 0, 0.5);
  font-size: calc(1rem + .2vw);
}
.grid-container .grid-item.select .movmark::before {
  animation: inherit;
  border: solid #fff;
  border-width: 0 0 2px 2px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 7px;
  right: 7px;
  left: 0;
  transform: rotate(-135deg);
}
.jigyo .current .grid-item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 16px;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 1380px;
	border-radius: 8px;
}
@media screen and (max-width: 680px) {
.jigyo .current .grid-item::after {
        border-radius: 0;
}
}
.jigyo.bottomguide {
	margin-bottom: 40px;
}
.jigyo.bottomguide .current .grid-item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 1380px;
	top: -4px;
}
@media screen and (max-width: 680px) {
.jigyo.bottomguide .current .grid-item::after {
        height: 8px;
        top: -8px;
}
}
.grid-container .grid-item.columnset::after {
  height: 60px !important;
}
.menu_cate01 .grid-container, .menu_cate02 .grid-container, .menu_cate03 .grid-container {
	max-width: 1320px !important;
	margin: 0 auto 60px;
}
.menu_cate01 .grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 140px 140px 140px 140px 140px 140px 140px 140px;
}
@media screen and (min-width: 681px) and (max-width: 1000px) {
.menu_cate01 .grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 200px 200px 200px 200px 200px 200px 200px 200px;
}
}
.menu_cate01 .grid-container .grid-item.mainitem {
  grid-column: 1 / 5 !important;
  grid-row: 1 / 3 !important;
}
.menu_cate01 .grid-container .grid-item.introduce {
  grid-column: 1 / 3 !important;
  grid-row: 3 / 5 !important;
}
.menu_cate01 .grid-container .grid-item.mypage {
	grid-column: 3 / 5 !important;
	grid-row: 3 / 5 !important;
}
.menu_cate01 .grid-container .grid-item.karte {
	grid-column: 1 / 3 !important;
	grid-row: 5 / 6 !important;
}
.menu_cate01 .grid-container .grid-item.karte-movie {
	grid-column: 1 / 3 !important;
	grid-row: 6 / 7 !important;
}
.menu_cate01 .grid-container .grid-item.memberapp {
	grid-column: 3 / 5 !important;
	grid-row: 5 / 6 !important;
}
.menu_cate01 .grid-container .grid-item.analytics {
	grid-column: 3 / 5 !important;
	grid-row: 6 / 7 !important;
}
.menu_cate01 .grid-container .grid-item.tokuten {
	grid-column: 1 / 3 !important;
	grid-row: 7 / 9 !important;
}
.menu_cate01 .grid-container .grid-item.tokutensystem {
	grid-column: 3 / 5 !important;
	grid-row: 7 / 9 !important;
}
.menu_cate01 .grid-container .grid-item.crmmap {
	grid-column: 5 / 7 !important;
	grid-row: 8 / 9 !important;
}
.menu_cate01 .grid-container .grid-item.tougou {
	grid-column: 5 / 7 !important;
	grid-row: 1 / 2 !important;
}
.menu_cate01 .grid-container .grid-item.chain {
	grid-column: 5 / 7 !important;
	grid-row: 2 / 3 !important;
}
.menu_cate01 .grid-container .grid-item.appecweb {
	grid-column: 5 / 7 !important;
	grid-row: 3 / 4 !important;
}
.menu_cate01 .grid-container .grid-item.crm-hotels {
	grid-column: 5 / 7 !important;
	grid-row: 4 / 5 !important;
}
.menu_cate01 .grid-container .grid-item.ambassador {
	grid-column: 5 / 7 !important;
	grid-row: 5 / 6 !important;
}
.menu_cate01 .grid-container .grid-item.news {
  grid-column: 1 / 5 !important;
  grid-row: 4 / 6 !important;
  background-color: transparent;
}
.menu_cate01 .grid-container .grid-item.column1 {
  grid-column: 1 / 3 !important;
  grid-row: 5 / 6 !important;
  background-color: #336699;
}
.menu_cate01 .grid-container .grid-item.column2 {
  grid-column: 3 / 5 !important;
  grid-row: 5 / 6 !important;
  background-color: #336699;
}
.menu_cate01 .grid-container .grid-item.column3 {
  grid-column: 5 / 7 !important;
  grid-row: 5 / 6 !important;
  background-color: #336699;
}
.menu_cate01 .grid-container .grid-item.column4 {
  grid-column: 1 / 3 !important;
  grid-row: 6 / 7 !important;
  background-color: #336699;
}
.menu_cate01 .grid-container .grid-item.select a {
	background-color: rgb(255, 255, 255);
	height: 100%;
	position: relative;
	padding: 0;
}
.menu_cate01 .grid-container .grid-item.mainitem h3 {
	padding-top: 70px;
}
.menu_cate01 .grid-container .grid-item.mainitem a::before {
  content: "";
  background-image: url("../service/point/img/bgimage_pointsystem.jpg");
  background-repeat: no-repeat;
  background-position: 70% center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 0;
}
.menu_cate01 .grid-container .grid-item.introduce {
	background-color: #1f3133;
	background-image: url("../service/point/img/pointimage_bg_main.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.menu_cate01 .grid-container .grid-item.introduce h3, .menu_cate01 .grid-container .grid-item.introduce p {
  color: #ffffff;
  text-shadow: none;
}
.menu_cate01 .grid-container .grid-item.crmmap {
	background-image: url(../service/point/img/module_correspondence_table.png);
	background-size: 200px;
	background-position: calc(100% + 90px) -10px;
	background-repeat: no-repeat;
}
.menu_cate01 .jigyo .current .grid-item.crm::after {
  background-color: #396;
}
.menu_cate02 .grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 140px 140px 160px 160px 120px;
}
.menu_cate02 .grid-container .grid-item.select {
	grid-column: 1 / 6 !important;
	grid-row: 1 / 3 !important;
}
.menu_cate02 .grid-container .grid-item.creyendo {
	grid-column: 5 / 7 !important;
	grid-row: 1 / 2 !important;
}
.menu_cate02 .grid-container .grid-item.zeus {
	grid-column: 5 / 7 !important;
	grid-row: 2 / 3 !important;
}
.menu_cate02 .grid-container .grid-item.magento {
	grid-column: 1 / 3 !important;
	grid-row: 3 / 4 !important;
}
.menu_cate02 .grid-container .grid-item.shopify {
	grid-column: 3 / 5 !important;
	grid-row: 3 / 4 !important;
}
.menu_cate02 .grid-container .grid-item.select5 {
	grid-column: 1 / 3 !important;
	grid-row: 4 / 5 !important;
}
.menu_cate02 .grid-container .grid-item.news {
  grid-column: 1 / 5 !important;
  grid-row: 4 / 6 !important;
  background-color: transparent;
}
.menu_cate02 .grid-container .grid-item.column1 {
  grid-column: 1 / 3 !important;
  grid-row: 3 / 4 !important;
  background-color: #336699;
}
.menu_cate02 .grid-container .grid-item.column2 {
  grid-column: 3 / 5 !important;
  grid-row: 4 / 5 !important;
  background-color: #336699;
}
.menu_cate02 .grid-container .grid-item.select a {
  background-color: rgb(247, 244, 239);
  height: 100%;
  position: relative;
  padding: 0;
}
.menu_cate02 .grid-container .grid-item.pcidss {
	grid-column: 6 / 7 !important;
	grid-row: 4 / 6 !important;
}
.menu_cate02 .grid-container .grid-item.pcidss h3 {
	padding: 15px 0 0 4%;
}
.menu_cate02 .grid-container .grid-item.pcidss p {
	font-weight: bold;
	font-size: 1rem;
}




.menu_cate02 .grid-container .grid-item.select a::before {
	content: "";
	background-image: url("../img/img_creditcard.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 0;
	opacity: .7;
}
/*.menu_cate02 .grid-container .grid-item.creyendo a::before {
	content: "";
	background-image: url(../service/payment/img/creyendo-logo.png);
	background-repeat: no-repeat;
	background-position: 80% bottom;
	background-size: 140px;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 0;
	opacity: .7;
}*/
.menu_cate02 .grid-container .grid-item.creyendo a h3 {
	padding-top: 35px;
}
.menu_cate02 .grid-container .grid-item.zeus a h3 {
	padding-top: 35px;
}
.menu_cate02 .grid-container .grid-item.zeus a::before {
	/* content: "";
	background-image: url(../img/bg_network2.jpg);
	background-repeat: no-repeat;
	background-position: 70% 40%;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 0; */
}
.menu_cate02 .grid-container .grid-item.select2 a h3 {
	padding: 25px 0 0 4%;
}
.menu_cate02 .grid-container .grid-item.select3 a h3 {
	padding: 65px 0 0 4%;
	font-size: 1.4em;
	color: #ffffff;
	text-shadow: none;
}
.menu_cate02 .grid-container .grid-item.column2::after {}
.menu_cate02 .grid-container .grid-item.column3::after {}
.menu_cate02 .jigyo .current .grid-item.settlement::after {
  background-color: #3399cc;
}
.menu_cate02 .pcidsslogo {
	position: absolute;
	left: 35px;
	box-shadow: 1px 1px 8px rgb(255, 255, 255), -1px 1px 8px rgb(255, 255, 255), 1px -1px 8px rgb(255, 255, 255), -1px -1px 8px rgba(255, 255, 255);
	margin-top: 10px;
}
@media screen and (max-width: 680px) {
.menu_cate02 .pcidsslogo {
	left: inherit;
	right: 10px;
	bottom: 10px;
}
}
.menu_cate02 .grid-container .grid-item a:hover .pcidsslogo {
  background-color: #ffffff;
}
.menu_cate03 .grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 140px 140px 140px 140px 140px 100px;
}
@media screen and (min-width: 681px) and (max-width: 1000px) {
.menu_cate03 .grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 160px 160px 160px 160px 200px;
}
}
.menu_cate03 .grid-container .grid-item.select {
	grid-column: 1 / 4 !important;
	grid-row: 1 / 3 !important;
}
.menu_cate03 .grid-container .grid-item.forbusiness {
	grid-column: 4 / 7 !important;
	grid-row: 1 / 3 !important;
}
.menu_cate03 .grid-container .grid-item.weblottery {
	grid-column: 1 / 4 !important;
	grid-row: 3 / 5 !important;
}
@media screen and (min-width: 681px) and (max-width: 1200px) {
}
.menu_cate03 .grid-container .grid-item.weblottery-movie {
	grid-column: 4 / 5 !important;
	grid-row: 3 / 5 !important;
}
@media screen and (min-width: 681px) and (max-width: 1200px) {
}
.menu_cate03 .grid-container .grid-item.stamprally {
	grid-column: 5 / 7 !important;
	grid-row: 3 / 5 !important;
}
.menu_cate03 .grid-container .grid-item.hanabi {
	grid-column: 3 / 5 !important;
	grid-row: 5 / 7 !important;
}
.menu_cate03 .grid-container .grid-item.okureiru {
	grid-column: 1 / 3 !important;
	grid-row: 5 / 7 !important;
}
.menu_cate03 .grid-container .grid-item.orderbox {
	grid-column: 5 / 7 !important;
	grid-row: 5 / 7 !important;
}
.menu_cate03 .grid-container .grid-item.news {
  grid-column: 1 / 5 !important;
  grid-row: 4 / 6 !important;
  background-color: transparent;
}
.menu_cate03 .grid-container .grid-item.column1 {
  grid-column: 1 / 3 !important;
  grid-row: 3 / 4 !important;
  background-color: #336699;
}
.menu_cate03 .grid-container .grid-item.column2 {
  grid-column: 3 / 5 !important;
  grid-row: 3 / 4 !important;
  background-color: #336699;
}
.menu_cate03 .grid-container .grid-item.column3 {
  grid-column: 5 / 7 !important;
  grid-row: 3 / 4 !important;
  background-color: #336699;
}
.menu_cate03 .grid-container .grid-item.select a {
  background-color: rgb(247, 244, 239);
  height: 100%;
  position: relative;
  padding: 0;
}
.menu_cate03 .grid-container .grid-item.select a::before {
  content: "";
  background-image: url("../service/board/img/img_board2022_ss.jpg");
  background-repeat: no-repeat;
  background-position: 70% 40%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 0;
}
.menu_cate03 .grid-container .grid-item.forbusiness a::before {
	content: "";
	background-image: url("../column/img/smh.png");
	background-repeat: no-repeat;
	background-position: calc(100% + 90px) 40px;
	background-size: 380px;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: -1;
	opacity: .7;
}
@media screen and (max-width: 680px) {
.menu_cate03 .grid-container .grid-item.forbusiness a::before {
        background-size: 280px;
}
}
.menu_cate03 .grid-container .grid-item.weblottery a::before {
	content: "";
	background-image: url("../service/camp/img/web_lottery_patterns.png");
	background-repeat: no-repeat;
	background-position: 70% 40%;
	background-size: cover;
	width: 100%;
	height: 80px;
	display: block;
	position: absolute;
	z-index: 0;
}
.menu_cate03 .grid-container .grid-item.weblottery-movie a::before {
	content: "";
	background-image: url("../img/movieimage_weblottery.jpg");
	background-repeat: no-repeat;
	background-position: 70% 90%;
	background-size: 90%;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 0;
	max-width: 240px;
}
@media screen and (max-width: 680px) {
.menu_cate03 .grid-container .grid-item.weblottery-movie a::before {
	right: 0;
}
}
.menu_cate03 .grid-container .grid-item.weblottery-movie {
	background-color: #282828;
}
.menu_cate03 .grid-container .grid-item.weblottery-movie h3 {
	text-shadow: none;
	color: #ffffff;
	padding-top: 10px;
}
.menu_cate03 .grid-container .grid-item.weblottery-movie p {
	text-shadow: none;
	color: #ffffff;
}
.menu_cate03 .jigyo .current .grid-item.region::after {
  background-color: #b3424a;
}
.menu_cate03 .grid-container .grid-item.columnlink a {
  padding: 0;
}
.menu_cate03 .grid-container .grid-item.columnlink a h3 {
  height: 100%;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5), -1px 1px 8px rgba(0, 0, 0, 0.5), 1px -1px 8px rgba(0, 0, 0, 0.5), -1px -1px 8px rgba(0, 0, 0, 0.5);
  font-size: calc(1rem + .3vw);
}
.menu_cate03 .grid-container .grid-item.stamprally a h3 {
	padding: 55px 0 0 4%;
	font-size: calc(1.2rem + .2vw);
}
@media screen and (max-width: 680px) {
.menu_cate03 .grid-container .grid-item.pickup01 a h3 {
	font-size: calc(1.3rem + .2vw);
}
}
.grid-container .grid-item.columnlink a h3 {
  text-shadow: none !important;
}
.menu_cate01 .grid-container, .menu_cate02 .grid-container, .menu_cate03 .grid-container, .grid-container {
  grid-gap: 8px;
}
.grid-container {
  padding: 8px;
}
.menu_cate01 .grid-container, .menu_cate02 .grid-container, .menu_cate03 .grid-container {
  background-color: inherit;
}
.menu_cate01 .grid-container div.grid-item {
  border: 2px solid #339966;
}
.menu_cate02 .grid-container div.grid-item {
  border: 2px solid #3399cc;
}
.menu_cate03 .grid-container div.grid-item {
  border: 2px solid #b3424a;
}
.menu_cate01 .grid-container, .menu_cate02 .grid-container, .menu_cate03 .grid-container, .grid-container {
  grid-gap: 15px;
}
.grid-item.columnset {
  border: 2px solid #fff !important;
}
.column_set {
	padding: 10px;
	max-width: 1200px !important;
	margin: 140px auto 40px;
	background-color: #ebe7dc;
	text-align: center;
	position: relative;
	border-radius: 20px;
}
.column_set ul.flexdiv {
  gap: 0;
  max-width: inherit;
  padding: 0;
  justify-content: flex-start;
}
.column_set ul.flexdiv li {
  padding: 8px;
  width: 50%;
  background-color: transparent;
  overflow: hidden;
  max-width: 33.3%;
}
@media screen and (max-width: 680px) {
.column_set ul.flexdiv li {
	width: 100%;
	max-width: 100%;
}
}
.column_set ul.flexdiv li a {
	position: relative;
	display: block;
	align-items: center;
	justify-content: flex-start;
	z-index: 1;
	height: 100%;
	text-decoration: none;
	color: #fff;
	padding: 0;
	line-height: 1.3;
	color: #282828;
	min-height: 300px;
	position: relative;
	z-index: 1;
	border: none;
	font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	align-items: flex-start;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow: 1px 1px 2px rgba(25, 48, 78, .1), -1px 1px 2px rgba(25, 48, 78, .1), 1px -1px 2px rgba(25, 48, 78, .1), -1px -1px 2px rgba(25, 48, 78, .1);
}
.column_set .category {
  background-color: #ffffff;
  text-shadow: none;
  color: #ffffff;
  display: block;
  width: 100px;
  padding: 20px 10px 10px;
  line-height: 1.5;
  font-size: calc(.9rem + .2vw);
  border-top: 0px solid rgb(255, 255, 255);
  border-radius: 0;
  z-index: 2;
  left: 20px;
  position: absolute;
  font-weight: bold;
}
.column_set .category {
	text-align: left;
}
.column_set .category.point {
  background-color: #3366cc;
}
.column_set .category.lottery {
  background-color: #ff7f3d;
}
.column_set .category.dx {
  background-color: #4caf50;
}
.column_set .category.payment {
	background-color: #b9a271;
}
.column_set .category.other {
  background-color: #7F7F7F;
}
.column_set .category span.kw {
  font-size: .76em;
  display: block;
  font-weight: 500;
  line-height: 1;
}
.column_set ul.flexdiv li h3 {
  border: none;
  position: relative;
}
.column_set ul.flexdiv li a h3 {
  font-size: calc(1.2rem + .4vw);
  z-index: 2;
  text-align: left;
  background-image: none;
  padding: 150px 5px 20px 20px;
}
.column_set ul.flexdiv li a p {
  width: 90%;
  display: block;
  /* top: 230px; */
  /* position: absolute; */
  /* color: #ffffff; */
  text-shadow: none;
  margin: 10px 20px;
}
.column_set .movmark {
  display: inline-block;
  position: absolute;
  text-align: center;
  right: 0;
  bottom: 0;
  left: inherit;
  top: inherit;
  background-color: rgba(29, 155, 187, .6);
  padding-top: 30px;
  width: 30px;
  z-index: 2;
}
.menu_cate01 .grid-container .grid-item.karte a::before {
	content: "";
	background-image: url(../service/tablet/img/karte_w600.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 50%;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: -1;
	opacity: .7;
}
@media screen and (max-width: 680px) {
.menu_cate01 .grid-container .grid-item.karte a::before {
        background-size: 65%;
}
}
.menu_cate01 .grid-container .grid-item.karte-movie {
	background-color: #282828;
}
.menu_cate01 .grid-container .grid-item.karte-movie a::before {
	content: "";
	background-image: url(../img/movieimage_kokyakutablet.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 45%;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: -1;
	opacity: 1;
}
.menu_cate01 .grid-container .grid-item.karte-movie h3 {
	text-shadow: none;
	color: #ffffff;
}
.menu_cate01 .grid-container .grid-item.karte-movie p {
	text-shadow: none;
	color: #ffffff;
}
.menu_cate01 .grid-container .grid-item.mypage a::before {
	content: "";
	background-image: url("../service/mypage/img/mypageimage_variation_0.png");
	background-repeat: no-repeat;
	background-position: 95% bottom;
	background-size: 120px;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 0;
	opacity: .7;
}
@media screen and (max-width: 680px) {
.menu_cate01 .grid-container .grid-item.mypage a::before {
        background-size: 30%;
}
}
.menu_cate01 .grid-container .grid-item.tokuten a::before {
	content: "";
	background-image: url("../service/point/img/p_gift_image-pc.jpg");
	background-repeat: no-repeat;
	background-position: 95% bottom;
	background-size: 42%;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: -1;
	opacity: .7;
}
@media screen and (min-width: 681px) and (max-width: 1000px) {
.menu_cate01 .grid-container .grid-item.tokuten a::before {
	background-position: 95% bottom;
	background-size: 200px;
}
}
.menu_cate01 .grid-container .grid-item.tokutensystem a::before {
	content: "";
	background-image: url("../service/point/img/p_gift_systemdiagram20230308.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 320px;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: -1;
	opacity: .7;
}
@media screen and (min-width: 681px) and (max-width: 1000px) {
.menu_cate01 .grid-container .grid-item.tokutensystem a::before {
	background-position: left bottom;
	background-size: 380px;
}
}
@media screen and (max-width: 680px) {
.menu_cate01 .grid-container .grid-item.tokutensystem a::before {
	background-size: 60%;
}
}
.menu_cate01 .grid-container .grid-item.analytics a::before {
	content: "";
	background-image: url("../img/icon_analysis_image.png");
	background-repeat: no-repeat;
	background-position: 95% bottom;
	background-size: 25%;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: -1;
	opacity: .7;
}
@media screen and (max-width: 680px) {
.menu_cate01 .grid-container .grid-item.analytics a::before {
        background-size: 45%;
}
}
.menu_cate03 .grid-container .grid-item.stamprally a::before {
	content: "";
	background-image: url("../service/camp/img/stamp_main_img.jpg");
	background-repeat: no-repeat;
	background-position: 70% 40%;
	background-size: cover;
	width: 100%;
	height: 80px;
	display: block;
	position: absolute;
	z-index: 0;
}

.junbi::before {
	content: "準備中";
	width: 6em;
	height: 60px;
	position: absolute;
	bottom: 40px;
	left: 30px;
	color: #ff4b4b;
	transform: rotate(-15deg);
	font-size: 50px;
	z-index: 90;
	pointer-events: none;
}
.menu_cate03 .grid-container .grid-item.weblottery a::before {
	content: "";
	background-image: url("../service/camp/img/web_lottery_patterns.png");
	background-repeat: no-repeat;
	background-position: 70% 40%;
	background-size: cover;
	width: 100%;
	height: 80px;
	display: block;
	position: absolute;
	z-index: 0;
}
.menu_cate03 .grid-container .grid-item.okureiru a::before {
	content: "";
	background-image: url(../service/point/img/bg_cityscape2w.png);
	background-repeat: no-repeat;
	background-position: 70% bottom;
	background-size: cover;
	width: 100%;
	height: 80px;
	display: block;
	position: absolute;
	z-index: 0;
}
.menu_cate03 .grid-container .grid-item.orderbox a::before {
	content: "";
	background-image: url(../service/orderbox/img/mainimage_OrderBOX.jpg);
	background-repeat: no-repeat;
	background-position: 70% 40%;
	background-size: cover;
	width: 100%;
	height: 80px;
	display: block;
	position: absolute;
	z-index: 0;
}

.menu_cate03 .grid-container .grid-item.weblottery h3 {
	font-size: calc(1.2rem + .2vw);
	margin: 0;
	padding: 55px 0 0 4%;
	min-height: inherit;
	top: 30px;
}
.menu_cate03 .grid-container .grid-item.okureiru h3 {
	font-size: calc(1.2rem + .2vw);
	margin: 0;
	padding: 55px 0 0 4%;
	min-height: inherit;
	top: 30px;
}
.menu_cate03 .grid-container .grid-item.orderbox h3 {
	font-size: calc(1.2rem + .2vw);
	margin: 0;
	padding: 55px 0 0 4%;
	min-height: inherit;
	top: 30px;
}
a.nolink {
	pointer-events: none;
}
a.nolink .linkbtn02 {
	display: none;
}
.grid-container div.grid-item.nolink {
	border: 2px solid transparent;
	pointer-events: none;
	box-shadow: none;
}
.grid-container div.grid-item.nolink .movmark {
	display: none;
}

a.nolink {
	pointer-events: none;
}
a.nolink .linkbtn02 {
	display: none;
}


.menu_cate02 .grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 140px 140px 110px 110px 220px;
}
.menu_cate02 .grid-container .grid-item.magento {
	grid-column: 1 / 4 !important;
	grid-row: 3 / 5 !important;
}
.menu_cate02 .grid-container .grid-item.shopify {
	grid-column: 1 / 4 !important;
	grid-row: 5 / 6 !important;
}
.menu_cate02 .grid-container .grid-item.creyendo { 
	grid-column: 4 / 7 !important;
	grid-row: 3 / 4 !important;
}
.menu_cate02 .grid-container .grid-item.zeus {
	grid-column: 4 / 7 !important;
	grid-row: 4 / 5 !important;
}
.menu_cate02 .grid-container .grid-item.select5 {
	grid-column: 4 / 7 !important;
	grid-row: 5 / 6 !important;
}
.menu_cate02 .grid-container .grid-item.pcidss {
	grid-column: 6 / 7 !important;
	grid-row: 1 / 3 !important;
}
.menu_cate02 .grid-container .grid-item.select5 a::before {
	content: "";
	background-image: url("../service/ec/img/ecbox_bgimage_4000.jpg");
	background-repeat: no-repeat;
	background-position: left 37%;
	background-size: cover;
	width: 50.5%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 0;
	opacity: .7;
	right: 0;
}

.additional-area {
	max-width: 1400px;
	margin: 0 auto;
	text-align: center;
}
.additional-area a {
	background-color: #33569e;
	color: #ffffff;
	padding: 10px 3%;
	display: block;
	max-width: max-content;
	margin: 0 auto 50px;
	border-radius: 2em;
	font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
	font-size: calc(1rem + .3vw);
	display: flex;
	height: 60px;
	justify-content: center;
	align-items: center;
}
.additional-area a:hover {
  opacity: .8;
}
#contents .column_set h2 {
	position: absolute;
	font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
	padding: 80px 0 0px;
	display: inline-block;
	top: -110px;
	width: 260px;
	z-index: 3;
	left: calc(50% - 130px);
	background-color: #ebe7dc;
	border-radius: 20px 20px 0 0;
	font-size: 2em;
}
@media screen and (max-width: 680px) {
#contents .column_set h2 {
	font-size: 1.6em;
	width: 220px;
	padding: 80px 10px 0px;
	left: calc(50% - 110px);
}
}
#contents .column_set h2::after {
	content: "";
	background-image: url("../column/img/icon-idea.png");
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	top: 10px;
	left: calc(50% - 40px);
	transform: rotate(0deg);
}
.column_set ul.flexdiv li a div.img figure {
  height: 120px;
  overflow: hidden;
  margin: 0;
}
.column_set ul.flexdiv li a div.img figure img {
  width: 100%;
  margin: 0;
  transition: .3s;
}
.column_set ul.flexdiv li a:hover div.img figure img {
  transform: scale(1.1);
  transition: .3s;
}
.column_set ul.flexdiv li a div.summary {
  margin-top: -120px;
}
.column_set ul.flexdiv li a.circulars div.img figure img {
	margin-top: -140px;
}
.column_set ul.flexdiv li a.gyosei-dx div.img figure img {
  width: auto;
	height: 120px;
}
@media screen and (max-width: 680px) {
.column_set ul.flexdiv li a.gyosei-dx div.img figure img {
	width: 100%;
	height: auto;
}
}
.column_set ul.flexdiv li a.gyosei div.img figure img {
  width: auto;
	height: 120px;
}
@media screen and (max-width: 680px) {
.column_set ul.flexdiv li a.gyosei div.img figure img {
	width: 100%;
	height: auto;
}
}
.column_set ul.flexdiv li a.stamprally div.img figure img {
	margin: -60px 0 0;
}
.column_set ul.flexdiv li a.camp div.img figure img {
	margin: -80px 0 0;
}

.menu_cate02 .creyendologo {
	display: block;
	background-color: #ffffff;
	box-shadow: 1px 1px 8px rgb(255, 255, 255), -1px 1px 8px rgb(255, 255, 255), 1px -1px 8px rgb(255, 255, 255), -1px -1px 8px rgba(255, 255, 255);
	width: 240px;
	height: 115px;
	padding: 15px 0px 10px 15px;
	margin-top: 10px;
}
.menu_cate02 .creyendologo img {
	width: 100%;
	max-width: 210px;
}
.menu_cate02 .creyendologo small {
	font-size: 1.1rem;
	display: block;
	margin-top: 5px;
}
.menu_cate01 .grid-container .grid-item.tougou a::before, .menu_cate01 .grid-container .grid-item.chain a::before, .menu_cate01 .grid-container .grid-item.appecweb a::before, .menu_cate01 .grid-container .grid-item.crm-hotels a::before, .menu_cate01 .grid-container .grid-item.ambassador a::before {
	content: "";
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 30px;
	display: block;
	position: absolute;
	z-index: 0;
}
.menu_cate01 .grid-container .grid-item.tougou a::before {
	background-image: url("../column/img/data-integration_image.jpg");
	background-position: center 55%;
}
.menu_cate01 .grid-container .grid-item.chain a::before {
	background-image: url("../service/point/img/bgimage_c_terminal.jpg");
	background-position: center 12%;
}
.menu_cate01 .grid-container .grid-item.appecweb a::before {
	background-image: url("../service/point/img/imagebg_app_ec_web.jpg");
	background-position: left 77%;
	background-size: 150%;
}
.menu_cate01 .grid-container .grid-item.crm-hotels a::before {
	background-image: url("../column/img/asimg_513652054.jpg");
	background-position: center 34%;
}
.menu_cate01 .grid-container .grid-item.ambassador a::before {
	background-image: url("../service/engagement/img/bgmain_engagement2.jpg");
	background-position: center 64%;
	background-size: 150%;
}
