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

初期設定

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

hover

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

border-radius

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

スマホサイズのフォント指定

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

アニメション

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

breakpoint

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

reset

-------------------------------------------------- */
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%;
}

body {
  line-height: 1;
}

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

dl, dt, dd, ul, ol {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img, a {
  vertical-align: top;
}

a img {
  border: none;
  transition: all 0.6s;
}

a:hover img {
  opacity: 0.7;
}

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

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

base

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

body {
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
  width: 100%;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  line-height: 1.5;
  min-width: 1100px;
  background: #ECF2F6;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  position: relative;
}
@media only screen and (max-width: 1120px) {
  body {
    min-width: 0;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 12rem;
    font-size: 3.2vmin;
  }
}
body.fixed-body {
  overflow: hidden;
  position: fixed;
}

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 {
  box-sizing: border-box;
}

a {
  transition: all 0.3s;
  text-decoration: none;
}

img {
  max-width: 100%;
}

a:link, a:visited {
  color: #333;
}

a:hover, a:active {
  color: #2E7BA8;
  transition: all 0.3s;
}

.wrapper {
  overflow: hidden;
}

.inner {
  width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 1120px) {
  .inner {
    width: 92%;
  }
}

.inner-l {
  width: 1500px;
  margin: 0 auto;
}
@media only screen and (max-width: 1520px) {
  .inner-l {
    width: 92%;
  }
}

.inner-s {
  width: 760px;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .inner-s {
    width: 92%;
  }
}

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

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

#contents {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #contents {
    overflow-x: hidden;
  }
}
#contents::before {
  content: "";
  width: 160px;
  height: 50%;
  display: block;
  background: url(../img/common/deco_side.svg) no-repeat center top/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #contents::before {
    width: 70px;
  }
}
#contents.page::before {
  top: 800px;
}
@media only screen and (max-width: 768px) {
  #contents.page::before {
    top: 340px;
  }
}
#contents .deco span {
  display: block;
  position: absolute;
}
#contents .deco.fixed span {
  position: fixed;
  z-index: -1;
}
#contents .page-top-wrap {
  position: relative;
}
#contents .page-top-wrap .logo-h {
  width: 4%;
  max-height: 65vmin;
  height: 65vmin;
  position: absolute;
  top: 20%;
  left: 5.5%;
}
@media only screen and (max-width: 768px) {
  #contents .page-top-wrap .logo-h {
    width: 5%;
    top: 12%;
    left: 6%;
  }
}
#contents .page-top-wrap .logo-h a {
  display: block;
}
#contents .page-top-wrap .logo-h a img {
  max-height: 100%;
  display: block;
  position: absolute;
}

svg {
  width: 100%;
  height: auto;
}

em, strong {
  font-weight: bold;
}

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

post-content　ウィジウィグ

-------------------------------------------------- */
/* post-ttl */
.post-ttl {
  font-size: 3.7rem;
  padding: 0.5em 0;
  color: #333;
  font-weight: bold;
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .post-ttl {
    font-size: 22rem;
    font-size: 5.8666666667vmin;
  }
}

.post-ttl span {
  margin-left: 1em;
  vertical-align: middle;
}

/* icon-post-block */
.icon-post-block {
  font-size: 1.6rem;
  margin: 1em 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.icon-post-block .list-icon {
  margin: 0 5px 0.5em 0;
}
.icon-post-block .list-category {
  margin: 0 5px 0.5em 0;
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .icon-post-block {
    font-size: 14rem;
    font-size: 3.7333333333vmin;
  }
}

/* post-date */
.post-date {
  margin: 1em 0 2em auto;
  display: block;
  text-align: right;
}

/* post-sttl-large */
.post-sttl-large {
  color: #333;
  border-bottom: 5px solid #EAEAEA;
  font-size: 3.1rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding: 0.5em 0;
  margin-bottom: 1em;
  position: relative;
}
.post-sttl-large::after {
  content: "";
  background: #2E7BA8;
  display: block;
  width: 5em;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .post-sttl-large {
    font-size: 21rem;
    font-size: 5.6vmin;
  }
}

/* post-sttl-small */
.post-sttl-small {
  font-size: 2.7rem;
  font-weight: 600;
  margin: 1.5em 0;
  padding: 0.5em 1em;
  background: #EAEAEA;
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .post-sttl-small {
    font-size: 19rem;
    font-size: 5.0666666667vmin;
  }
}

/* post-pht */
.post-pht {
  margin-top: 3em;
  margin-bottom: 5em;
}

.post-pht div {
  width: 100%;
  height: auto;
  max-height: 600px;
  text-align: center;
}

.post-pht img {
  height: auto;
  max-height: 600px;
  max-width: 100%;
  width: auto;
}

.post-pht figcaption {
  display: block;
  font-size: 1.6rem;
  padding: 5px;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .post-pht figcaption {
    font-size: 15rem;
    font-size: 4vmin;
  }
}

/* two-post-pht */
.two-post-pht {
  display: flex;
  justify-content: space-between;
}

.two-post-pht .post-pht {
  width: 48%;
  font-size: 1.6rem;
  vertical-align: top;
}

@media only screen and (max-width: 420px) {
  .post-pht div {
    max-height: 300px;
  }

  .post-pht img {
    max-height: 300px;
  }
}
/* photLsentence */
.photLsentence,
.photRsentence {
  margin-top: 3em;
  margin-bottom: 5em;
}

.photLsentence:after,
.photRsentence:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.photLsentence img,
.photRsentence img {
  width: 100%;
  height: auto;
}

.photLsentence .photoL,
.photRsentence .photoR {
  width: 48%;
}

.photoL {
  float: left;
  width: auto;
  margin-right: 2%;
}

.photoR {
  float: right;
  width: auto;
  margin-left: 2%;
}

/* iframe-area */
.iframe-area {
  position: relative;
  width: 100%;
  padding-top: 56%;
  margin: 5% 0;
}
@media only screen and (max-width: 768px) {
  .iframe-area {
    padding-top: 60%;
  }
}

.iframe-area iframe {
  filter: saturate(1.2);
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* wysiwyg */
.wysiwyg {
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 4%;
}

/* h2 */
.wysiwyg h2 {
  color: #333;
  border-bottom: 5px solid #EAEAEA;
  font-size: 3.1rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding: 0.5em 0;
  margin-bottom: 1em;
  position: relative;
}
.wysiwyg h2::after {
  content: "";
  background: #2E7BA8;
  display: block;
  width: 5em;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .wysiwyg h2 {
    font-size: 20rem;
    font-size: 5.3333333333vmin;
  }
}

/* h3 */
.wysiwyg h3 {
  font-size: 2.7rem;
  font-weight: 600;
  margin: 1.5em 0;
  padding: 0.5em 1em;
  background: #EAEAEA;
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .wysiwyg h3 {
    font-size: 19rem;
    font-size: 5.0666666667vmin;
  }
}

/* h4 */
.wysiwyg h4 {
  color: #333;
  font-size: 2.4rem;
  font-weight: 600;
  border-left: 6px solid #2E7BA8;
  padding: 0 0 0 1em;
  margin: 1.5em 0;
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .wysiwyg h4 {
    font-size: 18rem;
    font-size: 4.8vmin;
  }
}

/* h5 */
.wysiwyg h5 {
  font-size: 2.2rem;
  color: #333;
  font-weight: 700;
  border-bottom: 1px solid #333;
  padding: 0.5em 0;
  margin: 1.5em 0;
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .wysiwyg h5 {
    font-size: 17rem;
    font-size: 4.5333333333vmin;
  }
}

/* h6 */
.wysiwyg h6 {
  font-size: 2rem;
  color: #333;
  font-weight: 700;
  margin: 1.5em 0;
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .wysiwyg h6 {
    font-size: 16rem;
    font-size: 4.2666666667vmin;
  }
}

/* 段落 <p> */
/* 段落 <p> */
.wysiwyg p {
  margin: 1em 0;
}

/* 太字赤文字 <strong> */
.wysiwyg strong {
  font-weight: bold;
  color: #e00000;
}

/* 太字 <em> */
.wysiwyg em {
  font-weight: bold;
}

/* 斜体 <i> */
.wysiwyg i {
  font-style: italic;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 下線 <u> */
.wysiwyg .underline {
  text-decoration: underline;
}

/* 打ち消し線 <s> */
.wysiwyg .strike {
  text-decoration: line-through;
}

/* 下付き <sub> */
.wysiwyg sub {
  font-size: 0.8rem;
  vertical-align: bottom;
}

/* 上付き <sup> */
.wysiwyg sup {
  font-size: 0.8rem;
  vertical-align: top;
}

/* 順序のないリスト <ol> */
.wysiwyg ol {
  margin: 0.5em 0 1em;
  list-style-position: inside;
  list-style-type: decimal;
}

.wysiwyg ol > li {
  text-indent: -1em;
  padding-left: 1em;
}

/*順序のないリスト <ul> */
.wysiwyg ul {
  margin: 0.5em 0 1em;
  list-style-position: inside;
  list-style-type: disc;
}

.wysiwyg ul > li {
  text-indent: -1em;
  padding-left: 1em;
}

.wysiwyg ul > li ul {
  list-style-type: circle;
}

/*横並びリスト <ol><ul> */
.wysiwyg ol.horizontal-list,
.wysiwyg ul.horizontal-list {
  display: flex;
}

.wysiwyg .horizontal-list li {
  margin-right: 1.5em;
}

/*定義リスト <dl> */
.wysiwyg dl {
  margin: 0.5em 0 1em;
}

.wysiwyg dl dt {
  font-weight: 700;
  background: #EEE;
  display: inline-block;
  padding: 0 0.5em;
}

.wysiwyg dl dd {
  margin-bottom: 0.5em;
}

/*横並び定義リスト <dl> */
.wysiwyg dl.horizontal-list dt {
  float: left;
  margin-right: 0.5em;
}

/* インデント <p class="txt-indent"> */
.wysiwyg .txt-indent {
  text-indent: 1em;
}

/* ブロック引用文 <blockquote> */
.wysiwyg blockquote {
  padding: 1em 2em;
  box-sizing: border-box;
  font-style: italic;
  background: #EEE;
  margin: 2em;
}

#contents .wysiwyg blockquote p {
  margin: 0;
}

/* 中央揃え <p class="txt-center"> */
.wysiwyg .txt-center {
  text-align: center;
}

/* 右揃え <p class="txt-right"> */
.wysiwyg .txt-right {
  text-align: right;
}

/* 両端揃え <p class="txt-justify"> */
.wysiwyg .txt-justify {
  text-align: justify;
}

/* ハイパーリンク <a href=""> */
/*.wysiwyg a[href] {
	text-decoration:underline;
	color:#03F;
}*/
/* アンカー挿入 <a id="" name=""> */
/*.wysiwyg a {
	text-decoration:none;
	color: inherit;
}*/
/* テーブル <table> */
.wysiwyg table {
  width: auto;
  /*max-width: 100%;*/
  margin: 1em 0 3em;
  border-collapse: collapse;
  border: 1px solid #DDD;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", sans-serif;
}

.wysiwyg table caption {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}

.wysiwyg table tr th {
  color: #333;
  font-weight: bold;
  background: #EAEAEA;
  padding: 0.5em;
  border: 1px solid #b2b2b2;
}

.wysiwyg table tr td {
  background: #FFFFFF;
  padding: 0.5em;
  border: 1px solid #b2b2b2;
}

.wysiwyg table .txt-justify {
  text-align-last: justify;
}

.wysiwyg .table-right {
  margin-left: auto;
}

.wysiwyg .table-left {
  margin-right: auto;
}

.wysiwyg .table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1em 0 2em;
  max-width: none;
}

.wysiwyg .table-scroll::-webkit-scrollbar {
  height: 5px;
}

.wysiwyg .table-scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.wysiwyg .table-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #CCC;
}

.wysiwyg .table-scroll table {
  margin: 0;
  max-width: none;
}

.wysiwyg .table-scroll table caption {
  text-align: left;
}

@media only screen and (max-width: 420px) {
  .wysiwyg .table-scroll table {
    min-width: 100%;
  }
}
/* フォントサイズ小 <span class="font-size-small"> */
.wysiwyg .font-size-small {
  font-size: 0.6em;
}

/* フォントサイズ大 <span class="font-size-large"> */
.wysiwyg .font-size-large {
  font-size: 1.75em;
}

/* 文字の間隔0.5em <span class="font-space-small"> */
.wysiwyg .font-space-small {
  letter-spacing: 0.5em;
  margin-left: 0.5em;
}

/* 文字の間隔1.0em <span class="font-space-medium"> */
.wysiwyg .font-space-medium {
  letter-spacing: 1em;
  margin-left: 1em;
}

/* 文字の間隔1.5em <span class="font-space-large"> */
.wysiwyg .font-space-large {
  letter-spacing: 1.5em;
  margin-left: 1.5em;
}

/* 文字の間隔2.0em <span class="font-space-xlarge"> */
.wysiwyg .font-space-xlarge {
  letter-spacing: 2em;
  margin-left: 2em;
}

/* アドレス */
.wysiwyg address {
  padding: 1em 2em;
  box-sizing: border-box;
  font-style: italic;
  background: #EEE;
  margin: 0.5em 1em 2em;
}

/* 短い引用 */
.wysiwyg q:before {
  content: '"';
  display: inline-block;
}

.wysiwyg q:after {
  content: '"';
  display: inline-block;
}

.wysiwyg q q:before {
  content: "'";
  display: inline-block;
}

.wysiwyg q q:after {
  content: "'";
  display: inline-block;
}

.wysiwyg q:lang(ja):before {
  content: "『";
  display: inline-block;
}

.wysiwyg q:lang(ja):after {
  content: "』";
  display: inline-block;
}

.wysiwyg q q:lang(ja):before {
  content: "「";
  display: inline-block;
}

.wysiwyg q q:lang(ja):after {
  content: "」";
  display: inline-block;
}

/* 出典 */
.wysiwyg cite {
  font-style: italic;
  font-family: Times New Roman, "ＭＳ Ｐゴシック";
}

/* post-pht-txt */
.post-pht-txt:after {
  content: "";
  display: block;
  clear: both;
}

.post-pht-txt .post-pht {
  float: right;
  width: 48%;
  margin: 0 0 2% 2%;
  z-index: 10;
  position: relative;
}

.post-pht-txt .wysiwyg {
  margin-bottom: 5em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.post-pht-txt .wysiwyg h1,
.post-pht-txt .wysiwyg h2,
.post-pht-txt .wysiwyg h3,
.post-pht-txt .wysiwyg h4,
.post-pht-txt .wysiwyg h5,
.post-pht-txt .wysiwyg h6,
.post-pht-txt blockquote {
  display: flex;
}

/* related-file */
.related-file {
  margin: 1em 0;
}
.related-file a {
  color: #333;
  padding: 1em 4em;
  display: block;
  border: 1px solid #2E7BA8;
  border-radius: 3em;
  position: relative;
}
.related-file a:before {
  content: "\f15c";
  margin: 0 1em 0 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 2em;
  transform: translateY(-50%);
}
.related-file a:hover {
  opacity: 0.7;
}

/* related-link */
.related-link {
  margin: 1em 0;
}
.related-link a {
  color: #333;
  padding: 1em 4em;
  display: block;
  border: 1px solid #2E7BA8;
  border-radius: 3em;
  position: relative;
}
.related-link a:before {
  content: "\f0c1";
  margin: 0 1em 0 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 2em;
  transform: translateY(-50%);
}
.related-link a:hover {
  opacity: 0.7;
}

/* related-youtube-link */
.related-youtube-link a {
  font-size: 1.8rem;
  border: 2px solid #1BA1E6;
  padding: 1em;
  margin: 0 0 1.5em;
  display: block;
  border-radius: 0.5em;
}

.related-youtube-link a:before {
  color: #023F9A;
  content: "\f167";
  font-weight: 900;
  font-family: "Font Awesome 5 brands";
  margin-right: 1em;
}

.btn-postback {
  margin: 3em 0 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .btn-postback {
    margin-bottom: 3em;
  }
}
.btn-postback a {
  color: #FFF;
  background-color: #2E7BA8;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.3em;
  border-radius: 4em;
  box-sizing: border-box;
  padding: 1em 4em;
  position: relative;
  border-radius: 0 1em 0 1em;
  overflow: hidden;
}
.btn-postback a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  #contents .post-content h2.post-sttl-small {
    margin: 0 0 1em;
    border-top: none;
    text-align: left;
  }

  .post-pht {
    margin-bottom: 3em;
  }

  .iframe-area {
    margin: 1em 0 3em;
  }

  /* post-date */
  .btn-postback a {
    font-size: 1.6rem;
  }
}
.post-content .pht {
  display: table;
  width: 100%;
  text-align: center;
}

.post-content .pht img {
  max-width: 100%;
}

.post-content p {
  padding: 1rem 0;
  max-width: 800px;
  margin: 0 auto;
}

.post-content .pht figcaption {
  display: block;
  font-size: 1.1rem;
  padding: 5px;
  line-height: 1.2;
  color: #0b60a8;
}

/* --------------------------------------------------
block
-------------------------------------------------- */
.pht {
  text-align: center;
}

.pht img {
  max-width: 100%;
}

/* block-center */
.block-center .pht {
  display: block;
  text-align: center;
}

