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

main {
  display: block;
}

th {
  text-align: left;
  vertical-align: top;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

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

	variable

--------------------------------------------------------*/
/*──────────────────────────────────────────────

	animation

──────────────────────────────────────────────*/
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&display=swap");
}
.interval {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .interval {
    margin-top: 6rem;
  }
}

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

	common

--------------------------------------------------------*/
.bs_bb {
  box-sizing: border-box;
}

.bs_cb {
  box-sizing: content-box;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.cl_b {
  clear: both;
}

.cs_p {
  cursor: pointer;
}

.dp_b {
  display: block !important;
}

.dp_i {
  display: inline !important;
}

.dp_n {
  display: none !important;
}
.dp_n.show {
  display: revert !important;
}

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

.fs_3s {
  font-size: 62.5% !important;
}

.fs_2s {
  font-size: 75% !important;
}

.fs_s {
  font-size: 87.5% !important;
}

.fw_b {
  font-weight: bold !important;
}

.jc_c {
  justify-content: center !important;
}

.lh_1 {
  line-height: 1;
}

.lh_s {
  line-height: 1.3;
}

.lh_m {
  line-height: 1.6;
}

.mb_0 {
  margin-bottom: 0 !important;
}
.mb_0 + * {
  margin-top: 0 !important;
}

.mb_1 {
  margin-bottom: 1rem !important;
}

.mb_1h {
  margin-bottom: 1.5rem !important;
}

.mb_l {
  margin-bottom: 1.5rem !important;
}

.mb_2,
.mb_2l {
  margin-bottom: 2rem !important;
}

.mb_4 {
  margin-bottom: 4rem !important;
}

.ml_a {
  margin-left: auto;
}

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

.mt_s {
  margin-top: 0.5rem !important;
}

.mt_1 {
  margin-top: 1rem !important;
}

.mt_1h {
  margin-top: 1.5rem !important;
}

.mt_2 {
  margin-top: 2rem !important;
}

.mt_3 {
  margin-top: 3rem !important;
}

.mt_4 {
  margin-top: 4rem !important;
}

.mr_1 {
  margin-right: 1rem !important;
}

.mr_s {
  margin-right: 0.5rem !important;
}

.op_0 {
  opacity: 0 !important;
}

.op_1 {
  opacity: 1 !important;
}

.of_h {
  overflow: hidden;
}

.ps_r {
  position: relative;
}

.pt_2 {
  padding-top: 2rem !important;
}

.pt_4 {
  padding-top: 4rem !important;
}

.ta_c {
  text-align: center !important;
}

.ta_r {
  text-align: right;
}

.va_m {
  vertical-align: middle;
}

.wd100 {
  width: 100%;
}

.ws_nw {
  white-space: nowrap;
}

.wd1 {
  width: 10% !important;
}

.wd2 {
  width: 20% !important;
}

.wd3 {
  width: 30% !important;
}

.wd4 {
  width: 40% !important;
}

.wd5 {
  width: 50% !important;
}

.wd6 {
  width: 60% !important;
}

.wd7 {
  width: 70% !important;
}

.wd8 {
  width: 80% !important;
}

.wd9 {
  width: 90% !important;
}

.wd10 {
  width: 100% !important;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

a {
  -webkit-touch-callout: none;
}

@media screen and (max-width: 767px) {
  .sp_n {
    display: none !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .full {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 768px) {
  .pc_n {
    display: none !important;
  }
  main {
    display: block;
  }
}
body {
  /*font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;*/
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.075em;
  background: #CEC5BC;
  color: #2D170C;
  left: 0.1em;
  word-break: break-all;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  body {
    line-height: 1.75;
    font-size: 16px;
    line-height: 2;
  }
}

a {
  color: #2D170C;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a[class*=icon-]:hover {
  text-decoration: none;
}

button {
  font-size: 100%;
  border: none;
  background: none;
  color: #2D170C;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
}
img.bd {
  border: solid 1px #B8B0A7;
}

@media screen and (max-width: 767px) {
  input, select, textarea {
    font-size: 16px !important;
  }
}

input[type=date] {
  color: #2D170C;
  font-size: 100%;
}

input[type=checkbox] {
  color: #2D170C;
}

label.password {
  display: block;
  position: relative;
}
label.password span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  font-size: 125%;
  text-align: center;
  height: 60%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

p {
  text-align: justify;
}

main {
  min-height: 50vh;
}
main a {
  color: #964334;
}
main a[class^=icon-] {
  color: inherit;
}

table {
  width: 100%;
}

[disabled] {
  opacity: 0.2;
}

.annotation {
  font-size: 75%;
  line-height: 1.6;
}

.required {
  font-size: 62.5% !important;
  font-weight: normal !important;
  border: solid 1px;
  line-height: 1;
  padding: 0.3em;
  margin-left: 0.5em;
  display: inline-block;
  background: #2D170C;
  color: #CEC5BC;
}
.required.nini {
  background: #CEC5BC;
  color: #2D170C;
}

i.icon-arrow-right {
  margin-right: 0.25em;
}

select {
  padding: 0.75em;
  border: solid 1px #B8B0A7;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  select {
    font-size: 14px;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    color: #2D170C;
    border-radius: 0;
    background: url(../images/icon/select_arrow.svg) no-repeat right center/15px auto #fff;
    padding-right: 1em;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  select {
    font-size: 14px;
    padding: 0.75em;
  }
}

textarea {
  border-radius: 5px;
  padding: 0.75em;
  border: solid 1px #B8B0A7;
  outline: none;
  font-size: 100%;
}
textarea.nobr {
  border-radius: 0;
}
textarea {
  line-height: 1.6;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel] {
  border-radius: 5px;
  padding: 0.75em;
  border: solid 1px #B8B0A7;
  outline: none;
  font-size: 100%;
}
input[type=text].nobr,
input[type=email].nobr,
input[type=password].nobr,
input[type=tel].nobr {
  border-radius: 0;
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel] {
  line-height: 1;
}

.ai_center {
  display: flex;
  align-items: center;
}

.caution {
  color: #BC1616;
}

.caution_box {
  color: #BC1616;
  border: solid 2px #BC1616;
  padding: 0.75em;
}

.notice_box {
  color: #344352;
  border: solid 1px #344352;
  padding: 1em;
}

/*────────────────────────────────────────

	when gn open

────────────────────────────────────────*/
@media screen and (max-width: 1023px) {
  #wrapper.gn_show > * {
    margin-right: 250px;
  }
  #wrapper.gn_show #gn {
    right: 0;
  }
  #wrapper.gn_show #hb:before,
  #wrapper.gn_show #hb:after {
    margin-top: 0;
    transform: rotate(45deg);
  }
  #wrapper.gn_show #hb:after {
    transform: rotate(-45deg);
  }
}
/*────────────────────────────────────────

	basic structure

────────────────────────────────────────*/
div.mode {
  display: none;
}
div.mode.show {
  display: revert;
}

