@charset "UTF-8";
/*
例外
*/
/*-----table of contents--------
1.各種設定
  1.色の指定
  2.bodyの指定
  3.レスポンシブ　表示の振り分け
  4.本文　＆　リンク カラー＆下線
  5.画像の位置リセット
  6.画像パス
------------------------------*/
@media only screen and (max-width: 768px) {
		.hideSp {
				display: none;
		}
}

@media only screen and (min-width: 769px) {
		.hidePc {
				display: none;
		}
}

#container img {
		vertical-align: top;
}

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

/* add applet,a,big,s,strike,center,tt,embed,output,ruby */
h1, h2, h3, h4, h5, h6 {
		font-weight: 400;
}

body {
		line-height: 1.5;
		line-height: 1.85;
		color: #332732;
		font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
		-webkit-font-smoothing: antialiased;
}

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

ol, ul {
		list-style: none;
}

blockquote, q {
		quotes: none;
}

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

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

img {
		vertical-align: top;
}

ins {
		text-decoration: none;
}

mark {
		background-color: #ff9;
		color: #000;
		font-style: italic;
		font-weight: bold;
}

del {
		text-decoration: line-through;
}

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

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

dfn {
		font-style: normal;
}

hr {
		display: block;
		height: 1px;
		border: 0;
		border-top: 1px solid #000;
		margin: 1em 0;
		padding: 0;
}

input, select {
		vertical-align: middle;
}

pre {
		overflow-x: visible;
		white-space: pre-wrap;
}

/* pre 要素（整形済みテキスト）の折り返しを切り替え可能にする */
* {
		-webkit-text-size-adjust: none;
}

input[type="submit"],
input[type="button"] {
		border-radius: 0;
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		appearance: button;
		border: none;
		box-sizing: border-box;
		cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
		display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
		outline-offset: -2px;
}

:placeholder-shown,
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
		opacity: 0.7;
}

/*-----table of contents--------
1.フォント指定
　1.1 YakuHanJP
------------------------------*/
body {
		/* font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      含まれていない漢字が登場しても、次の候補のフォント（ヒラギノ）などで表示されます */
		font-family: YakuHanJP, 'Montserrat', "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS Gothic", "ＭＳ Ｐゴシック", 'Apple SD Gothic NEO', helvetica, sans-serif;
}

@font-face {
		font-family: YakuHanJP;
		font-style: normal;
		font-weight: normal;
		font-display: swap;
		src: url(../fonts/YakuHanJP/YakuHanJP-Regular.eot);
		src: url(../fonts/YakuHanJP/YakuHanJP-Regular.woff2) format("woff2"), url(../fonts/YakuHanJP/YakuHanJP-Regular.woff) format("woff");
		unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
		font-family: YakuHanJP;
		font-style: normal;
		font-weight: bold;
		font-display: swap;
		src: url(../fonts/YakuHanJP/YakuHanJP-Bold.eot);
		src: url(../fonts/YakuHanJP/YakuHanJP-Bold.woff2) format("woff2"), url(../fonts/YakuHanJP/YakuHanJP-Bold.woff) format("woff");
		unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

/*-----table of contents--------
1.レイアウト
2.モジュール
------------------------------*/
html {
		scroll-behavior: smooth;
		background: #F8F8F8;
		background: #fff;
}

body {
		background: #F8F8F8;
		background: #fff;
		width: 100vw;
		color: #332732;
		-webkit-font-smoothing: antialiased;
		font-family: 'Montserrat', YakuHanJP, sans-serif;
		box-sizing: border-box;
		display: relative;
}

@media only screen and (max-width: 768px) {
		body {
				overflow-x: hidden;
		}
}

@media only screen and (min-width: 769px) and (max-width: 1261px) {
		body {
				overflow-x: hidden;
		}
}

@media only screen and (min-width: 1262px) {
		body {
				overflow-x: hidden;
		}
}

@media only screen and (min-width: 769px) {
		body {
				margin: 0 auto;
		}
}

a {
		color: #000;
		text-decoration: none;
		transition-property: all;
		transition: 0.3s linear;
}

a:hover {
		text-decoration: none;
		/* opacity: 0.5; */
		color: #1FA000;
}

.leader {
		font-family: Meiryo;
		font-size: 0.85em;
		padding-right: 0.25rem;
}

main {
		position: relative;
}

@media only screen and (max-width: 768px) {
		main {
				width: 100vw;
		}
}

@media only screen and (min-width: 769px) {
		main {
				width: 100vw;
				background: #fff;
				margin: 0 auto;
				padding: 0;
		}
		main.contents {
				background: #F8F8F8;
				padding: 2.5rem 0 0;
		}
		main.profile {
				background: #eafae5;
				background: #F8F8F8;
				padding: 0;
		}
}

@media only screen and (max-width: 768px) {
		section {
				width: 100vw;
		}
}

@media only screen and (min-width: 769px) {
		section {
				width: 920px;
		}
}

/*-----table of contents--------
1.ヘッダー
2.ヘッダーバナー ※SPのみ
------------------------------*/
.header {
		box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.05);
		background: #fff;
		position: fixed;
		z-index: 99;
		font-size: 0;
		width: 100vw;
		text-align: center;
}

@media only screen and (max-width: 768px) {
		.header--contents {
				width: 100vw;
				padding: 0;
				margin: 0 auto;
		}
}

@media only screen and (min-width: 769px) {
		.header--contents {
				width: 920px;
				padding: 1rem 0;
				margin: 0 auto;
		}
}

.header--title {
		display: inline-block;
		font-size: 1.25rem;
		text-align: left;
		font-weight: normal;
		letter-spacing: 0.15rem;
}

@media only screen and (max-width: 768px) {
		.header--title {
				padding: 0.25rem 0;
		}
}

.header--title a {
		position: relative;
		display: block;
		color: #222;
}

@media only screen and (min-width: 769px) {
		.header--title a {
				transition-property: all;
				transition: 0.15s linear;
		}
}

.header--title a:hover {
		/* opacity: 0.5; */
		color: #1FA000;
}

@media only screen and (min-width: 769px) {
		.header--title {
				width: 220px;
		}
}

.header--title span {
		font-size: 0.75em;
		padding-right: 0.5rem;
}

/*-----table of contents--------
1.フッター
------------------------------*/
.footer__content {
		background: #F8F8F8;
		position: relative;
}

.footer__content:before, .footer__content:after {
		display: block;
		content: "";
		clear: both;
		height: 0;
		overflow: hidden;
}

@media only screen and (max-width: 768px) {
		.footer__content {
				width: 100vw;
				padding: 10vw 5vw;
				margin: 0;
		}
}

@media only screen and (min-width: 769px) {
		.footer__content {
				width: 100%;
				padding: 40px 0;
				margin: 0 auto;
		}
}

.footer__content .copyright {
		color: #222;
		text-align: center;
		font-size: 0.9rem;
}

/*-----table of contents--------
1.ヘッダー　ナビリスト　ブロック ※SPのみ
------------------------------*/
.nav--header {
		background: #fff;
		display: inline-block;
}

@media only screen and (max-width: 768px) {
		.nav--header {
				width: 100vw;
				padding: 0;
				margin: 0;
		}
}

@media only screen and (min-width: 769px) {
		.nav--header {
				width: 620px;
				margin: 0 auto;
				padding-left: 20px;
		}
}

.nav--items {
		font-size: 0;
}

@media only screen and (max-width: 768px) {
		.nav--items {
				width: 100%;
				padding-bottom: 0.5rem;
				margin: 0 auto;
				width: 90%;
				overflow-x: auto;
				white-space: nowrap;
				overflow-scrolling: touch;
				-webkit-overflow-scrolling: touch;
		}
}

@media only screen and (min-width: 769px) {
		.nav--items {
				width: 100%;
				margin: 0 auto;
		}
}

.nav__item {
		text-align: center;
}

@media only screen and (max-width: 768px) {
		.nav__item {
				width: auto;
				margin: 0 auto;
				display: inline-block;
				font-size: 1rem;
				text-align: right;
				padding: 0 0.5rem;
		}
		.nav__item:first-child {
				display: none;
		}
}

@media only screen and (min-width: 769px) {
		.nav__item {
				width: auto;
				display: inline-block;
				font-size: 1rem;
				text-align: right;
				padding: 0 0.85rem;
				margin: 0;
		}
		.nav__item:first-child {
				padding-left: 0;
		}
		.nav__item:last-child {
				padding-right: 0;
		}
}

.nav__item a {
		position: relative;
		display: block;
		color: #222;
}

@media only screen and (max-width: 768px) {
		.nav__item a {
				padding-left: 0vw;
		}
}

@media only screen and (min-width: 769px) {
		.nav__item a {
				transition-property: all;
				transition: 0.15s linear;
		}
}

.nav__item a:hover {
		/* opacity: 0.5; */
		color: #1FA000;
}

.share--sns {
		text-align: center;
		margin: 0 auto;
}

@media only screen and (max-width: 768px) {
		.share--sns {
				background: #f8f8f8;
				padding: 1.75rem 0;
		}
}

@media only screen and (min-width: 769px) {
		.share--sns {
				padding: 2.5rem 0;
		}
}

.share--sns__items {
		font-size: 0;
}

.share--sns__item {
		display: inline-block;
}

@media only screen and (max-width: 768px) {
		.share--sns__item {
				margin: 0 0.5rem;
		}
}

@media only screen and (min-width: 769px) {
		.share--sns__item {
				margin: 0 0.5rem;
		}
}

.share--sns__item a {
		display: block;
}

.share--sns__item a:hover {
		opacity: 0.7;
}

@media only screen and (max-width: 768px) {
		.share--sns__img {
				width: 10vw;
				height: 10vw;
		}
}

@media only screen and (min-width: 769px) {
		.share--sns__img {
				width: 40px;
				height: 40px;
		}
}

.tagspace {
		background: #F4F4EF;
		width: 840px;
		text-align: center;
		padding: 1rem 1rem 0.5rem;
		margin: 0 auto 2.5rem;
}

.article--content .tagspace {
		width: 580px;
}

.tagspace--lists {
		font-size: 0;
		text-align: left;
}

.tagspace--list {
		font-size: 1rem;
		display: inline-block;
		margin-right: 1rem;
}

.tagspace--list-item {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		background: #fff;
		display: inline-block;
		font-size: 0.85rem;
		color: #332732;
		text-align: center;
		letter-spacing: 0.25rem;
		padding: 0.25rem 0.5rem;
		margin-bottom: 0.5rem;
}

.tagspace--list-item:before {
		content: "#";
		font-size: 1rem;
}

.tagspace--list-item:hover {
		background: #332732;
		color: #fff;
}

