@charset "UTF-8";
/*
* base
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@keyframes animate-panel {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  49% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  50% {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}
@keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
.mask_wrap {
  display: inline-block;
}
.mask_wrap .mask_inner {
  position: relative;
  visibility: hidden;
}
.mask_wrap .mask_inner::after {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: all 0.3s ease 0s;
  visibility: visible;
}
.mask_wrap .mask_inner.start {
  animation-name: animate-content;
  animation-duration: 0.7s;
  animation-timing-function: ease;
  animation-delay: 0.1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mask_wrap .mask_inner.start::after {
  animation-name: animate-panel;
  animation-duration: 0.7s;
  animation-timing-function: ease;
  animation-delay: 0.1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@keyframes purupuru {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, 10px);
  }
}
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

RESET CSS

html5doctor.com Reset Stylesheet

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: transparent;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: transparent;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  font-family: "Montserrat", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  min-height: 100%;
}

body {
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #000;
  height: 100%;
  font-size: 1.6rem;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

li {
  list-style-type: none;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0;
  padding: 0;
}

img {
  border: 0;
  line-height: 0;
  vertical-align: middle;
}

hr {
  display: none;
}

table {
  margin: 0;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
  margin: 0;
}

td {
  margin: 0;
}

em {
  font-weight: bold;
  font-style: normal;
}

form {
  margin: 0;
  padding: 0;
}

label {
  margin: 0;
  padding: 0;
}

input.btn {
  margin: 0 0.5em;
  padding: 0 1em;
}

html {
  height: 100%;
}

a {
  outline: none;
}

p {
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:link,
a:visited {
  color: #b4ad7e;
  text-decoration: none;
}

a:active,
a:hover {
  color: #b4ad7e;
  text-decoration: none;
}

a:hover {
  color: #b4ad7e;
  text-decoration: none;
}

div#wrapper {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0px auto;
  padding: 0 0px;
  position: relative;
  margin-bottom: -300px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  div#wrapper {
    margin-bottom: -300px;
  }
}
@media screen and (max-width: 599px) {
  div#wrapper {
    margin-bottom: -300px;
  }
}

.sp-i {
  display: none;
}
@media screen and (max-width: 599px) {
  .sp-i {
    display: block;
  }
}

.pc-i {
  display: block;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .pc-i {
    display: none;
  }
}

.tab-i {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .tab-i {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .tab-i {
    display: none;
  }
}

.tab-sp-i {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .tab-sp-i {
    display: block;
  }
}

.pc-tab-i {
  display: block;
}
@media screen and (max-width: 599px) {
  .pc-tab-i {
    display: none;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

margin

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.marT0 {
  margin-top: 0px !important;
}

.marR0 {
  margin-right: 0px !important;
}

.marB0 {
  margin-bottom: 0px !important;
}

.marL0 {
  margin-left: 0px !important;
}

.padT0 {
  padding-top: 0px !important;
}

.padR0 {
  padding-right: 0px !important;
}

.padB0 {
  padding-bottom: 0px !important;
}

.padL0 {
  padding-left: 0px !important;
}

.marT5 {
  margin-top: 5px !important;
}

.marR5 {
  margin-right: 5px !important;
}

.marB5 {
  margin-bottom: 5px !important;
}

.marL5 {
  margin-left: 5px !important;
}

.padT5 {
  padding-top: 5px !important;
}

.padR5 {
  padding-right: 5px !important;
}

.padB5 {
  padding-bottom: 5px !important;
}

.padL5 {
  padding-left: 5px !important;
}

.marT10 {
  margin-top: 10px !important;
}

.marR10 {
  margin-right: 10px !important;
}

.marB10 {
  margin-bottom: 10px !important;
}

.marL10 {
  margin-left: 10px !important;
}

.padT10 {
  padding-top: 10px !important;
}

.padR10 {
  padding-right: 10px !important;
}

.padB10 {
  padding-bottom: 10px !important;
}

.padL10 {
  padding-left: 10px !important;
}

.marT15 {
  margin-top: 15px !important;
}

.marR15 {
  margin-right: 15px !important;
}

.marB15 {
  margin-bottom: 15px !important;
}

.marL15 {
  margin-left: 15px !important;
}

.padT15 {
  padding-top: 15px !important;
}

.padR15 {
  padding-right: 15px !important;
}

.padB15 {
  padding-bottom: 15px !important;
}

.padL15 {
  padding-left: 15px !important;
}

.marT20 {
  margin-top: 20px !important;
}

.marR20 {
  margin-right: 20px !important;
}

.marB20 {
  margin-bottom: 20px !important;
}

.marL20 {
  margin-left: 20px !important;
}

.padT20 {
  padding-top: 20px !important;
}

.padR20 {
  padding-right: 20px !important;
}

.padB20 {
  padding-bottom: 20px !important;
}

.padL20 {
  padding-left: 20px !important;
}

.marT25 {
  margin-top: 25px !important;
}

.marR25 {
  margin-right: 25px !important;
}

.marB25 {
  margin-bottom: 25px !important;
}

.marL25 {
  margin-left: 25px !important;
}

.padT25 {
  padding-top: 25px !important;
}

.padR25 {
  padding-right: 25px !important;
}

.padB25 {
  padding-bottom: 25px !important;
}

.padL25 {
  padding-left: 25px !important;
}

.marT30 {
  margin-top: 30px !important;
}

.marR30 {
  margin-right: 30px !important;
}

.marB30 {
  margin-bottom: 30px !important;
}

.marL30 {
  margin-left: 30px !important;
}

.padT30 {
  padding-top: 30px !important;
}

.padR30 {
  padding-right: 30px !important;
}

.padB30 {
  padding-bottom: 30px !important;
}

.padL30 {
  padding-left: 30px !important;
}

.marT35 {
  margin-top: 35px !important;
}

.marR35 {
  margin-right: 35px !important;
}

.marB35 {
  margin-bottom: 35px !important;
}

.marL35 {
  margin-left: 35px !important;
}

.padT35 {
  padding-top: 35px !important;
}

.padR35 {
  padding-right: 35px !important;
}

.padB35 {
  padding-bottom: 35px !important;
}

.padL35 {
  padding-left: 35px !important;
}

.marT40 {
  margin-top: 40px !important;
}

.marR40 {
  margin-right: 40px !important;
}

.marB40 {
  margin-bottom: 40px !important;
}

.marL40 {
  margin-left: 40px !important;
}

.padT40 {
  padding-top: 40px !important;
}

.padR40 {
  padding-right: 40px !important;
}

.padB40 {
  padding-bottom: 40px !important;
}

.padL40 {
  padding-left: 40px !important;
}

.marT45 {
  margin-top: 45px !important;
}

.marR45 {
  margin-right: 45px !important;
}

.marB45 {
  margin-bottom: 45px !important;
}

.marL45 {
  margin-left: 45px !important;
}

.padT45 {
  padding-top: 45px !important;
}

.padR45 {
  padding-right: 45px !important;
}

.padB45 {
  padding-bottom: 45px !important;
}

.padL45 {
  padding-left: 45px !important;
}

.marT50 {
  margin-top: 50px !important;
}

.marR50 {
  margin-right: 50px !important;
}

.marB50 {
  margin-bottom: 50px !important;
}

.marL50 {
  margin-left: 50px !important;
}

.padT50 {
  padding-top: 50px !important;
}

.padR50 {
  padding-right: 50px !important;
}

.padB50 {
  padding-bottom: 50px !important;
}

.padL50 {
  padding-left: 50px !important;
}

.marT55 {
  margin-top: 55px !important;
}

.marR55 {
  margin-right: 55px !important;
}

.marB55 {
  margin-bottom: 55px !important;
}

.marL55 {
  margin-left: 55px !important;
}

.padT55 {
  padding-top: 55px !important;
}

.padR55 {
  padding-right: 55px !important;
}

.padB55 {
  padding-bottom: 55px !important;
}

.padL55 {
  padding-left: 55px !important;
}

.marT60 {
  margin-top: 60px !important;
}

.marR60 {
  margin-right: 60px !important;
}

.marB60 {
  margin-bottom: 60px !important;
}

.marL60 {
  margin-left: 60px !important;
}

.padT60 {
  padding-top: 60px !important;
}

.padR60 {
  padding-right: 60px !important;
}

.padB60 {
  padding-bottom: 60px !important;
}

.padL60 {
  padding-left: 60px !important;
}

.marT65 {
  margin-top: 65px !important;
}

.marR65 {
  margin-right: 65px !important;
}

.marB65 {
  margin-bottom: 65px !important;
}

.marL65 {
  margin-left: 65px !important;
}

.padT65 {
  padding-top: 65px !important;
}

.padR65 {
  padding-right: 65px !important;
}

.padB65 {
  padding-bottom: 65px !important;
}

.padL65 {
  padding-left: 65px !important;
}

.marT70 {
  margin-top: 70px !important;
}

.marR70 {
  margin-right: 70px !important;
}

.marB70 {
  margin-bottom: 70px !important;
}

.marL70 {
  margin-left: 70px !important;
}

.padT70 {
  padding-top: 70px !important;
}

.padR70 {
  padding-right: 70px !important;
}

.padB70 {
  padding-bottom: 70px !important;
}

.padL70 {
  padding-left: 70px !important;
}

.marT75 {
  margin-top: 75px !important;
}

.marR75 {
  margin-right: 75px !important;
}

.marB75 {
  margin-bottom: 75px !important;
}

.marL75 {
  margin-left: 75px !important;
}

.padT75 {
  padding-top: 75px !important;
}

.padR75 {
  padding-right: 75px !important;
}

.padB75 {
  padding-bottom: 75px !important;
}

.padL75 {
  padding-left: 75px !important;
}

.marT80 {
  margin-top: 80px !important;
}

.marR80 {
  margin-right: 80px !important;
}

.marB80 {
  margin-bottom: 80px !important;
}

.marL80 {
  margin-left: 80px !important;
}

.padT80 {
  padding-top: 80px !important;
}

.padR80 {
  padding-right: 80px !important;
}

.padB80 {
  padding-bottom: 80px !important;
}

.padL80 {
  padding-left: 80px !important;
}

.marT85 {
  margin-top: 85px !important;
}

.marR85 {
  margin-right: 85px !important;
}

.marB85 {
  margin-bottom: 85px !important;
}

.marL85 {
  margin-left: 85px !important;
}

.padT85 {
  padding-top: 85px !important;
}

.padR85 {
  padding-right: 85px !important;
}

.padB85 {
  padding-bottom: 85px !important;
}

.padL85 {
  padding-left: 85px !important;
}

.marT90 {
  margin-top: 90px !important;
}

.marR90 {
  margin-right: 90px !important;
}

.marB90 {
  margin-bottom: 90px !important;
}

.marL90 {
  margin-left: 90px !important;
}

.padT90 {
  padding-top: 90px !important;
}

.padR90 {
  padding-right: 90px !important;
}

.padB90 {
  padding-bottom: 90px !important;
}

.padL90 {
  padding-left: 90px !important;
}

.marT95 {
  margin-top: 95px !important;
}

.marR95 {
  margin-right: 95px !important;
}

.marB95 {
  margin-bottom: 95px !important;
}

.marL95 {
  margin-left: 95px !important;
}

.padT95 {
  padding-top: 95px !important;
}

.padR95 {
  padding-right: 95px !important;
}

.padB95 {
  padding-bottom: 95px !important;
}

.padL95 {
  padding-left: 95px !important;
}

.marT100 {
  margin-top: 100px !important;
}

.marR100 {
  margin-right: 100px !important;
}

.marB100 {
  margin-bottom: 100px !important;
}

.marL100 {
  margin-left: 100px !important;
}

.padT100 {
  padding-top: 100px !important;
}

.padR100 {
  padding-right: 100px !important;
}

.padB100 {
  padding-bottom: 100px !important;
}

.padL100 {
  padding-left: 100px !important;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

font-weigh

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.fontWB {
  font-weight: bold !important;
}

.fontWN {
  font-weight: normal !important;
}

.fontUL {
  text-decoration: underline !important;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

揃え位置・インデント clearfix

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.alignC {
  text-align: center !important;
}

.alignL {
  text-align: left !important;
}

.alignR {
  text-align: right !important;
}

.alignJ {
  text-align: justify;
}

.textIndent {
  margin-left: 1.3em !important;
  text-indent: -1.3em !important;
}

.textIndentNsp {
  margin-left: 1em !important;
  text-indent: -1em !important;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*
* layout
*/
#header {
  max-width: 2000px;
  position: fixed;
  z-index: 90;
  padding: 14px 20px 20px 20px;
}
@media screen and (min-width: 1380px) and (max-width: 1440px) {
  #header {
    max-width: 1400px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #header {
    padding: 0px 0px 0 20px;
    height: 60px;
  }
}
@media screen and (max-width: 599px) {
  #header {
    padding: 6px 0px 0 10px;
    height: 60px;
  }
}
#header .logo {
  min-width: 150px;
}
#header .logo a {
  width: 100%;
  display: block;
  color: #000;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
