@charset "UTF-8";

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  BASE CLASS

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1;
}

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

  *,
  *::before,
  *::after {
    font-size: calc(28/750*100vw);
  }
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    -o-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(28/750*100vw);
  }
}

body {
  min-width: 1240px;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0;
  color: #2a2a2a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-print-color-adjust: exact;
  opacity: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }

  body.drawer_open {
    overflow: hidden;
  }
}

body.comp {
  opacity: 1 !important;
  overflow: visible;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (max-width: 767px) {
  body.comp.drawer_open {
    overflow: hidden;
  }
}

div,
th,
td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p,
span,
b,
small,
big,
strong,
tr,
th,
td,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4 {
  font-size: 1rem;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

sup {
  font-size: 0.7em;
}

mark {
  background-color: rgba(0, 0, 0, 0);
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #2a2a2a;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

a:hover {
  opacity: .7;
}

a img {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

a:hover img {
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #C8C8C8;
}

::-moz-placeholder {
  color: #C8C8C8;
}

:-ms-input-placeholder {
  color: #C8C8C8;
}

::-ms-input-placeholder {
  color: #C8C8C8;
}

::placeholder {
  color: #C8C8C8;
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  COMMON CLASS

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
#pageWrapper {
  min-height: 100vh;
  overflow: hidden;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container {
    max-width: none;
    padding: 0 calc(30/750*100vw);
  }
}

.container_m {
  max-width: 1120px;
  margin: 0 auto;
}

.btn_common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 300px;
  height: 50px;
  border-radius: 6px;
  background: url(../img/common/icon_arrow02.png) right 19px center no-repeat, #e60012;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .btn_common {
    width: calc(600/750*100vw);
    height: calc(100/750*100vw);
    border-radius: calc(6/750*100vw);
  }
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  header

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
header {
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

@media screen and (max-width: 767px) {
  header {
    width: 100%;
    border-bottom: none;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: none;
  padding: 22px 0;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  header .container {
    height: calc((120/750*100vw) + 1px);
    padding: 0;
    padding-left: calc(30/750*100vw);
  }

  header .container:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  header .header_logo {
    width: calc(448/750*100vw);
  }
}

header .header_logo_wrap {
  position: relative;
  z-index: 3;
}

header .header_logo_wrap h1 {
  line-height: 1;
}

header .header_nav {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  header .header_nav {
    width: 100%;
    padding-top: calc(160/750*100vw);
    padding-bottom: calc(120/750*100vw);
    margin-left: 0;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(-101%);
    -ms-transform: translateY(-101%);
    transform: translateY(-101%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
}

header .header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  header .header_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(600/750*100vw);
    margin: 0 auto;
  }
}

header .header_nav li {
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  header .header_nav li {
    width: 100%;
  }
}

header .header_nav li:after {
  content: '｜';
  margin: 0 1em;
}

@media screen and (max-width: 767px) {
  header .header_nav li:after {
    content: none;
  }
}

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

@media screen and (max-width: 767px) {
  header .header_nav li:last-child {
    margin-bottom: 0;
  }
}

header .header_nav li:last-child:after {
  content: none;
}

header .header_nav a {
  font-size: 1em;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  header .header_nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: calc(40/750*100vw) 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: calc(32/750*100vw);
  }
}

header .header_nav.drawer_open {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

@media screen and (max-width: 767px) {
  header .header_nav_btn {
    width: calc(120/750*100vw);
    height: calc(120/750*100vw);
    margin-left: auto;
    background-image: url(../img/common/header_nav_btn_close.jpg);
    background: url(../img/common/header_nav_btn.jpg) 50%/cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    -webkit-transition: background-image .5s;
    -o-transition: background-image .5s;
    transition: background-image .5s;
  }

  header .header_nav_btn.drawer_open {
    background-image: url(../img/common/header_nav_btn_close.jpg);
  }
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  footer

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
footer {
  margin-top: 120px;
  background: #313131;
}

@media screen and (max-width: 767px) {
  footer {
    margin-top: calc(140/750*100vw);
  }
}

footer * {
  color: #fff;
}

footer .container {
  padding-top: 60px;
  padding-bottom: 48px;
}

@media screen and (max-width: 767px) {
  footer .container {
    padding-top: calc(100/750*100vw);
    padding-bottom: calc(100/750*100vw);
  }
}

@media screen and (max-width: 767px) {
  footer .footer_logo {
    width: calc(486/750*100vw);
  }
}

footer .footer_logo_wrap {
  margin-bottom: 48px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  footer .footer_logo_wrap {
    margin: 0 auto;
    margin-bottom: calc(100/750*100vw);
  }
}

@media screen and (max-width: 767px) {
  footer .footer_nav {
    width: calc(600/750*100vw);
    margin: 0 auto;
  }
}

footer .footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  footer .footer_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

footer .footer_nav li {
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  footer .footer_nav li {
    width: 100%;
  }
}

footer .footer_nav li:after {
  content: '｜';
  margin: 0 1em;
}

@media screen and (max-width: 767px) {
  footer .footer_nav li:after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  footer .footer_nav li:first-child a {
    border-top: 1px solid #535353;
  }
}

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

@media screen and (max-width: 767px) {
  footer .footer_nav li:last-child {
    margin-bottom: 0;
  }
}

footer .footer_nav li:last-child:after {
  content: none;
}

footer .footer_nav a {
  font-size: 1em;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  footer .footer_nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: calc(40/750*100vw) 0;
    border-bottom: 1px solid #535353;
    font-size: calc(32/750*100vw);
  }
}

footer .copyright {
  margin-top: 48px;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #858483;
}

@media screen and (max-width: 767px) {
  footer .copyright {
    margin-top: calc(100/750*100vw);
    font-size: calc(20/750*100vw);
  }
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  #close_cover

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
.close_cover {
  display: none;
}

@media screen and (max-width: 767px) {
  .close_cover {
    display: block;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s, visibility .5s;
    -o-transition: opacity .5s, visibility .5s;
    transition: opacity .5s, visibility .5s;
  }
}

@media screen and (max-width: 767px) {
  .close_cover.drawer_open {
    opacity: 1;
    visibility: visible;
  }
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  #pagetop

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
#pagetop {
  position: fixed;
  bottom: 173px;
  right: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  -o-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}

@media screen and (max-width: 767px) {
  #pagetop {
    width: calc(80/750*100vw);
    bottom: calc(230/750*100vw);
  }
}

#pagetop.scrolled {
  opacity: 1;
  visibility: visible;
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  COMMON

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/*---------------------------------------
    アニメーション
---------------------------------------*/
.fadeIn,
.fadeInLeft,
.fadeInRight,
.fadeInListItem {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

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

  .fadeIn,
  .fadeInLeft,
  .fadeInRight,
  .fadeInListItem {
    -webkit-transform: translateY(calc(100/750*100vw));
    -ms-transform: translateY(calc(100/750*100vw));
    transform: translateY(calc(100/750*100vw));
  }
}

.fadeIn.scrollIn,
.fadeInLeft.scrollIn,
.fadeInRight.scrollIn,
.fadeInListItem.scrollIn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.fadeInLeft {
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}

@media screen and (max-width: 767px) {
  .fadeInLeft {
    -webkit-transform: translateX(calc(-100/750*100vw));
    -ms-transform: translateX(calc(-100/750*100vw));
    transform: translateX(calc(-100/750*100vw));
  }
}

.fadeInRight {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}

@media screen and (max-width: 767px) {
  .fadeInRight {
    -webkit-transform: translateX(calc(100/750*100vw));
    -ms-transform: translateX(calc(100/750*100vw));
    transform: translateX(calc(100/750*100vw));
  }
}

/*---------------------------------------
    .wpcf7
---------------------------------------*/
.wpcf7 [type="text"],
.wpcf7 [type="email"],
.wpcf7 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 60px;
  padding: 10px 30px;
  border: 1px solid #e5e5e5;
}

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

  .wpcf7 [type="text"],
  .wpcf7 [type="email"],
  .wpcf7 select {
    height: 45px;
    padding: calc(20/750*100vw) calc(30/750*100vw);
  }
}

.wpcf7 select {
  background: transparent;
}

.wpcf7 textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 300px;
  padding: 10px 30px;
  border: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .wpcf7 textarea {
    height: 225px;
    padding: calc(20/750*100vw) calc(30/750*100vw);
  }
}

.wpcf7 [type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 300px;
  height: 50px;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 6px;
  border: none;
  background: url(../img/common/icon_arrow02.png) right 19px center no-repeat, #e60012;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (max-width: 767px) {
  .wpcf7 [type="submit"] {
    width: calc(600/750*100vw);
    height: calc(100/750*100vw);
    margin-top: calc(72/750*100vw);
    background-size: calc(12/750*100vw);
    background-position: right calc(40/750*100vw) center;
    font-size: calc(32/750*100vw);
  }
}

.wpcf7 [type="submit"]:focus,
.wpcf7 [type="submit"]:hover {
  opacity: .7;
}

.wpcf7 dt {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .wpcf7 dt {
    margin-bottom: 4px;
  }
}

.wpcf7 dd {
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .wpcf7 dd {
    margin-bottom: 20px;
  }
}

.wpcf7 dd:last-child {
  margin-bottom: 0;
}

.wpcf7 .required {
  margin-left: .4em;
  vertical-align: super;
  color: #e60012;
}

.wpcf7 .input_wrap.select_wrap {
  background: url(../img/common/icon_select_arrow.png) right 38px center no-repeat;
}

@media screen and (max-width: 767px) {
  .wpcf7 .input_wrap.select_wrap {
    background-size: calc(19/750*100vw);
    background-position: right calc(40/750*100vw) center;
  }
}

/*---------------------------------------
    .news_list
---------------------------------------*/
.news_list_item {
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .news_list_item {
    padding-top: calc(40/750*100vw);
    padding-bottom: calc(32/750*100vw);
  }
}

.news_list_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .news_list_item_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.news_list_item_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .news_list_item_meta {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: calc(24/750*100vw);
  }
}

.news_list_item_meta:after {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background: #e5e5e5;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .news_list_item_meta:after {
    content: none;
  }
}