.pagination {
		width: 100%;
		text-align: center;
}

.navi {
		width: inherit;
		font-size: 1.15rem;
		margin: 2rem auto;
		padding: 2rem;
}

.navi a {
		border: 1px solid #eee;
		background: #e4e4e4;
		display: inline-block;
		min-width: 2.5rem;
		padding: 0.4rem;
		margin: 0 0.15rem;
}

.navi a:hover {
		background: #222;
		color: #fff;
}

.navi .on {
		background: #222;
		min-width: 2.5rem;
		color: #fff;
		padding: 0.4rem;
		display: inline-block;
}

ul.page-numbers {
		width: inherit;
		font-size: 0;
		margin: 0 auto;
		padding: 0 0 2rem;
}

ul.page-numbers li {
		display: inline-block;
		font-size: 1.15rem;
		margin-bottom: 0.5rem;
}

ul.page-numbers a.page-numbers {
		border: 1px solid #eee;
		background: #e4e4e4;
		display: inline-block;
		min-width: 2.5rem;
		padding: 0.4rem;
		margin: 0 0.25rem;
}

ul.page-numbers a.page-numbers:hover {
		background: #222;
		color: #fff;
}

ul.page-numbers span.page-numbers.dots {
		width: 1.5rem;
		display: inline-block;
}

ul.page-numbers span.page-numbers.current {
		background: #222;
		min-width: 2.5rem;
		color: #fff;
		padding: 0.4rem;
		margin: 0 0.25rem;
		display: inline-block;
}

/*-----table of contents--------
1.ヘッダー
2.ヘッダーバナー ※SPのみ
------------------------------*/
.main--note {
		border: 1px dashed #aaa;
		display: block;
		width: 50vw;
		padding: 2rem;
		margin: 2rem auto 5rem;
}

@media only screen and (max-width: 768px) {
		.main--note {
				display: block;
				width: 92vw;
				margin: 2rem auto 5rem;
		}
}

@media only screen and (min-width: 769px) {
		.main--note {
				display: block;
				width: 840px;
				margin: 2rem auto 5rem;
		}
}

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

.main--note__text em {
		display: block;
		font-weight: bold;
		margin: 1.5rem 0;
}

.main--note__text span {
		display: block;
}

.main--note__text__mail {
		border-radius: 3rem;
		background: #222;
		display: inline-block;
		width: 16rem;
		color: #fff;
		font-weight: bold;
		text-align: center;
		padding: 1rem 2rem;
		margin: 2rem auto;
}

.main--note__text__mail:hover {
		/* opacity: 0.7; */
		background: #4caf50;
}

.main--visual {
		background: #fff;
		position: relative;
		font-size: 0;
}

@media only screen and (max-width: 768px) {
		.main--visual {
				width: 100vw;
				margin: 0 auto;
				overflow: hidden;
		}
}

@media only screen and (min-width: 769px) {
		.main--visual {
				width: 920px;
				padding: 3.5rem 0 0;
				margin: 0 auto 5rem;
		}
}

.main--visual__name {
		display: block;
		position: absolute;
		text-align: center;
		font-weight: normal;
}

@media only screen and (max-width: 768px) {
		.main--visual__name {
				width: 60vw;
				bottom: 2rem;
				left: 1rem;
		}
}

@media only screen and (min-width: 769px) {
		.main--visual__name {
				bottom: 4rem;
				right: 9rem;
		}
}

.main--visual__name span {
		font-size: 1.15rem;
		letter-spacing: 0.15rem;
		line-height: 1.35;
		display: block;
}

.main--visual__name em {
		display: block;
		letter-spacing: 0.25rem;
}

@media only screen and (max-width: 768px) {
		.main--visual__name em {
				font-size: 1.25rem;
		}
}

@media only screen and (min-width: 769px) {
		.main--visual__name em {
				font-size: 1.75rem;
		}
}

.main--visual__name small {
		font-size: 0.85rem;
		letter-spacing: 0.15rem;
		line-height: 1.35;
		display: block;
}

.main--visual__credit {
	display: block;
	font-weight: normal;
	color: #7a7a7a;
    position: absolute;
}

@media only screen and (max-width: 768px) {
	.main--visual__credit {
		font-size: 0.6rem;
		bottom: 0.25rem;
		right: 0.5rem;
	}
}

@media only screen and (min-width: 769px) {
	.main--visual__credit {
		font-size: 0.7rem;
		bottom: 0.5rem;
		right: 1rem;
	}
}



.sub--visual {
		background: #fff;
		position: relative;
		font-size: 0;
		background-image: url("../img/common/sub_visuale.png");
		background-position: center;
		background-repeat: repeat-x;
		margin: 0 auto;
}

@media only screen and (max-width: 768px) {
		.sub--visual {
				background-size: auto 50vw;
				width: 100vw;
				height: 30vw;
				padding: 20vw 0;
		}
}

@media only screen and (min-width: 769px) {
		.sub--visual {
				background-size: auto 100px;
				width: 100vw;
				height: 100px;
				padding: 55px 0 0;
		}
}

.news--facebook {
		display: block;
		vertical-align: top;
}

@media only screen and (max-width: 768px) {
		.news--facebook {
				width: 92vw;
				padding: 0;
				margin: auto;
		}
}

@media only screen and (min-width: 769px) {
		.news--facebook {
				width: 920px;
				padding: 0 40px;
				margin: 0 auto;
		}
}

.news--area {
		position: relative;
		vertical-align: top;
}

@media only screen and (max-width: 768px) {
		.news--area {
				margin: 10vw 0;
		}
}

@media only screen and (min-width: 769px) {
		.news--area {
				display: inline-block;
				width: 440px;
		}
}

.news--area__title {
		font-size: 1.15rem;
		letter-spacing: 0.15rem;
}

@media only screen and (max-width: 768px) {
		.news--area__title {
				padding: 0 0 0.5rem;
		}
}

@media only screen and (min-width: 769px) {
		.news--area__title {
				padding: 0 0 1.25rem;
		}
}

@media only screen and (max-width: 768px) {
		.facebook--widget {
				display: block;
				width: 100vw;
				margin: 0 -4vw;
		}
}

@media only screen and (min-width: 769px) {
		.facebook--widget {
				display: inline-block;
				width: 342px;
				margin-left: 52px;
		}
}

.facebook--widget__title {
		font-size: 1.15rem;
		letter-spacing: 0.15rem;
		text-align: right;
}

@media only screen and (max-width: 768px) {
		.facebook--widget__title {
				max-width: 320px;
				padding: 0 0 0.5rem;
				margin: 0 auto;
		}
}

@media only screen and (min-width: 769px) {
		.facebook--widget__title {
				padding: 0 0 1.25rem;
		}
}

.facebook--widget__area {
		border: 1px solid #aaa;
}

@media only screen and (max-width: 768px) {
		.facebook--widget__area {
				max-width: 320px;
				text-align: center;
				margin: 0 auto 1.5rem;
		}
}

@media only screen and (max-width: 768px) {
		.facebook--widget__area iframe {
				width: 100%;
				margin: auto;
		}
		.facebook--widget__area iframe html {
				width: 100%;
				margin: auto;
		}
		.facebook--widget__area iframe html div {
				margin: auto;
		}
}

.widget--banner {
		width: auto;
}

.widget--banner__item {
		display: block;
}

@media only screen and (max-width: 768px) {
		.widget--banner__item {
				width: 70vw;
				margin: 0.5rem auto;
		}
}

@media only screen and (min-width: 769px) {
		.widget--banner__item {
				width: 260px;
				margin: 0.5rem auto;
		}
}

@media only screen and (max-width: 768px) {
		.widget--banner__item img {
				width: 70vw;
		}
}

@media only screen and (min-width: 769px) {
		.widget--banner__item img {
				width: 260px;
		}
}

.widget--banner__item:hover {
		opacity: 0.7;
}

.widget--note {
		border: 1px dashed #aaa;
		display: block;
		width: 50vw;
		padding: 2rem;
		margin: 2rem auto 5rem;
}

@media only screen and (max-width: 768px) {
		.widget--note {
				display: block;
				width: 92vw;
				margin: 2rem auto 5rem;
		}
}

@media only screen and (min-width: 769px) {
		.widget--note {
				display: block;
				width: 840px;
				margin: 2rem auto 5rem;
		}
}

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

.widget--note__text em {
		display: block;
		font-weight: bold;
		margin: 1.5rem 0;
}

.widget--note__text span {
		display: block;
}

.widget--note__mail {
		border-radius: 3rem;
		background: #222;
		display: inline-block;
		width: 16rem;
		color: #fff;
		font-weight: bold;
		text-align: center;
		padding: 1rem 2rem;
		margin: 2rem auto;
}

.widget--note__mail:hover {
		/* opacity: 0.7; */
		background: #4caf50;
}

.common--blocks {
		background: #fff;
		display: block;
		vertical-align: top;
		text-align: left;
}

@media only screen and (max-width: 768px) {
		.common--blocks {
				width: 92vw;
				padding: 1.5rem 0 0.5rem;
				margin: 0 auto 1rem;
		}
}

@media only screen and (min-width: 769px) {
		.common--blocks {
				width: 100%;
				padding: 5rem 0 0;
				margin: 0 auto 1rem;
		}
}

.recommend--block {
		display: block;
		vertical-align: top;
}

@media only screen and (max-width: 768px) {
		.recommend--block {
				width: auto;
				padding: 0;
				margin: 0 auto 1.5rem;
		}
}

@media only screen and (min-width: 769px) {
		.recommend--block {
				width: 920px;
				padding: 0 40px;
				margin: 0 auto 5rem;
		}
}

.recommend--items {
		display: block;
		text-align: center;
		vertical-align: top;
		font-size: 0;
}

@media only screen and (max-width: 768px) {
		.recommend--items {
				padding: 0;
				margin: auto;
		}
}

@media only screen and (min-width: 769px) {
		.recommend--items {
				padding: 0;
				margin: auto;
		}
}

.recommend__item {
		display: inline-block;
}

@media only screen and (max-width: 768px) {
		.recommend__item {
				width: 70vw;
				margin: 0 auto 1rem;
		}
}

@media only screen and (min-width: 769px) {
		.recommend__item {
				width: 280px;
				margin-left: 65px;
		}
		.recommend__item:first-child {
				margin-left: 0;
		}
}

.recommend__item a {
		display: block;
		width: inherit;
}

@media only screen and (max-width: 768px) {
		.recommend__item a img {
				width: 70vw;
		}
}

@media only screen and (min-width: 769px) {
		.recommend__item a img {
				width: 280px;
		}
}