#header .logo a img {
  width: auto;
  height: auto;
  max-height: 120px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #header .logo {
    width: 200px;
  }
  #header .logo a img {
    width: auto;
    height: 60px;
    max-height: none;
    max-height: 60px;
  }
}
@media screen and (max-width: 599px) {
  #header .logo {
    width: 200px;
  }
  #header .logo a {
    font-size: 20px;
    font-size: 2rem;
  }
  #header .logo a img {
    width: auto;
    height: 50px;
    max-height: none;
    max-height: 60px;
  }
}

/*=============================
#gNavBtnBase
=============================*/
#gNavBtnBase {
  position: fixed;
  top: 40px;
  right: 4vw;
  z-index: 102;
  mix-blend-mode: exclusion;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #gNavBtnBase {
    top: 20px;
  }
}
@media screen and (max-width: 599px) {
  #gNavBtnBase {
    top: 20px;
  }
}

/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

@media screen and (max-width: 599px) {
  .btn-trigger {
    position: relative;
    width: 40px;
    height: 30px;
    cursor: pointer;
  }
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}

.btn-trigger,
.btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 0;
}

.btn-trigger span:nth-of-type(2) {
  top: 14px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*=============================
#hamburger
=============================*/
#hamburger.active span:nth-of-type(1) {
  -webkit-transform: translateY(18px) rotate(45deg);
  transform: translateY(18px) rotate(45deg);
}

#hamburger.active span:nth-of-type(2) {
  -webkit-transform: translateY(4px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
}

.footerBannerSec {
  max-width: 1500px;
  margin: 120px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footerBannerSec li {
  width: 23%;
  padding: 0;
  margin-bottom: 20px;
  margin-left: 1%;
  margin-right: 1%;
}
.footerBannerSec li img {
  width: 100%;
}
.footerBannerSec li a {
  transition: 0.3s;
}
.footerBannerSec li a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .footerBannerSec {
    max-width: 100%;
    margin: 120px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footerBannerSec li {
    width: 48%;
    padding: 0;
    margin-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
  }
  .footerBannerSec li img {
    width: 100%;
  }
  .footerBannerSec li a {
    transition: 0.3s;
  }
  .footerBannerSec li a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 599px) {
  .footerBannerSec {
    margin: 40px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footerBannerSec li {
    width: 90%;
    padding: 0;
    margin-bottom: 10px;
    margin-left: 1%;
    margin-right: 1%;
  }
  .footerBannerSec li img {
    width: 100%;
  }
  .footerBannerSec li a {
    transition: 0.3s;
  }
  .footerBannerSec li a:hover {
    opacity: 0.8;
  }
}
footer {
  width: 100%;
  height: 300px;
  margin: 120px auto 0;
  display: block;
  padding: 20px 0 0;
  position: relative;
  background-color: #f8f8f8;
  font-family: "Montserrat", sans-serif;
  background-color: #eee;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  footer {
    margin: 120px auto 0;
    height: auto;
    min-height: 300px;
  }
}
@media screen and (max-width: 599px) {
  footer {
    margin: 120px auto 0;
    padding-bottom: 20px;
  }
}

div#footerPush {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  div#footerPush {
    min-height: 300px;
  }
}

#footerLogo {
  text-align: center;
}
@media screen and (max-width: 599px) {
  #footerLogo img {
    width: 70%;
  }
}

.footerCnt {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .footerCnt {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 599px) {
  .footerCnt {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 3%;
    padding-right: 3%;
  }
}

#footerNav {
  margin-top: 30px;
}
#footerNav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footerNav ul li a {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #footerNav {
    margin-top: 30px;
  }
  #footerNav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #footerNav ul li {
    margin-bottom: 1em;
  }
  #footerNav ul li a {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 1em;
  }
}
@media screen and (max-width: 599px) {
  #footerNav {
    display: none;
  }
}
#footerSnsList {
  margin-top: 40px;
}
#footerSnsList ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footerSnsList ul li {
  font-size: 32px;
  margin: 0 18px;
}
#footerSnsList ul li a {
  color: #000;
}

@media screen and (max-width: 599px) {
  #footerSnsList {
    margin-top: 0px;
  }
  #footerSnsList ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footerSnsList ul li {
    font-size: 25px;
    margin: 0 12px;
  }
  #footerSnsList ul li a {
    color: #000;
  }
}
.copyright {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 50px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #000;
}

.Powered {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #000;
}
.Powered a {
  color: #000;
}

#floatingGoTop {
  display: none;
  position: fixed;
  right: 3%;
  bottom: 100px;
}
@media screen and (max-width: 599px) {
  #floatingGoTop {
    bottom: 20px;
    right: calc(50% - 25px);
  }
}
#floatingGoTop a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #000;
  border-radius: 25px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 599px) {
  #floatingGoTop a {
    border-radius: 5px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.8);
  }
}
#floatingGoTop a::after {
  position: absolute;
  top: 22px;
  left: 18px;
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  #floatingGoTop a::after {
    top: 14px;
  }
}

