@charset "UTF-8";
/*                reset
======================================================= */
body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
p,
table,
th,
td {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
}

body {
  color: #000;
  background-color: #000;
  font-family: 'Noto Sans Japanese', serif;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-size: 14px;
  -webkit-text-size-adjust: none;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  body {
    font-size: 1.5555555556vw;
  }
}
@media only screen and (max-width: 800px) {
  body {
    @font-size : calc(100vw * $basefontS / 800);
  }
}
@media only screen and (max-width: 700px) {
  body {
    font-size: 1.4432989691vw;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 2.1875vw;
  }
}
@media only screen and (max-width: 500px) {
  body {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 400px) {
  body {
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 350px) {
  body {
    font-size: 4vw;
  }
}

dt,
dd,
li,
th,
td,
p {
  line-height: 1.5;
}

/* for IE6 */
* html body {
  font-size: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  transition: 0.5s;
}

img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input,
textArea,
select,
button {
  background: none;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: inherit;
}

button {
  cursor: pointer;
}

* {
  font-feature-settings: 'palt' 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src:
    url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),
    url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),
    url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*                link
======================================================= */
a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
}

@media only screen and (min-width: 1025px) {
  a:hover {
    transition: 0.5s;
  }
  a:hover img {
    transition: 0.5s;
    opacity: 0.8;
  }
}
/*                common
======================================================= */
.clear:after {
  content: '';
  display: block;
  clear: both;
}

.clear_both {
  clear: both;
}

.hidden {
  overflow: hidden;
}

/*                layout
======================================================= */
#wrapper {
  overflow: hidden;
  font-family: 'Noto Sans JP', serif;
  padding-top: 56px;
}
#wrapper.has-modal {
  height: 100vh;
  overflow: hidden;
}
.has-large_header #wrapper {
  padding-top: 104px;
}
@media only screen and (min-width: 1025px) {
  #wrapper {
    padding-top: 116px;
  }
  .has-large_header #wrapper {
    padding-top: 116px;
  }
}

/*                z-index
======================================================= */
/*                ヘッダー・
======================================================= */
/*                header
======================================================= */
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.5s;
  background: #000;
  padding: 12px 20px;
  width: 100%;
}
#header.is-hide {
  transform: translateY(-100%);
}
#header .si-glnv {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header #si {
  color: #fff;
  width: 150px;
}
#header #si .logo a {
  color: #fff;
  position: relative;
  display: block;
}
#header #si .logo a::after {
  content: '';
  display: block;
  width: 48px;
  height: 30px;
  background: url(../images/common/img-logo.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
#header #si .logo img {
  width: 90px;
}
#header #si .logo span {
  display: none;
}
#header #glnv {
  position: relative;
}
#header #glnv .list-page {
  display: block;
  position: fixed;
  width: 100%;
  height: calc(100vh - 56px);
  left: 0;
  top: 56px;
  background: #000;
  z-index: 100;
  display: none;
}
#header #glnv .list-page > li {
  width: 102px;
  height: 90px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
#header #glnv .list-page > li a {
  color: #d9c495;
  display: block;
  height: 100%;
}
#header #glnv .list-page > li a > span.menu {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header #glnv .list-page > li a > span.menu .txt {
  color: #d9c495;
}
#header #glnv .list-page > li a > span.menu .icon {
  display: block;
  margin-bottom: 10px;
}
#header #glnv .list-page > li a > span.menu .icon > span::before {
  color: #fff;
}
#header #glnv .list-page > li.glnv-stamprally {
  line-height: 1.1;
}
@media only screen and (min-width: 1025px) {
  #header #glnv .list-page > li.glnv-stamprally a > span.menu .icon {
    line-height: 1.2;
    margin: 5px 0 8px;
  }
}
#header #glnv .list-page > li.glnv-news .icon {
  margin-bottom: 5px;
}
#header #glnv .list-page > li.glnv-news .icon span {
  font-size: 24px;
}
@media only screen and (min-width: 1025px) {
  #header #glnv .list-page > li.glnv-news a > span.menu .icon {
    margin-bottom: 10px;
  }
}
#header #glnv .list-page > li.glnv-game .icon {
  margin-bottom: 5px;
}
#header #glnv .list-page > li.glnv-game .icon span {
  font-size: 26px;
}
#header #glnv .list-page > li.glnv-result .icon {
  margin-bottom: 5px;
}
#header #glnv .list-page > li.glnv-result .icon span {
  font-size: 29px;
}
#header #glnv .list-page > li.glnv-venue .icon {
  margin-bottom: 5px;
}
#header #glnv .list-page > li.glnv-venue .icon span {
  font-size: 24px;
}
#header #glnv .list-page > li.glnv-stamprally .icon {
  margin-bottom: 5px;
}
#header #glnv .list-page > li.glnv-stamprally .icon span {
  font-size: 27px;
}
#header #glnv .list-page > li.glnv-team .icon,
#header #glnv .list-page > li.glnv-gourmet .icon {
  margin-bottom: 5px;
}
#header #glnv .list-page > li.glnv-team .icon span,
#header #glnv .list-page > li.glnv-gourmet .icon span {
  font-size: 26px;
}
#header #glnv .list-page > li.is-open,
#header #glnv .list-page > li:hover,
#header #glnv .list-page > li:focus-within {
  background: #fff;
}
#header #glnv .list-page > li.is-open a,
#header #glnv .list-page > li:hover a,
#header #glnv .list-page > li:focus-within a {
  color: #000;
}
#header #glnv .list-page > li.is-open a > span.menu .txt,
#header #glnv .list-page > li:hover a > span.menu .txt,
#header #glnv .list-page > li:focus-within a > span.menu .txt {
  color: #000;
}
#header #glnv .list-page > li.is-open a > span.menu .icon > span::before,
#header #glnv .list-page > li:hover a > span.menu .icon > span::before,
#header #glnv .list-page > li:focus-within a > span.menu .icon > span::before {
  color: #d9c495;
}
#header #glnv .sub {
  position: fixed;
  left: 102px;
  top: 56px;
  background: #fff;
  width: calc(100vw - 102px);
  height: calc(100vh - 56px);
  overflow-y: scroll;
  text-align: left;
  padding: 15px;
  padding-bottom: 100px;
  display: none;
}
#header #glnv .sub > li {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #eaeaea;
}
#header #glnv .sub > li > a {
  padding: 15px;
  display: block;
  position: relative;
}
#header #glnv .sub > li > a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  margin-top: -4px;
  content: '';
  display: block;
  line-height: 1;
  font-size: 13px;
  width: 10px;
  height: 10px;
  border: 2px solid #d9c495;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
#header #glnv .sub > li.has-children {
  cursor: pointer;
}
#header #glnv .sub > li.has-children span {
  padding: 15px;
  display: block;
  position: relative;
}
#header #glnv .sub > li.has-children span button {
  font-size: 16px;
  font-weight: bold;
}
#header #glnv .sub > li.has-children span::after,
#header #glnv .sub > li.has-children span::before {
  content: '';
  display: block;
  background: #d9c495;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
#header #glnv .sub > li.has-children span::before {
  width: 16px;
  height: 2px;
  right: 2px;
}
#header #glnv .sub > li.has-children span::after {
  width: 2px;
  height: 16px;
  right: 9px;
}
#header #glnv .sub > li.has-children.is-open span::before {
  opacity: 0;
}
#header #glnv .sub > li.has-children.is-open span::after {
  transform: translateY(-50%) rotate(90deg);
}
#header #glnv .sub > li .children {
  padding: 10px 0 10px 25px;
  display: none;
}
#header #glnv .sub > li .children li {
  font-size: 14px;
}
#header #glnv .sub > li .children li a {
  padding: 8px 0;
  padding-right: 2em;
  display: block;
  position: relative;
}
#header #glnv .sub > li .children li a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  margin-top: -4px;
  content: '';
  display: block;
  line-height: 1;
  font-size: 6px;
  width: 6px;
  height: 6px;
  border: 1px solid #5f5f5f;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
