@charset "utf-8";
/*
Theme Name: yamaosm 2
Theme URI: https://yamaosm.com/
Version: 2.0
*/

/* common
---------------------------------------------------------------------------*/
:root {
	--color-text: #1F1F1F;
	--color-bg: #FFFFFF;
	--color-border: rgba(34,34,34,0.5);
	--color-border-light: #E4E7E4;
	--color-green: #2A8A5A;
	--font-gothic: 'dnp-shuei-gothic-gin-std', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	--font-sans: acumin-pro-wide, sans-serif;
}

body {
	overflow-y: scroll;
	background-color: var(--color-bg);
	color: var(--color-text);
	font-size: 14px;
	font-family: var(--font-gothic);
	font-weight: 500;
	line-height: 1;
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none !important;
/*
	min-height: 100vh;
	min-height: 100dvh;
	min-height: -webkit-fill-available;
	-webkit-tap-highlight-color: transparent;
*/
}

body.noscroll { position: fixed; width: 100%; }

::-moz-selection { background: #EBEBEB; color: var(--color-text); }
::selection { background: #EBEBEB; color: var(--color-text); }

p { font-size: 14px; line-height: 2; letter-spacing: 0.08em; margin-bottom: 14px; }
p:last-child { margin-bottom: 0 !important; }
address,i { font-style: normal; }
img { max-width: none; }

.block { display: inline-block !important; }
.wide { display: none !important; }
.narrow { display: inline-block !important; }

/* #loading
------------------------------------*/
#loading {
	display: block;
	opacity: 1;
	position: fixed;
	top: 50%;
	left: 50%;
	border: 1px solid rgba(0,0,0,1);
	border-top-color: transparent;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	z-index: 99999;
	animation: spin .5s infinite linear;
}

@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* txt
------------------------------------*/
.font-en { font-family: var(--font-sans); }

/* link
------------------------------------*/
a { color: var(--color-text); text-decoration: none; -webkit-transform: translateZ(0); }

.line { display: inline-block; position: relative; padding-bottom: 1px; line-height: 1; }
.line:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--color-text);
	width: 100%;
	height: 1px;
}

/* .btn
------------------------------------*/
.btn-link a {
	display: inline-block;
	background: var(--color-green) url(img/share/ico-arrow.svg) no-repeat left 22px center;
	box-sizing: border-box;
	border: none;
	border-radius: 45px;
	margin: 0;
	padding: 10px 20px 9px 42px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.08em;
	text-align: center;
}

.btn-link.font-en a {
	padding-top: 8px;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.06em;
}

/* .btn-nav
------------------------------------*/
.btn-nav {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	box-sizing: border-box;
	width: 75px;
	height: 75px;
	text-align: center;
	z-index: 10000;
	opacity: 0;
}

.btn-nav div, .btn-nav span {
	display: block;
	box-sizing: border-box;
	transition: .15s ease-out;
}

.btn-nav div {
	position: relative;
	width: 35px;
	height: 22px;
	margin: 25px auto 0;
}

.btn-nav span {
	position: absolute;
	left: 0;
	width: 100%;
	font-size: 0;
	-webkit-transform: translateZ(0);
}

.btn-nav span:nth-of-type(1) { top: 0; }
.btn-nav span:nth-of-type(2) { top: 9px; padding-right: 2px; }
.btn-nav span:nth-of-type(3) { bottom: 0; padding-right: 2px; }

/* .btn-nav.active
------------------------------------*/
.btn-nav.active span img {
	filter: invert(100%) sepia(0%) saturate(3129%) hue-rotate(20deg) brightness(111%) contrast(100%);
}
.btn-nav.active span:nth-of-type(1) { transform: translateY(9px) rotate(-30deg); }
.btn-nav.active span:nth-of-type(2) { animation: active-menu-bar02 .4s forwards; opacity: 0; }
.btn-nav.active span:nth-of-type(3) { transform: translateY(-9px) rotate(30deg); }
@-webkit-keyframes active-menu-bar02 {100%{ height: 0; }}
@keyframes active-menu-bar02 {100%{ height: 0; }}

/* .nav-sp
------------------------------------*/
.nav-sp {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	z-index: 9999;
	display: none;
	opacity: 0;
}

.nav-sp .inner {
	position: absolute;
	bottom: 54px;
	left: 38px;
}

.nav-sp .sns img,
.nav-sp .gnav img {
	filter: saturate(0%) brightness(1000%) contrast(100%);
}