.news_list_item_cut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 140px;
  height: 30px;
  margin-right: 20px;
  background: #ff8328;
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .news_list_item_cut {
    width: calc(150/750*100vw);
    height: calc(40/750*100vw);
    margin-right: calc(32/750*100vw);
    font-size: calc(24/750*100vw);
  }
}

.news_list_item_time {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .news_list_item_time {
    font-size: calc(28/750*100vw);
  }
}

.news_list_item_title {
  width: 100%;
  background: url(../img/common/icon_arrow01.png) right 0 center no-repeat;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 1.8em;
}

@media screen and (max-width: 767px) {
  .news_list_item_title {
    background-size: calc(28/750*100vw);
    font-size: calc(28/750*100vw);
    -webkit-line-clamp: 2;
    max-height: calc(1.8em * 2);
  }
}

/*---------------------------------------
    .tournaments_list
---------------------------------------*/
.tournaments_list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px -22.5px;
}

@media screen and (max-width: 767px) {
  .tournaments_list_inner {
    margin: 0;
  }
}

.tournaments_list_item {
  width: calc(100% / 3);
  padding: 20px 22.5px;
}

@media screen and (max-width: 767px) {
  .tournaments_list_item {
    width: 100%;
    padding: 0;
    margin-bottom: calc(56/750*100vw);
  }
}

