@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;600&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*$fontset_min: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
ul {
  list-style: none;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  outline: none;
}

#gaCol {
  height: 0;
  overflow: hidden;
}

/*header ==============================================*/
header nav {
  width: 100%;
  position: fixed;
  background: #180000;
  z-index: 900;
}
header #gnavWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 5px;
}
header #logoCol {
  display: flex;
  align-items: center;
}
header #logoCol .btnLogin {
  padding-right: 10px;
}
header a {
  display: block;
}
header .gnavIco li {
  position: relative;
}
header .gnavIco .ico_info {
  top: 1px;
  right: 3px;
}
@media screen and (max-width: 1300px) {
  header {
    /*OPEN時の動き*/
  }
  header nav {
    height: 50px;
  }
  header #gnavWrapper {
    height: 50px;
  }
  header .logo {
    padding-right: 20px;
  }
  header .logo img {
    height: 40px;
    width: auto;
  }
  header .gnavIco {
    position: absolute;
    right: 50px;
    top: 0;
    display: flex;
  }
  header .gnavIco li {
    /*&:first-of-type,
    &:nth-of-type(2) {
      width: 50px;
    }*/
  }
  header .gnavIco li:first-of-type {
    width: 50px;
  }
  header .gnavIco img {
    height: 50px;
    width: auto;
  }
  header .btnMenu {
    z-index: 9999;
    position: relative;
    top: -3px;
  }
  header .btnMenu img {
    position: relative;
    top: -5px;
  }
  header .btnMenu_icon {
    position: relative;
    display: block;
    height: 2px;
    width: 34px;
    background: #f0e6c8;
    -webkit-transition: ease .5s;
    transition: ease .5s;
  }
  header .btnMenu_icon:nth-of-type(1) {
    top: 0;
  }
  header .btnMenu_icon:nth-of-type(2) {
    margin: 6px 0;
  }
  header .btnMenu_icon:nth-of-type(3) {
    top: 0;
  }
  header .btnMenu.open .btnMenu_icon:nth-of-type(1) {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .btnMenu.open .btnMenu_icon:nth-of-type(2) {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }
  header .btnMenu.open .btnMenu_icon:nth-of-type(3) {
    top: -8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .menu {
    z-index: 999;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /*OPEN時の動き*/
  }
  header .menu ul {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    box-sizing: border-box;
    z-index: 1000;
    height: 100vh;
    padding-bottom: 60px;
    background: #180000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  header .menu ul li {
    border-bottom: 1px solid #333;
  }
  header .menu ul li:last-of-type {
    margin-bottom: 4em;
  }
  header .menu ul li a {
    padding: 1em;
  }
  header .menu ul.open {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  header .menu.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@media screen and (min-width: 1301px) {
  header nav {
    height: 70px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
  }
  header #gnavWrapper {
    height: 70px;
  }
  header .gnavIco {
    height: 70px;
    display: flex;
  }
  header .gnavIco li {
    height: 70px;
    min-width: 70px;
    width: auto;
    /*&:nth-of-type(2){
      width: 70px;
    }*/
  }
  header .gnavIco li:first-of-type {
    width: 70px;
  }
  header .gnavIco li img {
    width: auto;
    height: 70px;
  }
  header .gnavIco li a {
    display: block;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 70px;
  }
  header .gnavIco li a:hover {
    opacity: 0.8;
  }
  header .btnMenu {
    display: none;
  }
  header .logo img {
    opacity: 1;
    transition: opacity .3s ease;
  }
  header .logo img:hover {
    opacity: 0.8;
  }
  header .menu {
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  header .menu ul {
    height: 70px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
  }
  header .menu ul li {
    border-bottom: none;
    height: 70px;
  }
  header .menu ul li:last-of-type {
    margin-bottom: 0;
  }
  header .menu ul li a {
    display: block;
    padding: 21px 10px 23px 10px;
    height: 26px;
    transition: all 0.3s ease-in-out;
    background-position: left 30px top -80px;
  }
}

/*pagetop ==============================================*/
@media (max-width: 768px) {
  .pagetop {
    width: 100%;
  }
  .pagetop img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .pagetop {
    position: fixed;
    right: 0px;
    bottom: 0px;
  }
  .pagetop a {
    width: 50px;
    height: auto;
  }
  .pagetop a img {
    width: 100%;
  }
}
/*footer ==============================================*/
footer {
  width: 100%;
  background: #180000;
}
footer #sitemap {
  max-width: 1200px;
  color: #fffdf2;
  font-size: 0.8rem;
  display: flex;
}
footer #sitemap dl {
  width: 50%;
}
footer #sitemap dl ul li {
  background: #143214;
  margin: 0 1px 1px 0;
}
footer #sitemap a {
  box-sizing: border-box;
  display: block;
  line-height: 1em;
  background: url("../images/common/ico_sitemap.png") no-repeat;
  transition: ease .3s;
}
footer #sitemap a:link, footer #sitemap a:visited {
  color: #f0e6c8;
}
footer #sitemap a:hover, footer #sitemap a:active {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.3);
}
footer #copyright .inner {
  zoom: 1;
}
footer #copyright .inner:before {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
footer #copyright .inner:after {
  content: "";
  display: block;
  clear: both;
}
footer #copyright .inner p {
  color: #f0e6c8;
}
@media (max-width: 768px) {
  footer #sitemap {
    width: 100%;
    padding: 20px 0 0;
    /*ul:nth-child(2) {
      li:nth-child(4) {
        display: none;
      }
    }*/
  }
  footer #sitemap a {
    background-position: right 5px top 11px;
    height: 30px;
    padding: 13px 0 0 5px;
  }
  footer #sitemap .nolist,
  footer #sitemap .nolist_sp {
    height: 30px;
  }
  footer #sitemap .nolist_pc {
    display: none;
  }
  footer #sitemap dt {
    text-align: center;
    padding-bottom: 10px;
  }
  footer #copyright .inner {
    width: 98%;
    margin: 0 auto;
    padding: 15px 0;
  }
  footer #copyright .inner p {
    width: 100%;
    padding: 15px 0;
    font-size: 0.8em;
    text-align: center;
    clear: both;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  footer #sitemap {
    width: 94%;
    padding: 20px 0 0;
    margin: 0 auto;
    /*ul:nth-child(even) {
      li:nth-child(4) {
        display: none;
      }
    }*/
  }
  footer #sitemap a {
    background-position: right 10px top 15px;
    height: 36px;
    padding: 12px 0 0 10px;
  }
  footer #sitemap .nolist,
  footer #sitemap .nolist_sp {
    height: 36px;
  }
  footer #sitemap .nolist_pc {
    display: none;
  }
  footer #sitemap dt {
    text-align: center;
    padding-bottom: 10px;
  }
  footer #copyright .inner {
    width: 98%;
    margin: 0 auto;
    padding: 15px 0;
  }
  footer #copyright .inner p {
    width: 100%;
    padding: 15px 0;
    font-size: 0.8em;
    text-align: center;
    clear: both;
  }
}
@media (min-width: 1025px) {
  footer #sitemap {
    width: 94%;
    padding: 30px 0;
    margin: 0 auto;
  }
  footer #sitemap a {
    background-position: right 10px top 15px;
    height: 36px;
    padding: 12px 0 0 10px;
  }
  footer #sitemap .nolist,
  footer #sitemap .nolist_pc {
    height: 36px;
  }
  footer #sitemap .nolist_sp {
    display: none;
  }
  footer #sitemap dt {
    padding: 0 0 10px 10px;
  }
  footer #sitemap dd {
    display: flex;
  }
  footer #sitemap dd ul {
    width: 50%;
  }
  footer #copyright .inner {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 20px;
  }
  footer #copyright .inner p {
    float: left;
    padding: 20px 0 0 0;
    font-size: 12px;
    line-height: 1.4em;
  }
  footer #copyright .inner .sns {
    float: right;
    padding: 0;
  }
}

