@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-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;
}

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

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

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

.block { display: inline-block !important; }
.wide { display: inline-block !important; }
.narrow { display: none !important; }
.nav-sp, .btn-nav { display: none !important; }

/* #loading
------------------------------------*/
#loading {
	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 .4s 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; transition: .15s ease-out; -webkit-transform: translateZ(0); }
.hover { cursor: pointer; transition: .15s ease-out; }
a:hover,.hover:hover { text-decoration: none; opacity: 0.6; }

.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 26px center;
	box-sizing: border-box;
	border: none;
	border-radius: 45px;
	margin: 0;
	padding: 12px 28px 12px 50px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.12em;
	text-align: center;
}

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


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

#wrap-inner {
	position: relative;
	display: flex;
}


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

.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;
	position: sticky;
	top: 0;
	left: 0;
	height: 100vh;
	margin: 0;
	padding: 0;
	z-index: 0;
	opacity: 0;
}

header .logo {
	position: absolute;
	top: 47px;
	left: 37px;
}

header .sns {
	position: absolute;
	bottom: 390px;
	left: 40px;
}

header .sns li a {
	display: block;
	padding: 5px;
}

header .gnav {
	position: absolute;
	bottom: 35px;
	left: 45px;
}

header .gnav li {
	margin-bottom: 6px;
}

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

header .gnav li a em {
	display: block;
	margin-bottom: 9px;
}

header .gnav li a strong {
	display: block;
}


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

.footer-inner {
	position: relative;
	padding: 230px 0 30px 50px;
}

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

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

.footer-link ul {
	display: flex;
}

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

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

.footer-author {
	display: flex;
}

.footer-author .logo-saga {
	margin-right: 32px;
}

.footer-author address {
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 0.06em;
	transform: translateY(-4px);
}

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

.footer-author address a {
	pointer-events: none;
}

footer .snav {
	position: absolute;
	bottom: 65px;
	right: 40px;
	text-align: right;
}

footer .snav li {
	margin-bottom: 5px;
}

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

.copyright {
	position: absolute;
	bottom: 42px;
	right: 40px;
	font-family: var(--font-sans);
	font-weight: 500;
	font-size: 10px;
	letter-spacing: 0.08em;
}

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


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

.contents {
	opacity: 0;
}

#newsContents,
#tabloidContents,
#site-policyContents,
#privacy-policyContents,
#errorContents {
	width: 90%;
	max-width: 2000px;
	margin: 0 auto;
}

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

/* .pic-right-top
------------------------------------*/
.pic-right-top {
	position: absolute;
	top: 93px;
	right: 13px;
}

.pic-right-top img {
	width: 117px;
}

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

.title-page span {
	display: block;
	margin-bottom: 20px;
	font-family: var(--font-sans);
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.02em;
}

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


/* news archive
---------------------------------------------------------------------------*/
.news-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 80px 45px;
	max-width: 1400px;
}

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

.news-list figure {
  position: relative;
  overflow: hidden;
	border-radius: 4px;
  width: 100%;
  height: 0;
	margin-bottom: 30px;
  padding-bottom: 75%;
}

.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: block;
	background: url(img/share/ico-triangle.svg) no-repeat left 3px center;
	margin-bottom: 13px;
	padding-left: 21px;
	font-family: var(--font-sans);
	font-size: 13px;
	letter-spacing: 0.08em;
}

.news-list .category {
	position: absolute;
	top: -4px;
	right: 0;
}

.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;
	min-width: 78px;
	padding: 3px 12px 4px 14px;
	color: var(--color-green);
	font-family: var(--font-sans);
	font-size: 12px;
	letter-spacing: 0.04em;
	text-align: center;
}

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

.news-list h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.02em;
	text-align: justify;
}