.nav-sp .sns {
	margin: 0 0 26px -4px;
}

.nav-sp .sns li a {
	display: block;
	padding: 5px;
}

.nav-sp .gnav li {
	margin-bottom: 5px;
}

.nav-sp .gnav li a {
	display: inline-block;
	padding: 0 10px 10px 0;
}

.nav-sp .gnav li a em {
	display: block;
	margin-bottom: 10px;
}

.nav-sp .gnav li a strong {
	display: block;
}


/* #wrap
---------------------------------------------------------------------------*/
#wrap {
	min-width: 360px;
	padding: 0;
}

#wrap-inner {
	position: relative;
}


/* .img-first
---------------------------------------------------------------------------*/
.img-first {
	display: none;
	position: fixed !important;
	top: 0;
	left: 0;
	background-color: var(--color-bg);
	width: 100%;
	height: 100vh;
	z-index: 9000;
	pointer-events: none;
}

.img-first .slick-list,
.img-first .slick-track {
	height: 100% !important;
}

.img-first .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-origin: center center;
}

.img-first .inner:nth-of-type(1) { z-index: 0; }
.img-first .inner:nth-of-type(2) { z-index: 1; }
.img-first .inner:nth-of-type(3) { z-index: 2; }
.img-first .inner:nth-of-type(4) { z-index: 3; }
.img-first .inner:nth-of-type(5) { z-index: 4; }
.img-first .inner:nth-of-type(6) { z-index: 5; }

.img-first .inner img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.img-first .inner:nth-of-type(5) img { object-position: 50% 100%; }


/* header
---------------------------------------------------------------------------*/
header {
	display: none;
	margin: 0;
	padding: 27px 0 0 24px;
	opacity: 0;
}

header .logo img {
	width: 70px;
}

header .sns,
header .gnav {
	display: none !important;
}


/* footer
---------------------------------------------------------------------------*/
footer {
	width: 100%;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	opacity: 0;
}

.footer-inner {
	position: relative;
	padding: 140px 0 35px 28px;
}

.footer-link {
	margin-bottom: 35px;
}

.footer-link h2 {
	margin-bottom: 25px;
	font-family: var(--font-sans);
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.08em;
}

.footer-link ul {
	display: flex;
}

.footer-link li {
	margin-right: 28px;
}

.footer-link li:nth-of-type(1) img {
	width: 110px;
}

.footer-link li:nth-of-type(2) {
	transform: translateY(-10px);
}

.footer-link li:nth-of-type(2) img {
	width: 53px;
}

.footer-author .logo-saga {
	margin-bottom: 20px;
}

.footer-author .logo-saga img {
	width: 88px;
}

.footer-author address {
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: 0.06em;
}

.footer-author address span {
	display: block;
	font-size: 11px;
}

.footer-author address a {
	display: block;
	margin-top: 5px;
}

footer .snav {
	margin-bottom: 15px;
}

footer .snav li {
	display: inline-block;
	margin-right: 8px;
}

footer .snav li a {
	display: inline-block;
	padding-bottom: 5px;
	font-size: 12px;
	letter-spacing: 0.06em;
	text-decoration: underline;
	text-underline-offset: 0.08em;
}

.copyright {
	display: block;
	font-family: var(--font-sans);
	font-weight: 500;
	font-size: 10px;
	letter-spacing: 0.06em;
}

.footer-img {
	height: 100vw;
}

.footer-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}


/* contents
---------------------------------------------------------------------------*/
#mainContents {
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

.contents {
	opacity: 0;
}

#newsContents {
	width: 90%;
	margin: 0 auto;
}

#tabloidContents {
	width: 88%;
	margin: 0 auto;
}

#newsContents.single,
#site-policyContents,
#privacy-policyContents,
#errorContents {
	width: 85%;
	margin: 0 auto;
}

#newsContents,
#tabloidContents,
#site-policyContents,
#privacy-policyContents,
#errorContents {
	padding-top: 80px;
}

/* .title-page
------------------------------------*/
.title-page {
	margin-bottom: 30px;
}

.title-page span {
	display: none;
}

.title-page h1 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.08em;
}


/* news archive
---------------------------------------------------------------------------*/
.news-list article {
	margin-bottom: 21px;
}

.news-list article a {
	display: flex;
	align-items: center;
}

.news-list figure {
	align-self: flex-start;
  position: relative;
  overflow: hidden;
	border-radius: 2px;
  width: 110px;
  min-width: 110px;
  height: 82px;
	margin-right: 20px;
}