#rmk {
  height: 0;
  overflow: hidden;
}

.snav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: bold;
  word-break: normal;
  padding: 0;
}
@media (max-width: 768px) {
  .snav ul {
    font-size: 1.4rem;
    line-height: 1.6em;
  }
}
@media (min-width: 769px) {
  .snav ul {
    font-size: 20px;
    line-height: 1.6em;
  }
}
@media (max-width: 768px) {
  .snav ul {
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .snav ul {
    margin-bottom: 30px;
  }
}
.snav ul li {
  margin: 0 3px 10px;
  text-align: center;
  display: flex;
  align-items: stretch;
  position: relative;
}
.snav ul a {
  background: center bottom -20px no-repeat rgba(150, 100, 0, 0.1);
  display: block;
  color: #180000;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4em;
}
.snav ul a:hover {
  text-decoration: none;
}
.snav .active {
  background: url(../images/common/nav/bg_snav_on.png) center bottom no-repeat rgba(150, 100, 0, 0.1);
  color: #558822;
}
@media (max-width: 768px) {
  .snav .active {
    background-size: 60px auto;
  }
  .snav a {
    padding: 1em;
  }
}
@media (min-width: 769px) {
  .snav a {
    padding: 15px;
  }
  .snav a:hover {
    background: url(../images/common/nav/bg_snav_on.png) center bottom no-repeat rgba(150, 100, 0, 0.1);
    color: #558822;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}
body {
  background: url(../images/common/bg_main.jpg) center top repeat-y;
  background-size: 100% auto;
  padding: 0;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  word-break: break-all;
  overflow-wrap: break-word;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4em;
    line-height: 1.6em;
  }
}
@media (min-width: 769px) {
  body {
    font-size: 18px;
    line-height: 1.6em;
  }
}
body img {
  max-width: 100%;
}
body.lock {
  overflow: hidden;
}

a:link {
  text-decoration: none;
}

main a,
#mainCol a {
  color: #558822;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main a:link,
#mainCol a:link {
  text-decoration: none;
}
main a:hover,
#mainCol a:hover {
  text-decoration: underline;
}
@media (min-width: 769px) {
  main a img,
  #mainCol a img {
    opacity: 1;
    transition: opacity .3s ease;
  }
  main a img:hover,
  #mainCol a img:hover {
    opacity: 0.7;
  }
}