/*.news-list .author {
	display: flex;
	margin-top: 24px;
}

.news-list .author img {
	width: 44px;
	min-width: 44px;
	margin-right: 7px;
	transform: translateY(-4px);
}

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

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


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

.news-area {
	width: 100%;
	max-width: 880px;
}

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

.news-title time {
	display: block;
	margin-bottom: 15px;
	letter-spacing: 0.07em;
}

.news-title .post-categories {
	position: absolute;
	top: 36px;
	right: 0;
}

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

.news-title h1 {
	padding-right: 180px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.14em;
}

/* .news-main
------------------------------------*/
.news-main,
.news-table {
	width: 100%;
	max-width: 880px;
	padding-right: 180px;
}

.news-main, .news-main h2, .news-main p {
	font-size: 16px;
	line-height: 1.95;
	letter-spacing: 0.06em;
}

.news-main h2 { margin: 60px 0 25px; font-size: 18px; font-weight: 600; letter-spacing: 0.1em; }
.news-main > h2:first-child { margin-top: 0; }

.news-main p { margin-bottom: 20px; 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% + 180px); height: auto; margin: 20px 0 40px !important; }
.news-main p:not(:first-child) > img:first-child { margin-top: 80px !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: 30px 0 30px; }
.news-main ul li { list-style: disc; margin: 0 0 6px 22px; }
.news-main ol li { list-style: decimal; margin: 0 0 6px 24px; }
.news-main ul li:last-of-type,
.news-main ol li:last-of-type { margin-bottom: 0; }