@media screen and (max-width: 767px) {
  .outer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .outer {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1280px) {
  .outer {
    padding-left: 0;
    padding-right: 0;
  }
}
.outer.s {
  max-width: 600px;
}
.outer.m {
  max-width: 780px;
}
.outer.l {
  max-width: 960px;
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
  }
  #wrapper > * {
    width: 100%;
    margin-left: 0;
    transition: 0.3s;
  }
}
#main_header {
  position: relative;
  background: #2D170C;
  color: #F7F0E9;
}
#main_header > div {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  height: 60px;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}
#main_header .logo {
  height: 100%;
  padding: 11px 10px 6px;
}
#main_header .logo a {
  display: flex;
  align-items: center;
  height: 100%;
}
#main_header .logo a img {
  width: auto;
  height: 100%;
}
#main_header .logo a img:nth-of-type(2) {
  margin-left: 8px;
  height: 88%;
}
@media screen and (max-width: 767px) {
  #main_header p.mypage {
    width: 60px;
  }
  #main_header p.mypage a {
    color: #F7F0E9;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0;
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  #main_header > div,
  #main_header nav,
  #main_header #gn,
  #main_header #gn ul {
    height: 100%;
  }
  #main_header {
    width: 100%;
  }
  #main_header > div {
    height: 80px;
    max-width: 1200px;
  }
  #main_header .logo {
    white-space: nowrap;
    padding: 13px 10px 10px;
    max-width: 220px;
  }
  #main_header p.mypage {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  #main_header .logo {
    max-width: revert;
    padding-left: 0 !important;
  }
}
#main_header ul.admin_sign {
  position: absolute;
  right: 5px;
  bottom: -40px;
  display: flex;
  justify-content: flex-end;
  font-size: 10px;
  gap: 5px;
  line-height: 1;
  opacity: 0.75;
}
#main_header ul.admin_sign li {
  background: #900;
  padding: 10px;
  border-radius: 50%;
}
#main_header ul.admin_sign li a {
  display: block;
  height: 100%;
  color: inherit;
}
#main_header ul.admin_sign li.dev {
  background: #238798;
}

@media screen and (min-width: 1024px) {
  body.low_header #main_header {
    position: fixed;
    top: 0;
    left: 0;
  }
  body.low_header #main_header > div {
    height: 48px;
  }
  body.low_header #main_header .logo {
    padding: 5px;
  }
  body.low_header #main_header #gn a {
    font-size: 16px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  body.low_header #main_header #gn a br,
  body.low_header #main_header #gn a br + span {
    display: none;
  }
  body.low_header #main_header #gn li.mypage a span {
    width: 48px;
    font-size: 20px;
  }
}
body.login #main_header p.mypage {
  display: none;
}

@media screen and (min-width: 1024px) {
  body.mypage #main_header {
    position: fixed;
    top: 0;
    left: 0;
  }
  body.mypage #main_header > div {
    height: 48px;
  }
  body.mypage #main_header .logo {
    padding: 5px;
  }
  body.mypage #main_header #gn a {
    font-size: 16px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  body.mypage #main_header #gn a br,
  body.mypage #main_header #gn a br + span {
    display: none;
  }
  body.mypage #main_header #gn li.mypage a span {
    width: 48px;
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  body:not(.home) {
    padding-top: 80px;
  }
  body:not(.home) #main_header {
    position: fixed;
    top: 0;
    left: 0;
  }
}
#gn a {
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  text-decoration: none;
}
#gn span:nth-of-type(2) {
  font-size: 50%;
  font-weight: normal;
  vertical-align: middle;
  /*font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;*/
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
#gn ul {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  #gn {
    width: 250px;
    right: -250px;
    position: fixed;
    top: 0;
    height: 100%;
    background: #B3AAA2;
    display: flex;
    align-items: center;
    transition: 0.3s;
  }
  #gn ul {
    border-top: solid 1px #A69E97;
  }
  #gn li {
    border-bottom: solid 1px #A69E97;
  }
  #gn a {
    display: flex;
    align-items: center;
    padding: 1em 10px;
  }
  #gn a span:nth-of-type(1) {
    display: inline-block;
    width: 6em;
    white-space: nowrap;
  }
  #gn br {
    display: none;
  }
  #gn li.mypage {
    margin: 15px;
    border: none;
  }
  #gn li.mypage a {
    background: #A69E97;
    padding: 15px;
    color: #2D170C;
    background: #964334;
    color: inherit;
  }
  #gn li.mypage a > span:nth-of-type(1) {
    width: auto;
    margin-right: 6px;
  }
  #gn li.mypage a > span:nth-of-type(1)::before {
    font-size: 90%;
  }
  #gn li.mypage a > span:nth-of-type(2) {
    display: flex;
    align-items: center;
  }
  #gn li.mypage a > span:nth-of-type(2) span {
    white-space: nowrap;
  }
  #gn li.mypage a > span:nth-of-type(2) span:nth-of-type(1) {
    width: auto;
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    margin-right: 3px;
  }
  #gn li.mypage a > span:nth-of-type(2) span:nth-of-type(2) {
    font-size: 10px;
    margin-left: 0.5em;
  }
}
@media screen and (min-width: 1024px) {
  #gn {
    width: 100%;
  }
  #gn ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #gn li {
    margin-left: 2em;
    text-align: center;
    line-height: 1;
  }
  #gn a {
    font-size: 18px;
    color: #CEC5BC;
    display: inline-block;
    white-space: nowrap;
  }
  #gn li.mypage {
    background: #964334;
    color: #CEC5BC;
    height: 100%;
  }
  #gn li.mypage a {
    height: 100%;
    display: flex;
    align-items: center;
    color: inherit;
  }
  #gn li.mypage span {
    font-size: 26px;
    width: 80px;
  }
}
@media screen and (min-width: 1280px) {
  #gn a {
    font-size: 22px;
  }
  #gn span:nth-of-type(2) {
    display: inline;
  }
}