.tournaments_list_item_thumb {
  margin-bottom: 12px;
  border: 1px solid #e5e5e5;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .tournaments_list_item_thumb {
    margin-bottom: calc(24/750*100vw);
  }
}

.tournaments_list_item_thumb_img {
  width: 100%;
  height: 200px;
}

@media screen and (max-width: 767px) {
  .tournaments_list_item_thumb_img {
    height: calc(460/750*100vw);
  }
}

.tournaments_list_item_cut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 60px;
  min-height: 25px;
  border: 1px solid #e5e5e5;
  background: #ff8328;
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .tournaments_list_item_cut {
    min-width: calc(140/750*100vw);
    min-height: calc(60/750*100vw);
    font-size: calc(28/750*100vw);
  }
}

.tournaments_list_item_time {
  display: inline-block;
  margin-bottom: 4px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .tournaments_list_item_time {
    margin-bottom: calc(8/750*100vw);
    font-size: calc(28/750*100vw);
  }
}

.tournaments_list_item_title {
  margin-bottom: 6px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .tournaments_list_item_title {
    margin-bottom: calc(12/750*100vw);
    font-size: calc(30/750*100vw);
  }
}

.tournaments_list_item_description {
  font-size: 14px;
  color: #787878;
}

@media screen and (max-width: 767px) {
  .tournaments_list_item_description {
    font-size: calc(28/750*100vw);
  }
}

@media screen and (max-width: 767px) {
  .tournaments_list_item:last-child {
    margin-bottom: 0;
  }
}

/*---------------------------------------
    .sponsor_img_list
---------------------------------------*/
@media screen and (max-width: 767px) {
  .sponsor_img_list {
    margin-bottom: calc(50/750*100vw);
  }
}

.sponsor_img_list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .sponsor_img_list_inner {
    margin: 0 calc(-15/750*100vw);
    margin-bottom: calc(-30/750*100vw);
  }
}

.sponsor_img_list_item {
  width: calc(100% / 3);
  padding: 22px;
}

@media screen and (max-width: 767px) {
  .sponsor_img_list_item {
    /*width: 100%;*/
    width: calc(100% / 2);
    padding: 0 calc(15/750*100vw);
    margin-bottom: calc(30/750*100vw);
  }
}

.sponsor_img_list.small .sponsor_img_list_item {
  width: calc(100% / 4);
}

@media screen and (max-width: 767px) {
  .sponsor_img_list.small .sponsor_img_list_item {
    width: calc(100% / 3);
  }
}