.recommend__item a:hover {
		opacity: 0.5;
}

.banner--block {
		display: block;
		vertical-align: top;
}

@media only screen and (max-width: 768px) {
		.banner--block {
				width: 92vw;
				padding: 0;
				margin: 0 auto;
		}
}

@media only screen and (min-width: 769px) {
		.banner--block {
				width: 840px;
				padding: 0;
				margin: 0 auto;
		}
}

.banner--items {
		display: block;
		vertical-align: top;
		font-size: 0;
}

@media only screen and (max-width: 768px) {
		.banner--items {
				width: 92vw;
				padding: 0;
		}
}

@media only screen and (min-width: 769px) {
		.banner--items {
				padding: 0;
		}
}

@media only screen and (max-width: 768px) {
		.banner__item {
				display: block;
				width: 70vw;
				margin: 0 auto 0.5rem;
		}
}

@media only screen and (min-width: 769px) {
		.banner__item {
				display: inline-block;
				width: 260px;
				margin: 0 auto 1rem 30px;
		}
		.banner__item:nth-child(3n+1) {
				margin-left: 0;
		}
}

.banner__item a {
		border: 1px solid #eee;
		display: block;
}

.banner__item a:hover {
		opacity: 0.5;
}

@media only screen and (max-width: 768px) {
		.banner__item a img {
				width: 70vw;
		}
}

@media only screen and (min-width: 769px) {
		.banner__item a img {
				width: 260px;
		}
}

.work--blocks {
		margin: 0 40px;
}

.work--block {
		position: relative;
}

@media only screen and (min-width: 769px) {
		.work--block {
				display: inline-block;
				width: 840px;
				margin: 0 auto 2.5rem;
		}
}

.work--block__title {
		font-size: 0.95rem;
		letter-spacing: 0.15rem;
		padding: 0 0 1.25rem;
}

.work--block__title span {
		font-size: 1.15rem;
}

.work--items {
		font-size: 0;
}

@media only screen and (min-width: 769px) {
		.work--items {
				width: 100%;
		}
}

.work__item {
		display: inline-block;
}

@media only screen and (min-width: 769px) {
		.work__item {
				width: 140px;
				height: 140px;
				margin: 0 0 0 35px;
		}
}

.work__item:first-child {
		margin-left: 0;
}

.work__item-img {
		display: block;
		position: relative;
		background: #F4F4EF;
}

@media only screen and (min-width: 769px) {
		.work__item-img {
				width: 140px;
				height: 140px;
		}
}

.work__item-img img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
}

.work__item-more {
		font-size: 1.05rem;
		position: absolute;
		top: 0.25rem;
		right: 0;
}

/*-----table of contents--------
1.記事
------------------------------*/
.post--contents--header {
		margin: 0 auto;
		text-align: center;
}

@media only screen and (max-width: 768px) {
		.post--contents--header {
				width: auto;
				padding: 1rem 0 0;
		}
}

@media only screen and (min-width: 769px) {
		.post--contents--header {
				width: 840px;
				padding: 2rem 0;
		}
}

.post--contents--title {
		padding: 2.5rem;
		border: 0;
		border-bottom: 2px solid #222;
		color: #222;
		width: auto;
		font-size: 1.75rem;
		display: inline-block;
		padding: 0 0 0.5rem;
}

@media only screen and (max-width: 768px) {
		.post--contents--title {
				font-size: 1.5rem;
				line-height: 1.5;
				margin: 1rem auto;
		}
}

.article--block {
		background: #fff;
		position: relative;
		display: block;
		margin: 0 auto;
}

@media only screen and (max-width: 768px) {
		.article--block {
				width: 100vw;
				padding: 3.5rem 4vw 0;
		}
		.library .article--block {
				padding: 1.5rem 4vw 0;
		}
}

@media only screen and (min-width: 769px) {
		.article--block {
				width: 840px;
				padding: 3.5rem 0 0;
		}
}

.article--header {
		margin: 0 auto 2.5rem;
}

@media only screen and (max-width: 768px) {
		.article--header {
				width: auto;
		}
		.library .article--header {
				margin: 0 auto 0rem;
		}
}

@media only screen and (min-width: 769px) {
		.article--header {
				width: 580px;
		}
}

.article--title {
		border-left: 5px solid #33CC00;
		border-left: 5px solid #222;
		color: #1FA000;
		color: #222;
		line-height: 0;
}

@media only screen and (max-width: 768px) {
		.article--title {
				width: auto;
				font-size: 1.25rem;
				padding: 0 0 0 1rem;
				margin: 0 auto 0.5rem;
		}
}

@media only screen and (min-width: 769px) {
		.article--title {
				width: 580px;
				font-size: 1.5rem;
				padding: 0 0 0 2rem;
				margin: 0 auto 0.5rem;
		}
}

.article--title .event_date {
		display: inline-block;
		font-size: 0.9rem;
		color: #555;
		line-height: 1;
		margin-bottom: 0.5rem;
}

.article--title .event_genre {
		display: inline-block;
		font-size: 0.9rem;
		line-height: 1;
		margin-bottom: 0.5rem;
}

.article--title .title_txt {
		display: block;
		font-size: inherit;
		line-height: 1.25;
		margin-bottom: 0.5rem;
}

.article--title .title_above {
		display: inline-block;
		line-height: 1.35;
		margin-right: 1rem;
}

@media only screen and (max-width: 768px) {
		.article--title .title_above {
				font-size: 1.15rem;
		}
}

@media only screen and (min-width: 769px) {
		.article--title .title_above {
				font-size: 1.35rem;
		}
}

.article--title .title_below {
		display: block;
		font-size: 1.15rem;
		line-height: 1.15;
		margin-top: 0.5rem;
}

@media only screen and (max-width: 768px) {
		.article--title .title_below {
				font-size: 1rem;
		}
}

@media only screen and (min-width: 769px) {
		.article--title .title_below {
				font-size: 1.15rem;
		}
}

.article--title .title_below_sub {
		display: block;
		font-size: 0.9rem;
		line-height: 1.25;
		margin-top: 0.5rem;
}

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

@media only screen and (min-width: 769px) {
		.article--meta {
				width: 580px;
				padding: 0;
				margin: 0 auto;
		}
}

.article--meta-lists {
		padding: 0;
		margin: 0;
		font-size: 0;
}

.article--meta-list {
		font-size: 1rem;
		color: #1FA000;
		color: #222;
		display: inline-block;
		text-align: left;
}

.article--meta-list.date {
		letter-spacing: 0.25rem;
}

@media only screen and (max-width: 768px) {
		.article--meta-list.date {
				font-size: 1rem;
		}
}

@media only screen and (min-width: 769px) {
		.article--meta-list.date {
				font-size: 1.1rem;
		}
}

.article--meta-list a {
		display: inline-block;
		color: #222;
		margin-left: 1rem;
}

.article--meta-list a:before {
		content: "# ";
		font-size: 1.05rem;
}

.article--meta-list a:hover {
		color: #1FA000;
}

.article--figure {
		background: #F8F8F8;
		text-align: center;
		padding: 0;
		margin: 0 auto 5rem;
}

@media only screen and (max-width: 768px) {
		.article--figure {
				width: 92vw;
		}
}

@media only screen and (min-width: 769px) {
		.article--figure {
				width: 580px;
		}
}

@media only screen and (max-width: 768px) {
		.publicphoto .article--figure {
				width: 100vw;
		}
}

@media only screen and (min-width: 769px) {
		.publicphoto .article--figure {
				width: 740px;
		}
}

.article--figure img {
		width: auto;
		height: auto;
}

@media only screen and (max-width: 768px) {
		.article--figure img {
				max-width: 92vw;
				max-height: 92vw;
		}
}

@media only screen and (min-width: 769px) {
		.article--figure img {
				max-width: 580px;
				max-height: 580px;
		}
}

.publicphoto .article--figure img {
		width: auto;
		height: auto;
}

@media only screen and (max-width: 768px) {
		.publicphoto .article--figure img {
				max-height: 100vw;
		}
}

@media only screen and (min-width: 769px) {
		.publicphoto .article--figure img {
				max-height: 740px;
		}
}

.article--figure__img {
		background: #eee;
		margin: 0;
		padding: 0;
		display: table;
		table-layout: fixed;
		overflow: hidden;
		position: relative;
}

@media only screen and (max-width: 768px) {
		.article--figure__img {
				width: 100%;
				height: 100vw;
		}
}

@media only screen and (min-width: 769px) {
		.article--figure__img {
				width: 100%;
				height: 500px;
		}
}

.article--figure__inner {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		width: 100%;
}

.article--figure__thumbnail {
		max-width: 100%;
		width: auto;
		height: auto;
		vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
		.article--figure__thumbnail {
				min-height: 60vw;
				max-height: 100vw;
		}
}

@media only screen and (min-width: 769px) {
		.article--figure__thumbnail {
				min-height: 380px;
				max-height: 500px;
		}
}

.article--content {
		line-height: 1.8;
		/* line-height: 2.25; */
		margin: 0 auto;
}

@media only screen and (max-width: 768px) {
		.article--content {
				width: 94vw;
				padding: 0 0 1.5rem;
		}
}

@media only screen and (min-width: 769px) {
		.article--content {
				width: 580px;
				padding: 0 0 5rem;
		}
		.library .article--content {
				padding: 0 0 2.5rem;
		}
}

.article--text {
		padding: 0;
		margin: 0 auto 3.5rem;
}

@media only screen and (max-width: 768px) {
		.article--text {
				width: 94vw;
		}
}

@media only screen and (min-width: 769px) {
		.article--text {
				width: 580px;
		}
}

.article--text p {
		margin-bottom: 1.5rem;
}

.library .article--text p {
		background-image: linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #ababab 100%);
		background-size: 100% 2rem;
		line-height: 2rem;
		padding: 2rem 2.5rem 0.2rem 2.5rem;
		margin-bottom: 0;
}

.article--text strong {
		font-weight: 800;
}

.article--text small {
		font-size: 0.85rem;
}

.article--text a {
		border-bottom: 1px dashed #222;
		padding: 0 0 0.25rem;
		margin: 0 0.25rem;
}

.article--text a:hover {
		border-bottom: 1px solid #1FA000;
		color: #1FA000;
}

.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
}

.alignleft {
		clear: both;
		display: block;
		margin-left: 0;
		margin-right: auto;
}

.alignright {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: 0;
}

.library--add {
		background: #f9f9f9;
		color: #222;
		font-size: 1rem;
		padding: 1.75rem 2.5rem 1.75rem;
		margin: 2rem 0 1rem;
}

.library--more {
		text-align: center;
		padding: 0 0 4rem;
		margin: auto;
}