#hb {
  position: fixed;
  display: block;
  width: 60px;
  height: 50px;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 201;
  bottom: 0;
  right: 0;
  background: none;
  background: rgba(45, 23, 12, 0.25);
  background: rgba(45, 23, 12, 0.5);
}
#hb:before, #hb:after {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  background: #F7F0E9;
  position: absolute;
  top: 50%;
  left: 18px;
  margin-top: -8px;
  border-radius: 2px;
  transition: 0.3s;
}
#hb:after {
  margin-top: 4px;
}
@media screen and (min-width: 1024px) {
  #hb {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #pl {
    display: none;
  }
}
#pl {
  margin-top: 1em;
  margin-bottom: 2em;
  font-size: 87.5%;
}
#pl li {
  display: inline;
}
#pl li + li {
  position: relative;
  margin-left: 0.75em;
  padding-left: 1.5em;
}
#pl li + li::before, #pl li + li::after {
  content: "";
  width: 8px;
  height: 1px;
  background: #2D170C;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
}
#pl li + li::after {
  transform: rotate(-45deg);
  margin-top: 3px;
}

main *:not(h2):not(h3):not(h4) + ul, main *:not(h2):not(h3):not(h4) + dl, main *:not(h2):not(h3):not(h4) + p {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  main *:not(h2):not(h3):not(h4) + ul, main *:not(h2):not(h3):not(h4) + dl, main *:not(h2):not(h3):not(h4) + p {
    margin-top: 2em;
  }
}

#main_footer {
  background: #2D170C;
  color: #CEC5BC;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