#header #glnv .tgl {
  border-top: 1px solid #fff;
  color: #fff;
  position: relative;
  padding-top: 10px;
  cursor: pointer;
  top: 3px;
  width: 38px;
  text-align: center;
  transition: all 0.5s;
}
#header #glnv .tgl::before,
#header #glnv .tgl::after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  transition: all 0.5s;
}
#header #glnv .tgl::before {
  top: 4px;
}
#header #glnv .tgl::after {
  top: 9px;
}
#header #glnv .tgl span {
  font-size: 11px;
  color: #d9c495;
}
#header #glnv .tgl.is-open {
  border: 0;
}
#header #glnv .tgl.is-open::before {
  top: 4px;
  transform: rotate(-25deg);
}
#header #glnv .tgl.is-open::after {
  top: 4px;
  transform: rotate(25deg);
}
.has-large_header #header .si-glnv {
  position: relative;
}
.has-large_header #header #si {
  width: 158px;
}
.has-large_header #header #si .logo a {
  display: flex;
  flex-wrap: wrap;
}
.has-large_header #header #si .logo a::after {
  display: none;
}
.has-large_header #header #si .logo img {
  order: 2;
  margin-top: 25px;
  width: 158px;
}
.has-large_header #header #si .logo span {
  order: 1;
  display: block;
  font-size: 11px;
  position: absolute;
  width: calc(100vw - 40px);
}
.has-large_header #header #si .logo span br {
  display: none;
}
.has-large_header #header #glnv .list-page {
  top: 104px;
  height: calc(100vh - 104px);
}
@media only screen and (max-width: 1024px) {
  .has-large_header #header #glnv .list-page {
    overflow-y: auto;
  }
}
.has-large_header #header #glnv .sub {
  top: 104px;
  height: calc(100vh - 104px);
}
.has-large_header #header .tgl {
  top: 14px;
}
@media only screen and (min-width: 1025px) {
  #header {
    padding: 0;
  }
  #header .si-glnv {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #header #si {
    width: 440px;
    padding: 28px 0;
    padding-left: 20px;
  }
  #header #si .logo a {
    display: flex;
    align-items: center;
  }
  #header #si .logo a::after {
    display: none;
  }
  #header #si .logo img {
    width: 158px;
  }
  #header #si .logo span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-left: 27px;
  }
  #header #glnv {
    position: relative;
    z-index: 100;
  }
  #header #glnv .list-page {
    position: static;
    width: 100%;
    height: auto;
    background: none;
    display: flex;
    justify-content: flex-end;
  }
  #header #glnv .list-page > li {
    width: 90px;
    height: 116px;
  }
  #header #glnv .list-page > li > span.menu {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #header #glnv .list-page > li > span.menu a,
  #header #glnv .list-page > li > span.menu .txt {
    color: #d9c495;
    height: 2em;
    display: block;
  }
  #header #glnv .list-page > li > span.menu .icon {
    display: block;
    height: 38px;
  }
  #header #glnv .list-page > li > span.menu .icon > span::before {
    color: #fff;
  }
  #header #glnv .list-page > li.glnv-news .icon {
    margin-bottom: 0px;
  }
  #header #glnv .list-page > li.glnv-news .icon span {
    font-size: 24px;
  }
  #header #glnv .list-page > li.glnv-news .sub {
    position: relative;
    left: -170px;
    /* left: -100px; */
    display: none;
  }
  #header #glnv .list-page > li.glnv-news .sub li.has-children .children {
    position: absolute;
    left: 100%;
    top: 0;
    width: 300px;
  }
  #header #glnv .list-page > li.glnv-game .icon {
    margin-bottom: 0px;
  }
  #header #glnv .list-page > li.glnv-game .icon span {
    font-size: 26px;
  }
  #header #glnv .list-page > li.glnv-result .icon {
    margin-bottom: 0px;
  }
  #header #glnv .list-page > li.glnv-result .icon span {
    font-size: 29px;
  }
  #header #glnv .list-page > li.glnv-venue .icon {
    margin-top: 4px;
    margin-bottom: 2px;
  }
  #header #glnv .list-page > li.glnv-venue .icon span {
    font-size: 24px;
  }
  #header #glnv .list-page > li.glnv-stamprally .icon {
    margin-bottom: 0px;
  }
  #header #glnv .list-page > li.glnv-stamprally .icon span {
    font-size: 27px;
  }
  #header #glnv .list-page > li.glnv-team .icon {
    margin-bottom: 0px;
  }
  #header #glnv .list-page > li.glnv-team .icon span {
    font-size: 26px;
  }
  #header #glnv .list-page > li.glnv-team .sub {
    position: relative;
    left: auto;
    right: 220px;
  }
  #header #glnv .list-page > li.glnv-team .sub li.has-children .children {
    position: absolute;
    left: -400px;
    top: 0;
    width: 400px;
  }
  #header #glnv .list-page > li.is-open,
  #header #glnv .list-page > li:hover,
  #header #glnv .list-page > li:focus-within {
    background: #f4f4f4;
  }
  #header #glnv .list-page > li.is-open .sub,
  #header #glnv .list-page > li:hover .sub,
  #header #glnv .list-page > li:focus-within .sub {
    display: block;
  }
  #header #glnv .sub {
    left: 0px;
    /* top: 116px; */
    top: 0px;
    background: #f4f4f4;
    width: 310px;
    height: auto;
    overflow-y: visible;
    padding: 10px 30px;
  }
  #header #glnv .sub > li:last-of-type {
    border-bottom: 0;
  }
  #header #glnv .sub > li > a {
    padding: 15px;
  }
  #header #glnv .sub > li.has-children {
    cursor: pointer;
  }
  #header #glnv .sub > li .children {
    padding: 0;
    display: none;
    overflow: scroll;
    height: calc(100vh - 104px);
  }
  #header #glnv .sub > li .children li {
    background: #f4f4f4;
    padding: 0px 25px;
  }
  #header #glnv .sub > li .children li:first-of-type {
    padding-top: 15px;
  }
  #header #glnv .sub > li .children li:last-of-type {
    padding-bottom: 15px;
  }
  #header .tgl {
    display: none;
  }
  .has-large_header #header #si {
    width: 440px;
  }
  .has-large_header #header #si .logo a {
    align-items: center;
  }
  .has-large_header #header #si .logo img {
    order: 1;
    margin-top: 0;
  }
  .has-large_header #header #si .logo span {
    order: 2;
    display: block;
    font-size: 14px;
    position: static;
    width: auto;
  }
  .has-large_header #header #si .logo span br {
    display: block;
  }
  .has-large_header #header #glnv .list-page {
    height: auto;
  }
  .has-large_header #header #glnv .sub {
    height: auto;
    top: 0px;
  }
  .has-large_header #header .tgl {
    top: 14px;
  }
}

/*                icon font
======================================================= */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?doi0gn');
  src:
    url('../fonts/icomoon.eot?doi0gn#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?doi0gn') format('truetype'),
    url('../fonts/icomoon.woff?doi0gn') format('woff'),
    url('../fonts/icomoon.svg?doi0gn#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-venue:before {
  content: '\e900';
  color: #000;
}

.icon-game:before {
  content: '\e901';
  color: #000;
}

.icon-news:before {
  content: '\e902';
  color: #000;
}

.icon-result:before {
  content: '\e903';
  color: #000;
}

.icon-stamprally:before {
  content: '\e904';
  color: #000;
}

.icon-team:before {
  content: '\e905';
  color: #000;
}

.icon-gourmet:before {
  content: '\e908';
  color: #000;
}

/*                arrow
======================================================= */
/*                layout
======================================================= */
main {
  background: #fff;
}

.cont_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.cont_width .contIn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}

/*                タイトル装飾
======================================================= */
.pagetitle {
  padding: 20px 10px 30px 10px;
  text-align: center;
}
.pagetitle hgruoup .year {
  font-size: 16px;
  margin-top: 0.2em;
}
@media only screen and (min-width: 1025px) {
  .pagetitle {
    padding: 0px 100px 80px 100px;
  }
  .pagetitle .inner {
    max-width: 1176px;
    margin: 0 auto;
  }
  .pagetitle hgruoup .year {
    font-size: 18px;
  }
}