/* block-right */
.block-right {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.block-right .pht {
  max-width: 50%;
  float: right;
  margin-left: 20px;
}

.block-right .item {
  max-width: 46%;
  float: left;
  box-sizing: border-box;
}

.block-right .pht img {
  max-width: 100%;
}

/* block-left */
.block-left {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.block-left .pht {
  max-width: 50%;
  float: left;
  margin-right: 20px;
}

.block-left .item {
  max-width: 46%;
  float: right;
  box-sizing: border-box;
}

.block-left .pht img {
  max-width: 100%;
}

/* block-2col */
.block-2col {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-right: -1%;
}

.block-2col .pht {
  max-width: 49%;
  margin-right: 1%;
  float: left;
}

/* block-3col */
.block-3col {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-right: -2%;
}

.block-3col .pht {
  max-width: 32%;
  margin-right: 1%;
  float: left;
}

/* col-left col-right */
.col-left {
  float: left;
  padding-right: 3%;
  width: 50%;
}

.col-right {
  float: right;
  padding-left: 3%;
  width: 50%;
}

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

form

-------------------------------------------------- */
button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

fieldset {
  border: none;
  display: block;
}

fieldset span {
  display: inline-block;
}

textarea {
  width: 100%;
  min-height: 7em;
  font-size: 1.6rem;
  padding: 0.5em 0.8em;
  border: 1px solid #D1D1D1;
  outline: none;
  border-radius: 0.5em;
  box-sizing: border-box;
}
textarea::placeholder {
  color: #AAA;
}

button {
  font-size: 1.6rem;
  padding: 0.5em 0.8em;
  border-radius: 1em;
  cursor: pointer;
  border: 1px solid #707070;
  vertical-align: middle;
}

input[type=checkbox], input[type=radio] {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.1em;
}

input[type=checkbox] + label, input[type=radio] + label {
  display: inline-block;
  margin-right: 0.6em;
  vertical-align: middle;
}

input[type=text], input[type=number], input[type=tel], input[type=email], input[type=password] {
  font-size: 1.6rem;
  width: 100%;
  vertical-align: middle;
  border: none;
  padding: 0.7em 1em;
  background: none;
  box-sizing: border-box;
  border-radius: 0.5em;
  outline: none;
  border: 1px solid #F7F7F7;
}
input[type=text]::placeholder, input[type=number]::placeholder, input[type=tel]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder {
  color: #AAA;
}
@media only screen and (max-width: 768px) {
  input[type=text], input[type=number], input[type=tel], input[type=email], input[type=password] {
    padding: 0.4em 0.8em;
  }
}

select {
  font-size: 1.6rem;
  width: 100%;
  padding: 0.7em 1em;
  border: none;
  border: 1px solid #F7F7F7;
  border-radius: 0.5em;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  select {
    padding: 0.4em 0.8em;
  }
}

select option[selected],
select option[active] {
  color: #FFF;
  background: #333;
}

input[type=file] {
  padding: 5px 0;
}

.label-name {
  margin: 0px 7px 0 0;
  display: inline-block;
}

input.text-ss,
select.text-ss {
  width: 25%;
}

input.text-sss,
select.text-sss {
  width: 10%;
}

input.text-s,
select.text-s {
  width: 60%;
}

@media only screen and (max-width: 768px) {
  input.text-s,
select.text-s {
    width: 100%;
    box-sizing: border-box;
  }

  input.text-ss,
select.text-ss {
    width: 60%;
    box-sizing: border-box;
  }
}
.term-select span {
  margin: 0 0.5em;
}

.txt-required {
  color: #F00;
}

.link-reminder {
  margin: 1em 0 2em;
  text-align: center;
}

.link-reminder::before {
  color: #E0426C;
  content: "\f054";
  font-family: "fontAwesome";
  margin-right: 0.5em;
}

fieldset legend {
  font-size: 1.6rem;
}

.flow-area {
  margin-bottom: 3em;
}
@media only screen and (max-width: 768px) {
  .flow-area {
    margin-bottom: 1.5em;
  }
}
.flow-area .flow-part {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part {
    display: block;
  }
}
.flow-area .flow-part > div {
  width: 30%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part > div {
    width: auto;
  }
}
.flow-area .flow-part > div p {
  color: #FFF;
  margin: 0 1.5em 0 0;
  padding: 0.8em 1.3em;
  background-color: #EAEAEA;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part > div p {
    width: auto;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0;
    padding: 0.2em 0;
    position: relative;
  }
  .flow-area .flow-part > div p:after {
    display: none;
  }
}
.flow-area .flow-part > div p span {
  font-size: 1.6rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part > div p span span {
    margin-right: 0.5em;
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part > div p {
    margin: 0;
    text-align: center;
  }
}
.flow-area .flow-part > div p:after {
  width: 0;
  height: 0;
  content: "";
  border-left: 1.7em solid #EAEAEA;
  border-top: 2.7em solid transparent;
  border-bottom: 2.7em solid transparent;
  display: block;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -25px;
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part > div p:after {
    display: none;
  }
}
.flow-area .flow-part > div.active p {
  font-weight: bold;
  color: #FFF;
  background-color: #333;
}
.flow-area .flow-part > div.active p:after {
  border-left: 1.6em solid #333;
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part > div:after {
    width: 0;
    height: 0;
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #EAEAEA;
    display: block;
    margin: 3px auto;
  }
  .flow-area .flow-part > div:last-child:after {
    display: none;
  }
}
.flow-area .step-bar ul {
  display: flex;
  width: 80%;
  position: relative;
  margin: 2em auto 2.5em;
  text-align: center;
}
.flow-area .step-bar li {
  font-size: 2.2rem;
  font-weight: bold;
  list-style: none;
  position: relative;
  width: 33.333%;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
}
.flow-area .step-bar li:after {
  background: #A5A9AC;
  content: "";
  width: calc(100% - 3.5em);
  height: 1px;
  position: absolute;
  left: calc(-50% + 1.8em);
  right: auto;
  top: 1.4em;
  z-index: -1;
}
.flow-area .step-bar li:first-child:after {
  display: none;
}
.flow-area .step-bar li span {
  background: #A5A9AC;
  color: #fff;
  padding: 0.3em 0.7em;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 50%;
  font-size: 3rem;
}
.flow-area .step-bar .visited:after {
  background: #333;
}
.flow-area .step-bar .visited span {
  background: #333;
  color: #FFF;
  z-index: 10;
}
.flow-area .step-bar li:nth-child(2).visited span {
  background: #333;
}
.flow-area .step-bar li:last-child.visited span {
  background: #333;
}
@media only screen and (max-width: 768px) {
  .flow-area .step-bar ul {
    width: 100%;
  }
  .flow-area .step-bar ul li {
    font-size: 1.4rem;
    padding: 0 0.2em;
  }
  .flow-area .step-bar ul li span {
    font-size: 1.8rem;
  }
}

.form-area .table-form {
  border-bottom: 1px solid #F7F7F7;
}
.form-area .table-form > dl,
.form-area .table-form > div {
  display: flex;
  border: 1px solid #EAEAEA;
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl,
.form-area .table-form > div {
    width: 100%;
    display: block;
  }
}
.form-area .table-form > dl > dt,
.form-area .table-form > div > dt {
  width: 30%;
  min-width: 30%;
  padding: 1.5em;
  text-align: left;
  background: #E8E3DD;
  border-right: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl > dt,
.form-area .table-form > div > dt {
    width: 100%;
    min-width: none;
    padding: 0.5em;
    border-right: none;
  }
}
.form-area .table-form > dl > fieldset,
.form-area .table-form > div > fieldset {
  display: contents;
}
.form-area .table-form > dl > fieldset > legend,
.form-area .table-form > div > fieldset > legend {
  width: 30%;
  min-width: 30%;
  padding: 1.5em;
  text-align: left;
  background: #E8E3DD;
  border-right: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl > fieldset > legend,
.form-area .table-form > div > fieldset > legend {
    width: 100%;
    min-width: none;
    padding: 0.5em;
    border-right: none;
  }
}
.form-area .table-form > dl > dd,
.form-area .table-form > dl .right-fl,
.form-area .table-form > div > dd,
.form-area .table-form > div .right-fl {
  padding: 1.5em;
  text-align: left;
  flex: 1;
}
.form-area .table-form > dl > dd .txt-upload,
.form-area .table-form > dl .right-fl .txt-upload,
.form-area .table-form > div > dd .txt-upload,
.form-area .table-form > div .right-fl .txt-upload {
  margin: 0.3em 0 0 0.3em;
}
.form-area .table-form > dl > dd span,
.form-area .table-form > dl .right-fl span,
.form-area .table-form > div > dd span,
.form-area .table-form > div .right-fl span {
  margin: 0 0.3em 0.3em;
}
.form-area .table-form > dl > dd input,
.form-area .table-form > dl .right-fl input,
.form-area .table-form > div > dd input,
.form-area .table-form > div .right-fl input {
  border: 1px solid #F7F7F7;
}
.form-area .table-form > dl > dd button,
.form-area .table-form > dl .right-fl button,
.form-area .table-form > div > dd button,
.form-area .table-form > div .right-fl button {
  margin-left: 0.5em;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl > dd,
.form-area .table-form > dl .right-fl,
.form-area .table-form > div > dd,
.form-area .table-form > div .right-fl {
    width: 100%;
    padding: 0.5em;
    display: block;
    border-bottom: none;
    box-sizing: border-box;
  }
  .form-area .table-form > dl > dd button,
.form-area .table-form > dl .right-fl button,
.form-area .table-form > div > dd button,
.form-area .table-form > div .right-fl button {
    font-size: 1.3rem;
    padding: 0.5em 0.8em;
  }
}
.form-area .table-form > dl .right-fl > div,
.form-area .table-form > dl .right-fl > fieldset > div,
.form-area .table-form > div .right-fl > div,
.form-area .table-form > div .right-fl > fieldset > div {
  margin-bottom: 0.6em;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl .right-fl > div,
.form-area .table-form > dl .right-fl > fieldset > div,
.form-area .table-form > div .right-fl > div,
.form-area .table-form > div .right-fl > fieldset > div {
    flex-wrap: wrap;
  }
}
.form-area .table-form > dl .right-fl > div:last-child,
.form-area .table-form > dl .right-fl > fieldset > div:last-child,
.form-area .table-form > div .right-fl > div:last-child,
.form-area .table-form > div .right-fl > fieldset > div:last-child {
  margin: 0;
}
.form-area .table-form > dl .right-fl > div label,
.form-area .table-form > dl .right-fl > fieldset > div label,
.form-area .table-form > div .right-fl > div label,
.form-area .table-form > div .right-fl > fieldset > div label {
  width: 6em;
  min-width: 6em;
  margin-bottom: 0.5em;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl .right-fl > div label,
.form-area .table-form > dl .right-fl > fieldset > div label,
.form-area .table-form > div .right-fl > div label,
.form-area .table-form > div .right-fl > fieldset > div label {
    width: 100%;
    text-align: center;
  }
}
.form-area .table-form > dl .right-fl > div select + input,
.form-area .table-form > dl .right-fl > fieldset > div select + input,
.form-area .table-form > div .right-fl > div select + input,
.form-area .table-form > div .right-fl > fieldset > div select + input {
  margin-left: 0.5em;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl .right-fl > div select + input,
.form-area .table-form > dl .right-fl > fieldset > div select + input,
.form-area .table-form > div .right-fl > div select + input,
.form-area .table-form > div .right-fl > fieldset > div select + input {
    margin: 0.7em 0 0;
  }
}
.form-area .table-form > dl .right-fl > div legend,
.form-area .table-form > dl .right-fl > fieldset > div legend,
.form-area .table-form > div .right-fl > div legend,
.form-area .table-form > div .right-fl > fieldset > div legend {
  display: none;
}
.form-area .table-form > dl .right-fl > fieldset > legend,
.form-area .table-form > div .right-fl > fieldset > legend {
  display: none;
}
.form-area p.txt-error {
  color: #e00000;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
}
.form-area strong.txt-required {
  color: #FFF;
  padding: 0 0.3em 0.1em;
  font-weight: normal;
  font-size: 1.6rem;
  float: right;
  background: #e00000;
  display: inline-block;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .form-area strong.txt-required {
    font-size: 1.4rem;
  }
}
.form-area .agree-part {
  margin: 3em 0 2em;
  text-align: center;
}
.form-area .agree-part .check-agree {
  margin: 1em 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .form-area .agree-part .check-agree {
    display: block;
  }
}
.form-area .agree-part .check-agree input {
  margin-right: 0.5em;
  display: inline-block;
}
@media only screen and (max-width: 420px) {
  .form-area .agree-part .check-agree label {
    width: calc(100% - 25px);
    margin: 0;
    vertical-align: top;
  }
}
.form-area .agree-part .check-agree legend {
  display: none;
}
@media only screen and (max-width: 768px) {
  .form-area .agree-part {
    text-align: left;
  }
  .form-area .agree-part .txt-error {
    font-size: 1.5rem;
    margin-top: 0.7em;
  }
}
.form-area .agree-part strong.txt-required {
  float: none;
}
.form-area .agree-part a:link,
.form-area .agree-part a:visited {
  text-decoration: underline;
}
.form-area .btn-block {
  margin: 3em 0 4em;
}
@media only screen and (max-width: 768px) {
  .form-area .btn-block {
    margin: 2em 0;
  }
}
.form-area .btn-block a {
  width: 15em;
  text-align: center;
}
.form-area .complete-part {
  margin: 5em 0 6em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .form-area .complete-part {
    margin: 2em 0 3em;
  }
}
.form-area .complete-part p {
  line-height: 2em;
}
@media only screen and (max-width: 768px) {
  .form-area .complete-part p {
    text-align: left;
  }
}
.form-area .complete-part p.txt-complete {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .form-area .complete-part p.txt-complete {
    font-size: 2rem;
    text-align: center;
  }
}

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

header

-------------------------------------------------- */
#header a:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

#header {
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 25;
}
@media only screen and (max-width: 768px) {
  #header {
    height: 40px;
    padding: 1em;
  }
  #header.active-h {
    position: fixed;
  }
}
#header .deco > span {
  width: 11%;
  display: block;
  position: absolute;
  top: 0;
  left: 1%;
  max-width: 200px;
}
@media only screen and (max-width: 768px) {
  #header .deco > span {
    width: 16%;
    top: 0;
  }
}
#header .deco .switch-image .switch_static {
  top: 0;
  left: 0;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
  display: block;
}
#header .deco .switch-image .switch_static img {
  width: 100%;
  height: auto;
}
#header .btn-an {
  position: fixed;
  top: 0;
  left: 22%;
}
#header .btn-an a {
  padding: 1.2em 2em 0.5em;
  display: block;
  background: #FFF;
}
@media only screen and (max-width: 768px) {
  #header .btn-an a {
    width: 160px;
    padding: 1em 1.5em;
    display: flex;
    align-items: center;
  }
}
#header .btn-skip a {
  color: #FFF;
  font-size: 1.5rem;
  display: block;
  background: #000;
  text-decoration: none;
  padding: 0.3em 1em 0.4em;
  border-radius: 2em;
  opacity: 1;
  position: absolute;
  right: 20%;
  top: -50px;
  z-index: 10;
}
#header .btn-skip a:hover {
  background: #333;
}
#header .btn-skip a:focus {
  opacity: 1;
  top: 15%;
}
#header .btn-lang {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 50%;
  right: 130px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1120px) {
  #header .btn-lang {
    display: none;
  }
}
#header .btn-lang li {
  padding: 0 1.5em;
  position: relative;
}
#header .btn-lang li a {
  text-decoration: underline;
}
#header .btn-lang li:after {
  content: "";
  width: 1px;
  height: 1em;
  background: #000;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotateZ(10deg);
}
#header .btn-lang li:last-child::after {
  display: none;
}
#header.top-h .btn-skip a {
  left: 10%;
}
#header .wrap-sp-navi {
  width: 100%;
  height: 100%;
  padding: 5% 10% 3%;
  background: #CDE0EC;
  box-sizing: border-box;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  visibility: visible;
  box-sizing: border-box;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  #header .wrap-sp-navi {
    display: none;
  }
}
#header .wrap-sp-navi .logo-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #header .wrap-sp-navi {
    padding: 4.5em 4%;
  }
}
#header .wrap-sp-navi .logo-sp {
  margin-bottom: 1.5em;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 768px) {
  #header .wrap-sp-navi .logo-sp {
    margin-bottom: 2em;
    padding: 7% 4% 3%;
  }
}
#header .wrap-sp-navi .logo-sp img {
  width: 350px;
}
@media only screen and (max-width: 768px) {
  #header .wrap-sp-navi .logo-sp img {
    width: 280px;
  }
}
#header .wrap-sp-navi .r-function-block {
  width: auto;
  display: block;
  background: none !important;
}
#header .wrap-sp-navi .r-function-block .fontSize {
  display: none;
}
#header .wrap-sp-navi .r-function-block .btn-lang {
  margin-bottom: 1.5em;
  justify-content: center;
}
#header .wrap-sp-navi .r-function-block .btn-lang li {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #header .wrap-sp-navi .r-function-block .btn-lang li {
    font-size: 1.3rem;
  }
}
#header .wrap-sp-navi .r-function-block .btn-lang li a {
  color: #FFF;
}
#header .wrap-sp-navi .r-function-block .btn-search {
  margin: 0 10%;
}
@media only screen and (max-width: 768px) {
  #header .wrap-sp-navi .r-function-block .btn-search {
    margin: 0;
  }
}
#header .wrap-sp-navi .r-function-block .btn-search fieldset {
  border: 1px solid #FFF;
}
#header .wrap-sp-navi .r-function-block .btn-search fieldset a {
  color: #333;
  padding: 0.6em 1em;
  background: #FFF;
}
#header .wrap-sp-navi .r-function-block .btn-toquest {
  text-align: center;
}
#header .wrap-sp-navi .r-function-block .btn-toquest a {
  color: #FFF;
  font-size: 1.6rem;
  width: auto;
  margin: 1em 0;
  display: inline-block;
  text-decoration: underline;
}
#header .wrap-sp-navi #navi {
  width: auto;
  padding: 4em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (max-width: 1120px) {
  #header .wrap-sp-navi #navi {
    width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  #header .wrap-sp-navi #navi {
    padding: 6em;
  }
}
#header .wrap-sp-navi #navi::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/common/bg_menu.svg) no-repeat center center/contain;
  opacity: 0;
  animation: frame 1.5s ease-in-out 0s forwards;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 420px) {
  #header .wrap-sp-navi #navi::before {
    background: url(../img/common/bg_menu_sp.svg) no-repeat center center/contain;
  }
}
#header .wrap-sp-navi #navi ul {
  position: relative;
}
#header .wrap-sp-navi #navi ul li a {
  padding: 0.8em 0.5em;
  display: block;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media (orientation: landscape) {
  #header .wrap-sp-navi #navi ul li a {
    padding: 0.5em;
  }
}
#header .wrap-sp-navi #navi ul li a img {
  height: 40px;
  animation: text 1.7s ease 0s normal;
}
@media only screen and (max-width: 768px) {
  #header .wrap-sp-navi #navi ul li a img {
    height: 25px;
  }
}
#header .wrap-sp-navi #navi .btn-lang {
  margin-top: 0;
  display: flex;
  justify-content: center;
  position: static;
  transform: none;
}
@media only screen and (max-width: 768px) {
  #header .wrap-sp-navi #navi .btn-lang {
    max-width: 400px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
#header .wrap-sp-navi #navi .btn-lang li {
  padding: 0 1em;
  position: relative;
  white-space: nowrap;
}
#header .wrap-sp-navi #navi .btn-lang li a {
  white-space: nowrap;
}
#header .wrap-sp-navi #navi .btn-lang li:after {
  content: "";
  width: 1px;
  height: 1em;
  background: #000;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotateZ(10deg);
}
#header .wrap-sp-navi #navi .btn-lang li:last-child::after {
  display: none;
}
#header .wrap-sp-navi .leaf-navi {
  position: absolute;
  top: 0;
  left: 0%;
  width: 30%;
  height: 70%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #header .wrap-sp-navi .leaf-navi {
    width: 60%;
    height: 60%;
  }
}
#header .wrap-sp-navi .leaf-navi .switch-image {
  width: 100%;
  height: 100%;
}
#header .wrap-sp-navi .leaf-navi .switch-image .switch_static {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #header .wrap-sp-navi .wrap-sp-navi-in {
    display: flex;
    flex-wrap: wrap;
  }
  #header .wrap-sp-navi .wrap-sp-navi-in .r-function-block {
    width: 100%;
    order: 2;
  }
}
#header.top-h {
  padding: 0;
  background: none;
}
@media only screen and (max-width: 768px) {
  #header.top-h {
    padding: 1em;
    background: #FFF;
  }
}
#header.top-h .logo-h a {
  width: auto;
  background: #FFF;
  padding: 4em 3em 3em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #header.top-h .logo-h a {
    width: 17%;
    padding: 3% 0;
    box-sizing: border-box;
  }
  #header.top-h .logo-h a img {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  #header.top-h .logo-h a {
    width: 70%;
    position: static;
    padding: 0;
  }
  #header.top-h .logo-h a img {
    width: 100%;
  }
}
#header.top-h .wrap-sp-navi {
  display: block;
}
@media only screen and (max-width: 768px) {
  #header.top-h .wrap-sp-navi {
    display: none;
  }
}
#header.top-h .wrap-sp-navi .r-function-block {
  width: 100%;
  padding: 1em;
  background: #FFF;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

/*　スマホボタン　*/
.btn-menu {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 25;
}
.btn-menu a {
  width: 125px;
  height: 120px;
  padding-top: 27%;
  border-radius: 50% 0 50% 0;
  overflow: hidden;
  display: block;
  background: #B2CFE2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .btn-menu a {
    font-size: 13rem;
    font-size: 3.4666666667vmin;
  }
}
@media only screen and (max-width: 768px) {
  .btn-menu a {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 420px) {
  .btn-menu a {
    padding-top: 2em;
    transform: scale(0.8);
    transform-origin: top right;
  }
}
.btn-menu a div {
  position: relative;
  width: 45px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .btn-menu a div {
    width: 35px;
    height: 16px;
  }
}
.btn-menu a div span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 15px;
}
.btn-menu a div span:nth-of-type(1) {
  top: 0;
}
.btn-menu a div span:nth-of-type(2) {
  top: 9px;
}
@media only screen and (max-width: 768px) {
  .btn-menu a div span:nth-of-type(2) {
    top: 7px;
  }
}
.btn-menu a div span:nth-of-type(3) {
  bottom: 0;
}
.btn-menu a div span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.4s;
}
.btn-menu a.open span {
  background-color: #000;
}
.btn-menu a.open span:nth-of-type(1) {
  transform: translateY(20px) scale(0);
}
.btn-menu a.open span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.btn-menu a.open span:nth-of-type(2)::after {
  transform: rotate(90deg);
  background-color: #000;
}
.btn-menu a.open span:nth-of-type(3) {
  transform: translateY(-20px) scale(0);
}
.btn-menu a button {
  color: #000;
  display: block;
  font-size: 1.5rem;
  width: 100%;
  margin-top: 0.5em;
  padding: 0 0.3em;
  background: none;
  border: none;
  display: block;
  white-space: nowrap;
  letter-spacing: 0.2em;
}