#main_footer nav {
  margin-top: 1em;
}
#main_footer nav li {
  display: inline-block;
  margin-right: 1em;
}
#main_footer nav a {
  color: #CEC5BC;
  font-size: 87.5%;
  text-decoration: none;
  position: relative;
  padding-left: 0.75em;
}
#main_footer nav a:before, #main_footer nav a:after {
  content: "";
  width: 6px;
  height: 1px;
  background: #CEC5BC;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg);
  margin-top: -2px;
}
#main_footer nav a:after {
  transform: rotate(-45deg);
  margin-top: 2px;
}
#main_footer .copy {
  margin-top: 2rem;
  font-size: 75%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main_footer {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  #main_footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
#main_footer .sns ul {
  display: flex;
  gap: 32px;
}
#main_footer .sns ul i {
  color: #CEC5BC;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #main_footer .sns ul {
    margin-top: 4rem;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  #main_footer .sns ul {
    gap: 28px;
  }
  #main_footer .sns ul i {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  main a {
    text-decoration: underline;
  }
}
/*────────────────────────────────────────

	colum

────────────────────────────────────────*/
.pc_colum2 {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .pc_colum2 {
    flex-direction: column;
  }
  .pc_colum2 > *:nth-child(n+2) {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .pc_colum2 {
    justify-content: space-between;
  }
  .pc_colum2 > * {
    flex-basis: 47.3684%;
  }
}

/*────────────────────────────────────────

	heading

────────────────────────────────────────*/
.hd_2 {
  font-size: 125%;
}

.hd_4 {
  font-size: 175%;
}

.hd_ab {
  display: flex;
  align-items: center;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  margin-bottom: 1em;
}
.hd_ab a,
.hd_ab span {
  font-size: 40%;
  font-weight: normal;
  margin-left: 0.5em;
  /*font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;*/
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .hd_ab {
    font-size: 32px;
  }
}

.hd_mv {
  display: flex;
  align-items: center;
  height: 100px;
  background: url(../images/common/bg_header.jpg) no-repeat right top #fff;
  background-size: auto 100%;
  position: relative;
}
.hd_mv h1 {
  line-height: 1.4;
  font-size: 87.5%;
  text-shadow: 0 0 5px #f9f0d8;
  /* ONにするとスマホでスクロール出る
  white-space: nowrap;
  */
}
.hd_mv h1::first-line {
  font-size: 200%;
}
.hd_mv h1 span {
  font-size: 75%;
}
.hd_mv .year_selector {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.hd_mv .year_selector select {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .hd_mv {
    padding-left: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .hd_mv {
    background-size: cover;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    height: 200px;
  }
  .hd_mv h1 {
    width: 100%;
    max-width: 1200px;
    font-size: 21px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .hd_mv h1 {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .hd_mv h1 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .hd_mv h1.s {
    max-width: 600px;
  }
  .hd_mv h1.m {
    max-width: 780px;
  }
  .hd_mv h1.l {
    max-width: 960px;
  }
}

@media screen and (max-width: 767px) {
  .hd_repeat {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .hd_repeat {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.hd_repeat {
  font-size: 112.5%;
  background: url(../images/common/bg_pattern_header.svg) repeat left top;
  background-size: 4px auto;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .hd_repeat {
    line-height: 1;
    padding: 1em;
  }
}

.hd_bd, .dl2 dt {
  border-left: solid 5px;
  line-height: 1;
  padding-left: 5px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .hd_bd, .dl2 dt {
    margin-bottom: 2rem;
  }
}

.hd_number {
  position: relative;
  margin-bottom: 1rem;
  color: #964334;
}
.hd_number span {
  color: #fff;
  font-weight: normal;
  display: inline-block;
  margin-right: 0.2em;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4;
  border-radius: 50%;
  background: #964334;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hd_number {
    margin-bottom: 2rem;
  }
}

.hd_circle {
  margin-bottom: 1em;
}
.hd_circle::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background: #2D170C;
  margin-right: 0.25em;
}

.hd_w_dd {
  position: relative;
}
.hd_w_dd p {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .hd_w_dd p {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .hd_w_dd p {
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%);
  }
}
.hd_w_dd select {
  border: none;
  background: #fff;
  color: #2D170C;
}

.hd_underline {
  font-size: 150%;
  text-align: center;
  font-weight: bold;
  margin: 2em 0;
  position: relative;
  line-height: 1;
}
.hd_underline::before {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  background: #2D170C;
  position: absolute;
  bottom: -0.5em;
  left: 50%;
  transform: translateX(-50%);
}
.hd_underline.multiple {
  line-height: 1.3;
}
.hd_underline.multiple span {
  font-weight: normal;
  font-size: 60%;
  position: relative;
  top: -0.3em;
}
@media screen and (min-width: 768px) {
  .hd_underline {
    font-size: 42px;
  }
}

h1.hd_underline {
  margin-top: 1.5em;
}

/*────────────────────────────────────────

	ログインフォーム

────────────────────────────────────────*/
@media screen and (min-width: 768px) {
  body.login .login_form {
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
    margin-top: 4rem;
  }
}
.login_form {
  margin-left: auto;
  margin-right: auto;
}
.login_form * + p {
  margin-top: 1em;
}
.login_form input + input {
  margin-top: 0.5em;
}
.login_form .btn {
  width: 100%;
  padding-left: 10px;
  text-align: left;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.login_form .btn i {
  font-size: 24px;
  margin-right: 0.25em;
}
.login_form dl.sns {
  margin-top: 2em;
}
.login_form dl.sns dt {
  margin-bottom: 1em;
  text-align: center;
  position: relative;
  font-size: 112.5%;
}
.login_form dl.sns dt::before, .login_form dl.sns dt::after {
  content: "";
  width: 4em;
  height: 1px;
  background: #2D170C;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8em;
}
.login_form dl.sns dt::after {
  margin-left: 3.6em;
}
.login_form dl.sns dd + dd {
  margin-top: 0.5em;
}
.login_form.register dl.sns {
  margin-top: 0;
}
.login_form.register dl.sns dt::before {
  margin-left: -7.4em;
}
.login_form.register dl.sns dt::after {
  margin-left: 3.3em;
}
.login_form.register dl.sns dt.email::before {
  margin-left: -9.2em;
}
.login_form.register dl.sns dt.email::after {
  margin-left: 5.3em;
}
.login_form.register dl.sns dd + dt {
  margin-top: 2em;
}

/*────────────────────────────────────────

	carousel

────────────────────────────────────────*/
.carousel {
  overflow: auto;
  background: #B8B0A7;
  padding: 0.5em;
  font-size: 87.5%;
}
.carousel ul {
  display: flex;
  flex-wrap: nowrap;
}
.carousel ul li {
  white-space: nowrap;
}
.carousel ul a {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  padding: 0.5em 1em;
}
.carousel ul a.active {
  cursor: default;
  background: #2D170C;
  color: #CEC5BC;
  border-radius: 1em;
}

/*────────────────────────────────────────

	その他スタイル

────────────────────────────────────────*/
.select_box {
  padding: 1em 0;
  text-align: right;
}

/*────────────────────────────────────────

	table

────────────────────────────────────────*/
table.form input[type=text],
table.form input[type=password],
table.form input[type=email],
table.form select,
table.form textarea {
  margin-top: 0.5em;
  padding: 1em;
}
table.form td, table.form th {
  display: block;
}
table.form th {
  font-weight: normal;
}
table.form tr:nth-of-type(n+2) th {
  margin-top: 1.5em;
}
table.form ul.options {
  display: flex;
  flex-wrap: wrap;
}
table.form ul.options li {
  flex: 0 0 50%;
}
table.form ul.options li label {
  display: block;
  padding: 0.3em 0;
}

/*────────────────────────────────────────



────────────────────────────────────────*/
.tab_menu {
  display: flex;
  margin-bottom: 1.5em;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  font-size: 100%;
  /* PCの文字サイズは開催日程の一部・二部の切り替えなどみて判断	*/
}
.tab_menu li {
  flex: 0 0 50%;
}
.tab_menu li:nth-of-type(1) a {
  border-radius: 5px 0 0 5px;
}
.tab_menu li:nth-of-type(2) a {
  border-radius: 0px 5px 5px 0;
}
.tab_menu a {
  display: block;
  text-align: center;
  padding: 0.75em 0;
  line-height: 1;
  text-decoration: none;
  border: solid 1px #2D170C;
  border-left: none;
  background: #CEC5BC;
  color: inherit;
}
.tab_menu a.active {
  background: #2D170C;
  color: #fff;
}
.tab_menu li:nth-of-type(1) a {
  border-left: solid 1px #2D170C;
}
.tab_menu.colum3 li {
  flex: 0 0 33.3333%;
}
.tab_menu.colum3 li:nth-of-type(2) a {
  border-radius: revert;
}
.tab_menu.colum3 li:nth-of-type(3) a {
  border-radius: 0px 5px 5px 0;
  border-left: none;
}
.tab_menu.s {
  font-size: 75%;
}
@media screen and (min-width: 768px) {
  .tab_menu.s {
    font-size: 87.5%;
  }
}
.tab_menu.l {
  font-size: 112.5%;
}

/*────────────────────────────────────────

	video

────────────────────────────────────────*/
.video_container {
  max-width: 560px;
}
.video_container > * {
  padding-bottom: 56.25%;
  position: relative;
}
.video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*──────────────────────────────────────────────

	メンバーのサムネイル

──────────────────────────────────────────────*/
figure.member_profile {
  position: relative;
  overflow: hidden;
  background: #B8B0A7;
  aspect-ratio: 1/1;
}
figure.member_profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*──────────────────────────────────────────────

	PC２カラム、スマホはモーダルのレイアウト

──────────────────────────────────────────────*/
@media screen and (max-width: 767px) {
  .colum2_container .right_content {
    width: 100%;
    right: -100vw;
    padding-top: 80px;
    padding-bottom: 4em;
    position: fixed;
    top: 0;
    height: 100%;
    background: #CEC5BC;
    transition: 0.3s;
    overflow: auto;
  }
  .colum2_container .right_content .close {
    position: fixed;
    display: block;
    width: 60px;
    height: 50px;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 201;
    bottom: 0;
    right: 0;
    background: none;
    background: rgba(45, 23, 12, 0.25);
    background: rgba(45, 23, 12, 0.5);
  }
  .colum2_container .right_content .close:before, .colum2_container .right_content .close:after {
    content: "";
    display: block;
    width: 24px;
    height: 4px;
    background: #F7F0E9;
    position: absolute;
    top: 50%;
    left: 18px;
    margin-top: -8px;
    border-radius: 2px;
    transition: 0.3s;
  }
  .colum2_container .right_content .close:after {
    margin-top: 4px;
  }
  .colum2_container .right_content .close {
    height: 60px;
    top: 0;
    left: 100vw;
    bottom: revert;
    transition: 0.3s;
    position: fixed;
  }
}
@media screen and (max-width: 767px) and (min-width: 1024px) {
  .colum2_container .right_content .close {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .colum2_container .right_content .close::before {
    transform: rotate(-45deg);
    left: 16px;
    width: 16px;
    margin-top: -3px;
  }
  .colum2_container .right_content .close::after {
    margin-top: 3px;
  }
  .colum2_container .right_content#right_content2 {
    right: -200vw;
  }
}
@media screen and (min-width: 768px) {
  .colum2_container {
    display: flex;
    width: 100%;
  }
  .colum2_container > .secondary {
    width: 30%;
    flex-shrink: 0;
  }
  .colum2_container > .secondary ul.bd_list a,
  .colum2_container > .secondary ul.js-list a {
    padding: 1em;
    padding-left: 0;
    position: relative;
  }
  .colum2_container > .secondary ul.bd_list a.active,
  .colum2_container > .secondary ul.js-list a.active {
    color: #964334;
  }
  .colum2_container > .secondary .view_detail {
    padding-right: 1em;
  }
  .colum2_container > div.primary {
    flex-grow: 1;
    border-top: 1px solid #B8B0A7;
    border-left: solid 1px #B8B0A7;
    padding-top: 3em;
    padding-left: 3rem;
  }
  .colum2_container > div.primary .outer {
    padding-left: 0;
    padding-right: 0;
  }
}

.memo {
  margin-top: 1rem;
  font-size: 87.5%;
  padding: 1.5em;
  background: #F7F0E9;
  background: #F7F0E9;
  border: solid 1px #B8B0A7;
}

/*───────────────────────────────────────

	Loading

───────────────────────────────────────*/
#loading {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  padding: 1.5em 3em;
  transform: translate(-50%, -50%);
  background: rgba(45, 23, 12, 0.6);
  font-size: 20px;
  color: #fff;
  border-radius: 6px;
  line-height: 1;
}
#loading.show {
  display: flex;
}
#loading > div {
  display: flex;
  align-items: center;
  gap: 6px;
}
#loading span {
  font-size: 18px;
  animation: rotate 2s linear 0s infinite normal;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*───────────────────────────────────────

	member popup

───────────────────────────────────────*/
#member_popup .inner {
  padding-top: 60px;
}
#member_popup .header {
  display: flex;
}
#member_popup .header .figure {
  flex: 0 0 60px;
}
#member_popup .header .user_name span {
  margin-left: 0.5em;
}
#member_popup .header > div.text {
  margin-left: 1em;
  margin-top: -0.25em;
}
#member_popup .header .btn {
  margin-top: 0.5em;
  padding: 0.5em 1em;
}
#member_popup .header .btn i {
  margin-left: 0.3em;
}

