@charset "UTF-8";
/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* ---------------------------------
reset
--------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
  display: block;
}

a, hr {
  padding: 0;
}

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

ins, mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

li, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

/* ---------------------------------
coloring
--------------------------------- */
/* sns周り */
/* ---------------------------------
responsive
--------------------------------- */
.sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}

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

html

-------------------------------*/
html, body {
  background: #efefef;
  font: 14px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  color: #000;
  font-feature-settings: "palt"; /*文字間詰め*/
  -webkit-text-size-adjust: 100%; /* adjust */
}
@media screen and (min-width: 960px) {
  html, body {
    font: 16px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    letter-spacing: 1px;
  }
}

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

.hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.click {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.click:active {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform: scale(0.95);
}

@media print {
  body {
    display: none;
  }
}
/*--****************************************

@PC - common.css
Copyright (c) ULM Co.,Ltd. - http://www.ulm-design.com

*****************************************--*/
html, body {
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; /*文字のアンチエイリアス設定*/
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt"; /*文字間詰め*/
  -webkit-text-size-adjust: 100%; /* adjust */
}

.hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

#wrapper

-------------------------------*/
#wrapper {
  width: 100%;
  min-width: 1024px;
  display: block;
  position: relative;
  background: #000;
}

@media all and (max-width: 768px) {
  #wrapper {
    width: 100%;
    min-width: 100%;
  }
}
/*-------------------------------

@SNS

-------------------------------*/
.sns-btn {
  display: block;
  height: 20px;
  padding: 0 10px 0 0;
}

.sns-btn:nth-last-child(1) {
  padding: 0;
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
}

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

@modules

--------------------------------------------------------------*/
.en-font {
  font-family: Georgia, "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
}

.font10 {
  font-size: 77%;
}

.font11 {
  font-size: 85%;
}

.font12 {
  font-size: 93%;
}

.font13 {
  font-size: 100%;
}

.font14 {
  font-size: 108%;
}

.font15 {
  font-size: 116%;
}

.font16 {
  font-size: 124%;
}

.font17 {
  font-size: 131%;
}

.font18 {
  font-size: 139%;
}

.font19 {
  font-size: 147%;
}

.font20 {
  font-size: 154%;
}

.font21 {
  font-size: 162%;
}

.font22 {
  font-size: 169%;
}

.font23 {
  font-size: 177%;
}

.font24 {
  font-size: 185%;
}

.font25 {
  font-size: 192%;
}

.font26 {
  font-size: 200%;
}

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

@flex

-------------------------------*/
.flex {
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

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

clearfix

-------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

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

float

-------------------------------*/
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear {
  clear: both;
}

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

align

-------------------------------*/
.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

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

letter-spacing

-------------------------------*/
.space-none {
  letter-spacing: 0;
}

.space-narrow {
  letter-spacing: 0.1em;
}

.space-normal {
  letter-spacing: 2px;
}

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

a

-------------------------------*/
a {
  text-decoration: none;
  display: inline-block;
}

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

font-weight

-------------------------------*/
.bold {
  font-weight: bold;
}

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

font-style

-------------------------------*/
.italic {
  font-style: italic;
}

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

display

-------------------------------*/
.none {
  display: none;
}

.block {
  display: block;
}

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

position

-------------------------------*/
.relative {
  position: relative;
}

.margin-auto {
  margin: 0 auto;
}

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

guard

-------------------------------*/
.guard {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../common/img/spacer.gif);
  background-repeat: repeat;
}

.protect {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}

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

@style.css
Copyright (c) ULM Co.,Ltd. - http://www.ulm-design.com

*****************************************--*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#wrapper {
  position: relative;
}

#bg {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  overflow: hidden;
  z-index: -1;
	background: #000;
}

#main {
  width: 100%;
  min-width: inherit;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 960px) {
  #main {
    min-width: 980px;
    max-width: 1200px;
    padding: 0 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 230px 1fr;
    grid-template-columns: 230px 1fr;
    grid-template-areas: "head head" "left right" "foot foot";
  }
}

#head-area {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 30px 0;
}
@media screen and (min-width: 960px) {
  #head-area {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: head;
    margin: 50px 0 50px;
  }
}