.clmWrap {
  display: flex;
  justify-content: space-between;
  width: 1400px;
  margin: 0 auto;
}
.clmWrap .mainClm {
  width: 1000px;
}
.clmWrap .subClm {
  width: calc(100% - 1080px);
}
.clmWrap .subClm .sec_topCnt {
  padding-top: 40px;
}
.clmWrap .subClm .ttl {
  font-size: 32px;
  font-size: 3.2rem;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .clmWrap {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  .clmWrap .mainClm {
    width: 100%;
  }
  .clmWrap .subClm {
    width: 100%;
  }
  .clmWrap .subClm .sec_topCnt {
    padding-top: 40px;
  }
  .clmWrap .subClm .ttl {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 599px) {
  .clmWrap {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  .clmWrap .mainClm {
    width: 100%;
  }
  .clmWrap .subClm {
    width: 100%;
  }
  .clmWrap .subClm .sec_topCnt {
    padding-top: 40px;
  }
  .clmWrap .subClm .ttl {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
  }
}
.sec_topCnt {
  padding-top: 120px;
}

.sec_topCntBg {
  padding-top: 120px;
  margin-top: 120px;
  padding-bottom: 120px;
  background-color: #f8f8f8;
}

.sec_topCntNext {
  margin-top: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000000;
}
.sec_topCntNext .cntBase {
  padding: 0 6%;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .sec_topCntNext {
    margin-top: 120px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #000000;
  }
}
@media screen and (max-width: 599px) {
  .sec_topCnt {
    padding-top: 40px;
  }
  .sec_topCntBg {
    padding-top: 40px;
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .sec_topCntNext {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.underBase {
  width: 100%;
  padding: 200px 0;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .underBase {
    width: 100%;
    padding: 60px 0;
  }
}
@media screen and (max-width: 599px) {
  .underBase {
    width: 100%;
    padding: 40px 0;
  }
}
.cntBase {
  max-width: 1500px;
  margin: 0px auto 0;
  padding-right: 1%;
  padding-left: 1%;
}

.underBase .cntBase {
  max-width: 1500px;
  margin: 0px auto 0;
  padding-right: 1%;
  padding-left: 1%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .underBase .cntBase {
    max-width: 1500px;
    margin: 0px auto 0;
    padding-right: 1%;
    padding-left: 1%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.secInner {
  max-width: 1070px;
  width: 100%;
  margin-left: auto;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .secInner {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .secInner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.js-scrollBlock {
  transform: translateY(100px);
  transition: all 0.8s ease;
  opacity: 0;
}

.js-scrollBlock.blockIn {
  transform: translateY(0px);
  opacity: 1;
}

.js-scrollBlock2 {
  transform: translateY(100px);
  transition: all 0.8s ease;
  opacity: 0;
}

.js-scrollBlock2.blockIn {
  transform: translateY(0px);
  opacity: 1;
}

.cnt-l {
  width: 1200px;
  margin: 0 auto 0;
  padding: 100px 0;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .cnt-l {
    width: 100%;
    padding: 30px 10px;
  }
}
@media screen and (max-width: 599px) {
  .cnt-l {
    padding: 30px 10px;
  }
}

.cnt-m {
  width: 1000px;
  margin: 0 auto 0;
  padding: 100px 0;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .cnt-m {
    width: 100%;
    margin: 0 auto 0;
    padding: 30px 10px;
  }
}
@media screen and (max-width: 599px) {
  .cnt-m {
    padding: 30px 10px;
  }
}

.cnt-s {
  width: 760px;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 599px) {
  .cnt-s {
    width: 100%;
    padding: 30px 10px;
  }
}

#gNavBase {
  position: absolute;
  top: -100vh;
  left: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#gNavBase.active {
  left: 0;
  top: 0;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #gNavBase {
    transition: all 0.3s;
    display: block;
    overflow-y: scroll;
    position: absolute;
    top: -100vh;
    left: 0vw;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.95);
    padding-top: 4em;
  }
  #gNavBase.active {
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 599px) {
  #gNavBase {
    transition: all 0.3s;
    overflow-y: scroll;
    display: block;
    position: absolute;
    top: -100vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.95);
    padding-top: 4em;
  }
  #gNavBase.active {
    left: 0;
    top: 0;
  }
}

#gNav {
  display: flex;
  max-width: 1120px;
  margin: 0 auto;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
#gNav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#gNav ul li {
  width: 50%;
  text-align: center;
}
#gNav ul li a {
  color: #000;
  position: relative;
  display: inline-block;
  text-decoration: none;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  padding: 14px 4px;
  margin: 0;
  letter-spacing: 0.1em;
}
#gNav ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  bottom: 4px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: left top;
}
#gNav ul li a:hover::after {
  transform: scale(1, 1);
}
#gNav ul li:last-child a {
  padding-right: 0;
}

.snsNav {
  padding-top: 20px;
}
.snsNav ul {
  display: flex;
  justify-content: center;
}
.snsNav li a {
  font-size: 20px;
  font-size: 2rem;
  text-decoration: none;
  color: #000;
  display: inline-block;
  margin: 0 10px;
}
.snsNav li:last-child a {
  margin-right: 0;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #gNav {
    width: 100%;
    max-width: 100vw;
    font-size: 14px;
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
  }
  #gNav ul {
    padding: 0 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #gNav ul li {
    width: 46%;
    border-bottom: 1px solid #bfbfbf;
  }
  #gNav ul li a {
    color: #000;
    display: block;
    font-family: "Montserrat", sans-serif;
    padding: 3.4vh 0px;
    margin: 0;
    text-align: center;
  }
  #gNav ul li a::after {
    display: none;
  }
  #gNav ul li:last-child a {
    padding-right: 0;
  }
  .snsNav {
    margin-bottom: 0px;
    margin-top: 5vh;
  }
  .snsNav ul {
    display: flex;
    justify-content: center;
  }
  .snsNav li a {
    border: 1px solid #000;
    border-radius: 100%;
    padding: 8px;
    font-size: 20px;
    font-size: 2rem;
    text-decoration: none;
    color: #000;
    display: inline-block;
    margin: 0 10px;
  }
  .snsNav li:last-child a {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  #gNav {
    width: 100%;
    max-width: 100vw;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #gNav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 5%;
  }
  #gNav ul li {
    width: 46%;
    border-bottom: 1px solid #bfbfbf;
  }
  #gNav ul li a {
    color: #000;
    display: block;
    font-family: "Montserrat", sans-serif;
    padding: 3.4vh 0px;
    margin: 0;
    text-align: center;
  }
  #gNav ul li a::after {
    display: none;
  }
  #gNav ul li:last-child a {
    padding-right: 0;
  }
  .snsNav {
    margin-bottom: 0px;
    margin-top: 5vh;
  }
  .snsNav ul {
    display: flex;
    justify-content: center;
  }
  .snsNav li a {
    border: 1px solid #000;
    border-radius: 100%;
    padding: 8px;
    font-size: 20px;
    font-size: 2rem;
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    width: 36px;
    height: 36px;
  }
  .snsNav li:last-child a {
    margin-right: 0;
  }
}
#overMenuBase {
  z-index: -10;
  display: block;
  overflow-y: hidden;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0px;
  animation: drawer-close 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  animation-fill-mode: both;
  background-color: #fff;
}

#overMenuBase.active {
  display: block;
  animation: drawer-open 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  animation-fill-mode: both;
  z-index: 101;
}

#overMenuBase .menu-block {
  transition: all 0.4s;
  position: absolute;
  top: calc(50% - 75px);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
#overMenuBase .menu-block nav {
  margin-bottom: 40px;
}
#overMenuBase .menu-block h1 {
  margin-bottom: 20px;
}
#overMenuBase .menu-block h1 img {
  height: 70px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #overMenuBase .menu-block {
    top: 20%;
  }
}
@media screen and (max-width: 599px) {
  #overMenuBase .menu-block {
    top: 14%;
  }
}
#overMenuBase .menu-block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
#overMenuBase .menu-block ul li {
  width: 50%;
  font-size: 14px;
  font-size: 1.4rem;
}
#overMenuBase .menu-block ul li a {
  color: #fff;
  font-family: "Crimson Text", serif;
  font-weight: bold;
  padding: 0 7px;
  width: 100%;
  display: inline-block;
  padding: 20px 0;
}
#overMenuBase .menu-block .over-menu-sns {
  display: flex;
  justify-content: center;
}
#overMenuBase .menu-block .over-menu-sns li {
  width: 20%;
  padding: 0 10px;
  font-size: 30px;
  font-size: 3rem;
}
#overMenuBase .menu-block .over-menu-sns li a {
  color: #fff;
}

@-webkit-keyframes drawer-open {
  0% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes drawer-open {
  0% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes drawer-close {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    opacity: 0;
  }
}
@keyframes drawer-close {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    opacity: 0;
  }
}
#ft-nav ul {
  display: flex;
  justify-content: space-between;
}
#ft-nav ul li {
  font-size: 14px;
  font-size: 1.4rem;
}
#ft-nav ul li a {
  color: #000;
}
@media screen and (max-width: 599px) {
  #ft-nav ul {
    flex-wrap: wrap;
  }
  #ft-nav ul li {
    padding: 0 4px;
    margin-top: 20px;
  }
}

.ft-sns-nav {
  margin-top: 75px;
}
.ft-sns-nav ul {
  display: flex;
  justify-content: center;
}
.ft-sns-nav ul li {
  padding: 10px;
}
.ft-sns-nav ul li a {
  color: #000;
}
@media screen and (max-width: 599px) {
  .ft-sns-nav {
    margin-top: 30px;
    font-size: 30px;
    font-size: 3rem;
  }
}

main {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  main {
    top: 60px;
  }
}
@media screen and (max-width: 599px) {
  main {
    top: 60px;
  }
}

/*
* module
*/
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.btnRightBlock {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 599px) {
  .btnRightBlock {
    justify-content: center;
  }
}

.btnLeftBlock {
  display: flex;
  justify-content: start;
}
@media screen and (max-width: 599px) {
  .btnLeftBlock {
    justify-content: center;
  }
}

.btnCenterBlock {
  text-align: center;
}