/*───────────────────────────────────────

	accordion

───────────────────────────────────────*/
.acc_body {
  overflow: hidden;
}
.acc_body.on {
  transition: 0.5s;
}

/*───────────────────────────────────────

	news

───────────────────────────────────────*/
#news ul.posts li a {
  align-items: flex-start;
}

/*───────────────────────────────────────

	ad_footer

───────────────────────────────────────*/
#ad_footer {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  #ad_footer {
    margin-top: 6rem;
  }
}
#ad_footer {
  text-align: center;
}

ul.mark li::before {
  content: "●";
  font-size: 6px;
  vertical-align: middle;
  margin-right: 0.5em;
}

.archive_wrapper {
  position: relative;
}

.bd_list {
  line-height: 1.3;
  font-size: 87.5%;
  border-top: solid 1px #B8B0A7;
}
.bd_list > li {
  border-bottom: solid 1px #B8B0A7;
}
.bd_list > li > span, .bd_list > li > a, .bd_list > li > .a {
  padding: 1.25em 1em;
  padding-right: 2em;
  text-decoration: none;
  display: flex;
  align-items: center;
  line-height: 1.6;
  color: inherit;
}
.bd_list > li > span time, .bd_list > li > a time, .bd_list > li > .a time {
  white-space: nowrap;
}
.bd_list > li > span > *:nth-child(n+2), .bd_list > li > a > *:nth-child(n+2), .bd_list > li > .a > *:nth-child(n+2) {
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .bd_list > li > span, .bd_list > li > a, .bd_list > li > .a {
    padding-left: 0;
  }
}
.bd_list > li > span.unread, .bd_list > li > a.unread, .bd_list > li > .a.unread {
  font-weight: bold;
  font-size: 112.5%;
}
.bd_list > li .update {
  font-size: 87.5%;
}
@media screen and (max-width: 767px) {
  .bd_list time {
    font-size: 87.5%;
  }
}
@media screen and (min-width: 768px) {
  .bd_list > li a, .bd_list > li > span {
    padding-top: 1.75em;
    padding-bottom: 1.75em;
  }
}

.bd_list.notice a {
  display: block;
}
.bd_list.notice time {
  margin-left: 0;
  font-size: 75%;
}