.sponsor_img_list_item_inner {
  display: block;
  border: 1px solid #e5e5e5;
}

.sponsor_img_list_item_inner:hover{
  opacity: 1;
}

.sponsor_img_list_item_inner[href]:hover{
  opacity: .7;
}

.sponsor_img_list_item:nth-child(n + 4) {
  width: calc(100% / 3);
}

@media screen and (max-width: 767px) {
  .sponsor_img_list_item:nth-child(n + 4) {
    width: calc(100% / 2);
  }
}
/*---------------------------------------
    .sponsor_text_list
---------------------------------------*/
.sponsor_text_list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .sponsor_text_list_inner {
    margin-bottom: calc(-30/750*100vw);
  }
}

.sponsor_text_list_item {
  width: calc(100% / 3);
  padding: 22px;
}

@media screen and (max-width: 767px) {
  .sponsor_text_list_item {
    width: 100%;
    padding: 0;
    margin-bottom: calc(30/750*100vw);
  }
}

.sponsor_text_list_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .sponsor_text_list_item_inner {
    min-height: calc(60/750*100vw);
    font-size: calc(26/750*100vw);
  }
}




/* 20230420 追加CSS */

.post_header {
  margin-bottom: 0 !important;
  border-bottom: none !important;
}

.convention-description h1,
.convention-description h2,
.convention-description h3,
.convention-description h4,
.convention-description h5,
.convention-description h6 {
  font-size: 20px;
  font-weight: 700;
}

.convention-description p {
  font-size: 16px;
}

.convention-description p strong {
  font-weight: bold;
}

.convention-description p em {
  font-style: italic;
}

.convention-title  {
  margin-bottom: 0 !important;
}

.stores {
  margin-top: 0 !important;
}


.stores .store-lists {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .stores .store-lists {
    display: block;
  }
}

.stores .store-lists .store-list {
  width: 46%;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .stores .store-lists .store-list {
    width: 100%;
    margin-top: 30px;
  }
}

.stores .store-lists .store-list .store-list_region {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 20px;
  border-bottom: solid 1px #fff;
  padding: 16px;
}

.stores .store-lists .store-list .store-list_open {
  background: #707070;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 8px;
  margin-top: 0;
}

.stores .store-lists .store-list .store-list_name {
  border: solid 1px #e5e5e5;
  padding: 16px;
  color: #000;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  background-image: none;
}

.stores .store-lists .store-list .store-list_name:before {
  content: none;
}

.stores .store-lists .store-list .store-list_name:nth-child(2n) {
  background: #f9f9f8;
}


/* 2023.06.19 追加CSS */

table tr td a {
  color: #1a0dab;
}

.sns {
  display: flex;
  align-items: center;
  gap: 0 40px
}

.sns-links {
  font-size: 40px;
}

.sns-line {
  color: #000;
}

.sns-twitter {
  color: #000;
}

.sns-tiktok {
  color: #000;
}

.sns-instagram {
  color: #000;
}

.supporter_banner {
  margin-top: 60px;
  padding: 0 24px;
}

@media screen and (max-width: 767px) {
  .supporter_banner {
    margin-top: 0;
    padding: 0;
  }  
}
/* 2023.09.13 */
.bnr_block ul{
  display: flex;
  flex-wrap: wrap;
}
.bnr_block ul li:nth-child(n+2){
  width: 33%;
  text-align: center;
}
.bnr_block ul li:nth-child(n+2) a{
  display: inline-block;
  width: 60px;
}

/* 2023.11.02 */
.mediacolor{
  background: #1a0dab!important;
}
.othercolor{
  background: aquamarine;
}
.tournaments_list_item_time{
  display: none;
}
/* 2024.05.22追加 */
.psjapan24{
  margin-bottom: 50px;
  text-align: center;
}
.psjapan24 img{
  width: 600px;
}
.bnrbottom{
  margin-bottom: 145px!important;
}
@media screen and (max-width: 767px){
  .psjapan24 img{
    width: 300px;
  }
  .bnrbottom {
    margin-bottom: 70px;
  }
  .bnrbottom{
    margin-bottom: 75px!important;
  }
  .psjapan24{
    margin-bottom: 35px;
  }
}


#top_information .bnr_block {
  margin-right: auto;
}

.bnr_block ul li:nth-child(n+2){
  width: 25%;
}

.post-type-archive-tournaments .section_title{
    margin-top: 48px;
    padding: 8px 0;
    padding-left: 16px;
    border-left: 4px solid #e60012;
    background: #f7f6f5;
    font-size: 24px;
    font-weight: 700;
	margin-bottom: 40px;
}
.post-type-archive-tournaments .current_events_wrap{
		margin-bottom: 80px;
	}