.news-list figure img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.news-list article a > span {
	display: block;
	position: relative;
}

.top-news-pickup time,
.news-list time,
.news-title time {
	display: inline-block;
	background: url(img/share/ico-triangle.svg) no-repeat left 1px center;
	margin: 0 6px 13px 0;
	padding-left: 17px;
	font-family: var(--font-sans);
	font-size: 10px;
	letter-spacing: 0.06em;
}

.news-list time {
	margin-bottom: 0;
}

.news-list .category {
	display: inline-block;
	transform: translateY(-1px);
}

.top-news-pickup .category span,
.news-list .category span,
.news-title .post-categories li a {
	display: inline-block;
	border: 1px solid var(--color-green);
	border-radius: 30px;
	padding: 2px 6px 3px 7px;
	color: var(--color-green);
	font-family: var(--font-sans);
	font-size: 9px;
	letter-spacing: 0.02em;
	text-align: center;
}

.news-list .category span {
	margin-right: 3px;
}

.news-list h2 {
	margin-top: 8px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.02em;
}

/*.news-list .author {
	display: flex;
	margin: 15px 0 0 -6px;
}

.news-list .author img {
	align-self: flex-start;
	width: 40px;
	min-width: 40px;
	margin-right: 7px;
	transform: translateY(-6px);
}

.news-list .author h3 em {
	display: block;
	margin-bottom: 6px;
	font-family: var(--font-sans);
	font-size: 9px;
	letter-spacing: 0.05em;
	text-transform: capitalize;
}

.news-list .author h3 strong {
	display: block;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}*/


/* news single
---------------------------------------------------------------------------*/
#newsContents.single .page-head {
	margin-bottom: 60px;
	margin-left: 0;
}

.news-area {
	
}

/* .news-title
------------------------------------*/
.news-title {
	position: relative;
	margin-bottom: 25px;
}

.news-title time {
	display: inline-block;
	margin: 0 6px 0 0;
	font-size: 11px;
	letter-spacing: 0.07em;
}

.news-title .post-categories {
	display: inline-block;
	transform: translateY(-1px);
}

.news-title .post-categories li {
	display: inline-block;
}

.news-title h1 {
	padding-top: 10px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.08em;
}

/* .news-main
------------------------------------*/
.news-main, .news-main h2, .news-main p {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.06em;
}

.news-main h2 { margin: 50px 0 20px; font-size: 17px; font-weight: 600; letter-spacing: 0.12em; }
.news-main > h2:first-child { margin-top: 0; }

.news-main p { margin-bottom: 15px; text-align: justify; word-break: break-all; }
.news-main p:last-child { margin-bottom: 0; }
.news-main a { text-decoration: underline; word-break: break-all; }
.news-main strong { font-weight: bold; }
.news-main em { font-style: italic; }
.news-main del { text-decoration: line-through; }

.news-main img { display: block; max-width: calc(100%); height: auto; margin: 15px 0 15px !important; }
.news-main p:not(:first-child) > img:first-child { margin-top: 45px !important; }
.news-main .wp-caption { max-width: 100%; margin-bottom: 40px; }
.news-main .wp-caption-text { font-size: 12px; }

.news-main .gallery > dl { width: 49.5% !important; margin-right: 1% !important; }
.news-main .gallery > dl:nth-child(even) { margin-right: 0 !important; }
.news-main .gallery a { pointer-events: none; }
.news-main .gallery img { border: none !important; width: 100% !important; margin: 0 !important; }

.news-main ul, .news-main ol { margin: 20px 0 20px; }
.news-main ul li { list-style: disc; margin: 0 0 2px 20px; }
.news-main ol li { list-style: decimal; margin: 0 0 2px 22px; }
_::-webkit-full-page-media, _:future, :root .news-main ol li { margin-left: 26px; }
.news-main ul li:last-of-type,
.news-main ol li:last-of-type { margin-bottom: 0; }