.btnArea {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  margin: auto;
}
.btnArea.start {
  justify-content: flex-start;
}
.btnArea.start a {
  margin-left: 0;
}
.btnArea.end {
  justify-content: flex-end;
}
.btnArea.end a {
  margin-right: 0;
}
.btnArea a {
  margin-right: 10px;
  margin-left: 10px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .btnArea {
    display: flex;
    justify-content: center;
    padding-top: 60px;
    margin: auto;
  }
  .btnArea.start {
    justify-content: flex-start;
  }
  .btnArea.start a {
    margin-left: 0;
  }
  .btnArea.end {
    justify-content: flex-end;
  }
  .btnArea.end a {
    margin-right: 3%;
  }
  .btnArea a {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  .btnArea {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    margin: auto;
  }
  .btnArea.start {
    justify-content: center;
  }
  .btnArea.start a {
    margin-left: 0%;
  }
  .btnArea.end {
    justify-content: center;
  }
  .btnArea.end a {
    margin-right: 0%;
  }
  .btnArea a {
    margin-right: 0px;
    margin-left: 0px;
  }
}
a.btn {
  min-width: 300px;
  height: 60px;
  border-radius: 5px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  color: #b4ad7e;
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 0;
  border: 1px solid #b4ad7e;
  font-size: 16px;
  font-size: 1.6rem;
}
a.btn::after {
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
}
a.btn::before {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  border-radius: 5px;
  background: #b4ad7e;
  content: "";
  transition: all 0.3s;
  z-index: -1;
}
a.btn:hover {
  color: #fff;
}
a.btn:hover::before {
  width: 100%;
  left: 0%;
}

@media screen and (max-width: 599px) {
  a.btn {
    min-width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  a.btn::after {
    position: absolute;
    top: calc(50% - 8px);
    right: 15px;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
  }
  a.btn::before {
    display: none;
  }
  a.btn:hover {
    color: #b4ad7e;
  }
}
.btnArea-sub {
  margin-top: 40px;
}
.btnArea-sub a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #b4ad7e;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  display: inline-block;
  border-top: 1px solid #b4ad7e;
  border-bottom: 1px solid #b4ad7e;
  padding: 0px 0px;
  transition: 0.4s all;
  overflow: hidden;
  position: relative;
  width: 130px;
  height: 4.2rem;
  line-height: 4.2rem;
}
.btnArea-sub a::before {
  position: absolute;
  width: 100%;
  height: 0rem;
  left: 0;
  bottom: -4.2rem;
  content: "";
  background-color: #b4ad7e;
  color: #fff;
  transition: 0.3s all;
}
.btnArea-sub a:hover {
  color: #fff;
}
.btnArea-sub a:hover::before {
  z-index: -1;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.closeBtn,
.moreBtn {
  max-width: 230px;
  height: 45px;
  border-radius: 5px;
  line-height: 45px;
  color: #b4ad7e;
  background: #990000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

a.btn2 {
  padding: 0 90px;
  height: 60px;
  border-radius: 5px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  color: #b4ad7e;
  border: 1px solid #b4ad7e;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  position: relative;
  z-index: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  a.btn2 {
    min-width: 268px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
a.btn2::after {
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
}
a.btn2::before {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  border-radius: 5px;
  background: #b4ad7e;
  color: #fff;
  content: "";
  transition: 0.3s all;
  z-index: -1;
}
a.btn2:hover {
  color: #fff;
}
a.btn2:hover::before {
  width: 100%;
  left: 0%;
}
@media screen and (max-width: 599px) {
  a.btn2:hover {
    color: #000;
  }
  a.btn2:hover::before {
    display: none;
  }
}

.btnFormArea {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .btnFormArea {
    display: block;
  }
}
.btnFormArea li {
  margin: 0 10px;
}

input[type=submit].btn-confirm,
input[type=button].btn-confirm,
input[type=button].btn-send {
  min-width: 230px;
  max-width: 300px;
  height: 45px;
  border-radius: 5px;
  color: #fff;
  background: #b4ad7e;
  transition: 0.4s all;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  input[type=submit].btn-confirm,
  input[type=button].btn-confirm,
  input[type=button].btn-send {
    max-width: 230px;
  }
}
input[type=submit].btn-confirm:hover,
input[type=button].btn-confirm:hover,
input[type=button].btn-send:hover {
  opacity: 0.7;
}

input[type=button].btn-return {
  min-width: 230px;
  max-width: 300px;
  height: 45px;
  border-radius: 5px;
  color: #fff;
  background: #000;
  transition: 0.4s;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  input[type=button].btn-return {
    margin-left: auto;
    margin-right: auto;
    max-width: 230px;
  }
}
input[type=button].btn-return:hover {
  opacity: 0.8;
}

/**************************************
	見出し
**************************************/
.icon {
  padding: 1px 10px;
  color: #fff;
  background-color: #b4ad7e;
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 20px;
}
@media screen and (max-width: 599px) {
  .icon {
    font-size: 10px;
    font-size: 1rem;
  }
}

.ttl {
  font-size: 48px;
  font-size: 4.8rem;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  position: relative;
  margin-left: 2%;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .ttl {
    margin-bottom: 20px;
    margin-left: 1%;
  }
}
@media screen and (max-width: 599px) {
  .ttl {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
    margin-left: 1%;
  }
}

.ttl2 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #000;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .ttl2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .ttl2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.ttl4 {
  font-size: 20px;
  font-size: 2rem;
  background-color: #b4ad7e;
  padding: 10px;
  margin-bottom: 40px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .ttl4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.ttl3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  background-color: #b4ad7e;
  padding: 8px 20px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .ttl3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/**************************************
	リスト
**************************************/
.oListDefault li {
  list-style-type: decimal;
  margin-left: 23px;
  margin-bottom: 10px;
}

.oListDefault li ol {
  margin-top: 10px;
  margin-bottom: 20px;
}

.oListDefault li ol li {
  list-style-type: upper-roman;
}

.table-time {
  width: 100%;
  border: 1px solid #bbb1a8;
  margin-bottom: 20px;
}
.table-time th {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 14px;
}
.table-time td {
  border: 1px solid #bbb1a8;
  width: 50%;
  text-align: center;
  padding: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .table-time td {
    padding: 20px 10px;
  }
}

.table-price-1 {
  width: 100%;
  border: 6px solid #bbb1a8;
}
.table-price-1 th {
  background: #bbb1a8;
  color: #fff;
  text-align: center;
  width: 50%;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 20px 20px;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .table-price-1 th {
    font-size: 20px;
    font-size: 2rem;
    padding: 10px;
  }
}
.table-price-1 td {
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  border: 6px solid #bbb1a8;
  padding: 30px 20px;
}
@media screen and (max-width: 599px) {
  .table-price-1 td {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 10px;
  }
}

.table-price-2 {
  width: 100%;
  border: 1px solid #bfbfbf;
}
.table-price-2 th {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 14px;
}
.table-price-2 td {
  width: 40%;
  border-bottom: 1px solid #bfbfbf;
  padding: 20px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .table-price-2 td {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 599px) {
  .table-price-2 td {
    text-align: center;
    display: block;
    width: 100%;
    border-right: 1px solid #bfbfbf;
  }
  .table-price-2 td:first-child {
    background: #fbfbfb;
  }
}
.table-price-2 td:nth-child(2) {
  text-align: center;
  width: 28%;
}
@media screen and (max-width: 599px) {
  .table-price-2 td:nth-child(2) {
    display: block;
    width: 100%;
  }
}
.table-price-2 td:last-child {
  text-align: right;
}
@media screen and (max-width: 599px) {
  .table-price-2 td:last-child {
    text-align: center;
    display: block;
    width: 100%;
  }
}

.table01 {
  width: 100%;
}

.table01 thead, .table01 tfoot {
  background: #000;
  color: #fff;
  height: 70px;
  font-weight: bold;
}

.table01 td {
  height: 70px;
  vertical-align: middle;
  padding: 20px;
}

.table-form {
  margin-top: 40px;
}

.table-form th {
  width: 200px;
  background: #f2f2f2;
  text-align: center;
  vertical-align: middle;
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 960px) {
  .table-form tr {
    height: auto;
  }
  .table-form td {
    height: auto;
    display: block;
    width: 100%;
  }
  .table-form th {
    width: 100%;
    display: block;
    padding: 8px 0;
  }
}
@media screen and (max-width: 560px) {
  .table01 thead, .table01 tfoot {
    height: 40px;
  }
  .table01 td {
    height: 40px;
    vertical-align: middle;
    padding: 10px 10px;
    font-size: 1.3rem;
  }
  .table-form td {
    height: auto;
    display: block;
    width: 100%;
  }
}
table.terms {
  width: 100%;
}
table.terms tr {
  border-bottom: 1px solid #bfbfbf;
}
table.terms tr:first-child {
  border-top: 1px solid #bfbfbf;
}
table.terms th {
  padding: 16px 30px;
  width: 30%;
  text-align: left;
  background-color: #f2f2f2;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  table.terms th {
    display: block;
    width: 100%;
  }
}
table.terms td {
  padding: 16px 30px;
  line-height: 1.5;
  width: 70%;
}
@media screen and (max-width: 599px) {
  table.terms td {
    display: block;
    width: 100%;
  }
}

th.gold {
  background-color: #ccaa00;
}

th.silver {
  background-color: #bdb8b4;
}

th.bronze {
  background-color: #775522;
}

th.short {
  background-color: #5379fe;
}

/************************************
form
*************************************/
/*
reset
***********************/
button,
option,
select,
textarea,
input[type=button],
input[type=submit],
input[type=number],
input[type=email],
input[type=tel],
input[type=date],
input[type=text],
input[type=select],
input[type=option],
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  outline: 0;
  margin: 0;
}

/* デフォルトのradio、checkboxは非表示 */
input[type=radio],
input[type=checkbox] {
  display: none;
}

/* for firefox */
select {
  text-indent: 0.01px;
  text-overflow: "";
}

/* for ie10 ie11 ie系のプルダウンの矢印を消す ie9は非対応 */
select::-ms-expand {
  display: none;
}

/*
input[type="text"] textarea
input[type="●●●"] 適宜追加
*/
textarea,
select,
input[type=number],
input[type=text],
input[type=email],
input[type=tel],
input[type=date] {
  padding: 4px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

textarea {
  height: 100px; /* お好みの高さに */
}

/* フォーカス時の色変更 */
textarea:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=text]:focus {
  border: 1px solid #333;
}

/* ラジオボタン */
.formTckKind li {
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .formTckKind li {
    margin-bottom: 14px;
  }
}
.formTckKind input[type=radio] {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  margin-right: 10px;
}
.formTckKind input[type=radio]::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 0px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.formTckKind input[type=radio]::after {
  background: #fedd1e;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 3px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: scale3d(0.3, 0.3, 1);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  width: 10px;
}
.formTckKind input[type=radio]:checked::before {
  border-color: #666;
}
.formTckKind input[type=radio]:checked::after {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.formTckKind label {
  margin-right: 20px;
}

/* チェックボックス */
.checkbox03 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

.checkbox03::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.checkbox03::after {
  border-right: 6px solid #ba0000;
  border-bottom: 3px solid #ba0000;
  content: "";
  display: block;
  height: 20px;
  left: 7px;
  margin-top: -16px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  width: 9px;
}

input[type=checkbox]:checked + .checkbox03::before {
  border-color: #666;
}

input[type=checkbox]:checked + .checkbox03::after {
  opacity: 1;
  transform: rotate(45deg) scale3d(1, 1, 1);
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=submit],
input[type=button] {
  width: 100%;
  height: 44px;
  padding: 10px 20px;
  display: block;
  position: relative;
  background: #111;
  color: #fff;
  text-align: center;
  border: 1px solid #111;
  cursor: pointer;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #ccc;
  font-size: 12px;
  font-size: 1.2rem;
}

.formCntName,
.formCntKana,
.formTckName,
.formTckKana {
  width: 300px;
  padding: 3px 6px;
}

.formCntTel,
.formCntFax,
.formTckTel {
  width: 300px;
  padding: 3px 6px;
}

.formTckNum {
  width: 60px;
  padding: 3px 6px;
}

.formCntZip1,
.formTckZip1 {
  width: 100px;
  padding: 3px 6px;
}

.formCntZip2,
.formTckZip2 {
  width: 140px;
  padding: 3px 6px;
}

.prefectures-select select {
  width: 200px;
}

.formCntAddress,
.formTckAddress {
  margin-top: 5px !important;
  width: 100%;
  padding: 3px 6px;
  box-sizing: border-box;
}

.formCntMail,
.formTckMail1,
.formTckMail2 {
  width: 300px;
  padding: 3px 6px;
}

.formCntSub {
  width: 300px;
  padding: 3px 6px;
}

.formCntCnt,
.formTckCnt {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  padding: 6px 6px;
  font-size: 1.6rem;
}

.ruleBase {
  width: 98%;
  padding: 15px;
  margin: 0px auto;
  border: 1px solid #ccc;
  height: 200px;
  overflow: auto;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 2;
  margin-top: 20px;
  margin-bottom: 20px;
  word-break: break-all;
}

.agreeCheck {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .formCntName,
  .formCntKana,
  .formTckName,
  .formTckKana {
    width: 100%;
    padding: 3px 6px;
  }
  .formCntTel,
  .formCntFax,
  .formTckNum,
  .formTckTel {
    width: 100%;
    padding: 3px 6px;
  }
  .formCntZip1,
  .formTckZip1 {
    width: 60px;
    padding: 3px 6px;
  }
  .formCntZip2,
  .formTckZip2 {
    width: 100px;
    padding: 3px 6px;
  }
  .formCntMail,
  .formTckMail1,
  .formTckMail2 {
    width: 100%;
    padding: 3px 6px;
  }
  .formCntSub {
    width: 100%;
    padding: 3px 6px;
  }
  .formCntCnt,
  .formTckCnt {
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    padding: 6px 6px;
    font-size: 1.6rem;
  }
}
#mPlayer {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  #mPlayer {
    margin-left: auto;
  }
}

/*
* pages
*/
#mainImgArea {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #mainImgArea {
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  #mainImgArea {
    height: auto;
  }
}
#mainImgArea.movie_only {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #mainImgArea.movie_only {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #mainImgArea.movie_only {
    display: none;
  }
}