@keyframes text {
  0% {
    opacity: 0;
    transform: translateY(130px) rotate3d(1, 1, 1, 120deg);
    transform-origin: bottom left;
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate3d(1, 1, 1, 0deg);
    transform-origin: bottom left;
  }
}
@keyframes leaves01 {
  0% {
    opacity: 0;
    transform: translateY(130px) rotate3d(1, 1, 1, 120deg);
    transform-origin: bottom left;
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate3d(1, 1, 1, 0deg);
    transform-origin: bottom left;
  }
}
@keyframes frame {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* --------------------------------------------------

footer

-------------------------------------------------- */
#footer {
  color: #333;
  margin-top: 9em;
  padding: 5em 0 3em;
  background: #EAEAEA;
}
@media only screen and (max-width: 768px) {
  #footer {
    margin-top: 0;
  }
}
#footer .link-footer {
  margin: 0 0 2em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #footer .link-footer {
    margin-bottom: 2em;
  }
}
#footer .link-footer li {
  margin: 0 2em;
}
#footer .link-footer li a {
  font-weight: 600;
  text-align: center;
  display: block;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #footer .link-footer li {
    margin-bottom: 0.5em;
  }
}
#footer .info-footer {
  margin: 8em 0 5em;
  padding: 4em 2em;
  border-top: 1px solid #EAEAEA;
  background: #FFF;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #footer .info-footer {
    margin-top: 0;
  }
}
#footer .info-footer .name-f::before {
  content: "";
  width: 97px;
  height: 58px;
  background: url(../img/common/arrow_footer.png) no-repeat center center/contain;
  display: block;
  position: absolute;
  top: 220px;
  left: 600px;
}
@media only screen and (max-width: 1320px) {
  #footer .info-footer .name-f::before {
    width: 80px;
    height: 45px;
    top: 40%;
    left: 50%;
  }
}
@media only screen and (max-width: 768px) {
  #footer .info-footer .name-f::before {
    width: 10%;
    top: auto;
    bottom: 20%;
    left: 55%;
  }
}
@media only screen and (max-width: 420px) {
  #footer .info-footer .name-f::before {
    bottom: 22%;
  }
}
@media only screen and (max-width: 1320px) {
  #footer .info-footer .name-f img {
    width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  #footer .info-footer .name-f img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #footer .info-footer .ph-f-block {
    display: flex;
    justify-content: space-between;
  }
}
#footer .info-footer .ph-f-block figure {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  #footer .info-footer .ph-f-block figure {
    position: static;
  }
}
#footer .info-footer .ph-f-block figure:first-child {
  width: 30%;
  top: -25%;
  left: 50%;
}
@media only screen and (max-width: 1320px) {
  #footer .info-footer .ph-f-block figure:first-child {
    width: 25%;
    left: 43%;
  }
}
@media only screen and (max-width: 768px) {
  #footer .info-footer .ph-f-block figure:first-child {
    width: 50%;
    margin-top: 7%;
  }
}
#footer .info-footer .ph-f-block figure:last-child {
  width: 24%;
  top: 8%;
  right: -8%;
}
@media only screen and (max-width: 1320px) {
  #footer .info-footer .ph-f-block figure:last-child {
    width: 20%;
    top: -2%;
    right: 3%;
  }
}
@media only screen and (max-width: 768px) {
  #footer .info-footer .ph-f-block figure:last-child {
    width: 43%;
  }
}
#footer .info-footer .btn-base.footer {
  position: absolute;
  right: 15%;
  bottom: 20%;
}
@media only screen and (max-width: 768px) {
  #footer .info-footer .btn-base.footer {
    margin-top: 40px;
    text-align: center;
    position: static;
  }
}
@media only screen and (max-width: 1320px) {
  #footer .info-footer .btn-base.footer a {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .info-footer .btn-base.footer a {
    font-size: 15rem;
    font-size: 4vmin;
  }
}
#footer .copy {
  font-size: 1.7rem;
  padding: 1em 0;
  text-align: center;
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  #footer .copy {
    font-size: 12rem;
    font-size: 3.2vmin;
  }
}
#footer .page-top a {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.8em 1.5em;
  line-height: 1.3;
  letter-spacing: 0.1em;
  background: #FFF;
  border-radius: 50% 0 50% 0;
  overflow: hidden;
  text-align: center;
  position: fixed;
  right: 3%;
  bottom: 5%;
  z-index: 100;
  transition: all 0.4s;
  transform: scale(0.9);
}
#footer .page-top a:hover {
  opacity: 0.7;
}
#footer .page-top a:before {
  content: "";
  width: 0.9em;
  height: 2.5em;
  margin: 0 auto;
  background: url(../img/common/pagetop.svg) no-repeat center center/contain;
  display: block;
}
@media only screen and (max-width: 768px) {
  #footer .page-top a {
    font-size: 1.3rem;
  }
}
#footer .page-top img {
  width: 4.2em;
}
#footer .page-top img:hover {
  opacity: 1;
}

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

タイトル

-------------------------------------------------- */
/* page-ttl */
.page-ttl {
  color: #FFF;
  font-size: 5rem;
  line-height: 1;
  position: relative;
  width: 86%;
  background: #2E7BA8;
  padding: 5% 10%;
  margin-left: auto;
  margin-bottom: 10%;
  border-radius: 4em 0 4em 0;
  overflow: hidden;
  overflow: inherit;
}
@media only screen and (max-width: 1320px) {
  .page-ttl {
    margin-bottom: 15%;
  }
}
@media only screen and (max-width: 768px) {
  .page-ttl {
    width: 82%;
    font-size: 2rem;
    background-size: 30%;
    border-radius: 3em 0 3em 0;
    overflow: hidden;
    overflow: visible;
  }
}
.page-ttl .leaf-h {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 100%;
  overflow: hidden;
}
.page-ttl .leaf-h .switch-image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.page-ttl .leaf-h .switch-image .switch_anim {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  transform: translate(0, 0);
}
.page-ttl .leaf-h .switch-image .switch_static {
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transform: translate(0, 0);
  text-align: center;
}
.page-ttl .leaf-h .switch-image .switch_static img {
  position: relative;
  vertical-align: middle;
  transform: translate(40px, -20%);
}
@media only screen and (max-width: 768px) {
  .page-ttl .leaf-h .switch-image .switch_static img {
    height: 200%;
  }
}
.page-ttl img {
  max-height: 0.8em;
  position: relative;
  vertical-align: middle;
  margin: 2px 0;
}
@media only screen and (max-width: 1020px) {
  .page-ttl img {
    max-height: 0.6em;
  }
}
@media only screen and (max-width: 768px) {
  .page-ttl img {
    max-width: 100%;
    height: 13px;
  }
}
.page-ttl::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_jagge.png) repeat center center/100%;
  opacity: 0.7;
  mix-blend-mode: soft-light;
  border-radius: 4em 0 4em 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
@media all and (-ms-high-contrast: none) {
  .page-ttl::before {
    opacity: 0.2;
  }
}
.page-ttl:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10%;
  bottom: -20%;
}
@media only screen and (max-width: 768px) {
  .page-ttl:after {
    right: 25%;
  }
}
.page-ttl.siseki {
  background-color: #C44A62;
}
.page-ttl.siseki:after {
  background: url(../img/common/pct_siseki.svg) no-repeat;
  background-size: contain;
  width: 297px;
  height: 175px;
}
@media only screen and (max-width: 768px) {
  .page-ttl.siseki:after {
    width: 4em;
    height: 2.5em;
    right: 25%;
  }
}
.page-ttl.art {
  background-color: #2473C2;
}
.page-ttl.art:after {
  background: url(../img/common/pct_art.svg) no-repeat;
  background-size: contain;
  width: 153px;
  height: 286px;
}
@media only screen and (max-width: 768px) {
  .page-ttl.art:after {
    width: 2em;
    height: 3em;
  }
}
.page-ttl.dentou {
  background-color: #50833F;
}
.page-ttl.dentou:after {
  background: url(../img/common/pct_dentou.svg) no-repeat;
  background-size: contain;
  width: 253px;
  height: 263px;
}
@media only screen and (max-width: 768px) {
  .page-ttl.dentou:after {
    width: 3em;
    height: 3em;
  }
}
.page-ttl.kougei {
  background-color: #737A49;
}
@media only screen and (max-width: 1320px) {
  .page-ttl.kougei br {
    display: block;
  }
}
.page-ttl.kougei:after {
  background: url(../img/common/pct_kougei.svg) no-repeat;
  background-size: contain;
  width: 266px;
  height: 190px;
}
@media only screen and (max-width: 768px) {
  .page-ttl.kougei:after {
    width: 2.5em;
    height: 2.5em;
    bottom: 0;
  }
}
.page-ttl.dkougei {
  background-color: #CA6108;
}
.page-ttl.dkougei:after {
  background: url(../img/common/pct_dkougei.svg) no-repeat;
  background-size: contain;
  width: 241px;
  height: 255px;
}
@media only screen and (max-width: 768px) {
  .page-ttl.dkougei:after {
    width: 2.5em;
    height: 2.5em;
  }
}
.page-ttl.artspot {
  background-color: #9650BB;
}
@media only screen and (max-width: 1320px) {
  .page-ttl.artspot br {
    display: block;
  }
}
.page-ttl.artspot:after {
  background: url(../img/common/pct_artspot.svg) no-repeat;
  background-size: contain;
  width: 279px;
  height: 258px;
}
@media only screen and (max-width: 768px) {
  .page-ttl.artspot:after {
    width: 2.5em;
    height: 2.5em;
  }
}
.page-ttl.bunka {
  background-color: #32516C;
}
.page-ttl.bunka:after {
  background: url(../img/common/pct_bunka.svg) no-repeat;
  background-size: contain;
  width: 255px;
  height: 200px;
}
@media only screen and (max-width: 768px) {
  .page-ttl.bunka:after {
    width: 2.5em;
    height: 2.5em;
  }
}

/* ttl-large */
.ttl-large {
  color: #333;
  border-bottom: 5px solid #E8E3DD;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding: 0.5em 0;
  margin: 1em 0;
  position: relative;
}
.ttl-large::after {
  content: "";
  background: #2E7BA8;
  display: block;
  width: 5em;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.ttl-large.news {
  margin: 0.5em 0;
  padding-left: 1em;
  border: none;
}
.ttl-large.news::after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .ttl-large.news {
    padding: 0;
  }
  .ttl-large.news .ttl {
    width: 29vmin;
    margin: 0 auto;
    text-align: center;
  }
}
.ttl-large.art {
  margin: 0 0 2em;
  border: none;
}
@media only screen and (max-width: 768px) {
  .ttl-large.art {
    margin-bottom: 1em;
  }
}
.ttl-large.art::after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .ttl-large.art img {
    height: 3em;
  }
}
@media only screen and (max-width: 768px) {
  .ttl-large {
    font-size: 2.4rem;
  }
}

/* ttl-small */
.ttl-small {
  font-size: 2.4rem;
  border-left: 7px solid #2E7BA8;
  padding-left: 1em;
  margin: 1em 0 1.5em;
}
@media only screen and (max-width: 768px) {
  .ttl-small {
    font-size: 2rem;
  }
}

/* ttl-center */
.ttl-center {
  text-align: center;
  max-width: 650px;
  margin: 2em auto;
}
.ttl-center .ttl {
  font-size: 2.4rem;
  line-height: 1;
  background: #F7F7F7;
  display: block;
  padding: 1em;
  margin: 1em auto 3em;
  border-radius: 2em 0 2em 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .ttl-center .ttl {
    font-size: 2rem;
    margin: 1em auto;
  }
}
@media only screen and (max-width: 420px) {
  .ttl-center .ttl img {
    height: 15px;
  }
}
.ttl-center.kids .ttl {
  background: #F2E8EB;
}
.ttl-center.kougei .ttl {
  background: #CCE6C1;
}
.ttl-center.artspot .ttl {
  background: #DAD8EA;
}
.ttl-center.bunka .ttl {
  background: #CBE9F0;
}

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

ボタン

-------------------------------------------------- */
.btn-base a {
  color: #FFF;
  background-color: #2E7BA8;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.3em;
  border-radius: 4em;
  box-sizing: border-box;
  padding: 1em 6em;
  position: relative;
  border-radius: 0 1em 0 1em;
  overflow: hidden;
}
.btn-base a img {
  display: block;
}
@media only screen and (max-width: 768px) {
  .btn-base a {
    padding: 1em;
  }
}
.btn-base a:hover {
  opacity: 0.7;
}
.btn-base.footer a {
  font-size: 2.5rem;
  padding: 1em 3em;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  background: #E30901;
  border-radius: 4em;
}
.btn-base.back a {
  color: #333;
  background: #E8E3DD;
  padding: 1em 2em 1em 3em;
}
.btn-base.back a:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 1.5em;
  transform: translateY(-50%) rotateZ(45deg);
}
.btn-base.arrow a {
  padding: 1em 3em 1em 2em;
}
.btn-base.arrow a:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%) rotateZ(45deg);
}
.btn-base.arrow.border a {
  color: #333;
  background: #FFF;
  border: 1px solid #333;
}
.btn-base.arrow.border a:after {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.btn-base.search a:before {
  content: "\f002";
  font-family: Fontawesome;
  display: inline-block;
  padding: 0 0.5em;
}

button.btn-base {
  color: #FFF;
  background-color: #2E7BA8;
  border: none;
  display: inline-block;
  width: 15em;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 35px;
  box-sizing: border-box;
  padding: 1em 2em;
  margin: 0 1em;
  position: relative;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  button.btn-base {
    font-size: 1.6rem;
    margin: 0.5em 1em;
  }
}
button.btn-base:hover {
  opacity: 0.7;
}
button.btn-base.arrow:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%) rotateZ(45deg);
}

.ttl-top {
  font-size: 5rem;
  margin: 1em 0;
  text-align: center;
}
.ttl-top span {
  font-size: 1.8rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  .ttl-top {
    font-size: 3rem;
  }
  .ttl-top span {
    font-size: 1.6rem;
  }
}

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

アイコン

-------------------------------------------------- */
.icon-new {
  color: #FFF;
  background: #2E7BA8;
  display: inline-block;
  font-size: 1.5rem;
  vertical-align: middle;
  padding: 0.1em 1em 0.2em;
  margin: 0 0 0 0.5em;
  position: relative;
  border-radius: 0 1em 0 1em;
  overflow: hidden;
}

.icon-required {
  color: #FFF;
  background: #B01414;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.3em 1em;
  margin: 0 0 0 0.5em;
}

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

カテゴリー

-------------------------------------------------- */
.category {
  border: 1px solid #999;
  display: inline-block;
  text-align: center;
  letter-spacing: 1px;
  padding: 0 0.7em;
  margin: 0 0.2rem 0.5rem 0;
}

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

バッジ

-------------------------------------------------- */
.badge {
  display: block;
  width: 56px;
  height: 56px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  z-index: 2;
}
.badge.new {
  color: #FFF;
  background: #B01414;
}
.badge.open {
  background: #FFF;
  border: 1px solid #333;
}
.badge.close {
  color: #FFF;
  background: #2E7BA8;
}

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

バッジ

-------------------------------------------------- */
p.sentence {
  margin: 1em 0;
}
p.sentence.center {
  text-align: center;
}
p.sentence.in-lead {
  line-height: 2.5;
  margin: 1em 0 3em;
}
p.sentence.dentou {
  padding: 0 18em 0 5em;
}
@media only screen and (max-width: 1120px) {
  p.sentence.dentou {
    padding: 0;
  }
}
p.sentence.bunka {
  margin-bottom: 6em;
}
@media only screen and (max-width: 1120px) {
  p.sentence.bunka {
    text-align: left;
    margin-bottom: 4em;
  }
}
p.sentence.lead {
  font-size: 1.8rem;
  margin: 1em 0 3em;
  line-height: 2.5;
  letter-spacing: 0;
  position: relative;
  z-index: 10;
}
p.sentence.lead span {
  font-size: 1.5rem;
  display: block;
}
@media only screen and (max-width: 1120px) {
  p.sentence.lead {
    font-size: 1.5rem;
    margin: 0 3% 3em 17%;
  }
}
@media only screen and (max-width: 768px) {
  p.sentence.lead {
    font-size: 13rem;
    font-size: 3.4666666667vmin;
  }
}

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

ぱんくず

-------------------------------------------------- */
.breadCrumbs {
  margin: 1% 1% 3% 0;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .breadCrumbs {
    width: auto;
    padding: 0.3em 1em 0.7em 0;
    position: relative;
    margin-left: 5em;
  }
}
.breadCrumbs li {
  font-size: 1.6rem;
  vertical-align: middle;
  margin-right: 0.8em;
  display: inline-block;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .breadCrumbs li {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
.breadCrumbs li a {
  vertical-align: middle;
  text-decoration: underline;
  margin-right: 0.8em;
}
.breadCrumbs li:after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  display: inline-block;
  transform: rotateZ(45deg);
  vertical-align: middle;
}
.breadCrumbs li:last-child:after {
  display: none;
}

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

ページング、検索結果、検索条件

-------------------------------------------------- */
.conditions {
  margin: 0 auto 5%;
  padding: 2% 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .conditions {
    display: block;
  }
}
.conditions .btn-delete {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .conditions .btn-delete {
    text-align: center;
  }
}
.conditions .btn-delete a {
  color: #FFF;
  font-size: 1.5rem;
  margin: 0;
  padding: 0.5em 2em;
  background: #333;
  display: block;
  border-radius: 2em;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .conditions .btn-delete a {
    font-size: 1.4rem;
    margin-top: 1em;
    display: inline-block;
  }
}
.conditions .paging-result {
  float: right;
  font-weight: bold;
}
.conditions dl {
  width: 88%;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .conditions dl {
    width: 100%;
    display: block;
  }
}
.conditions dt {
  margin-right: 1em;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .conditions dt {
    margin: 0 0 1em 0;
    text-align: center;
  }
}
.conditions dd a, .conditions dd span {
  font-size: 1.5rem;
  padding: 0.1em 1em;
  margin: 0.2em 0.5em;
  display: inline-block;
  border: 1px solid #CCC;
  background: #EAECF1;
  border-radius: 0.5em;
  vertical-align: middle;
  cursor: pointer;
}
.conditions dd a:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 0.5rem;
}
.conditions a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .count-disp {
    margin-left: 5em;
  }
}