.news-main blockquote { background: #F5F5F5; margin: 40px 0; padding: 28px 36px; text-align: justify; }
.news-main blockquote p { font-size: 14px; line-height: 1.9; letter-spacing: 0.1em; }

.news-main iframe { width: 700px; height: calc(700px * 0.5635); }

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

.news-table h3 {
	margin: 80px 0 15px;
	font-size: 18px;
	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 -5px 40px;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

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

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

.news-table th {
	position: relative;
	box-sizing: border-box;
	min-width: 140px;
	padding-right: 40px;
	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: 14px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

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

/* .author
------------------------------------*/
.news-area .author {
	display: flex;
	justify-content: space-between;
	border: 1px solid var(--color-green);
	border-radius: 4px;
	width: calc(100% - 180px);
	margin-top: 80px;
	padding: 32px 28px 25px;
}

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

.news-area .author figure {
	width: 86px;
	min-width: 86px;
	margin-right: 16px;
	transform: translateY(-5px);
}

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

.news-area .author .name {
	width: 100%;
	padding-top: 2px;
}

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

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

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

.news-area .author p {
	margin: 16px 0 0;
	font-size: 13px;
	line-height: 1.9;
	letter-spacing: 0.12em;
}

.news-area .author .share {
	width: 150px;
	min-width: 150px;
	padding: 5px 0 0;
	text-align: center;
}

.news-area .author .share h3 {
	margin-bottom: 18px;
	font-family: var(--font-sans);
	font-size: 14px;
	letter-spacing: 0.04em;
}

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

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

/* .news-next
------------------------------------*/
.news-next {
	margin-top: 90px;
}

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

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

.news-next li h3 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-underline-offset: 0.1em;
}

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

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

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


/* .wp-pagenavi
---------------------------------------------------------------------------*/
.wp-pagenavi {
	overflow: hidden;
	margin: 160px 0 0;
	font-family: var(--font-sans);
	font-size: 21px;
	font-weight: 500;
	text-align: center;
}

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

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

.wp-pagenavi .current {
	display: inline-block;
	position: relative;
	margin: 0 14px;
	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-weight: 600;
	font-size: 19px;
}


/* page top
---------------------------------------------------------------------------*/
.top-concept,
.top-project,
.top-movie,
.top-news,
.top-contact {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}

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

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

.top-news-pickup {
	overflow: hidden;
	position: absolute !important;
	top: 45px !important;
	left: 260px !important;
	/*height: 110px !important;*/
	z-index: 10;
	pointer-events: none;
	opacity: 0;
}

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

.top-news-pickup .slick-track {
	/*margin-top: 15px !important;*/
}

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

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

.top-news-pickup figure {
	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: 19px;
	font-size: 10px;
}

.top-news-pickup h2 {
	display: block;
	font-size: 15px;
	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 -2px;
}

.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 0 0 -3.5%;
	padding-top: 9.2vh;
	z-index: 0;
}

.top-img .img img {
	width: 103%;
}

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

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

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

.top-img .pic1 {
	top: 18.6%;
	right: 6.3%;
	transform: translate(50%,-50%) !important;
	width: 11.2%;
	opacity: 0;
}

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

.top-img .pic2 {
	bottom: -12.2%;
	left: 17.8%;
	transform: translate(-50%, -50%) !important;
	width: 5.1%;
}

.top-img .pic3 {
	bottom: -9.2%;
	left: 28.2%;
	transform: translate(-50%, -50%) !important;
	width: 5.8%;
}

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

/* .top-concept
------------------------------------*/
.top-concept {
	position: relative;
	margin-bottom: 170px;
	margin-top: -100px;
	padding-top: 100px;
}

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

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

.top-concept p {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 2.25;
	letter-spacing: 0.18em;
}

.top-concept .pic1 {
	top: 50px;
	right: 2px;
	z-index: 1;
	opacity: 0;
}

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

.top-concept .img {
	position: relative;
	padding: 98px 0 0 132px;
	z-index: 0;
}

.top-concept .img > img { display: block; }
.top-concept .img1 { position: absolute; top: -595px; left: 565px; }
.top-concept .img2 { position: absolute; top: -98px; left: 620px; }

.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 { opacity: 0; }

.top-concept .img .pic2 { top: 10px; left: -118px; }
.top-concept .img .pic2,
.top-concept .img .pic2 img { transform-origin: center bottom; }

.top-concept .img .pic3 { top: 233px; left: -34px; }
.top-concept .img .pic3,
.top-concept .img .pic3 img { transform-origin: center bottom; }

.top-concept .img .pic4 { top: 22px; left: 832px; }
.top-concept .img .pic4,
.top-concept .img .pic4 img { transform-origin: center bottom; }

.top-concept .img .pic5 { top: 128px; left: 547px; }
.top-concept .img .pic5,
.top-concept .img .pic5 img { transform-origin: left bottom; }

.top-concept .img .pic6 { top: 245px; left: 792px; }
.top-concept .img .pic6,
.top-concept .img .pic6 img { transform-origin: center bottom; }

/* .top-project
------------------------------------*/
.top-project {
	position: relative;
	margin-bottom: 240px;
	margin-top: -100px;
	padding-top: 100px;
	padding-left: 410px;
}

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

.top-project h2 {
	margin-bottom: 27px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.17em;
}

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

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

.top-project .txt {
	position: relative;
	margin-top: 75px;
	padding-top: 55px;
}

.top-project .txt:first-of-type {
	margin-top: 0;
}

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

.top-project p {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 2.3;
	letter-spacing: 0.18em;
}

.top-project .img {
	position: absolute;
	top: 65px;
	left: -5px;
	z-index: 0;
}

.top-project .img img {
	display: block;
	margin-bottom: 65px;
}

.top-project .img2 { margin-left: -55px; }
.top-project .img3 { margin-left: 35px; }
.top-project .img4 { margin-left: -30px; margin-top: -15px; }

.top-project .pic1 img,
.top-project .pic2 img { display: block; opacity: 0; }

.top-project .pic1 { top: 365px; right: -75px; z-index: 0; }
.top-project .pic1,
.top-project .pic1 img { transform-origin: center bottom; }

.top-project .pic2 { bottom: 220px; left: -115px; }
.top-project .pic2,
.top-project .pic2 img { transform-origin: center bottom; }

.top-project .pic3,
.top-project .pic4,
.top-project .pic5,
.top-project .pic6,
.top-project .pic7,
.top-project .pic8 {
	display: none !important;
}

/* .top-movie
------------------------------------*/
.top-movie {
	position: relative;
	margin-bottom: 240px;
	margin-top: -100px;
	padding-top: 100px;
}

.top-movie .pic { pointer-events: none; }
.top-movie .pic img { opacity: 0; }
.top-movie .pic1 { bottom: -70px; left: -105px; z-index: 1; }
.top-movie .pic2 { top: 445px; left: -115px; z-index: 1; }
.top-movie .pic3 { bottom: -65px; right: -105px; z-index: 1; }

.top-movie .movie {
	position: relative;
	overflow: hidden;
	border: 1px solid #000000;
	border-radius: 6px;
	width: 100%;
	height: 535px;
	z-index: 0;
}

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

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

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

.top-movie .movie .cover .btn img {
	transition: .15s ease-out;
}

.top-movie .movie .cover:hover .btn img {
	opacity: 0.5;
}

.top-movie .movie .cover > img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transform-origin: center center;
}