.news-main blockquote { background: #F5F5F5; margin: 30px 0; padding: 22px 26px; text-align: justify; }
.news-main blockquote p { font-size: 13px; line-height: 1.95; }

.news-main iframe { width: 100%; height: calc(85vw * 0.5625); }

/* .news-table
------------------------------------*/
.news-table {
	margin-top: 70px;
}

.news-table h3 {
	margin: 60px 0 15px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.news-table h3:first-child { margin-top: 0; }

.news-table table {
	box-sizing: border-box;
	width: calc(100% + 10px);
	margin: 0 0 40px;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.news-table tr { border-bottom: 1px solid var(--color-border); }

.news-table th, .news-table td {
	padding-top: 7px;
	padding-bottom: 14px;
}

.news-table th {
	position: relative;
	box-sizing: border-box;
	min-width: 85px;
	padding-right: 10px;
	padding-left: 5px;
	color: var(--color-green);
	text-align: left;
	vertical-align: top;
}

.news-table td {
	box-sizing: border-box;
	width: 100%;
	padding-right: 5px;
}

.news-table table.right td { text-align: right; }

.news-table-attention {
	margin-top: -22px;
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 0.06em;
}

/* .news-link
------------------------------------*/
.news-table + .news-link { margin-top: 35px; }
.news-link { margin-top: 45px; }
.news-link li { display: inline-block; margin: 0 12px 14px 0; }

/* .author
------------------------------------*/
.news-area .author {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid var(--color-green);
	border-radius: 4px;
	margin: 60px 8px 0;
	padding: 30px 28px 22px;
}

.news-area .author h2 {
	width: 100%;
	margin-bottom: 20px;
	color: var(--color-green);
	font-size: 13px;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.news-area .author figure {
	width: 84px;
	min-width: 84px;
	margin: 0 14px 0 -6px;
	transform: translateY(-2px);
}

.news-area .author figure img {
	width: 100%;
}

.news-area .author .name {
	width: calc(100% - 92px);
}

.news-area .author .name:not(:has(p)){
	padding-top: 22px;
}

.news-area .author h3 em {
	display: block;
	margin-bottom: 10px;
	font-family: var(--font-sans);
	font-size: 10px;
	letter-spacing: 0.04em;
	text-transform: capitalize;
}

.news-area .author h3 strong {
	display: block;
	font-size: 16px;
	line-height: 1.65;
	letter-spacing: 0.06em;
}

.news-area .author p {
	margin: 13px 0 0;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 0.04em;
	text-align: justify;
}

.news-area .author .share {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 28px;
}

.news-area .author .share h3 {
	margin-right: 20px;
	font-family: var(--font-sans);
	font-size: 14px;
	letter-spacing: 0.04em;
	text-decoration: underline;
	text-underline-offset: 0.35em;
	transform: translateY(-2px);
}

.news-area .author .share li {
	display: inline-block;
}

.news-area .author .share li a {
	display: block;
	padding: 2px;
}

/* .news-next
------------------------------------*/
.news-next {
	margin: 45px 0 0 5px;
}

.news-next li a {
	display: inline-block;
}

.news-next li h2 {
	margin-bottom: 13px;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.news-next li h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.08em;
	text-decoration: underline;
	text-underline-offset: 0.1em;
}

/* .news-other
------------------------------------*/
.news-other {
	margin: 120px auto 0;
}

.news-other > h2 {
	margin-bottom: 35px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.news-other .btn-link {
	margin-top: 45px;
}

.news-other .btn-link a {
	display: block;
}


/* .wp-pagenavi
---------------------------------------------------------------------------*/
.wp-pagenavi {
	overflow: hidden;
	margin: 80px 0 0;
	font-family: var(--font-sans);
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
}

.wp-pagenavi .extend {
	margin: 0 3px;
	padding: 5px;
}

.wp-pagenavi a {
	margin: 0 3px;
	padding: 5px;
}

.wp-pagenavi .current {
	display: inline-block;
	position: relative;
	margin: 0 10px;
	padding: 5px 0 5px;
}

.wp-pagenavi .current:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--color-text);
	width: 100%;
	height: 1px;
}

.wp-pagenavi a.first,
.wp-pagenavi a.last,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	font-family: var(--font-gothic);
	font-size: 13px;
	font-weight: 600;
}

.wp-pagenavi a.first { margin-right: 0; }
.wp-pagenavi a.last { margin-left: 0; }


/* page top
---------------------------------------------------------------------------*/
.top-concept h2,
.top-concept p {
	padding: 0 10%;
}

#topContents section .pic {
	display: block;
	position: absolute;
}

/* .top-img
------------------------------------*/
.top-img {
	position: relative;
	margin-bottom: 120px;
}

.top-news-pickup {
	overflow: hidden;
	position: absolute !important;
	top: 30px !important;
	left: 120px !important;
	width: calc(100vw - 120px - 80px);
	/*height: 110px !important;*/
	z-index: 1;
	pointer-events: none;
	opacity: 0;
}

.top-news-pickup.active {
	pointer-events: all;
}

.top-news-pickup article {
	/*height: 110px !important;*/
}

.top-news-pickup a {
	display: flex;
	align-items: center;
	max-width: 330px;
}

.top-news-pickup figure {
	display: none !important;
	/*align-self: flex-start;
	overflow: hidden;
	border-radius: 4px;
	width: 110px;
	min-width: 110px;
	height: 82px;
	margin-right: 22px;*/
}

/*.top-news-pickup figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}*/

.top-news-pickup a > span {
	padding-top: 2px;
}

.top-news-pickup time {
	display: block;
	margin-left: -1px;
	margin-bottom: 7px;
	padding-left: 15px;
	font-size: 9px;
}

.top-news-pickup h2 {
	display: block;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: 0.04em;
	text-decoration: underline;
	text-underline-offset: 0.1em;
}

.top-news-pickup .category {
	display: block;
	margin: 9px 0 0;
}

.top-news-pickup .category span {
	display: inline-block;
	min-width: auto;
	margin-right: 3px;
	padding: 3px 8px 4px 9px;
	font-size: 10px;
	letter-spacing: 0.02em;
}

.top-img .img {
	position: relative;
	margin: 0;
	padding-top: 40px;
	z-index: 0;
}

.top-img .img img {
	width: 148.5%;
	margin-left: -32%;
}

.top-img .pic {
	position: absolute;
}

.top-img .pic span {
	display: block;
}

.top-img .pic img {
	width: 100%;
}

.top-img .pic1 {
	top: 13%;
	right: 8%;
	transform: translate(50%, -50%) !important;
	width: 20%;
	opacity: 0;
}

.top-img .pic1 img {
	transform-origin: center top;
}

.top-img .pic2 {
	bottom: -26%;
	left: 13%;
	transform: translate(-50%, -50%) !important;
	width: 10%;
}

.top-img .pic3 {
	bottom: -21.6%;
	left: 29%;
	transform: translate(-50%, -50%) !important;
	width: 11.6%;
}

.top-img .pic2 img,
.top-img .pic3 img {
	transform-origin: center bottom;
	opacity: 0;
}

/* .top-concept
------------------------------------*/
.top-concept {
	position: relative;
	margin: -70px auto 120px;
	padding-top: 70px;
}

.top-concept h2,
.top-concept p {
	position: relative;
	z-index: 1;
}

.top-concept h2 {
	margin: 0 0 45px -4px;
}

.top-concept h2 img {
	width: 234px;
}

.top-concept p {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 2.05;
	letter-spacing: 0.06em;
	text-align: justify;
}

.top-concept p br {
	display: none;
}

.top-concept .pic1 {
	top: -20px;
	right: -40px;
	width: 184px;
	z-index: 1;
	opacity: 0;
}

.top-concept .pic1 img {
	display: block;
	transform-origin: center top;
}

.top-concept .img {
	position: relative;
	margin: 75px 0 0;
	z-index: 0;
}

.top-concept .img > img { display: block; }

.top-concept .img1 {
	width: 43%;
	margin: 0 0 28% 5%;
}

.top-concept .img2 {
	position: absolute;
	top: 33%;
	right: -1%;
	width: 43.5%;
}

.top-concept .img3 {
	width: 49%;
	margin-left: -2%;
}

.top-concept .img .pic2 img,
.top-concept .img .pic3 img,
.top-concept .img .pic4 img,
.top-concept .img .pic5 img,
.top-concept .img .pic6 img { width: 100%; opacity: 0; }

.top-concept .img .pic2 { top: 5.5%; right: 17%; width: 25%; }
.top-concept .img .pic2,
.top-concept .img .pic2 img { transform-origin: center bottom; }

.top-concept .img .pic3 { top: 91.5%; left: 8%; width: 39%; }
.top-concept .img .pic3,
.top-concept .img .pic3 img { transform-origin: center bottom; }

.top-concept .img .pic4 { top: 22%; right: 15%; width: 9%; }
.top-concept .img .pic4,
.top-concept .img .pic4 img { transform-origin: center bottom; }

.top-concept .img .pic5 { top: 80%; right: 20.5%; width: 26%; }
.top-concept .img .pic5,
.top-concept .img .pic5 img { transform-origin: left bottom; }

.top-concept .img .pic6 { top: 97.8%; right: 4.2%; width: 11.8%; }
.top-concept .img .pic6,
.top-concept .img .pic6 img { transform-origin: center bottom; }

/* .top-project
------------------------------------*/
.top-project {
	position: relative;
	margin-bottom: 140px;
	margin-top: -75px;
	padding: 75px 8% 0;
}

.top-project h2,
.top-project h3,
.top-project .txt {
	position: relative;
	z-index: 1;
}

.top-project h2 {
	margin-bottom: 22px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.13em;
}

.top-project .txt h2 {
	margin-top: -20px;
	margin-bottom: 30px;
}

.top-project h3 {
	margin: 0 0 40px 2px;
}

.top-project h3 img {
	width: 146px;
}

.top-project .txt:not(:first-of-type) {
	position: relative;
	margin-top: 55px;
	padding-top: 50px;
}

.top-project .txt:not(:first-of-type):before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000000;
	width: 34px;
	height: 1px;
	opacity: 0.5;
}