input[type="text"],
input[type="search"],
select {
  box-sizing: border-box;
  outline: none;
  border: 1px solid #DDD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #eee;
  color: #180000;
}
@media (min-width: 769px) {
  input[type="text"],
  input[type="search"],
  select {
    font-size: 1rem;
    vertical-align: middle;
  }
}

input[type="text"],
input[type="search"] {
  padding: 11px;
}

select {
  padding: 10px;
}

input[type="submit"],
input[type="button"] {
  padding: 7px;
  outline: none;
}
@media (min-width: 769px) {
  input[type="submit"],
  input[type="button"] {
    font-size: 1rem;
  }
}

input[type="text"]:focus,
input[type="search"]:focus,
texture:focus,
select:focus {
  box-shadow: 0 0 5px #558822;
  border: 1px solid #558822;
}

@media (max-width: 768px) {
  main {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (min-width: 769px) {
  main {
    width: 100%;
    margin-bottom: 80px;
  }
}

/*共通 ==============================================*/
h2 {
  font-weight: bold;
  color: #180000;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.8rem;
    line-height: 1.6em;
  }
}
@media (min-width: 769px) {
  h2 {
    font-size: 26px;
    line-height: 1.6em;
  }
}
@media (max-width: 768px) {
  h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  h2 {
    margin-bottom: 50px;
  }
}

h3 {
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  h3 {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  h3 {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.8rem;
    line-height: 1.6em;
  }
}
@media (min-width: 769px) {
  h3 {
    font-size: 26px;
    line-height: 1.6em;
  }
}

h4 {
  font-weight: bold;
}
@media (max-width: 768px) {
  h4 {
    font-size: 1.4rem;
    line-height: 1.6em;
  }
}
@media (min-width: 769px) {
  h4 {
    font-size: 20px;
    line-height: 1.6em;
  }
}

.titPen,
#member #container #wrapper h2,
#special #container #wrapper h2,
#blog #container #wrapper h2,
#blogTop #container #wrapper h2 {
  background: url(../images/common/title/bg_tit_pen.png) no-repeat, url(../images/common/title/bg_tit_pen_line.png) no-repeat;
  background-position: left 0 bottom 0, left 0 bottom 0;
  margin: 0 auto;
  opacity: 0;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 549px) {
  .titPen,
  #member #container #wrapper h2,
  #special #container #wrapper h2,
  #blog #container #wrapper h2,
  #blogTop #container #wrapper h2 {
    background-size: contain, 3px 1px;
    box-sizing: border-box;
    min-height: 44px;
    width: 300px;
    margin: 0 auto 30px auto;
    padding-bottom: 20px;
  }
  .titPen img,
  #member #container #wrapper h2 img,
  #special #container #wrapper h2 img,
  #blog #container #wrapper h2 img,
  #blogTop #container #wrapper h2 img {
    height: 25px !important;
    max-width: auto;
  }
}
@media screen and (min-width: 550px) {
  .titPen,
  #member #container #wrapper h2,
  #special #container #wrapper h2,
  #blog #container #wrapper h2,
  #blogTop #container #wrapper h2 {
    background-size: auto, 6px 3px;
    box-sizing: border-box;
    min-height: 67px;
    width: 457px;
    padding: 0 0px 20px 0;
    margin: 0 auto 50px;
  }
}
.titPen a:hover,
#member #container #wrapper h2 a:hover,
#special #container #wrapper h2 a:hover,
#blog #container #wrapper h2 a:hover,
#blogTop #container #wrapper h2 a:hover {
  text-decoration: none;
}