.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;
	left: calc(50% - 475px);
	width: calc(50% + 475px - 130px);
	max-width: none;
	margin: 0 0 140px;
}

/*.top-news {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 180px;
}*/

@media (min-width: 1740px) {
	.top-news,
	.top-tabloid {
		left: 0;
		width: 90%;
		max-width: 1400px;
		margin-right: auto;
		margin-left: auto;
	}
}

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

.top-news .news-category li:before {
	top: 10px;
	left: -37px;
	width: 30px;
	transform: rotate(-25deg);
}

.top-news .news-category li a {
	font-size: 20px;
}

.top-news > h2,
.top-tabloid > h2 {
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.14em;
}

.news-list-top {
	grid-template-columns: 1fr 1fr;
	gap: 35px 55px;
	padding-bottom: 100px;
}

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

.news-list-top figure {
	align-self: flex-start;
  width: 90px;
  min-width: 90px;
	margin: 0 24px 0 0;
	padding-bottom: 90px;
}

.news-list-top time {
	display: inline-block;
	margin: 0 2px 0 0;
	padding-bottom: 2px;
}

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

.news-list-top h2 {
	margin-top: 12px;
	font-size: 17px;
	line-height: 1.6;
}

/*.news-list-slide figure {
	margin-bottom: 20px;
}

.news-list-slide .slick-arrow {
	background: url(img/share/btn-arrow.svg) no-repeat;
	width: 46px;
	height: 46px;
	text-indent: -9999px;
}

.news-list-slide .slick-prev {
	position: absolute;
	bottom: 0;
	left: 0;
	transform: scaleX(-1);
}

.news-list-slide .slick-next {
	position: absolute;
	bottom: 0;
	left: 60px;
}*/

.top-news .instagram {
	display: flex;
	position: absolute;
	bottom: 0;
	right: 0;
	white-space: nowrap;
}

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

.top-news .instagram p .wide {
	display: inline !important;
}

/* .top-tabloid
------------------------------------*/
.top-tabloid {
	margin-bottom: 180px;
	margin-top: -120px;
	padding-top: 120px;
}

.top-tabloid > h2 {
	margin-bottom: 45px;
}

.top-tabloid .tabloid-list {
	padding-right: 0;
}

/* .top-contact
------------------------------------*/
.top-contact {
	position: relative;
	margin-top: -140px;
	padding-top: 140px;
}

.top-contact .pic img { opacity: 0; }

.top-contact .pic2 { top: -15px; right: 80px; z-index: 0; }
.top-contact .pic3 { top: 50px; right: 190px; z-index: 0; }

.top-contact .pic4 { top: 155px; right: 0; z-index: 0; }
.top-contact .pic4,
.top-contact .pic4 img { transform-origin: right bottom; }


.top-contact > h2 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.top-contact > p {
	line-height: 2.1;
	letter-spacing: 0.12em;
}

