@charset "UTF-8";
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: Google Fonts読み込み */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;700&display=swap");
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 外部ファイルの読み込み */
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と body要素の文字（色・書体）と背景色*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/* Body要素の背景色 */
/* Body要素の文字色 */
/* Body要素の書体 */
/* リセット用のプレイスフォルダ */
body, html, div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

body, html {
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: #595757;
}
body a {
  color: #666666;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

/* リセット処理関数 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: メディアクエリー*/
/* 切り替えポイントの設定 */
/* 処理 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: クリアフィックス*/
/* Class と ステークホルダー の名称設定 */
/* 処理 */
body:after, html:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: スクリーンリーダー*/
/* スクリーンリーダーテキスト の名称設定 */
/* 処理 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

/*
WYSIWYGエディタに関わる部分の設定し、ステークホルダーにてサイトの随所で再利用します。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
NOTE

・ リセットCSS適用後に再設定するための定義です。

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
INDEX

#01 要素の基本定義

	#01-01 Colors
		font-color
		background-color
		background-image
		border-color（ top, right, bottom, left ）

	#01-02 font-family
		font-family
		@include (WebFontの読み込み)

	#01-03 border-style
		border-style

	#01-04 Fonts ( font-color font-family 以外を定義 ) 
		font
		line-height
		…

	#01-03 Box Model (梱包される親の横幅を100％使った時の定義)
		margin
		border-size
		padding
		…

	#01-05 layout
		display
		width
		height
		float
		…

#02 WYSIWYG部分の設定

/*
┌─────────────────────────────
│ #01 要素の基本定義
│ 
*/
.wysiwyg table,
#tinymce table, .wysiwyg dl,
#tinymce dl, .wysiwyg ol,
#tinymce ol, .wysiwyg ul,
#tinymce ul, .wysiwyg p,
#tinymce p, .wysiwyg h6,
#tinymce h6, .wysiwyg h5,
#tinymce h5, .wysiwyg h4,
#tinymce h4, .wysiwyg h3,
#tinymce h3, .wysiwyg h2,
#tinymce h2, .wysiwyg h1,
#tinymce h1 {
  margin-left: auto;
  margin-right: auto;
}

.wysiwyg table,
#tinymce table, .wysiwyg dl,
#tinymce dl, .wysiwyg ol,
#tinymce ol, .wysiwyg ul,
#tinymce ul, .wysiwyg p,
#tinymce p, .wysiwyg h6,
#tinymce h6, .wysiwyg h5,
#tinymce h5, .wysiwyg h4,
#tinymce h4, .wysiwyg h3,
#tinymce h3, .wysiwyg h2,
#tinymce h2, .wysiwyg h1,
#tinymce h1 {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 640px) {
  .wysiwyg table,
  #tinymce table, .wysiwyg dl,
  #tinymce dl, .wysiwyg ol,
  #tinymce ol, .wysiwyg ul,
  #tinymce ul, .wysiwyg p,
  #tinymce p, .wysiwyg h6,
  #tinymce h6, .wysiwyg h5,
  #tinymce h5, .wysiwyg h4,
  #tinymce h4, .wysiwyg h3,
  #tinymce h3, .wysiwyg h2,
  #tinymce h2, .wysiwyg h1,
  #tinymce h1 {
    margin-bottom: 1rem;
  }
}

.wysiwyg span,
#tinymce span {
  display: inline;
}

.wysiwyg h1,
#tinymce h1 {
  font-size: 2.6rem;
}

.wysiwyg h2,
#tinymce h2 {
  font-size: 2.3rem;
}

.wysiwyg h3,
#tinymce h3 {
  font-size: 2rem;
}

.wysiwyg h4,
#tinymce h4 {
  font-size: 1.7rem;
}

.wysiwyg h5,
#tinymce h5 {
  font-size: 1.5rem;
}

.wysiwyg h6,
#tinymce h6 {
  font-size: 1.3rem;
}

.wysiwyg strong,
#tinymce strong {
  font-weight: bold;
}

.wysiwyg em,
#tinymce em {
  font-style: italic;
}

.wysiwyg img,
#tinymce img {
  max-width: 100%;
}

.wysiwyg ul,
#tinymce ul {
  list-style: disc;
}
.wysiwyg ul ul,
#tinymce ul ul,
.wysiwyg ul ol,
#tinymce ul ol {
  width: auto;
  margin-bottom: 0;
}

.wysiwyg ol,
#tinymce ol {
  list-style: decimal;
}
.wysiwyg ol ul,
#tinymce ol ul,
.wysiwyg ol ol,
#tinymce ol ol {
  width: auto;
  margin-bottom: 0;
}

.wysiwyg li,
#tinymce li {
  margin-left: 1.5rem;
}

/*
┌─────────────────────────────
│ #02 WYSIWYG部分の設定
│ 
*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と サイトの初期設定 */
:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

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

blockquote,
q {
  quotes: "" "";
}

a img {
  border: 0;
}

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

html {
  font-size: 10px;
}
html * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  letter-spacing: 0.15em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.6rem;
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 1.3020833333vw;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 2.6666666667vw;
  }
}
body #wrapper {
  overflow: hidden;
  opacity: 0;
}

.text {
  font-size: 1.4rem;
}
@media only screen and (max-width: 1024px) {
  .text {
    font-size: 1.4vw;
  }
}
@media only screen and (max-width: 640px) {
  .text {
    font-size: 1.2rem;
  }
}

small {
  font-size: 0.8rem;
}

strong,
b {
  font-weight: bold;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  pointer-events: none;
}

figure {
  margin: 0;
}

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

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

.flex-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.flex-box.wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  padding: 6rem 0;
}
@media only screen and (max-width: 1024px) {
  .container {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .container {
    padding: 3rem 0;
  }
}

.anchor {
  display: block;
  margin-top: -6em;
  padding-top: 6em;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 見出し */
.lp-headline h1.title {
  text-align: center;
  color: #ef834a;
  font-size: 4.4rem;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
@media only screen and (max-width: 1024px) {
  .lp-headline h1.title {
    font-size: 4.4vw;
  }
}
@media only screen and (max-width: 640px) {
  .lp-headline h1.title {
    font-size: 3rem;
  }
}
.lp-headline h2.en {
  text-align: center;
  color: #ef834a;
  font-size: 2rem;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
@media only screen and (max-width: 1024px) {
  .lp-headline h2.en {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 640px) {
  .lp-headline h2.en {
    font-size: 1.6rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ボタンのスタイル */
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
.button {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  font-size: 2.8rem;
  text-align: center;
  position: relative;
  padding: 16px 28px 16px 0;
  z-index: 2;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media only screen and (max-width: 1024px) {
  .button {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 640px) {
  .button {
    font-size: 1.4rem;
    padding: 16px 14px 16px 0;
  }
}
.button::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 0;
  bottom: 0;
  right: 28px;
  margin: auto;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
@media only screen and (max-width: 640px) {
  .button::before {
    width: 15px;
    height: 15px;
    right: 14px;
  }
}
.color-style01.button {
  background-color: #ef834a;
  border-color: #ef834a;
}
.color-style02.button {
  background-color: #00a199;
  border-color: #00a199;
}
.maintenance.button {
  background-color: #fff;
  border-color: #fff;
  color: #ef834a;
}
.hover.button {
  -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 rgba(0, 0, 0, 0);
}

.button-wrapper {
  width: 90%;
  margin: 0 auto;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: WYSIWYGエディタ「 TinyMCE 」の記事の表示設定 */
.wysiwyg,
#tinymce {
  max-width: 928px;
  width: 90%;
  margin: 0 auto;
  padding: 6rem 0;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .wysiwyg,
  #tinymce {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .wysiwyg,
  #tinymce {
    padding: 3rem 0;
  }
}
.wysiwyg table,
#tinymce table {
  word-break: break-all;
}
.wysiwyg .entry-header,
#tinymce .entry-header {
  border-bottom: 1px solid #333333;
  padding-bottom: 0.5em;
}
.wysiwyg .entry-header h1,
#tinymce .entry-header h1 {
  margin-bottom: 0;
}
.wysiwyg .entry-header .meta,
#tinymce .entry-header .meta {
  font-size: 1rem;
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .wysiwyg .entry-header .meta,
  #tinymce .entry-header .meta {
    margin: 0.5em 0 1em;
  }
}
.wysiwyg .entry-header .name,
#tinymce .entry-header .name {
  margin-right: 1.5rem;
}
.wysiwyg .entry-header .tag-wrapper,
#tinymce .entry-header .tag-wrapper {
  display: inline-block;
}
.wysiwyg .entry-header .tag-wrapper .cat,
#tinymce .entry-header .tag-wrapper .cat {
  display: inline-block;
  line-height: 1;
  padding: 10px;
  margin-right: 0.5rem;
  background-color: #00a199;
  color: #fff;
  text-align: center;
}
.wysiwyg .inner,
#tinymce .inner {
  width: 100%;
  margin: 4rem auto 0;
}
@media only screen and (max-width: 640px) {
  .wysiwyg .inner,
  #tinymce .inner {
    margin: 2rem auto;
  }
}
.wysiwyg .alignleft,
#tinymce .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 640px) {
  .wysiwyg .alignleft,
  #tinymce .alignleft {
    float: none;
    margin-right: 0;
    margin-bottom: 3vw;
    width: 100%;
  }
}
.wysiwyg .alignright,
#tinymce .alignright {
  display: inline;
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 640px) {
  .wysiwyg .alignright,
  #tinymce .alignright {
    float: none;
    margin-left: 0;
    margin-bottom: 3vw;
    width: 100%;
  }
}
.wysiwyg .aligncenter,
#tinymce .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 640px) {
  .wysiwyg .aligncenter,
  #tinymce .aligncenter {
    width: 100%;
  }
}
.wysiwyg img,
#tinymce img {
  margin-bottom: 1.5rem;
}
.wysiwyg h1,
#tinymce h1 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.wysiwyg h2,
#tinymce h2 {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  border-left: 5px solid #00a199;
  padding-left: 20px;
}
@media only screen and (max-width: 640px) {
  .wysiwyg h2,
  #tinymce h2 {
    padding-left: 1rem;
    border-width: 3px;
  }
}
.wysiwyg h3,
#tinymce h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  padding: 10px;
  color: #fff;
  background-color: #00a199;
}
.wysiwyg h4,
#tinymce h4 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #00a199;
}
.wysiwyg h5,
#tinymce h5 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.wysiwyg h6,
#tinymce h6 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.wysiwyg p,
#tinymce p {
  line-height: 2;
  margin-bottom: 0;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 640px) {
  .wysiwyg p,
  #tinymce p {
    font-size: 13px;
    line-height: 1.6;
  }
}
.wysiwyg .pnlm-container,
#tinymce .pnlm-container {
  width: 100% !important;
  height: 46vw !important;
  max-height: 472px;
  min-height: 180px;
  margin: 0 auto 1.5rem !important;
}
.wysiwyg .single-pager-wrapper,
#tinymce .single-pager-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2em auto 6rem;
  width: 100%;
  max-width: 640px;
}
@media only screen and (max-width: 1024px) {
  .wysiwyg .single-pager-wrapper,
  #tinymce .single-pager-wrapper {
    max-width: 432px;
  }
}
@media only screen and (max-width: 640px) {
  .wysiwyg .single-pager-wrapper,
  #tinymce .single-pager-wrapper {
    margin: 2em auto 3rem;
    position: relative;
  }
}
.wysiwyg .single-pager-wrapper > a:nth-child(1),
.wysiwyg .single-pager-wrapper > a:nth-child(2),
.wysiwyg .single-pager-wrapper > a:nth-child(3),
#tinymce .single-pager-wrapper > a:nth-child(1),
#tinymce .single-pager-wrapper > a:nth-child(2),
#tinymce .single-pager-wrapper > a:nth-child(3) {
  display: block;
  height: 100%;
  position: relative;
  margin: auto 0;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  font-weight: bold;
  color: #595757;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media only screen and (max-width: 640px) {
  .wysiwyg .single-pager-wrapper > a:nth-child(1),
  .wysiwyg .single-pager-wrapper > a:nth-child(2),
  .wysiwyg .single-pager-wrapper > a:nth-child(3),
  #tinymce .single-pager-wrapper > a:nth-child(1),
  #tinymce .single-pager-wrapper > a:nth-child(2),
  #tinymce .single-pager-wrapper > a:nth-child(3) {
    position: absolute;
    font-size: 13px;
    height: auto;
  }
}
.wysiwyg .single-pager-wrapper > a:nth-child(1)::before,
.wysiwyg .single-pager-wrapper > a:nth-child(2)::before,
.wysiwyg .single-pager-wrapper > a:nth-child(3)::before,
#tinymce .single-pager-wrapper > a:nth-child(1)::before,
#tinymce .single-pager-wrapper > a:nth-child(2)::before,
#tinymce .single-pager-wrapper > a:nth-child(3)::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-right: 2px solid #595757;
  border-top: 2px solid #595757;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.wysiwyg .single-pager-wrapper > a:nth-child(1):hover,