@media screen and (max-width: 549px) {
  .isAnimate {
    opacity: 1;
    animation: penTitleSp 3s ease-in-out 0s 1 none running;
  }
}
@media screen and (min-width: 550px) {
  .isAnimate {
    opacity: 1;
    animation: penTitlePc 3s ease-in-out 0s 1 none running;
  }
}
@keyframes penTitleSp {
  0% {
    background-position: left -276px top -100px, left 0 bottom -200px;
    background-size: contain, 0 0;
    opacity: 0;
  }
  30% {
    background-position: left -276px bottom 0px, left 0 bottom -200px;
    background-size: contain, 0 0;
    opacity: 1;
  }
  30% {
    background-position: left -276px bottom 0px, left 0 bottom 0;
    background-size: contain, 3px 1px;
    opacity: 1;
  }
  100% {
    background-position: left 0 bottom 0, left 0 bottom 0;
    background-size: contain, 3px 1px;
    opacity: 1;
  }
}
@keyframes penTitlePc {
  0% {
    background-position: left -415px top -160px, left 0 bottom -20px;
    background-size: auto, 0 0;
    opacity: 0;
  }
  30% {
    background-position: left -415px bottom 0px, left 0 bottom -20px;
    background-size: auto, 0 0;
    opacity: 1;
  }
  40% {
    background-position: left -415px bottom 0px, left 0 bottom 0px;
    background-size: auto, 6px 3px;
    opacity: 1;
  }
  100% {
    background-position: left 0 bottom 0, left 0 bottom 0;
    background-size: auto, 6px 3px;
    opacity: 1;
  }
}
#member #container #wrapper #mainCol h3,
#special #container #wrapper #mainCol h3,
.titBorder {
  background: url(../images/common/title/bg_tit_border_t.png) center top repeat-x, url(../images/common/title/bg_tit_border_b.png) center bottom repeat-x;
  text-align: center;
}
@media (max-width: 768px) {
  #member #container #wrapper #mainCol h3,
  #special #container #wrapper #mainCol h3,
  .titBorder {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  #member #container #wrapper #mainCol h3,
  #special #container #wrapper #mainCol h3,
  .titBorder {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  #member #container #wrapper #mainCol h3,
  #special #container #wrapper #mainCol h3,
  .titBorder {
    background-size: auto 3px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 5%;
  }
  #member #container #wrapper #mainCol h3 img,
  #special #container #wrapper #mainCol h3 img,
  .titBorder img {
    height: 25px;
    width: auto;
  }
}
@media (min-width: 769px) {
  #member #container #wrapper #mainCol h3,
  #special #container #wrapper #mainCol h3,
  .titBorder {
    padding: 30px;
  }
}

.tit01 {
  background: url(../images/common/title/bg_tit01_l.png) left top 20% no-repeat, url(../images/common/title/bg_tit01_r.png) right top 20% no-repeat;
  margin: 0 auto;
  font-size: 2rem !important;
  line-height: 1em;
}
@media (max-width: 768px) {
  .tit01 {
    background-size: 32px 4px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
  .tit01 img {
    height: 18px;
    width: auto;
  }
}
@media (min-width: 769px) {
  .tit01 {
    width: 600px;
    padding-bottom: 30px;
  }
}

/*中ページ ==============================================*/
#container #wrapper {
  width: 94%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #container {
    padding: 80px 0 0;
  }
  #container img {
    width: auto;
    /*max-width: 98%;*/
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 769px) {
  #container {
    padding: 150px 0 30px;
  }
  #container #wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }
}

