@charset "UTF-8";
/* ======================================================================================== ^^
	Init
=========================================================================================== ^^ */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

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

body {
  padding: 0;
  margin: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 100%;
  color: #000;
  font-weight: normal;
  line-height: 1.875; }
  body.is-fixed {
    width: 100%;
    position: fixed; }
.win body {
  color: #000;
}
.mac body {
  color: #43393d;
}
main {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

p {
  margin: 0 0 1.5rem; }

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none; }

dl {
  margin: 0; }

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

img {
  max-width: none;
  width: 100%;
  height: auto;
  vertical-align: top; }

figure {
  margin: 0; }

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

strong {
  font-weight: bold; }

button {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }
  button:focus {
    outline: none; }

sup {
  font-size: 0.5625rem;
  top: -0.7em; }

abbr[title] {
  text-decoration: none; }

a {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  text-decoration: none; }
  a img {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
  a:link {
    color: #43393d; }
  a:visited {
    color: #43393d; }
  a:hover {
    color: #43393d;
    text-decoration: none; }
    a:hover img {
      opacity: .75; }
  a:focus {
    color: #43393d; }
  a:hover {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    a:hover:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)";
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      -webkit-opacity: 0.7;
      opacity: 0.7; }

.sp-only {
  display: none !important; }
  @media only screen and (max-width: 768px) {
    .sp-only {
      display: block !important; } }

.pc-only {
  display: block !important; }
  @media only screen and (max-width: 768px) {
    .pc-only {
      display: none !important; } }
      
@media only screen and (max-width: 768px) {
  .lb-nav a.lb-prev {
    background-size: 30px 25px!important; }
  .lb-nav a.lb-next {
    background-size: 30px 25px!important; } }

/* ======================================================================================== ^^
	Header
=========================================================================================== ^^ */
.header {
  background: #333; }
  .header-top {
    width: 1004px;
    margin: 0 auto;
    padding: 1.5625rem 0 0.875rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header-logo a {
    color: rgba(255, 255, 255, 0.3);
    font-family: "Marcellus", serif;
    font-size: 1.0625rem;
    line-height: 1.3125rem; }
  .header-submenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .header-submenu li {
      color: #fff; }
      .header-submenu li a {
        color: #fff;
        font-size: 0.875rem; }
        .header-submenu li a:hover {
          text-decoration: underline; }
      .header-submenu li:first-child:after {
        content: "｜";
        margin: 0 1.0625rem; }
      .header-submenu li:nth-child(2n) {
        margin-right: 1.0625rem; }
      .header-submenu li + .member a {
        border: 1px solid #fff;
        padding: 0.4375rem 1.5625rem 0.4375rem 0.625rem;
        position: relative; }
        .header-submenu li + .member a:hover {
          text-decoration: none; }
        .header-submenu li + .member a:after {
          content: "";
          background: url("../img/common/ico_member.svg") 0 0 no-repeat;
          background-size: contain;
          width: 0.625rem;
          height: 0.84375rem;
          position: absolute;
          top: 0.4375rem;
          right: 0.625rem; }
      .win .header-submenu li + .member a:after {
        top: 0.5rem; }
  .header-navi {
    background: #947a82;
    color: #fff; }
    .header-navi-list {
      width: 834px;
      margin: 0 auto;
      height: 3.125rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .header-navi-list > li {
        width: calc(100% / 4); }
      .header-navi-list li {
        text-align: center;
        position: relative; }
        .header-navi-list li a {
          color: #fff;
          display: block;
          line-height: 3.125rem;
          height: 3.125rem;
          width: 100%; }
        .header-navi-list li li {
          height: 0;
          overflow: hidden;
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s;
          background: #947a82; }
          .header-navi-list li li a {
            border-top: 1px solid #fff; }
        .header-navi-list li:hover > ul > li {
          height: 3.125rem;
          overflow: visible;
          z-index: 100; }
      .header-navi-list .pulldown {
        position: relative; }
        .header-navi-list .pulldown:after {
          content: "";
          background: url("../img/common/ico_arrow_down.svg") 0 0 no-repeat;
          background-size: contain;
          width: 0.7rem;
          height: 0.46875rem;
          position: absolute;
          top: calc(50% - 5px);
          right: 0.625rem; }
  @media only screen and (max-width: 768px) {
    .header {
      width: 100%;
      height: 15.94203vw; }
      .header-in {
        padding: 0 4.83092vw; }
      .header-top {
        width: 100%;
        padding: 0;
        -webkit-align-items: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
      .header-logo a {
        font-size: 3.86473vw;
        line-height: 15.94203vw; } }

/* ======================================================================================== ^^
	Footer
=========================================================================================== ^^ */
.footer {
  background: #947a82;
  color: #fff;
  text-align: center; }
  .footer a {
    color: #fff; }
    .footer a:hover {
      text-decoration: underline; }
  .footer-inner {
    width: 1004px;
    margin: 0 auto;
    padding: 2.3125rem 0.9375rem 2.75rem; }
  .footer-logo {
    width: 10.6875rem;
    height: 2.0625rem;
    margin: 0 auto; }
  .footer-title {
    padding-top: 2.125rem;
    margin-bottom: 1.1875rem; }
  .footer-subnav {
    font-size: 0.875rem;
    margin-bottom: 2.125rem; }
    .footer-subnav li {
      color: rgba(255, 255, 255, 0.5);
      display: inline-block;
      margin-right: 0.625rem; }
      .footer-subnav li a {
        color: rgba(255, 255, 255, 0.5); }
      .footer-subnav li:after {
        content: "｜";
        margin-left: 0.625rem; }
      .footer-subnav li:last-child {
        margin-right: 0; }
        .footer-subnav li:last-child:after {
          display: none; }
  .footer-nav li {
    display: inline-block;
    margin-right: 2.5rem; }
    .footer-nav li:last-child {
      margin-right: 0; }
  .footer-copy {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
    background: #333;
    padding: 1.0625rem 0 1.1875rem; }
    .footer-copy p {
      margin-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .footer {
      font-size: 3.86473vw; }
      .footer-inner {
        width: 100%;
        padding: 7.24638vw 7.24638vw 9.66184vw; }
      .footer-logo {
        width: 41.30435vw;
        height: 7.97101vw; }
      .footer-title {
        padding-top: 9.42029vw;
        margin-bottom: 3.62319vw; }
      .footer-subnav {
        font-size: 3.38164vw;
        margin-bottom: 4.83092vw;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .footer-subnav li {
          width: 50%;
          display: inline-block;
          margin-right: 0;
          margin-bottom: 3.62319vw; }
          .footer-subnav li:after {
            display: none; }
          .footer-subnav li:nth-child(3), .footer-subnav li:nth-child(4) {
            margin-bottom: 0; }
      .footer-nav li {
        display: block;
        margin-right: 0;
        margin-bottom: 3.62319vw; }
        .footer-nav li:last-child {
          margin-bottom: 0; }
      .footer-copy {
        font-size: 2.89855vw;
        padding: 4.10628vw 7.24638vw 4.58937vw; }
        .footer-copy p {
          margin-bottom: 0; } }

/* ======================================================================================== ^^
	Site main
=========================================================================================== ^^ */
.wrap {
  overflow: hidden; }

.site-main {
  background-color: #fff;
  position: relative; }
  .site-main-in {
    padding-top: 4.75rem;
    padding-bottom: 6.25rem; }
  @media only screen and (max-width: 768px) {
    .site-main-in {
      padding-top: 4.83092vw;
      padding-bottom: 19.32367vw; } }

/* ======================================================================================== ^^
	Page contents
=========================================================================================== ^^ */
.page-contents {
  width: 100%;
  padding: 0 6.76329vw; }
  .detail-page .page-contents {
    padding: 0;
    margin: -17.3913vw auto 0; }
    @media (min-width: 769px) {
      .detail-page .page-contents {
        max-width: 75rem;
        width: 100%;
        margin-top: vw(-110, 1200); } }
    @media (min-width: 1201px) {
      .detail-page .page-contents {
        margin-top: -6.875rem; } }
  .detail-page2 .page-contents {
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 721px) {
      .detail-page2 .page-contents {
        max-width: 45rem;
        padding: 0; } }
  .page-contents2 {
    max-width: 60rem;
    padding: 0 6.52174vw;
    margin: 0 auto; }
    @media (min-width: 769px) {
      .page-contents2 {
        padding: 0 0 0 vw(20, 1200); } }
    @media (min-width: 1201px) {
      .page-contents2 {
        padding: 0; } }

/* ======================================================================================== ^^
	Main visual
=========================================================================================== ^^ */
.main-visual {
  width: 100%;
  height: 0;
  padding-top: 39%;
  background-image: url("../img/top/img_kv@2x.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .main-visual-logo {
    width: 25vw;
    height: auto;
    margin: auto;
    position: absolute;
    top: calc(50% - 70px);
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
  @media only screen and (max-width: 768px) {
    .main-visual {
      height: 200px;
      padding-top: 0; }
      .main-visual-logo {
        width: 52.17391vw;
        height: 14.97585vw;
        top: 50%; } }

/* ======================================================================================== ^^
	News-block
=========================================================================================== ^^ */
.news-block {
  background: rgba(148, 122, 130, 0.5); }
  .news-block-inner {
    width: 1004px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.9375rem 0; }
  .news-block-title {
    font-size: 1.0625rem;
    line-height: 1.3125rem;
    margin-right: 1.5625rem;
    color: rgba(255, 255, 255, 0.5);
    width: 15%; }
  .news-block dl {
    width: 80%;
    color: #fff; }
    .news-block dl dt {
      float: left;
      font-size: 0.8125rem;
      color: rgba(255, 255, 255, 0.5); }
    .news-block dl dd {
      margin: 0 0 0.625rem 8.375rem;
      font-size: 0.875rem;
      line-height: 1.3125rem; }
      .news-block dl dd p {
        margin-bottom: 0; }
      .news-block dl dd:last-child {
        margin-bottom: 0; }
    .news-block dl a {
      color: #fff;
      text-decoration: underline; }
  .news-block .new-icon p:after {
    content: "NEW";
    font-family: "Marcellus", serif;
    font-size: 0.8125rem;
    color: #fff;
    background: #b51a1a;
    padding: 0 0.3125rem;
    margin-left: 0.9375rem; }
  @media only screen and (max-width: 768px) {
    .news-block {
      background: rgba(148, 122, 130, 0.7); }
      .news-block-inner {
        width: 100%;
        padding: 2.41546vw 3.62319vw 3.62319vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative; }
      .news-block-title {
        font-size: 4.10628vw;
        line-height: 5.07246vw;
        margin-right: 0;
        margin-bottom: 1.20773vw;
        width: 100%;
        position: absolute;
        top: -6.03865vw; }
      .news-block dl {
        width: 100%;
        color: #fff; }
        .news-block dl dt {
          clear: left;
          width: 100%;
          font-size: 3.1401vw; }
        .news-block dl dd {
          margin: 0;
          font-size: 3.62319vw;
          line-height: 5.07246vw; }
          .news-block dl dd p {
            margin-bottom: 0; }
      .news-block .new-icon p:after {
        font-size: 2.89855vw;
        padding: 0 1.20773vw;
        margin-left: 2.41546vw; } }

/* ======================================================================================== ^^
	Section
=========================================================================================== ^^ */
.section-wrap {
  padding: 5.1875rem 0 8.25rem; }

.section-title {
  font-size: 2rem;
  line-height: 1.7;
  text-align: center; }

.section-entitle {
  font-family: "Marcellus", serif;
  text-align: center;
  font-size: 1.0625rem;
  padding-top: 0.4375rem;
  color: #947a82; }

@media only screen and (max-width: 768px) {
  .section-wrap {
    padding: 8.21256vw 0 15.70048vw; }
  .section-title {
    font-size: 7.72947vw;
    line-height: 1.7; } }

/* ======================================================================================== ^^
	Photo Slide
=========================================================================================== ^^ */
.photo-slide {
  position: relative; }
  .photo-slide-block {
    margin: 0 auto 5.625rem; }
  .photo-slide-img-box {
    height: 28.125rem;
    margin-bottom: 0.9375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .photo-slide-img-v {
    max-height: 28.125rem;
    width: auto; }
  .photo-slide-img-w {
    max-width: 28.125rem;
    height: auto; }
  .photo-slide-text {
    font-size: 0.9375rem;
    text-align: center; }
  @media only screen and (max-width: 768px) {
    .photo-slide-block {
      margin: 0 auto 9.66184vw; }
    .photo-slide-img-box {
      height: 84.54106vw;
      margin-bottom: 3.62319vw; }
    .photo-slide-img-v {
      max-height: 84.54106vw;
      width: auto; }
    .photo-slide-img-w {
      max-width: 72.46377vw;
      height: auto; }
    .photo-slide-text {
      font-size: 3.62319vw; } }

.slide-arrow {
  width: 1.28125rem;
  height: 0.8rem;
  position: absolute;
  top: calc(50% - 60px);
  cursor: pointer;
  z-index: 100; }
  .slide-arrow-prev {
    left: 0; }
  .slide-arrow-next {
    right: 0; }
  @media only screen and (max-width: 768px) {
    .slide-arrow {
      width: 4.95169vw;
      height: 3.09179vw; }
      .slide-arrow-prev {
        left: 2.41546vw; }
      .slide-arrow-next {
        right: 2.41546vw; } }

.slide-dots {
  margin-top: 3.125rem;
  text-align: center; }
  .slide-dots li {
    display: inline-block;
    margin-right: 1.25rem; }
    .slide-dots li:last-child {
      margin-right: 0; }
    .slide-dots li button {
      position: relative;
      text-indent: -9999px; }
      .slide-dots li button:before {
        content: '';
        background: #e2e2e2;
        width: 0.625rem;
        height: 0.625rem;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0; }
    .slide-dots li.slick-active button:before {
      background: #947a82; }
  @media only screen and (max-width: 768px) {
    .slide-dots {
      margin-top: 9.66184vw; } }
.slick-initialized .slick-slide {
padding: 0 15px;
  margin: 0 10px; }

/* ======================================================================================== ^^
	Buttons
=========================================================================================== ^^ */
.btn {
  display: block;
  background: #947a82;
  text-align: center;
  cursor: pointer; }
  .btn a {
    color: #fff;
    padding: 0.9375rem;
    position: relative;
    display: block; }
    .btn a:after {
      content: "";
      background: url("../img/common/ico_arrow_white.svg") 0 0 no-repeat;
      background-size: contain;
      width: 0.8125rem;
      height: 0.5125rem;
      position: absolute;
      top: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 1.25rem; }
    .btn a:hover {
      background: #CA95A5;
      opacity: 1;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  @media only screen and (max-width: 768px) {
    .btn a {
      font-size: 3.86473vw;
      padding: 3.62319vw; }
      .btn a:after {
        width: 3.1401vw;
        height: 1.98068vw;
        right: 4.83092vw; } }

.btn2 a {
  font-size: 0.875rem;
  padding: 0.3125rem;
  border-bottom: 1px solid #333;
  display: block;
  width: 3.5rem;
  position: relative;
  margin-left: auto; }
  .btn2 a:after {
    content: "";
    background: url("../img/common/slide_arrow_next.svg") 0 0 no-repeat;
    background-size: contain;
    width: 0.8125rem;
    height: 0.5125rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0; }

@media only screen and (max-width: 768px) {
  .btn2 a {
    font-size: 3.38164vw;
    padding: 1.20773vw;
    width: 13.52657vw; }
    .btn2 a:after {
      width: 3.1401vw;
      height: 1.98068vw; } }

/* ======================================================================================== ^^
	Btn Box
=========================================================================================== ^^ */
.btn-box {
  width: 664px;
  margin: 0 auto; }
  .btn-box-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
  .btn-box .btn {
    width: calc(50% - 8px);
    margin-right: 1rem; }
    .btn-box .btn:last-child {
      margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .btn-box {
      width: 100%; }
      .btn-box-in {
        padding: 0 7.24638vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .btn-box .btn {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4.83092vw; }
        .btn-box .btn:last-child {
          margin-bottom: 0; } }

/* ======================================================================================== ^^
	News List
=========================================================================================== ^^ */
.news-list {
  padding-top: 4.1875rem;
  margin-bottom: 6.25rem; }
  .news-list-item {
    padding: 1.875rem 1.875rem 2.5rem;
    border-bottom: 1px dotted #e2e2e2; }
    .news-list-item:last-child {
      border-bottom: none; }
  .news-list-date {
    font-size: 0.875rem;
    color: #999; }
  .news-list-title {
    font-size: 1.0625rem;
    color: #947a82;
    font-weight: bold; }
    .news-list-title a {
      color: #947a82;
      text-decoration: underline; }
  .news-list-honbun p {
    margin-bottom: 0; }
    .news-list-honbun p a {
      text-decoration: underline; }
  .news-list-honbun ul li {
    list-style: disc;
    text-indent: 1em; }
  @media only screen and (max-width: 768px) {
    .news-list {
      padding-top: 0;
      margin-bottom: 7.24638vw; }
      .news-list-item {
        padding: 6.03865vw 0 7.24638vw; }
      .news-list-date {
        font-size: 3.38164vw; }
      .news-list-title {
        font-size: 4.58937vw; }
      .news-list-honbun {
        font-size: 3.86473vw; } }

.news-list2 dt {
  float: left; }

.news-list2 dd {
  margin-left: 9.0625rem; }
  .news-list2 dd ul li p strong {
    font-weight: bold; }  
.news-list2 a {
	color: #947a82;
  text-decoration: underline; }

@media only screen and (max-width: 768px) {
  .news-list2 {
    overflow: hidden; }
    .news-list2 dt {
      clear: left;
      width: 100%; }
    .news-list2 dd {
      margin-left: 0; }
      .news-list2 dd p {
        font-size: 3.86473vw; } }

/* ======================================================================================== ^^
	Top Button
=========================================================================================== ^^ */
#top-btn {
  position: fixed;
  bottom: 1.25rem;
  right: 3.125rem; }
  #top-btn a {
    display: block;
    background: #b9a9ae;
    border-radius: 50%;
    width: 4.5rem;
    height: 4.5rem;
    text-align: center;
    line-height: 5rem;
    font-size: 0.9375rem;
    font-family: "Marcellus", serif;
    position: relative; }
    #top-btn a:before {
      content: "";
      background: url("../img/common/ico_arrow_top@2x.png") 0 0 no-repeat;
      background-size: contain;
      width: 0.7rem;
      height: 0.46875rem;
      position: absolute;
      top: 1.125rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  @media only screen and (max-width: 768px) {
    #top-btn {
      bottom: 2.41546vw;
      right: 2.41546vw; }
      #top-btn a {
        width: 3.75rem;
        height: 3.75rem;
        line-height: 4.375rem; }
        #top-btn a:before {
          top: 0.8125rem; } }

/* ======================================================================================== ^^
	Pages
=========================================================================================== ^^ */
.page-kv {
  max-width: 1004px;
  margin: 0 auto 3.75rem; }
  .page-kv-block {
    border-bottom: 1px solid #947a82;
    padding-bottom: 3.4375rem; }

.page-title {
  text-align: center;
  font-size: 2.25rem;
  margin-bottom: 1.1875rem; }

.page-entitle {
  font-size: 1.0625rem;
  color: #947a82;
  text-align: center; }

.page-title02 {
  color: #947a82;
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 2.8125rem;
  font-weight: bold; }

.page-title03 {
  color: #947a82;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1.1875rem; }

.page-title04 {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center; 
  margin-bottom: 0.9375rem; }
  
@media only screen and (max-width: 768px) {
  .page-kv {
    max-width: 100%;
    margin: 0 auto 7.24638vw; }
    .page-kv-block {
      padding: 4.83092vw; }
  .page-title {
    font-size: 6.76329vw;
    margin-bottom: 2.41546vw; }
  .page-entitle {
    font-size: 3.86473vw; }
  .page-title02 {
    font-size: 5.31401vw;
    margin-bottom: 6.03865vw; }
  .page-title03 {
    color: #947a82;
    font-size: 4.34783vw;
    margin-bottom: 4.58937vw; }
  .page-title04 {
    font-size: 4.34783vw;
    margin-bottom: 3.62319vw; } }

/* ======================================================================================== ^^
	Navigation
=========================================================================================== ^^ */
.sp-nav {
  z-index: 200;
  position: absolute;
  visibility: hidden;
  width: 90%;
  left: -90%;
  top: 15.94203vw;
  background: #947a82;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  padding: 7.24638vw 11.11111vw 9.66184vw;
  font-size: 3.86473vw; }
  .sp-nav.is-active {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    position: absolute;
    left: 106%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  .sp-nav li {
    color: #fff; }
    .sp-nav li a {
      color: #fff; }
    .sp-nav li:nth-child(5) {
      padding-bottom: 4.83092vw;
      border-bottom: 1px solid #b3b3b3; }
    .sp-nav li + .member a {
      position: relative; }
      .sp-nav li + .member a:after {
        content: "";
        background: url("../img/common/ico_member.svg") 0 0 no-repeat;
        background-size: contain;
        width: 2.41546vw;
        height: 3.26087vw;
        position: absolute;
        top: 0.72464vw;
        right: -4.34783vw; }
  .sp-nav li + li {
    padding-top: 4.83092vw; }
  .sp-nav .sub-menu {
    padding-top: 4.83092vw; }
    .sp-nav .sub-menu li {
      margin-left: 4.83092vw; }
      .sp-nav .sub-menu li a {
        color: #ddd; }
    .sp-nav .sub-menu li + li {
      padding-top: 3.62319vw; }

.nav-btn {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  /* 	top: 13px; */
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .nav-btn-line {
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px; }

.nav-btn, .nav-btn span {
  display: inline-block;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.nav-btn span:nth-of-type(1) {
  top: 4px; }

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

.nav-btn span:nth-of-type(3) {
  bottom: 4px; }

.nav-btn.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  -ms-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg); }

.nav-btn.is-active span:nth-of-type(2) {
  opacity: 0; }

.nav-btn.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  -ms-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg); }

/* ======================================================================================== ^^
	Local Nav
=========================================================================================== ^^ */
.local-nav {
  border-top: 1px solid #947a82;
  padding-top: 1.25rem; }
  .local-nav-in {
    max-width: 1004px;
    margin: 0 auto;
    text-align: center; }
    .local-nav-in li {
      display: inline-block;
      margin-right: 3.75rem;
      font-size: 0.875rem; }
      .local-nav-in li:last-child {
        margin-right: 0; }
      .local-nav-in li a {
        color: #947a82; }
        .local-nav-in li a:hover {
          text-decoration: underline; }
    .local-nav-in .is-active {
      color: #e2e2e2; }
    .local-nav-in .current-menu-item a {
      color: #e2e2e2; }
  @media only screen and (max-width: 768px) {
    .local-nav-in {
      max-width: 100%; }
      .local-nav-in li {
        width: 100%;
        display: block;
        margin-right: 0;
        margin-bottom: 1.20773vw;
        font-size: 3.38164vw; } }

/* ======================================================================================== ^^
	Pager
=========================================================================================== ^^ */
.pager {
  border-top: 1px solid #947a82;
  padding-top: 1.25rem; }
  .pager-in {
    max-width: 1004px;
    margin: 0 auto;
    text-align: center; }
    .pager-in li {
      display: inline-block;
      margin-right: 2rem;
      font-size: 0.875rem; }
      .pager-in li:last-child {
        margin-right: 0; }
      .pager-in li a {
        color: #947a82; }
        .pager-in li a:hover {
          text-decoration: underline; }
    .pager-in .is-active {
      color: #e2e2e2; }
  .pager-img {
    padding-top: 0.5rem; }
	.wp-pagenavi {
    max-width: 1004px;
    margin: 0 auto;
    text-align: center;
     }
    .wp-pagenavi a, .wp-pagenavi span{
    border: none!important;
    color: #999; }
    .wp-pagenavi span.current {
	    color: #947a82;
    }
  @media only screen and (max-width: 768px) {
    .pager-in {
      max-width: 100%; }
      .pager-in li {
        margin-right: 7.72947vw;
        font-size: 3.38164vw; }
    .pager-img {
      padding-top: 1.93237vw; } }

/* ======================================================================================== ^^
	Founder Gallery
=========================================================================================== ^^ */
.founder-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .founder-gallery li {
    width: calc((100% - 105px) / 4);
    margin-right: 35px;
    margin-bottom: 3.125rem;
    text-align: center; }
    .founder-gallery li:nth-child(4n) {
      margin-right: 0; }
  .founder-gallery-img {
    height: 12.5rem;
    margin-bottom: 0.8125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .founder-gallery-img-v {
      max-height: 12.5rem;
      width: auto; }
    .founder-gallery-img-w {
      max-width: 12.5rem;
      height: auto; }
  .founder-gallery-title {
    font-size: 0.9375rem;
    margin-bottom: 0.5rem; }
  .founder-gallery-place {
    font-size: 0.875rem;
    color: #999;
    margin-bottom: 0.3125rem;
    display: inline-block;
    position: relative; }
    .founder-gallery-place:before {
      content: "";
      background: url("../img/common/ico_place.svg") 0 0 no-repeat;
      background-size: contain;
      width: 12px;
      height: 17.8px;
      position: absolute;
      top: 3px;
      left: -18px; }
  .founder-gallery-time {
    color: #999;
    font-size: 0.75rem; }
  @media only screen and (max-width: 768px) {
    .founder-gallery {
      -webkit-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .founder-gallery li {
        width: calc((100% - 35px) / 2);
        margin-right: 35px;
        margin-bottom: 4.83092vw; }
        .founder-gallery li:nth-child(2n) {
          margin-right: 0; }
      .founder-gallery-img {
        height: 150px;
        margin-bottom: 3.1401vw; }
        .founder-gallery-img-v {
          max-height: 150px; }
        .founder-gallery-img-w {
          max-width: 150px; }
      .founder-gallery-title {
        font-size: 3.62319vw;
        margin-bottom: 1.93237vw; }
      .founder-gallery-place {
        font-size: 3.38164vw;
        margin-bottom: 1.20773vw; }
      .founder-gallery-time {
        font-size: 2.89855vw; } }

/* ======================================================================================== ^^
	Accordion
=========================================================================================== ^^ */
.accordion {
  position: relative; }
  .accordion-btn {
    width: 20.25rem;
    margin: 0 auto;
    position: absolute;
    bottom: -1.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .accordion-btn span {
      color: #fff;
      padding: 0.9375rem;
      position: relative;
      display: block; }
      .accordion-btn span:after {
        content: "";
        background: url("../img/common/ico_arrow_down.svg") 0 0 no-repeat;
        background-size: contain;
        width: 0.8125rem;
        height: 0.5125rem;
        position: absolute;
        top: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 1.25rem; }
      .accordion-btn span:hover {
        background: #CA95A5;
        opacity: 1;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    .accordion-btn .text1 {
      display: block; }
    .accordion-btn .text2 {
      display: none; }
    .accordion-btn.is-open .text1 {
      display: none; }
    .accordion-btn.is-open .text2 {
      display: block; }
      .accordion-btn.is-open .text2:after {
        content: "";
        background: url("../img/common/ico_arrow_top@2x.png") 0 0 no-repeat;
        background-size: contain;
        width: 0.8125rem;
        height: 0.5125rem;
        position: absolute;
        top: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 1.25rem; }
  .accordion-contents {
    display: none; }
  @media only screen and (max-width: 768px) {
    .accordion-btn {
      width: 100%;
      bottom: -7.24638vw; }
      .accordion-btn span {
        padding: 3.62319vw;
        font-size: 3.86473vw; }
        .accordion-btn span:after {
          width: 3.1401vw;
          height: 1.98068vw;
          right: 4.83092vw; }
      .accordion-btn.is-open .text1 {
        display: none; }
      .accordion-btn.is-open .text2 {
        display: block; }
        .accordion-btn.is-open .text2:after {
          width: 3.1401vw;
          height: 1.98068vw;
          right: 4.83092vw; } }

/* ======================================================================================== ^^
	Side Nav
=========================================================================================== ^^ */
.side-nav li {
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  font-size: 1rem; }
  .side-nav li a {
    display: block;
    padding: 0.5rem;
    color: #947a82; }
  .side-nav li.current {
    font-weight: bold;
    color: red; }

@media only screen and (max-width: 768px) {
  .side-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .side-nav li {
      width: calc((100% - 15px) / 4);
      font-size: 3.86473vw;
      margin-right: 5px; }
      .side-nav li:nth-child(4n) {
        margin-right: 0; } }

/* ======================================================================================== ^^
	Tables
=========================================================================================== ^^ */
.award-table {
  width: 100%;
  border-collapse: collapse; }
  .award-table th {
    background: #f2f2f2;
    text-align: center;
    font-size: 0.875rem;
    border: 1px solid #b3b3b3;
    padding: 0.625rem; }
  .award-table td {
    padding: 0.625rem;
    border: 1px solid #b3b3b3; }
    .award-table td a {
      text-decoration: underline;
      color: #947a82; }
  .award-table-title {
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    vertical-align: top; }
  @media only screen and (max-width: 768px) {
    .award-table {
      display: block;
      overflow-x: scroll;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      font-size: 3.38164vw; }
      .award-table th {
        padding: 2.41546vw; }
      .award-table td {
        padding: 2.41546vw; }
      .award-table-title {
        font-size: 3.38164vw; } }
.tablepress thead th {
	text-align: center;
  border: 1px solid #b3b3b3;
  background: #f2f2f2 !important; }

.tablepress tbody td {
  border: 1px solid #b3b3b3; }
.tablepress tbody td a {
  text-decoration: underline;
  color: #947a82; }

/* ======================================================================================== ^^
	Select Box
=========================================================================================== ^^ */
.select-box {
  position: relative;
  background: #947a82; }
  .select-box select {
    width: 100%;
    padding: 1.25rem;
    cursor: pointer;
    text-indent: 0.01px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    color: #fff;
    font-size: 1rem; }
    .select-box select::-ms-expand {
      display: none; }
  .select-box option {
    color: #707070; }
  .select-box:after {
    content: "";
    background: url("../img/common/ico_arrow_down.svg") 0 0 no-repeat;
    background-size: contain;
    width: 11px;
    height: 7.4px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px; }
  @media only screen and (max-width: 768px) {
    .select-box select {
      padding: 4.83092vw;
      font-size: 3.86473vw; }
    .select-box:after {
      width: 2.657vw;
      height: 1.78744vw;
      top: 50%;
      right: 3.62319vw; } }

/* ======================================================================================== ^^
	Contestants
=========================================================================================== ^^ */
.contestants-number {
  text-align: center;
  color: #999;
  margin-bottom: 0; }
  .contestants-number span {
    margin-left: 0.3125rem;
      color: #999!important; }

.contestants-author {
  text-align: center;
  color: #999;
  margin-bottom: 0; }

.contestants-place {
  text-align: center;
  width: 100%;
  margin-bottom: 1.875rem; }
  .contestants-place:before {
    left: auto;
    margin-left: -1.25rem; }
.contestants-place2 {
  text-align: center;
  width: 100%;
  margin-bottom: 0; }
  .contestants-place2:before {
    left: auto;
    margin-left: -1.25rem; }
.contestants-left {
  text-align: left; }
@media only screen and (max-width: 768px) {
.contestants-place2 {
  margin-bottom: 15px; }
}
  
/* ======================================================================================== ^^
	Top page
=========================================================================================== ^^ */
.top-main {
  position: relative; }
  .top-main .news-block {
    position: absolute;
    bottom: 0;
    width: 100%; }

.top-monthly {
  border-bottom: 1px solid #947a82; }
  .top-monthly-inner {
    max-width: 1004px;
    margin: 0 auto; }
  .top-monthly-subtitle {
    font-size: 1.1875rem;
    text-align: center;
    margin: 2.5rem 0 4.375rem;
    position: relative;
    padding: 0 4.0625rem; }
    .top-monthly-subtitle:before {
      position: absolute;
      top: calc(50% - 0.5px);
      left: calc(50% - 180px);
      width: 22.5rem;
      content: "";
      height: 1px;
      background: #333; }
    .top-monthly-subtitle span {
      position: relative;
      padding: 0 1em;
      background: #fff; }

.top-news-inner {
  max-width: 834px;
  margin: 0 auto; }

.top-news .btn {
  width: 20.25rem;
  margin: 0 auto; }

.top-founder {
  background: #e2e2e2; }
  .top-founder-inner {
    max-width: 834px;
    margin: 0 auto;
    padding: 7rem 0 6.25rem; }
  .top-founder-img {
    width: 12.5rem;
    width: 15.75rem;
    margin: 0 auto 2.625rem; }
  .top-founder-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #707070;
    margin-bottom: 0.625rem;
    text-align: center; }
  .top-founder-subtitle {
    font-family: "Marcellus", serif;
    color: #947a82;
    text-align: center; }
  .top-founder-honbun {
    color: #999;
    line-height: 2;
    margin-bottom: 2.1875rem; }

.top-awards {
  border-bottom: 1px solid #947a82; }
  .top-awards-inner {
    max-width: 1004px;
    margin: 0 auto; }

.top-aboutus {
  text-align: center;
  padding: 5rem 0 8.4375rem; }
  .top-aboutus-inner {
    max-width: 1004px;
    margin: 0 auto; }
  .top-aboutus-title {
    font-size: 1.125rem;
    color: #947a82;
    margin-bottom: 4.375rem; }
  .top-aboutus-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .top-aboutus-block-in {
      width: calc((100% - 16px) / 2);
      background: rgba(148, 122, 130, 0.1);
      padding: 2.3125rem 0.9375rem 1.875rem;
      margin-right: 16px; }
      .top-aboutus-block-in:last-child {
        margin-right: 0; }
  .top-aboutus-name {
    font-size: 1.375rem;
    font-weight: bold;
    color: #947a82; }
  .top-aboutus-add {
    color: #707070; }

@media only screen and (max-width: 768px) {
  .top-main {
    position: static; }
    .top-main .news-block {
      position: static;
      bottom: auto; }
  .top-monthly-inner {
    max-width: 100%; }
  .top-monthly .section-title {
    font-size: 5.7971vw; }
  .top-monthly-subtitle {
    font-size: 3.86473vw;
    margin: 5.31401vw 0 8.21256vw;
    padding: 0 4.10628vw; }
    .top-monthly-subtitle:before {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 80%; }
  .top-news-inner {
    max-width: 100%;
    padding: 0 7.24638vw; }
  .top-news .btn {
    width: 20.25rem;
    margin: 0 auto; }
  .top-founder-inner {
    max-width: 100%;
    padding: 15.70048vw 7.24638vw; }
  .top-founder-img {
    width: 48.30918vw;
    width: 60.86957vw;
    margin: 0 auto 7.24638vw; }
  .top-founder-title {
    font-size: 4.83092vw;
    margin-bottom: 2.41546vw; }
  .top-founder-honbun {
    margin-bottom: 8.45411vw; }
  .top-aboutus {
    padding: 12.07729vw 0 31.40097vw; }
    .top-aboutus-inner {
      max-width: 100%;
      padding: 0 7.24638vw; }
    .top-aboutus-title {
      font-size: 4.34783vw;
      margin-bottom: 12.07729vw; }
    .top-aboutus-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .top-aboutus-block-in {
        width: 100%;
        padding: 7.24638vw 3.62319vw;
        margin-right: 0; }
        .top-aboutus-block-in:first-child {
          margin-bottom: 3.62319vw; }
        .top-aboutus-block-in p {
          margin-bottom: 0; }
    .top-aboutus-name {
      font-size: 5.31401vw; } }

/* ======================================================================================== ^^
	History page
=========================================================================================== ^^ */
.page-history-section {
  max-width: 834px;
  margin: 0 auto;
  padding: 4.3125rem 0; }

.page-history-block {
  border-bottom: 1px dotted #e2e2e2;
  padding-bottom: 3.3125rem; }
  .page-history-block:last-child {
    border-bottom: none; }

.page-history-block + .page-history-block {
  padding-top: 3.3125rem; }

.page-history-img {
  max-width: 32.8125rem;
  margin: 3.125rem auto 0; }
  .page-history-img figcaption {
    font-size: 0.8125rem;
    color: #707070;
    text-align: center;
    margin-top: 0.6875rem; }

@media only screen and (max-width: 768px) {
  .page-history-section {
    max-width: 100%;
    padding: 7.24638vw 4.83092vw; }
  .page-history-block {
    padding-bottom: 7.24638vw; }
  .page-history-block + .page-history-block {
    padding-top: 7.24638vw; } }

/* ======================================================================================== ^^
	Entrance page
=========================================================================================== ^^ */
.page-entrance-section {
  max-width: 834px;
  margin: 0 auto;
  padding: 4.3125rem 0; }
  .page-entrance-section a {
    color: #947a82;
    text-decoration: underline; }
  .page-entrance-section:last-of-type {
    margin-bottom: 7.5rem; }
  .page-entrance-section ul li:nth-child(4) {
    text-indent: 1.5em; }

.page-entrance .adobe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .page-entrance .adobe-img {
    width: 5.5rem;
    height: 1.9375rem;
    margin-right: 1.25rem; }
  .page-entrance .adobe p {
    font-size: 0.875rem;
    color: #707070;
    margin-bottom: 0; }

@media only screen and (max-width: 768px) {
  .page-entrance-section {
    max-width: 100%;
    padding: 7.24638vw 4.83092vw; }
    .page-entrance-section:last-of-type {
      margin-bottom: 14.49275vw; }
  .page-entrance .adobe {
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .page-entrance .adobe-img {
      width: 21.25604vw;
      height: 7.48792vw;
      margin-right: 4.83092vw; }
    .page-entrance .adobe p {
      font-size: 3.38164vw; } }

/* ======================================================================================== ^^
	Rules page
=========================================================================================== ^^ */
.page-rules-section {
  max-width: 834px;
  margin: 0 auto;
  padding: 4.3125rem 0; }
  .page-rules-section a {
    color: #947a82;
    text-decoration: underline; }
  .page-rules-section:last-of-type {
    margin-bottom: 7.5rem; }
  .page-rules-section dl {
    margin-bottom: 2.5rem; }
    .page-rules-section dl dt {
      font-weight: bold; }
      .page-rules-section dl dt:before {
        content: "■";
        margin-right: 0.3125rem; }
    .page-rules-section dl:last-child {
      margin-bottom: 0; }
    .page-rules-section dl ul {
      margin-left: 0.9375rem; }

@media only screen and (max-width: 768px) {
  .page-rules-section {
    max-width: 100%;
    padding: 7.24638vw 4.83092vw; }
    .page-rules-section:last-of-type {
      margin-bottom: 14.49275vw; }
    .page-rules-section dl {
      margin-bottom: 7.24638vw; }
      .page-rules-section dl dt {
        font-weight: bold; }
        .page-rules-section dl dt:before {
          content: "■";
          margin-right: 1.20773vw; }
      .page-rules-section dl:last-child {
        margin-bottom: 0; }
      .page-rules-section dl ul {
        margin-left: 3.62319vw; } }

/* ======================================================================================== ^^
	Inquiry page
=========================================================================================== ^^ */
.page-inquiry-section {
  max-width: 834px;
  margin: 0 auto;
  padding: 4.3125rem 0;
  text-align: center; }
  .page-inquiry-section dl {
    margin-bottom: 1.875rem; }
    .page-inquiry-section dl dt {
      font-weight: bold;
      font-size: 1.125rem; }
    .page-inquiry-section dl:last-child {
      margin-bottom: 0; }

@media only screen and (max-width: 768px) {
  .page-inquiry-section {
    max-width: 100%;
    padding: 7.24638vw 4.83092vw; } }

/* ======================================================================================== ^^
	News page
=========================================================================================== ^^ */
.page-news-section {
  max-width: 834px;
  margin: 0 auto;
  padding: 4.3125rem 0; }
  .page-news-section .news-list {
    padding-top: 0; }

.page-news-img {
  max-width: 32.8125rem;
  margin: 3.125rem auto 0; }
  .page-news-img figcaption {
    font-size: 0.8125rem;
    color: #707070;
    text-align: center;
    margin-top: 0.6875rem; }

@media only screen and (max-width: 768px) {
  .page-news-section {
    max-width: 100%;
    padding: 7.24638vw 4.83092vw; } }

/* ======================================================================================== ^^
	Founder page
=========================================================================================== ^^ */
.page-founder-section {
  max-width: 834px;
  margin: 0 auto;
  padding: 4.3125rem 0 7.5rem; }

.page-founder-img {
  max-width: 15.625rem;
  margin: 3.125rem auto; }

.page-founder-list dt {
  float: left; }

.page-founder-list dd {
  margin-left: 10rem;
  margin-bottom: 0.625rem; }

@media only screen and (max-width: 768px) {
  .page-founder-section {
    max-width: 100%;
    padding: 7.24638vw 4.83092vw 24.15459vw; }
  .page-founder-text {
    font-size: 3.86473vw; }
    .page-founder-text:last-child {
      margin-bottom: 0; }
  .page-founder-img {
    max-width: 60.38647vw;
    margin: 12.07729vw auto; }
  .page-founder-list {
    font-size: 3.86473vw; }
    .page-founder-list dt {
      clear: left;
      width: 100%; }
    .page-founder-list dd {
      margin-left: 3.62319vw;
      margin-bottom: 2.41546vw; } }

/* ======================================================================================== ^^
	Award page
=========================================================================================== ^^ */
.page-award-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .page-award-wrap-left {
    width: 138px;
    margin-right: 100px; }
  .page-award-wrap-right {
    width: calc(100% - 238px); }
    .page-award-wrap-right > h2 {
      padding-top: 2.5rem; }

.page-award-section {
  max-width: 1004px;
  margin: 0 auto;
  padding: 4.3125rem 0; }

.page-award-box {
  margin-bottom: 3.125rem; }

.page-award .award-table {
  margin-top: 2.5rem; }

@media only screen and (max-width: 768px) {
  .page-award.page-title02 {
    margin-top: 4.83092vw; }
  .page-award-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .page-award-wrap-left {
      width: 100%;
      margin-bottom: 12.07729vw; }
    .page-award-wrap-right {
      width: 100%; }
      .page-award-wrap-right > h2 {
        padding-top: 4.83092vw; }
  .page-award-section {
    max-width: 100%;
    padding: 7.24638vw 4.83092vw; }
  .page-award-box {
    margin-bottom: 12.07729vw; }
  .page-award .award-table {
    margin-top: 4.83092vw; } }

/* ======================================================================================== ^^
	Monthly-meeting page
=========================================================================================== ^^ */
.page-monthly-section {
  padding: 4.3125rem 0;
  border-bottom: 1px solid #947a82; }
  .page-monthly-section-in {
    max-width: 1004px;
    margin: 0 auto; }

.page-monthly-gallery {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .page-monthly-gallery-col {
    width: calc((100% - 100px) / 3);
    margin-right: 50px;
    border: 1px solid #ddd;
    margin-bottom: 40px; }
    .page-monthly-gallery-col:nth-child(3n) {
      margin-right: 0; }
  .page-monthly-gallery-img {
    position: relative;
    overflow: hidden;
    padding-top: 60%; }
    .page-monthly-gallery-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: auto; }
  .page-monthly-gallery-info {
    padding: 0.75rem 1.25rem;
    color: #999;
    text-align: center; }
    .page-monthly-gallery-info .no {
      font-size: 0.875rem;
      margin-bottom: 0.3125rem; }
    .page-monthly-gallery-info .title {
      font-size: 1rem; }
    .page-monthly-gallery-info .author {
      font-size: 1rem;
      margin-bottom: 0.3125rem; }
    .page-monthly-gallery-info .place {
      font-size: 0.875rem;
      display: inline-block;
      position: relative;
      margin-bottom: 0; }
      .page-monthly-gallery-info .place:before {
        content: "";
        background: url("../img/common/ico_place.svg") 0 0 no-repeat;
        background-size: contain;
        width: 12px;
        height: 17.8px;
        position: absolute;
        top: 3px;
        left: -18px; }
  .page-monthly-gallery-votewrap {
    text-align: center; }
    .page-monthly-gallery-votewrap .vote-result {
      background: #b9a9ae;
      color: #fff;
      margin-bottom: 0;
      padding: 0.625rem;
      font-size: 1rem; }
    .page-monthly-gallery-votewrap .votewrap-btn a {
      display: block;
      background: #947a82;
      color: #fff;
      padding: 0.625rem;
      font-size: 1rem; }

.page-monthly-footer {
  overflow: hidden;
  width: 29.875rem;
  margin: 3.125rem auto;
  text-align: center; }

@media only screen and (max-width: 768px) {
  .page-monthly-section {
    max-width: 100%;
    padding: 7.24638vw 4.83092vw; }
    .page-monthly-gallery-col {
      width: calc((100% - 10px) / 2);
      margin-right: 10px;
      margin-bottom: 4.83092vw; }
      .page-monthly-gallery-col:nth-child(3n) {
        margin-right: 10px; }
      .page-monthly-gallery-col:nth-child(2n) {
        margin-right: 0; }
    .page-monthly-gallery-img {
      position: relative;
      overflow: hidden;
      padding-top: 60%; }
      .page-monthly-gallery-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto; }
    .page-monthly-gallery-info {
      padding: 2.89855vw 4.83092vw; }
      .page-monthly-gallery-info .no {
        font-size: 3.38164vw;
        margin-bottom: 1.20773vw; }
      .page-monthly-gallery-info .title {
        font-size: 3.86473vw; }
      .page-monthly-gallery-info .author {
        font-size: 3.86473vw;
        margin-bottom: 1.20773vw; }
      .page-monthly-gallery-info .place {
        font-size: 3.38164vw; }
    .page-monthly-gallery-votewrap .vote-result {
      padding: 2.41546vw;
      font-size: 3.86473vw; }
    .page-monthly-gallery-votewrap .votewrap-btn a {
      padding: 2.41546vw;
      font-size: 3.86473vw; }
  .page-monthly-footer {
    padding: 0 4.83092vw;
    width: 100%;
    margin: 7.24638vw auto; } }

/* ======================================================================================== ^^
	WP Voting Contest
=========================================================================================== ^^ */
.wpvc_vote_contest_top_bar {
  display: none; }

.wpvc_vote_post_container_show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  clear: both; }
  @media only screen and (max-width: 768px) {
    .wpvc_vote_post_container_show {
      display: column; } }

.wpvc_vote_showcontent_view {
  width: calc((100% - 100px) / 3) !important;
  margin-right: 50px;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 100px; }
  .wpvc_vote_showcontent_view:nth-child(3n) {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .wpvc_vote_showcontent_view {
      width: 100% !important; } }

.wpvc_shwpvc_contestant img {
  width: 100% !important;
  height: 300px !important;
  object-fit: contain; }
  
 .wpvc_vote_cont_img {
	 width: 100%!important;
/* 	 height: 300px!important; */
 }
  
 .wpvc_vote_cont_img img {
	 width: auto!important;
	 height: auto!important;
	 object-fit: contain!important;
 }
.wpvc_shwpvc_contestant h2 {
	text-align: center;
	width: 100%;
  padding: 5px; }

.vote_left_side_content {
  width: 100%;
  margin-bottom: 10px;
  padding-right: 0 !important; }
  .vote_right_side_content h2 a{
	  text-decoration: underline!important;
  }
.wpvc_shwpvc_vote_square {
	width: calc(50% - 1px)!important;
	display: block;	}
.wpvc_shwpvc_vote_button{
	width: calc(50% - 1px)!important;
	display: block;	}
.wpvc_shwpvc_vote_button a{
		width: 100%!important;}
.wpvc_shwpvc_vote_button a {
	display: block;
	width: 100%!important;}
.wpvc_vote_list .wpvc_shwpvc_vote_cnt {
	display: flex;
	}
.pp_social {
	width: 100%;
	}
.pp_social .wpvc_shwpvc_vote_square {
	width: 100%!important;
	text-align: center;}
.pp_social .wpvc_shwpvc_vote_button {
	width: 100%!important;}
	
@media only screen and (max-width: 768px) {
	.wpvc_shwpvc_vote_square{
		width: 100%!important;
	}
	.wpvc_shwpvc_vote_button{
		width: 100%!important;
	}
	.vote_right_side_content {
		width: 100%!important;
	}
	.pp_kalypso {
		top: 50%!important;
		left: 50%!important;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
	}
	.wpvc_overlay_bg {
		opacity: 0!important;
	}
	.pp_kalypso .pp_content {
/* 		width: 100vw!important; */
	}
}
	
/* ======================================================================================== ^^
	Member page
=========================================================================================== ^^ */
.page-member-section {
  padding: 4.3125rem 0;
  border-bottom: 1px solid #947a82; }
  .page-member-section-in {
    max-width: 834px;
    margin: 0 auto; }

.page-member .news-list {
  padding-top: 0;
  margin-bottom: 0; }

.page-member-free p {
  font-size: 1rem; }
  .page-member-free p a {
    color: #947a82;
    text-decoration: underline; }

.page-member-free img {
  width: 25rem;
  height: auto;
  margin: 1.875rem auto;
  text-align: center;
  display: block; }

.page-member-img {
  width: 25rem;
  height: auto;
  margin: 1.875rem auto;
  text-align: center;
  display: block; }
  .page-member-img img {
    width: 100%;
    height: auto; }

.page-member-footer {
  width: 664px;
  margin: 0 auto; }

.page-member-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .page-member-nav li {
    width: calc((100% - 17px) / 2);
    margin-right: 17px;
    text-align: center;
    border-bottom: 1px solid #e2e2e2; }
    .page-member-nav li a {
      font-size: 1rem;
      color: #947a82;
      display: inline-block;
      padding: 1.5625rem; }
    .page-member-nav li:nth-child(2n) {
      margin-right: 0; }
    .page-member-nav li .pdf {
      position: relative; }
      .page-member-nav li .pdf:after {
        content: "";
        background: url("../img/common/ico_pdf@2x.png") 0 0 no-repeat;
        background-size: contain;
        width: 13.8px;
        height: 17px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0; }

@media only screen and (max-width: 768px) {
  .page-member-section {
    max-width: 100%;
    padding: 7.24638vw 4.83092vw; }
  .page-member .news-list-item:first-child {
    padding-top: 0; }
  .page-member-free p {
    font-size: 3.86473vw; }
  .page-member-free img {
    width: 100%;
    margin: 7.24638vw auto; }
  .page-member-text p {
    font-size: 3.86473vw; }
  .page-member-img {
    width: 100%;
    height: auto;
    margin: 7.24638vw auto; }
  .page-member-footer {
    width: 100%; }
  .page-member-nav {
    padding: 0 4.83092vw;
    margin-bottom: 7.24638vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .page-member-nav li {
      width: calc((100% - 17px) / 2);
      margin-right: 17px; }
      .page-member-nav li a {
        font-size: 3.38164vw;
        padding: 4.83092vw; }
      .page-member-nav li .pdf {
        position: relative; }
        .page-member-nav li .pdf:after {
          width: 3.33333vw;
          height: 4.10628vw;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 0; } }