.bd_list.no_link li {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
@media screen and (max-width: 767px) {
  .bd_list.no_link li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.bd_list.img a {
  display: block;
  display: flex;
  align-items: center;
}
.bd_list.img img {
  width: 60px;
  margin-right: 1em;
}

.bd_list.update a > *:last-child {
  flex-grow: 1;
}

.bd_list.schedule li a > * {
  margin-left: 0;
}
.bd_list.schedule li a {
  display: flex;
}
.bd_list.schedule li a time:not(.update) {
  min-width: 7em;
  max-width: 10em;
}
.bd_list.schedule li a .place {
  display: inline-block;
  min-width: 4em;
  white-space: nowrap;
  text-align: center;
}
.bd_list.schedule li a time.update {
  flex-grow: 1;
  text-align: right;
}

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

	notification & news

--------------------------------------------------------*/
ul.title_time a {
  display: block;
}
ul.title_time time {
  margin-left: 0 !important;
  display: block;
  margin-top: 0.5em;
  font-size: 75%;
}

.view_detail {
  text-align: right;
  margin-top: 0.75em;
  box-sizing: border-box;
}
.view_detail a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .view_detail {
    font-size: 75%;
  }
}
@media screen and (min-width: 768px) {
  .view_detail {
    font-size: 87.5%;
    padding: 0;
  }
}

.bd_list:not(.no_arrow) a,
.sbbses a {
  position: relative;
}
.bd_list:not(.no_arrow) a::before, .bd_list:not(.no_arrow) a::after,
.sbbses a::before,
.sbbses a::after {
  content: "";
  width: 6px;
  height: 1px;
  position: absolute;
  display: block;
  top: 50%;
  right: 8px;
  background: #2D170C;
  transform: rotate(45deg);
  transition: 0.3s;
  margin-top: -2px;
}
.bd_list:not(.no_arrow) a::after,
.sbbses a::after {
  transform: rotate(-45deg);
  margin-top: 2px;
}
.bd_list:not(.no_arrow) a.s::before, .bd_list:not(.no_arrow) a.s::after,
.sbbses a.s::before,
.sbbses a.s::after {
  width: 4px;
  margin-top: -1px;
}
.bd_list:not(.no_arrow) a.s::after,
.sbbses a.s::after {
  margin-top: 1px;
}
@media screen and (min-width: 768px) {
  .bd_list:not(.no_arrow) a::before, .bd_list:not(.no_arrow) a::after,
  .sbbses a::before,
  .sbbses a::after {
    right: 5px;
  }
}
.bd_list:not(.no_arrow) a time.update,
.sbbses a time.update {
  line-height: 1;
}

/*────────────────────────────────────────

	dl or like dl

────────────────────────────────────────*/
@media screen and (max-width: 767px) {
  .dl_section section:nth-of-type(n+2) {
    margin-top: 2em;
  }
}

.dl1 dt {
  font-weight: bold;
}
.dl1 dt:nth-of-type(n+2) {
  margin-top: 0.75rem;
}
.dl1 dd {
  border-bottom: solid 1px #B8B0A7;
  padding-bottom: 0.75rem;
  font-size: 87.5%;
}

.dl2 dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.dl2 dt:nth-of-type(n+2) {
  margin-top: 2em;
}

.dl_grid {
  display: grid;
  grid-template-columns: auto 1fr;
}
.dl_grid dt {
  white-space: nowrap;
  padding-right: 1em;
}

/*────────────────────────────────────────

	tab_link

────────────────────────────────────────*/
ul.tab_link {
  display: flex;
  background: url(../images/common/bg_pattern_header.svg) repeat left top #C4BCB3;
  background-size: 4px auto;
}
ul.tab_link li {
  flex-grow: 1;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
ul.tab_link .active {
  background: #238798;
  opacity: 0.8;
  color: #fff;
}
ul.tab_link .active::before, ul.tab_link .active::before {
  opacity: 0;
}
ul.tab_link .active::before {
  display: none;
}
ul.tab_link li:nth-of-type(n+2) a::before {
  content: "";
  display: block;
  background: #A19992;
  width: 1px;
  height: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
}
ul.tab_link a {
  display: block;
  text-decoration: none;
  padding: 1em 0;
  position: relative;
  color: inherit;
}
@media screen and (max-width: 767px) {
  ul.tab_link a {
    padding: 1.5em 0;
    font-size: 87.5%;
  }
}
@media screen and (min-width: 768px) {
  ul.tab_link {
    background: url(../images/common/bg_pattern_header.svg) repeat left top;
    background-size: 4px auto;
  }
}

ul.sort_options {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
ul.sort_options li + li {
  margin-left: 5px;
}

ul.annotation {
  padding-left: 1em;
}
ul.annotation li::before {
  content: "※";
  margin-left: -1em;
}
ul.annotation li + li {
  margin-top: 0.25em;
}

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

   pagination

--------------------------------------------------------*/
ul.pagination {
  display: flex;
  justify-content: center;
  /*
  &.show {
  	display: flex;
  }
  */
}
ul.pagination li {
  text-align: center;
  width: 40px;
  height: 40px;
}
ul.pagination li:nth-of-type(n+2) {
  margin-left: 10px;
}
ul.pagination a,
ul.pagination span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  line-height: 1;
  white-space: nowrap;
  background: #344352;
  color: #CEC5BC;
  letter-spacing: 0;
}
ul.pagination a {
  text-decoration: none;
}
ul.pagination span {
  opacity: 0.3;
}
ul.pagination li.prev,
ul.pagination li.next {
  position: relative;
}
ul.pagination li.prev::after,
ul.pagination li.next::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: calc(-10px - 0.75em);
  transform: translateY(-50%);
  background: #B3AAA2;
  border-radius: 50%;
}
ul.pagination li.next {
  margin-left: calc(10px + 0.75em);
}
ul.pagination li.prev {
  margin-right: calc(1.5em + 10px);
}
ul.pagination li.prev::after {
  left: auto;
  right: calc(-10px - 0.75em);
}
@media screen and (min-width: 768px) {
  ul.pagination li {
    width: 30px;
    height: 30px;
  }
}

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

	toggle list1	テキスト入のリスト

--------------------------------------------------------*/
.toggle_list {
  display: flex;
  position: relative;
  background: #B3AAA2;
  border-radius: 5px;
}
.toggle_list input[type=radio] {
  display: none;
}
.toggle_list > * {
  flex: 0 0 50%;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.toggle_list.colum3 > * {
  flex: 0 0 33.3333%;
}
.toggle_list::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  height: 100%;
  background: #2D170C;
  border-radius: 5px 0 0 5px;
  z-index: 1;
  transition: 0.3s;
}
.toggle_list.colum3 > * {
  flex: 0 0 33.3333%;
}
.toggle_list.colum3::after {
  width: 33%;
}
.toggle_list > * > * {
  display: block;
  text-align: center;
  padding: 0.75em 0;
  line-height: 1;
  text-decoration: none;
}
.toggle_list.colum1_active > :nth-of-type(1) {
  color: #CEC5BC;
}
.toggle_list.colum2_active::after {
  left: 50%;
  border-radius: 0 5px 5px 0;
}
.toggle_list.colum2_active > :nth-of-type(2) {
  color: #CEC5BC;
}
.toggle_list.colum3_active > :nth-of-type(3) {
  color: #CEC5BC;
}
.toggle_list.colum3.colum2_active::after {
  left: 33%;
  border-radius: 5px;
}
.toggle_list.colum3.colum3_active::after {
  left: 66.6666%;
  border-radius: 0 5px 5px 0;
}

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

	toggle list2	単純にONOFFのリスト

--------------------------------------------------------*/
.toggle_list2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.toggle_list2 > dt {
  flex-grow: 1;
}
.toggle_list2 > dd:not(.explanation) {
  flex: 0 0 4em;
  height: 2em;
  box-sizing: content-box;
}
.toggle_list2 > dd:not(.explanation) label {
  cursor: pointer;
  width: calc(4em - 4px);
  background: #B8B0A7;
  border-radius: 1em;
  display: block;
  height: 100%;
  padding: 2px;
  position: relative;
}
.toggle_list2 > dd:not(.explanation) label input {
  position: absolute;
  opacity: 0;
}
.toggle_list2 > dd:not(.explanation) label::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
  margin-left: 0%;
  cursor: pointer;
}
.toggle_list2 > dd:not(.explanation) label.on {
  background: #964334;
}
.toggle_list2 > dd:not(.explanation) label.on::after {
  margin-left: 50%;
}
.toggle_list2 dd.explanation {
  font-size: 75%;
  line-height: 1.3;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-bottom: 2em;
  flex-basis: 100%;
  border-bottom: solid 1px #B8B0A7;
}
.toggle_list2 dd.explanation > dt {
  margin-top: 2em;
}
.toggle_list2.--right {
  justify-content: flex-end;
}
.toggle_list2.--right > dt {
  flex-grow: 0;
  margin-right: 0.5em;
}
.toggle_list2.--s {
  font-size: 87.5%;
}
.toggle_list2.--s > dd {
  flex-basis: 3.6em;
  height: 1.8em;
}