.wysiwyg .single-pager-wrapper > a:nth-child(2):hover,
.wysiwyg .single-pager-wrapper > a:nth-child(3):hover,
#tinymce .single-pager-wrapper > a:nth-child(1):hover,
#tinymce .single-pager-wrapper > a:nth-child(2):hover,
#tinymce .single-pager-wrapper > a:nth-child(3):hover {
  color: #666666;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.wysiwyg .single-pager-wrapper > a:nth-child(1):hover::before,
.wysiwyg .single-pager-wrapper > a:nth-child(2):hover::before,
.wysiwyg .single-pager-wrapper > a:nth-child(3):hover::before,
#tinymce .single-pager-wrapper > a:nth-child(1):hover::before,
#tinymce .single-pager-wrapper > a:nth-child(2):hover::before,
#tinymce .single-pager-wrapper > a:nth-child(3):hover::before {
  border-color: #666666;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.wysiwyg .single-pager-wrapper > a:nth-child(1),
#tinymce .single-pager-wrapper > a:nth-child(1) {
  padding-left: 20px;
}
@media only screen and (max-width: 640px) {
  .wysiwyg .single-pager-wrapper > a:nth-child(1),
  #tinymce .single-pager-wrapper > a:nth-child(1) {
    left: 0;
  }
}
.wysiwyg .single-pager-wrapper > a:nth-child(1)::before,
#tinymce .single-pager-wrapper > a:nth-child(1)::before {
  left: 0;
  -webkit-transform: rotateZ(-135deg);
          transform: rotateZ(-135deg);
}
.wysiwyg .single-pager-wrapper > a:nth-child(2),
.wysiwyg .single-pager-wrapper > a:nth-child(3),
#tinymce .single-pager-wrapper > a:nth-child(2),
#tinymce .single-pager-wrapper > a:nth-child(3) {
  padding-right: 20px;
}
@media only screen and (max-width: 640px) {
  .wysiwyg .single-pager-wrapper > a:nth-child(2),
  .wysiwyg .single-pager-wrapper > a:nth-child(3),
  #tinymce .single-pager-wrapper > a:nth-child(2),
  #tinymce .single-pager-wrapper > a:nth-child(3) {
    right: 0;
  }
}
.wysiwyg .single-pager-wrapper > a:nth-child(2)::before,
.wysiwyg .single-pager-wrapper > a:nth-child(3)::before,
#tinymce .single-pager-wrapper > a:nth-child(2)::before,
#tinymce .single-pager-wrapper > a:nth-child(3)::before {
  right: 0;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.wysiwyg .single-pager-wrapper .button-wrapper,
#tinymce .single-pager-wrapper .button-wrapper {
  margin: 0 100px;
}
@media only screen and (max-width: 1024px) {
  .wysiwyg .single-pager-wrapper .button-wrapper,
  #tinymce .single-pager-wrapper .button-wrapper {
    margin: 0 45px;
  }
}
@media only screen and (max-width: 640px) {
  .wysiwyg .single-pager-wrapper .button-wrapper,
  #tinymce .single-pager-wrapper .button-wrapper {
    margin: 3em auto 0;
  }
}
.wysiwyg .button-wrapper,
#tinymce .button-wrapper {
  margin-bottom: 1.5rem;
}
.wysiwyg .button-wrapper .button,
#tinymce .button-wrapper .button {
  text-indent: 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: テーブルスタイル */
.wysiwyg table,
#tinymce table {
  border-collapse: collapse;
  width: 90%;
  max-width: 900px;
}
@media only screen and (max-width: 640px) {
  .wysiwyg table,
  #tinymce table {
    width: 100%;
  }
}
.wysiwyg table tr:first-child th,
#tinymce table tr:first-child th,
.wysiwyg table tr:first-child td,
#tinymce table tr:first-child td {
  border-top: 1px solid #a8a8a8;
}
.wysiwyg table th,
#tinymce table th,
.wysiwyg table td,
#tinymce table td {
  border-bottom: 1px solid #a8a8a8;
  border-left: 1px solid #a8a8a8;
  border-right: 1px solid #a8a8a8;
  vertical-align: middle;
  padding: 1.2rem;
}
@media only screen and (max-width: 640px) {
  .wysiwyg table th,
  #tinymce table th,
  .wysiwyg table td,
  #tinymce table td {
    font-size: 0.6666666667rem;
  }
}
.wysiwyg table th,
#tinymce table th {
  width: 35%;
  white-space: nowrap;
  padding-left: 3rem;
}
@media only screen and (max-width: 1024px) {
  .wysiwyg table th,
  #tinymce table th {
    width: 30%;
    padding-left: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .wysiwyg table th,
  #tinymce table th {
    padding-left: 0;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 番号ありリスト */
.list-number {
  list-style: decimal;
}
.list-number ul,
.list-number ol {
  width: auto;
  margin-bottom: 0;
}
.list-number li {
  margin-left: 2rem;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 番号ありリスト */
.list-disc {
  list-style: disc;
}
.list-disc ul,
.list-disc ol {
  width: auto;
  margin-bottom: 0;
}
.list-disc li {
  margin-left: 2rem;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 投稿がない場合 */
.no-post-wrap {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 6rem;
  position: relative;
}

.no-post {
  font-size: 1rem;
  text-align: center;
  width: 100%;
  margin: 4rem auto 0;
}
@media only screen and (max-width: 640px) {
  .no-post {
    margin: 2rem auto 0;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: parts用の外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: header　ヘッダー */
header {
  height: inherit !important;
}

#header #header-nav .header-inner {
  width: 100%;
  margin: 10px auto;
}
#header #header-nav #logo {
  width: 325px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #header #header-nav #logo {
    width: 220px;
  }
}
#header #header-nav #logo a {
  display: block;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: header　グローバルナビ */
#g-nav {
  margin: auto 0 auto auto;
  width: 655px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  #g-nav {
    width: 230px;
  }
}
@media only screen and (max-width: 640px) {
  #g-nav {
    width: 180px;
  }
}
#g-nav #nav {
  margin: auto 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  #g-nav #nav .list {
    display: none;
  }
}
#g-nav #nav .list li {
  margin: auto 0;
  padding: 0 3rem;
  letter-spacing: 0.06em;
}
#g-nav #nav .list li:first-child {
  padding: 0;
}
#g-nav #nav .list li a {
  font-family: "Noto Serif JP", serif;
  text-decoration: none;
  font-size: 1.7rem;
  color: #666666;
  font-weight: 400;
  position: relative;
  z-index: 1;
  display: block;
  word-break: keep-all;
}
#g-nav #nav .list li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: #00a199;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
#g-nav #nav .list li a.hover::before {
  width: 100%;
}
#g-nav #nav .entry-nav {
  width: 220px;
}
@media only screen and (max-width: 1024px) {
  #g-nav #nav .entry-nav {
    margin-left: auto;
  }
}
@media only screen and (max-width: 640px) {
  #g-nav #nav .entry-nav {
    width: 80px;
  }
}
#g-nav #nav .entry-nav .entry-btn {
  font-family: "Noto Serif JP", serif;
  display: block;
  width: 100%;
  height: 100%;
  padding: 33px 0;
  font-size: 1.9rem;
  font-weight: 400;
  color: #fff;
  background-color: #00a199;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media only screen and (max-width: 1024px) {
  #g-nav #nav .entry-nav .entry-btn {
    font-size: 1.6rem;
    padding: 21px 0;
  }
}
@media only screen and (max-width: 640px) {
  #g-nav #nav .entry-nav .entry-btn {
    font-size: 1.2rem;
    padding: 19.5px 0;
  }
}
#g-nav #nav .entry-nav .entry-btn.hover {
  background-color: #ef834a;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: header　ハンバーガーメニュー */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: パンくずリスト*/