.top-project .txt {
	/*width: 200px;*/
	width: calc(100% - 122px);
}

.top-project p {
	margin-bottom: 11px;
	font-size: 13px;
	line-height: 1.85;
	letter-spacing: 0.03em;
	text-align: justify;
}

.top-project p br {
	display: none;
}

.top-project .img {
	position: absolute;
	top: 110px;
	right: 0;
	height: 100%;
	z-index: 0;
}

.top-project .img img {
	display: block;
	position: absolute;	
}

.top-project .img1 { top: 0; right: 10px; width: 115px; }
.top-project .img2 { top: 205px; right: 0; width: 135px; }
.top-project .img3 { bottom: 115px; right: 15px; width: 96px; }
.top-project .img4 { bottom: 421px; right: 0; width: 120px; }

.top-project .pic img { position: static; width: 100%; margin-bottom: 0; opacity: 0; }
.top-project .pic1 { top: 425px; right: 5px; width: 95px; z-index: 1; }
.top-project .pic2 { bottom: 275px; right: 75px; width: 58px; z-index: 1; }
.top-project .pic3 { bottom: 320px; right: -25px; width: 110px; z-index: 1; }
.top-project .pic4 { bottom: 70px; right: 60px; width: 85px; z-index: 1; }
/*.top-project .pic5 { top: 435px; right: 100px; width: 35px; z-index: 1; }*/
.top-project .pic5 { display: none !important; }
.top-project .pic6 { top: 425px; right: 50px; width: 35px; z-index: 1; }
.top-project .pic7 { top: 460px; right: 100px; width: 25px; z-index: 1; }
.top-project .pic8 { top: 505px; right: 10px; width: 80px; z-index: 1; }