.library--more a {
		border-radius: 2.5rem;
		background: #222;
		width: auto;
		color: #fff;
		letter-spacing: 0.25rem;
		display: inline-block;
}

@media only screen and (max-width: 768px) {
		.library--more a {
				font-size: 1.15rem;
				padding: 1rem 2rem;
		}
}

@media only screen and (min-width: 769px) {
		.library--more a {
				font-size: 1.25rem;
				padding: 1rem 5rem;
		}
}

.library--more a:hover {
		opacity: 0.7;
}

.add__info {
		background: #f9f9f9;
		color: #222;
		font-size: 1rem;
		padding: 0.75rem 2rem 1.25rem;
		margin: 2rem 0 1rem;
}

.add__info em {
		display: block;
		font-size: 0.9rem;
		color: #555;
		padding-bottom: 0.5rem;
}

.kaku__comment {
		/* border: 1px dashed #aaa; */
		border: 1px dashed #1FA000;
		/* background: #f5ffed; */
		background: #fff;
		/* color: #222; */
		color: #177800;
		font-size: 1rem;
		padding: 0.75rem 2rem 1.25rem;
		margin: 1rem 0;
}

.kaku__comment em {
		display: block;
		font-size: 0.9rem;
		/* color: #555;
		color: #007449;
		color: #1FA000; */
		color: #177800;
		padding-bottom: 0.5rem;
}

.staff__comment {
		border: 1px dashed #aaa;
		color: #222;
		font-size: 1rem;
		padding: 0.75rem 2rem 1.25rem;
		margin: 1rem 0;
}

.staff__comment em {
		display: block;
		font-size: 0.9rem;
		color: #555;
		padding-bottom: 0.5rem;
}

.contact__info {
		background: #eee;
		color: #222;
		font-size: 1rem;
		padding: 0.75rem 2rem 1.25rem;
		margin: 1rem 0;
}

.contact__info em {
		display: block;
		font-size: 0.9rem;
		color: #555;
		padding-bottom: 0.5rem;
}

.related--link__title {
		border-bottom: 1px dashed #aaa;
		color: #555;
		font-size: 0.9rem;
		padding: 0 0 0.25rem;
		margin: 5rem 0 0.25rem;
}

.related--link__items {
		font-size: 0;
}

.related--link__item {
		border-bottom: 1px dashed #aaa;
		display: block;
}

.related--link__item a {
		display: block;
		font-size: 1rem;
		padding: 0.5rem 0;
		line-height: 1.5;
}

@media only screen and (max-width: 768px) {
		.related--link__item a {
				color: #1FA000;
		}
}

.related--link__item a:hover {
		color: #1FA000;
}

.post--title {
		display: block;
		color: #000;
}

.post--title:hover {
		color: #28A000;
		color: #1FA000;
}

.post--title__label {
		color: #1FA000;
		margin-right: 0.5rem;
		display: inline;
}

.post__tag--category {
		border-radius: 0.5rem;
		display: inline;
		font-size: 0.75rem;
		line-height: 1.25;
		padding: 0.15rem 0;
		margin-right: 0.5rem;
}

.post__tag--category .date {
		font-size: 1rem;
		padding: 0 0 0.5rem;
}

@media only screen and (min-width: 769px) {
		.article--meta .post__tag--category {
				width: 580px;
				margin: 0 auto;
				text-align: left;
		}
}

.post__tag--category a {
		color: #555;
		padding: 0 0.15rem 0 0.15rem;
}

.post__tag--category a:before {
		content: "#";
		font-size: 0.85rem;
}

.post__tag--category a:hover {
		/* background: #555;
				color: #fff;*/
		color: #1FA000;
}

/* YouTube動画　埋め込みレスポンシブ対応 */
/* 別の方法 .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
	iframe {
	  width: 100%;
	  height: 100%;
	}
} */
.youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		margin-bottom: 1.5rem;
}

.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
}

/*-----table of contents--------
1.ヘッダー　ナビリスト　ブロック ※SPのみ
------------------------------*/
.page--block {
		background: #fff;
		position: relative;
		display: block;
		margin: 0 auto;
		padding: 3.5rem 0 0;
}

@media only screen and (max-width: 768px) {
		.page--block {
				width: 100vw;
		}
}

@media only screen and (min-width: 769px) {
		.page--block {
				width: 840px;
		}
}

.profile .page--block {
		background: #F8F8F8;
		padding: 2.5rem 0 0;
}

@media only screen and (min-width: 769px) {
		.page--header {
				width: 840px;
				margin: 0 auto 2.5rem;
				padding: 0;
		}
}

.profile .page--header {
		text-align: center;
		margin: 0 auto 1.5rem;
}

.page--title {
		border-left: 5px solid #222;
		color: #222;
}

@media only screen and (max-width: 768px) {
		.page--title {
				width: auto;
				font-size: 1.25rem;
				line-height: 1.25;
				padding: 0 0 0 1rem;
				margin: 0 auto 0.5rem;
		}
}

@media only screen and (min-width: 769px) {
		.page--title {
				width: 580px;
				font-size: 1.5rem;
				line-height: 1.25;
				padding: 0 0 0 2rem;
				margin: 0 auto 0.5rem;
		}
}

.profile .page--title {
		border: 0;
		border-bottom: 2px solid #222;
		width: auto;
		display: inline-block;
}

@media only screen and (max-width: 768px) {
		.profile .page--title {
				font-size: 1.75rem;
				padding: 0 0 0.5rem;
		}
}

@media only screen and (min-width: 769px) {
		.profile .page--title {
				font-size: 1.75rem;
				padding: 0 0 0.5rem;
		}
}

.page--meta-lists {
		width: 580px;
		padding: 0;
		margin: 0 auto;
		font-size: 0;
}

.page--meta-list {
		font-size: 1rem;
		color: #1FA000;
		display: inline-block;
}

.page--meta-list.date {
		font-size: 1.1rem;
		letter-spacing: 0.25rem;
}

.page--meta-list a {
		display: inline-block;
		color: #1FA000;
		margin-left: 1rem;
}

.page--meta-list a:before {
		content: "# ";
		font-size: 1.05rem;
}

.page--figure {
		background: #F8F8F8;
		width: 580px;
		text-align: center;
		padding: 0;
		margin: 0 auto 5rem;
}

.page--figure img {
		width: auto;
		height: auto;
}

@media only screen and (min-width: 769px) {
		.page--figure img {
				max-width: 580px;
				max-height: 420px;
		}
}

.page--content {
		background: #fff;
		line-height: 1.8;
		padding: 0 0 5rem;
		margin: 0 auto 5rem;
}

@media only screen and (max-width: 768px) {
		.page--content {
				width: 100vw;
				padding: 0 4vw;
		}
}

@media only screen and (min-width: 769px) {
		.page--content {
				width: 580px;
		}
}

.profile .page--content {
		background: #fff;
}

@media only screen and (max-width: 768px) {
		.profile .page--content {
				width: auto;
		}
}

@media only screen and (min-width: 769px) {
		.profile .page--content {
				width: 840px;
				margin: 0 auto;
		}
}

@media only screen and (max-width: 768px) {
		.contact-form .page--content {
				width: auto;
		}
}

@media only screen and (min-width: 769px) {
		.contact-form .page--content {
				width: 640px;
		}
}

.page--text {
		padding: 0;
		margin: 0 auto 5rem;
}

@media only screen and (max-width: 768px) {
		.page--text {
				width: 100vw;
		}
}

@media only screen and (min-width: 769px) {
		.page--text {
				width: 580px;
		}
}

@media only screen and (max-width: 768px) {
		.contact-form .page--text {
				width: auto;
		}
}

@media only screen and (min-width: 769px) {
		.contact-form .page--text {
				width: 640px;
		}
}

@media only screen and (min-width: 769px) {
		.profile {
				padding: 2.5rem 0;
		}
}

@media only screen and (min-width: 769px) {
		.profile--name {
				width: 580px;
				height: 240px;
				font-size: 0;
				padding: 0 290px 0 0;
				margin: auto;
				position: relative;
		}
}

.profile--name--text {
		color: #1FA000;
}

@media only screen and (min-width: 769px) {
		.profile--name--text {
				width: 290px;
				height: 240px;
				text-align: center;
				display: flex;
				justify-content: center;
				align-items: center;
		}
}

@media only screen and (min-width: 769px) {
		.profile--name--text_jpen {
				width: 12rem;
		}
}

.profile--name--text_jp {
		border-bottom: 2px solid #33CC00;
		padding: 0.5rem 0;
}

.profile--name--text_jp span {
		display: block;
		font-size: 1.25rem;
		letter-spacing: 0.1rem;
		text-align: center;
}

@media only screen and (min-width: 769px) {
		.profile--name--text_jp span {
				padding: 0 0 0.25rem;
		}
}

.profile--name--text_jp em {
		display: block;
		letter-spacing: 0.25rem;
		text-align: center;
}

@media only screen and (max-width: 768px) {
		.profile--name--text_jp em {
				font-size: 2rem;
		}
}

@media only screen and (min-width: 769px) {
		.profile--name--text_jp em {
				font-size: 2.25rem;
		}
}

.profile--name--text_en {
		padding: 0.5rem 0;
}

.profile--name--text_en em {
		display: block;
		letter-spacing: 0.1rem;
		text-align: center;
}

@media only screen and (max-width: 768px) {
		.profile--name--text_en em {
				font-size: 1.1rem;
		}
}

@media only screen and (min-width: 769px) {
		.profile--name--text_en em {
				font-size: 1.1rem;
		}
}

.profile--name--text_en span {
		display: block;
		text-align: center;
}

@media only screen and (max-width: 768px) {
		.profile--name--text_en span {
				font-size: 1rem;
		}
}

@media only screen and (min-width: 769px) {
		.profile--name--text_en span {
				font-size: 1rem;
				letter-spacing: 0;
		}
}

@media only screen and (max-width: 768px) {
		.profile--portrat {
				width: 70vw;
				margin: 0 auto 1rem;
		}
}

@media only screen and (min-width: 769px) {
		.profile--portrat {
				position: absolute;
				top: 0;
				right: 0;
		}
}

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

@media only screen and (min-width: 769px) {
		.profile--text {
				width: 580px;
				line-height: 1.8;
				padding: 2.5rem 0;
				margin: auto;
		}
}

.profile--text__jp {
		line-height: 2.5;
		margin-bottom: 5rem;
}

.profile--text h2 {
		border-bottom: 3px double #222;
		font-size: 1.15rem;
		padding: 0 0 0.25rem;
		margin: 5rem 0 1rem;
}