#left-area {
  position: relative;
  height: 130px;
}
@media screen and (min-width: 960px) {
  #left-area {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: left;
    height: auto;
  }
}

#right-area {
  margin: 0;
  padding: 0 3%;
}
@media screen and (min-width: 960px) {
  #right-area {
    grid-area: right;
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}

#foot-area {
  text-align: center;
}
@media screen and (min-width: 960px) {
  #foot-area {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: foot;
  }
}

.head-img {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .head-img {
    width: 700px;
  }
}

.head-img img {
  width: 100%;
}

.en-ttl {
  display: block;
  color: #fff;
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  font-size: 24px;
  margin: 20px auto 0;
  text-align: center;
}

.link-btn {
  width: 180px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  position: relative;
  z-index: 3;
  border-radius: 20px;
  background: #917934;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .link-btn {
    margin: 0 0 30px 25px;
    transition: all 0.2s ease-out;
  }
  .link-btn:hover {
/*
		color: #917934;
    background: #fff;
*/
    opacity: 0.8;
  }
}

.side-box {
  width: 100%;
  margin: 0 0 30px;
  z-index: 1;
  position: absolute;
  top: 60px;
}
@media screen and (min-width: 960px) {
  .side-box {
    width: 230px;
    position: relative;
    top: auto;
  }
}

.side-ttl {
  color: #fff;
  display: flex;
  justify-content: center;
  height: 40px;
  font-size: 13px;
  padding: 10px;
  width: 33.3333333333%;
  position: absolute;
  left: 0;
  border-right: 1px solid #fff;
}
@media screen and (min-width: 960px) {
  .side-ttl {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    border-right: none;
    border-bottom: 1px dotted #917934;
  }
}
.side-ttl.ttl-recent {
  left: 33.3333333333%;
  border-right: 1px solid #fff;
}
@media screen and (min-width: 960px) {
  .side-ttl.ttl-recent {
    left: auto;
    border-right: none;
    border-bottom: 1px dotted #917934;
  }
}
.side-ttl.ttl-archive {
  left: 66.6666666667%;
  border-right: none;
}
@media screen and (min-width: 960px) {
  .side-ttl.ttl-archive {
    left: auto;
    border-right: none;
    border-bottom: 1px dotted #917934;
  }
}
.side-ttl.active {
  background: #917934;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .side-ttl.active {
    background: inherit;
    color: inherit;
  }
}

.side-box ul {
  background: #000 !important;
  padding: 0;
  position: absolute;
  top: 40px;
  width: 100%;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .side-box ul {
    padding: 10px;
    position: relative;
    background: transparent;
    height: auto;
    top: auto;
  }
}
.side-box li {
  border-bottom: 1px solid rgba(255, 230, 234, 0.3);
  font-weight: bold;
}
.side-box li:last-child {
  border-bottom: none;
}
@media screen and (min-width: 960px) {
  .side-box li {
    border: none;
    font-weight: normal;
  }
}
.side-box input[type=checkbox] {
  display: block;
  position: absolute;
  opacity: 0;
  height: 35px;
  top: 0;
  left: 0;
  border: none;
  border-radius: 0;
}
.side-box input[type=checkbox]:checked + ul {
  height: auto;
  padding: 0 5%;
  /* background: rgba(177,209,249,0.95); */
  background: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 960px) {
  .side-box input[type=checkbox] {
    display: none;
    height: auto;
  }
}
.side-box a {
  color: #fff;
  display: flex;
  padding: 7px 0 7px 15px;
  line-height: 1.4;
  position: relative;
  transition: all 0.2s ease-out;
  font-size: 0.9em;
}
.side-box a:hover {
  color: #fff;
}
.side-box a::after {
  display: block;
  position: absolute;
  content: "●";
  font-size: 8px;
  color: #917934;
  left: 0;
  top: 12px;
}

.archive-ttl {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin: 0 0 20px;
}
@media screen and (min-width: 960px) {
  .archive-ttl {
    font-size: 22px;
  }
}