#header-breadcrumb {
  width: 90%;
  margin: 0 auto;
  padding: 1em 0;
  font-size: 0.8em;
}
#header-breadcrumb-wrapper {
  background-color: #F3F5F7;
}
#header-breadcrumb li {
  display: inline-block;
}
#header-breadcrumb li + li:before {
  content: "／";
  padding: 0 0.5em 0 1em;
}
#header-breadcrumb li a {
  color: #00a199;
  text-decoration: none;
}
#company-breadcrumb #header-breadcrumb {
  max-width: 1280px;
  width: 80%;
}
@media only screen and (max-width: 1024px) {
  #company-breadcrumb #header-breadcrumb {
    width: 90%;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページトップボタン*/
.btnTop {
  width: 100px;
  height: 100px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
}
.btnTop a {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  display: block;
}
.btnTop a > i {
  position: absolute;
  top: 3px;
  left: calc(50% - 10px);
  font-size: 20px;
  color: #666;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.btnTop a > i::before {
  content: "\f077";
}
.btnTop a > img {
  position: absolute;
  width: 70%;
  height: 70%;
  bottom: 5px;
  left: 15%;
  -webkit-animation: swingP 2s cubic-bezier(0, -0.3, 0, 0.3) infinite;
          animation: swingP 2s cubic-bezier(0, -0.3, 0, 0.3) infinite;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 共通フッター*/
footer.footer-bg {
  position: relative;
  z-index: 1;
}
footer.footer-bg::before {
  position: absolute;
  content: "";
  z-index: -1;
  max-width: 665px;
  min-width: 443px;
  width: 52vw;
  max-height: 756px;
  min-height: 504px;
  height: 60vw;
  right: 0;
  bottom: -83px;
  background-image: url(../images/lp/lp_contents_bg02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1024px) {
  footer.footer-bg::before {
    width: 100%;
    height: 100%;
    min-width: inherit;
    max-width: inherit;
    min-height: inherit;
    max-height: inherit;
    bottom: -60px;
    background-position: center right;
  }
}
footer .footBlock02 {
  background-color: #fad080 !important;
}
footer .container {
  padding-bottom: 16rem;
}
@media only screen and (max-width: 640px) {
  footer .container {
    padding-bottom: 8rem;
  }
}
footer .container p {
  text-align: center;
  color: #ef834a;
}
footer .container p.sponsorship:first-child {
  font-size: 3rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 1024px) {
  footer .container p.sponsorship:first-child {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 640px) {
  footer .container p.sponsorship:first-child {
    font-size: 2rem;
  }
}
footer .container p.sponsorship:last-child {
  font-size: 2.2rem;
}
@media only screen and (max-width: 1024px) {
  footer .container p.sponsorship:last-child {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 640px) {
  footer .container p.sponsorship:last-child {
    font-size: 1.6rem;
  }
}
footer .copyright {
  width: 100%;
  background-color: #e6f2f7;
  padding: 28px 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  footer .copyright {
    padding: 20px 0;
  }
}
footer .copyright .text {
  font-size: 1.5rem;
  text-align: center;
  color: #4d4d4d;
  font-weight: 300;
}
@media only screen and (max-width: 1024px) {
  footer .copyright .text {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 640px) {
  footer .copyright .text {
    font-size: 1.1rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページネーション*/
.pagination {
  position: relative;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 1024px) {
  .pagination {
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 640px) {
  .pagination {
    padding-bottom: 3rem;
  }
}
.pagination .nav-links {
  margin: 0 auto;
  text-align: center;
}
.pagination .nav-links a,
.pagination .nav-links span {
  color: #ef834a;
  display: inline-block;
  width: 40px;
  border: 1px solid #ef834a;
  padding: 4px 0;
  margin: 0 5px;
  font-size: 1.1em;
  text-decoration: none;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .pagination .nav-links a,
  .pagination .nav-links span {
    width: 30px;
    font-size: 0.8em;
    padding: 4.5px 0;
  }
}
.pagination .nav-links a:hover,
.pagination .nav-links span:hover {
  background: #ef834a;
  color: #fff;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.pagination .nav-links a.prev, .pagination .nav-links a.next,
.pagination .nav-links span.prev,
.pagination .nav-links span.next {
  border: none;
  background-color: transparent;
}
.pagination .nav-links a.prev:hover, .pagination .nav-links a.next:hover,
.pagination .nav-links span.prev:hover,
.pagination .nav-links span.next:hover {
  color: #ef834a;
}
.pagination .nav-links .current {
  background: #ef834a;
  color: #fff;
}
.pagination .nav-links .current:hover {
  color: #fff;
}
.pagination .nav-links a:visited {
  background: #ef834a;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページタイトル*/
#page-title .title {
  font-size: 3.5rem;
  text-align: center;
  color: #ef834a;
}
@media only screen and (max-width: 1024px) {
  #page-title .title {
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 640px) {
  #page-title .title {
    font-size: 2.2rem;
  }
}

.simple-title-wrapper {
  margin-top: 9rem;
}
@media only screen and (max-width: 1024px) {
  .simple-title-wrapper {
    margin-top: 9vw;
  }
}
@media only screen and (max-width: 640px) {
  .simple-title-wrapper {
    margin-top: 4.5rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: フロントページ用の外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ヒーロー*/
#hero #kv img {
  width: 100%;
}

@-webkit-keyframes logo {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  50% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
            transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes logo {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  50% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
            transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@-webkit-keyframes particle {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.7) rotate(0deg);
            transform: translate(-50%, -50%) scale(0.7) rotate(0deg);
  }
  40% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
            transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
            transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
}
@keyframes particle {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.7) rotate(0deg);
            transform: translate(-50%, -50%) scale(0.7) rotate(0deg);
  }
  40% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
            transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
            transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
}
#mini-concert .itemfadein {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
#mini-concert #kv_form {
  max-width: 1080px;
  margin: auto;
}
#mini-concert #kv_form img {
  width: 100%;
}
#mini-concert #kv {
  background-image: url(../images/namie/background_hero.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 640px) {
  #mini-concert #kv {
    background-image: url(../images/namie/background_hero_sp.jpg);
  }
}
#mini-concert #kv h1 {
  position: relative;
  opacity: 0;
}
#mini-concert #kv h1:after {
  background-image: url(../images/namie/effect_pc.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  content: "";
  display: block;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  z-index: 999;
}
@media only screen and (max-width: 640px) {
  #mini-concert #kv h1:after {
    background-image: url(../images/namie/effect_sp.png);
  }
}
#mini-concert #kv.on h1 {
  -webkit-animation: logo 0.4s;
          animation: logo 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#mini-concert #kv.on h1:after {
  -webkit-animation: particle 0.8s;
          animation: particle 0.8s;
}
#mini-concert #announce {
  position: fixed;
  top: 22%;
  right: 1%;
  z-index: 15;
  width: 122px;
}
@media only screen and (max-width: 640px) {
  #mini-concert #announce {
    width: 122px;
    top: auto;
    bottom: 13%;
    width: 100px;
  }
}
#mini-concert #announce a {
  display: block;
}
#mini-concert #announce a img {
  width: 100%;
}
#mini-concert .notes {
  padding: 80px 0;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #mini-concert .notes {
    padding: 40px 0;
  }
}
#mini-concert .notes:before {
  background-size: 100% 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  #mini-concert .notes:before {
    height: 40px;
  }
}
#mini-concert .notes:after {
  background-size: 100% 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  #mini-concert .notes:after {
    height: 40px;
  }
}
#mini-concert .notes .container {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  #mini-concert .notes .container {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}
#mini-concert .notes .notes-box {
  background-color: #fff;
  border-radius: 10px;
  max-width: 850px;
  margin: auto;
  padding: 1px 5% 5rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  #mini-concert .notes .notes-box {
    padding: 1px 5% 4rem;
  }
}
#mini-concert .notes .title {
  max-width: 632px;
  margin: -3rem auto 4rem;
  width: 95%;
  position: relative;
  border-radius: 30px;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 0.5rem;
  text-align: center;
}
#mini-concert .notes .title span {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
}
@media only screen and (max-width: 640px) {
  #mini-concert .notes .title {
    margin: -3rem auto 2rem;
    border-radius: 10px;
    font-size: 2.5rem;
    padding: 1rem;
  }
}
#mini-concert .notes .img_notes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3.5rem;
}
#mini-concert .notes .img_notes li {
  width: calc(20% - 10px);
  margin: 5px;
}
#mini-concert .notes .img_notes img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #mini-concert .notes .img_notes {
    margin-bottom: 2rem;
  }
  #mini-concert .notes .img_notes li {
    width: calc(33.3333333333% - 10px);
    margin: 5px;
  }
}
#mini-concert .notes .text_notes li {
  font-size: 1.5rem;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #mini-concert .notes .text_notes li {
    font-size: 1.2rem;
  }
}
#mini-concert .information {
  padding: 1rem 0 300px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #mini-concert .information {
    padding: 1rem 0 300px;
  }
}
@media only screen and (max-width: 640px) {
  #mini-concert .information {
    padding: 1rem 0 200px;
  }
}
#mini-concert .information:after {
  background-size: 100% 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  #mini-concert .information:after {
    height: 40px;
  }
}
#mini-concert .information .container {
  position: relative;
  z-index: 2;
}
#mini-concert .information .title {
  max-width: 472px;
  margin: 0 auto 4rem;
  width: 95%;
}
#mini-concert .information .title img {
  width: 100%;
}
#mini-concert .information .concert-info {
  max-width: 850px;
  margin: 0 auto 7rem;
}
@media only screen and (max-width: 640px) {
  #mini-concert .information .concert-info {
    margin: 0 auto 3rem;
  }
}
#mini-concert .information .concert-info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 2.5rem 0;
}
@media only screen and (max-width: 640px) {
  #mini-concert .information .concert-info dl {
    display: block;
  }
}
#mini-concert .information .concert-info dt {
  border-radius: 10px;
  font-size: 2.4rem;
  line-height: 1.4;
  width: 120px;
  padding: 1rem 0;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #mini-concert .information .concert-info dt {
    font-size: 2.2rem;
  }
}
#mini-concert .information .concert-info dd {
  width: calc(100% - 80px);
  text-align: left;
  padding-top: 1rem;
  padding-left: 2rem;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
}
#mini-concert .information .concert-info dd span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
}
#mini-concert .information .concert-info dd a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
@media only screen and (max-width: 640px) {
  #mini-concert .information .concert-info dd {
    width: 100%;
    padding-left: 0;
    font-size: 2.2rem;
  }
}
#mini-concert .information .performer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mini-concert .information .performer li {
  width: calc(25% - 10px);
  margin: 5px;
}
#mini-concert .information .performer img {
  width: 100%;
}
#mini-concert .information .performer p {
  margin-top: 2rem;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
}
#mini-concert .information .performer p small {
  display: block;
  margin-top: 1rem;
  color: inherit;
  font-size: 70%;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  #mini-concert .information .performer p {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 640px) {
  #mini-concert .information .performer p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  #mini-concert .information .performer li {
    width: calc(50% - 20px);
    margin: 20px 10px;
  }
}
#mini-concert .information .entry-button-wrapper {
  padding: 8rem 0 4rem;
}
#mini-concert .information .entry-button-wrapper p {
  color: #fff;
  font-size: 1.5rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 640px) {
  #mini-concert .information .entry-button-wrapper p {
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
}
@media only screen and (max-width: 640px) {
  #mini-concert .information .entry-button-wrapper {
    padding: 3rem 0 1rem;
  }
}
#mini-concert .information .entry-button-wrapper .entry-button {
  background-color: #e63117;
  border: 1px solid #e63117;
  border-radius: 30px;
  color: #fff;
  display: block;
  max-width: 632px;
  width: 95%;
  margin: auto;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 1rem 0.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