#member #container #wrapper h1,
#special #container #wrapper h1 {
  text-align: center;
}
@media (max-width: 768px) {
  #member #container #wrapper h1 img,
  #special #container #wrapper h1 img {
    height: 25px;
  }
}
#member #container #wrapper h2,
#special #container #wrapper h2 {
  font-size: 2rem;
  line-height: 1.6em;
  text-align: center;
}
@media (min-width: 769px) {
  #member #container #wrapper h2,
  #special #container #wrapper h2 {
    height: 76px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 549px) {
  #member #container #wrapper .isAnimate,
  #special #container #wrapper .isAnimate {
    opacity: 1;
    animation: penTitleSp 3s ease-in-out 0s 1 alternate none running;
  }
}
@media screen and (min-width: 550px) {
  #member #container #wrapper .isAnimate,
  #special #container #wrapper .isAnimate {
    opacity: 1;
    animation: penTitlePc 3s ease-in-out 0s 1 alternate none running;
  }
}
#member #container #wrapper #mainCol,
#special #container #wrapper #mainCol {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  background: url(../images/common/frame/bg_fr01_lt.png) left 5px top 5px no-repeat, url(../images/common/frame/bg_fr01_rt.png) right 5px top 5px no-repeat, url(../images/common/frame/bg_fr01_lb.png) left 5px bottom 5px no-repeat, url(../images/common/frame/bg_fr01_rb.png) right 5px bottom 5px no-repeat rgba(150, 100, 0, 0.1);
  margin: 0 auto;
}
@media (max-width: 768px) {
  #member #container #wrapper #mainCol,
  #special #container #wrapper #mainCol {
    background-size: 60px;
  }
}
#member #container #wrapper #mainCol h4,
#special #container #wrapper #mainCol h4 {
  margin-bottom: 1em;
}
#member #container #wrapper #mainCol p,
#special #container #wrapper #mainCol p {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  #member #container #wrapper #mainCol,
  #special #container #wrapper #mainCol {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  #member #container #wrapper #mainCol,
  #special #container #wrapper #mainCol {
    padding: 50px;
    margin-bottom: 50px;
  }
}
#member #container #wrapper #mainCol .inner,
#special #container #wrapper #mainCol .inner {
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #member #container #wrapper #mainCol .inner,
  #special #container #wrapper #mainCol .inner {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  #member #container #wrapper #mainCol .inner,
  #special #container #wrapper #mainCol .inner {
    margin-bottom: 50px;
  }
}