.profile--text h3 {
		border-bottom: 1.5px solid #222;
		font-size: 1.15rem;
		padding: 0 0 0.25rem;
		margin: 5rem 0 1rem;
}

.profile--text h4 {
		border-bottom: 1px solid #aaa;
		padding: 0 0 0.25rem;
		margin: 1.5rem 0 1rem;
}

.profile--text P {
		margin-bottom: 1rem;
}

.profile--link {
		margin-top: 2.5rem;
		/*
		& .link_publicity {
			background: #4caf50;
		}
		& .link_history {
			background: #4caf50;
		}
		& .link_chart {
			background: #4caf50;
		}
		& .link_stores {
			background: #4caf50;
		}
		*/
}

.profile--link__text {
		font-size: 1rem;
		margin-bottom: 1rem;
}

.profile--link__items {
		font-size: 0;
		text-align: center;
}

.profile--link__item {
		font-size: 1rem;
		display: inline-block;
		padding-left: 1rem;
}

.profile--link__item:first-child {
		padding-left: 0;
}

.profile--link a {
		border-radius: 0.5rem;
		background: #222;
		display: block;
		color: #fff;
		padding: 0.75rem 1.75rem;
		margin-bottom: 1rem;
}

.profile--link a:hover {
		background: #4caf50;
}

.publicity {
		width: 100%;
		text-align: center;
		padding-top: 5rem;
}

.publicity--photo {
		background: #fff;
}

@media only screen and (max-width: 768px) {
		.publicity--photo {
				width: 100vw;
				margin: auto;
		}
}

@media only screen and (min-width: 769px) {
		.publicity--photo {
				width: 980px;
				text-align: left;
				margin: auto;
				padding: 0 2.5rem;
		}
}

.publicity--photo__title {
		color: #1FA000;
		font-weight: normal;
		text-align: center;
}

@media only screen and (max-width: 768px) {
		.publicity--photo__title {
				font-size: 1.25rem;
				padding: 0 0 2.5rem;
		}
}

@media only screen and (min-width: 769px) {
		.publicity--photo__title {
				font-size: 2rem;
				padding: 2.5rem;
		}
}

@media only screen and (max-width: 768px) {
		.publicity--photo__note {
				width: 92vw;
				margin: auto;
		}
}

@media only screen and (min-width: 769px) {
		.publicity--photo__note {
				width: 580px;
				font-size: 1rem;
				line-height: 2;
				margin: 0 auto 5rem;
		}
}

.publicity--photo__note strong {
		text-align: center;
		display: block;
		margin: 0 0 1rem;
}

@media only screen and (max-width: 768px) {
		.publicity--photo__note strong {
				font-size: 1.15rem;
		}
}

@media only screen and (min-width: 769px) {
		.publicity--photo__note strong {
				font-size: 1.25rem;
		}
}

.publicity--photo__note p {
		margin: 0 0 2.5rem;
}

.publicity--photo__note p.center {
		text-align: center;
}

.publicity--photo--items {
		font-size: 0;
}

@media only screen and (max-width: 768px) {
		.publicity--photo--items {
				width: auto;
				margin: 0;
				overflow-x: auto;
		}
}

@media only screen and (min-width: 769px) {
		.publicity--photo--items {
				width: 840px;
				padding: 0;
				margin: auto auto 5rem;
		}
}

@media only screen and (max-width: 768px) {
		.publicity--photo--item {
				display: inline-block;
				width: 70vw;
				margin-left: 5vw;
		}
}

@media only screen and (min-width: 769px) {
		.publicity--photo--item {
				display: inline-block;
				margin-left: 35px;
		}
		.publicity--photo--item:nth-child(5n+1) {
				margin-left: 0;
		}
}

@media only screen and (max-width: 768px) {
		.publicity--photo--title {
				width: 70vw;
		}
}

@media only screen and (min-width: 769px) {
		.publicity--photo--title {
				width: 140px;
		}
}

.publicity--photo--title__img {
		background: #eee;
		display: flex;
		justify-content: center;
		align-items: center;
}

@media only screen and (min-width: 769px) {
		.publicity--photo--title__img {
				width: 140px;
				height: 140px;
		}
}

.publicity--photo--title__img img {
		width: auto;
		height: auto;
}

@media only screen and (min-width: 769px) {
		.publicity--photo--title__img img {
				max-width: 140px;
				max-height: 140px;
		}
}

.publicity--photo--title__text {
		padding: 0.5rem 0;
		text-align: center;
		font-size: 0.85rem;
}

.publicity--photo--title__text em {
		display: block;
}

.chart {
		background: #F8F8F8;
		width: 100%;
		text-align: center;
		padding: 5rem 0;
}

.chart--diagram {
		text-align: left;
		margin: auto;
}

@media only screen and (max-width: 768px) {
		.chart--diagram {
				width: 100vw;
		}
}

@media only screen and (min-width: 769px) {
		.chart--diagram {
				width: 840px;
		}
}

.chart--diagram__title {
		background: #fff;
		color: #33CC00;
		color: #1FA000;
		font-size: 1.75rem;
		font-size: 2rem;
		font-weight: normal;
		text-align: center;
		padding: 5rem 0;
}

.chart--diagram__figure {
		background: #EFEEE8;
		font-size: 0;
		text-align: center;
		padding: 5rem 0;
		position: relative;
}

.chart--diagram__figure-bg {
		text-align: center;
		margin: auto;
}

@media only screen and (max-width: 768px) {
		.chart--diagram__figure-bg img {
				width: 70vw;
				height: 70vw;
		}
}

@media only screen and (min-width: 769px) {
		.chart--diagram__figure-bg img {
				width: 520px;
				height: 520px;
		}
}

.chart--diagram--items {
		font-size: 0;
}

.chart--diagram--item {
		font-size: 1rem;
}

.chart--diagram--title {
		position: absolute;
}

.main-diagram .chart--diagram--title {
		text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
		font-size: 1.85rem;
		color: #fff;
		font-weight: bold;
		letter-spacing: 0.25rem;
}

@media only screen and (max-width: 768px) {
		.chart--diagram--title.creation {
				top: 5rem;
				left: 3rem;
		}
}

@media only screen and (min-width: 769px) {
		.chart--diagram--title.creation {
				top: 210px;
				left: 340px;
		}
}

@media only screen and (max-width: 768px) {
		.chart--diagram--title.performance {
				top: 5rem;
				left: 3rem;
		}
}

@media only screen and (min-width: 769px) {
		.chart--diagram--title.performance {
				top: 410px;
				left: 195px;
		}
}

@media only screen and (max-width: 768px) {
		.chart--diagram--title.others {
				top: 5rem;
				left: 3rem;
		}
}

@media only screen and (min-width: 769px) {
		.chart--diagram--title.others {
				top: 410px;
				right: 235px;
		}
}

@media only screen and (max-width: 768px) {
		.sub-diagram .chart--diagram--title {
				top: 5rem;
				left: 3rem;
		}
}

@media only screen and (min-width: 769px) {
		.sub-diagram .chart--diagram--title {
				font-size: 1.5rem;
				color: #393939;
				font-weight: bold;
				letter-spacing: 0.15rem;
				line-height: 1.15;
				text-align: left;
		}
}

@media only screen and (max-width: 768px) {
		.chart--diagram--title.poetry {
				top: 5rem;
				left: 3rem;
		}
}

@media only screen and (min-width: 769px) {
		.chart--diagram--title.poetry {
				top: 80px;
				left: 370px;
		}
}

.chart--diagram--title.books {
		top: 170px;
		right: 240px;
}

@media only screen and (max-width: 768px) {
		.chart--diagram--title.books {
				top: 5rem;
				left: 3rem;
		}
}

.chart--diagram--title.filmsstages {
		top: 300px;
		right: 100px;
}

@media only screen and (max-width: 768px) {
		.chart--diagram--title.filmsstages {
				top: 5rem;
				left: 3rem;
		}
}

.chart--diagram--title.lyriclusiccompose {
		top: 155px;
		left: 220px;
}

@media only screen and (max-width: 768px) {
		.chart--diagram--title.lyriclusiccompose {
				top: 5rem;
				left: 3rem;
		}
}

.chart--diagram--title.vocals {
		top: 350px;
		left: 160px;
}

@media only screen and (max-width: 768px) {
		.chart--diagram--title.vocals {
				top: 5rem;
				left: 3rem;
		}
}

@media only screen and (max-width: 768px) {
		.chart--diagram--title.readings {
				top: 5rem;
				left: 3rem;
		}
}

@media only screen and (min-width: 769px) {
		.chart--diagram--title.readings {
				top: 520px;
				left: 160px;
		}
}

@media only screen and (max-width: 768px) {
		.chart--diagram--title.lectures {
				top: 5rem;
				left: 3rem;
		}
}

@media only screen and (min-width: 769px) {
		.chart--diagram--title.lectures {
				top: 380px;
				right: 90px;
		}
}

@media only screen and (max-width: 768px) {
		.chart--diagram--title.talkshows {
				top: 5rem;
				left: 3rem;
		}
}

@media only screen and (min-width: 769px) {
		.chart--diagram--title.talkshows {
				top: 480px;
				right: 90px;
		}
}

@media only screen and (max-width: 768px) {
		.chart--diagram--title.exhibitions {
				top: 5rem;
				left: 3rem;
		}
}

@media only screen and (min-width: 769px) {
		.chart--diagram--title.exhibitions {
				top: 550px;
				right: 170px;
		}
}

.linkbox {
		background: #fff;
}

@media only screen and (max-width: 768px) {
		.linkbox {
				width: 100vw;
				padding: 0;
				margin: 0;
		}
}

@media only screen and (min-width: 769px) {
		.linkbox {
				width: 940px;
				margin: 0 auto;
		}
}

@media only screen and (max-width: 768px) {
		.linkbox__samplecase {
				padding: 8vw 0 0;
		}
}

@media only screen and (min-width: 769px) {
		.linkbox__samplecase {
				padding: 5vw 0 0;
		}
}

.linkbox__samplecase__list {
		font-size: 0;
}

@media only screen and (max-width: 768px) {
		.linkbox__samplecase__list {
				width: 100vw;
				margin: 0 auto 2rem;
				overflow-x: scroll;
				-webkit-overflow-scrolling: touch;
				padding: 0;
				display: -ms-flexbox;
				display: flex;
		}
		#hanburger__nav .linkbox__samplecase__list {
				margin: 0 auto 1.5rem;
		}
}

@media only screen and (min-width: 769px) {
		.linkbox__samplecase__list {
				width: 880px;
				margin: 0 auto 4rem;
		}
}