.detail-box {
  background: #fff;
  padding: 30px 5vw;
  margin: 0 0 30px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 960px) {
  .detail-box {
    padding: 50px;
    margin: 0 0 50px;
  }
}
.detail-box .date {
  font-size: 14px;
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  font-weight: 400;
  color: #917934;
}
@media screen and (min-width: 960px) {
  .detail-box .date {
    font-size: 16px;
  }
}
.detail-box .cat {
  color: #fff;
  display: inline-block;
  background: #917934;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 5vw;
  right: 5vw;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 960px) {
  .detail-box .cat {
    font-size: 14px;
    top: 40px;
    right: 50px;
  }
}
.detail-box .cat:hover {
  opacity: .8;
  cursor: pointer;
}
.detail-box .ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  margin: 10px 0 20px;
  padding: 0 0 10px;
  font-size: 20px;
  border-bottom: 1px dotted #917934;
  line-height: 1.4;
  color: #000;
}
.detail-box .ttl a {
  color: #000;
  transition: all 0.4s ease;
}
.detail-box .ttl a:hover {
  color: #917934;
}
@media screen and (min-width: 960px) {
  .detail-box .ttl {
    margin: 10px 0 30px;
    padding: 0 0 20px;
    font-size: 28px;
  }
}

.txt-area {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .txt-area {
    font-size: 16px;
  }
}
.txt-area a {
  color: #000;
  text-decoration: underline;
}
.txt-area a:hover {
  text-decoration: none;
}
.txt-area p {
  margin: 0 0 1em;
}
.txt-area img,
.txt-area iframe {
  max-width: 100%;
  height: auto;
}

.screen-reader-text,
.page-numbers.next {
  display: none;
}

.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 30px;
}
.page-numbers li {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  position: relative;
  z-index: 1;
}
.page-numbers li a,
.page-numbers li span {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, "sans-serif";
  padding: 10px 0;
  background: #fff;
  background-size: 4px 4px;
  border: 1px solid #000;
  box-sizing: border-box;
  position: relative;
  transition: all 0.2s ease-out;
}
.page-numbers li span {
  background: #917934;
  border: 1px solid #917934;
  color: #fff;
}
.page-numbers li a:hover {
  background: #917934;
  border: 1px solid #917934;
  color: #fff;
}

.cc {
  padding: 20px;
  font-size: 10px;
  color: #fff;
}

#page-top {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 10px;
  right: 10px;
  background: #917934;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-out;
  z-index: 9999;
}
@media screen and (min-width: 960px) {
  #page-top {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
  }
}
#page-top:hover {
  cursor: pointer;
  opacity: 0.8;
}
#page-top i {
  color: #fff;
  font-size: 24px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  #page-top i {
    font-size: 28px;
  }
}

#share-btn-list {
  justify-content: flex-end;
}

.share-txt {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: bold;
  font-size: 13px;
  margin: 0 10px 0 0;
}

.share-btn {
  width: 50px;
  height: 50px;
  text-align: center;
  overflow: hidden;
  line-height: 50px;
  margin: 0;
  transition: all 0.2s ease-out;
}

.share-btn a {
  color: #fff;
  font-size: 25px;
  display: block;
  transition: all 0.2s ease-out;
}

#share-twitter a {
  color: #000;
  font-size: 20px;
}

#share-facebook a {
  color: #4267b2;
}

#share-line a {
  color: #00b833;
  font-size: 30px;
}

#share-twitter:hover a,
#share-facebook:hover a,
#share-line:hover a {
  color: #fff;
}

#control {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33% 34% 33%;
  grid-template-columns: 33% 34% 33%;
  grid-template-areas: "prev list next";
  margin: 10px 0 0;
  padding: 30px 0 0;
  border-top: 2px dotted #ccc;
}

.control-btn.prev {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: prev;
}

.control-btn.list {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: list;
  text-align: center;
}

.control-btn.next {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: next;
  text-align: right;
}

#control a {
  color: #000;
  font-weight: bold;
  font-size: 13px;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 960px) {
  #control a {
    font-size: 13px;
  }
}

#control a:hover {
  color: #fff;
}