#mini-concert .information .entry-button-wrapper .entry-button:hover {
  background-color: #fff;
  color: #e63117;
}
@media only screen and (max-width: 640px) {
  #mini-concert .information .entry-button-wrapper .entry-button {
    border-radius: 10px;
    font-size: 2.5rem;
    padding: 1rem;
  }
}
#mini-concert .access {
  padding: 1rem 0 8rem;
  position: relative;
}
#mini-concert .access .container {
  position: relative;
  z-index: 2;
}
#mini-concert .access .title {
  max-width: 472px;
  margin: 0 auto 4rem;
  width: 95%;
}
#mini-concert .access .title img {
  width: 100%;
}
#mini-concert .access .access-info {
  max-width: 850px;
  margin: 0 auto;
}
#mini-concert .access .access-info .place {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 640px) {
  #mini-concert .access .access-info .place {
    font-size: 2.6rem;
  }
}
#mini-concert .access .access-info .place span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  margin-right: 2rem;
}
#mini-concert .access .access-info .place span:last-child {
  margin-right: 0;
}
#mini-concert .access .access-info .place small {
  font-size: 70%;
  font-weight: normal;
}
#mini-concert .access .access-info .tel {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #mini-concert .access .access-info .tel {
    font-size: 2.6rem;
  }
}
#mini-concert .access .access-info .tel a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s, color 0.3s;
  transition: opacity 0.3s, color 0.3s;
}
#mini-concert .access .access-info .tel a:hover {
  opacity: 0.8;
}
#mini-concert .access .access-info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 2rem 0;
}
@media only screen and (max-width: 640px) {
  #mini-concert .access .access-info dl {
    display: block;
  }
}
#mini-concert .access .access-info dt {
  border-radius: 10px;
  font-size: 2.2rem;
  line-height: 1.4;
  width: 120px;
  padding: 1rem 0;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #mini-concert .access .access-info dt {
    font-size: 2rem;
  }
}
#mini-concert .access .access-info dd {
  width: calc(100% - 80px);
  text-align: left;
  padding-top: 1rem;
  padding-left: 2rem;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
}
#mini-concert .access .access-info dd span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  #mini-concert .access .access-info dd {
    width: 100%;
    padding-left: 0;
    font-size: 2rem;
  }
}
#mini-concert .map {
  width: 100%;
}
#mini-concert .map iframe {
  width: 100%;
  height: 600px;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  #mini-concert .map iframe {
    height: 300px;
  }
}
#mini-concert .next-concert {
  position: relative;
  padding: 5rem 0 15rem;
}
@media only screen and (max-width: 640px) {
  #mini-concert .next-concert {
    padding: 3rem 0 12rem;
  }
}
#mini-concert .next-concert .container {
  position: relative;
  z-index: 2;
}
#mini-concert .next-concert .title {
  max-width: 472px;
  margin: 0 auto 8rem;
  width: 95%;
}
#mini-concert .next-concert .title img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #mini-concert .next-concert .title {
    margin: 0 auto 6rem;
  }
}
#mini-concert .next-concert p {
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #mini-concert .next-concert p {
    font-size: 4rem;
  }
}
#mini-concert.namie .notes {
  background-color: #e63116;
}
#mini-concert.namie .notes:before {
  background-image: url(../images/namie/background_02.png);
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
#mini-concert.namie .notes:after {
  background-image: url(../images/namie/background_02.png);
}
#mini-concert.namie .notes .title {
  background-color: #009d58;
  color: #fff;
}
#mini-concert.namie .notes .illust_01 {
  background-image: url(../images/namie/illust_01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  max-width: 164px;
  width: 12%;
  height: 360px;
  position: absolute;
  top: calc(80px + 5%);
  left: 2%;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #mini-concert.namie .notes .illust_01 {
    display: none;
  }
}
#mini-concert.namie .notes .illust_02 {
  background-image: url(../images/namie/illust_02.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  max-width: 148px;
  width: 12%;
  height: 328px;
  position: absolute;
  top: calc(80px + 10%);
  right: 2%;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #mini-concert.namie .notes .illust_02 {
    display: none;
  }
}
#mini-concert.namie .notes .illust_03 {
  background-image: url(../images/namie/illust_03.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 132px;
  height: 200px;
  position: absolute;
  bottom: calc(80px + 1%);
  left: 2%;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #mini-concert.namie .notes .illust_03 {
    width: 66px;
    height: 100px;
    bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #mini-concert.namie .notes .illust_03 {
    width: 52.8px;
    height: 80px;
  }
}
#mini-concert.namie .notes .illust_04 {
  background-image: url(../images/namie/illust_04.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 132px;
  height: 112px;
  position: absolute;
  bottom: calc(80px + 1%);
  right: 2%;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #mini-concert.namie .notes .illust_04 {
    width: 66px;
    height: 56px;
    bottom: 40px;
  }
}
@media only screen and (max-width: 640px) {
  #mini-concert.namie .notes .illust_04 {
    width: 52.8px;
    height: 44.8px;
  }
}
#mini-concert.namie .information {
  background-color: #009d58;
}
#mini-concert.namie .information:after {
  background-image: url(../images/namie/background_03.png);
}
#mini-concert.namie .information .concert-info dt {
  background-color: #a88509;
  color: #fff;
}
#mini-concert.namie .information .concert-info dd {
  color: #fff;
}
#mini-concert.namie .information .performer p {
  color: #fff;
}
#mini-concert.namie .information .illust_01 {
  background-image: url(../images/namie/illust_01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  max-width: 164px;
  width: 12%;
  height: 360px;
  position: absolute;
  top: calc(80px + 5%);
  left: 2%;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #mini-concert.namie .information .illust_01 {
    display: none;
  }
}
#mini-concert.namie .information .illust_02 {
  background-image: url(../images/namie/illust_02.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  max-width: 148px;
  width: 12%;
  height: 328px;
  position: absolute;
  top: calc(80px + 10%);
  right: 2%;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #mini-concert.namie .information .illust_02 {
    display: none;
  }
}
#mini-concert.namie .information .illust_03 {
  background-image: url(../images/namie/illust_05.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 162px;
  height: 216px;
  position: absolute;
  bottom: calc(80px + 1%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #mini-concert.namie .information .illust_03 {
    width: 129.6px;
    height: 172.8px;
  }
}
@media only screen and (max-width: 640px) {
  #mini-concert.namie .information .illust_03 {
    width: 97.2px;
    height: 129.6px;
    bottom: calc(40px + 1%);
  }
}
#mini-concert.namie .access {
  background-color: #fff;
}
#mini-concert.namie .access .access-info dt {
  background-color: #009d58;
  color: #fff;
}
#mini-concert.namie .access .illust_01 {
  background-image: url(../images/namie/illust_06.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  max-width: 128px;
  width: 12%;
  height: 174px;
  position: absolute;
  top: 5%;
  left: 2%;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #mini-concert.namie .access .illust_01 {
    width: 89.6px;
    height: 121.8px;
  }
}
@media only screen and (max-width: 640px) {
  #mini-concert.namie .access .illust_01 {
    display: none;
  }
}
#mini-concert.namie .access .illust_02 {
  background-image: url(../images/namie/illust_07.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  max-width: 128px;
  width: 12%;
  height: 174px;
  position: absolute;
  top: 5%;
  right: 2%;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #mini-concert.namie .access .illust_02 {
    width: 89.6px;
    height: 121.8px;
  }
}
@media only screen and (max-width: 640px) {
  #mini-concert.namie .access .illust_02 {
    display: none;
  }
}
#mini-concert.namie .access .illust_03 {
  background-image: url(../images/namie/illust_08.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 92px;
  height: 112px;
  position: absolute;
  bottom: 2%;
  left: 2%;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #mini-concert.namie .access .illust_03 {
    width: 73.6px;
    height: 89.6px;
  }
}
@media only screen and (max-width: 640px) {
  #mini-concert.namie .access .illust_03 {
    width: 55.2px;
    height: 67.2px;
  }
}
#mini-concert.namie .access .illust_04 {
  background-image: url(../images/namie/illust_09.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 106px;
  height: 114px;
  position: absolute;
  bottom: 2%;
  right: 2%;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #mini-concert.namie .access .illust_04 {
    width: 84.8px;
    height: 91.2px;
  }
}
@media only screen and (max-width: 640px) {
  #mini-concert.namie .access .illust_04 {
    width: 63.6px;
    height: 68.4px;
    bottom: 5%;
  }
}
#mini-concert.namie #campaign02 {
  background-color: #009d58;
}
#mini-concert.namie #campaign02:after {
  background-image: url(../images/namie/background_01.png);
}
#mini-concert.namie #campaign02 #entry-form .hissu {
  color: #e63117;
}
#mini-concert.namie #campaign02 #entry-form #privacy .inner h2 {
  color: #e63117;
}
#mini-concert.namie #campaign02 #entry-form .submit-wrapper input[type=submit] {
  background-color: #e63117;
  border: 1px solid #e63117;
}
#mini-concert.namie #campaign02 #entry-form .submit-wrapper input[type=submit]:hover {
  color: #e63117;
}
#mini-concert.namie .next-concert {
  background-color: #009d58;
}
#mini-concert.namie .next-concert .illust_01 {
  background-image: url(../images/namie/illust_10.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  max-width: 128px;
  width: 12%;
  height: 174px;
  position: absolute;
  top: 8%;
  left: 2%;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #mini-concert.namie .next-concert .illust_01 {
    width: 89.6px;
    height: 121.8px;
  }
}
@media only screen and (max-width: 640px) {
  #mini-concert.namie .next-concert .illust_01 {
    display: none;
  }
}
#mini-concert.namie .next-concert .illust_02 {
  background-image: url(../images/namie/illust_11.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  max-width: 128px;
  width: 12%;
  height: 174px;
  position: absolute;
  top: 8%;
  right: 2%;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #mini-concert.namie .next-concert .illust_02 {
    width: 89.6px;
    height: 121.8px;
  }
}
@media only screen and (max-width: 640px) {
  #mini-concert.namie .next-concert .illust_02 {
    display: none;
  }
}
#mini-concert.namie .next-concert .illust_03 {
  background-image: url(../images/namie/illust_03.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 132px;
  height: 200px;
  position: absolute;
  bottom: 2%;
  left: 2%;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #mini-concert.namie .next-concert .illust_03 {
    width: 66px;
    height: 100px;
    bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #mini-concert.namie .next-concert .illust_03 {
    width: 52.8px;
    height: 80px;
  }
}
#mini-concert.namie .next-concert .illust_04 {
  background-image: url(../images/namie/illust_12.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 260px;
  height: 140px;
  position: absolute;
  bottom: 2%;
  right: 2%;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #mini-concert.namie .next-concert .illust_04 {
    width: 130px;
    height: 70px;
    bottom: 40px;
  }
}
@media only screen and (max-width: 640px) {
  #mini-concert.namie .next-concert .illust_04 {
    width: 104px;
    height: 56px;
  }
}
#mini-concert.namie footer .footBlock02 {
  background-color: #e63117 !important;
}
#mini-concert.namie footer .credit {
  color: #fff;
}
#mini-concert.namie footer .bannerP {
  color: #fff;
  font-weight: bold;
}
#mini-concert.namie footer .banner a {
  display: inline-block;
  margin: 10px;
}
#mini-concert.namie footer .banner .banner_localpokemon {
  height: 63px;
}
#mini-concert.namie footer .banner .banner_localpokemon img {
  width: auto;
  height: 100%;
}