/* .top-movie
------------------------------------*/
.top-movie {
	position: relative;
	margin-bottom: 120px;
	margin-top: -80px;
	padding: 80px 6% 0;
}

.top-movie .pic1,
.top-movie .pic2 {
	display: none !important;
}

.top-movie .pic3 { bottom: -55px; left: -15px; z-index: 1; }
.top-movie .pic3 img { width: 100px; opacity: 0; }

.top-movie .movie {
	position: relative;
	overflow: hidden;
	border: 1px solid #000000;
	border-radius: 6px;
	width: 100%;
	height: calc(88vw * 0.5625);
	z-index: 0;
}

.top-movie .movie:not(:last-of-type) {
	margin-bottom: 25px;
}

.top-movie .movie .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.top-movie .movie .cover .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) !important;
	z-index: 1;
	opacity: 0;
}

.top-movie .movie .cover .btn img {
	width: 90px;
	margin-top: 5px;
}

.top-movie .movie .cover > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.top-movie .movie iframe {
	position: relative;
	z-index: 0;
}

.top-movie .movie p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	white-space: nowrap;
	font-size: 16px;
	letter-spacing: 0.2em;
}

/* .top-news
------------------------------------*/
.top-news,
.top-tabloid {
	position: relative;
	margin-bottom: 80px;
	padding: 0 6%;
}

.top-news .news-category {
	position: absolute;
	top: 0;
	right: 7%;
}

.top-news > h2,
.top-tabloid > h2 {
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.1em;
}

/*.news-list-slide {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 35px 20px;
}

.news-list-slide article {
	margin: 0;
}

.news-list-slide article a {
	display: block;
}

.news-list-slide article .category {
	position: absolute;
	top: -1px;
	right: 0;
}

.news-list-slide figure {
	width: 100%;
	height: 0;
	margin: 0 0 15px;
	padding-bottom: 75%;
}*/