main .btn,
main .btn_member,
main .btn_choice,
main .btn_gray,
main .btnTweet,
#mainCol .btn,
#mainCol .btn_member,
#mainCol .btn_choice,
#mainCol .btn_gray,
#mainCol .btnTweet {
  background: url(../images/common/frame/btn_bg_lt.png) left 3px top 3px no-repeat, url(../images/common/frame/btn_bg_rt.png) right 3px top 3px no-repeat, url(../images/common/frame/btn_bg_lb.png) left 3px bottom 3px no-repeat, url(../images/common/frame/btn_bg_rb.png) right 3px bottom 3px no-repeat;
  background-size: 30px auto;
  font-weight: bold;
  line-height: 1.4em;
  border-radius: 3px;
  display: block;
  min-height: 40px;
  padding: 20px 15px;
  text-align: center;
  box-sizing: border-box;
  color: #fffdf2;
}
main .btn:hover,
main .btn_member:hover,
main .btn_choice:hover,
main .btn_gray:hover,
main .btnTweet:hover,
#mainCol .btn:hover,
#mainCol .btn_member:hover,
#mainCol .btn_choice:hover,
#mainCol .btn_gray:hover,
#mainCol .btnTweet:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media (max-width: 768px) {
  main .btn,
  main .btn_member,
  main .btn_choice,
  main .btn_gray,
  main .btnTweet,
  #mainCol .btn,
  #mainCol .btn_member,
  #mainCol .btn_choice,
  #mainCol .btn_gray,
  #mainCol .btnTweet {
    background-size: 30px;
    width: 80%;
    margin: 20px auto 30px;
  }
}
@media (min-width: 769px) {
  main .btn,
  main .btn_member,
  main .btn_choice,
  main .btn_gray,
  main .btnTweet,
  #mainCol .btn,
  #mainCol .btn_member,
  #mainCol .btn_choice,
  #mainCol .btn_gray,
  #mainCol .btnTweet {
    width: 400px;
    max-width: 100%;
    margin: 30px auto 50px;
  }
}
main .btn,
#mainCol .btn {
  background-color: #143214;
}
main .btnTweet,
#mainCol .btnTweet {
  background-color: #143214;
  margin-bottom: 0;
}
main .btn_member,
#mainCol .btn_member {
  background-color: #990000;
}
main .btn_choice,
#mainCol .btn_choice {
  background-color: #3c0000;
}
main .btn_gray,
#mainCol .btn_gray {
  background-color: #333;
}
main .btnImg,
#mainCol .btnImg {
  text-align: center;
}
@media (max-width: 768px) {
  main .btnImg,
  #mainCol .btnImg {
    max-width: 80%;
    margin: 0 auto;
    padding: 20px 0 30px;
  }
  main .btnMore,
  #mainCol .btnMore {
    margin: 0 auto;
    padding: 10px 0 0;
  }
  main .btnMore img,
  #mainCol .btnMore img {
    width: 20%;
    max-width: 116px;
    height: auto;
  }
  main .btnSet li .btn,
  main .btnSet li .btn_member,
  main .btnSet li .btn_gray,
  main .btnSet li .btn_choice,
  main .btnSetRe li .btn,
  main .btnSetRe li .btn_member,
  main .btnSetRe li .btn_gray,
  main .btnSetRe li .btn_choice,
  #mainCol .btnSet li .btn,
  #mainCol .btnSet li .btn_member,
  #mainCol .btnSet li .btn_gray,
  #mainCol .btnSet li .btn_choice,
  #mainCol .btnSetRe li .btn,
  #mainCol .btnSetRe li .btn_member,
  #mainCol .btnSetRe li .btn_gray,
  #mainCol .btnSetRe li .btn_choice {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  main .btnImg,
  #mainCol .btnImg {
    text-align: center;
    margin: 0 auto;
    padding: 30px 0 50px;
  }
  main .btnMore,
  #mainCol .btnMore {
    margin: 0 auto;
    padding: 30px 0 50px;
  }
  main .btnSet,
  #mainCol .btnSet {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  main .btnSet li,
  #mainCol .btnSet li {
    max-width: 50%;
    padding: 0 5px;
  }
  main .btnSetRe,
  #mainCol .btnSetRe {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 100%;
  }
  main .btnSetRe li,
  #mainCol .btnSetRe li {
    max-width: 50%;
    padding: 0 5px;
  }
}
main .btn_archive,
main .btn_archive2,
#mainCol .btn_archive,
#mainCol .btn_archive2 {
  background: url(../images/common/btn_archive.png) center bottom 15px no-repeat #3c0000;
  border-radius: 3px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4em;
  display: block;
  min-height: 40px;
  padding: 20px 15px 30px;
  text-align: center;
  box-sizing: border-box;
  color: #fffdf2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin: 0px auto;
}
main .btn_archive:hover,
main .btn_archive2:hover,
#mainCol .btn_archive:hover,
#mainCol .btn_archive2:hover {
  text-decoration: none;
  opacity: 0.7;
}
main .archiveWrapper,
#mainCol .archiveWrapper {
  display: none;
  background: rgba(255, 253, 242, 0.7);
}
main .archiveWrapper span,
#mainCol .archiveWrapper span {
  font-weight: bold;
  color: #7d1d1d;
}
main .archiveWrapper .frm1,
#mainCol .archiveWrapper .frm1 {
  margin-bottom: 0 !important;
}
main .archiveWrapper .frm1 h4,
#mainCol .archiveWrapper .frm1 h4 {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #7d1d1d;
  margin-bottom: 0.5em !important;
}
@media (max-width: 768px) {
  main .archiveWrapper,
  #mainCol .archiveWrapper {
    padding: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  main .archiveWrapper,
  #mainCol .archiveWrapper {
    padding: 30px;
    margin-bottom: 30px;
  }
}