#mainMovie {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1 !important;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #mainMovie {
    height: 0vh;
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #mainMovie {
    height: 0vh;
    display: none;
  }
}

#tubular-container {
  z-index: 2 !important;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #tubular-container {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #tubular-container {
    display: none;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #tubular-shield {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #tubular-shield {
    display: none;
  }
}

#mainVisual {
  height: auto;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #mainVisual {
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  #mainVisual {
    height: auto;
  }
}
#mainVisual .swiper-slide {
  background-size: cover;
  background-position: center top;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #mainVisual .swiper-slide {
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 599px) {
  #mainVisual .swiper-slide {
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#mainVisual .swiper-slide img {
  width: auto;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #mainVisual .swiper-slide img {
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  #mainVisual .swiper-slide img {
    width: auto;
    height: auto;
  }
}
#mainVisual .swiper.sliderMain {
  position: relative;
  max-width: 100%;
  padding-bottom: 0px;
  height: auto;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #mainVisual .swiper.sliderMain {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  #mainVisual .swiper.sliderMain {
    height: auto;
  }
}
#mainVisual .swiper.sliderMain a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: background-color 0.4s;
}
#mainVisual .swiper.sliderMain a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#mainVisual .swiper-horizontal > .swiper-pagination-bullets,
#mainVisual .swiper-pagination-bullets.swiper-pagination-horizontal,
#mainVisual .swiper-pagination-custom,
#mainVisual .swiper-pagination-fraction {
  bottom: 30px;
}
@media screen and (max-width: 599px) {
  #mainVisual .swiper-horizontal > .swiper-pagination-bullets,
  #mainVisual .swiper-pagination-bullets.swiper-pagination-horizontal,
  #mainVisual .swiper-pagination-custom,
  #mainVisual .swiper-pagination-fraction {
    bottom: 8px;
  }
}
#mainVisual.movie_exists {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #mainVisual.movie_exists {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  #mainVisual.movie_exists {
    display: block;
  }
}

#mainImg {
  max-height: 100vh;
  max-width: 1400px;
  margin: 0 auto;
}
#mainImg figure {
  text-align: center;
}
#mainImg img {
  width: auto;
  max-height: 100vh;
}
#mainImg.movie_exists {
  display: none;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #mainImg {
    width: 100%;
    height: auto;
  }
  #mainImg figure {
    text-align: center;
  }
  #mainImg img {
    width: auto;
    max-height: 100vh;
  }
  #mainImg.movie_exists {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  #mainImg {
    width: 100%;
    height: auto;
  }
  #mainImg img {
    width: 100%;
  }
  #mainImg.movie_exists {
    display: block;
  }
}
.secTopBnr {
  padding-top: 60px;
}

@media screen and (max-width: 599px) {
  .secTopBnr {
    padding-top: 30px;
  }
}
.topBnrSlide {
  margin-top: 40px;
}
.topBnrSlide a {
  transition: opacity 0.4s;
}
.topBnrSlide a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .topBnrSlide {
    margin-top: 0px;
  }
}
@media screen and (max-width: 599px) {
  .topBnrSlide {
    margin-top: 0px;
  }
}
.swiper {
  max-width: 1380px;
  height: auto;
  padding-bottom: 22px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .swiper {
    width: 100%;
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
}

.swiper-pagination .swiper-pagination-bullet {
  height: 4px;
  width: 40px;
  background: #b4ad7e;
  opacity: 0.5;
  border-radius: 0;
}
@media screen and (max-width: 599px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
  }
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #000000;
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: #707070;
}