.top-news .instagram {
	display: flex;
	justify-content: space-between;
	white-space: nowrap;
	margin: 30px 0 0 2px;
}

.top-news .instagram p {
	margin: 0;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-decoration: underline;
	text-underline-offset: 0.4em;
	transform: translateY(6px);
}

/* .top-tabloid
------------------------------------*/
.top-tabloid {
	margin-top: -60px;
	padding-top: 60px;
}

/* .top-contact
------------------------------------*/
.top-contact {
	margin-top: -55px;
	padding-top: 55px;
	padding-right: 8%;
	padding-left: 8%;
}

.top-contact .pic {
	display: none !important;
}

.top-contact > h2 {
	margin-bottom: 22px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.top-contact > p {
	text-align: justify;
}

.top-contact > p br {
	display: none;
}

/* .form-wrap
------------------------------------*/
.form-wrap {
	margin: 40px 0 0;
}

.form-wrap .form-wrap {
	margin-top: 0;
}

.form-wrap dl, .form-wrap dl p { line-height: 1.6; }
.form-wrap dl div { margin-bottom: 10px; }
.form-wrap dl div:last-of-type { margin-bottom: 0; }

.form-wrap dt {
	margin-bottom: 4px;
}

.form-wrap dt,
.form-wrap dt p {
	font-size: 13px;
	letter-spacing: 0.08em;
}

.form-wrap dt.pt {
	padding-top: 0;
}

.form-wrap dl > div:last-of-type dt {
	padding-top: 10px;
	align-self: flex-start;
}

.form-wrap dt span {
	padding-left: 4px;
	font-size: 10px;
	letter-spacing: 0.1em;
}

.form-wrap dd {
  box-sizing: border-box;
	min-height: 48px;
}

.form-wrap dd p {
	font-size: 12px;
	line-height: 1.7;
	text-align: justify;
}

/* input
------------------------------------*/
.wpcf7-form-control-wrap {
	display: inline-block;
	position: relative;
	width: 100%;
}

.form-wrap input[type="text"],
.form-wrap input[type="email"],
.form-wrap input[type="tel"],
.form-wrap textarea,
.form-wrap .btn-select .customSelect {
	display: inline-block;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: 1px solid var(--color-border-light);
	width: 100%;
	height: 42px;
	padding: 8px 18px;
	font-size: 15px;
	letter-spacing: 0.04em;
}

.form-wrap textarea {
	height: 240px;
	padding: 12px 18px;
}

::-webkit-input-placeholder { display: none; font-size: 0; }
:-moz-placeholder { display: none; font-size: 0; }
::-moz-placeholder { display: none; font-size: 0; }
:placeholder-shown { display: none; font-size: 0; }

/* .privacy-check
------------------------------------*/
.privacy-check {
	margin: 10px 0 0;
}

.privacy-check p {
	font-size: 13px;
}

.privacy-check .wpcf7-form-control-wrap {
	width: auto;
}

.privacy-check input {
	margin-right: 10px;
	transform: translateY(1px);
}

.privacy-check a {
	text-decoration: underline;
	text-underline-offset: 0.1em;
}

/* .btn-submit
------------------------------------*/
.btn-submit {
	position: relative;
	display: block;
	margin: 45px 0 0 -2px;
}

.btn-submit:before {
	display: block;
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	background: url(img/share/logo-mark.svg) no-repeat left top;
	background-size: 100% auto;
	width: 24px;
	height: 24px;
	transform: scaleX(-1);
	pointer-events: none;
}

.btn-submit input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	background: var(--color-green) url(img/share/ico-arrow.svg) no-repeat left 22px center;
	box-sizing: border-box;
	border: none;
	border-radius: 45px;
	margin: 0;
	padding: 11px 24px 10px 42px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.08em;
	text-align: center;
	white-space: nowrap;
}

/* error
------------------------------------*/
.form-wrap .txt-error,
.wpcf7-not-valid-tip,
.txt-response,
.wpcf7-response-output { display: block; }