/* .form-wrap
------------------------------------*/
.form-wrap {
	width: 760px;
	margin: 60px 0 0;
}

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

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

.form-wrap dt {
	box-sizing: border-box;
	width: 230px;
	padding-top: 15px;
}

.form-wrap dt,
.form-wrap dt p {
	font-size: 17px;
	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 {
	display: block;
	font-size: 12px;
	letter-spacing: 0.1em;
}

.form-wrap dt span i {
	display: none;
}

.form-wrap dd {
  box-sizing: border-box;
	width: calc(100% - 230px);
	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);
	width: 100%;
	height: 48px;
	padding: 12px 20px;
	font-size: 15px;
	letter-spacing: 0.03em;
}

.form-wrap textarea {
	height: 400px;
	padding: 18px 20px;
}

::-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: 20px 0 0 230px;
}

.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: inline-block;
	margin: 75px 0 0 230px;
}

.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 26px center;
	box-sizing: border-box;
	border: none;
	border-radius: 45px;
	margin: 0;
	padding: 12px 28px 12px 50px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.12em;
	text-align: center;
	white-space: nowrap;
	transition: .15s ease-out;
}

.btn-submit input:hover { opacity: 0.7; }

/* 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: 10px 0 0;
	padding: 0;
	color: var(--color-green);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

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

.txt-response,
.wpcf7-response-output {
	margin: 30px 0 0 230px;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

.wpcf7-response-output:first-child {
	margin: -45px 0 45px;
	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: 45px 0 220px;
}

.page-head h1 {
	font-size: 16px;
	letter-spacing: 0.14em;
}

.page-head h1 em {
	display: block;
	margin: 0 0 16px -1px;
	font-family: var(--font-sans);
	font-size: 24px;
	letter-spacing: 0.02em;
}

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

.news-category {
	display: flex;
}

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

.news-category li:before {
	display: block;
	content: '';
	position: absolute;
	top: 12px;
	left: -39px;
	background-color: var(--color-text);
	width: 34px;
	height: 1.5px;
	transform: rotate(-29deg);
}

.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: 24px;
	font-weight: 400;
	letter-spacing: 0.03em;
}


/* page tabloid
---------------------------------------------------------------------------*/
#tabloidContents .title-page {
	margin-bottom: 220px;
}

#tabloidContents .title-page span {
	margin-bottom: 16px;
}

/* .tabloid-list
------------------------------------*/
.tabloid-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 110px 50px;
	max-width: 1490px;
	padding-right: 90px;
}

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

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

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

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

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

.tabloid-list h2 strong {
	display: block;
	margin: 0 0 4px -1px;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.13em;
}

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

.tabloid-list time {
	display: block;
	margin: 0 0 33px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.05em;
}

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

.tabloid-list p {
	font-size: 13px;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.04em;
}

.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: 13px 10px 14px;
	color: #FFFFFF;
	font-family: var(--font-sans);
	font-size: 12px;
	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 {
	width: 700px;
}

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

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

.sec-policy p.lh {
	line-height: 2;
	letter-spacing: 0.05em;
}

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

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

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

/* .sec-policy
------------------------------------*/
.sec-policy {
	margin-bottom: 50px;
	padding: 0 0 0 22px;
}

.sec-policy:last-of-type {
	margin-bottom: 0;
}

.sec-policy h2 {
	position: relative;
	margin-bottom: 20px;
	font-size: 16px;
	letter-spacing: 0.14em;
}

.sec-policy h2:not(:has(i)) {
	margin-left: -22px;
}

.sec-policy h2 i {
	display: block;
	position: absolute;
	top: 0;
	left: -36px;
	width: 30px;
	letter-spacing: 0;
	text-align: right;
}

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

/* .txt-link
------------------------------------*/
.txt-link {
	margin-top: 45px;
	margin-bottom: 5px;
}

.txt-link li:not(:last-of-type) {
	margin-bottom: 20px;
}

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


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


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

}