.slider2.swiper {
  width: 100%;
  height: auto;
  padding-bottom: 22px;
  margin-bottom: 0px;
}
.slider2.swiper .swiper-slide {
  text-align: center;
}
.slider2.swiper .swiper-slide img {
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .slider2.swiper {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .slider2.swiper {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.recordList li {
  border-bottom: 1px dotted #bfbfbf;
}
.recordList li a {
  position: relative;
  display: block;
  padding: 60px 60px 60px 20px;
  transition: all 0.3s;
  color: #000;
}
.recordList li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: background-color 0.85s, transform 0.85s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.recordList li a::after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  border: 1px solid #bfbfbf;
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(-135deg);
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 50%;
  transition: all 0.1s;
}
.recordList li:hover a::before {
  transform: scaleX(1);
  background: rgba(183, 183, 183, 0.08);
  transform-origin: left;
}
.recordList li:hover a::after {
  right: 5px;
}
.recordList li dl {
  display: flex;
  width: 100%;
  line-height: 1.4;
}
.recordList li dl dt {
  width: 220px;
  margin-right: 0px;
  color: #000;
  display: flex;
  align-items: center;
}
.recordList li dl dd {
  width: calc(100% - 220px);
}
.recordList li dl dd .liveTtl {
  font-size: 18px;
  font-size: 1.8rem;
  color: #b4ad7e;
}
.recordList li dl dd .place {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .recordList li a::before {
    display: none;
  }
  .recordList li a:hover {
    opacity: 0.8;
  }
  .recordList li dl dt {
    width: 240px;
  }
  .recordList li dl dd {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 599px) {
  .recordList li {
    border-bottom: 1px dotted #bfbfbf;
  }
  .recordList li a {
    display: block;
    padding: 10px 10px 10px 10px;
  }
  .recordList li a:hover {
    opacity: 0.8;
  }
  .recordList li a::before {
    display: none;
  }
  .recordList li a::after {
    display: none;
  }
  .recordList li dl {
    display: block;
    line-height: 1.4;
  }
  .recordList li dl dt {
    margin-bottom: 6px;
  }
  .recordList li dl dd {
    width: 100%;
  }
  .recordList li dl dd .liveTtl {
    font-size: 14px;
    font-size: 1.4rem;
    color: #b4ad7e;
  }
  .recordList li dl dd .place {
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.sec_topCntNext {
  color: #b4ad7e;
}
.sec_topCntNext .ttl {
  color: #b4ad7e;
  font-size: 30px;
  font-size: 3rem;
  margin-left: 0;
}
.sec_topCntNext .ttl .secInner {
  width: 100%;
  margin-left: 0;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .sec_topCntNext .ttl {
    margin-bottom: 20px;
  }
}
.schedule-next-wrap {
  display: block;
  flex-wrap: wrap;
  margin-top: 1em;
}
.schedule-next-wrap li {
  width: 100%;
}
.schedule-next-wrap li a {
  display: flex;
  flex-wrap: wrap;
  transition: all 0.2s;
}
.schedule-next-wrap li a:hover {
  opacity: 0.7;
}
.schedule-next-wrap li .next-day {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 2em;
}
.schedule-next-wrap li .next-day span {
  font-size: 24px;
  font-size: 2.4rem;
}
.schedule-next-wrap li .nextLiveInfo h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.schedule-next-wrap li .nextLiveInfo .next-place {
  margin-top: 1em;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .schedule-next-wrap {
    display: flex;
    flex-wrap: wrap;
    padding-left: 3%;
    padding-right: 3%;
  }
  .schedule-next-wrap li {
    width: 100%;
  }
  .schedule-next-wrap li a {
    display: flex;
    flex-wrap: wrap;
    transition: all 0.2s;
  }
  .schedule-next-wrap li a:hover {
    opacity: 0.7;
  }
  .schedule-next-wrap li .next-day {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    margin-right: 2em;
  }
  .schedule-next-wrap li .next-day span {
    font-size: 40px;
    font-size: 4rem;
  }
  .schedule-next-wrap li .nextLiveInfo h3 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .schedule-next-wrap li .nextLiveInfo .next-place {
    margin-top: 1em;
    line-height: 1.5;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .schedule-next-wrap {
    display: block;
    padding-left: 3%;
    padding-right: 3%;
    margin-top: 0em;
  }
  .schedule-next-wrap li {
    width: 100%;
  }
  .schedule-next-wrap li a {
    display: block;
    transition: all 0.2s;
  }
  .schedule-next-wrap li a:hover {
    opacity: 0.7;
  }
  .schedule-next-wrap li .next-day {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-right: 0em;
  }
  .schedule-next-wrap li .next-day span {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .schedule-next-wrap li .nextLiveInfo {
    margin-top: 20px;
  }
  .schedule-next-wrap li .nextLiveInfo h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .schedule-next-wrap li .nextLiveInfo .next-place {
    margin-top: 1em;
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.subClm .secInner {
  width: 100%;
}
.subClm .recordList li {
  border-bottom: 1px dotted #bfbfbf;
}
.subClm .recordList li a {
  position: relative;
  display: block;
  padding: 10px 32px 10px 10px;
  transition: all 0.3s;
  color: #000;
}
.subClm .recordList li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: background-color 0.85s, transform 0.85s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.subClm .recordList li a::after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  border: 1px solid #bfbfbf;
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(-135deg);
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 50%;
  transition: all 0.1s;
}
.subClm .recordList li:hover a::before {
  transform: scaleX(1);
  background: rgba(183, 183, 183, 0.08);
  transform-origin: left;
}
.subClm .recordList li:hover a::after {
  right: 5px;
}
.subClm .recordList li dl {
  display: block;
  width: 100%;
  line-height: 1.4;
}
.subClm .recordList li dl dt {
  width: 100%;
  margin-right: 0px;
  color: #000;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
.subClm .recordList li dl dd {
  margin-top: 0.5em;
  width: 100%;
}
.subClm .recordList li dl dd .liveTtl {
  font-size: 15px;
  font-size: 1.5rem;
  color: #b4ad7e;
}
.subClm .recordList li dl dd .place {
  margin-top: 0.5em;
  font-size: 14px;
  font-size: 1.4rem;
}

.recordList2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.recordList2 li {
  width: 49%;
  margin-top: 40px;
}
.recordList2 li a {
  display: block;
  overflow: hidden;
  color: #000;
}
.recordList2 li a img {
  width: 100%;
  transition: all 0.3s;
}
.recordList2 li a:hover img {
  transform: scale(0.98);
}
.recordList2 li a .itemTtl {
  margin-top: 0.5em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.recordList2 li a .itemRelease {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .recordList2 {
    padding: 0 3%;
  }
  .recordList2 li {
    margin-top: 14px;
  }
}
@media screen and (max-width: 599px) {
  .recordList2 {
    padding: 0 3%;
  }
  .recordList2 li {
    margin-top: 10px;
  }
  .recordList2 li a .itemTtl {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .recordList2 li a .itemRelease {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.ttlBox {
  margin-left: 3%;
}
.ttlBox .ttl {
  margin-bottom: 10px;
  margin-left: 0;
}
.ttlBox ul {
  display: flex;
  align-items: center;
}
.ttlBox ul li {
  margin-right: 10px;
}
.ttlBox a {
  font-size: 30px;
  font-size: 3rem;
  color: #000;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .ttlBox {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .ttlBox {
    margin-bottom: 20px;
  }
}
.playListArea {
  display: block;
  flex-wrap: wrap;
}
.playListArea li {
  width: 100%;
  padding: 20px 10px;
}

@media screen and (max-width: 599px) {
  .playListArea {
    display: block;
  }
  .playListArea li {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 1em;
  }
}
.snsListArea {
  display: block;
  flex-wrap: wrap;
}
.snsListArea li {
  width: 100%;
  padding: 20px 10px;
}

@media screen and (max-width: 599px) {
  .snsListArea {
    display: block;
  }
  .snsListArea li {
    width: 100%;
    padding: 0 3%;
    margin-bottom: 1em;
  }
}
.facebook_wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.fb-page,
.fb-page span,
.facebook_wrap iframe {
  width: 100% !important;
  height: 500px !important;
}

/**************************************
	汎用
**************************************/
.pagerHeader {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
}

.pagerFooter {
  margin-top: 100px;
}
.pagerFooter .pagerSec {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 599px) {
  .pagerHeader {
    display: none;
  }
  .pagerFooter {
    margin-top: 40px;
  }
  .pagerFooter .pagerSec {
    display: flex;
    justify-content: center;
    margin: 0 3%;
  }
}
.pagerSec {
  margin-top: 0px;
  margin-bottom: 0px;
  width: auto;
  overflow: hidden;
  *zoom: 1;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
}
.pagerSec ul {
  display: flex;
  flex-wrap: wrap;
}
.pagerSec ul li {
  margin-right: 10px;
}
.pagerSec ul li.thisPage {
  border: 1px solid #dacf8d;
  color: #fff;
  background-color: #b4ad7e;
  padding: 8px 14px;
  display: block;
}
.pagerSec ul li span.thisPage {
  border: 1px solid #dacf8d;
  color: #fff;
  background-color: #b4ad7e;
  padding: 8px 14px;
  display: block;
}
.pagerSec ul li a {
  text-decoration: none;
  color: #b4ad7e;
  padding: 8px 14px;
  border: 1px dotted #b4ad7e;
  display: block;
}
.pagerSec ul li a:hover {
  border-color: rgb(241, 182, 182);
}
@media screen and (max-width: 599px) {
  .pagerSec ul li {
    margin-bottom: 8px;
  }
}

#mPlayer {
  margin-top: 10px;
}

.recordCntHeader {
  padding: 40px 0px;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.recordCntHeader .ttl2 {
  margin-top: 20px;
}

@media screen and (max-width: 599px) {
  .recordCntHeader {
    padding: 20px 0px;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
  }
}
.recordDay {
  font-size: 14px;
  font-size: 1.4rem;
}

.recordTime {
  padding-left: 10px;
}

@media screen and (max-width: 599px) {
  .recordDay {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .recordTime {
    padding-left: 10px;
  }
}
.recordCntTopics {
  display: flex;
  padding-top: 40px;
  line-height: 1.5;
}
.recordCntTopics p {
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .recordCntTopics {
    display: block;
    padding-top: 20px;
  }
}

.imgSideTopics {
  max-width: 40%;
  margin-right: 5%;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .imgSideTopics {
    max-width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.recordCntTxt {
  flex: 1;
  word-break: break-all;
}

.empty-box {
  padding: 20px;
}

.recInfo {
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
  padding: 4px 0px;
}

.recordCnt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  word-break: break-all;
}
.recordCnt::after {
  content: "";
  display: block;
  clear: both;
}

.imgSide {
  max-width: 520px;
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .imgSide {
    max-width: 100%;
    float: none;
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .imgSide {
    max-width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.recordCntlive {
  display: flex;
  padding-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  word-break: break-all;
}
@media screen and (max-width: 599px) {
  .recordCntlive {
    display: block;
  }
}

.imgSide2 {
  max-width: 520px;
  margin-right: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .imgSide2 {
    max-width: 100%;
    float: none;
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .imgSide2 {
    max-width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.livePageHeader ul {
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.livePageHeader ul li {
  height: 50px;
  width: 108px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #b4ad7e;
}
.livePageHeader ul li a {
  color: #fff;
  height: 48px;
  display: block;
  background-color: #b4ad7e;
  transition: all 0.3s;
}
.livePageHeader ul li a::after {
  content: "";
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 10px;
}
.livePageHeader ul li a:hover {
  opacity: 0.9;
}
@media screen and (max-width: 599px) {
  .livePageHeader ul {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .livePageHeader ul li {
    height: 40px;
    width: 50%;
    text-align: center;
    line-height: 40px;
  }
  .livePageHeader ul li a {
    color: #fff;
    height: 40px;
    display: block;
    background-color: #b4ad7e;
    transition: all 0.3s;
  }
  .livePageHeader ul li a::after {
    content: "";
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    display: inline-block;
    margin-left: 10px;
  }
  .livePageHeader ul li a:hover {
    opacity: 0.9;
  }
}

.header-schedule {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
  padding: 40px 0;
}
.header-schedule .event-date {
  font-size: 22px;
  font-size: 2.2rem;
}
.header-schedule .event-date span {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 1rem;
}
.header-schedule .event-place {
  font-size: 22px;
  font-size: 2.2rem;
}

.schedule-area .ttl2 {
  margin-top: 40px;
}

@media screen and (max-width: 599px) {
  .schedule-area .ttl2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .header-schedule {
    display: block;
    border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    padding: 20px 0;
  }
  .header-schedule .event-date {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .header-schedule .event-date span {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 1rem;
  }
  .header-schedule .event-place {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.recordCntSchedule {
  display: flex;
  padding-top: 40px;
}
.recordCntSchedule .imgSideSchedule {
  max-width: 50%;
  margin-right: 5%;
}
.recordCntSchedule .recordCntTxt {
  flex: 1;
}

@media screen and (max-width: 599px) {
  .recordCntSchedule {
    display: block;
    padding-top: 20px;
  }
  .recordCntSchedule .imgSideSchedule {
    max-width: 100%;
    margin-right: 0%;
    margin-bottom: 1em;
  }
  .recordCntSchedule .recordCntTxt {
    flex: 1;
  }
}
.recordLiveBox {
  margin-top: 20px;
}
.recordLiveBox h3 {
  padding: 13px 20px;
  background-color: #b4ad7e;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.recordLiveBox .recordLiveTextBox {
  margin-top: 20px;
}
.recordLiveBox .recordLiveBoxLivePlaceBox {
  display: flex;
  margin-bottom: 10px;
}
.recordLiveBox .recordLiveBoxLivePlaceBox .recordLiveBoxLivePlaceName {
  margin-right: 1.4rem;
}
.recordLiveBox .recordLiveBoxLivePlaceAddress {
  margin-bottom: 20px;
}
.recordLiveBox .recordLiveBoxLivePlacePhone {
  margin-bottom: 20px;
}

#cate-tab {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  #cate-tab {
    margin-top: 0;
  }
}

#cate-tab span {
  display: block;
  padding: 0px 10px;
  border-right: 1px solid #bfbfbf;
  cursor: pointer;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#cate-tab div:first-child {
  border-left: 1px solid #bfbfbf;
}

.itemList {
  border-bottom: 1px solid #efefef;
  padding-top: 40px;
  padding-bottom: 40px;
}
.itemList:last-child {
  border-bottom: none;
}

@media screen and (max-width: 599px) {
  .itemList {
    border-bottom: 1px solid #efefef;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .itemList:last-child {
    border-bottom: none;
  }
}
.itemRecordBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.itemRecordBox .itemPicture {
  width: 33%;
  margin-right: 5%;
}
.itemRecordBox .itemPicture img {
  width: 100%;
}
.itemRecordBox .itemCnt {
  flex: 1;
}
.itemRecordBox .discoType {
  font-size: 14px;
  font-size: 1.4rem;
}
.itemRecordBox .itemTtl {
  padding-top: 10px;
  font-size: 20px;
  font-size: 2rem;
}
.itemRecordBox .itemRelease {
  padding: 10px;
  background-color: #efefef;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-size: 1.4rem;
}
.itemRecordBox .iconBox {
  padding-top: 10px;
}
.itemRecordBox .iconBox .icon {
  margin-left: 0;
}
.itemRecordBox .discoSongList {
  padding-top: 10px;
}
.itemRecordBox .discoSongList li {
  margin-top: 10px;
}
.itemRecordBox .itemInfo {
  color: #fff;
  background: #000000;
  padding: 16px;
  border-radius: 10px;
  margin-top: 20px;
  line-height: 1.6;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 599px) {
  .itemRecordBox {
    display: block;
    width: 100%;
  }
  .itemRecordBox .itemPicture {
    width: 100%;
    margin-right: 0;
  }
  .itemRecordBox .itemPicture img {
    width: 100%;
  }
  .itemRecordBox .itemCnt {
    padding-top: 20px;
  }
  .itemRecordBox .discoType {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .itemRecordBox .itemTtl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.buy-bnr-list {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.buy-bnr-list a {
  display: inline-block;
  width: 30%;
  margin: 1% 1%;
}
.buy-bnr-list a img {
  width: 100%;
}

.disco-bnr {
  transition: 0.3s;
}
.disco-bnr:hover {
  opacity: 0.7;
}

@media screen and (max-width: 599px) {
  .buy-bnr-list {
    display: flex;
    flex-wrap: wrap;
  }
  .buy-bnr-list a {
    display: inline-block;
    width: 48%;
    margin: 1% 1%;
  }
}
.profilePicture figure img {
  width: 100%;
}
.profilePicture figure figcaption {
  padding-top: 20px;
  font-weight: bold;
}

.profileRecord {
  padding-top: 40px;
}
@media screen and (max-width: 599px) {
  .profileRecord {
    padding-top: 20px;
  }
}

.memberBase {
  padding-top: 120px;
}
.memberBase.cntBase {
  display: block;
}
.memberBase .ttl {
  margin-left: 0;
}

@media screen and (max-width: 599px) {
  .memberBase {
    padding-top: 40px;
  }
}
#memberBox {
  padding-top: 40px;
}
@media screen and (max-width: 599px) {
  #memberBox {
    padding-top: 0;
  }
}
#memberBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#memberBox li {
  width: 31%;
  margin-bottom: 5%;
  margin-right: 3.5%;
}
#memberBox li:last-child, #memberBox li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  #memberBox li {
    width: 48%;
    margin-bottom: 20px;
    margin-right: 1%;
    margin-left: 1%;
  }
  #memberBox li:nth-child(3n), #memberBox li:last-child {
    margin-right: 1%;
  }
}
#memberBox li a {
  color: #000;
}
#memberBox li .memberPicture {
  width: 100%;
  margin: 0 auto 1.6rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
#memberBox li .memberPicture img {
  object-fit: cover;
  object-position: 0px 0;
}
#memberBox li .menberNameBox {
  text-align: center;
}
#memberBox li .menberNameBox .memberName {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #memberBox li .menberNameBox .memberName {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#memberBox li .menberNameBox .memberPart {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  #memberBox li .menberNameBox .memberPart {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.memberProfileCnt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .memberProfileCnt {
    display: block;
  }
}
.memberProfileCnt .memberPicture {
  max-width: 48%;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .memberProfileCnt .memberPicture {
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .memberProfileCnt .memberPicture {
    width: 100%;
    max-width: 100%;
  }
}

.memberProfileBox {
  flex: 1;
  max-width: 50%;
  padding-left: 2%;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .memberProfileBox {
    padding-left: 0;
    min-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .memberProfileBox {
    padding-left: 0;
    min-width: 100%;
  }
}
.memberProfileBox dl {
  border-top: 1px solid #bfbfbf;
  display: flex;
  padding: 10px 0;
  align-items: center;
}
.memberProfileBox dl:last-child {
  border-bottom: 1px solid #bfbfbf;
}
@media screen and (max-width: 599px) {
  .memberProfileBox dl:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 599px) {
  .memberProfileBox dl {
    display: block;
    border-top: none;
    border-bottom: none;
  }
}
.memberProfileBox dl dt {
  width: 190px;
  padding: 3px 20px;
  word-break: break-all;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .memberProfileBox dl dt {
    width: 100%;
    background: #f8f8f8;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.memberProfileBox dl dd {
  padding: 3px 20px;
  border-left: 1px solid #bfbfbf;
  width: calc(100% - 190px);
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .memberProfileBox dl dd {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    border-left: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .memberProfileBox dl {
    border-top: none;
    display: block;
    padding: 10px 0;
  }
  .memberProfileBox dl:last-child {
    border-bottom: none;
  }
  .memberProfileBox dl dt {
    width: 100%;
    padding: 10px 20px;
    word-break: break-all;
    font-weight: bold;
    text-align: left;
    background-color: #efefef;
    color: #333;
  }
  .memberProfileBox dl dd {
    width: 100%;
    padding: 10px 20px;
    border-left: none;
  }
}
@media screen and (max-width: 599px) {
  .memberProfileBox dl {
    border-top: none;
    display: block;
    padding: 10px 0;
  }
  .memberProfileBox dl:last-child {
    border-bottom: none;
  }
  .memberProfileBox dl dt {
    width: 100%;
    padding: 10px 20px;
    word-break: break-all;
    font-weight: bold;
    text-align: left;
    background-color: #efefef;
    color: #333;
  }
  .memberProfileBox dl dd {
    width: 100%;
    padding: 10px 20px;
    border-left: none;
  }
}

.memberProfileNameBox {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .memberProfileNameBox {
    display: block;
    margin-bottom: 20px;
  }
}

.memberProfileName {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  padding-top: 10px;
}
@media screen and (max-width: 599px) {
  .memberProfileName {
    padding-right: 0px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.memberProfilePart {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  .memberProfilePart {
    padding-left: 0px;
  }
}

.memberProfileInfo {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .memberProfileInfo {
    margin-top: 20px;
  }
}

#memberBoxOther {
  padding-top: 40px;
}
@media screen and (max-width: 599px) {
  #memberBoxOther {
    padding-top: 0;
  }
}
#memberBoxOther ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#memberBoxOther li {
  width: 23.5%;
  margin-bottom: 5%;
  margin-right: 2%;
}
#memberBoxOther li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  #memberBoxOther li {
    width: 48%;
    margin-bottom: 20px;
    margin-right: 1%;
    margin-left: 1%;
  }
  #memberBoxOther li:nth-child(3n), #memberBoxOther li:last-child {
    margin-right: 1%;
  }
}
#memberBoxOther li a {
  color: #000;
}
#memberBoxOther li .memberPicture {
  width: 100%;
  margin: 0 auto 1.6rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
#memberBoxOther li .memberPicture img {
  object-fit: cover;
  object-position: 0px 0;
}
#memberBoxOther li .menberNameBox {
  text-align: left;
}
#memberBoxOther li .menberNameBox .memberName {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #memberBoxOther li .menberNameBox .memberName {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#memberBoxOther li .menberNameBox .memberPart {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  #memberBoxOther li .menberNameBox .memberPart {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.bioList li {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.bioList li dl {
  align-items: flex-start;
}
.bioList li dl dt {
  font-size: 24px;
  font-size: 2.4rem;
}
.bioList li dl dd h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
.bioList li dl dd .bioTextCnt figure {
  padding-top: 20px;
}
.bioList li dl dd .bioTextCnt .bioText {
  padding-top: 20px;
}

@media screen and (max-width: 599px) {
  .bioList li {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .bioList li dl dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .bioList li dl dd h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .bioList li dl dd .bioTextCnt figure {
    padding-top: 20px;
  }
  .bioList li dl dd .bioTextCnt .bioText {
    padding-top: 20px;
  }
}
.movieCnt {
  width: 100%;
}
.movieCnt ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.movieCnt ul li {
  width: 48%;
  margin-bottom: 6%;
}
.movieCnt ul li .movieThumb img {
  width: 100%;
  transition: all 0.3s;
}
.movieCnt ul li .movieThumb:hover img {
  transform: scale(0.98);
}
.movieCnt ul li .movieTtl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 20px;
}
.movieCnt ul li .movieInfo {
  padding-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .movieCnt ul {
    display: block;
  }
  .movieCnt ul li {
    width: 100%;
  }
}

.photoListSec ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.photoListSec ul li {
  width: 49%;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .photoListSec ul li {
    width: 100%;
  }
}
.photoListSec ul li a {
  display: block;
  width: 100%;
  height: 270px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #000;
  background-position: center center;
  transition: all 0.3s;
  overflow: hidden;
}
.photoListSec ul li a span {
  display: block;
  width: 100%;
  padding: 14px 10px 10px 10px;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  opacity: 0.8;
}
.photoListSec ul li a:hover {
  opacity: 0.8;
}

.photoListAlbumSec {
  margin-bottom: 60px;
}
.photoListAlbumSec ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.photoListAlbumSec ul li {
  width: 24.4%;
  margin-bottom: 0.8%;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .photoListAlbumSec ul li {
    width: 32.8%;
  }
}
.photoListAlbumSec ul li a {
  width: 100%;
  background-size: cover;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  transition: all 0.3s;
}
.photoListAlbumSec ul li a::after {
  content: "";
  padding-top: 100%;
  display: block;
}
.photoListAlbumSec ul::after {
  content: "";
  display: block;
  width: 24.4%;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .photoListAlbumSec ul::after {
    width: 32.8%;
  }
}
.photoListAlbumSec ul::before {
  content: "";
  display: block;
  width: 24.4%;
  order: 1; /* 疑似要素beforeの順番を必ず指定する*/
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .photoListAlbumSec ul::before {
    display: none;
  }
}

.linkList li {
  padding-top: 40px;
}
.linkList li:first-child {
  padding-top: 0;
}
.linkList li dl .linkCateName {
  font-size: 20px;
  font-size: 2rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #bfbfbf;
}
.linkList li dl .linkItem {
  padding-top: 0px;
}
.linkList li dl .linkItem li {
  padding-top: 20px;
}
.linkList li dl .linkItem li div {
  padding: 6px;
}

.info-area {
  padding: 25px;
}
.info-area .errSec {
  padding: 20px;
  border: 1px solid #bfbfbf;
  background-color: #fbfbfb;
  line-height: 2;
  border-radius: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.info-area .errSec ul.err_list li {
  padding-left: 30px;
  background: url(../images/icon/ico_error.png) no-repeat left center;
  background-size: 20px 20px;
}

.cRed {
  color: #ba0000;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  .cRed {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.est {
  color: #ba0000;
  padding-left: 10px;
}

.form-check-list {
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.form-check-list li {
  line-height: 1.5;
  list-style: disc;
  margin-left: 40px;
}

.form-block {
  margin-top: 20px;
}
.form-block dl {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  display: table;
  border-top: 1px solid #bfbfbf;
}
.form-block dl:first-of-type {
  margin-top: 20px;
}
.form-block dl dt {
  display: table-cell;
  width: 30%;
  text-align: center;
  background-color: #fbfbfb;
  padding: 7px 10px;
  vertical-align: middle;
}
.form-block dl dd {
  display: table-cell;
  width: 70%;
  padding: 12px 20px;
}
.form-block dl .note-txt {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 4px;
}

.cnt-rule {
  border: 1px solid #bfbfbf;
  padding-bottom: 10px;
  margin-bottom: 60px;
}
.cnt-rule h3 {
  background-color: #efefef;
  padding: 12px 20px;
}

@media screen and (max-width: 599px) {
  .info-area {
    padding: 15px;
  }
  .info-area .errSec {
    padding: 10px;
  }
  .info-area .errSec ul li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .form-check-list {
    margin-top: 10px;
  }
  .form-check-list li {
    margin-left: 20px;
    line-height: 1.8;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .form-block {
    margin-top: 25px;
  }
  .form-block dl {
    width: 100%;
    display: block;
    border-top: none;
    margin-bottom: 20px;
  }
  .form-block dl:first-of-type {
    margin-top: 20px;
  }
  .form-block dl dt {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #fbfbfb;
    padding: 12px 10px;
    vertical-align: middle;
    margin-bottom: 12px;
  }
  .form-block dl dd {
    display: block;
    width: 100%;
    padding: 7px 10px;
  }
}
.howto-ticket {
  margin-top: 20px;
}
.howto-ticket li {
  line-height: 1.5;
  margin-left: 40px;
}
@media screen and (max-width: 599px) {
  .howto-ticket li {
    margin-left: 14px;
  }
}

.info-area-2 {
  margin-top: 50px;
  padding: 25px;
  background-color: #f8f8f8;
}
.info-area-2 .errSec {
  padding: 20px;
  border: 1px solid #ba0000;
  line-height: 1.5;
}
.info-area-2 .errSec ul li {
  padding-left: 30px;
  background: url(../img/icon/ico_error.png) no-repeat left center;
  background-size: 20px 20px;
}

.stage select {
  width: 100%;
}

.goods-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .goods-list {
    display: block;
    margin-top: 20px;
  }
}
.goods-list li {
  margin-bottom: 40px;
  width: 48%;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  .goods-list li {
    margin-bottom: 20px;
    width: 100%;
  }
}
.goods-list li a {
  min-width: 50%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  color: #b4ad7e;
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 0;
  border: 1px solid #b4ad7e;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  .goods-list li a {
    min-width: 268px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.goods-list li a::after {
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
}
.goods-list li a::before {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #b4ad7e;
  content: "";
  transition: 0.3s all;
  z-index: -1;
  border-radius: 5px;
}
.goods-list li a:hover {
  color: #fff;
}
.goods-list li a:hover::before {
  width: 100%;
  left: 0%;
}

#wrapperMaintenance {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 30px;
  background: #fff;
  color: #000;
  text-align: center;
  min-width: 320px;
}

#maintenance {
  width: 100%;
}

/**************************************
	keyframes
**************************************/
@keyframes anime-1 {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes play2 {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
#mante {
  background-color: #fff;
}/*# sourceMappingURL=style.css.map */