/************************************
** video
************************************/
/*動画の最大幅を指定する*/
/*動画の大きさを調整*/
.video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}

/*動画を囲んでいるdiv目一杯に広げる*/
.video iframe,
.video object,
.video embed {
  width: 100%;
  aspect-ratio: 16/9;
}

/*media*/
#media-header {
  margin: 40px auto;
  text-align: center;
}

#media-header .head-img {
  margin: 0 auto;
}

#media-area {
  margin: 0 auto;
  width: 90%;
  max-width: 960px;
}

.media-nav {
  margin: 20px 0 20px;
}

.media-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.media-nav li {
  width: 25%;
  padding: 10px;
}

.media-nav a {
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  position: relative;
  z-index: 3;
  border-radius: 20px;
  background: #917934;
  z-index: 1;
  /* border-bottom: 3px solid #edafa5; */
  transition: all 0.2s ease-out;
}

.media-nav a:hover,
.media-nav a.active {
  color: #fff;
  background: #fff;
}

.media-list {
  margin-bottom: 30px;
  font-size: 14px;
}

.media-list-header {
  color: #fff;
  font-weight: bold;
  background: #917934;
  display: flex;
  border-radius: 5px;
  letter-spacing: 1px;
  padding: 2px 0;
}

.media-list-header dt {
  width: 13%;
  text-align: center;
  padding: 10px 20px;
  border-right: 1px solid #fff;
}

.media-list-header dd {
  flex: 1;
  padding: 10px 30px;
}

.media-item {
  display: flex;
  letter-spacing: 1px;
  padding: 10px 0;
  border-bottom: 1px dotted #917934;
}

.media-item dt {
  width: 13%;
  text-align: center;
  padding: 10px 20px;
}

.media-item dd {
  flex: 1;
  padding: 10px 30px;
  line-height: 1.4;
}

.media-item a {
  color: #fff;
  text-decoration: underline;
}

.media-item a:hover {
  text-decoration: none;
}

.officialbtn {
  text-align: center;
  padding: 40px 0;
}
.officialbtn a:hover {
  background: #fff;
}

.officialbtn a {
  margin: 0 auto;
  width: 180px;
  height: 40px;
  font-size: 20px;
  font-size: 13px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  position: relative;
  z-index: 3;
  border-radius: 20px;
  z-index: 1;
  /* border-bottom: 3px solid #edafa5; */
  transition: all 0.2s ease-out;
  background: #917934;
  font-weight: bold;
}

@media all and (max-width: 768px) {
  .media-nav ul {
    flex-wrap: wrap;
    margin: 20px 0;
  }
  .media-nav li {
    width: 50%;
    padding: 5px;
  }
  .media-nav a {
    width: 100%;
    height: auto;
    font-size: 15px;
    margin: 0;
    padding: 10px;
  }
  .media-list-header {
    font-size: 10px;
  }
  .media-list-header dt {
    width: 20%;
    text-align: center;
    padding: 10px 0;
    border-right: 1px solid #fff;
  }
  .media-list-header dd {
    flex: 1;
    padding: 10px 10px;
    font-size: 12px;
  }
  .media-item dt {
    width: 20%;
    text-align: center;
    padding: 10px 0;
    font-size: 10px;
  }
  .media-item dd {
    flex: 1;
    padding: 10px 10px;
    font-size: 12px;
  }
}
.newmark {
  display: inline-block;
  background: #fff;
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 10px;
  padding: 2px 6px;
  color: #fff;
  border-radius: 2px;
}

h1.wp-block-heading, h2.wp-block-heading, h3.wp-block-heading, h4.wp-block-heading, h5.wp-block-heading, h6.wp-block-heading {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  margin: 1em 0 0.5em;
  font-weight: bold;
}

h1.wp-block-heading {
  font-size: 1.6em;
}

h2.wp-block-heading {
  font-size: 1.5em;
}

h3.wp-block-heading {
  font-size: 1.4em;
}

h4.wp-block-heading {
  font-size: 1.3em;
}

h5.wp-block-heading {
  font-size: 1.2em;
}

h6.wp-block-heading {
  font-size: 1.1em;
}/*# sourceMappingURL=style.css.map */