/* paging　*/
.paging {
  margin-bottom: 2.8em;
}
.paging .pagingIn {
  text-align: right;
}
.paging .pagingIn span {
  margin-bottom: 0.4em;
}
.paging .count {
  font-weight: bold;
  margin: 0 0 2em;
  text-align: left;
  letter-spacing: 1px;
}
.paging .paging-sort {
  float: left;
  margin-right: 1rem;
}
.paging .paging-sort select {
  padding: 5px 10px;
  line-height: 1;
  vertical-align: middle;
}
.paging .paging-result {
  display: block;
  line-height: 2;
  vertical-align: middle;
  text-align: left;
}
.paging .count span {
  margin: 0 0.2em;
}
.paging .count span.orange {
  color: #E1690D;
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0 0.2em 0 0;
}
.paging .search-word {
  margin-bottom: 0.5em;
}
.paging .search-word span {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0.2em 0 0;
}
.paging a {
  display: inline-block;
  margin: 0 0.2em;
  padding: 0.4em 0.8em;
  background-color: #FFF;
  border-radius: 0 1em 0 1em;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .paging a {
    font-size: 14rem;
    font-size: 3.7333333333vmin;
  }
}
.paging a:link, .paging a:visited {
  color: #000;
}
.paging .current {
  color: #FFF;
  display: inline-block;
  margin: 0 0.2em;
  padding: 0.4em 0.8em;
  background: #2E7BA8;
  border: 1px solid #2E7BA8;
  border-radius: 0 1em 0 1em;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .paging .current {
    font-size: 12rem;
    font-size: 3.2vmin;
  }
}
.paging a:hover {
  color: #FFF;
  opacity: 1;
  background: #2E7BA8;
}

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

snsボタン

-------------------------------------------------- */
.list-sns {
  display: flex;
  align-items: center;
  margin: 0.5em 0;
}
@media only screen and (max-width: 768px) {
  .list-sns {
    margin: 2em 0;
    justify-content: center;
  }
}
.list-sns li {
  margin-right: 1em;
}
.list-sns li:last-child {
  margin: 0;
}
.list-sns li a {
  color: #FFF;
  padding: 0.4em 1em;
  display: flex;
  align-items: center;
  background: #2E7BA8;
  border-radius: 1.5em;
}
.list-sns li a:before {
  margin-right: 0.5em;
  display: block;
  font-family: "Font Awesome 5 Brands";
  border-radius: 50%;
}
.list-sns li.icon-facebook a:before {
  content: "\f39e";
}
.list-sns li.icon-twitter a:before {
  content: "\f099";
}
.list-sns li.icon-insta a:before {
  content: "\f16d";
}

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

アイコンリスト

-------------------------------------------------- */
.icon-list {
  overflow: hidden;
}
.icon-list > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -1%;
}
.icon-list > ul li {
  font-size: 1.4rem;
  width: 11.5%;
  background: #F0F0F0;
  padding: 2em 0.5em;
  margin: 0 1% 1% 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .icon-list > ul li {
    width: 32.3333333333%;
  }
}
.icon-list > ul li:before {
  font-size: 2rem;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-bottom: 0.5em;
}
.icon-list > ul li.icon-paw:before {
  content: "\f1b0";
}
.icon-list > ul li.icon-bone:before {
  content: "\f5d7";
}

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

タブ

-------------------------------------------------- */
.tab-list {
  margin-bottom: 2em;
  display: flex;
  justify-content: space-between;
}
.tab-list > li {
  margin-right: 2%;
  flex: 1;
  display: flex;
}
.tab-list > li:last-child {
  margin-right: 0;
}
.tab-list > li a {
  width: 100%;
  padding: 1em;
  color: #FFF;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .tab-list > li a {
    font-size: 1.3rem;
    padding: 0.5em;
  }
}
.tab-list > li a:hover {
  opacity: 0.7;
}

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

ボタン

-------------------------------------------------- */
.btn-block {
  margin: 2em 0;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .btn-block {
    margin: 1em 0;
  }
}
.btn-block p {
  margin: 0 1em;
}
@media only screen and (max-width: 768px) {
  .btn-block p {
    margin: 0.5em;
  }
}
.btn-block.center {
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .btn-block.center {
    display: flex;
    flex-wrap: wrap;
  }
  .btn-block.center a {
    display: block;
  }
}
@media only screen and (max-width: 420px) {
  .btn-block.to-back p {
    order: 1;
  }
  .btn-block.to-back p.back {
    order: 2;
  }
}

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

リスト

-------------------------------------------------- */
.pht-single {
  text-align: center;
  margin-bottom: 2em;
}
.pht-single.bnr-tumulus {
  margin-top: 3.5em;
}
@media only screen and (max-width: 768px) {
  .pht-single.bnr-tumulus {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 1120px) {
  .pht-single.mv-area {
    margin: 0 3% 3em 17%;
  }
}

/* block-lr */
.block-lr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 4em 0;
}
@media only screen and (max-width: 768px) {
  .block-lr {
    margin: 2em 0;
  }
}
.block-lr a {
  display: block;
}
.block-lr > div {
  box-sizing: border-box;
}
.block-lr.list-movie {
  margin: 3em 0 4em;
}
@media only screen and (max-width: 768px) {
  .block-lr.list-movie {
    margin: 1em 0 2em;
  }
}
.block-lr.center > div {
  text-align: center;
}
.block-lr.col2 > div {
  width: 46%;
  margin: 0 8% 4% 0;
}
.block-lr.col2 > div:nth-child(2n) {
  margin-right: 0;
}
.block-lr.col2.w-l03 > div {
  width: 30%;
  margin: 0 3% 3% 0;
}
.block-lr.col2.w-l03 > div:nth-child(2n) {
  width: 67%;
  margin-right: 0;
}
.block-lr.col2.w-l04 > div {
  width: 40%;
  margin: 0 3% 3% 0;
}
.block-lr.col2.w-l04 > div:nth-child(2n) {
  width: 57%;
  margin-right: 0;
}
.block-lr.col3 > div {
  width: 31%;
  margin: 0 3.5% 3% 0;
}
.block-lr.col3 > div:nth-child(3n) {
  margin-right: 0;
}
.block-lr.col4 > div {
  width: 23%;
  margin: 0 2.6666666667% 1em 0;
}
.block-lr.col4 > div:nth-child(4n) {
  margin-right: 0;
}
.block-lr.col5 > div {
  width: 18%;
  margin: 0 2.5% 3% 0;
}
.block-lr.col5 > div:nth-child(5n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .block-lr.sp-col01 > div {
    width: 100% !important;
    margin-right: 0;
  }
  .block-lr.sp-col02 > div {
    width: 47% !important;
    margin: 0 6% 3% 0 !important;
  }
  .block-lr.sp-col02 > div:nth-child(2n) {
    margin-right: 0 !important;
  }
  .block-lr.sp-col03 > div {
    width: 31% !important;
    margin: 0 3.5% 3% 0 !important;
  }
  .block-lr.sp-col03 > div:nth-child(3n) {
    margin-right: 0 !important;
  }
}
.block-lr.movie-block .movie-frame {
  position: relative;
  width: 100%;
  padding-top: 56%;
  margin: 5% 0;
}
@media only screen and (max-width: 768px) {
  .block-lr.movie-block .movie-frame {
    padding-top: 60%;
  }
}
.block-lr.movie-block .movie-frame iframe {
  filter: saturate(1.2);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100% !important;
}
@media only screen and (max-width: 768px) {
  .block-lr.movie-block .movie-frame iframe {
    width: 100%;
  }
}
.block-lr.movie-block .txt-part {
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
  margin: 1em 0;
}
@media only screen and (max-width: 768px) {
  .block-lr.movie-block .txt-part {
    font-size: 1.2rem;
  }
}

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

リスト

-------------------------------------------------- */
/* .list-ph */
.list-thumb {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.list-thumb a {
  display: block;
  height: 100%;
}
.list-thumb.col2 > li {
  width: 46%;
  margin: 0 8% 4% 0;
}
.list-thumb.col2 > li:nth-child(2n) {
  margin-right: 0;
}
.list-thumb.col3 > li {
  width: 31%;
  margin: 0 3.5% 3% 0;
}
.list-thumb.col3 > li:nth-child(3n) {
  margin-right: 0;
}
.list-thumb.col4 > li {
  width: 22%;
  margin: 0 4% 3% 0;
}
.list-thumb.col4 > li:nth-child(4n) {
  margin-right: 0;
}
.list-thumb.col5 > li {
  width: 18%;
  margin: 0 2.5% 3% 0;
}
.list-thumb.col5 > li:nth-child(5n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .list-thumb.sp-col01 > li {
    width: 100% !important;
    margin-right: 0;
  }
  .list-thumb.sp-col02 > li {
    width: 47% !important;
    margin: 0 6% 3% 0 !important;
  }
  .list-thumb.sp-col02 > li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .list-thumb.sp-col03 > li {
    width: 31% !important;
    margin: 0 3.5% 3% 0 !important;
  }
  .list-thumb.sp-col03 > li:nth-child(3n) {
    margin-right: 0 !important;
  }
}
.list-thumb li {
  display: flex;
}
.list-thumb li a {
  background: #FFF;
  width: 100%;
  position: relative;
}
.list-thumb li a .ph-list {
  background: #e2e5ec;
  padding-top: 70%;
}
.list-thumb li a .ph-list img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.7s;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  .list-thumb li a .ph-list img {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 130%;
  }
}
.list-thumb li a:hover .ph-list img {
  transform: translate(-50%, -50%) scale(1.1);
}
.list-thumb li a .ph-list,
.list-thumb li a .txt-part {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.list-thumb li a .txt-part {
  padding: 0.5em 0;
}
.list-thumb li a .txt-part .ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.list-thumb li a .list-icon {
  margin-bottom: 0.5em;
}
.list-thumb li a .list-icon p {
  font-size: 1.4rem;
}

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

list-article

-------------------------------------------------- */
.list-article {
  margin-bottom: 5em;
}
@media only screen and (max-width: 768px) {
  .list-article {
    margin-bottom: 2em;
  }
}
.list-article li a {
  color: #333;
  width: 100%;
  padding: 1.5em 3em;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  background-color: #FFF;
  margin-bottom: 2em;
  border-radius: 2em 0 2em 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .list-article li a {
    font-size: 15rem;
    font-size: 4vmin;
  }
}
@media only screen and (max-width: 768px) {
  .list-article li a {
    display: block;
    padding: 1em 2em;
    margin-bottom: 1em;
  }
}
.list-article li a:hover {
  opacity: 0.7;
}
.list-article li a p {
  margin: 0;
  line-height: 1.8;
}
.list-article li a p.date-post {
  width: 10em;
  min-width: 10em;
  margin: 0 1em 0 0.5em;
}
@media only screen and (max-width: 768px) {
  .list-article li a p.date-post {
    width: auto;
    min-width: auto;
    margin: 0 0 0.5em;
  }
}

@media only screen and (max-width: 1520px) {
  .page .news-area {
    padding-left: 12%;
  }
}

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

list-search

-------------------------------------------------- */
ul.list-search {
  margin-bottom: 5%;
}
ul.list-search li {
  border-bottom: 1px solid #F7F7F7;
}
ul.list-search li a {
  padding: 2em 0;
  display: block;
  font-size: 1.6rem;
}
ul.list-search li a .list-search-ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.8em;
}
ul.list-search li a:hover {
  text-decoration: underline;
}
ul.list-search li:first-child {
  border-top: 1px solid #F7F7F7;
}

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

spot-data

-------------------------------------------------- */
.spot-data dl {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #F7F7F7;
}
@media only screen and (max-width: 768px) {
  .spot-data dl {
    display: block;
  }
}
.spot-data dl:first-child {
  border-top: 1px solid #F7F7F7;
}
.spot-data dl dt {
  width: 10em;
  padding: 1em;
  min-width: 10em;
  background: #E8E3DD;
}
@media only screen and (max-width: 768px) {
  .spot-data dl dt {
    width: 100%;
    text-align: center;
  }
}
.spot-data dl dd {
  padding: 1em;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .spot-data dl dd {
    width: 100%;
  }
}

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

Q&A

-------------------------------------------------- */
.list-qa .col-qa {
  border-bottom: 1px solid #FFF;
}
.list-qa .col-qa > .col-qa-ttl {
  font-weight: bold;
  background: none;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  background: #E8E3DD;
}
.list-qa .col-qa > .col-qa-ttl > a {
  display: block;
  width: 100%;
  padding: 1em 2em 1em 1em;
}
.list-qa .col-qa > .col-qa-ttl > a span {
  width: 7em;
  min-width: 7em;
  margin-right: 0.5em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .list-qa .col-qa > .col-qa-ttl > a span {
    width: 4em;
    min-width: 4em;
  }
}
.list-qa .col-qa > .col-qa-ttl > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: block;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}
.list-qa .col-qa > .col-qa-ttl > a.active:after {
  content: "\f106";
}
.list-qa .col-qa > div {
  padding: 1em;
  display: flex;
  align-items: center;
}
.list-qa .col-qa > div span {
  width: 7em;
  min-width: 7em;
  margin-right: 0.5em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .list-qa .col-qa > div span {
    width: 4em;
    min-width: 4em;
  }
}
.list-qa .col-qa > div > div {
  width: calc(100% - 7.5em);
}
@media only screen and (max-width: 768px) {
  .list-qa .col-qa > div > div {
    width: calc(100% - 4.5em);
  }
}

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

list-sitemap

-------------------------------------------------- */
ul.list-sitemap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.list-sitemap > li {
  width: 49%;
  margin-bottom: 0.5em;
}
ul.list-sitemap > li > a {
  padding: 1em;
  position: relative;
  display: block;
  background: #E8E3DD;
}
@media only screen and (max-width: 768px) {
  ul.list-sitemap > li > a {
    padding: 0.5em 1.3em 0.5em 0.4em;
  }
}
ul.list-sitemap > li > a:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.5em 0.2em auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%) rotateZ(45deg);
}
@media only screen and (max-width: 768px) {
  ul.list-sitemap > li > a:after {
    width: 0.4em;
    height: 0.4em;
    right: 0.2em;
  }
}
ul.list-sitemap > li > a + .u-layer {
  padding: 0 0 0.5em 1em;
}
ul.list-sitemap > li > a + .u-layer li {
  margin: 0.7em 0;
}
ul.list-sitemap > li > a + .u-layer li a {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  ul.list-sitemap > li > a + .u-layer li a {
    font-size: 1.4rem;
  }
}
ul.list-sitemap > li > a + .u-layer li a:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.8em 0 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  display: inline-block;
  transform: rotateZ(45deg);
}
@media only screen and (max-width: 768px) {
  ul.list-sitemap > li > a + .u-layer li a:before {
    width: 0.4em;
    height: 0.4em;
  }
}

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

404

-------------------------------------------------- */
.notfound-wrap {
  margin: 3em 0 4em;
  text-align: center;
}
.notfound-wrap .notfound-ttl {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 1.2em;
}
@media only screen and (max-width: 768px) {
  .notfound-wrap .notfound-ttl {
    font-size: 2.6rem;
  }
}
.notfound-wrap .notfound-txt {
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 3em;
}
@media only screen and (max-width: 768px) {
  .notfound-wrap .notfound-txt {
    font-size: 1.6rem;
  }
}

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

バックナンバー

-------------------------------------------------- */
.back-number {
  padding: 1em;
  background: #E8E3DD;
  text-align: center;
  position: relative;
}
.back-number .back-number-ttl {
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .back-number .back-number-ttl {
    margin-bottom: 0;
  }
}
.back-number .back-number-ttl a {
  width: 100%;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .back-number .back-number-ttl a {
    font-size: 1.8rem;
    cursor: pointer;
    margin-bottom: 0;
  }
  .back-number .back-number-ttl a:after {
    content: "+";
    font-style: normal;
    margin-left: 0.5em;
    display: inline-block;
  }
  .back-number .back-number-ttl a.active:after {
    content: "-";
  }
}
.back-number .list-year {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .back-number .list-year {
    margin-top: 1em;
    display: none;
  }
}
.back-number .list-year li {
  margin-bottom: 5px;
}
.back-number .list-year li a {
  padding: 0.8em 0;
  display: block;
  background: #FFF;
}

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

左右レイアウト