.btn {
  text-decoration: none;
  display: inline-block;
  padding: 1em 2em;
  line-height: 1;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn.icon {
    padding-right: 3em;
  }
}
@media screen and (min-width: 768px) {
  .btn {
    padding: 1em 4em;
  }
}
.btn.l {
  font-size: 112.5%;
}

.btn:hover {
  text-decoration: none;
}

.btn:not(.s) i:not(.ps_s) {
  position: absolute;
  top: 50%;
  right: 0.75em;
  transform: translateY(-50%);
}

.btn.bg {
  color: #fff;
  background: #344352;
}
.btn.bg.arrow::before, .btn.bg.arrow::after {
  background: #fff;
}
.btn.bg.redbrwon {
  background: #964334;
}
.btn.bg.green {
  background: #238798;
}
.btn.bg.caution {
  background: #BC1616;
}
.btn.bg.line {
  background: #1DBA23;
}
.btn.bg.twitter {
  background: #07ABEE;
}
.btn.bg.facebook {
  background: #3B579D;
}
.btn.bg.pay {
  background: #38992B;
}
.btn.bg:disabled {
  opacity: 0.4;
  cursor: default;
}

.btn.bd {
  background: none;
  color: #344352;
  border: solid 1px rgba(52, 67, 82, 0.6);
}

.btn.arrow {
  position: relative;
}
.btn.arrow::before, .btn.arrow::after {
  content: "";
  width: 6px;
  height: 1px;
  position: absolute;
  display: block;
  top: 50%;
  right: 8px;
  background: #2D170C;
  transform: rotate(45deg);
  transition: 0.3s;
  margin-top: -2px;
}
.btn.arrow::after {
  transform: rotate(-45deg);
  margin-top: 2px;
}
.btn.arrow.s::before, .btn.arrow.s::after {
  width: 4px;
  margin-top: -1px;
}
.btn.arrow.s::after {
  margin-top: 1px;
}
.btn.arrow::before, .btn.arrow::after {
  background: #344352;
  width: 6px;
  height: 1px;
  margin-top: -2px;
}
.btn.arrow::after {
  margin-top: 2px;
}
.btn.arrow.down::before, .btn.arrow.down::after {
  content: "";
  right: 14px;
  transform: rotate(45deg);
  margin-top: 0;
}
.btn.arrow.down::after {
  transform: rotate(-45deg);
  margin-top: 0;
  right: 8px;
}
.btn.arrow.down.s::before, .btn.arrow.down.s::after {
  right: 7px;
}
.btn.arrow.down.s::after {
  right: 4px;
}
@media screen and (min-width: 768px) {
  .btn.arrow.down::before {
    right: 13px;
  }
  .btn.arrow.down::after {
    right: 9px;
  }
}
.btn.arrow.down::before, .btn.arrow.down::after {
  transform: rotate(45deg);
}
.btn.arrow.down::after {
  transform: rotate(-45deg);
}
.btn.arrow.down::before, .btn.arrow.down::after {
  right: 0.6em;
}
.btn.arrow.down::after {
  right: 0.3em;
}
.btn.arrow.up::before, .btn.arrow.up::after {
  content: "";
  right: 14px;
  transform: rotate(45deg);
  margin-top: 0;
}
.btn.arrow.up::after {
  transform: rotate(-45deg);
  margin-top: 0;
  right: 8px;
}
.btn.arrow.up.s::before, .btn.arrow.up.s::after {
  right: 7px;
}
.btn.arrow.up.s::after {
  right: 4px;
}
@media screen and (min-width: 768px) {
  .btn.arrow.up::before {
    right: 13px;
  }
  .btn.arrow.up::after {
    right: 9px;
  }
}
.btn.arrow.up::before, .btn.arrow.up::after {
  transform: rotate(-45deg);
}
.btn.arrow.up::after {
  transform: rotate(45deg);
}