@media only screen and (max-width: 768px) {
		.linkbox__samplecase__list--item {
				width: 75vw;
				margin: 0 auto;
				display: inline-block;
				margin-left: 2.5vw;
		}
		.linkbox__samplecase__list--item:first-child {
				margin-left: 10vw;
		}
}

@media only screen and (min-width: 769px) {
		.linkbox__samplecase__list--item {
				width: 280px;
				display: inline-block;
				margin-left: 20px;
		}
		.linkbox__samplecase__list--item:first-child {
				margin-left: 0;
		}
}

.linkbox__samplecase__list--item a {
		display: block;
}

@media only screen and (max-width: 768px) {
		.linkbox__samplecase__list--item a {
				width: 75vw;
		}
}

@media only screen and (min-width: 769px) {
		.linkbox__samplecase__list--item a {
				transition-property: all;
				transition: 0.15s linear;
		}
}

.linkbox__samplecase__list--item a:hover {
		opacity: 0.5;
}

@media only screen and (max-width: 768px) {
		.linkbox__samplecase__list--item a img {
				width: 75vw;
		}
}

.linkbox__samplecase__text {
		font-family: 'Noto Serif JP', serif;
		font-weight: 700;
		line-height: 2;
}

@media only screen and (max-width: 768px) {
		.linkbox__samplecase__text {
				width: 100vw;
		}
}

@media only screen and (min-width: 769px) {
		.linkbox__samplecase__text {
				width: 780px;
				margin: 4rem auto 0;
		}
}

@media only screen and (max-width: 768px) {
		.linkbox__samplecase__text ul {
				padding: 1.5rem 0 0;
				margin: 0 auto;
		}
}

@media only screen and (max-width: 768px) {
		.linkbox__samplecase__text ul li {
				width: 100vw;
				text-align: center;
				padding: 1.5rem 0 0;
				margin: 0 auto;
		}
}

.linkbox__samplecase__text a {
		color: #f0010f;
}

@media only screen and (max-width: 768px) {
		.linkbox__formbtn {
				padding-bottom: 1rem;
		}
}

.linkbox__formbtn__list {
		font-size: 0;
}

@media only screen and (max-width: 768px) {
		.linkbox__formbtn__list {
				width: 84vw;
				margin: 0 auto 2rem;
		}
}

@media only screen and (min-width: 769px) {
		.linkbox__formbtn__list {
				width: 880px;
				margin: 0 auto 2rem;
		}
}

#nav__drawer .linkbox__formbtn__list {
		margin: 0 auto;
}

.linkbox__formbtn__list--item {
		text-align: center;
		vertical-align: top;
}

@media only screen and (max-width: 768px) {
		.linkbox__formbtn__list--item {
				width: 84vw;
		}
}

@media only screen and (min-width: 769px) {
		.linkbox__formbtn__list--item {
				display: inline-block;
				width: 440px;
				height: 160px;
		}
}

.linkbox__formbtn__btn {
		margin: 0 auto;
		background: #ccc;
		font-size: 1.25rem;
		font-weight: bold;
		display: flex;
		justify-content: center;
		align-items: center;
}

@media only screen and (max-width: 768px) {
		.linkbox__formbtn__btn {
				width: 100%;
				height: 16vw;
				border-radius: 8vw;
				font-size: 1rem;
				padding: 0;
				margin-bottom: 1rem;
		}
}

@media only screen and (min-width: 769px) {
		.linkbox__formbtn__btn {
				width: 360px;
				height: 100px;
				border-radius: 50px;
				transition-property: all;
				transition: 0.15s linear;
		}
}

.linkbox__formbtn__btn span {
		display: block;
}

.linkbox__formbtn__btn small {
		display: block;
		font-size: 0.9rem;
		font-size: 0.7rem;
		font-weight: normal;
}

#hanburger__nav .linkbox__formbtn__btn small {
		font-size: 0.7rem;
}

.linkbox__formbtn__btn.inquire {
		background: #F8F8F8;
		border: 1px solid #eaeaea;
		box-shadow: 0 0 4px 2px rgba(234, 234, 234, 0.5);
}

.linkbox__formbtn__btn.consult {
		background: #F0000F;
		color: #fff;
		border: 1px solid #ffbbbb;
		box-shadow: 0 0 4px 2px rgba(255, 187, 187, 0.5);
}

@media only screen and (max-width: 768px) {
		.linkbox__formbtn__btn.consult {
				border-radius: 10vw;
				height: 20vw;
		}
}

.linkbox__formbtn__btn:hover {
		opacity: 0.5;
}

/* Contact Form 7 */
.contact-form table td {
		font-size: 1.05rem;
		padding: 0.5rem;
		vertical-align: top;
}

.contact-form table td em {
		width: 14rem;
		display: block;
}

.contact-form table td label input {
		width: 22rem;
		font-size: 1.15rem;
		padding: 0.25rem;
}

.contact-form table td textarea {
		width: 22rem;
		font-size: 1.15rem;
		padding: 0.25rem;
}

.contact-form table sup {
		color: #ff0000;
		font-size: 0.75rem;
		vertical-align: super;
		padding-left: 0.5rem;
}

.contact-form .submit {
		text-align: center;
		padding: 2.5rem 0;
}

.contact-form .submit em input[type="submit"] {
		border-radius: 5rem;
		background: #222;
		width: 10rem;
		color: #fff;
		font-size: 1.25rem;
		padding: 1rem 0;
		margin: auto;
		display: block;
		box-sizing: border-box;
		cursor: pointer;
}

.contact-form .submit em input[type="submit"]:hover {
		background: #4caf50;
}

/* 404 Not Found */
.not-found {
		text-align: center;
		margin-bottom: 1.5rem;
		font-size: 1.15rem;
		margin-top: -2.5rem;
}

.not-found span {
		color: #ff5722;
}

/*-----table of contents--------
1.ヘッダー　ナビリスト　ブロック ※SPのみ
------------------------------*/
.news--items {
		border-top: 1px solid #ccc;
}

.archive--list--content .news--items {
		font-size: 0;
		text-align: left;
}

@media only screen and (min-width: 769px) {
		.archive--list--content .news--items {
				width: 760px;
				padding: 0;
				margin: 0 auto;
		}
}

.news__item {
		border-bottom: 1px solid #ccc;
		font-size: 1rem;
		line-height: 1.5;
		padding: 0.75rem 0;
}

@media only screen and (min-width: 769px) {
		.news__item.figure {
				padding-left: 100px;
				position: relative;
		}
}

.news__item__img {
		background: #eee;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		position: relative;
}

@media only screen and (min-width: 769px) {
		.news__item__img {
				width: 78px;
				height: 78px;
				position: absolute;
				top: 0;
				left: 0;
		}
}

.news__item__img img {
		width: auto;
		height: auto;
}

@media only screen and (min-width: 769px) {
		.news__item__img img {
				max-width: 78px;
				max-height: 78px;
		}
}

.news__item-more {
		font-size: 1.05rem;
		position: absolute;
		top: 0.25rem;
		right: 0;
}

.news__item-more:hover {
		color: #1FA000;
}

.event--block {
		position: relative;
		display: block;
}

@media only screen and (max-width: 768px) {
		.event--block {
				width: 92vw;
				padding: 0;
				margin: 0 auto 1.5rem;
		}
}

@media only screen and (min-width: 769px) {
		.event--block {
				width: 840px;
				padding: 0;
				margin: 0 auto 5rem;
		}
}

.event--block__title {
		letter-spacing: 0.15rem;
}

@media only screen and (max-width: 768px) {
		.event--block__title {
				font-size: 1.05rem;
				padding: 0 0 0.5rem;
		}
}

@media only screen and (min-width: 769px) {
		.event--block__title {
				font-size: 1.15rem;
				padding: 0 0 1.25rem;
		}
}

.event--items {
		border-top: 1px dashed #aaa;
}

.event--item {
		border-bottom: 1px dashed #aaa;
		display: block;
		vertical-align: top;
		position: relative;
		margin: 0;
}

@media only screen and (max-width: 768px) {
		.event--item {
				color: #1FA000;
				padding: 0.5rem 0;
		}
}

@media only screen and (min-width: 769px) {
		.event--item {
				padding: 0.75rem 0;
		}
}

.event--item__more {
		font-size: 1.05rem;
		position: absolute;
		top: 0.25rem;
		right: 0;
}

.event--item__more:hover {
		color: #1FA000;
}

.event--item__title {
		font-size: 0.9rem;
		letter-spacing: 0.05rem;
}

@media only screen and (min-width: 769px) {
		.event--item__title {
				display: flex;
		}
}

.event--item__label {
		display: inline-block;
		color: #ff5722;
		color: #1FA000;
}

@media only screen and (min-width: 769px) {
		.event--item__label {
				min-width: 5rem;
				margin-right: 0.25rem;
		}
}

.event--item__label + strong {
		display: none;
}

.event--item__year {
		display: inline-block;
}

@media only screen and (min-width: 769px) {
		.event--item__year {
				min-width: 4rem;
				margin-right: 0.5rem;
				font-size: 0.9rem;
		}
}

.event--item__txt {
		display: inline-block;
}

@media only screen and (min-width: 769px) {
		.event--item__txt {
				min-width: 4rem;
				margin-right: 0.5rem;
				font-size: 0.9rem;
		}
}

.event--item__txt .title__date {
		display: inline;
}

@media only screen and (min-width: 769px) {
		.event--item__txt .title__date {
				min-width: 4rem;
				margin-right: 0.5rem;
				font-size: 0.9rem;
		}
}

.event--item__txt .title__above,
.event--item__txt .title__below {
		display: inline;
}

.event--more {
		text-align: center;
		padding: 2.5rem 0;
		margin: auto;
}

.event--more a {
		border-radius: 2.5rem;
		background: #222;
		width: 10rem;
		color: #fff;
		font-size: 1rem;
		display: inline-block;
}

@media only screen and (min-width: 769px) {
		.event--more a {
				text-align: center;
				padding: 0.75rem 0;
				margin: auto;
		}
}

.event--more a:hover {
		opacity: 0.7;
}

.tag--list {
		width: 100%;
		text-align: center;
}

@media only screen and (max-width: 768px) {
		.tag--list--block {
				width: 92vw;
				padding: 0 4vw;
				margin: 0 auto 1rem;
		}
}

@media only screen and (min-width: 769px) {
		.tag--list--block {
				background: #F8F8F8;
				width: 100%;
				padding: 0 0 0.25rem;
				margin: 0 auto 2rem;
				position: relative;
				display: block;
		}
}

@media only screen and (min-width: 769px) {
		.tag--list--header {
				width: 840px;
				margin: 0 auto;
				padding: 2rem 0;
				text-align: center;
		}
}