.hl01 {
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (min-width: 1025px) {
  .hl01 {
    font-size: 38px;
  }
}

.hl02 {
  margin-bottom: 20px;
}
.hl02 small {
  font-size: 14px;
  display: block;
  font-weight: bold;
  color: #81662b;
}
.hl02 span {
  font-size: 24px;
  font-weight: 900;
  position: relative;
}
.hl02 a span {
  font-size: 24px;
  font-weight: 900;
  position: relative;
}
.hl02 a span::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  margin-top: -3px;
  content: '';
  display: block;
  line-height: 1;
  font-size: 13px;
  width: 10px;
  height: 10px;
  border: 2px solid #d9c495;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
@media only screen and (min-width: 1025px) {
  .hl02 a {
    pointer-events: none;
    cursor: text;
  }
  .hl02 a span::after {
    display: none;
  }
}

/*                ボタン
======================================================= */
.btn.btn-primary {
  display: block;
  max-width: 216px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 0.8em;
  background: #fff;
  border-radius: 100px;
  position: relative;
}
.btn.btn-primary::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  margin-top: -5px;
  content: '';
  display: block;
  line-height: 1;
  font-size: 13px;
  width: 10px;
  height: 10px;
  border: 2px solid #81662b;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}

/*                テキスト装飾
======================================================= */
.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

/*                table
======================================================= */
table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr td,
table tr th {
  text-align: left;
  padding: 0px;
}

/*                iframeのレスポン化
======================================================= */
.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget span,
.frame_respon .fb_iframe_widget iframe[style] {
  width: 100% important;
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*                sidebar
======================================================= */
/*                footer
======================================================= */
footer {
  padding-bottom: 80px;
}
@media only screen and (min-width: 1025px) {
  footer {
    padding: 0 100px;
  }
}

#footer {
  padding: 24px 20px;
  color: #fff;
  position: relative;
}
#footer .pagetop {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
}
#footer .pagetop img {
  width: 46px;
}
#footer a {
  color: #fff;
}
#footer .si-sbnv {
  margin-top: 80px;
  margin-bottom: 80px;
}
#footer .si {
  text-align: center;
}
#footer .si img {
  width: 270px;
  margin: 0 auto;
}
#footer .sbnv {
  display: none;
}
#footer .sbnv ul li a[target='_blank']::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/common/icn-new_window.svg) 0 0 no-repeat;
  background-size: contain;
  margin-left: 5px;
}
#footer .rule-copyright {
  text-align: center;
}
#footer .rule {
  margin-bottom: 1em;
}
#footer .rule ul {
  font-size: 14px;
}
#footer .rule ul li {
  margin-bottom: 0.5em;
}
#footer .copyright p {
  font-size: 12px;
}
@media only screen and (min-width: 1025px) {
  #footer {
    padding: 50px 100;
    max-width: 1176px;
    margin: 0 auto;
  }
  #footer .pagetop {
    left: auto;
    right: 0;
    transform: translateX(0);
    top: 42px;
  }
  #footer .si-sbnv {
    margin-top: 124px;
    display: flex;
  }
  #footer .si {
    text-align: left;
    width: 270px;
    margin-right: 20%;
  }
  #footer .si img {
    width: 270px;
    margin: 0;
  }
  #footer .sbnv {
    display: block;
  }
  #footer .sbnv nav {
    display: flex;
  }
  #footer .sbnv ul {
    margin-right: 90px;
    font-size: 14px;
  }
  #footer .sbnv ul li {
    margin-bottom: 0.8em;
  }
  #footer .sbnv ul li a:hover {
    color: #d9c495;
  }
  #footer .sbnv ul:last-of-type {
    margin-right: 0;
  }
  #footer .rule-copyright {
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
  #footer .rule {
    margin-bottom: 0;
  }
  #footer .rule ul {
    display: flex;
  }
  #footer .rule ul li {
    margin-bottom: 0;
    margin-right: 1.5em;
  }
  #footer .copyright {
    text-align: right;
  }
}

.area-bnr-bottom {
  padding: 30px 20px;
}
.area-bnr-bottom .body ul li {
  margin-bottom: 30px;
}
.area-bnr-bottom .body ul li:last-of-type {
  margin-bottom: 0;
}
.area-bnr-bottom .body ul li.fullsize {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
@media only screen and (min-width: 1025px) {
  .area-bnr-bottom {
    padding: 90px 100px;
  }
  .area-bnr-bottom .inner {
    max-width: 1176px;
    margin: 0 auto;
  }
  .area-bnr-bottom .body ul {
    display: grid;
    grid-gap: 36px;
    grid-template-columns: repeat(2, 1fr);
    align-items: end;
  }
  .area-bnr-bottom .body ul li {
    margin-bottom: 0px;
  }
  .area-bnr-bottom .body ul li:last-of-type {
    margin-bottom: 0;
  }
  .area-bnr-bottom .body ul li.fullsize {
    width: auto;
    margin-left: 0;
  }
  .area-bnr-bottom .body ul.is-single {
    grid-template-columns: repeat(1, 1fr);
  }
}

.area-sponsor {
  padding: 50px 20px;
}
#news.detail .area-sponsor {
  display: none;
}
.area-sponsor .title {
  margin-bottom: 30px;
}
.area-sponsor .title h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.area-sponsor .body ul {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 1025px) {
  .area-sponsor {
    display: block;
    padding: 64px 100px;
  }
  #news.detail .area-sponsor {
    display: block;
  }
  .area-sponsor .inner {
    max-width: 940px;
    margin: 0 auto;
  }
  .area-sponsor .body ul {
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}