#campaign02 {
  padding: 2rem 0 150px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #campaign02 {
    padding: 1rem 0 80px;
  }
}
#campaign02:after {
  background-size: 100% 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  #campaign02:after {
    height: 40px;
  }
}
#campaign02 #entry-form .container {
  background-color: #fff;
  border-radius: 10px;
  max-width: 850px;
  margin: auto;
  padding: 5rem 5%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form .container {
    padding: 4rem 5%;
  }
}
#campaign02 #entry-form .title {
  background-color: #fff;
  background-image: -webkit-radial-gradient(#389d58 4px, transparent 4px);
  background-image: radial-gradient(#389d58 4px, transparent 4px);
  background-size: 20px 20px;
  background-position: center;
  background-repeat: repeat-x;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form .title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
#campaign02 #entry-form .title span {
  display: inline-block;
  background-color: #fff;
  padding: 1rem;
  font-size: inherit;
  line-height: inherit;
}
#campaign02 #entry-form .text {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form .text {
    margin-bottom: 1rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: iwate */
.iwate #kv {
  background-image: url(../images/iwate/background_hero.png);
}
@media only screen and (max-width: 640px) {
  .iwate #kv {
    background-image: url(../images/iwate/background_hero_sp.png);
  }
}
.iwate #kv h1:after {
  background-image: url(../images/iwate/effect_pc.png);
  content: "";
}
@media only screen and (max-width: 640px) {
  .iwate #kv h1:after {
    background-image: url(../images/namie/effect_sp.png);
  }
}
.iwate .notes {
  background-color: #fbeece;
}
.iwate .notes:before {
  background-image: url(../images/namie/background_02.png);
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.iwate .notes:after {
  background-image: url(../images/namie/background_02.png);
}
.iwate .notes .title {
  background-color: #4f4599;
  color: #fff;
}
.iwate .note-bg {
  position: absolute;
  pointer-events: none;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/iwate/bg01.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.iwate .information {
  background-color: #4f4599;
}
.iwate .information:after {
  background-image: url(../images/iwate/background_03.png);
}
.iwate .information .concert-info {
  max-width: unset;
}
.iwate .information .concert-info dt {
  background-color: #fff;
  color: #4f4599;
}
.iwate .information .concert-info dd {
  color: #fff;
}
.iwate .information .concert-info small {
  font-size: 0.6em;
  display: inline-block;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
.iwate .information .concert-info .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 6rem 0;
}
@media only screen and (max-width: 640px) {
  .iwate .information .concert-info .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.iwate .information .concert-info .box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #fff;
  padding-left: 4.1666666667vw;
  position: relative;
  padding-bottom: 6.9444444444vw;
}
@media only screen and (max-width: 640px) {
  .iwate .information .concert-info .box {
    padding: 30px 0 37.3333333333vw;
    border-top: 1px solid #fff;
    border-left: none;
  }
}
.iwate .information .concert-info .box:first-child {
  border: none;
  padding-left: 0;
  padding-right: 4.1666666667vw;
}
@media only screen and (max-width: 640px) {
  .iwate .information .concert-info .box:first-child {
    margin-top: 20px;
    padding-right: 0;
    border-top: 1px solid #fff;
  }
}
.iwate .information .concert-info .box .button {
  border-radius: 999px;
  background-color: #fff;
  border-width: 2px;
  color: #4f4599;
  font-size: clamp(16px, 1.9444444444vw, 28px);
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  height: auto;
  width: 80%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .iwate .information .concert-info .box .button {
    font-size: clamp(16px, 5.6vw, 28px);
    width: 100%;
    bottom: 10.6666666667vw;
  }
}
.iwate .information .concert-info .box .button:hover {
  opacity: 0.8;
}
.iwate .information .concert-info .box .button::before {
  border-color: #4f4599;
  border-width: 3px;
}
.iwate .information .performer {
  margin: 6rem auto;
}
.iwate .information .performer p {
  color: #fff;
}
.iwate .information .illust_01 {
  background-image: url(../images/iwate/illust_07.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 5.3333333333vw;
  left: 5.0666666667vw;
  max-width: 190px;
  width: 12.6666666667vw;
  height: 23.8vw;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .iwate .information .illust_01 {
    width: 133px;
    height: 249.9px;
  }
}
@media only screen and (max-width: 640px) {
  .iwate .information .illust_01 {
    display: none;
  }
}
.iwate .information .illust_02 {
  background-image: url(../images/iwate/illust_08.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;
  content: "";
  display: block;
  position: absolute;
  top: 5.3333333333vw;
  right: 5.0666666667vw;
  max-width: 190px;
  width: 12.6666666667vw;
  height: 23.8vw;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .iwate .information .illust_02 {
    width: 133px;
    height: 249.9px;
  }
}
@media only screen and (max-width: 640px) {
  .iwate .information .illust_02 {
    display: none;
  }
}
.iwate .information .illust_05 {
  background-image: url(../images/iwate/illust_05.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 280px;
  height: 160px;
  position: absolute;
  bottom: calc(80px + 1%);
  left: 2%;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .iwate .information .illust_05 {
    width: 224px;
    height: 128px;
  }
}
@media only screen and (max-width: 640px) {
  .iwate .information .illust_05 {
    width: 168px;
    height: 96px;
    bottom: calc(40px + 1%);
  }
}
.iwate .information .illust_06 {
  background-image: url(../images/iwate/illust_06.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 280px;
  height: 160px;
  position: absolute;
  bottom: calc(80px + 1%);
  right: 2%;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .iwate .information .illust_06 {
    width: 224px;
    height: 128px;
  }
}
@media only screen and (max-width: 640px) {
  .iwate .information .illust_06 {
    width: 168px;
    height: 96px;
    bottom: calc(40px + 1%);
  }
}
.iwate .access {
  background-color: #fbeece;
}
.iwate .access .access-info {
  max-width: unset;
}
.iwate .access .access-info dt {
  background-color: #4f4599;
  color: #fff;
}
.iwate .access .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6rem;
}
@media only screen and (max-width: 640px) {
  .iwate .access .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.iwate .access .flex .box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid;
  padding-left: 4.1666666667vw;
}
@media only screen and (max-width: 640px) {
  .iwate .access .flex .box {
    border-top: 1px solid;
    border-left: none;
    padding: 60px 0 0;
  }
}
.iwate .access .flex .box:first-child {
  border: none;
  padding-left: 0;
  padding-right: 4.1666666667vw;
}
@media only screen and (max-width: 640px) {
  .iwate .access .flex .box:first-child {
    padding: 0 0 60px;
  }
}
.iwate .access .flex .map {
  margin-top: 5rem;
}
.iwate .access .flex .map iframe {
  height: 400px;
}
@media only screen and (max-width: 640px) {
  .iwate .access .flex .map iframe {
    height: 300px;
  }
}
.iwate .access .illust_01 {
  background-image: url(../images/iwate/illust_01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5.0666666667vw;
  max-width: 219px;
  width: 14.6vw;
  height: 35.6vw;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .iwate .access .illust_01 {
    width: 153.3px;
    height: 373.8px;
  }
}
@media only screen and (max-width: 640px) {
  .iwate .access .illust_01 {
    display: none;
  }
}
.iwate .access .illust_02 {
  background-image: url(../images/iwate/illust_02.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5.0666666667vw;
  max-width: 174px;
  width: 11.6vw;
  height: 38vw;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .iwate .access .illust_02 {
    width: 153.3px;
    height: 373.8px;
  }
}
@media only screen and (max-width: 640px) {
  .iwate .access .illust_02 {
    display: none;
  }
}
.iwate #campaign02 {
  background-color: #fbeece;
}
.iwate #campaign02 #entry-form .container {
  background-color: #fff;
  border-radius: 10px;
  max-width: 850px;
  margin: auto;
  padding: 5rem 5%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .iwate #campaign02 #entry-form .container {
    padding: 4rem 5%;
  }
}
.iwate #campaign02 #entry-form .title {
  background-color: #fff;
  background-image: -webkit-radial-gradient(#4f4599 4px, transparent 4px);
  background-image: radial-gradient(#4f4599 4px, transparent 4px);
  background-size: 20px 20px;
  background-position: center;
  background-repeat: repeat-x;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 640px) {
  .iwate #campaign02 #entry-form .title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.iwate #campaign02 #entry-form .title span {
  display: inline-block;
  background-color: #fff;
  padding: 1rem;
  font-size: inherit;
  line-height: inherit;
}
.iwate #campaign02 #entry-form .text {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 640px) {
  .iwate #campaign02 #entry-form .text {
    margin-bottom: 1rem;
  }
}
.iwate .next-concert {
  background-color: #763a91;
}
.iwate .next-concert .illust_01 {
  background-image: url(../images/iwate/illust_03.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5.0666666667vw;
  max-width: 219px;
  width: 14.6vw;
  height: 35.6vw;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .iwate .next-concert .illust_01 {
    width: 153.3px;
    height: 373.8px;
  }
}
@media only screen and (max-width: 640px) {
  .iwate .next-concert .illust_01 {
    display: none;
  }
}
.iwate .next-concert .illust_02 {
  background-image: url(../images/iwate/illust_04.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5.0666666667vw;
  max-width: 174px;
  width: 11.6vw;
  height: 38vw;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .iwate .next-concert .illust_02 {
    width: 153.3px;
    height: 373.8px;
  }
}
@media only screen and (max-width: 640px) {
  .iwate .next-concert .illust_02 {
    display: none;
  }
}
.iwate footer .footBlock02 {
  background-color: #4f4599 !important;
}
.iwate footer .credit {
  color: #fff;
}
.iwate footer .bannerP {
  color: #fff;
  font-weight: bold;
}
.iwate footer .banner a {
  display: inline-block;
  margin: 10px;
}
.iwate footer .banner .banner_localpokemon {
  height: 63px;
}
.iwate footer .banner .banner_localpokemon img {
  width: auto;
  height: 100%;
}

.movie {
  background-color: #ea6b94;
  padding: 5rem 0;
  position: relative;
}
.movie:after {
  background-image: url(../images/iwate/background_03.png);
}
.movie .title {
  max-width: 472px;
  margin: 0 auto 4rem;
  width: 95%;
}
.movie .title img {
  width: 100%;
}
.movie .illust_01 {
  background-image: url(../images/iwate/illust_03.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5.0666666667vw;
  max-width: 219px;
  width: 14.6vw;
  height: 35.6vw;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .movie .illust_01 {
    width: 153.3px;
    height: 373.8px;
  }
}
@media only screen and (max-width: 640px) {
  .movie .illust_01 {
    display: none;
  }
}
.movie .illust_02 {
  background-image: url(../images/iwate/illust_04.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5.0666666667vw;
  max-width: 174px;
  width: 11.6vw;
  height: 38vw;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .movie .illust_02 {
    width: 153.3px;
    height: 373.8px;
  }
}
@media only screen and (max-width: 640px) {
  .movie .illust_02 {
    display: none;
  }
}

.archives-movie {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  max-width: 800px;
  margin: auto;
}
.archives-movie .iframe-wrapper {
  position: relative;
  width: 100%;
  padding-top: 60%;
}
.archives-movie .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.archives-movie p {
  margin-top: 10px;
  font-size: 14px;
}
.archives-movie p span {
  display: inline-block;
  font-size: 14px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: koriyama */
.koriyama #kv {
  background-image: url(../images/koriyama/background_hero.png);
}
@media only screen and (max-width: 640px) {
  .koriyama #kv {
    background-image: url(../images/koriyama/background_hero_sp.png);
  }
}
.koriyama #kv h1:after {
  background-image: url(../images/iwate/effect_pc.png);
  content: "";
}
@media only screen and (max-width: 640px) {
  .koriyama #kv h1:after {
    background-image: url(../images/namie/effect_sp.png);
  }
}
.koriyama .notes {
  background-color: #fbeece;
}
.koriyama .notes:before {
  background-image: url(../images/namie/background_02.png);
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.koriyama .notes:after {
  background-image: url(../images/namie/background_02.png);
}
.koriyama .notes .title {
  background-color: #ea6b94;
  color: #fff;
}
.koriyama .note-bg {
  position: absolute;
  pointer-events: none;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/iwate/bg01.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.koriyama .information {
  background-color: #ea6b94;
}
.koriyama .information:after {
  background-image: url(../images/iwate/background_03.png);
}
.koriyama .information .concert-info {
  max-width: unset;
}
.koriyama .information .concert-info dt {
  background-color: #fff;
  color: #ea6b94;
}
.koriyama .information .concert-info dd {
  color: #fff;
}
.koriyama .information .concert-info small {
  font-size: 0.6em;
  display: inline-block;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
.koriyama .information .concert-info .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 6rem 0;
}
@media only screen and (max-width: 640px) {
  .koriyama .information .concert-info .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.koriyama .information .concert-info .box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #fff;
  padding-left: 4.1666666667vw;
  position: relative;
  padding-bottom: 6.9444444444vw;
}
@media only screen and (max-width: 640px) {
  .koriyama .information .concert-info .box {
    padding: 30px 0 37.3333333333vw;
    border-top: 1px solid #fff;
    border-left: none;
  }
}
.koriyama .information .concert-info .box:first-child {
  border: none;
  padding-left: 0;
  padding-right: 4.1666666667vw;
}
@media only screen and (max-width: 640px) {
  .koriyama .information .concert-info .box:first-child {
    margin-top: 20px;
    padding-right: 0;
    border-top: 1px solid #fff;
  }
}
.koriyama .information .concert-info .box .button {
  border-radius: 999px;
  background-color: #fff;
  border-width: 2px;
  color: #ea6b94;
  font-size: clamp(16px, 1.9444444444vw, 28px);
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  height: auto;
  width: 80%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .koriyama .information .concert-info .box .button {
    font-size: clamp(16px, 5.6vw, 28px);
    width: 100%;
    bottom: 10.6666666667vw;
  }
}
.koriyama .information .concert-info .box .button:hover {
  opacity: 0.8;
}
.koriyama .information .concert-info .box .button::before {
  border-color: #ea6b94;
  border-width: 3px;
}
.koriyama .information .performer {
  margin: 6rem auto;
}
.koriyama .information .performer p {
  color: #fff;
}
.koriyama .information .illust_01 {
  background-image: url(../images/iwate/illust_07.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 5.3333333333vw;
  left: 5.0666666667vw;
  max-width: 190px;
  width: 12.6666666667vw;
  height: 23.8vw;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .koriyama .information .illust_01 {
    width: 133px;
    height: 249.9px;
  }
}
@media only screen and (max-width: 640px) {
  .koriyama .information .illust_01 {
    display: none;
  }
}
.koriyama .information .illust_02 {
  background-image: url(../images/iwate/illust_08.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;
  content: "";
  display: block;
  position: absolute;
  top: 5.3333333333vw;
  right: 5.0666666667vw;
  max-width: 190px;
  width: 12.6666666667vw;
  height: 23.8vw;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .koriyama .information .illust_02 {
    width: 133px;
    height: 249.9px;
  }
}
@media only screen and (max-width: 640px) {
  .koriyama .information .illust_02 {
    display: none;
  }
}
.koriyama .information .illust_05 {
  background-image: url(../images/iwate/illust_05.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 280px;
  height: 160px;
  position: absolute;
  bottom: calc(80px + 1%);
  left: 2%;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .koriyama .information .illust_05 {
    width: 224px;
    height: 128px;
  }
}
@media only screen and (max-width: 640px) {
  .koriyama .information .illust_05 {
    width: 168px;
    height: 96px;
    bottom: calc(40px + 1%);
  }
}
.koriyama .information .illust_06 {
  background-image: url(../images/iwate/illust_06.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 280px;
  height: 160px;
  position: absolute;
  bottom: calc(80px + 1%);
  right: 2%;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .koriyama .information .illust_06 {
    width: 224px;
    height: 128px;
  }
}
@media only screen and (max-width: 640px) {
  .koriyama .information .illust_06 {
    width: 168px;
    height: 96px;
    bottom: calc(40px + 1%);
  }
}
.koriyama .access {
  background-color: #fbeece;
}
.koriyama .access .access-info {
  max-width: unset;
}
.koriyama .access .access-info dt {
  background-color: #4f4599;
  color: #fff;
}
.koriyama .access .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6rem;
}
@media only screen and (max-width: 640px) {
  .koriyama .access .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.koriyama .access .flex .box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid;
  padding-left: 4.1666666667vw;
}
@media only screen and (max-width: 640px) {
  .koriyama .access .flex .box {
    border-top: 1px solid;
    border-left: none;
    padding: 60px 0 0;
  }
}
.koriyama .access .flex .box:first-child {
  border: none;
  padding-left: 0;
  padding-right: 4.1666666667vw;
}
@media only screen and (max-width: 640px) {
  .koriyama .access .flex .box:first-child {
    padding: 0 0 60px;
  }
}
.koriyama .access .flex .map {
  margin-top: 5rem;
}
.koriyama .access .flex .map iframe {
  height: 400px;
}
@media only screen and (max-width: 640px) {
  .koriyama .access .flex .map iframe {
    height: 300px;
  }
}
.koriyama .access .illust_01 {
  background-image: url(../images/iwate/illust_01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5.0666666667vw;
  max-width: 219px;
  width: 14.6vw;
  height: 35.6vw;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .koriyama .access .illust_01 {
    width: 153.3px;
    height: 373.8px;
  }
}
@media only screen and (max-width: 640px) {
  .koriyama .access .illust_01 {
    display: none;
  }
}
.koriyama .access .illust_02 {
  background-image: url(../images/iwate/illust_02.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5.0666666667vw;
  max-width: 174px;
  width: 11.6vw;
  height: 38vw;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .koriyama .access .illust_02 {
    width: 153.3px;
    height: 373.8px;
  }
}
@media only screen and (max-width: 640px) {
  .koriyama .access .illust_02 {
    display: none;
  }
}
.koriyama #campaign02 {
  background-color: #fbeece;
}
.koriyama #campaign02 #entry-form .container {
  background-color: #fff;
  border-radius: 10px;
  max-width: 850px;
  margin: auto;
  padding: 5rem 5%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .koriyama #campaign02 #entry-form .container {
    padding: 4rem 5%;
  }
}
.koriyama #campaign02 #entry-form .title {
  background-color: #fff;
  background-image: -webkit-radial-gradient(#ea6b94 4px, transparent 4px);
  background-image: radial-gradient(#ea6b94 4px, transparent 4px);
  background-size: 20px 20px;
  background-position: center;
  background-repeat: repeat-x;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 640px) {
  .koriyama #campaign02 #entry-form .title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.koriyama #campaign02 #entry-form .title span {
  display: inline-block;
  background-color: #fff;
  padding: 1rem;
  font-size: inherit;
  line-height: inherit;
}
.koriyama #campaign02 #entry-form .text {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 640px) {
  .koriyama #campaign02 #entry-form .text {
    margin-bottom: 1rem;
  }
}
.koriyama .next-concert {
  background-color: #763a91;
}
.koriyama .next-concert .illust_01 {
  background-image: url(../images/iwate/illust_03.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5.0666666667vw;
  max-width: 219px;
  width: 14.6vw;
  height: 35.6vw;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .koriyama .next-concert .illust_01 {
    width: 153.3px;
    height: 373.8px;
  }
}
@media only screen and (max-width: 640px) {
  .koriyama .next-concert .illust_01 {
    display: none;
  }
}
.koriyama .next-concert .illust_02 {
  background-image: url(../images/iwate/illust_04.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5.0666666667vw;
  max-width: 174px;
  width: 11.6vw;
  height: 38vw;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .koriyama .next-concert .illust_02 {
    width: 153.3px;
    height: 373.8px;
  }
}
@media only screen and (max-width: 640px) {
  .koriyama .next-concert .illust_02 {
    display: none;
  }
}
.koriyama footer .footBlock02 {
  background-color: #ea6b94 !important;
}
.koriyama footer .credit {
  color: #fff;
}
.koriyama footer .bannerP {
  color: #fff;
  font-weight: bold;
}
.koriyama footer .banner a {
  display: inline-block;
  margin: 10px;
}
.koriyama footer .banner .banner_localpokemon {
  height: 63px;
}
.koriyama footer .banner .banner_localpokemon img {
  width: auto;
  height: 100%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: kidstv */
.kidstv#mini-concert {
  --color: #172a88;
  background-image: url(../images/kidstv/bg.png);
  background-size: cover;
  background-attachment: fixed;
}
.kidstv img {
  width: 100%;
}
.kidstv #campaign02 #entry-form .container {
  padding: 4rem 2.5% 8rem;
}
@media only screen and (max-width: 640px) {
  .kidstv #campaign02 #entry-form .container {
    padding: 4rem 5% 6rem;
  }
}
.kidstv footer .footBlock02 {
  background-color: var(--color) !important;
  padding-bottom: 120px;
}
.kidstv footer .credit {
  color: #fff;
}
.kidstv footer .bannerP {
  color: #fff;
  font-weight: bold;
}
.kidstv footer .banner a {
  display: inline-block;
  margin: 10px;
}
.kidstv footer .banner .banner_localpokemon {
  height: 63px;
}
.kidstv footer .banner .banner_localpokemon img {
  width: auto;
  height: 100%;
}
.kidstv #campaign02 #entry-form #privacy .inner h2 {
  color: var(--color);
}
.kidstv #campaign02 #entry-form #form .submit-wrapper input[type=submit] {
  background-color: var(--color);
  border-color: var(--color);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: tottori */
.tottori#mini-concert {
  --color1: #ffe100;
  --color2: #dcc200;
  --color: #e84709;
  background-image: url(../images/tottori/bg.png);
  background-size: cover;
  background-attachment: fixed;
}
.tottori img {
  width: 100%;
}
.tottori #campaign02 #entry-form .container {
  padding: 4rem 2.5% 8rem;
}
@media only screen and (max-width: 640px) {
  .tottori #campaign02 #entry-form .container {
    padding: 4rem 5% 6rem;
  }
}
.tottori footer .footBlock02 {
  background-color: var(--color2) !important;
  padding-bottom: 120px;
}
.tottori footer .credit {
  color: #fff;
}
.tottori footer .bannerP {
  color: #fff;
  font-weight: bold;
}
.tottori footer .banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tottori footer .banner a {
  display: inline-block;
  margin: 10px;
}
.tottori footer .banner .banner_localpokemon {
  height: 63px;
}
.tottori footer .banner .banner_localpokemon img {
  width: auto;
  height: 100%;
}
.tottori footer .banner .banner_localpokemon:last-child {
  height: 158px;
}
.tottori #campaign02 #entry-form #privacy .inner h2 {
  color: var(--color);
}
.tottori #campaign02 #entry-form #form .submit-wrapper input[type=submit] {
  background-color: var(--color);
  border-color: var(--color);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 固定ページ専用外部ファイル読み込み */
#campaign02 #entry-form {
  padding-top: 4rem;
}
@media only screen and (max-width: 1024px) {
  #campaign02 #entry-form {
    padding-top: 2rem;
  }
}
#campaign02 #entry-form .headline {
  width: 90%;
  max-width: 288px;
  margin: 0 auto;
  padding-bottom: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#campaign02 #entry-form .headline:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#campaign02 #entry-form .headline h3.dotted {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  background-color: transparent;
  color: #595757;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #campaign02 #entry-form .headline h3.dotted {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form .headline h3.dotted {
    font-size: 1.8rem;
  }
}
#campaign02 #entry-form .headline h3.dotted::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 3px solid #eb6d80;
  border-right: 3px solid #eb6d80;
  -webkit-transform: rotateZ(135deg);
          transform: rotateZ(135deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form .headline h3.dotted::before {
    margin-right: 0.9rem;
    border-width: 3px;
  }
}
#campaign02 #entry-form .headline.open h3::before {
  -webkit-transform: rotateZ(315deg);
          transform: rotateZ(315deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#campaign02 #entry-form .container {
  max-width: 980px;
  padding: 4rem 0 0;
}
@media only screen and (max-width: 1024px) {
  #campaign02 #entry-form .container {
    padding-top: 2rem;
  }
}
#campaign02 #entry-form .js_acdn_box {
  display: none;
}
#campaign02 #entry-form .hissu {
  display: inline-block;
  font-size: 1.6rem;
  color: #ed474e;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  #campaign02 #entry-form .hissu {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form .hissu {
    font-size: 1.4rem;
  }
}
#campaign02 #entry-form #form .form-list {
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px dotted #595757;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form #form .form-list {
    padding-left: 0;
    padding-right: 0;
    border-width: 1px;
  }
}
#campaign02 #entry-form #form .form-list:nth-child(6) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#campaign02 #entry-form #form .form-list .error {
  display: block;
  font-size: 1.4rem;
}
#campaign02 #entry-form #form input[type=text],
#campaign02 #entry-form #form input[type=email],
#campaign02 #entry-form #form input[type=tel],
#campaign02 #entry-form #form input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 44px;
  padding: 0 10px;
  margin: 0;
  border: none;
  background-color: #fff;
  border: 1px solid #b5b5b6;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 1024px) {
  #campaign02 #entry-form #form input[type=text],
  #campaign02 #entry-form #form input[type=email],
  #campaign02 #entry-form #form input[type=tel],
  #campaign02 #entry-form #form input[type=date] {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form #form input[type=text],
  #campaign02 #entry-form #form input[type=email],
  #campaign02 #entry-form #form input[type=tel],
  #campaign02 #entry-form #form input[type=date] {
    font-size: 16px;
    padding: 5px;
    height: 30px;
    border-radius: 4px;
  }
}
#campaign02 #entry-form #form select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 50%;
  height: 44px;
  padding: 0 30px 0 10px;
  margin: 0;
  border: none;
  background-color: #fff;
  border: 1px solid #b5b5b6;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  cursor: pointer;
  background-image: url("../images/lp/arrow_bottom.svg");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center right 1rem;
}
@media only screen and (max-width: 1024px) {
  #campaign02 #entry-form #form select {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form #form select {
    font-size: 16px;
    height: 30px;
    border-radius: 4px;
  }
}
#campaign02 #entry-form #form span.wpcf7-list-item {
  margin-right: 1rem;
}
#campaign02 #entry-form #form span.wpcf7-list-item input[type=radio],
#campaign02 #entry-form #form span.wpcf7-list-item input[type=checkbox] {
  cursor: pointer;
  margin-top: 0;
  margin-right: 0;
}
#campaign02 #entry-form #form span.wpcf7-list-item .wpcf7-list-item-label {
  cursor: pointer;
  position: relative;
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form #form span.wpcf7-list-item .wpcf7-list-item-label {
    font-size: 1.3rem;
  }
}
#campaign02 #entry-form #form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 250px;
  padding: 10px;
  margin: 0;
  border: none;
  background-color: #fff;
  border: 1px solid #b5b5b6;
  font-size: 1.6rem;
  font-weight: 300;
  resize: none;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  border-radius: 8px;
}
@media only screen and (max-width: 1024px) {
  #campaign02 #entry-form #form textarea {
    font-size: 1.6vw;
    height: 180px;
  }
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form #form textarea {
    font-size: 16px;
    padding: 5px;
    border-radius: 4px;
  }
}
#campaign02 #entry-form #form dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 0;
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form #form dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
#campaign02 #entry-form #form dl dt {
  margin: auto 0;
  width: 31%;
  max-width: 260px;
  padding: 0.5rem 0;
  font-size: 1.6rem;
  font-weight: 700;
  font-weight: bold;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  #campaign02 #entry-form #form dl dt {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form #form dl dt {
    width: 100%;
    max-width: inherit;
    font-size: 16px;
  }
}
#campaign02 #entry-form #form dl dt.one-colmun {
  width: 100%;
  max-width: inherit;
  text-align: left;
}
#campaign02 #entry-form #form dl dt .attention {
  display: block;
  text-align: left;
  color: #666666;
}
#campaign02 #entry-form #form dl dt.title-other {
  margin-top: 5.5px;
}
#campaign02 #entry-form #form dl dt.title-other p {
  font-size: 12px;
}
#campaign02 #entry-form #form dl dd {
  margin: auto 0;
  width: 65%;
  padding: 0.5rem 0;
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  #campaign02 #entry-form #form dl dd {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form #form dl dd {
    width: 100%;
    font-size: 1.3rem;
  }
}
#campaign02 #entry-form #form dl dd.contact-your-school input[type=text] {
  margin-bottom: 1rem;
}
#campaign02 #entry-form #form dl dd.contact-your-zip input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 30px;
  padding: 0 10px;
  margin: 0 0 0 1rem;
  border: none;
  background-color: #fff;
  border: 1px solid #b5b5b6;
  font-size: 1.2rem;
  font-weight: 300;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#campaign02 #entry-form #form dl dd.contact-your-zip input[type=button]:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#campaign02 #entry-form #form dl dd.contact-your-address {
  margin-left: auto;
}
#campaign02 #entry-form #form dl dd.contact-your-address input[name=addr11] {
  display: none;
}
#campaign02 #entry-form #form dl dd.contact-your-date-text, #campaign02 #entry-form #form dl dd.contact-your-date-movie, #campaign02 #entry-form #form dl dd.contact-your-message, #campaign02 #entry-form #form dl dd.contact-your-question, #campaign02 #entry-form #form dl dd.contact-your-group {
  width: 100%;
}
#campaign02 #entry-form #form dl dd.contact-your-parent-tel .text {
  font-size: 1.3rem;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  #campaign02 #entry-form #form dl dd.contact-your-parent-tel .text {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form #form dl dd.contact-your-parent-tel .text {
    font-size: 1.2rem;
  }
}
#campaign02 #entry-form #form dl dd.contact-your-trigger .text {
  display: block;
  font-size: 1.6rem;
  color: #ed474e;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
  #campaign02 #entry-form #form dl dd.contact-your-trigger .text {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form #form dl dd.contact-your-trigger .text {
    font-size: 1.3rem;
  }
}
#campaign02 #entry-form #form dl dd.contact-your-trigger .wpcf7-list-item {
  display: block;
}
#campaign02 #entry-form #form dl dd.contact-your-trigger #js_other_textarea {
  display: none;
}
#campaign02 #entry-form #form dl dd.contact-your-date-movie .text {
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #campaign02 #entry-form #form dl dd.contact-your-date-movie .text {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form #form dl dd.contact-your-date-movie .text {
    font-size: 1.3rem;
  }
}
#campaign02 #entry-form #form dl dd.contact-your-date-movie .your-date-file {
  margin: 2rem auto;
  text-indent: 1rem;
  display: block;
}
#campaign02 #entry-form #form dl dd.contact-your-date-movie .text:nth-child(2) {
  font-size: 1.3rem;
  text-indent: 1rem;
  font-weight: 400;
  color: #ed474e;
}
@media only screen and (max-width: 1024px) {
  #campaign02 #entry-form #form dl dd.contact-your-date-movie .text:nth-child(2) {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form #form dl dd.contact-your-date-movie .text:nth-child(2) {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form #form dl dd .wpcf7-list-item label {
    display: block;
  }
}
#campaign02 #entry-form #form .submit-wrapper {
  width: 90%;
  max-width: 392px;
  margin: 4rem auto 0;
  position: relative;
  z-index: 1;
  border-radius: 50px;
}
@media only screen and (max-width: 1024px) {
  #campaign02 #entry-form #form .submit-wrapper {
    max-width: 380px;
  }
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form #form .submit-wrapper {
    margin: 2rem auto 0;
    max-width: 260px;
  }
}
#campaign02 #entry-form #form .submit-wrapper input[type=submit] {
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  background-color: #eb6d80;
  border: 1px solid #eb6d80;
  font-size: 1.8rem;
  text-align: center;
  padding: 13.5px 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  font-weight: 700;
  cursor: pointer;
  border-radius: 50px;
}
@media only screen and (max-width: 1024px) {
  #campaign02 #entry-form #form .submit-wrapper input[type=submit] {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form #form .submit-wrapper input[type=submit] {
    font-size: 1.6rem;
    padding: 12.5px 0;
  }
}
#campaign02 #entry-form #form .submit-wrapper input[type=submit]:hover {
  color: #eb6d80;
  background-color: transparent;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