-------------------------------------------------- */
.wrapper-layout {
  display: flex;
  justify-content: space-between;
}
.wrapper-layout .side-menu {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .wrapper-layout .side-menu {
    width: 100%;
  }
}
.wrapper-layout .main-contents {
  width: 66%;
}
@media only screen and (max-width: 768px) {
  .wrapper-layout .main-contents {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper-layout {
    display: block;
  }
}

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

キャッチコピー

-------------------------------------------------- */
.catchcopy-area {
  margin-bottom: 4em;
}
.catchcopy-area .txt-lead {
  position: relative;
  max-width: 512px;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .catchcopy-area .txt-lead {
    width: 90vw;
    max-width: 370px;
    margin: 0 auto;
  }
}

.catchcopy-block {
  overflow: hidden;
  max-width: 1500px;
  margin: 0 auto 4em;
  position: relative;
}
.catchcopy-block .ttl-catchcopy {
  width: 15vw;
  max-width: 160px;
  margin: 0 auto;
}
.catchcopy-block .ttl-catchcopy .copy path {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .catchcopy-block .ttl-catchcopy {
    width: 100%;
    max-width: 100px;
  }
}
.catchcopy-block .line {
  width: 20vw;
  max-width: 350px;
  position: absolute;
}
.catchcopy-block .line .an-line-l {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
  stroke: #000;
  /*線の色を指定する*/
  stroke-dasharray: 500;
  /*線の間隔を指定する*/
  stroke-dashoffset: 0;
  /*線の位置を指定する(IEは効かない属性)*/
}
.catchcopy-block .line .an-line-r {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
  stroke: #000;
  /*線の色を指定する*/
  stroke-dasharray: 500;
  /*線の間隔を指定する*/
  stroke-dashoffset: 0;
  /*線の位置を指定する(IEは効かない属性)*/
}
@media only screen and (max-width: 768px) {
  .catchcopy-block .line {
    width: 40vw;
    max-width: 200px;
  }
}
.catchcopy-block .line.line-l {
  bottom: 10%;
  left: 10%;
}
@media only screen and (max-width: 768px) {
  .catchcopy-block .line.line-l {
    left: -10%;
  }
}
.catchcopy-block .line.line-r {
  top: 10%;
  right: 10%;
}
@media only screen and (max-width: 768px) {
  .catchcopy-block .line.line-r {
    right: -10%;
  }
}
.catchcopy-block.fadeCopy .ttl-catchcopy {
  width: 15vw;
  max-width: 160px;
  margin: 0 auto;
}
.catchcopy-block.fadeCopy .ttl-catchcopy .copy path:nth-child(1) {
  animation: copy 1s ease 0.12s 1 forwards;
}
.catchcopy-block.fadeCopy .ttl-catchcopy .copy path:nth-child(2) {
  animation: copy 1s ease 0.24s 1 forwards;
}
.catchcopy-block.fadeCopy .ttl-catchcopy .copy path:nth-child(3) {
  animation: copy 1s ease 0.36s 1 forwards;
}
.catchcopy-block.fadeCopy .ttl-catchcopy .copy path:nth-child(4) {
  animation: copy 1s ease 0.48s 1 forwards;
}
.catchcopy-block.fadeCopy .ttl-catchcopy .copy path:nth-child(5) {
  animation: copy 1s ease 0.6s 1 forwards;
}
.catchcopy-block.fadeCopy .ttl-catchcopy .copy path:nth-child(6) {
  animation: copy 1s ease 0.72s 1 forwards;
}
.catchcopy-block.fadeCopy .ttl-catchcopy .copy path:nth-child(7) {
  animation: copy 1s ease 0.84s 1 forwards;
}
.catchcopy-block.fadeCopy .ttl-catchcopy .copy path:nth-child(8) {
  animation: copy 1s ease 0.96s 1 forwards;
}
.catchcopy-block.fadeCopy .ttl-catchcopy .copy path:nth-child(9) {
  animation: copy 1s ease 1.08s 1 forwards;
}
.catchcopy-block.fadeCopy .ttl-catchcopy .copy path:nth-child(10) {
  animation: copy 1s ease 1.2s 1 forwards;
}
.catchcopy-block.fadeCopy .ttl-catchcopy .copy path:nth-child(11) {
  animation: copy 1s ease 1.32s 1 forwards;
}
.catchcopy-block.fadeCopy .ttl-catchcopy .copy path:nth-child(12) {
  animation: copy 1s ease 1.44s 1 forwards;
}
.catchcopy-block.fadeCopy .ttl-catchcopy .copy path:nth-child(13) {
  animation: copy 1s ease 1.56s 1 forwards;
}
.catchcopy-block.fadeCopy .ttl-catchcopy .copy path:nth-child(14) {
  animation: copy 1s ease 1.68s 1 forwards;
}
.catchcopy-block.fadeCopy .ttl-catchcopy .copy path:nth-child(15) {
  animation: copy 1s ease 1.8s 1 forwards;
}
@media only screen and (max-width: 768px) {
  .catchcopy-block.fadeCopy .ttl-catchcopy {
    width: 100%;
    max-width: 100px;
  }
}
.catchcopy-block.fadeCopy .line .an-line-l {
  animation: line 3s linear 0s normal;
}
.catchcopy-block.fadeCopy .line .an-line-r {
  animation: line 3s linear 1s normal;
}

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

リード文

-------------------------------------------------- */
.lead-area {
  text-align: center;
  max-width: 1500px;
  margin: 2em auto;
}

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

コンテンツブロック

-------------------------------------------------- */
.contents-block {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto 15em;
  padding-bottom: 2em;
  position: relative;
  overflow-x: hidden;
}
.contents-block.kougei {
  margin-bottom: 7em;
}
@media only screen and (max-width: 768px) {
  .contents-block {
    margin: 0 auto 4em;
  }
}
.contents-block .ttl-part {
  min-height: 28em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C44A62;
  text-align: center;
  padding: 3em 2em;
  position: absolute;
  top: 0;
  left: 11%;
  z-index: 2;
  border-radius: 3em 0 3em 0;
  overflow: hidden;
}
.contents-block .ttl-part img {
  width: 40px;
}
@media only screen and (max-width: 1520px) {
  .contents-block .ttl-part img {
    width: 30px;
  }
}
@media only screen and (max-width: 1520px) {
  .contents-block .ttl-part {
    min-height: 0;
    padding: 2em;
  }
}
@media only screen and (max-width: 768px) {
  .contents-block .ttl-part {
    width: 20vw;
    max-width: 140px;
    padding: 2em 0.5em;
    top: 20%;
    left: 4%;
    border-radius: 3em 0 3em 0;
    overflow: hidden;
  }
}
.contents-block .ph-part {
  width: 70%;
  margin-left: auto;
  margin-right: 0;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  position: relative;
  border-radius: 10em 0 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .contents-block .ph-part {
    display: none;
  }
}
.contents-block .ph-part figcaption {
  position: absolute;
}
.contents-block .ph-part img {
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.contents-block .ph-part figure.ph-list {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background: #e2e5ec;
  padding-top: 70%;
}
.contents-block .ph-part figure.ph-list img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.7s;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  .contents-block .ph-part figure.ph-list img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
.contents-block .txt-block {
  position: relative;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .contents-block .txt-block {
    width: 80%;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    margin-right: 0;
  }
}
.contents-block .txt-block .txt-part {
  width: 55vw;
  max-width: 565px;
  background: #FFF;
  font-size: 1.7rem;
  line-height: 2.3;
  letter-spacing: 0.02em;
  padding: 5em 7em;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 10em 0 10em 0;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .contents-block .txt-block .txt-part {
    transform: rotate3d(1, 1, 1, -120deg) scale(0.7);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transform-origin: 10% left;
  }
}
@media only screen and (min-width: 769px) {
  .contents-block .txt-block .txt-part p {
    opacity: 0;
  }
}
@media only screen and (max-width: 768px) {
  .contents-block .txt-block .txt-part {
    font-size: 16rem;
    font-size: 4.2666666667vmin;
  }
}
@media only screen and (max-width: 768px) {
  .contents-block .txt-block .txt-part {
    width: 100%;
    background: none;
    position: relative;
    padding: 2em;
    border-radius: 0 0 0 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .contents-block .txt-block .txt-part {
    font-size: 12rem;
    font-size: 3.2vmin;
  }
}
.contents-block .txt-block .link-part {
  margin-top: -20%;
}
@media only screen and (max-width: 768px) {
  .contents-block .txt-block .link-part {
    width: 100%;
    text-align: right;
    margin-top: 0;
  }
}
.contents-block .txt-block .link-part a {
  width: 35vw;
  max-width: 645px;
  height: 400px;
  display: inline-block;
  background: linear-gradient(to bottom, #EBCDEA, #FFF6C2);
  font-size: 1.8rem;
  padding: 4em 2em;
  position: relative;
  border-radius: 10em 0 10em 0;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .contents-block .txt-block .link-part a {
    transform: translate(-50px, 100px) rotate3d(1, 0, 0, 90deg);
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    opacity: 0;
  }
}
@media only screen and (max-width: 1520px) {
  .contents-block .txt-block .link-part a {
    padding: 6em 2em;
  }
}
@media only screen and (max-width: 768px) {
  .contents-block .txt-block .link-part a {
    width: 100%;
    height: auto;
    padding: 1.5em 3em;
    border-radius: 5em 0 5em 0;
    overflow: hidden;
  }
}
.contents-block .txt-block .link-part a figure {
  text-align: center;
  position: relative;
}
.contents-block .txt-block .link-part a figure img {
  max-height: 200px;
}
@media only screen and (max-width: 1520px) {
  .contents-block .txt-block .link-part a figure img {
    width: 200px;
  }
}
.contents-block .txt-block .link-part a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_jagge.png) repeat center center/100%;
  opacity: 1;
  mix-blend-mode: soft-light;
  border-radius: 4em 0 4em 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
@media all and (-ms-high-contrast: none) {
  .contents-block .txt-block .link-part a::before {
    opacity: 0.1;
  }
}
.contents-block .txt-block .link-part a .link-txt {
  text-align: center;
  margin-top: 2em;
}
.contents-block .txt-block .link-part a .link-txt:after {
  content: "";
  display: block;
  background: url(../img/common/arrow_link.svg) no-repeat;
  background-size: contain;
  width: 12em;
  height: 2em;
  margin: -1em auto;
}
@media only screen and (max-width: 768px) {
  .contents-block .txt-block .link-part a .link-txt:after {
    width: 8em;
    height: 1.3em;
    margin: 0 auto;
  }
}
.contents-block.fadeInLeft .ph-part {
  transform: translate(0, 0);
}
.contents-block.fadeInLeft .ph-part img {
  transform: translate(0, 0);
}
.contents-block.fadeInLeft .txt-part {
  transform: rotate3d(1, 1, 1, 0deg) scale(1);
}
.contents-block.fadeInLeft .txt-part p {
  animation: fadeIn 1s ease 2s forwards;
}
.contents-block.fadeInLeft .link-part {
  margin-top: -20%;
}
@media only screen and (max-width: 768px) {
  .contents-block.fadeInLeft .link-part {
    width: 100%;
    text-align: right;
    margin-top: 0;
  }
}
.contents-block.fadeInLeft .link-part a {
  transform: translate(0, 0) rotate3d(1, 1, 1, 0deg);
  opacity: 1;
}
.contents-block.reverse .ttl-part {
  top: 0;
  left: auto;
  right: 11%;
  border-radius: 0 3em 0 3em;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .contents-block.reverse .ttl-part {
    border-radius: 0 5em 0 5em;
    overflow: hidden;
    top: 20%;
    right: 4%;
  }
}
.contents-block.reverse .ph-part {
  margin-left: 0;
  margin-right: auto;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  border-radius: 0 10em 0 0;
  overflow: hidden;
  text-align: right;
}
.contents-block.reverse .ph-part img {
  transform: translate(100%, 0);
}
@media only screen and (max-width: 768px) {
  .contents-block.reverse .txt-block {
    margin-left: 0;
    margin-right: auto;
  }
}
.contents-block.reverse .txt-block .txt-part {
  border-radius: 0 10em 0 10em;
  overflow: hidden;
  left: 0;
  right: auto;
}
@media only screen and (max-width: 768px) {
  .contents-block.reverse .txt-block .txt-part {
    border-radius: 0 0 0 0;
    overflow: hidden;
  }
}
.contents-block.reverse .txt-block .link-part {
  text-align: right;
}
@media only screen and (min-width: 769px) {
  .contents-block.reverse .txt-block .link-part a {
    transform: translate(-50px, -100px) rotate3d(1, 0, 0, 90deg);
  }
}
.contents-block.fadeInRight.reverse .ph-part {
  transform: translate(0, 0);
}
.contents-block.fadeInRight.reverse .ph-part img {
  transform: translate(0, 0);
}
.contents-block.fadeInRight.reverse .txt-part {
  transform: rotate3d(1, 1, 1, 0deg) scale(1);
}
.contents-block.fadeInRight.reverse .txt-part p {
  animation: fadeIn 1s ease 2s forwards;
}
.contents-block.fadeInRight.reverse .link-part {
  margin-top: -20%;
}
@media only screen and (max-width: 768px) {
  .contents-block.fadeInRight.reverse .link-part {
    width: 100%;
    text-align: right;
    margin-top: 0;
  }
}
.contents-block.fadeInRight.reverse .link-part a {
  transform: translate(0, 0) rotate3d(1, 1, 1, 0deg);
  opacity: 1;
}
.contents-block.siseki .ttl-part {
  background: #C44A62;
}
.contents-block.siseki .txt-block .link-part a {
  background: linear-gradient(to bottom, #EBCDEA, #FFF6C2);
}
.contents-block.art .ttl-part {
  background: #2473C2;
}
.contents-block.art .ttl-part img {
  max-width: 30px;
}
@media only screen and (max-width: 768px) {
  .contents-block.art .ttl-part img {
    max-width: 20px;
  }
}
.contents-block.art .ph-part figcaption {
  font-size: 1rem;
  max-width: 350px;
  padding: 0.5em;
  top: 200px;
  left: 1em;
  background: #FFF;
  display: block;
}
.contents-block.art .credit {
  font-size: 1rem;
  margin-bottom: 1em;
  padding: 0.5em;
  display: block;
}
@media only screen and (max-width: 768px) {
  .contents-block.art .credit {
    display: none;
  }
}
.contents-block.art .txt-block .link-part a {
  background: linear-gradient(to bottom, #B2C1F6, #ECDFE9);
}
.contents-block.dentou .ttl-part {
  background: #50833F;
}
.contents-block.dentou .ph-part figcaption {
  color: #FFF;
  font-size: 1.7rem;
  top: 1em;
  right: 1em;
  text-shadow: 2px 2px 5px #000, -2px 2px 5px #000, 2px -2px 5px #000, -2px -2px 5px #000;
}
.contents-block.dentou .txt-block .link-part a {
  background: linear-gradient(to bottom, #BFEED7, #C4DBF1);
}
.contents-block.kougei .ttl-part {
  background: #737A49;
}
.contents-block.kougei .ttl-part img {
  width: 30px;
}
.contents-block.kougei .txt-block .link-part a {
  background: linear-gradient(to bottom, #DFECE0, #EFF2C1);
}

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

コンテンツブロック アニメーション付き(2次追加)

-------------------------------------------------- */
.contents-block-animation {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto 15em;
  padding-bottom: 2em;
  position: relative;
  overflow-x: hidden;
}
.contents-block-animation.kougei {
  margin-bottom: 7em;
}
@media only screen and (max-width: 768px) {
  .contents-block-animation {
    margin: 0 auto 4em;
    overflow-x: inherit;
  }
}
.contents-block-animation .ttl-part {
  min-height: 28em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C44A62;
  text-align: center;
  padding: 3em 2em;
  position: absolute;
  top: 0;
  left: 11%;
  z-index: 2;
  border-radius: 3em 0 3em 0;
  overflow: hidden;
}
.contents-block-animation .ttl-part img {
  width: 32px;
}
@media only screen and (max-width: 1520px) {
  .contents-block-animation .ttl-part img {
    width: 23px;
  }
}
@media only screen and (max-width: 1520px) {
  .contents-block-animation .ttl-part {
    min-height: 0;
    padding: 2em;
    left: 4%;
  }
}
@media only screen and (max-width: 768px) {
  .contents-block-animation .ttl-part {
    width: 20vw;
    max-width: 140px;
    padding: 4em 0.5em;
    top: 20%;
    left: 4%;
    border-radius: 3em 0 3em 0;
    overflow: hidden;
  }
}
.contents-block-animation .ph-part {
  width: 70%;
  margin-left: auto;
  margin-right: 0;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  position: relative;
  border-radius: 10em 0 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .contents-block-animation .ph-part {
    display: none;
  }
}
.contents-block-animation .ph-part figcaption {
  position: absolute;
}
.contents-block-animation .ph-part img {
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.contents-block-animation .ph-part figure.ph-list {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background: #e2e5ec;
  padding-top: 70%;
}
.contents-block-animation .ph-part figure.ph-list img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.7s;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  .contents-block-animation .ph-part figure.ph-list img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
.contents-block-animation .txt-block {
  position: relative;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .contents-block-animation .txt-block {
    width: 80%;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    margin-right: 0;
  }
}
.contents-block-animation .txt-block .txt-part {
  width: 55vw;
  max-width: 565px;
  background: #FFF;
  font-size: 1.7rem;
  line-height: 2.3;
  letter-spacing: 0.02em;
  padding: 5em 7em;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 10em 0 10em 0;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .contents-block-animation .txt-block .txt-part {
    transform: rotate3d(1, 1, 1, -120deg) scale(0.7);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transform-origin: 10% left;
  }
}
@media only screen and (min-width: 769px) {
  .contents-block-animation .txt-block .txt-part p {
    opacity: 0;
  }
}
@media only screen and (max-width: 768px) {
  .contents-block-animation .txt-block .txt-part {
    font-size: 16rem;
    font-size: 4.2666666667vmin;
  }
}
@media only screen and (max-width: 768px) {
  .contents-block-animation .txt-block .txt-part {
    width: 100%;
    background: none;
    position: relative;
    padding: 2em;
    border-radius: 0 0 0 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .contents-block-animation .txt-block .txt-part {
    font-size: 12rem;
    font-size: 3.2vmin;
  }
}
.contents-block-animation .txt-block .link-part {
  width: 35vw;
  max-width: 645px;
  height: 400px;
  display: inline-block;
  background: linear-gradient(to bottom, #EBCDEA, #FFF6C2);
  font-size: 1.8rem;
  padding: 4em 2em;
  position: relative;
  border-radius: 10em 0 10em 0;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .contents-block-animation .txt-block .link-part {
    transform: translate(-50px, 100px) rotate3d(1, 0, 0, 90deg);
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    opacity: 0;
  }
}
@media only screen and (max-width: 1520px) {
  .contents-block-animation .txt-block .link-part {
    width: 40vw;
    padding: 4em;
  }
}
@media only screen and (max-width: 768px) {
  .contents-block-animation .txt-block .link-part {
    width: 100%;
    height: auto;
    text-align: right;
    padding: 1.5em 3em;
    margin-top: 0;
    border-radius: 5em 0 5em 0;
    overflow: hidden;
  }
}
.contents-block-animation .txt-block .link-part figure {
  text-align: center;
  position: relative;
}
.contents-block-animation .txt-block .link-part figure img {
  max-height: 200px;
}
@media only screen and (max-width: 1520px) {
  .contents-block-animation .txt-block .link-part figure img {
    width: 200px;
  }
}
.contents-block-animation .txt-block .link-part::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_jagge.png) repeat center center/100%;
  opacity: 1;
  mix-blend-mode: soft-light;
  position: absolute;
  left: 0;
  top: 0;
}
@media all and (-ms-high-contrast: none) {
  .contents-block-animation .txt-block .link-part::before {
    opacity: 0.1;
  }
}
.contents-block-animation .txt-block .link-part .link-txt {
  text-align: center;
  margin-top: 2em;
}
@media only screen and (max-width: 768px) {
  .contents-block-animation .txt-block .link-part .link-txt img {
    width: 60px;
  }
}
.contents-block-animation .txt-block .link-part .link-txt:after {
  content: "";
  display: block;
  background: url(../img/common/arrow_link.svg) no-repeat;
  background-size: contain;
  width: 12em;
  height: 2em;
  margin: -1em auto;
}
@media only screen and (max-width: 768px) {
  .contents-block-animation .txt-block .link-part .link-txt:after {
    width: 8em;
    height: 1.3em;
    margin: 0 auto;
  }
}
.contents-block-animation.fadeInLeft .ph-part {
  transform: translate(0, 0);
}
.contents-block-animation.fadeInLeft .ph-part img {
  transform: translate(0, 0);
}
.contents-block-animation.fadeInLeft .txt-part {
  transform: rotate3d(1, 1, 1, 0deg) scale(0.95);
}
.contents-block-animation.fadeInLeft .txt-part p {
  animation: fadeIn 1s ease 2s forwards;
}
.contents-block-animation.fadeInLeft .link-part {
  transform: translate(0, 0) rotate3d(1, 1, 1, 0deg);
  opacity: 1;
  margin-top: -20%;
}
@media only screen and (max-width: 768px) {
  .contents-block-animation.fadeInLeft .link-part {
    width: 100%;
    text-align: right;
    margin-top: 0;
  }
}
.contents-block-animation.reverse .ttl-part {
  top: 0;
  left: auto;
  right: 11%;
  border-radius: 0 3em 0 3em;
  overflow: hidden;
}
@media only screen and (max-width: 1520px) {
  .contents-block-animation.reverse .ttl-part {
    right: 4%;
  }
}
@media only screen and (max-width: 768px) {
  .contents-block-animation.reverse .ttl-part {
    border-radius: 0 5em 0 5em;
    overflow: hidden;
    top: 20%;
    right: 4%;
  }
}
.contents-block-animation.reverse .ph-part {
  margin-left: 0;
  margin-right: auto;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  border-radius: 0 10em 0 0;
  overflow: hidden;
  text-align: right;
}
.contents-block-animation.reverse .ph-part img {
  transform: translate(100%, 0);
}
@media only screen and (max-width: 768px) {
  .contents-block-animation.reverse .txt-block {
    margin-left: 0;
    margin-right: auto;
  }
}
.contents-block-animation.reverse .txt-block .txt-part {
  border-radius: 0 10em 0 10em;
  overflow: hidden;
  left: 0;
  right: auto;
}
@media only screen and (max-width: 768px) {
  .contents-block-animation.reverse .txt-block .txt-part {
    border-radius: 0 0 0 0;
    overflow: hidden;
  }
}
.contents-block-animation.reverse .txt-block .link-part {
  display: block;
  margin-left: auto;
  text-align: right;
  border-radius: 0 10em 0 10em;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .contents-block-animation.reverse .txt-block .link-part {
    transform: translate(-50px, -100px) rotate3d(1, 0, 0, 90deg);
  }
}
@media only screen and (max-width: 768px) {
  .contents-block-animation.reverse .txt-block .link-part {
    border-radius: 0 5em 0 5em;
    overflow: hidden;
  }
}
.contents-block-animation.fadeInRight.reverse .ph-part {
  transform: translate(0, 0);
}
.contents-block-animation.fadeInRight.reverse .ph-part img {
  transform: translate(0, 0);
}
.contents-block-animation.fadeInRight.reverse .txt-part {
  transform: rotate3d(1, 1, 1, 0deg) scale(0.95);
}
.contents-block-animation.fadeInRight.reverse .txt-part p {
  animation: fadeIn 1s ease 2s forwards;
}
.contents-block-animation.fadeInRight.reverse .link-part {
  margin-top: -20%;
  transform: translate(0, 0) rotate3d(1, 1, 1, 0deg);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .contents-block-animation.fadeInRight.reverse .link-part {
    width: 100%;
    text-align: right;
    margin-top: 0;
  }
}
.contents-block-animation.siseki .ttl-part {
  background: #C44A62;
}
.contents-block-animation.siseki .txt-block .link-part {
  background: linear-gradient(to bottom, #EBCDEA, #FFF6C2);
}
.contents-block-animation.art .ttl-part {
  background: #2473C2;
}
.contents-block-animation.art .ttl-part img {
  max-width: 30px;
}
@media only screen and (max-width: 768px) {
  .contents-block-animation.art .ttl-part img {
    max-width: 23px;
  }
}
.contents-block-animation.art .ph-part figcaption {
  font-size: 1rem;
  max-width: 350px;
  padding: 0.5em;
  top: 200px;
  left: 1em;
  background: #FFF;
  display: block;
}
.contents-block-animation.art .credit {
  font-size: 1rem;
  margin-bottom: 1em;
  padding: 0.5em;
  display: block;
}
@media only screen and (max-width: 768px) {
  .contents-block-animation.art .credit {
    display: none;
  }
}
.contents-block-animation.art .txt-block .link-part {
  background: linear-gradient(to bottom, #B2C1F6, #ECDFE9);
}
.contents-block-animation.dentou .ttl-part {
  min-height: 26em;
  background: #50833F;
}
@media only screen and (max-width: 1520px) {
  .contents-block-animation.dentou .ttl-part {
    min-height: 18em;
  }
}
.contents-block-animation.dentou .ph-part figcaption {
  color: #FFF;
  font-size: 1.7rem;
  top: 1em;
  right: 1em;
  text-shadow: 2px 2px 5px #000, -2px 2px 5px #000, 2px -2px 5px #000, -2px -2px 5px #000;
}
.contents-block-animation.dentou .txt-block .link-part {
  background: linear-gradient(to bottom, #BFEED7, #C4DBF1);
}
.contents-block-animation.kougei .ttl-part {
  background: #737A49;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.contents-block-animation.kougei .ttl-part img + img {
  margin-right: 2px;
}
.contents-block-animation.kougei .txt-block .link-part {
  background: linear-gradient(to bottom, #B2D6B5, #E0E776);
}
.contents-block-animation.dkougei .ttl-part {
  min-height: 26em;
  background: #CA6108;
}
@media only screen and (max-width: 1520px) {
  .contents-block-animation.dkougei .ttl-part {
    min-height: 18em;
  }
}
.contents-block-animation.dkougei .credit {
  text-align: right;
}
.contents-block-animation.dkougei .txt-block .link-part {
  background: linear-gradient(to bottom, #EFC0C0, #F5D079);
}
.contents-block-animation.artspot .ttl-part {
  background: #9650BB;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.contents-block-animation.artspot .ttl-part img {
  width: 100%;
}
@media all and (-ms-high-contrast: none) {
  .contents-block-animation.artspot .ttl-part img {
    width: auto;
  }
}
.contents-block-animation.artspot .ttl-part img + img {
  margin-top: 4em;
  margin-right: 5px;
}
@media only screen and (max-width: 1520px) {
  .contents-block-animation.artspot .ttl-part img {
    width: 23px;
  }
}
@media only screen and (max-width: 768px) {
  .contents-block-animation.artspot .ttl-part img:first-child {
    width: 17px;
  }
}
.contents-block-animation.artspot .txt-block .link-part {
  color: #FFF;
  background: linear-gradient(to bottom, #B2CBF6, #A499D2);
}
.contents-block-animation.artspot .txt-block .link-part .link-txt:after {
  background: url(../img/common/arrow_link_w.svg) no-repeat;
  background-size: contain;
}
.contents-block-animation.bunka .ttl-part {
  min-height: 26em;
  background: #32516C;
}
@media only screen and (max-width: 1520px) {
  .contents-block-animation.bunka .ttl-part {
    min-height: 18em;
  }
}
.contents-block-animation.bunka .txt-block .link-part {
  background: linear-gradient(to bottom, #BBCEDB, #90D4FC);
}

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

スポットリスト

-------------------------------------------------- */
.spot-list {
  /* ph-doubleのみ動き遅くしてます */
}
.spot-list li {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto 8em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .spot-list li {
    margin: 0 auto 4em;
  }
}
.spot-list li .ph-part {
  width: 60%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .spot-list li .ph-part {
    transform: translate(100%, 0);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  }
}
@media only screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .spot-list li .ph-part {
    transform: translate(100%, 0) rotate(0.1deg);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  }
}
@media only screen and (max-width: 768px) {
  .spot-list li .ph-part {
    width: 100%;
    position: relative;
  }
}
.spot-list li .ph-part figure {
  overflow: hidden;
  margin-left: auto;
  margin-right: 0;
  border-radius: 10em 0 0 0;
  overflow: hidden;
}
.spot-list li .ph-part figure figcaption {
  opacity: 0;
  color: #FFF;
  font-size: 1.7rem;
  text-shadow: 2px 2px 5px #000, -2px 2px 5px #000, 2px -2px 5px #000, -2px -2px 5px #000;
  position: absolute;
  bottom: 2em;
  right: 3em;
}
@media only screen and (max-width: 768px) {
  .spot-list li .ph-part figure figcaption {
    opacity: 1;
    right: 1em;
    bottom: 3.5em;
  }
}
@media only screen and (max-width: 768px) {
  .spot-list li .ph-part figure {
    border-radius: 3em 0 0 0;
    overflow: hidden;
    width: 100%;
  }
}
.spot-list li .ph-part figure.ph-list {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 70%;
}
@media only screen and (max-width: 768px) {
  .spot-list li .ph-part figure.ph-list {
    padding-top: 80%;
  }
}
.spot-list li .ph-part figure.ph-list img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.7s;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  .spot-list li .ph-part figure.ph-list img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
@media all and (-ms-high-contrast: none) and (-ms-high-contrast: none) {
  .spot-list li .ph-part figure.ph-list img {
    max-width: 110%;
    max-height: 110%;
  }
}
@media only screen and (min-width: 769px) {
  .spot-list li .ph-part figure.ph-list img {
    transform: translate(-150%, -50%);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  }
}
@media only screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .spot-list li .ph-part figure.ph-list img {
    transition: none;
  }
}
.spot-list li .ph-part .movie-frame {
  position: relative;
  width: 100%;
  padding-top: 56%;
  margin: 5% 0;
}
@media only screen and (max-width: 768px) {
  .spot-list li .ph-part .movie-frame {
    padding-top: 60%;
  }
}
.spot-list li .ph-part .movie-frame iframe {
  filter: saturate(1.2);
  position: absolute;
  top: 0;
  right: 0;
  width: 87%;
  height: 100% !important;
}
@media only screen and (max-width: 768px) {
  .spot-list li .ph-part .movie-frame iframe {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .spot-list li .ph-part .movie-frame iframe {
    transition: none;
  }
}
.spot-list li .txt-block {
  width: 100%;
  max-width: 1200px;
  padding: 10% 0 5%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  position: relative;
  pointer-events: none;
  z-index: 5;
}
@media only screen and (min-width: 769px) {
  .spot-list li .txt-block {
    transform: rotate3d(1, 1, 1, -120deg) scale(0.7);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
    transform-origin: 10% left;
  }
}
.spot-list li .txt-block .txt-block-inner {
  max-width: 563px;
  background: #C44A62;
  line-height: 2;
  padding: 6em 4em;
  position: relative;
  z-index: 1;
  border-radius: 10em 0 10em 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .spot-list li .txt-block .txt-block-inner {
    font-size: 17rem;
    font-size: 4.5333333333vmin;
  }
}
@media only screen and (max-width: 768px) {
  .spot-list li .txt-block .txt-block-inner {
    border-radius: 5em 0 5em 0;
    overflow: hidden;
    padding: 3em 2em;
    margin-top: -3em;
  }
}
@media only screen and (max-width: 420px) {
  .spot-list li .txt-block .txt-block-inner {
    border-radius: 3em 0 3em 0;
    overflow: hidden;
    padding: 3em 1em;
    margin-top: -5em;
  }
}
.spot-list li .txt-block .txt-block-inner .ttl-part {
  margin-bottom: 2em;
}
@media only screen and (min-width: 769px) {
  .spot-list li .txt-block .txt-block-inner .ttl-part {
    opacity: 0;
  }
}
@media only screen and (max-width: 768px) {
  .spot-list li .txt-block .txt-block-inner .ttl-part {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 769px) {
  .spot-list li .txt-block .txt-block-inner .txt-part {
    opacity: 0;
  }
}
.spot-list li .txt-block .txt-block-inner .txt-part p {
  font-size: 1.6rem;
}
.spot-list li .txt-block .txt-block-inner .txt-part p.note {
  margin-top: 2em;
  margin-bottom: -1em;
}
.spot-list li .txt-block .txt-block-inner .link-part {
  pointer-events: all;
}
@media only screen and (min-width: 769px) {
  .spot-list li .txt-block .txt-block-inner .link-part {
    opacity: 0;
  }
}
@media only screen and (max-width: 768px) {
  .spot-list li .txt-block .txt-block-inner .link-part {
    width: 100%;
    margin-top: 0;
  }
}
.spot-list li .txt-block .txt-block-inner .link-part a .link-txt {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 2em;
}
.spot-list li .txt-block .txt-block-inner .link-part a .link-txt:after {
  content: "";
  display: block;
  background: url(../img/common/arrow_link.svg) no-repeat;
  background-size: contain;
  width: 12em;
  height: 2em;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .spot-list li .txt-block .txt-block-inner .link-part a .link-txt:after {
    width: 8em;
    height: 1.3em;
  }
}
.spot-list li .txt-block.second {
  display: flex;
  justify-content: flex-end;
  margin-top: -15%;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .spot-list li .txt-block.second {
    transform: rotate3d(1, 1, 1, -120deg) scale(0.7);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
    transform-origin: 10% left;
  }
}
@media only screen and (max-width: 768px) {
  .spot-list li .txt-block.second {
    margin-top: 4em;
  }
}
.spot-list li .txt-block.second .txt-block-inner {
  max-width: 600px;
  background: #FFF !important;
  border-radius: 0 10em 0 10em;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .spot-list li .txt-block.second .txt-block-inner {
    border-radius: 0 3em 0 3em;
    overflow: hidden;
  }
}
.spot-list li:nth-child(even) .ph-part {
  right: auto;
  left: 0;
}
@media only screen and (min-width: 769px) {
  .spot-list li:nth-child(even) .ph-part {
    transform: translate(-100%, 0);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  }
}
@media only screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .spot-list li:nth-child(even) .ph-part {
    transform: translate(-100%, 0) rotate(0.1deg);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  }
}
@media only screen and (min-width: 769px) {
  .spot-list li:nth-child(even) .ph-part .ph-list img {
    transform: translate(50%, -50%);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  }
}
@media only screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .spot-list li:nth-child(even) .ph-part .ph-list img {
    transition: none;
  }
}
.spot-list li:nth-child(even) .ph-part figure {
  border-radius: 0 10em 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .spot-list li:nth-child(even) .ph-part figure {
    border-radius: 0 3em 0 0;
    overflow: hidden;
  }
}
.spot-list li:nth-child(even) .ph-part figure figcaption {
  left: 3em;
}
@media only screen and (max-width: 768px) {
  .spot-list li:nth-child(even) .ph-part figure figcaption {
    left: 1em;
  }
}
@media only screen and (min-width: 769px) {
  .spot-list li:nth-child(even) .ph-part .movie-frame iframe {
    transform: translate(115%, 0);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  }
}
.spot-list li:nth-child(even) .txt-block {
  justify-content: flex-end;
}
.spot-list li:nth-child(even) .txt-block .txt-block-inner {
  background: linear-gradient(to bottom, #EBCDEA, #FFF6C2);
  border-radius: 0 10em 0 10em;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .spot-list li:nth-child(even) .txt-block .txt-block-inner {
    border-radius: 0 3em 0 3em;
    overflow: hidden;
  }
}
.spot-list li:nth-child(even) .txt-block.second {
  display: flex;
  justify-content: flex-start;
  margin-top: -15%;
}
@media only screen and (max-width: 768px) {
  .spot-list li:nth-child(even) .txt-block.second {
    margin-top: 2em;
  }
}
.spot-list li:nth-child(even) .txt-block.second .txt-block-inner {
  border-radius: 10em 0 10em 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .spot-list li:nth-child(even) .txt-block.second .txt-block-inner {
    border-radius: 3em 0 3em 0;
    overflow: hidden;
  }
}
.spot-list.ph-double .ph-part {
  overflow: visible;
}
.spot-list.ph-double .ph-part figure.ph-list {
  position: absolute;
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .spot-list.ph-double .ph-part figure.ph-list {
    width: 100%;
    position: relative;
  }
}
@media all and (-ms-high-contrast: none) {
  .spot-list.ph-double .ph-part figure.ph-list img {
    width: auto;
    height: auto;
    max-width: 150%;
    max-height: 150%;
  }
}
.spot-list.ph-double .ph-part figure.ph-list:first-child {
  max-width: 460px;
  padding-top: 55%;
  right: 0;
  z-index: 0;
  border-radius: 0 10em 0 10em;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .spot-list.ph-double .ph-part figure.ph-list:first-child {
    width: 80%;
    padding-top: 70%;
  }
}
@media only screen and (min-width: 769px) {
  .spot-list.ph-double .ph-part figure.ph-list:first-child {
    transform: rotate3d(1, 1, 1, -120deg) scale(0.7);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transform-origin: 10% left;
  }
}
.spot-list.ph-double .ph-part figure.ph-list:first-child figcaption {
  top: 2em;
  left: 3em;
}
@media only screen and (max-width: 768px) {
  .spot-list.ph-double .ph-part figure.ph-list:first-child figcaption {
    top: 1em;
    left: 1em;
  }
}
.spot-list.ph-double .ph-part figure.ph-list:last-child {
  max-width: 390px;
  padding-top: 50%;
  right: 40%;
  z-index: 1;
  margin-top: 25%;
  border-radius: 10em 0 10em 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .spot-list.ph-double .ph-part figure.ph-list:last-child {
    width: 80%;
    padding-top: 70%;
    margin-top: -5em;
    left: auto;
    right: 0%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 769px) {
  .spot-list.ph-double .ph-part figure.ph-list:last-child {
    transform: rotate3d(1, 1, 1, -120deg) scale(0.7);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transform-origin: 10% left;
  }
}
.spot-list.ph-double .ph-part figure.ph-list:last-child figcaption {
  left: 3em;
}
@media only screen and (max-width: 768px) {
  .spot-list.ph-double .ph-part figure.ph-list:last-child figcaption {
    left: 1em;
    bottom: 3.5em;
  }
}
.spot-list.ph-double .txt-block {
  padding-top: 10%;
}
@media only screen and (min-width: 769px) {
  .spot-list.ph-double .txt-block {
    transform: rotate3d(1, 1, 1, -120deg) scale(0.7);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transform-origin: 10% left;
  }
}
.spot-list.ph-double .fadeInLeft .ph-part figure.ph-list:first-child, .spot-list.ph-double .fadeInLeft .ph-part figure.ph-list:last-child,
.spot-list.ph-double .fadeInRight .ph-part figure.ph-list:first-child,
.spot-list.ph-double .fadeInRight .ph-part figure.ph-list:last-child {
  transform: rotate3d(1, 1, 1, 0deg) scale(1);
}
.spot-list.ph-double.bunka .ph-part {
  width: 70%;
}
@media only screen and (max-width: 1320px) {
  .spot-list.ph-double.bunka .ph-part {
    width: 80%;
  }
  .spot-list.ph-double.bunka .ph-part figcaption {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 940px) {
  .spot-list.ph-double.bunka .ph-part figure.ph-list {
    position: relative;
  }
}
.spot-list.ph-double.bunka .ph-part figure.ph-list:first-child {
  max-width: 560px;
  padding-top: 45%;
  border-radius: 10em 0 10em 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .spot-list.ph-double.bunka .ph-part figure.ph-list:first-child {
    width: 80%;
    padding-top: 70%;
  }
}
.spot-list.ph-double.bunka .ph-part figure.ph-list:first-child figcaption {
  top: auto;
  left: auto;
  right: 8em;
  bottom: 1em;
}
@media only screen and (max-width: 1320px) {
  .spot-list.ph-double.bunka .ph-part figure.ph-list:first-child figcaption {
    bottom: auto;
    top: 1em;
    left: auto;
    right: 2em;
  }
}
.spot-list.ph-double.bunka .ph-part figure.ph-list:last-child {
  max-width: 380px;
  padding-top: 28%;
  right: 40%;
  z-index: 1;
  margin-top: 25%;
  border-radius: 7em 0 7em 0;
  overflow: hidden;
}
@media only screen and (max-width: 1320px) {
  .spot-list.ph-double.bunka .ph-part figure.ph-list:last-child {
    margin-top: 43%;
    right: 0%;
  }
}
@media only screen and (max-width: 940px) {
  .spot-list.ph-double.bunka .ph-part figure.ph-list:last-child {
    position: relative;
    padding-top: 28%;
    right: 40%;
    margin-top: -5%;
  }
}
@media only screen and (max-width: 768px) {
  .spot-list.ph-double.bunka .ph-part figure.ph-list:last-child {
    width: 80%;
    padding-top: 70%;
    margin-top: -5em;
    left: auto;
    right: 0%;
    margin-left: 0;
    border-radius: 10em 0 10em 0;
    overflow: hidden;
  }
}
.spot-list.ph-double.bunka .ph-part figure.ph-list:last-child figcaption {
  right: 4em;
  bottom: 1em;
  left: auto;
}
@media only screen and (max-width: 1320px) {
  .spot-list.ph-double.bunka .ph-part figure.ph-list:last-child figcaption {
    right: 8em;
  }
}
@media only screen and (max-width: 768px) {
  .spot-list.ph-double.bunka .ph-part figure.ph-list:last-child figcaption {
    bottom: 4em;
  }
}
@media only screen and (max-width: 940px) {
  .spot-list.ph-double.bunka .txt-block {
    padding-top: 54%;
  }
}
@media only screen and (max-width: 768px) {
  .spot-list.ph-double.bunka .txt-block {
    padding-top: 10%;
  }
}
.spot-list.no-reverse:nth-child(odd) .ph-part {
  right: auto;
  left: 0;
}
@media only screen and (min-width: 769px) {
  .spot-list.no-reverse:nth-child(odd) .ph-part {
    transform: translate(-100%, 0);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  }
}
@media only screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .spot-list.no-reverse:nth-child(odd) .ph-part {
    transform: translate(-100%, 0) rotate(0.1deg);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  }
}
@media only screen and (min-width: 769px) {
  .spot-list.no-reverse:nth-child(odd) .ph-part .ph-list img {
    transform: translate(50%, -50%);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  }
}
@media only screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .spot-list.no-reverse:nth-child(odd) .ph-part .ph-list img {
    transition: none;
  }
}
.spot-list.no-reverse:nth-child(odd) .ph-part figure {
  border-radius: 0 10em 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .spot-list.no-reverse:nth-child(odd) .ph-part figure {
    border-radius: 0 3em 0 0;
    overflow: hidden;
  }
}
.spot-list.no-reverse:nth-child(odd) .ph-part figure figcaption {
  left: 3em;
}
@media only screen and (max-width: 1320px) {
  .spot-list.no-reverse:nth-child(odd) .ph-part figure figcaption {
    left: 1em;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .spot-list.no-reverse:nth-child(odd) .ph-part figure figcaption {
    top: auto;
    left: 1em;
  }
}
.spot-list.no-reverse:nth-child(odd) .txt-block {
  justify-content: flex-end;
}
.spot-list.no-reverse:nth-child(odd) .txt-block .txt-block-inner {
  border-radius: 0 10em 0 10em;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .spot-list.no-reverse:nth-child(odd) .txt-block .txt-block-inner {
    border-radius: 0 3em 0 3em;
    overflow: hidden;
  }
}
.spot-list.no-reverse:nth-child(odd) .txt-block.second {
  display: flex;
  justify-content: flex-start;
}
.spot-list.no-reverse:nth-child(odd) .txt-block.second .txt-block-inner {
  border-radius: 10em 0 10em 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .spot-list.no-reverse:nth-child(odd) .txt-block.second .txt-block-inner {
    border-radius: 3em 0 3em 0;
    overflow: hidden;
  }
}
.spot-list.reverse li .ph-part {
  right: auto;
  left: 0;
}
@media only screen and (min-width: 769px) {
  .spot-list.reverse li .ph-part {
    transform: translate(-100%, 0);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  }
}
@media only screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .spot-list.reverse li .ph-part {
    transform: translate(-100%, 0) rotate(0.1deg);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  }
}
@media only screen and (min-width: 769px) {
  .spot-list.reverse li .ph-part .ph-list img {
    transform: translate(50%, -50%);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  }
}
@media only screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .spot-list.reverse li .ph-part .ph-list img {
    transition: none;
  }
}
.spot-list.reverse li .ph-part figure {
  border-radius: 0 10em 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .spot-list.reverse li .ph-part figure {
    border-radius: 0 3em 0 0;
    overflow: hidden;
  }
}
.spot-list.reverse li .ph-part figure figcaption {
  left: 3em;
}
@media only screen and (max-width: 768px) {
  .spot-list.reverse li .ph-part figure figcaption {
    left: 1em;
  }
}
.spot-list.reverse li .credit {
  font-size: 1rem;
  margin-bottom: 1em;
  padding: 0.5em;
  display: block;
}
@media only screen and (max-width: 768px) {
  .spot-list.reverse li .credit {
    display: none;
  }
}


.spot-list.reverse li .ph-part .caption {
  font-size: 1.2rem;
  max-width: 350px;
  padding: 0.5em;
  left: 1em;
  background: #FFF;
  position: absolute;
  bottom: 1em;
  z-index: 5;
}

@media only screen and (max-width: 768px) {
  .spot-list.reverse li .ph-part .caption {
    font-size: 10rem;
    font-size: 2.6666666667vmin;
  }
}
@media only screen and (max-width: 1000px) {
  .spot-list.reverse li .ph-part .caption {
  max-width: 300px;
  bottom: auto;
  top: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .spot-list.reverse li .ph-part .caption {
    position: absolute;
    width: 300px;
    width: 90%;
    bottom: 3em;
    max-width: none;
    top: auto;
  }
}


.spot-list.reverse li .ph-part .right {
  left: auto;
  right: 1em;
  text-align: right;
}

@media only screen and (max-width: 1000px) {
  .spot-list.reverse li .ph-part .long {
    max-width: 300px;
    width: 35%;
  }
}

.info-block .ph-part .caption {
  font-size: 1.2rem;
  max-width: 350px;
  padding: 0.5em;
  left: 1em;
  background: #FFF;
  position: absolute;
  bottom: 2em;
  z-index: 5;
}

@media only screen and (max-width: 768px) {
  .info-block .ph-part .caption {
    font-size: 10rem;
    font-size: 2.6666666667vmin;
  }
}
@media only screen and (max-width: 1000px) {
  .info-block .ph-part .caption {
  max-width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .info-block .ph-part .caption {
    position: absolute;
    width: 300px;
    bottom: 2em;
    max-width: none;
  }
}










.spot-list.reverse li .txt-block {
  justify-content: flex-end;
}
.spot-list.reverse li .txt-block .txt-block-inner {
  border-radius: 0 10em 0 10em;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .spot-list.reverse li .txt-block .txt-block-inner {
    border-radius: 0 3em 0 3em;
    overflow: hidden;
  }
}
.spot-list.reverse li .txt-block.second {
  display: flex;
  justify-content: flex-start;
}
.spot-list.reverse li .txt-block.second .txt-block-inner {
  border-radius: 10em 0 10em 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .spot-list.reverse li .txt-block.second .txt-block-inner {
    border-radius: 3em 0 3em 0;
    overflow: hidden;
  }
}
.spot-list.reverse li:nth-child(even) .ph-part {
  right: 0;
  left: auto;
}
@media only screen and (min-width: 769px) {
  .spot-list.reverse li:nth-child(even) .ph-part {
    transform: translate(100%, 0);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  }
}
@media only screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .spot-list.reverse li:nth-child(even) .ph-part {
    transform: translate(100%, 0) rotate(0.1deg);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  }
}
@media only screen and (min-width: 769px) {
  .spot-list.reverse li:nth-child(even) .ph-part .ph-list img {
    transform: translate(-100%, -50%);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  }
}
@media only screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .spot-list.reverse li:nth-child(even) .ph-part .ph-list img {
    transition: none;
  }
}
.spot-list.reverse li:nth-child(even) .ph-part figure {
  border-radius: 10em 0 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .spot-list.reverse li:nth-child(even) .ph-part figure {
    border-radius: 3em 0 0 0;
    overflow: hidden;
  }
}
.spot-list.reverse li:nth-child(even) .ph-part figure figcaption {
  left: auto;
  right: 3em;
}
@media only screen and (max-width: 768px) {
  .spot-list.reverse li:nth-child(even) .ph-part figure figcaption {
    right: 1em;
  }
}
.spot-list.reverse li:nth-child(even) .txt-block {
  justify-content: flex-start;
}
.spot-list.reverse li:nth-child(even) .txt-block .txt-block-inner {
  border-radius: 0 10em 0 10em;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .spot-list.reverse li:nth-child(even) .txt-block .txt-block-inner {
    border-radius: 0 3em 0 3em;
    overflow: hidden;
  }
}
.spot-list.spot-pht li .ph-part {
  position: relative;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .spot-list.spot-pht li .ph-part figcaption {
    bottom: 1em;
  }
}
.spot-list.spot-pht li:nth-child(even) .ph-part {
  margin-left: 0;
}
.spot-list.siseki li .txt-block .txt-block-inner {
  background: linear-gradient(to bottom, #EBCDEA, #FFF6C2);
}
.spot-list.dentou li .txt-block .txt-block-inner {
  background: linear-gradient(to bottom, #BFEED7, #C4DBF1);
  margin-top: -3em;
}
@media only screen and (max-width: 420px) {
  .spot-list.kougei li .ttl-part img {
    height: 26px;
  }
}
.spot-list.kougei li .txt-block .txt-block-inner {
  background: linear-gradient(to bottom, #DFECE0, #EFF2C1);
}
@media only screen and (max-width: 1120px) {
  .spot-list.kougei.kougei-first .ph-part {
    margin: 0 3% 3em 17%;
  }
}
.spot-list.dkougei li .txt-block .txt-block-inner {
  background: linear-gradient(to bottom, #FAE5E5, #FEEFCC);
}
.spot-list.artspot {
  max-width: 1200px;
  margin: 0 auto;
}
.spot-list.artspot figure figcaption {
  top: 2em;
  right: 3em;
}
@media only screen and (max-width: 768px) {
  .spot-list.artspot figure figcaption {
    top: 4.5em;
    right: 1em;
  }
}
.spot-list.artspot li .txt-block {
  padding: 5% 0 0;
}
.spot-list.artspot li .txt-block .txt-block-inner {
  min-height: 460px;
  background: linear-gradient(to bottom, #D1DEF7, #EFEBFF);
}
@media only screen and (max-width: 768px) {
  .spot-list.artspot li .txt-block .txt-block-inner {
    min-height: inherit;
  }
}
.spot-list.artspot li .txt-block.second .txt-block-inner {
  min-height: inherit;
}
@media only screen and (max-width: 768px) {
  .spot-list.artspot li .txt-block.second .txt-block-inner .ttl-part {
    max-width: 6em;
    margin-bottom: 0.5em;
  }
}
.spot-list.bunka li .txt-block .txt-block-inner {
  background: linear-gradient(to bottom, #D9EFFF, #C3E6F1);
}
.spot-list.bunka.leaf li figure figcaption {
  top: 2em;
  right: 3em;
}
@media only screen and (max-width: 768px) {
  .spot-list.bunka.leaf li figure figcaption {
    top: 4.5em;
    right: 1em;
  }
}
.spot-list.bunka.leaf li .txt-block {
  padding: 5% 0 0;
}
.spot-list.bunka.leaf li .txt-block .txt-block-inner {
  min-height: 460px;
  background: linear-gradient(to bottom, #D9EFFF, #C3E6F1);
}
@media only screen and (max-width: 768px) {
  .spot-list.bunka.leaf li .txt-block .txt-block-inner {
    min-height: inherit;
  }
}
.spot-list.bunka.leaf li .txt-block.second .txt-block-inner {
  min-height: inherit;
}
.spot-list.kids {
  max-width: 1200px;
  margin: 0 auto;
}
.spot-list.kids li .ph-part {
  width: 60%;
  right: auto;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .spot-list.kids li .ph-part {
    width: 100%;
  }
}
.spot-list.kids li .ph-part figure {
  border-radius: 0 10em 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .spot-list.kids li .ph-part figure {
    border-radius: 0 3em 0 0;
    overflow: hidden;
  }
}
.spot-list.kids li .txt-block {
  justify-content: flex-end;
}
.spot-list.kids li .txt-block .txt-block-inner {
  color: #000;
  border-radius: 0 10em 0 10em;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .spot-list.kids li .txt-block .txt-block-inner {
    border-radius: 0 3em 0 3em;
    overflow: hidden;
  }
}
.spot-list.kids li .txt-block .txt-block-inner {
  background: #F2E8EB;
}
.spot-list.kids li:nth-child(even) .txt-block .txt-block-inner {
  background: #F2E8EB;
}
.spot-list.art li .txt-block .txt-block-inner {
  background: linear-gradient(to bottom, #B2C1F6, #ECDFE9);
}
.spot-list.art li:nth-child(even) .txt-block .txt-block-inner {
  background: linear-gradient(to bottom, #B2C1F6, #ECDFE9);
  border-radius: 10em 0 10em 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .spot-list.art li:nth-child(even) .txt-block .txt-block-inner {
    border-radius: 3em 0 3em 0;
    overflow: hidden;
  }
}
.spot-list.kumareki {
  margin: 6em -4em 2em;
}
@media only screen and (max-width: 768px) {
  .spot-list.kumareki {
    margin: 4em -2em 2em;
  }
}
.spot-list.kumareki li .ph-part {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .spot-list.kumareki li .ph-part {
    width: 100%;
  }
}
.spot-list.kumareki li .txt-block {
  padding-top: 30%;
}
@media only screen and (max-width: 768px) {
  .spot-list.kumareki li .txt-block {
    padding-top: 10%;
  }
}
.spot-list.kumareki li .txt-block .txt-block-inner {
  padding: 4em;
}
@media only screen and (max-width: 768px) {
  .spot-list.kumareki li .txt-block .txt-block-inner {
    padding: 2em;
  }
}
.spot-list.kumareki li .txt-block .txt-block-inner .ttl-part {
  margin-bottom: 0.5em;
}
.spot-list.kumareki li .txt-block .txt-block-inner .link-part .ph-list {
  text-align: center;
  margin: 2em auto 0;
}
.spot-list li.fadeInLeft .ph-part {
  transform: translate(0, 0) !important;
}
.spot-list li.fadeInLeft .ph-part .ph-list img {
  transform: translate(-50%, -50%) !important;
}
.spot-list li.fadeInLeft .ph-part .ph-list figcaption {
  animation: fadeIn 1s ease 1s forwards;
}
.spot-list li.fadeInLeft .ph-part .movie-frame iframe {
  transform: translate(0, 0) !important;
}
.spot-list li.fadeInLeft .txt-block {
  transform: rotate3d(1, 1, 1, 0deg) scale(1);
}
.spot-list li.fadeInLeft .txt-block .ttl-part {
  animation: fadeIn 1s ease 0.5s forwards;
}
.spot-list li.fadeInLeft .txt-block .txt-part {
  animation: fadeIn 1s ease 0.8s forwards;
}
.spot-list li.fadeInLeft .txt-block .link-part {
  animation: fadeIn 1s ease 0.8s forwards;
}
.spot-list li.fadeInLeft .txt-block.second {
  transform: rotate3d(1, 1, 1, 0deg) scale(1);
}
.spot-list li.fadeInLeft .txt-block.second .ttl-part {
  animation: fadeIn 1s ease 0.6s forwards;
}
.spot-list li.fadeInLeft .txt-block.second .txt-part {
  animation: fadeIn 1s ease 1.2s forwards;
}
.spot-list li.fadeInLeft .txt-block.second .link-part {
  animation: fadeIn 1s ease 1.2s forwards;
}
.spot-list li.fadeInRight .ph-part {
  transform: translate(0, 0) !important;
}
.spot-list li.fadeInRight .ph-part .ph-list img {
  transform: translate(-50%, -50%) !important;
}
.spot-list li.fadeInRight .ph-part .ph-list figcaption {
  animation: fadeIn 1s ease 1s forwards;
}
.spot-list li.fadeInRight .ph-part .movie-frame iframe {
  transform: translate(0, 0) !important;
}
.spot-list li.fadeInRight .txt-block {
  transform: rotate3d(1, 1, 1, 0deg) scale(1);
}
.spot-list li.fadeInRight .txt-block .ttl-part {
  animation: fadeIn 1s ease 0.5s forwards;
}
.spot-list li.fadeInRight .txt-block .txt-part {
  animation: fadeIn 1s ease 0.8s forwards;
}
.spot-list li.fadeInRight .txt-block .link-part {
  animation: fadeIn 1s ease 0.8s forwards;
}
.spot-list li.fadeInRight .txt-block.second {
  transform: rotate3d(1, 1, 1, 0deg) scale(1);
}
.spot-list li.fadeInRight .txt-block.second .ttl-part {
  animation: fadeIn 1s ease 0.6s forwards;
}
.spot-list li.fadeInRight .txt-block.second .txt-part {
  animation: fadeIn 1s ease 1s forwards;
}
.spot-list li.fadeInRight .txt-block.second .link-part {
  animation: fadeIn 1s ease 1s forwards;
}

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

テキストリーフ

-------------------------------------------------- */
.text-leaf {
  display: flex;
  flex-wrap: wrap;
  margin: 4em auto;
}
@media only screen and (max-width: 768px) {
  .text-leaf {
    display: block;
  }
}
.text-leaf li {
  width: 48%;
  margin: 0 auto 4em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .text-leaf li {
    width: 100%;
    margin: 0 auto 2em;
  }
}
.text-leaf li:nth-child(2n) {
  margin-top: 6em;
}
@media only screen and (max-width: 768px) {
  .text-leaf li:nth-child(2n) {
    margin-top: 0;
  }
}
.text-leaf li .txt-block {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.text-leaf li .txt-block .txt-block-inner {
  background: #C44A62;
  line-height: 2;
  padding: 6em 4em;
  position: relative;
  z-index: 1;
  border-radius: 10em 0 10em 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .text-leaf li .txt-block .txt-block-inner {
    font-size: 17rem;
    font-size: 4.5333333333vmin;
  }
}
@media only screen and (max-width: 768px) {
  .text-leaf li .txt-block .txt-block-inner {
    border-radius: 3em 0 3em 0;
    overflow: hidden;
    padding: 3em 1em;
  }
}
.text-leaf li .txt-block .txt-block-inner .ttl-part {
  margin-bottom: 1em;
}
@media only screen and (min-width: 769px) {
  .text-leaf li .txt-block .txt-block-inner .ttl-part {
    opacity: 0;
  }
}
@media only screen and (min-width: 769px) {
  .text-leaf li .txt-block .txt-block-inner .txt-part {
    opacity: 0;
  }
}
.text-leaf li .txt-block .txt-block-inner .txt-part p {
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .text-leaf li .txt-block .txt-block-inner .link-part {
    opacity: 0;
  }
}
@media only screen and (max-width: 768px) {
  .text-leaf li .txt-block .txt-block-inner .link-part {
    width: 100%;
    margin-top: 0;
  }
}
.text-leaf li .txt-block .txt-block-inner .link-part a .link-txt {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 2em;
}
.text-leaf li .txt-block .txt-block-inner .link-part a .link-txt:after {
  content: "";
  display: block;
  background: url(../img/common/arrow_link.svg) no-repeat;
  background-size: contain;
  width: 12em;
  height: 2em;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .text-leaf li .txt-block .txt-block-inner .link-part a .link-txt:after {
    width: 8em;
    height: 1.3em;
  }
}
@media only screen and (min-width: 769px) {
  .text-leaf li:nth-child(odd) .txt-block {
    transform: rotate3d(1, 1, 1, -120deg) scale(0.7);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    transform-origin: 10% left;
  }
}
.text-leaf li:nth-child(odd).fadeInLeft .txt-block {
  transform: rotate3d(1, 1, 1, 0deg) scale(1);
}
.text-leaf li:nth-child(odd).fadeInLeft .txt-block .ttl-part {
  animation: fadeIn 1s ease 0.3s forwards;
}
.text-leaf li:nth-child(odd).fadeInLeft .txt-block .txt-part {
  animation: fadeIn 1s ease 0.5s forwards;
}
.text-leaf li:nth-child(odd).fadeInLeft .txt-block .link-part {
  animation: fadeIn 1s ease 0.5s forwards;
}
.text-leaf li:nth-child(odd).fadeInRight .txt-block {
  transform: rotate3d(1, 1, 1, 0deg) scale(1);
}
.text-leaf li:nth-child(odd).fadeInRight .txt-block .ttl-part {
  animation: fadeIn 1s ease 0.5s forwards;
}
.text-leaf li:nth-child(odd).fadeInRight .txt-block .txt-part {
  animation: fadeIn 1s ease 1s forwards;
}
.text-leaf li:nth-child(odd).fadeInRight .txt-block .link-part {
  animation: fadeIn 1s ease 1s forwards;
}
@media only screen and (min-width: 769px) {
  .text-leaf li:nth-child(even) .txt-block {
    transform: rotate3d(1, 1, 1, -120deg) scale(0.7);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
    transform-origin: 10% left;
  }
}
.text-leaf li:nth-child(even).fadeInLeft .txt-block {
  transform: rotate3d(1, 1, 1, 0deg) scale(1);
}
.text-leaf li:nth-child(even).fadeInLeft .txt-block .ttl-part {
  animation: fadeIn 1s ease 0.3s forwards;
}
.text-leaf li:nth-child(even).fadeInLeft .txt-block .txt-part {
  animation: fadeIn 1s ease 0.5s forwards;
}
.text-leaf li:nth-child(even).fadeInLeft .txt-block .link-part {
  animation: fadeIn 1s ease 0.5s forwards;
}
.text-leaf li:nth-child(even).fadeInRight .txt-block {
  transform: rotate3d(1, 1, 1, 0deg) scale(1);
}
.text-leaf li:nth-child(even).fadeInRight .txt-block .ttl-part {
  animation: fadeIn 1s ease 0.5s forwards;
}
.text-leaf li:nth-child(even).fadeInRight .txt-block .txt-part {
  animation: fadeIn 1s ease 1s forwards;
}
.text-leaf li:nth-child(even).fadeInRight .txt-block .link-part {
  animation: fadeIn 1s ease 1s forwards;
}
.text-leaf.artspot li .txt-block .txt-block-inner {
  background: linear-gradient(to bottom, #D1DEF7, #EFEBFF);
}

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

フォトトリーフ

-------------------------------------------------- */
.pht-leaf {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .pht-leaf {
    display: block;
  }
}
.pht-leaf li {
  width: 48%;
  margin: 0 auto 4em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .pht-leaf li {
    width: 100%;
    margin: 0 auto 2em;
  }
}
.pht-leaf li:nth-child(2n) {
  margin-top: 6em;
}
@media only screen and (max-width: 768px) {
  .pht-leaf li:nth-child(2n) {
    margin-top: 0;
  }
}
.pht-leaf li .ph-part figure {
  overflow: hidden;
  margin-left: auto;
  margin-right: 0;
  border-radius: 10em 0 10em 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .pht-leaf li .ph-part figure {
    border-radius: 5em 0 5em 0;
    overflow: hidden;
    width: 100%;
  }
}
.pht-leaf li .ph-part figure.ph-list {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background: #e2e5ec;
  padding-top: 86%;
}
.pht-leaf li .ph-part figure.ph-list img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.7s;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  .pht-leaf li .ph-part figure.ph-list img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
.pht-leaf li .ph-part figure.ph-list figcaption {
  position: absolute;
  color: #FFF;
  font-size: 1.7rem;
  bottom: 1em;
  left: 1em;
  text-shadow: 2px 2px 5px #000, -2px 2px 5px #000, 2px -2px 5px #000, -2px -2px 5px #000;
}
@media only screen and (min-width: 769px) {
  .pht-leaf li .ph-list {
    transform: rotate3d(1, 1, 1, -120deg) scale(0.7);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transform-origin: 10% left;
  }
}
@media only screen and (min-width: 769px) {
  .pht-leaf li:nth-child(2n) .ph-list {
    transform: rotate3d(1, 1, 1, -120deg) scale(0.7);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transform-origin: 10% left;
  }
}
.pht-leaf li.fadeInLeft .ph-part .ph-list {
  transform: rotate3d(1, 1, 1, 0deg) scale(1);
}
.pht-leaf li.fadeInRight .ph-part .ph-list {
  transform: rotate3d(1, 1, 1, 0deg) scale(1);
}

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

メインスポット

-------------------------------------------------- */
.main-spot {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 4em;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .main-spot {
    display: block;
    margin: 0 auto 4em;
  }
}
.main-spot .txt-block {
  width: 60%;
  line-height: 2.2;
  padding: 2em 6em;
  position: relative;
  z-index: 15;
}
@media only screen and (max-width: 768px) {
  .main-spot .txt-block {
    font-size: 16rem;
    font-size: 4.2666666667vmin;
  }
}
@media only screen and (max-width: 768px) {
  .main-spot .txt-block {
    width: 100%;
    padding: 1em;
  }
}
.main-spot .txt-block .ttl-part {
  margin-bottom: 4em;
}
@media only screen and (max-width: 768px) {
  .main-spot .txt-block .ttl-part {
    margin-bottom: 1em;
  }
}
.main-spot .ph-part {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .main-spot .ph-part {
    width: 100%;
    padding: 1em;
  }
}
.main-spot .ph-part .ph-frame {
  width: fit-content;
  background: #FFF;
  padding: 2em;
  margin: 0 auto;
}
.main-spot.about {
  max-width: 1000px;
  margin: 4em auto;
}
.main-spot.about .txt-block {
  width: 78%;
}
@media only screen and (max-width: 768px) {
  .main-spot.about .txt-block {
    width: 100%;
  }
}
.main-spot.about .ph-part {
  width: 22%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .main-spot.about .ph-part {
    width: 100%;
  }
}
.main-spot.about .ph-part p {
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .main-spot.about .ph-part p {
    font-size: 18rem;
    font-size: 4.8vmin;
  }
}

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

アートブロック

-------------------------------------------------- */
.art-block-main {
  display: flex;
  margin: 4em 0;
}
@media only screen and (max-width: 768px) {
  .art-block-main {
    display: block;
  }
}
.art-block-main > div {
  width: 50%;
  margin: 0 5% 3% 0;
}
@media only screen and (max-width: 768px) {
  .art-block-main > div {
    width: 100% !important;
    margin-right: 0;
  }
}
.art-block-main .txt-part {
  font-size: 1.7rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .art-block-main .txt-part {
    font-size: 15rem;
    font-size: 4vmin;
  }
}
.art-block-main .ph-part figure {
  display: block;
  margin-right: calc((49vw - 100%) * -1);
}
@media only screen and (max-width: 768px) {
  .art-block-main .ph-part figure {
    margin-right: 0;
  }
}

.art-block {
  max-width: 900px;
  margin: 0 auto 4em;
}
.art-block .ph-part {
  margin-bottom: 4em;
}
.art-block .txt-block {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .art-block .txt-block {
    display: block;
  }
}
.art-block .txt-block > div {
  width: 45%;
  margin: 0 16% 4% 0;
}
@media only screen and (max-width: 768px) {
  .art-block .txt-block > div {
    width: 100% !important;
    margin-right: 0;
  }
}
.art-block .txt-block > div:nth-child(2n) {
  margin-right: 0;
}
.art-block .txt-block .txt-part {
  font-size: 1.7rem;
}
.art-block .txt-block .txt-part.introduction {
  font-size: 1.2rem;
  margin: 1em 0;
}
.art-block .txt-block .txt-part.introduction .txt-artist {
  margin-bottom: 2em;
}
.art-block.vertical {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .art-block.vertical {
    display: block;
  }
}
.art-block.vertical > div {
  width: 50%;
  margin: 0 10% 3% 0;
}
@media only screen and (max-width: 768px) {
  .art-block.vertical > div {
    width: 100% !important;
    margin-right: 0;
  }
}
.art-block.vertical > div:nth-child(2n) {
  width: 40%;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .art-block.vertical > div:nth-child(2n) {
    width: 100% !important;
  }
}
.art-block.vertical .txt-block {
  display: flex;
  flex-direction: column;
}
.art-block.vertical .txt-block > div {
  width: 100%;
  margin-right: 0;
}
.art-block.artspot .txt-block {
  line-height: 2;
}

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

インスタグラム

-------------------------------------------------- */
.instagram-block {
  display: flex;
  align-items: center;
  max-width: 900px;
  margin: 2em auto;
}
@media only screen and (max-width: 768px) {
  .instagram-block {
    display: block;
  }
}
.instagram-block > div {
  width: 50%;
  margin: 0 5% 0 0;
}
@media only screen and (max-width: 768px) {
  .instagram-block > div {
    width: 100% !important;
    margin-right: 0;
  }
}
.instagram-block > div:nth-child(2n) {
  width: 45%;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .instagram-block > div:nth-child(2n) {
    width: 100% !important;
  }
}
.instagram-block .ph-part {
  padding: 1em 0;
}
.instagram-block .txt-block {
  font-size: 1.8rem;
  line-height: 2;
  padding: 1em;
}
@media only screen and (max-width: 768px) {
  .instagram-block .txt-block {
    padding: 1em 0;
  }
}
@media only screen and (max-width: 768px) {
  .instagram-block .txt-block {
    font-size: 16rem;
    font-size: 4.2666666667vmin;
  }
}
.instagram-block .txt-block .ttl {
  font-size: 2.6rem;
  font-weight: normal;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0;
  padding-left: 2em;
  margin-bottom: 0.5em;
  position: relative;
}
@media only screen and (max-width: 1020px) {
  .instagram-block .txt-block .ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .instagram-block .txt-block .ttl {
    font-size: 18rem;
    font-size: 4.8vmin;
  }
}
.instagram-block .txt-block .ttl:before {
  content: "\f16d";
  font-size: 4rem;
  font-family: Fontawesome;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .instagram-block .txt-block .ttl:before {
    font-size: 30rem;
    font-size: 8vmin;
  }
}
.instagram-block .txt-block .hashtag-box {
  width: 90%;
  font-size: 3rem;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  background: #ECF2F6;
  padding: 0.2em;
  margin: 0.5em auto;
}
@media only screen and (max-width: 1020px) {
  .instagram-block .txt-block .hashtag-box {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .instagram-block .txt-block .hashtag-box {
    font-size: 20rem;
    font-size: 5.3333333333vmin;
  }
}

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

開館情報・アクセス

-------------------------------------------------- */
.ph-info figure {
  border-radius: 0 5em 0 0;
  overflow: hidden;
}
.ph-info figure figcaption {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 1em;
}

.info-block {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .info-block {
    display: block;
  }
}
.info-block > div {
  width: 46%;
  margin: 0 8% 4% 0;
}
@media only screen and (max-width: 768px) {
  .info-block > div {
    width: 100% !important;
    margin-right: 0;
  }
}
.info-block > div:nth-child(2n) {
  margin-right: 0;
}
.info-block .ph-part figure {
  overflow: hidden;
  margin-left: auto;
  margin-right: 0;
  border-radius: 0 10em 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .info-block .ph-part figure {
    border-radius: 0 5em 0 0;
    overflow: hidden;
    width: 100%;
  }
}
.info-block .ph-part figure.ph-list {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background: #e2e5ec;
  padding-top: 86%;
}
.info-block .ph-part figure.ph-list img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.7s;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  .info-block .ph-part figure.ph-list img {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 130%;
  }
}
.info-block .txt-block .ttl-part {
  margin: 1em 0;
}
.info-block .txt-part {
  font-size: 1.3rem;
  line-height: 2.3;
}
.info-block .txt-part .txt-indent {
  padding-left: 4.5em;
  text-indent: -4.5em;
}
.info-block .txt-part .txt-indent02 {
  padding-left: 1.2em;
}
.info-block .txt-part .txt-indent02 + .link-part.btn-base {
  margin-top: 1em;
}
.info-block .link-part {
  margin: 1em 0;
}
@media only screen and (max-width: 768px) {
  .info-block .link-part {
    text-align: center;
  }
}
.info-block.kougei .ph-part .ph-list {
  padding-top: 110%;
}

.info-sentence {
  font-size: 1.3rem;
  line-height: 2;
}
.info-sentence ul {
  margin: 0.5em 0 1em;
  list-style-position: inside;
  list-style-type: disc;
}
.info-sentence ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.info-sentence a {
  color: #0D00CE;
  text-decoration: underline;
}

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

モーダル

-------------------------------------------------- */
.modal-block {
  width: 50%;
  margin: 4em auto 8em;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .modal-block {
    width: 80%;
    margin: 3em auto;
  }
}
.modal-block .btn-modal {
  background: #DAE6EE;
  border-radius: 0;
  border: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .modal-block .btn-modal {
    width: 3.5em;
  }
}

.modal-block:hover {
  opacity: 0.7;
}

.micromodal-slide.artspot .modal__header {
  justify-content: flex-end;
}
.micromodal-slide.artspot .modal__close {
  color: #FFF;
  background-color: #2E7BA8;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.3em;
  box-sizing: border-box;
  padding: 1em 1.5em;
  position: relative;
  border-radius: 1em 0 1em 0;
  overflow: hidden;
}
.micromodal-slide.artspot .modal__close img {
  display: block;
}
@media only screen and (max-width: 768px) {
  .micromodal-slide.artspot .modal__close {
    padding: 0.5em 0.8em;
  }
}

.modal.micromodal-slide[aria-hidden=false] .modal__overlay {
  z-index: 25;
}

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

背景

-------------------------------------------------- */
.bg-white {
  background: #FFF;
  padding: 4em;
  margin-bottom: 2em;
  border-radius: 10em 0 10em 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bg-white {
    padding: 1em 2em;
    border-radius: 5em 0 5em 0;
    overflow: hidden;
  }
}

.bg-art {
  position: relative;
  overflow: hidden;
  padding: 4em;
  margin-bottom: 5em;
}
@media only screen and (max-width: 768px) {
  .bg-art {
    padding: 1em 4em 4em;
  }
}
.bg-art .inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.bg-art:after {
  content: "";
  display: block;
  background-color: #FFF;
  position: absolute;
  width: 92%;
  height: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-radius: 10em 0 10em 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bg-art:after {
    border-radius: 5em 0 5em 0;
    overflow: hidden;
  }
}
.bg-art.deco:before {
  content: "";
  width: 10em;
  height: 1516px;
  display: block;
  background: url(../img/common/deco_side_art.svg) no-repeat center top/contain;
  position: absolute;
  top: 15%;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .bg-art.deco:before {
    width: 4em;
  }
}

.bg-simple {
  max-width: 855px;
  background: #FFF;
  padding: 4em;
  margin: 0 auto 4em;
}
@media only screen and (max-width: 768px) {
  .bg-simple {
    padding: 2em;
    margin: 0 auto 2em;
  }
}
.bg-simple .btn-block:last-child {
  margin-bottom: 0;
}

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

バナー

-------------------------------------------------- */
.list-bnr {
  margin-top: 4em;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.list-bnr > li {
  width: 31%;
  margin: 0 3.5% 2em 0;
}
.list-bnr > li:nth-child(3n) {
  margin-right: 0;
}

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

下層ページテキスト

-------------------------------------------------- */
.bottom-copy-area {
  margin: 4em 0;
}
.bottom-copy-area .inner {
  position: relative;
}
.bottom-copy-area .inner .deco span {
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .bottom-copy-area .inner .deco span {
    width: 80px;
  }
}
.bottom-copy-area .inner .deco div {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 240px;
}
@media only screen and (max-width: 768px) {
  .bottom-copy-area .inner .deco div {
    width: 100px;
    bottom: 100px;
  }
}

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

スライダー

-------------------------------------------------- */
.main-area .slider-block .swiper-button-next, .main-area .slider-block .swiper-button-prev {
  top: 45%;
}
@media only screen and (max-width: 768px) {
  .main-area .slider-block .swiper-button-next, .main-area .slider-block .swiper-button-prev {
    top: 42%;
  }
}
.main-area .slider-block .swiper-button-next:focus, .main-area .slider-block .swiper-button-prev:focus {
  outline: 3px solid #000;
}

.slider-block {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slider-block .swiper-container {
  padding-bottom: 45px;
}
.slider-block .swiper-container .stopbtn {
  left: 1em;
}
.slider-block .swiper-container .swiper-slide img {
  width: 100%;
  object-fit: cover;
}
.slider-block.slider-thumb .swiper-container {
  padding: 0;
}
.slider-block .swiper-container-horizontal > .swiper-pagination-bullets, .slider-block .swiper-pagination-custom, .slider-block .swiper-pagination-fraction {
  left: 7em;
}

.slider-thumb .gallery-top .swiper-slide {
  position: relative;
  padding-top: 65%;
  background-color: #EEE;
}
.slider-thumb .gallery-top .swiper-slide img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.7s;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  .slider-thumb .gallery-top .swiper-slide img {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 130%;
  }
}
.slider-thumb .gallery-thumbs .swiper-slide {
  position: relative;
  padding-top: 18%;
}
.slider-thumb .gallery-thumbs .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  max-height: 100%;
  max-width: 100%;
}

.slider-thumb-vertical {
  height: 700px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .slider-thumb-vertical {
    height: 400px;
  }
}
.slider-thumb-vertical .swiper-wrapper {
  height: 100%;
}
.slider-thumb-vertical .gallery-top {
  flex: 1;
  margin-right: 2%;
  padding: 0;
  overflow: hidden;
  height: 100%;
}
.slider-thumb-vertical .gallery-top .swiper-slide {
  background: #EEE;
  position: relative;
}
.slider-thumb-vertical .gallery-top .swiper-slide img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slider-thumb-vertical .gallery-thumbs {
  width: 30%;
  margin: 0;
  padding: 0;
  height: 100%;
}
.slider-thumb-vertical .gallery-thumbs .swiper-slide {
  overflow: hidden;
  position: relative;
}
.slider-thumb-vertical .gallery-thumbs .swiper-slide img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.switch-image .switch_static {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#contents .deco .cloud01 {
  position: fixed;
  top: 50%;
  right: 3%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #contents .deco .cloud01 {
    width: 130px;
    top: 30%;
  }
}
#contents .deco .cloud02 {
  position: fixed;
  bottom: -10%;
  left: 10%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #contents .deco .cloud02 {
    width: 100px;
  }
}
#contents .deco .ityou01 {
  position: absolute;
  top: -5%;
  left: 5%;
  width: 800px;
  height: 800px;
}
@media only screen and (max-width: 768px) {
  #contents .deco .ityou01 {
    width: 200px;
    height: 200px;
  }
}
#contents .deco .ityou01 img {
  width: 100px;
}
@media only screen and (max-width: 768px) {
  #contents .deco .ityou01 img {
    width: 30px;
  }
}
#contents .deco .ityou02 {
  position: absolute;
  top: 0%;
  right: -10%;
  width: 700px;
  height: 700px;
}
@media only screen and (max-width: 768px) {
  #contents .deco .ityou02 {
    width: 200px;
    height: 200px;
  }
}
#contents .deco .ityou02 img {
  width: 100px;
}
@media only screen and (max-width: 768px) {
  #contents .deco .ityou02 img {
    width: 30px;
  }
}
#contents .deco .ityou03 {
  position: absolute;
  top: 35%;
  right: 24%;
  width: 800px;
  height: 800px;
}
@media only screen and (max-width: 768px) {
  #contents .deco .ityou03 {
    width: 200px;
  }
}
#contents .deco .ityou03 img {
  width: 100px;
}
@media only screen and (max-width: 768px) {
  #contents .deco .ityou03 img {
    width: 30px;
  }
}
#contents .deco .ityou04 {
  position: absolute;
  top: 54%;
  left: 18%;
  width: 700px;
  height: 700px;
}
@media only screen and (max-width: 768px) {
  #contents .deco .ityou04 {
    width: 200px;
  }
}
#contents .deco .ityou04 img {
  width: 100px;
}
@media only screen and (max-width: 768px) {
  #contents .deco .ityou04 img {
    width: 30px;
  }
}
#contents .deco .ityou05 {
  position: absolute;
  top: 80%;
  right: 45%;
  width: 800px;
  height: 800px;
}
@media only screen and (max-width: 768px) {
  #contents .deco .ityou05 {
    width: 200px;
    height: 200px;
  }
}
#contents .deco .ityou05 img {
  width: 100px;
}
@media only screen and (max-width: 768px) {
  #contents .deco .ityou05 img {
    width: 30px;
  }
}
#contents.page .deco .cloud01 {
  position: fixed;
  top: 50%;
  right: 0%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #contents.page .deco .cloud01 {
    width: 130px;
    top: 30%;
  }
}
#contents.page .deco .cloud02 {
  position: fixed;
  bottom: -10%;
  left: 10%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #contents.page .deco .cloud02 {
    width: 100px;
  }
}
#contents.page .deco .ityou01 {
  position: absolute;
  top: -0.5%;
  left: 65%;
  width: 800px;
  height: 800px;
}
@media only screen and (max-width: 768px) {
  #contents.page .deco .ityou01 {
    top: 0%;
    left: 65%;
    width: 200px;
    height: 200px;
  }
}
#contents.page .deco .ityou01 img {
  width: 100px;
}
@media only screen and (max-width: 768px) {
  #contents.page .deco .ityou01 img {
    width: 30px;
  }
}
#contents.page .deco .ityou02 {
  position: absolute;
  top: 5%;
  right: 60%;
  width: 700px;
  height: 700px;
}
@media only screen and (max-width: 768px) {
  #contents.page .deco .ityou02 {
    width: 200px;
    height: 200px;
  }
}
#contents.page .deco .ityou02 img {
  width: 100px;
}
@media only screen and (max-width: 768px) {
  #contents.page .deco .ityou02 img {
    width: 30px;
  }
}
#contents.page .deco .ityou03 {
  position: absolute;
  top: 20%;
  right: -12%;
  width: 700px;
  height: 700px;
}
@media only screen and (max-width: 768px) {
  #contents.page .deco .ityou03 {
    width: 200px;
    height: 200px;
  }
}
#contents.page .deco .ityou03 img {
  width: 100px;
}
@media only screen and (max-width: 768px) {
  #contents.page .deco .ityou03 img {
    width: 30px;
  }
}
#contents.page .deco .ityou04 {
  position: absolute;
  top: 52%;
  left: 25%;
  width: 800px;
  height: 800px;
}
@media only screen and (max-width: 768px) {
  #contents.page .deco .ityou04 {
    width: 200px;
    height: 200px;
  }
}
#contents.page .deco .ityou04 img {
  width: 100px;
}
@media only screen and (max-width: 768px) {
  #contents.page .deco .ityou04 img {
    width: 30px;
  }
}
#contents.page .deco .ityou05 {
  position: absolute;
  top: 74%;
  right: 5%;
  width: 700px;
  height: 700px;
}
@media only screen and (max-width: 768px) {
  #contents.page .deco .ityou05 {
    width: 200px;
    height: 200px;
  }
}
#contents.page .deco .ityou05 img {
  width: 100px;
}
@media only screen and (max-width: 768px) {
  #contents.page .deco .ityou05 img {
    width: 30px;
  }
}

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

animate

-------------------------------------------------- */
@keyframes line {
  0% {
    stroke-dashoffset: 500;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes copy {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=common.css.map */