/*                component
======================================================= */
.card-pickup {
  display: grid;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-pickup .pickup .imgtxt {
  display: flex;
  flex-wrap: wrap;
}
.card-pickup .pickup .img {
  margin-bottom: 10px;
  width: 100%;
}
.card-pickup .pickup .img picture {
  display: block;
}
.card-pickup .pickup .img picture img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-pickup .pickup .img picture.dflt {
  background: #fff;
  position: relative;
  aspect-ratio: 4/3;
}
.card-pickup .pickup .img picture.dflt img {
  width: 45%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
}
.card-pickup .pickup .txt {
  width: 100%;
}
.card-pickup .pickup .txt time {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
.card-pickup .pickup .txt p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 1025px) {
  .card-pickup {
    grid-column-gap: 17px;
  }
}

.card-news .news {
  margin-bottom: 14px;
}
.card-news .news:last-of-type {
  margin-bottom: 0;
}
.card-news .news a {
  display: grid;
  align-items: start;
  grid-column-gap: 15px;
  grid-row-gap: 6px;
  grid-template-columns: 100px 1fr;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: 'thumb title' 'thumb team' 'thumb date';
}
.card-news .news .thumb {
  grid-area: thumb;
}
.card-news .news .thumb img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-news .news .thumb picture {
  display: block;
}
.card-news .news .thumb picture img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-news .news .thumb picture.dflt {
  background: #fff;
  position: relative;
  aspect-ratio: 1/1;
}
.card-news .news .thumb picture.dflt img {
  width: 45%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
}
.card-news .news .headline {
  grid-area: title;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.card-news .news .team {
  grid-area: team;
}
.card-news .news .team span {
  display: inline-block;
  background: #fff;
  border-radius: 100px;
  padding: 3px 6px;
  font-size: 12px;
}
.card-news .news time {
  grid-area: date;
  font-size: 14px;
}
@media only screen and (min-width: 1025px) {
  .card-news {
    display: grid;
    grid-row-gap: 46px;
    grid-column-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
  .card-news .news {
    margin-bottom: 0px;
  }
  .card-news .news:last-of-type {
    margin-bottom: 0;
  }
  .card-news .news a {
    display: grid;
    align-items: start;
    grid-column-gap: 26px;
    grid-row-gap: 6px;
    grid-template-columns: 124px 1fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: 'thumb date' 'thumb  title' 'thumb  team';
  }
  .card-news .news .thumb img {
    width: 124px;
    height: 124px;
  }
  .card-news .news time {
    text-align: left;
  }
  #home .card-news {
    grid-row-gap: 30px;
  }
  #home .card-news .news a {
    grid-column-gap: 15px;
  }
}
.card-news.is-link .news a {
  display: grid;
  align-items: start;
  grid-column-gap: 0;
  grid-row-gap: 6px;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: 'date' 'title';
}
.card-news.is-link .news time {
  text-align: left;
}
@media only screen and (min-width: 1025px) {
  .card-news.is-link {
    display: block !important;
  }
  .card-news.is-link .news {
    margin-bottom: 20px;
  }
  .card-news.is-link .news:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .card-news.is-aside {
    display: block;
  }
  .card-news.is-aside .news {
    margin-bottom: 20px;
  }
  .card-news.is-aside .news:last-of-type {
    margin-bottom: 0;
  }
}

.card-games .game {
  margin-bottom: 14px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.card-games .game.link_btn .summary {
  padding: 0 14px 40px 14px;
}
.card-games .game .headline {
  /* padding: 14px; */
  padding: 10px 14px 5px 14px;
}
.card-games .game .date-name {
  display: flex;
}
.card-games .game .date {
  width: 80px;
}
.card-games .game .date time {
  font-size: 16px;
  font-weight: 500;
}
.card-games .game .date .day {
  font-size: 10px;
  display: inline-block;
  background: #f4f4f4;
  padding: 2px 3px;
  margin-left: 4px;
  position: relative;
  top: -2px;
}
.card-games .game .date .day.is-sat {
  color: #fff;
  background: #1d6ed9;
}
.card-games .game .date .day.is-sun {
  color: #fff;
  background: #ff4040;
}
.card-games .game .date .time {
  display: block;
  font-size: 12px;
  margin-top: 3px;
  word-break: break-all;
}
.card-games .game .gamename {
  flex: 1;
}
.card-games .game .gamename h2 {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 400px) {
  .card-games .game .gamename h2 {
    font-size: 3.65vw;
  }
}
@media only screen and (max-width: 360px) {
  .card-games .game .gamename h2 {
    font-size: 3.4vw;
  }
}
.card-games .game .gamename h2 img {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.card-games .game .gamename h2 small {
  display: block;
  font-size: 14px;
  font-weight: 200;
  margin-top: 5px;
  margin-left: 23px;
}
@media only screen and (max-width: 400px) {
  .card-games .game .gamename h2 small {
    font-size: 3.2vw;
  }
}
.card-games .game .gamename h2 small::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 1px;
  background: #000;
  position: relative;
  top: -2px;
  margin-right: 4px;
}
.card-games .game .summary {
  padding: 0 14px 16px 14px;
}
.card-games .game .summary ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -6px;
  align-items: center;
}
.card-games .game .summary ul li {
  margin: 0 6px 6px 0;
}
.card-games .game .summary ul li span.help {
  cursor: pointer;
  transition: all 0.5s;
}
.card-games .game .summary ul li.home-away {
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #eaeaea;
  border-radius: 100px;
  padding: 3px 9px 3px 7px;
  line-height: 2;
}
.card-games .game .summary ul li.home-away.is-home .venue::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/common/icn-game-home.svg) 0 0 no-repeat;
  background-size: contain;
  margin-right: 3px;
  position: relative;
  top: 3px;
}
.card-games .game .summary ul li.home-away.is-away .venue::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/common/icn-game-away.svg) 0 0 no-repeat;
  background-size: contain;
  margin-right: 3px;
  position: relative;
  top: 3px;
}
.card-games .game .link + .ticket .label span {
  border-radius: 0;
}
.card-games .game .ticket {
  margin-top: -20px;
}
.card-games .game .ticket .label {
  align-items: flex-end;
  display: flex;
  text-align: right;
  justify-content: flex-end;
  line-height: 1;
}
.card-games .game .ticket .label.only a.link {
  border-bottom-right-radius: 10px;
}
.card-games .game .ticket .label a.link {
  background-color: #eaeaea;
  border-radius: 9px 0 0 0;
  align-items: center;
  border: 1px #eaeaea solid;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  width: 95px;
  max-height: 26px;
  padding: 3px 0px 4px 14px;
}
.card-games .game .ticket .label a.link::after {
  content: '';
  display: inline-block;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 2px solid #000;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(0px) translateX(-2px) rotate(45deg);
  margin-left: 5px;
  position: relative;
  transition: all 0.2s;
}
.card-games .game .ticket .label a + a span,
.card-games .game .ticket .label a + span {
  border-radius: 0;
}
@media only screen and (min-width: 1025px) {
  .card-games .game .ticket .label a {
    transition: 0.5s;
  }
  .card-games .game .ticket .label a:hover {
    opacity: 0.8;
  }
}
.card-games .game .ticket .label span {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  width: 95px;
  padding: 4px 14px 6px 14px;
  border-top-left-radius: 10px;
  cursor: pointer;
}
.card-games .game .ticket .label span::after {
  content: '';
  display: inline-block;
  line-height: 1;
  font-size: 13px;
  width: 8px;
  height: 8px;
  border: 2px solid #d9c495;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-3px) rotate(135deg);
  margin-left: 8px;
  position: relative;
  transition: all 0.2s;
}
.card-games .game .ticket .label span.is-open::after {
  transform: translateY(2px) rotate(-45deg);
}
.card-games .game .ticket .label.is-link span::after {
  content: '';
  display: inline-block;
  line-height: 1;
  font-size: 13px;
  width: 8px;
  height: 8px;
  border: 2px solid #d9c495;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(0px) translateX(-2px) rotate(45deg);
  margin-left: 8px;
  position: relative;
  transition: all 0.2s;
}
.card-games .game .ticket .ticket-info {
  background: #000;
  color: #fff;
  padding: 14px;
  display: none;
}
.card-games .game .ticket .ticket-info h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.card-games .game .ticket .ticket-info ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: -10px;
}
.card-games .game .ticket .ticket-info ul li {
  margin: 0 10px 10px 0;
}
.card-games .game .ticket .ticket-info ul a {
  color: #7a5c1e;
  text-decoration: underline;
}
.card-games .game .ticket .ticket-info ul a[target='_blank']::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/common/icn-new_window_colored.svg) 0 0 no-repeat;
  background-size: contain;
  margin-left: 5px;
}
@media only screen and (min-width: 1025px) {
  .card-games .game .ticket {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .card-games .game .ticket.is-open {
    position: static;
  }
}

.card-magazine {
  display: grid;
  grid-row-gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
.card-magazine .magazine {
  /*&:first-of-type {
    .imgtxt { display: block; }
    .img { width: 100%; margin-bottom: 10px; }
    .txt { width: 100%;
      time { }
      p { -webkit-line-clamp: 2;  }
    }
  }*/
}
.card-magazine .magazine .imgtxt {
  display: flex;
  justify-content: space-between;
}
.card-magazine .magazine .img {
  width: 45.6%;
}
.card-magazine .magazine .img picture {
  display: block;
}
.card-magazine .magazine .img picture img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-magazine .magazine .img picture.dflt {
  background: #fff;
  position: relative;
  aspect-ratio: 4/3;
}
.card-magazine .magazine .img picture.dflt img {
  width: 45%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
}
.card-magazine .magazine .txt {
  width: 50%;
}
.card-magazine .magazine .txt time {
  font-size: 14px;
  margin-bottom: 0.3em;
  display: block;
}
.card-magazine .magazine .txt p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.pagenation {
  margin: 30px 0;
}
.pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenation ul li {
  margin: 0 2px;
  font-size: 16px;
  font-weight: bold;
}
.pagenation ul li.page-item .page-link {
  display: block;
  width: 34px;
  height: 34px;
  background: #d9c495;
  position: relative;
}
.pagenation ul li.page-item .page-link span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.pagenation ul li.page-item .page-active {
  display: block;
  width: 34px;
  height: 34px;
  background: #eaeaea;
  position: relative;
}
.pagenation ul li.page-item .page-active span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.pagenation ul li.page-item .page-omit {
  display: block;
  width: 34px;
  height: 34px;
  position: relative;
}
.pagenation ul li.page-item .page-omit span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.pagenation ul li.page-item.prev {
  display: none;
}
.pagenation ul li.page-item.next {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .pagenation {
    position: relative;
  }
  .pagenation ul li.page-item.prev {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
    top: 20px;
  }
  .pagenation ul li.page-item.prev a {
    width: auto;
    background: none;
    text-decoration: underline;
    position: relative;
  }
  .pagenation ul li.page-item.prev a span {
    position: static;
    transform: translate(0);
  }
  .pagenation ul li.page-item.prev a::before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: -18px;
    line-height: 1;
    font-size: 13px;
    width: 10px;
    height: 10px;
    border: 2px solid #d9c495;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(-135deg);
  }
  .pagenation ul li.page-item.next {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100px;
    top: 20px;
  }
  .pagenation ul li.page-item.next a {
    width: auto;
    background: none;
    text-decoration: underline;
    position: relative;
  }
  .pagenation ul li.page-item.next a span {
    position: static;
    transform: translate(0);
  }
  .pagenation ul li.page-item.next a::before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: -20px;
    line-height: 1;
    font-size: 13px;
    width: 10px;
    height: 10px;
    border: 2px solid #d9c495;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.12);
  z-index: 200;
  display: none;
}
.modal .modal-inner {
  background: #fff;
  width: 100%;
  height: 100dvh;
  overflow-y: scroll;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px 20px 100px 20px;
}
.modal .modal-inner .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.modal .modal-inner .close img {
  width: 26px;
}
@media only screen and (min-width: 1025px) {
  .modal .modal-inner {
    max-width: 1176px;
    max-height: 90vh;
    height: auto;
    padding: 60px 100px;
  }
}

/*                fixed nav fo rmobile
======================================================= */
nav#mobile ul {
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #000;
  border-top: 1px solid #434343;
  z-index: 10;
}
nav#mobile ul > li {
  /* width: 16.6666%; */
  width: 20%;
  height: 56px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  border-right: 1px solid #434343;
}
nav#mobile ul > li:last-of-type {
  border-right: 0;
}
@media only screen and (max-width: 400px) {
  nav#mobile ul > li {
    font-size: 10px;
  }
}
nav#mobile ul > li a > span.menu {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #7a5c1e;
}
nav#mobile ul > li a > span.menu .icon {
  display: block;
}
nav#mobile ul > li a > span.menu .icon > span::before {
  color: #fff;
}
nav#mobile ul > li.glnv-stamprally {
  line-height: 1.1;
}
nav#mobile ul > li.glnv-stamprally a > span.menu .icon {
  display: block;
  margin-bottom: 3px;
}
nav#mobile ul > li.glnv-news .icon {
  margin-bottom: 5px;
}
nav#mobile ul > li.glnv-news .icon span {
  font-size: 19px;
}
nav#mobile ul > li.glnv-game .icon {
  margin-bottom: 3px;
}
nav#mobile ul > li.glnv-game .icon span {
  font-size: 21px;
}
nav#mobile ul > li.glnv-result .icon {
  margin-bottom: 2px;
}
nav#mobile ul > li.glnv-result .icon span {
  font-size: 23px;
}
nav#mobile ul > li.glnv-venue .icon {
  margin-bottom: 4px;
}
nav#mobile ul > li.glnv-venue .icon span {
  font-size: 20px;
}
nav#mobile ul > li.glnv-stamprally .icon {
  margin-bottom: 2px;
}
nav#mobile ul > li.glnv-stamprally .icon span {
  font-size: 21px;
}
nav#mobile ul > li.glnv-team .icon,
nav#mobile ul > li.glnv-gourmet .icon {
  margin-bottom: 2px;
}
nav#mobile ul > li.glnv-team .icon span,
nav#mobile ul > li.glnv-gourmet .icon span {
  font-size: 22px;
}
nav#mobile ul > li.is-open,
nav#mobile ul > li:hover {
  background: #fff;
}
nav#mobile ul > li.is-open a,
nav#mobile ul > li:hover a {
  color: #000;
}
nav#mobile ul > li.is-open a > span.menu .icon > span::before,
nav#mobile ul > li:hover a > span.menu .icon > span::before {
  color: #d9c495;
}
@media only screen and (min-width: 1025px) {
  nav#mobile {
    display: none;
  }
}