#campaign02 #entry-form #form .submit-wrapper input[type=submit]:disabled {
  background-color: #e6e6e6;
  color: #666666;
  border-color: #e6e6e6;
  pointer-events: none;
  cursor: not-allowed;
}
#campaign02 #entry-form #form .wpcf7-not-valid-tip {
  font-size: 12px;
}
#campaign02 #entry-form #form .wpcf7-response-output {
  border-color: #eb6d80;
  text-align: center;
  padding: 1rem;
  padding: 2rem 1rem;
  font-size: 1.8rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 1024px) {
  #campaign02 #entry-form #form .wpcf7-response-output {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form #form .wpcf7-response-output {
    font-size: 1.6rem;
  }
}
#campaign02 #entry-form #form .wpcf7 form.sent .wpcf7-response-output {
  border: none;
  font-size: 18px;
  font-weight: 700;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  #campaign02 #entry-form #form .wpcf7 form.sent .wpcf7-response-output {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form #form .wpcf7 form.sent .wpcf7-response-output {
    font-size: 1.4rem;
  }
}
#campaign02 #entry-form #form div.wpcf7 .ajax-loader {
  position: absolute;
  margin-top: 20px;
  background-color: #ef834a;
  margin: 20px 0 0;
}
#campaign02 #entry-form #form div.wpcf7 .ajax-loader.submit-attention {
  background-color: transparent;
  width: 94%;
  right: 0;
  margin: 20px 0 0 auto;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1024px) {
  #campaign02 #entry-form #form div.wpcf7 .ajax-loader.submit-attention {
    font-size: 1.4vw;
    width: 92%;
  }
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form #form div.wpcf7 .ajax-loader.submit-attention {
    font-size: 1.2rem;
    width: 88%;
  }
}
#campaign02 #entry-form #form div.wpcf7 .ajax-loader.submit-attention::before {
  display: none !important;
}
#campaign02 #entry-form #privacy {
  height: 290px;
  margin: 0 10px;
  overflow-y: scroll;
}
#campaign02 #entry-form #privacy-wrapper {
  background-color: #fff;
  border: 1px solid #b5b5b6;
  margin: 3rem auto;
  max-width: 770px;
  border-radius: 8px;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form #privacy-wrapper {
    border-radius: 4px;
  }
}
#campaign02 #entry-form #privacy::-webkit-scrollbar {
  width: 10px;
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form #privacy::-webkit-scrollbar {
    width: 5px;
  }
}
#campaign02 #entry-form #privacy::-webkit-scrollbar-track {
  margin: 10px 0;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form #privacy::-webkit-scrollbar-track {
    margin: 5px 0;
  }
}
#campaign02 #entry-form #privacy::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #e6e6e6;
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form #privacy::-webkit-scrollbar-thumb {
    border-radius: 2px;
  }
}
#campaign02 #entry-form #privacy .inner {
  width: 100%;
  max-width: inherit;
  padding: 1.5rem;
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form #privacy .inner {
    padding: 0.7rem;
  }
}
#campaign02 #entry-form #privacy .inner h2 {
  font-size: 2.2rem;
  font-weight: 700;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #eb6d80;
}
@media only screen and (max-width: 1024px) {
  #campaign02 #entry-form #privacy .inner h2 {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form #privacy .inner h2 {
    font-size: 1.6rem;
  }
}
#campaign02 #entry-form #privacy .inner h3 {
  font-size: 1.6rem;
  font-weight: 700;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
  #campaign02 #entry-form #privacy .inner h3 {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form #privacy .inner h3 {
    font-size: 1.4rem;
  }
}
#campaign02 #entry-form #privacy .inner p {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
  #campaign02 #entry-form #privacy .inner p {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form #privacy .inner p {
    font-size: 1.2rem;
  }
}
#campaign02 #entry-form #privacy .inner a {
  color: #00a199;
  word-break: break-all;
  font-size: 1.3rem;
}
@media only screen and (max-width: 1024px) {
  #campaign02 #entry-form #privacy .inner a {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form #privacy .inner a {
    font-size: 1.2rem;
  }
}
#campaign02 #entry-form #privacy .inner a:hover {
  color: #666666;
}
#campaign02 #entry-form #privacy .inner span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  #campaign02 #entry-form #privacy .inner span {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #campaign02 #entry-form #privacy .inner span {
    font-size: 1.2rem;
  }
}
#campaign02 #entry-form .your-acceptance {
  display: block;
  text-align: center;
}
#campaign02 #entry-form .your-acceptance label {
  cursor: pointer;
}
#campaign02 #entry-form .your-acceptance label .wpcf7-list-item-label {
  margin-right: 0 !important;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: アーカイブページ専用外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: お知らせアーカイブ*/