.tag--list--title {
		border: 0;
		border-bottom: 3px solid #33CC00;
		border-bottom: 2px solid #222;
		color: #222;
		width: auto;
		font-size: 1.55rem;
		display: inline-block;
		padding: 0 0 0.5rem 1.75rem;
		position: relative;
}

@media only screen and (max-width: 768px) {
		.tag--list--title {
				font-size: 1.5rem;
				line-height: 1.5;
				margin: 1rem 0;
		}
}

.tag--list--title:before {
		content: "#";
		font-size: 1.65rem;
		position: absolute;
		left: 0rem;
		top: -0.15rem;
}

.tag--list--content {
		background: #fff;
		text-align: left;
		position: relative;
		display: block;
}

@media only screen and (min-width: 769px) {
		.tag--list--content {
				width: 840px;
				margin: 0 auto 2.5rem;
				padding: 2rem 0;
		}
}

.tag--list--items {
		border-top: 1px solid #ccc;
		font-size: 0;
		text-align: left;
}

@media only screen and (min-width: 769px) {
		.tag--list--items {
				width: 760px;
				padding: 0;
				margin: 0 auto;
		}
}

.tag--list--item {
		border-bottom: 1px solid #ccc;
		display: block;
		vertical-align: top;
		position: relative;
		padding: 0.75rem 0;
		margin: 0;
}

@media only screen and (min-width: 769px) {
		.tag--list--item.figure {
				min-height: 102px;
				padding: 0.75rem 0 0.75rem 150px;
		}
}

.tag--list--item__title {
		font-size: 1rem;
		display: block;
}

@media only screen and (min-width: 769px) {
		.tag--list--item__title {
				margin-bottom: 0.25rem;
		}
}

.tag--list--item__img {
		background: #eee;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		position: relative;
}

@media only screen and (max-width: 768px) {
		.figure.library .tag--list--item__img {
				display: none;
		}
}

@media only screen and (min-width: 769px) {
		.tag--list--item__img {
				width: 100px;
				height: 100px;
				position: absolute;
				top: 0;
				left: 0;
		}
}

.tag--list--item__img img {
		width: auto;
		height: auto;
}

@media only screen and (min-width: 769px) {
		.tag--list--item__img img {
				max-width: 100px;
				max-height: 100px;
		}
}

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

@media only screen and (max-width: 768px) {
		.archive--list--block {
				width: 92vw;
				padding: 0;
				margin: 0 auto 1rem;
		}
}

@media only screen and (min-width: 769px) {
		.archive--list--block {
				background: #F8F8F8;
				width: 100%;
				padding: 0;
				margin: 0 auto 2rem;
		}
}

@media only screen and (min-width: 769px) {
		.archive--list--header {
				width: 840px;
				margin: 0 auto;
				padding: 2rem 0;
				text-align: center;
		}
}

.archive--list--title {
		padding: 2.5rem;
		border: 0;
		border-bottom: 2px solid #222;
		color: #222;
		width: auto;
		font-size: 1.75rem;
		display: inline-block;
		padding: 0 0 0.5rem;
}

@media only screen and (max-width: 768px) {
		.archive--list--title {
				font-size: 1.5rem;
				line-height: 1.5;
				margin: 1rem 0;
		}
}

.archive--list--content {
		background: #fff;
		text-align: left;
		position: relative;
		display: block;
}

@media only screen and (min-width: 769px) {
		.archive--list--content {
				width: 840px;
				margin: 0 auto 2.5rem;
				padding: 2rem 0;
		}
}

.archive--list--items {
		border-top: 1px dashed #555;
		border-top: 1px solid #ccc;
		font-size: 0;
		text-align: left;
}

@media only screen and (min-width: 769px) {
		.archive--list--items {
				width: 760px;
				padding: 0;
				margin: 0 auto;
		}
}

.archive--list--item {
		border-bottom: 1px dashed #555;
		border-bottom: 1px solid #ccc;
		display: block;
		vertical-align: top;
		font-size: 1rem;
		line-height: 1.5;
		padding: 0.75rem 0;
}

@media only screen and (min-width: 769px) {
		.archive--list--item {
				margin: 0;
				padding: 1rem 0;
		}
}

.archive--list--item__img {
		background: #eee;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		position: relative;
}

@media only screen and (min-width: 769px) {
		.archive--list--item__img {
				width: 98px;
				height: 98px;
				position: absolute;
				top: 0;
				left: 0;
		}
		.archive--list--item__img:hover {
			opacity: 0.7;
		}
}

.archive--list--item__img img {
		width: auto;
		height: auto;
}

@media only screen and (min-width: 769px) {
		.archive--list--item__img img {
				max-width: 98px;
				max-height: 98px;
		}
}

@media only screen and (min-width: 769px) {
		.archive--list--item.figure {
				min-height: 99px;
				padding-left: 120px;
				position: relative;
		}
}

.archive--list--item__txt {
		background: #fff;
		font-size: 1rem;
}

.archive--list--item__txt em {
		display: block;
		margin-bottom: 0.5rem;
}

.archive--list--item__txt .eventdate {
		display: block;
		margin: 0 0 0.5rem;
}

.archive--list--item__txt .eventdate b {
		border-radius: 0.5rem;
		background: #eee;
		color: #222;
		font-size: 0.75rem;
		padding: 0.25rem 0.5rem;
		margin-right: 1rem;
}

.archive--list--item__txt .postdate,
.archive--list--item__txt .update {
		font-size: 0.85rem;
}

.archive--list--item-more {
		font-size: 1.05rem;
		position: absolute;
		top: 0.25rem;
		right: 0;
}

.archive--list--item-more:hover {
		color: #1FA000;
}

.work--list {
		width: auto;
		text-align: center;
}

@media only screen and (max-width: 768px) {
		.work--list--block {
				width: 92vw;
				padding: 0;
				margin: 0 auto 1rem;
		}
}

@media only screen and (min-width: 769px) {
		.work--list--block {
				background: #F8F8F8;
				width: 100vw;
				padding: 0;
				margin: 0 auto 2rem;
		}
}

@media only screen and (min-width: 769px) {
		.work--list--header {
				width: 840px;
				margin: 0 auto;
				padding: 2rem 0;
				text-align: center;
		}
}

.work--list--title {
		padding: 2.5rem;
		border: 0;
		border-bottom: 3px solid #33CC00;
		border-bottom: 2px solid #222;
		color: #222;
		width: auto;
		font-size: 1.75rem;
		display: inline-block;
		padding: 0 0 0.5rem;
}

@media only screen and (max-width: 768px) {
		.work--list--title {
				font-size: 1.5rem;
				line-height: 1.5;
				margin: 1rem 0;
		}
}

.work--list--content {
		background: #fff;
		position: relative;
		display: block;
}

@media only screen and (max-width: 768px) {
		.work--list--content {
				width: 92vw;
				margin: 0 auto;
		}
}

@media only screen and (min-width: 769px) {
		.work--list--content {
				width: 840px;
				margin: 0 auto 2.5rem;
		}
}

.work--list--items {
		font-size: 0;
		text-align: left;
}

@media only screen and (max-width: 768px) {
		.work--list--items {
				width: 100%;
		}
}

@media only screen and (min-width: 769px) {
		.work--list--items {
				width: 780px;
				padding: 30px 0 20px;
				margin: 0 auto;
		}
}

.work--list--items:after {
		content: "";
		display: table;
		clear: both;
}

.work--list--item {
		display: inline-block;
		vertical-align: top;
}

@media only screen and (max-width: 768px) {
		.work--list--item {
				width: 44vw;
				margin: 0 0 4vw 4vw;
		}
		.work--list--item:nth-child(2n+1) {
				margin-left: 0;
		}
}

@media only screen and (min-width: 769px) {
		.work--list--item {
				width: 140px;
				margin: 0 0 20px 20px;
		}
		.work--list--item:nth-child(5n+1) {
				margin-left: 0;
		}
}

.work--list--item__img {
		background: #eee;
		/*display: flex;
			justify-content: center;
			align-items: center;
			overflow:		hidden;
			position:		relative; */
		margin: 0;
		padding: 0;
		display: table;
		table-layout: fixed;
		overflow: hidden;
		position: relative;
}

@media only screen and (max-width: 768px) {
		.work--list--item__img {
				width: 44vw;
				height: 44vw;
		}
}

@media only screen and (min-width: 769px) {
		.work--list--item__img {
				width: 100%;
				height: 140px;
		}
}

@media only screen and (min-width: 769px) {
		.work--list--item__img .no-image {
				width: 140px;
				height: 140px;
		}
}

.work--list--item__img .caption {
		font-size: 0.9rem;
		text-align: center;
		padding: 0.5rem;
		color: #fff;
		font-weight: normal;
		line-height: 1.5;
		letter-spacing: 0.15rem;
}

.work--list--item__img .caption em {
		display: block;
}

.work--list--item__img .caption span {
		display: block;
		word-break: break-all;
}

.work--list--item__img .mask {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		background-color: rgba(255, 166, 24, 0.6);
		background-color: rgba(30, 130, 0, 0.8);
		background-color: rgba(0, 100, 100, 0.8);
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
		display: flex;
		justify-content: center;
		align-items: center;
}

@media only screen and (max-width: 768px) {
		.work--list--item__img .mask {
				width: 44vw;
				height: 44vw;
		}
}

@media only screen and (min-width: 769px) {
		.work--list--item__img .mask {
				width: 140px;
				height: 140px;
		}
}

.work--list--item__img:hover .mask {
		opacity: 1;
}

.work--list--item__img.no_image .mask {
		background-color: rgba(160, 80, 0, 0.8);
		background-color: rgba(0, 155, 15, 0.8);
		background-color: rgba(230, 255, 255, 0.8);
		opacity: 1;
}

.work--list--item__img.no_image .mask .caption {
		color: #222;
}

.work--list--item__img.no_image:hover .mask {
		background-color: rgba(0, 100, 100, 0.8);
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
		opacity: 1;
}

.work--list--item__img.no_image:hover .mask .caption {
		color: #fff;
}

.work--list--item__inner {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		width: 100%;
}

.work--list--item__thumbnail {
		vertical-align: bottom;
		vertical-align: top;
		width: auto;
		height: auto;
}

@media only screen and (max-width: 768px) {
		.work--list--item__thumbnail {
				max-width: 100%;
				max-height: 44vw;
		}
}

@media only screen and (min-width: 769px) {
		.work--list--item__thumbnail {
				max-width: 100%;
				max-height: 140px;
		}
}

.datelist {
		width: 100%;
		text-align: center;
}

@media only screen and (max-width: 768px) {
		.datelist--block {
				width: 92vw;
				padding: 0 4vw;
				margin: 0 auto 1rem;
		}
}