/* ページング ==============================================*/
.morePage {
  background: url(../images/common/frame/bg_border_t.png) repeat-x center top;
  width: 100%;
  overflow: hidden;
  height: auto;
  color: #558822;
  display: flex;
  justify-content: center;
}
.morePage span {
  border-radius: 5px;
  background: rgba(150, 100, 0, 0.1);
}
.morePage span.back,
.morePage span.next {
  display: none;
}
.morePage a {
  color: #180000 !important;
  border-radius: 3px;
}
.morePage a:link {
  text-decoration: none !important;
}
.morePage a:vidited {
  color: #558822;
}
.morePage a:hover {
  color: #558822;
  background: rgba(150, 100, 0, 0.1);
}
.morePage a:active {
  color: #558822;
  background: rgba(150, 100, 0, 0.1);
}
@media (max-width: 768px) {
  .morePage {
    font-size: 1.2rem;
    background-size: auto 3px;
    margin: 30px auto 0;
    padding: 20px 0 0;
  }
  .morePage span {
    padding: 3px;
  }
  .morePage a {
    padding: 3px;
  }
}
@media (min-width: 769px) {
  .morePage {
    margin: 50px auto 0;
    padding: 30px 0 0;
  }
  .morePage span {
    padding: 10px;
  }
  .morePage a {
    padding: 10px 15px;
  }
}

.sns {
  display: flex;
  justify-content: center;
}
.sns li {
  margin: 0 10px;
}
.sns li img {
  width: 44px !important;
  height: 44px !important;
}

@media (min-width: 769px) {
  .sns li a:hover {
    opacity: 1;
  }
  .sns li:hover {
    opacity: 0.7 !important;
  }
}
.frm1 {
  background: rgba(150, 100, 0, 0.1);
  box-sizing: border-box;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .frm1 {
    padding: 10px;
  }
}
@media (min-width: 769px) {
  .frm1 {
    padding: 15px;
  }
}

.frm2 {
  background: #fffdf2;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .frm2 {
    padding: 15px;
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .frm2 {
    padding: 30px 30px 20px;
    margin-bottom: 30px;
  }
}

.bg_gray {
  background: #e9e9e9;
  padding: 20px;
}

.ic_new {
  border: 2px solid #0099cc;
  color: #0099cc;
  font-weight: bold;
  padding: 0 0.5em;
}

.font_red {
  color: #990000;
}

.font_orange {
  color: #ff6600;
}

.font_blue {
  color: #0099cc;
}

.center {
  text-align: center;
}

#videoCol {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  height: 0;
  overflow: hidden;
}
#videoCol iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.note {
  font-size: 0.9rem;
  line-height: 1.6em;
}

.txtL {
  text-align: left !important;
}

@media (max-width: 768px) {
  .sp,
  .contentSp {
    display: inline;
  }

  .pc,
  .contentPc {
    display: none;
  }
}
@media (min-width: 769px) {
  .sp,
  .contentSp {
    display: none;
  }

  .pc,
  .contentPc {
    display: inline;
  }
}
.ico_info {
  position: absolute;
  font-size: 11px;
  line-height: 2em;
  right: -5px;
  top: -5px;
  background: #990000;
  color: #fffdf2;
  width: 2em;
  height: 22px;
  border-radius: 50%;
  text-align: center !important;
  z-index: 10;
}

.siteFlow {
  background: rgba(150, 100, 0, 0.1);
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
}
.siteFlow .snsSet {
  display: flex;
  justify-content: center;
  max-width: 500px;
  margin: 0 auto;
}
.siteFlow .snsSet li {
  width: 50%;
  text-align: center;
}
.siteFlow .snsSet li img {
  margin-bottom: 10px;
}
.siteFlow .snsSet li:nth-child(1) {
  padding-right: 10px;
  box-sizing: border-box;
}
.siteFlow .snsSet li:nth-child(2) {
  padding-left: 10px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .siteFlow > div {
    padding: 20px;
  }
  .siteFlow > div .snsSet {
    padding-top: 20px;
  }
  .siteFlow > div .btnSet li {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .siteFlow {
    padding: 50px;
  }
  .siteFlow > div {
    /*width: 50%;
    &:nth-child(1) {
      padding-right: 25px;
      box-sizing: border-box;
    }
    &:nth-child(2) {
      padding-left: 25px;
      box-sizing: border-box;
    }*/
  }
  .siteFlow > div .snsSet {
    padding-top: 30px;
  }
  .siteFlow > div .btnSet img {
    margin-bottom: 50px;
  }
}