.btn.s {
  padding: 0.5em 1.5em;
  font-size: 87.5%;
  font-weight: normal;
}
.btn.s i {
  margin-left: 0.25em;
  vertical-align: middle;
}

.btn.ss {
  padding: 0.3em 1em;
  font-size: 87.5%;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .btn.l,
  .btn.ll {
    width: 100%;
    padding: 1em;
  }
}
@media screen and (min-width: 768px) {
  .btn.l,
  .btn.ll {
    font-size: 112.5%;
  }
}

.btn.ll {
  font-size: 125% !important;
}
@media screen and (max-width: 767px) {
  .btn.ll {
    width: 100%;
    padding: 1.5em;
  }
}

.btn.floating {
  position: fixed;
  bottom: 10px;
  padding: 0.75em 3em 1em;
  z-index: 101;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #238798;
}
.btn.floating span {
  margin-left: 0.25em;
}
@media screen and (max-width: 1023px) {
  .btn.floating {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1024px) {
  .btn.floating {
    height: 50px;
    right: 10px;
    bottom: 15px;
    padding: 1em 3em;
  }
}

body.popup_show {
  overflow: hidden;
}

.alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: none;
}
.alert > div {
  background: #CEC5BC;
  border: solid 1px #2D170C;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  padding: 2em;
}
.alert.show {
  display: flex;
}
@media screen and (max-width: 767px) {
  .alert {
    padding: 0 10px;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(206, 197, 188, 0.5);
}
.popup > div {
  background: rgba(206, 197, 188, 0.97);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: 1s;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .popup > div {
    height: 100%;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .popup > div {
    width: auto;
    border: solid 1px #344352;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    max-height: 90vh;
  }
}
@media screen and (min-width: 1024px) {
  .popup > div {
    max-width: 780px;
  }
}
.popup.sc1 > div {
  transform: translate(-50%, -50%) scale(1);
}
.popup .inner {
  width: 100%;
  padding: 40px 1rem;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .popup .inner {
    height: 100%;
    padding: 60px;
    flex: 1;
  }
}
.popup .s {
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .popup .s .inner {
    padding: 45px;
  }
}
.popup .l {
  max-width: 980px;
}
.popup .fix {
  width: 100%;
}
.popup p {
  line-height: 1.6;
}
.popup.show {
  display: block;
}
.popup .close {
  position: fixed;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  cursor: pointer;
}
.popup .close::before, .popup .close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #2D170C;
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .popup {
    height: 100%;
  }
}
.popup .vh_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.popup.op0 {
  opacity: 0;
}
.popup.short {
  overflow: visible;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  background: none;
}
.popup.short .inner {
  background: rgba(206, 197, 188, 0.97);
  padding: 30px 1rem 30px;
  border: solid 2px #344352;
}
.popup.short .close {
  right: -5px;
  top: -45px;
}
.popup.short .close::before, .popup.short .close::after {
  background: #344352;
}
@media screen and (max-width: 767px) {
  .popup.short {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .popup.short {
    padding-left: 0;
    padding-right: 0;
  }
  .popup.short .close {
    right: -45px;
  }
}

@media screen and (max-width: 767px) {
  body.popup_show {
    overflow: hidden;
  }
  body.rc_show {
    overflow: hidden;
  }
  body.rc_show.right_content1 #wrapper > * {
    margin-left: -100vw;
  }
  body.rc_show.right_content1 #right_content1 {
    right: 0;
  }
  body.rc_show.right_content1 #right_content1 .close {
    left: 0;
  }
  body.rc_show.right_content1 #right_content2 {
    right: -100vw;
  }
  body.rc_show.right_content2 #wrapper > * {
    margin-left: -200vw;
  }
  body.rc_show.right_content2 #right_content1 {
    right: 100vw;
  }
  body.rc_show.right_content2 #right_content2 {
    right: 0;
  }
  body.rc_show.right_content2 #right_content2 .close {
    left: 0;
    position: fixed;
  }
}
#confirm_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(206, 197, 188, 0.97);
}
#confirm_popup .inner {
  background: #CEC5BC;
  border: solid 2px #344352;
  padding: 3rem 1rem 1rem;
}
#confirm_popup .inner p {
  text-align: center;
  margin-bottom: 1.5rem;
}
#confirm_popup .inner ul.buttons {
  display: flex;
}
#confirm_popup .inner ul.buttons li:nth-of-type(2) {
  margin-left: 1rem;
}
#confirm_popup .inner ul.buttons .btn {
  min-width: 150px;
}
#confirm_popup.show {
  display: flex;
}

#popup_text {
  position: fixed;
  padding: 0.25em 2em;
  border-radius: 5px;
  background: rgba(45, 23, 12, 0.85);
  color: #fff;
  transition: 1s;
  display: none;
  opacity: 0;
  text-align: center;
  white-space: nowrap;
}
#popup_text.show {
  display: revert;
}
#popup_text.op1 {
  opacity: 1;
}
#popup_text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*
  @include mq(m) {
  	right: 1rem;
  	bottom: 1rem;
  	padding: .5em 2em;
  };
  */
}

.alert {
  z-index: 500;
}

#confirm_popup {
  z-index: 500;
}

.popup {
  z-index: 401;
}

#popup_text {
  z-index: 400;
}

.sticky_wrapper ul.tab_menu {
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .btn.bottom-center {
    z-index: 100;
  }
  #gn {
    z-index: 200;
  }
  #hb {
    z-index: 201;
  }
  .right_content {
    z-index: 300;
  }
}
@media screen and (min-width: 768px) {
  #main_header {
    z-index: 200;
  }
}
@media screen and (min-width: 768px) {
  main.error {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
}/*# sourceMappingURL=normal.css.map */