.slide_wrap {
  opacity: 0;
}
.slide_wrap.slick-initialized {
  transition: 0.5s;
  opacity: 1;
}
.slide_wrap .slick-track {
  display: flex;
}
span.target_blank {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
span.target_blank::before,
span.target_blank::after {
  display: none !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 0.5em !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

.mb3 {
  margin-bottom: 3em !important;
}

.mb4 {
  margin-bottom: 4em !important;
}

.mb5 {
  margin-bottom: 5em !important;
}

.mb6 {
  margin-bottom: 6em !important;
}

.mb7 {
  margin-bottom: 7em !important;
}

.mb8 {
  margin-bottom: 8em !important;
}

.mb9 {
  margin-bottom: 9em !important;
}

.mb10 {
  margin-bottom: 10em !important;
}

.w5p {
  width: 5% !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

.w1em {
  width: 1em !important;
}

.w2em {
  width: 2em !important;
}

.w3em {
  width: 3em !important;
}

.w4em {
  width: 4em !important;
}

.w5em {
  width: 5em !important;
}

.w6em {
  width: 6em !important;
}

.w7em {
  width: 7em !important;
}

.w8em {
  width: 8em !important;
}

.w9em {
  width: 9em !important;
}

.w10em {
  width: 10em !important;
}

.w11em {
  width: 11em !important;
}

.w12em {
  width: 12em !important;
}

.w13em {
  width: 13em !important;
}

.w14em {
  width: 14em !important;
}

.w15em {
  width: 15em !important;
}

.w16em {
  width: 16em !important;
}

.w17em {
  width: 17em !important;
}

.w18em {
  width: 18em !important;
}

.w19em {
  width: 19em !important;
}

.w20em {
  width: 20em !important;
}

.w25em {
  width: 25em !important;
}

.w30em {
  width: 30em !important;
}

.w35em {
  width: 35em !important;
}

.w40em {
  width: 40em !important;
}

.w45em {
  width: 45em !important;
}

.w50em {
  width: 50em !important;
}

.w55em {
  width: 55em !important;
}

.w60em {
  width: 60em !important;
}

.w65em {
  width: 65em !important;
}

.w70em {
  width: 70em !important;
}

.w75em {
  width: 75em !important;
}

.w80em {
  width: 80em !important;
}

.w85em {
  width: 85em !important;
}

.w90em {
  width: 90em !important;
}

.w95em {
  width: 95em !important;
}

.w100em {
  width: 100em !important;
}

.font10 {
  font-size: 71.4% !important;
}

.font11 {
  font-size: 78.6% !important;
}

.font12 {
  font-size: 85.7% !important;
}

.font13 {
  font-size: 92.9% !important;
}

.font14 {
  font-size: 100% !important;
}

.font15 {
  font-size: 107.1% !important;
}

.font16 {
  font-size: 114.3% !important;
}

.font17 {
  font-size: 121.4% !important;
}

.font18 {
  font-size: 128.6% !important;
}

.font19 {
  font-size: 135.7% !important;
}

.font20 {
  font-size: 142.9% !important;
}

.font21 {
  font-size: 150% !important;
}

.font22 {
  font-size: 157.1% !important;
}

.font23 {
  font-size: 164.3% !important;
}

.font24 {
  font-size: 171.4% !important;
}

.font25 {
  font-size: 178.6% !important;
}

.font26 {
  font-size: 185.7% !important;
}

.font27 {
  font-size: 192.9% !important;
}

.font28 {
  font-size: 200% !important;
}

.font29 {
  font-size: 207.1% !important;
}

.font30 {
  font-size: 214.3% !important;
}

.fw_thin {
  font-weight: 300 !important;
}

.fw_normal {
  font-weight: 400 !important;
}

.fw_medium {
  font-weight: 500 !important;
}

.fw_bold {
  font-weight: 600 !important;
}

.fw_black {
  font-weight: 900 !important;
}

.mod_cont {
  margin-bottom: 3em;
}

.cke_editable,
.mod_cont {
  counter-reset: number 0;
}
.cke_editable .show_number,
.mod_cont .show_number {
  padding: 0 0 0 1.2em;
}
.cke_editable .show_number,
.cke_editable .show_number > li,
.mod_cont .show_number,
.mod_cont .show_number > li {
  list-style-type: decimal;
  line-height: 1.7;
}
.cke_editable .disc li,
.mod_cont .disc li {
  text-indent: -0.65em;
  padding-left: 1.2em;
}
.cke_editable .disc li:before,
.mod_cont .disc li:before {
  content: '・';
  display: inline-block;
  position: relative;
  left: 0;
  margin-right: 0.3em;
}
.cke_editable .link_arrow li:before,
.mod_cont .link_arrow li:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f105';
  color: #d9c495;
  font-size: 100%;
  font-weight: bold;
  margin-right: 0.5em;
}
.cke_editable .arrow_link:after,
.mod_cont .arrow_link:after {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f105';
  color: #d9c495;
  font-size: 100%;
  font-weight: bold;
  margin-left: 0.5em;
}
.cke_editable a.link_anchor:after,
.mod_cont a.link_anchor:after {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f107';
  color: #d9c495;
  font-size: 100%;
  font-weight: bold;
  margin-left: 0.5em;
}
.cke_editable a.hover_line,
.mod_cont a.hover_line {
  color: #000;
  text-decoration: none;
}
.cke_editable a.hover_line:after,
.mod_cont a.hover_line:after {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .cke_editable a.hover_line:hover,
  .mod_cont a.hover_line:hover {
    color: #ff4056;
    text-decoration: underline;
  }
}
.cke_editable .asterisk li:before,
.mod_cont .asterisk li:before {
  content: '※';
  margin-right: 0.3em;
}
.cke_editable ul + p,
.cke_editable ol + p,
.mod_cont ul + p,
.mod_cont ol + p {
  margin-top: 1.7em;
}
@media only screen and (max-width: 900px) {
  .cke_editable ul + p,
  .cke_editable ol + p,
  .mod_cont ul + p,
  .mod_cont ol + p {
    margin-top: 1.5em;
  }
}
.cke_editable ul > li > ol,
.cke_editable ul > li ul,
.cke_editable ol > li > ol,
.cke_editable ol > li ul,
.mod_cont ul > li > ol,
.mod_cont ul > li ul,
.mod_cont ol > li > ol,
.mod_cont ol > li ul {
  margin-top: 0.5em;
}
.cke_editable ul li + li,
.cke_editable ol li + li,
.mod_cont ul li + li,
.mod_cont ol li + li {
  margin-top: 0.5em;
}
.cke_editable ul.upper_list,
.cke_editable ul.lower_list,
.cke_editable ul.square_list,
.cke_editable ul.roman_list,
.cke_editable ol.upper_list,
.cke_editable ol.lower_list,
.cke_editable ol.square_list,
.cke_editable ol.roman_list,
.mod_cont ul.upper_list,
.mod_cont ul.lower_list,
.mod_cont ul.square_list,
.mod_cont ul.roman_list,
.mod_cont ol.upper_list,
.mod_cont ol.lower_list,
.mod_cont ol.square_list,
.mod_cont ol.roman_list {
  margin-left: 1.5em;
}
.cke_editable ul.upper_list li,
.cke_editable ol.upper_list li,
.mod_cont ul.upper_list li,
.mod_cont ol.upper_list li {
  list-style: upper-alpha;
}
.cke_editable ul.lower_list li,
.cke_editable ol.lower_list li,
.mod_cont ul.lower_list li,
.mod_cont ol.lower_list li {
  list-style: lower-alpha;
}
.cke_editable ul.square_list,
.cke_editable ol.square_list,
.mod_cont ul.square_list,
.mod_cont ol.square_list {
  margin-left: 1.8em;
}
.cke_editable ul.square_list li,
.cke_editable ol.square_list li,
.mod_cont ul.square_list li,
.mod_cont ol.square_list li {
  list-style: square;
}
.cke_editable ul.roman_list li,
.cke_editable ol.roman_list li,
.mod_cont ul.roman_list li,
.mod_cont ol.roman_list li {
  list-style: lower-roman;
}
.cke_editable ul + p,
.cke_editable ul + ul,
.cke_editable ul + ol,
.cke_editable ul + dl,
.cke_editable ul + table,
.cke_editable ul + img,
.cke_editable ol + p,
.cke_editable ol + ul,
.cke_editable ol + ol,
.cke_editable ol + dl,
.cke_editable ol + table,
.cke_editable ol + img,
.mod_cont ul + p,
.mod_cont ul + ul,
.mod_cont ul + ol,
.mod_cont ul + dl,
.mod_cont ul + table,
.mod_cont ul + img,
.mod_cont ol + p,
.mod_cont ol + ul,
.mod_cont ol + ol,
.mod_cont ol + dl,
.mod_cont ol + table,
.mod_cont ol + img {
  margin-top: 0.5em;
}
.cke_editable .tag_list ul li + li,
.mod_cont .tag_list ul li + li {
  margin-top: 0;
}
.cke_editable .img_col,
.mod_cont .img_col {
  display: flex;
  margin: 0 -16px;
}
.cke_editable .img_col + .img_col,
.mod_cont .img_col + .img_col {
  margin-top: 2em;
}
@media only screen and (max-width: 640px) {
  .cke_editable .img_col,
  .mod_cont .img_col {
    display: flex;
    flex-wrap: wrap;
  }
  .cke_editable .img_col .img,
  .cke_editable .img_col .txt,
  .mod_cont .img_col .img,
  .mod_cont .img_col .txt {
    width: 100% !important;
  }
  .cke_editable .img_col .img,
  .mod_cont .img_col .img {
    order: 2;
  }
}
@media only screen and (min-width: 641px) {
  .cke_editable .img_col.img_right,
  .mod_cont .img_col.img_right {
    flex-direction: row-reverse;
  }
}
.cke_editable .img_col .img,
.cke_editable .img_col .txt,
.mod_cont .img_col .img,
.mod_cont .img_col .txt {
  padding: 0 16px;
}
@media only screen and (min-width: 641px) {
  .cke_editable .img_col .txt,
  .mod_cont .img_col .txt {
    flex: 1 1 0;
    width: 50%;
  }
}
.cke_editable .img_col .txt .title,
.mod_cont .img_col .txt .title {
  margin-bottom: 0.3em;
}
.cke_editable .img_col .txt .tag + p,
.cke_editable .img_col .txt .title + p,
.mod_cont .img_col .txt .tag + p,
.mod_cont .img_col .txt .title + p {
  line-height: 1.8;
}
@media only screen and (min-width: 641px) {
  .cke_editable .img_col .img,
  .mod_cont .img_col .img {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .img_col .img,
  .mod_cont .img_col .img {
    margin-top: 1em;
  }
}
.cke_editable .img_col .img img,
.mod_cont .img_col .img img {
  width: 100%;
}
.cke_editable .img_col .img.img_border img,
.mod_cont .img_col .img.img_border img {
  border: 1px #ccc solid;
}
.cke_editable .img_col .img .caption,
.mod_cont .img_col .img .caption {
  color: #4d4d4d;
  font-size: 78.6%;
  margin-top: 0.8em;
}
.cke_editable .img_col .img .caption.center,
.mod_cont .img_col .img .caption.center {
  text-align: center;
}
.cke_editable .img_col.img10 .img,
.mod_cont .img_col.img10 .img {
  width: 10%;
}
.cke_editable .img_col.img20 .img,
.mod_cont .img_col.img20 .img {
  width: 20%;
}
.cke_editable .img_col.img30 .img,
.mod_cont .img_col.img30 .img {
  width: 30%;
}
.cke_editable .img_col.img40 .img,
.mod_cont .img_col.img40 .img {
  width: 40%;
}
.cke_editable .img_col.img50 .img,
.mod_cont .img_col.img50 .img {
  width: 50%;
}
.cke_editable .img_col.img60 .img,
.mod_cont .img_col.img60 .img {
  width: 60%;
}
.cke_editable .img_col.img70 .img,
.mod_cont .img_col.img70 .img {
  width: 70%;
}
.cke_editable .img_col.img80 .img,
.mod_cont .img_col.img80 .img {
  width: 80%;
}
.cke_editable .img_col.img90 .img,
.mod_cont .img_col.img90 .img {
  width: 90%;
}
.cke_editable .img_col.img_width .img,
.mod_cont .img_col.img_width .img {
  width: auto;
}
.cke_editable .img_col.img_width .img img,
.mod_cont .img_col.img_width .img img {
  display: block;
  width: auto;
}
@media only screen and (max-width: 640px) {
  .cke_editable .img_col.img_width .img img,
  .mod_cont .img_col.img_width .img img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .img_col.img_width .img p,
  .mod_cont .img_col.img_width .img p {
    width: auto !important;
    text-align: center;
  }
}
.cke_editable .img_col.img_width .txt,
.mod_cont .img_col.img_width .txt {
  flex: 1 1 0;
}
@media only screen and (max-width: 640px) {
  .cke_editable .img_col.sp2 .img,
  .cke_editable .img_col.sp2 .txt,
  .mod_cont .img_col.sp2 .img,
  .mod_cont .img_col.sp2 .txt {
    width: 50% !important;
  }
  .cke_editable .img_col.sp2.img_left .img,
  .mod_cont .img_col.sp2.img_left .img {
    order: 1;
  }
  .cke_editable .img_col.sp2.img_left .txt,
  .mod_cont .img_col.sp2.img_left .txt {
    order: 2;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .img_col.img_top .img,
  .mod_cont .img_col.img_top .img {
    order: 1;
    margin-bottom: 1em;
  }
  .cke_editable .img_col.img_top .txt,
  .mod_cont .img_col.img_top .txt {
    order: 2;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .img_col.img_btm .txt,
  .mod_cont .img_col.img_btm .txt {
    order: 1;
  }
  .cke_editable .img_col.img_btm .img,
  .mod_cont .img_col.img_btm .img {
    order: 2;
  }
}
.cke_editable .gallery,
.mod_cont .gallery {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 -16px -32px;
}
@media only screen and (max-width: 640px) {
  .cke_editable .gallery,
  .mod_cont .gallery {
    margin: 0 -5px -10px;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .gallery.sp_break,
  .mod_cont .gallery.sp_break {
    display: block;
  }
  .cke_editable .gallery.sp_break .gallery_set,
  .mod_cont .gallery.sp_break .gallery_set {
    width: 100% !important;
  }
  .cke_editable .gallery.sp_break .gallery_set img,
  .mod_cont .gallery.sp_break .gallery_set img {
    display: block;
    margin: 0 auto;
  }
  .cke_editable .gallery.sp_break .gallery_set .caption,
  .mod_cont .gallery.sp_break .gallery_set .caption {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .gallery.sp_col2 .gallery_set,
  .mod_cont .gallery.sp_col2 .gallery_set {
    width: 50% !important;
  }
}
.cke_editable .gallery.img_border img,
.mod_cont .gallery.img_border img {
  border: 1px #ccc solid;
}
.cke_editable .gallery .gallery_set,
.mod_cont .gallery .gallery_set {
  padding: 0 16px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 640px) {
  .cke_editable .gallery .gallery_set,
  .mod_cont .gallery .gallery_set {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
.cke_editable .gallery .gallery_set a,
.mod_cont .gallery .gallery_set a {
  display: block !important;
  text-decoration: none;
}
.cke_editable .gallery .gallery_set img,
.mod_cont .gallery .gallery_set img {
  margin: 0 auto;
}
.cke_editable .gallery .gallery_set .movie_wrap,
.mod_cont .gallery .gallery_set .movie_wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.cke_editable .gallery .gallery_set .movie_wrap iframe,
.cke_editable .gallery .gallery_set .movie_wrap object,
.cke_editable .gallery .gallery_set .movie_wrap embed,
.mod_cont .gallery .gallery_set .movie_wrap iframe,
.mod_cont .gallery .gallery_set .movie_wrap object,
.mod_cont .gallery .gallery_set .movie_wrap embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cke_editable .gallery .gallery_set .cap,
.mod_cont .gallery .gallery_set .cap {
  color: #7d7d7d;
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .cke_editable .gallery .gallery_set .cap,
  .mod_cont .gallery .gallery_set .cap {
    font-size: 100%;
  }
}
.cke_editable .gallery.img1 .gallery_set,
.mod_cont .gallery.img1 .gallery_set {
  width: 100%;
}
.cke_editable .gallery.img2 .gallery_set,
.mod_cont .gallery.img2 .gallery_set {
  width: 50%;
}
.cke_editable .gallery.img3 .gallery_set,
.mod_cont .gallery.img3 .gallery_set {
  width: 33.3333333%;
}
.cke_editable .gallery.img4 .gallery_set,
.mod_cont .gallery.img4 .gallery_set {
  width: 25%;
}
@media only screen and (max-width: 640px) {
  .cke_editable .gallery.img4 .gallery_set,
  .mod_cont .gallery.img4 .gallery_set {
    width: 50%;
  }
}
.cke_editable table,
.mod_cont table {
  border-collapse: separate;
  border-spacing: 0;
}
.cke_editable table tr td,
.cke_editable table tr th,
.mod_cont table tr td,
.mod_cont table tr th {
  text-align: left;
  padding: 0px;
}
.cke_editable table,
.mod_cont table {
  border-bottom: solid 1px #b8b8b8;
  border-left: solid 1px #b8b8b8;
  table-layout: fixed;
}
.cke_editable table + div,
.mod_cont table + div {
  margin-top: 1em;
}
.cke_editable table table,
.mod_cont table table {
  width: 100%;
}
.cke_editable table table tr th,
.cke_editable table table tr td,
.mod_cont table table tr th,
.mod_cont table table tr td {
  background: none;
}
.cke_editable table.text_left tr th,
.cke_editable table.text_left tr td,
.mod_cont table.text_left tr th,
.mod_cont table.text_left tr td {
  text-align: left;
}
.cke_editable table tr th,
.cke_editable table tr td,
.mod_cont table tr th,
.mod_cont table tr td {
  border-top: solid 1px #b8b8b8;
  border-right: solid 1px #b8b8b8;
  vertical-align: top;
  padding: 10px;
}
.cke_editable table tr th.text_center,
.cke_editable table tr td.text_center,
.mod_cont table tr th.text_center,
.mod_cont table tr td.text_center {
  text-align: center;
}
.cke_editable table tr th,
.mod_cont table tr th {
  background: #f8f8f8;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}
.cke_editable .no_border table,
.mod_cont .no_border table {
  border: none;
}
.cke_editable .no_border table tr th,
.cke_editable .no_border table tr td,
.mod_cont .no_border table tr th,
.mod_cont .no_border table tr td {
  background: none;
  border: none;
}
@media only screen and (min-width: 641px) {
  .cke_editable .table_wrap,
  .mod_cont .table_wrap {
    overflow: hidden !important;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .table_wrap,
  .mod_cont .table_wrap {
    margin-right: -20px;
  }
}
.cke_editable .table_wrap table,
.mod_cont .table_wrap table {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .cke_editable .table_wrap,
  .mod_cont .table_wrap {
    overflow-x: auto;
  }
  .cke_editable .table_wrap > table,
  .mod_cont .table_wrap > table {
    width: 800px;
  }
}
.cke_editable .btn_link ul,
.mod_cont .btn_link ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px -30px;
}
@media only screen and (max-width: 900px) {
  .cke_editable .btn_link ul,
  .mod_cont .btn_link ul {
    margin: 0 -10px -20px;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .btn_link ul,
  .mod_cont .btn_link ul {
    margin: 0 -5px -10px;
  }
}
.cke_editable .btn_link ul li,
.mod_cont .btn_link ul li {
  padding: 0 16px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  .cke_editable .btn_link ul li,
  .mod_cont .btn_link ul li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .btn_link ul li,
  .mod_cont .btn_link ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
.cke_editable .btn_link ul li + li,
.mod_cont .btn_link ul li + li {
  margin-top: 0;
}
.cke_editable .btn_link ul.col1 li,
.mod_cont .btn_link ul.col1 li {
  width: 100%;
}
.cke_editable .btn_link ul.col1 li .btn,
.mod_cont .btn_link ul.col1 li .btn {
  margin: 0 auto;
}
.cke_editable .btn_link ul.col2 li,
.mod_cont .btn_link ul.col2 li {
  width: 50%;
}
.cke_editable .btn_link ul.col2 li .btn,
.mod_cont .btn_link ul.col2 li .btn {
  max-width: 100%;
}
.cke_editable .btn_link ul.col3 li,
.mod_cont .btn_link ul.col3 li {
  width: 33.3333333%;
}
.cke_editable .btn_link ul.col3 li .btn,
.mod_cont .btn_link ul.col3 li .btn {
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .cke_editable .btn_link ul.sp_break,
  .mod_cont .btn_link ul.sp_break {
    display: block !important;
  }
  .cke_editable .btn_link ul.sp_break li,
  .mod_cont .btn_link ul.sp_break li {
    width: 100%;
  }
}
.cke_editable .btn_link .btn,
.mod_cont .btn_link .btn {
  margin: 0;
}
.cke_editable .editor p,
.mod_cont .editor p {
  line-height: 1.8;
}
.cke_editable .editor p + p,
.cke_editable .editor p + ul,
.cke_editable .editor p + ol,
.cke_editable .editor p + dl,
.cke_editable .editor p + table,
.cke_editable .editor p + img,
.mod_cont .editor p + p,
.mod_cont .editor p + ul,
.mod_cont .editor p + ol,
.mod_cont .editor p + dl,
.mod_cont .editor p + table,
.mod_cont .editor p + img {
  margin-top: 2em;
}
@media only screen and (max-width: 640px) {
  .cke_editable .editor p + p,
  .cke_editable .editor p + ul,
  .cke_editable .editor p + ol,
  .cke_editable .editor p + dl,
  .cke_editable .editor p + table,
  .cke_editable .editor p + img,
  .mod_cont .editor p + p,
  .mod_cont .editor p + ul,
  .mod_cont .editor p + ol,
  .mod_cont .editor p + dl,
  .mod_cont .editor p + table,
  .mod_cont .editor p + img {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .editor .text_center,
  .mod_cont .editor .text_center {
    text-align: left;
  }
}
@media only screen and (min-width: 901px) {
  .cke_editable .num_img_txt,
  .mod_cont .num_img_txt {
    display: flex;
    align-items: center;
    margin: 0 -16px;
  }
  .cke_editable .num_img_txt.reverse,
  .mod_cont .num_img_txt.reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 900px) {
  .cke_editable .num_img_txt + .num_img_txt,
  .mod_cont .num_img_txt + .num_img_txt {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 901px) {
  .cke_editable .num_img_txt .img,
  .cke_editable .num_img_txt .txt,
  .mod_cont .num_img_txt .img,
  .mod_cont .num_img_txt .txt {
    width: 50%;
    padding: 0 16px;
  }
}
.cke_editable .num_img_txt .img img,
.mod_cont .num_img_txt .img img {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .cke_editable .num_img_txt .img,
  .mod_cont .num_img_txt .img {
    margin-bottom: 20px;
  }
}
.cke_editable .num_img_txt .txt,
.mod_cont .num_img_txt .txt {
  text-align: center;
  padding: 1em;
}
@media only screen and (max-width: 1024px) {
  .cke_editable .num_img_txt .txt,
  .mod_cont .num_img_txt .txt {
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 900px) {
  .cke_editable .num_img_txt .txt,
  .mod_cont .num_img_txt .txt {
    transform: scale(1);
  }
}
.cke_editable .num_img_txt .txt .title .num,
.mod_cont .num_img_txt .txt .title .num {
  color: #d9c495;
  font-size: 171.4%;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .cke_editable .num_img_txt .txt .title .num,
  .mod_cont .num_img_txt .txt .title .num {
    font-size: 142.9%;
  }
}
.cke_editable .num_img_txt .txt .title .num:before,
.mod_cont .num_img_txt .txt .title .num:before {
  align-items: center;
  counter-increment: number 1;
  content: counter(number);
  border: 2px #d9c495 solid;
  border-radius: 50px;
  display: flex;
  font-size: 16px;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
}
.cke_editable .num_img_txt .txt .title .num + p,
.mod_cont .num_img_txt .txt .title .num + p {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .cke_editable .num_img_txt .txt .title .num + p,
  .mod_cont .num_img_txt .txt .title .num + p {
    margin-top: 10px;
  }
}
.cke_editable .thumb_list,
.mod_cont .thumb_list {
  border-top: 1px #dedede solid;
  border-left: 1px #dedede solid;
}
@media only screen and (min-width: 901px) {
  .cke_editable .thumb_list,
  .mod_cont .thumb_list {
    display: flex;
    flex-wrap: wrap;
  }
}
.cke_editable .thumb_list .thumb_set,
.mod_cont .thumb_list .thumb_set {
  border-right: 1px #dedede solid;
  border-bottom: 1px #dedede solid;
}
@media only screen and (min-width: 901px) {
  .cke_editable .thumb_list .thumb_set,
  .mod_cont .thumb_list .thumb_set {
    width: 50%;
  }
}
.cke_editable .thumb_list .thumb_set .set_wrap,
.mod_cont .thumb_list .thumb_set .set_wrap {
  align-items: flex-start;
  display: flex;
  padding: 16px;
}
.cke_editable .thumb_list .thumb_set .img,
.mod_cont .thumb_list .thumb_set .img {
  width: 144px;
}
@media only screen and (max-width: 640px) {
  .cke_editable .thumb_list .thumb_set .img,
  .mod_cont .thumb_list .thumb_set .img {
    width: 64px;
  }
}
.cke_editable .thumb_list .thumb_set .img .img_wrap,
.mod_cont .thumb_list .thumb_set .img .img_wrap {
  background-color: #000;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-top: 100%;
}
.cke_editable .thumb_list .thumb_set .img .img_wrap img,
.mod_cont .thumb_list .thumb_set .img .img_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cke_editable .thumb_list .thumb_set .text,
.mod_cont .thumb_list .thumb_set .text {
  flex: 1 1 0;
  padding-left: 24px;
}
@media only screen and (max-width: 640px) {
  .cke_editable .thumb_list .thumb_set .text,
  .mod_cont .thumb_list .thumb_set .text {
    padding-left: 16px;
  }
}
.cke_editable .thumb_list .thumb_set .text .title,
.mod_cont .thumb_list .thumb_set .text .title {
  font-weight: 600;
}
.cke_editable .thumb_list .thumb_set .text .title + p,
.mod_cont .thumb_list .thumb_set .text .title + p {
  margin-top: 5px;
}
.cke_editable .thumb_list.not_border,
.mod_cont .thumb_list.not_border {
  border: none;
}
@media only screen and (min-width: 901px) {
  .cke_editable .thumb_list.not_border,
  .mod_cont .thumb_list.not_border {
    margin: 0 -16px -40px;
  }
}
.cke_editable .thumb_list.not_border .thumb_set,
.mod_cont .thumb_list.not_border .thumb_set {
  border: none;
}
@media only screen and (min-width: 901px) {
  .cke_editable .thumb_list.not_border .thumb_set,
  .mod_cont .thumb_list.not_border .thumb_set {
    padding: 0 16px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .cke_editable .thumb_list.not_border .thumb_set + .thumb_set,
  .mod_cont .thumb_list.not_border .thumb_set + .thumb_set {
    margin-top: 24px;
  }
}
.cke_editable .thumb_list.not_border .thumb_set .set_wrap,
.mod_cont .thumb_list.not_border .thumb_set .set_wrap {
  padding: 0;
}
.cke_editable .icon_list ul,
.mod_cont .icon_list ul {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  margin: 0 -15px;
}
@media only screen and (max-width: 900px) {
  .cke_editable .icon_list ul,
  .mod_cont .icon_list ul {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .icon_list ul,
  .mod_cont .icon_list ul {
    flex-wrap: wrap;
    margin: 0 -12px -12px;
  }
}
.cke_editable .icon_list ul li,
.mod_cont .icon_list ul li {
  width: 16.6666667%;
  padding: 0 15px;
}
.cke_editable .icon_list ul li + li,
.mod_cont .icon_list ul li + li {
  margin-top: 0;
}
@media only screen and (max-width: 900px) {
  .cke_editable .icon_list ul li,
  .mod_cont .icon_list ul li {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .icon_list ul li,
  .mod_cont .icon_list ul li {
    width: 33.3333333%;
    padding: 0 12px;
    margin-bottom: 12px;
  }
}
.cke_editable .icon_list ul li img,
.mod_cont .icon_list ul li img {
  display: block;
  margin: 0 auto;
}
.cke_editable .icon_list ul li img + p,
.mod_cont .icon_list ul li img + p {
  margin-top: 10px;
}
.cke_editable .icon_list ul li p,
.mod_cont .icon_list ul li p {
  font-size: 85.7%;
  font-weight: 600;
}
.cke_editable .bg_img_txt,
.mod_cont .bg_img_txt {
  background-color: #f7f7f7;
  display: flex;
  padding: 37px 40px 23px;
}
@media only screen and (max-width: 900px) {
  .cke_editable .bg_img_txt,
  .mod_cont .bg_img_txt {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .bg_img_txt,
  .mod_cont .bg_img_txt {
    padding: 24px;
  }
}
.cke_editable .bg_img_txt .img,
.mod_cont .bg_img_txt .img {
  text-align: center;
  padding: 0 1em;
}
@media only screen and (min-width: 901px) {
  .cke_editable .bg_img_txt .img,
  .mod_cont .bg_img_txt .img {
    width: 300px;
  }
}
@media only screen and (max-width: 900px) {
  .cke_editable .bg_img_txt .img,
  .mod_cont .bg_img_txt .img {
    margin-bottom: 16px;
  }
}
.cke_editable .bg_img_txt .img .img_wrap img,
.mod_cont .bg_img_txt .img .img_wrap img {
  display: block;
  margin: 0 auto;
}
.cke_editable .bg_img_txt .img .img_wrap + .title,
.mod_cont .bg_img_txt .img .img_wrap + .title {
  margin-top: 10px;
}
.cke_editable .bg_img_txt .img .title,
.mod_cont .bg_img_txt .img .title {
  font-size: 142.9%;
  font-weight: 600;
}
@media only screen and (max-width: 900px) {
  .cke_editable .bg_img_txt .img .title br,
  .mod_cont .bg_img_txt .img .title br {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .cke_editable .bg_img_txt .img .title,
  .mod_cont .bg_img_txt .img .title {
    font-size: 128.6%;
  }
}
.cke_editable .bg_img_txt .txt,
.mod_cont .bg_img_txt .txt {
  flex: 1 1 0;
}
.cke_editable .bg_img_txt .txt p.sup,
.mod_cont .bg_img_txt .txt p.sup {
  color: #7d7d7d;
  font-size: 100%;
  margin-top: 10px;
}
@media only screen and (min-width: 641px) {
  .cke_editable .number_img_txt,
  .mod_cont .number_img_txt {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 641px) {
  .cke_editable .number_img_txt .set,
  .mod_cont .number_img_txt .set {
    display: flex;
    margin: 0 -16px;
  }
  .cke_editable .number_img_txt .set .img,
  .cke_editable .number_img_txt .set .txt,
  .mod_cont .number_img_txt .set .img,
  .mod_cont .number_img_txt .set .txt {
    width: 50%;
    padding: 0 16px;
  }
  .cke_editable .number_img_txt .set.reverse,
  .mod_cont .number_img_txt .set.reverse {
    flex-direction: row-reverse;
  }
}
.cke_editable .number_img_txt .set + .set,
.mod_cont .number_img_txt .set + .set {
  margin-top: 24px;
}
.cke_editable .number_img_txt .set .img img,
.mod_cont .number_img_txt .set .img img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .cke_editable .number_img_txt .set .img,
  .mod_cont .number_img_txt .set .img {
    margin-bottom: 16px;
  }
}
.cke_editable .number_img_txt .set .txt .title,
.mod_cont .number_img_txt .set .txt .title {
  align-items: center;
  color: #d9c495;
  display: flex;
  font-size: 142.9%;
  font-weight: 600;
}
.cke_editable .number_img_txt .set .txt .title span,
.mod_cont .number_img_txt .set .txt .title span {
  display: block;
  flex: 1 1 0;
  padding-left: 14px;
}
.cke_editable .number_img_txt .set .txt .title:before,
.mod_cont .number_img_txt .set .txt .title:before {
  align-items: center;
  counter-increment: number 1;
  content: counter(number);
  border: 2px #d9c495 solid;
  border-radius: 50px;
  display: flex;
  font-size: 16px;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.cke_editable .number_img_txt .set .txt .title + p,
.mod_cont .number_img_txt .set .txt .title + p {
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .cke_editable .number_img_txt .set .txt .title + p,
  .mod_cont .number_img_txt .set .txt .title + p {
    margin-top: 14px;
  }
}
.cke_editable .bg_cont,
.mod_cont .bg_cont {
  padding: 0 40px;
}
@media only screen and (max-width: 1024px) {
  .cke_editable .bg_cont,
  .mod_cont .bg_cont {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 900px) {
  .cke_editable .bg_cont,
  .mod_cont .bg_cont {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .bg_cont,
  .mod_cont .bg_cont {
    padding: 0 15px;
  }
}
.cke_editable .bg_cont + .bg_cont,
.mod_cont .bg_cont + .bg_cont {
  margin-top: 24px;
}
@media only screen and (max-width: 640px) {
  .cke_editable .bg_cont + .bg_cont,
  .mod_cont .bg_cont + .bg_cont {
    margin-top: 0 15px;
  }
}
.cke_editable .bg_cont .cont_wrap,
.mod_cont .bg_cont .cont_wrap {
  background-color: #f0efef;
  padding: 72px 30px 64px;
}
@media only screen and (max-width: 900px) {
  .cke_editable .bg_cont .cont_wrap,
  .mod_cont .bg_cont .cont_wrap {
    padding: 50px 30px 40px;
  }
}
@media only screen and (max-width: 640px) {
  .cke_editable .bg_cont .cont_wrap,
  .mod_cont .bg_cont .cont_wrap {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 400px) {
  .cke_editable .bg_cont .cont_wrap,
  .mod_cont .bg_cont .cont_wrap {
    padding: 50px 15px 40px;
  }
}
.cke_editable .bg_cont:nth-child(even) .cont_wrap,
.mod_cont .bg_cont:nth-child(even) .cont_wrap {
  background-color: #f7f7f7;
}
/*# sourceMappingURL=common.css.map */