.form-wrap .txt-error,
.wpcf7-not-valid-tip {
	margin: 6px 0 12px;
	padding: 0;
	color: var(--color-green);
	font-size: 11px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.screen-reader-response { display: none; }

.txt-response,
.wpcf7-response-output {
	margin: 20px 0 0;
	color: var(--color-green);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.08em;
}

.wpcf7-response-output:first-child {
	margin: -45px 0 25px;
	padding-top: 45px;
}

.wpcf7-response-output:empty {
	margin: 0;
	padding-top: 0;
}

/* recaptcha
------------------------------------*/
.grecaptcha-badge { pointer-events: none; z-index: -999; opacity: 0; transition: .15s ease-out; }
body.top .grecaptcha-badge { pointer-events: auto; z-index: 0; }


/* page news
---------------------------------------------------------------------------*/

/* .page-head
------------------------------------*/
.page-head {
	position: relative;
	margin: 0 0 35px 6px;
}

.page-head h1 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.page-head h1 em {
	display: none;
}

.page-head .news-category {
	position: absolute;
	top: 2px;
	right: 2px;
}

.news-category {
	display: flex;
}

.news-category li {
	position: relative;
	margin-left: 25px;
}

.news-category li:before {
	display: block;
	content: '';
	position: absolute;
	top: 7px;
	left: -21px;
	background-color: var(--color-text);
	width: 16px;
	height: 1px;
	transform: rotate(-35deg);
}

.news-category li:first-of-type:before {
	display: none;
}

.news-category li.current a {
	color: var(--color-green);
}

.news-category li a {
	font-family: var(--font-sans);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.03em;
}


/* page tabloid
---------------------------------------------------------------------------*/

/* .tabloid-list
------------------------------------*/
.tabloid-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px 25px;
}

.tabloid-list article {
	position: relative;
	padding-bottom: 42px;
}

.tabloid-list figure {
	margin-bottom: 17px;
}

.tabloid-list figure img {
	max-width: 100%;
}

.tabloid-list article > span {
	display: block;
	padding: 0 2px;
}

.tabloid-list .vol {
	display: block;
	margin-bottom: 6px;
	font-family: var(--font-sans);
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.03em;
}

.tabloid-list h2 {
	margin-bottom: 10px;
}

.tabloid-list h2 strong {
	display: block;
	margin: 0 0 1px -1px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.08em;
}

.tabloid-list h2 em {
	display: block;
	font-family: var(--font-sans);
	font-size: 11px;
	line-height: 1.4;
	letter-spacing: 0;
}

.tabloid-list time {
	display: block;
	margin: 0 0 26px;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.tabloid-list h3 {
	margin-bottom: 9px;
	font-family: var(--font-sans);
	font-size: 9px;
	letter-spacing: 0.03em;
}

.tabloid-list p {
	font-size: 10px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.02em;
}

.tabloid-list .btn-black {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.tabloid-list .btn-black a {
	display: block;
	background: #000000 url(img/share/bg-btn-black.jpg) no-repeat center center / cover;
	padding: 12px 10px 13px;
	color: #FFFFFF;
	font-family: var(--font-sans);
	font-size: 11px;
	letter-spacing: 0.02em;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
}


/* page site-policy, privacy-policy
---------------------------------------------------------------------------*/

/* .sec-policy-lead
------------------------------------*/
.sec-policy-lead,
.sec-policy {
	padding-left: 24px;
}

.sec-policy-lead {
	margin-bottom: 45px;
}

.sec-policy-lead p,
.sec-policy p {
	font-size: 14px;
	line-height: 1.9;
	letter-spacing: 0.04em;
	text-align: justify;
	word-break: break-all;
}

.sec-policy p.mt {
	margin-top: 22px;
}

.sec-policy-lead p a,
.sec-policy p a,
.sec-policy-lead .let,
.sec-policy .let {
	letter-spacing: 0;
}

.sec-policy-lead p a,
.sec-policy p a {
	text-decoration: underline;
	text-underline-offset: 0.1em;
}

/* .sec-policy
------------------------------------*/
.sec-policy {
	margin-bottom: 40px;
}

.sec-policy h2 {
	position: relative;
	margin-bottom: 14px;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0.12em;
}

.sec-policy h2 i {
	display: inline-block;
	margin-right: 5px;
	letter-spacing: 0;
}

.sec-policy h3 {
	margin: 28px 0 10px;
	font-size: 14px;
	letter-spacing: 0.1em;
}

/* .txt-link
------------------------------------*/
.txt-link {
	margin-top: 26px;
}

.txt-link li {
	margin-bottom: 16px;
}

.txt-link li a {
	font-size: 14px;
	letter-spacing: 0.07em;
	text-decoration: underline;
	text-underline-offset: 0.1em;
}


/* page error
---------------------------------------------------------------------------*/


/* print
---------------------------------------------------------------------------*/
@media print {

}