@media only screen and (min-width: 769px) {
		.datelist--block {
				background: #F8F8F8;
				width: 100%;
				padding: 0;
				margin: 0 auto 2rem;
		}
}

@media only screen and (min-width: 769px) {
		.datelist--header {
				width: 840px;
				margin: 0 auto;
				padding: 2rem 0;
				text-align: center;
		}
}

.datelist--title {
		padding: 2.5rem;
		border: 0;
		border-bottom: 2px solid #222;
		color: #222;
		width: auto;
		font-size: 1.75rem;
		display: inline-block;
		padding: 0 0 0.5rem;
}

@media only screen and (max-width: 768px) {
		.datelist--title {
				font-size: 1.5rem;
				line-height: 1.5;
				margin: 1rem 0;
		}
}

.datelist--content {
		background: #fff;
		text-align: left;
		position: relative;
		display: block;
}

@media only screen and (min-width: 769px) {
		.datelist--content {
				width: 840px;
				margin: 0 auto 2.5rem;
				padding: 2rem 0;
		}
}

.datelist--lists {
		border-top: 1px dashed #555;
		border-left: 1px dashed #555;
		font-size: 0;
		text-align: left;
		box-sizing: border-box;
}

@media only screen and (min-width: 769px) {
		.datelist--lists {
				width: 760px;
				padding: 0;
				margin: 0 auto;
		}
}

.datelist--list {
		border-right: 1px dashed #555;
		border-bottom: 1px dashed #555;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
}

@media only screen and (min-width: 769px) {
		.datelist--list {
				width: calc(100% / 5);
				font-size: 1rem;
				margin: 0;
				padding: 0;
		}
}

.datelist--list a {
		font-size: 2rem;
		display: block;
		margin-right: 0.5rem;
		margin: 0;
		padding: 1.5rem 0;
}

.datelist--list a:hover {
		background: #F8F8F8;
		color: #1FA000;
}

.history {
		width: 100%;
		text-align: center;
}

@media only screen and (max-width: 768px) {
		.history--block {
				width: 92vw;
				padding: 0 4vw;
				margin: 0 auto 1rem;
		}
}

@media only screen and (min-width: 769px) {
		.history--block {
				background: #F8F8F8;
				width: 100%;
				padding: 0 0 4rem;
				margin: 0 auto 2rem;
				position: relative;
				display: block;
		}
}

@media only screen and (min-width: 769px) {
		.history--header {
				width: 840px;
				margin: 0 auto;
				padding: 2rem 0;
				text-align: center;
		}
}

.history--title {
		padding: 2.5rem;
		border: 0;
		border-bottom: 3px solid #33CC00;
		border-bottom: 2px solid #222;
		color: #222;
		width: auto;
		font-size: 1.55rem;
		display: inline-block;
		padding: 0 0 0.5rem;
}

@media only screen and (max-width: 768px) {
		.history--title {
				font-size: 1.5rem;
				line-height: 1.5;
				margin: 1rem 0;
		}
}

.history--title em {
		font-size: 2rem;
		padding-right: 0.5rem;
}

.history--title:hover {
		color: #1FA000;
}

.history--content {
		background: #fff;
		text-align: left;
		position: relative;
		display: block;
}

@media only screen and (min-width: 769px) {
		.history--content {
				width: 840px;
				margin: 0 auto 2.5rem;
				padding: 2.5rem 0;
		}
}

.history--items {
		border-top: 1px dashed #aaa;
		font-size: 0;
		text-align: left;
}

@media only screen and (min-width: 769px) {
		.history--items {
				width: 580px;
				padding: 0;
				margin: 0 auto;
		}
}

.history--item {
		border-bottom: 1px dashed #aaa;
		display: block;
		vertical-align: top;
		position: relative;
}

@media only screen and (min-width: 769px) {
		.history--item {
				margin: 0;
				padding: 0.5rem 0;
		}
}

.history--item__title {
		font-size: 0.9rem;
		letter-spacing: 0.05rem;
}

@media only screen and (min-width: 769px) {
		.history--item__title {
				display: flex;
		}
}

.history--item__label {
		display: inline-block;
		color: #ff5722;
		color: #1FA000;
}

@media only screen and (min-width: 769px) {
		.history--item__label {
				min-width: 5rem;
				margin-right: 0.25rem;
		}
}

.history--item__label + strong {
		display: none;
}

.history--item__year {
		display: inline-block;
}

@media only screen and (min-width: 769px) {
		.history--item__year {
				min-width: 4rem;
				margin-right: 0.5rem;
				font-size: 0.9rem;
		}
}

.history--item__txt {
		display: inline-block;
}

@media only screen and (min-width: 769px) {
		.history--item__txt {
				min-width: 4rem;
				margin-right: 0.5rem;
				font-size: 0.9rem;
		}
}

.history--item__txt .title__date {
		display: inline;
}

@media only screen and (min-width: 769px) {
		.history--item__txt .title__date {
				min-width: 4rem;
				margin-right: 0.5rem;
				font-size: 0.9rem;
		}
}

.history--item__txt .title__above,
.history--item__txt .title__below {
		display: inline;
}

.history--more {
		text-align: center;
		padding: 2.5rem 0;
		margin: auto;
}

.history--more a {
		border-radius: 2.5rem;
		background: #222;
		width: 10rem;
		color: #fff;
		font-size: 1rem;
		display: inline-block;
}

@media only screen and (min-width: 769px) {
		.history--more a {
				text-align: center;
				padding: 0.75rem 0;
				margin: auto;
		}
}

.history--more a:hover {
		opacity: 0.7;
}

.date--list {
		width: 100%;
		text-align: center;
}

@media only screen and (min-width: 769px) {
		.date--list--block {
				background: #F8F8F8;
				width: 100%;
				padding: 0;
				margin: 0 auto 2rem;
				position: relative;
				display: block;
		}
}

@media only screen and (min-width: 769px) {
		.date--list--header {
				width: 840px;
				margin: 0 auto;
				padding: 2rem 0;
				text-align: center;
		}
}

.date--list--title {
		padding: 2.5rem;
		border: 0;
		border-bottom: 3px solid #33CC00;
		border-bottom: 2px solid #222;
		color: #222;
		width: auto;
		font-size: 1.55rem;
		display: inline-block;
		padding: 0 0 0.5rem;
}

@media only screen and (max-width: 768px) {
		.date--list--title {
				font-size: 1.5rem;
				line-height: 1.5;
				margin: 1rem 0;
		}
}

.date--list--title em {
		font-size: 2rem;
		padding-right: 0.5rem;
}

.date--list--content {
		background: #fff;
		text-align: left;
		position: relative;
		display: block;
}

@media only screen and (min-width: 769px) {
		.date--list--content {
				width: 840px;
				margin: 0 auto 2.5rem;
				padding: 2rem 0;
		}
}

.date--list--items {
		border-top: 1px dashed #555;
		font-size: 0;
		text-align: left;
}

@media only screen and (min-width: 769px) {
		.date--list--items {
				width: 760px;
				padding: 0;
				margin: 0 auto;
		}
}

.date--list--item {
		border-bottom: 1px dashed #555;
		display: block;
		vertical-align: top;
		position: relative;
}

@media only screen and (min-width: 769px) {
		.date--list--item {
				margin: 0;
				padding: 2rem 1rem;
		}
		.date--list--item.figure {
				min-height: 152px;
				padding: 1rem 0 1rem 180px;
		}
}

.date--list--item__title {
		font-size: 1.25rem;
		display: block;
}

@media only screen and (min-width: 769px) {
		.date--list--item__title {
				margin-bottom: 0.5rem;
		}
}

.date--list--item__img {
		background: #eee;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		position: relative;
}

@media only screen and (min-width: 769px) {
		.date--list--item__img {
				width: 150px;
				height: 150px;
				position: absolute;
				top: 0;
				left: 0;
		}
}

.date--list--item__img img {
		width: auto;
		height: auto;
}

@media only screen and (min-width: 769px) {
		.date--list--item__img img {
				max-width: 150px;
				max-height: 150px;
		}
}

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

@media only screen and (max-width: 768px) {
		.library--list--block {
				width: 86vw;
				padding: 0;
				margin: 1rem auto 1rem;
		}
}

@media only screen and (min-width: 769px) {
		.library--list--block {
				background: #F8F8F8;
				width: 100%;
				padding: 0 0 2rem;
				margin: 0 auto;
		}
}

@media only screen and (min-width: 769px) {
		.library--list--header {
				width: 840px;
				margin: 0 auto;
				padding: 2rem 0;
				text-align: center;
		}
}

.library--list--title {
		padding: 2.5rem;
		border: 0;
		border-bottom: 2px solid #222;
		color: #222;
		width: auto;
		font-size: 1.75rem;
		display: inline-block;
		padding: 0 0 0.5rem;
}

@media only screen and (max-width: 768px) {
		.library--list--title {
				font-size: 1.5rem;
				line-height: 1.5;
				margin: 1rem 0;
		}
}

.library--list--content {
		background: #fff;
		text-align: left;
		position: relative;
		display: block;
}

@media only screen and (min-width: 769px) {
		.library--list--content {
				width: 840px;
				margin: 0 auto 2.5rem;
				padding: 2rem 0 4.5rem;
		}
}

.library--list--subtitle {
		border: 0;
		border-bottom: 2px solid #222;
		color: #222;
		font-size: 1.15rem;
		display: block;
		padding: 0;
		margin: 2rem auto 1rem;
}

@media only screen and (max-width: 768px) {
		.library--list--subtitle {
				width: auto;
				font-size: 1.5rem;
				line-height: 1.5;
				margin: 1.5rem 0 0.5rem;
		}
}

@media only screen and (min-width: 769px) {
		.library--list--subtitle {
				width: 640px;
		}
}

.library--list--items {
		font-size: 0;
		text-align: left;
		list-style-type: disc;
}

@media only screen and (min-width: 769px) {
		.library--list--items {
				width: 640px;
				padding: 0;
				margin: 0 auto;
		}
}

.library--list--item {
		display: block;
		vertical-align: top;
		font-size: 1rem;
		line-height: 1.5;
		margin: 0;
		padding: 0.25rem 0;
}

.library--list--item span {
		padding-left: 1rem;
		position: relative;
}

.library--list--item span:before {
		content: "・";
		position: absolute;
		left: 0;
		top: -0.2rem;
}

.library--list--item a {
		padding-bottom: 0.15rem;
		font-size: 1.25rem;
}

.library--list--item a:hover {
		border-bottom: 1px dashed #1FA000;
		color: #1FA000;
}