#post-archive-wrapper {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  padding: 6rem 0;
}
@media only screen and (max-width: 1024px) {
  #post-archive-wrapper {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 640px) {
  #post-archive-wrapper {
    padding: 3rem 0;
  }
}
#post-archive article:last-child a {
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (max-width: 640px) {
  #post-archive article:last-child a {
    border-color: #595757;
  }
}
#post-archive article a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  border-top: 1px solid #e6e6e6;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #post-archive article a {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-color: #595757;
  }
}
#post-archive article a::before {
  position: absolute;
  content: "";
  width: 0%;
  opacity: 0;
  height: 3px;
  bottom: -1.5px;
  left: 0;
  z-index: 2;
  background-color: #ef834a;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
#post-archive article a > span {
  padding: 1em 0em;
}
@media only screen and (max-width: 640px) {
  #post-archive article a > span {
    padding: 0.5em 0;
  }
}
#post-archive article a > span .text {
  display: block;
  padding: 0 2em;
  color: #595757;
}
@media only screen and (max-width: 1024px) {
  #post-archive article a > span .text {
    padding: 0 1.5em;
  }
}
@media only screen and (max-width: 640px) {
  #post-archive article a > span .text {
    padding: 0 0.5em;
  }
}
#post-archive article a > span.data {
  width: 168px;
  font-weight: 700;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #post-archive article a > span.data {
    width: 110px;
  }
}
@media only screen and (max-width: 640px) {
  #post-archive article a > span.data {
    text-align: left;
    width: 50%;
  }
}
#post-archive article a > span.cat {
  width: 200px;
  font-weight: 700;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  #post-archive article a > span.cat {
    width: 150px;
  }
}
@media only screen and (max-width: 640px) {
  #post-archive article a > span.cat {
    width: 50%;
  }
}
#post-archive article a > span.cat .text {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
@media only screen and (max-width: 640px) {
  #post-archive article a > span.cat .text {
    padding-left: 1em;
    border-right: none;
  }
}
#post-archive article a > span.title {
  width: 60%;
}
@media only screen and (max-width: 1024px) {
  #post-archive article a > span.title {
    width: 57%;
  }
}
@media only screen and (max-width: 640px) {
  #post-archive article a > span.title {
    width: 100%;
    border-top: 1px solid #e6e6e6;
  }
}
#post-archive article a.hover::before {
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 投稿ページ専用外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: その他専用ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: スクロール指示*/
.trigger {
  /*index: フェードイン*/
  /*index: スケール*/
  /*index: スケール（背景）*/
  /*index: シャッター*/
  /*index: スライド*/
}
.trigger .fadein {
  opacity: 0;
  will-change: opacity;
}
.trigger .scale {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media only screen and (max-width: 640px) {
  .trigger .scale {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.trigger .scale_bg::before {
  background-size: 110%;
}
.trigger .js_wrap_fade {
  position: relative;
}
.trigger .js_wrap_fade::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ef834a;
  z-index: 4;
  left: 0;
  bottom: 0;
}
.trigger .slide_right {
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}
.trigger .slide_left {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}
.trigger .slide_up {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}
.trigger .slide_down {
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: スクロール発火*/
.active {
  /*index: フェードイン*/
  /*index: スケール*/
  /*index: スケール（背景）*/
  /*index: シャッター*/
  /*index: スライド*/
}
.active .fadein {
  opacity: 1;
}
.active .scale {
  -webkit-transform: scale(1) rotate(0.001deg);
          transform: scale(1) rotate(0.001deg);
}
.active .scale_bg::before {
  background-size: 100%;
  -webkit-transition: 4s ease;
  transition: 4s ease;
}
.active .js_wrap_fade::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 2s ease;
  transition: 2s ease;
}
.active .slide_right,
.active .slide_left {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.active .slide_up,
.active .slide_down {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 発火速度*/
.ts05s_e {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.ts1s_e {
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.ts2s_e {
  -webkit-transition: 2s ease;
  transition: 2s ease;
}

.ts3s_e {
  -webkit-transition: 3s ease;
  transition: 3s ease;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 発火速度（遅延）*/
.tsd01s {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.tsd02s {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.tsd03s {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.tsd04s {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.tsd05s {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.tsd06s {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}/*# sourceMappingURL=style.css.map */