﻿@charset "UTF-8";
/* CSS Document */

/*==============================
section
==============================*/
section {
	position: relative;
	z-index: 2;
}
section.height {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: auto 100%;
}
@media screen and (min-aspect-ratio: 1200/800) {
	section.height {
		background-size: 100% auto;
	}
}

/*sp*/
.sp section.height,
.tablet section.height {
	background-attachment: scroll;
}

body {
width:100%;
height:100%;
min-width:1200px;
}

body:not(.sp):not(.tab) #header {
	min-width: 1200px;
}

/*==============================
localnav
==============================*/
#localnav .localnav_btn span.span01, #localnav .localnav_btn span.span04 {
    color: #fff;
}
#localnav .localnav_btn span.span02, #localnav .localnav_btn span.span03 {
    background: #fff;
}
#localnav .localnav_btn.active span.span01, #localnav .localnav_btn.active span.span04 {
    color: #464b4b;
}
#localnav .localnav_btn.active span.span02, #localnav .localnav_btn.active span.span03 {
    background: #464b4b;
}



/*==============================
sec01
==============================*/
#sec01 {
	position: relative;
	z-index: 3;
	overflow: hidden;
}
.sp #sec01 {
	display: table;
	width: 100%;
}
@keyframes anim_sec01_bg {
	0% {left: 0%;}
	100% {left: -100%;}
}
#sec01 h1 {
    position: absolute;
    left: 62%;
	bottom: 470px;
    margin-left: -80px;
    color: #FFFFFF;
    font-size: 4.4rem;
    line-height: 1;
    letter-spacing: .1em;
}
/*スライド設定*/
#sec01 {
	min-height: 700px;
	background: rgba(0, 0, 0, 1);
}
#sec01 .slide {
	opacity: 0;
	transition: all 3s;
	background: rgba(0, 0, 0, 0.9);
}
#sec01 .slide.active {
	opacity: 1;
}
#sec01 .slide p.image,
#sec01 .slide p.image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
#sec01 .slide p.image .zoom{
	transition: transform 16s;
	transform: scale(1.1);
}
#sec01 .slide p.mb{
	display:none;
}
.sp #sec01 .slide p.mb{
	display:block;
}
#sec01 .slide p.pc{
	display:block;
}
.sp #sec01 .slide p.pc{
	display:none;
}
#sec01 .control {
    position: absolute;
    left: 59.5%;
	bottom: 354px;
    margin-left: -80px;
    color: #F2F2F2;
    font-size: 1.88em;
    font-weight: normal;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-content: center;
    -webkit-align-content: center;
    letter-spacing: 0.1em;
}
.sp #sec01 .control{
	font-size: 20px;
    top: 60%;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	margin: 0;

}
#sec01 .control .top{
	display:flex;
	display: -webkit-flex; /* Safari */
	align-items:center;
	-webkit-align-items: center;
	align-content:space-between;
	-webkit-align-content:space-between;
}
#sec01 .control .top a{
	display:flex;
	display: -webkit-flex; /* Safari */
	align-items:center;
	-webkit-align-items:center;
	margin:0 40px;
	cursor:pointer;
}

#sec01 .control .top .prev::after{
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-bottom: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
}
#sec01 .control .top .next::after{
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0;
}

#sec01 .control .bottom {
    font-size: 13px;
    text-align: center;
    padding-top: 5px;
    letter-spacing: 0;
}
.sp #sec01 h1 {
	font-size: 38px;
    font-weight: 200;
    margin-left: -52%;
    top: 30%;
}
#sec01 .info {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	left: 0;
	bottom: 40px;
	padding: 0;
	color: #fff;
}
#sec01 .info::after {
	position: absolute;
	top: -170px;
	right: 50%;
	width: 1px;
	background-color: #fff;
	content: "";
	-webkit-animation: slidedown 1.8s infinite;
	-moz-animation: slidedown 1.8s infinite;
	-ms-animation: slidedown 1.8s infinite;
	-o-animation: slidedown 1.8s infinite;
	animation: slidedown 1.8s infinite; /* this comes last */
}
.sp #sec01 .info::after
{
	display:none;
}
.sp #sec01 + .info:before{
	position: absolute;
	top: calc(100vh - 145px);
	right: 50%;
	border-left:solid 1px #FFFFFF;
	background-color: #fff;
	display:block;
	content: "";
	-webkit-animation-name: spslide;
	-webkit-animation-duration: 3s;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	animation-name: spslide;
	animation-duration: 3s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	max-height:50px;
	z-index:99999;

}
@-webkit-keyframes slidedown {
	0% {height: 1px}
	100% {height: 100px}
}

@-moz-keyframes slidedown {
	0% {height: 1px}
	100% {height: 100px}
}

@-o-keyframes slidedown {
	0% {height: 1px}
	100% {height: 100px}
}

@keyframes slidedown {
	0% {height: 1px}
	100% {height: 100px}
}

@-webkit-keyframes spslide {
	0% {height: 1px}
	100% {height: 50px}
}

@-moz-keyframes spslide {
	0% {height: 1px}
	100% {height: 50px}
}

@-o-keyframes spslide {
	0% {height: 1px}
	100% {height: 50px}
}

@keyframes spslide {
	0% {height: 1px}
	100% {height: 50px}
}
.sp #sec01 .info {
	display: none;
}
#sec01 .info a {
	color: #fff;
}
#sec01 .info a:hover {
	text-decoration: underline;
}
#sec01 .info .info_in {
	display: flex;
	max-height: 238px;
	background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)) no-repeat center / calc(100% - 100px) 100%;
	padding: 24px 0 22px;
	margin-top: 30px;
}
#sec01 .info .info_right {
	order: 2;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-direction: column;
	width: 38%;
	box-sizing: border-box;
	padding-right: 50px;
}
#sec01 .info .info_left {
	order: 1;
	width: calc(62% - 380px);
	margin-left: 120px;
	margin-right: 180px;
	position: relative;
}
#sec01 .info .info_news figure.bnr img{
	max-width: 100%;
	width: 263px;
	height: auto;
}
.sp .info .info_news figure.bnr img{
	max-width: 100%;
}
.sp .info .info_right .info-box {
	margin-bottom: 10px;
}
#sec01 .info h2 {
	color: #fff;
	font-size: 1.323rem;
	display: inline-block;
	margin-right: 10px;
}
#sec01 .info dl{
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
#sec01 .info dl dt{
	width: 60px;
	padding: 0 0 5px;
}
#sec01 .info dl dd {
	width: calc( 100% - 60px );
	font-size: 0.856rem;
	padding: 3px 10px 0;
	box-sizing: border-box;
}
#sec01 .info p.link {
	/* float: right;
	margin-top: -22px; */
	display: inline-block;
}
#sec01 .info p.link a {
	display: inline-block;
	background: url(https://forest.toppan.co.jp/img/01_ico01.png) no-repeat right center;
	padding-right: 20px;
}
#sec01 .info p.link a:hover {
	text-decoration: none;
	animation: anim_sec01_link .3s linear 2 0s forwards;
}
@keyframes anim_sec01_link {
	0% {padding-right: 20px;}
	50% {padding-right: 25px;}
	100% {padding-right: 20px;}
}
#sec01 .scroll {
	position: absolute;
	left: 50%;
	margin-left: -27px;
	bottom: 0;
	padding-bottom: 18px;
}
#sec01 .scroll:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 10px;
	width: 14px;
	height: 8px;
	margin-left: -7px;
	background: url(https://forest.toppan.co.jp/img/01_ico02_02.png) no-repeat;
	background-size: cover;
	animation: anim_sec01_scroll 1s ease-out infinite 0s;
}
@keyframes anim_sec01_scroll {
	0% {bottom: 10px;}
	100% {bottom: 4px;}
}
#sec01 .info .info_left .swiper-slide {
	display: block;
	text-align: center;
}
#sec01 .info .info_left .swiper-slide > a {
	display: inline-block;
}
#sec01 .info .info_left .swiper-slide img {
	max-width: 100%;
	max-height: 238px;
    object-fit: contain;
}
#sec01 .info .info_left .swiper-button-prev {
	left: -40px;
}
#sec01 .info .info_left .swiper-button-next {
	right: -40px;
}
#sec01 .info .info_left .swiper-button-prev::after {
	content: '';
	width: 20px;
	height: 20px;
	border: 0px;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#sec01 .info .info_left .swiper-button-next::after {
	content: '';
	width: 20px;
	height: 20px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sp #sec01 + .info .info_left {
	width: auto;
	position: relative;
}
.sp #sec01 + .info .info_left .swiper-slide {
	display: block;
	text-align: center;
}
.sp #sec01 + .info .info_left .swiper-slide > a {
	display: inline-block;
	background-color: #fff;
}
.sp #sec01 + .info .info_left .swiper-slide img {
	max-width: 100%;
	max-height: 238px;
    object-fit: contain;
}
.sp #sec01 + .info .info_left .swiper-button-prev {
	color: #fff;
	left: -3px;
}
.sp #sec01 + .info .info_left .swiper-button-next {
	color: #fff;
	right: -3px;
}
.sp #sec01 + .info .info_left .swiper-button-prev::after,
.sp #sec01 + .info .info_left .swiper-button-next::after {
	font-size: 30px;
}

/*sp info*/
.sp #sec01 + .info {
	background: #191817;
	padding: 20px;
	color: #fff;
}
.sp #sec01 + .info a {
	color: #fff;
}
.sp #sec01 + .info .info_left figure a{
	display: inline-block;
	background: #fff;
}
.sp #sec01 + .info h2 {
	font-size: 1.286rem;
	display: inline-block;
	margin-right: 10px;
}
.sp #sec01 + .info dl{
	display: flex;
	flex-wrap: wrap;
}
.sp #sec01 + .info dl dt{
	width: 60px;
	padding: 0 0 5px;
}
.sp #sec01 + .info dl dd {
	width: calc( 100% - 60px );
	font-size: 0.857rem;
	padding: 3px 0 5px;
}
.sp #sec01 + .info .info_news {
	position: relative;
}
.sp #sec01 + .info p.link {
/* 	position: absolute;
	right: 0;
	top: 0; */
	display: inline-block;
}
.sp #sec01 + .info p.link a {
	display: inline-block;
	background: url(https://forest.toppan.co.jp/img/01_ico01.png) no-repeat right center;
	padding-right: 20px;
}
.sp #sec01 + .info p.link a:hover {
	text-decoration: none;
	animation: anim_sec01_link .3s linear 2 0s forwards;
}
.sp #sec01 + .info .info_events {
	margin-top: 20px;
}
.sp #sec01 + .info .info_left figure {
	margin-top: 5px;
	max-width: 100%;
	width: 100%;
}
.sp #sec01 + .info .info_left figure img {
	width: auto;
	max-width: 100%;
}



/*==============================
sec02
==============================*/
#sec02 {
	background-image: url(https://forest.toppan.co.jp/img/02_bg.jpg);
}
.sp #sec02 {
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}
#sec02 .in {
	position: fixed;
	left: 0;
	top: 50%;
	min-width: 1000px;
	width: 100%;
	text-align: center;
	opacity: 0;
	transition: opacity .5s ease-out;
}
.sp #sec02 .in {
	position: relative;
	left: auto;
	top: auto;
	min-width: 0;
	width: auto;
	display: table-cell;
	vertical-align: middle;
	margin-top: 0!important;
}
#sec02.active .in {
	opacity: 1;
}
#sec02 h2 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #7a7567;
	font-size: 2.571rem;
}
.sp #sec02 h2 {
	font-size: 1.286rem;
	margin: 0 -10px;
}
#sec02 h2 span {
	display: inline-block;
}
#sec02 h2 span:first-child {
	margin-right: 30px;
}
.sp #sec02 h2 span:first-child {
	margin-right: 10px;
}
#sec02 h2 span:last-child {
	margin-left: 30px;
}
.sp #sec02 h2 span:last-child {
	margin-left: 10px;
}
#sec02 p {
	margin-top: 40px;
	font-size: 1.145rem;
	line-height: 2em;
}
.sp #sec02 p {
	margin-top: 30px;
	font-size: 1rem;
}
#sec02 .btn {
	margin-top: 50px;
}
.sp #sec02 .btn {
	margin-top: 30px;
}
#sec02 .btn a {
	display: inline-block;
	position: relative;
	border: 1px solid #191817;
	padding: 8px 60px;
	transition: all .2s linear .2s;
	color: #191817;
}
#sec02 .btn a span {
    position: relative;
    z-index: 1;
    font-weight: normal;
}
#sec02 .btn a:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 0%;
	background: #191817;
	z-index: 0;
	transition: all .2s ease-out;
}
#sec02 .btn a:hover:after {
	top: 0%;
	height: 100%;
}
#sec02 .btn a:hover {
	color: #fff;
}



/*==============================
sec03
==============================*/
#sec03 {
	background: #fff;
}

/*cnts01*/
#sec03 .cnts01 {
	width: 1000px;
	box-sizing: border-box;
	padding: 40px 100px;
	margin: 0 auto;
}
.sp #sec03 .cnts01 {
	width: auto;
	box-sizing: border-box;
	padding: 50px 20px 20px;
	margin: 0 auto;
}
#sec03 .cnts01 h2 {
	text-align: center;
	font-size: 3.573rem;
}
.sp #sec03 .cnts01 h2 {
	font-size: 1.929rem;
}
#sec03 .cnts01 .cnts {
	margin-top: 40px;
}
.sp #sec03 .cnts01 .cnts {
	margin-top: 20px;
}
#sec03 .cnts01 .cnts p {
	float: left;
}
.sp #sec03 .cnts01 .cnts p {
	float: none;
}
#sec03 .cnts01 .cnts .btn {
	float: right;
}
.sp #sec03 .cnts01 .cnts .btn {
	float: none;
	margin-top: 15px;
	text-align: center;
}
#sec03 .cnts01 .cnts .btn a {
	display: inline-block;
	position: relative;
	border: 1px solid #191817;
	padding: 8px 40px 8px 60px;
	color: #191817;
}
#sec03 .cnts01 .cnts .btn a span {
	display: inline-block;
    position: relative;
    z-index: 1;
    font-weight: normal;
	background: url(https://forest.toppan.co.jp/img/03_ico01_off.png) no-repeat right center;
	padding-right: 30px;
	min-height: 10px;
}
#sec03 .cnts01 .cnts .btn a:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 0%;
	background: #191817;
	z-index: 0;
	transition: all .2s ease-out;
}
#sec03 .cnts01 .cnts .btn a:hover:after {
	top: 0%;
	height: 100%;
}
#sec03 .cnts01 .cnts .btn a:hover {
	color: #fff;
}
#sec03 .cnts01 .cnts .btn a:hover span {
	background-image: url(https://forest.toppan.co.jp/img/03_ico01_on.png);
}

/*cnts02*/
#sec03 .cnts02 {
	position: relative;
}
#sec03 .cnts02 + .cnts02 {
	margin-top: 10px;
}
.sp #sec03 .cnts02 + .cnts02 {
	margin-top: 60px;
}
#sec03 .cnts02 .cnts02_01,
#sec03 .cnts02 .cnts02_02 {
	position: relative;
}
#sec03 .cnts02 .cnts02_02 {
	display: none;
}
#sec03 .cnts02.cnts02a .bg {
	text-align: right;
	padding-left: 200px;
}
.sp #sec03 .cnts02.cnts02a .bg {
	padding-left: 0;
}
#sec03 .cnts02.cnts02b .bg {
	text-align: left;
	padding-right: 200px;
}
.sp #sec03 .cnts02.cnts02b .bg {
	padding-right: 0;
}
#sec03 .cnts02 .bg img {
	width: 100%;
}
#sec03 .cnts02 .bg img.img_sp {
	display: none;
}
.sp #sec03 .cnts02 .bg img.img_pc {
	display: none;
}
.sp #sec03 .cnts02 .bg img.img_sp {
	display: inline-block;
}
#sec03 .cnts02 .txt {
	position: absolute;
	top: 50px;
	bottom: 50px;
	box-sizing: border-box;
	width: 450px;
	padding: 0 100px;
	box-shadow: 0px 0px 30px 0px #999;
}
.sp #sec03 .cnts02 .txt {
	position: relative;
	top: auto !important;
	bottom: auto !important;
	left: auto !important;
	width: auto;
	margin: -100px 20px 0;
	padding: 30px 30px 50px;
}
#sec03 .cnts02 .txt > .in {
	display: table;
	height: 100%;
}
.sp #sec03 .cnts02 .txt > .in {
	display: block;
	height: auto;
}
#sec03 .cnts02 .txt > .in > .in {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 50px;
}
.sp #sec03 .cnts02 .txt > .in > .in {
	display: block;
	padding-bottom: 0;
}
#sec03 .cnts02 .cnts02_01 .txt {
	display: none;
}
#sec03 .cnts02.cnts02a .txt {
	left: 100px;
	background: rgba(255,255,255,.95);
}
.sp #sec03 .cnts02.cnts02a .txt {
	left: auto;
}
#sec03 .cnts02.cnts02b .txt {
	right: 100px;
	background: rgba(70,75,75,.95);
	color: #fff;
}
.sp #sec03 .cnts02.cnts02b .txt {
	right: auto;
}
#sec03 .cnts02 .txt .txt01 {
	color: #8d8777;
	font-size: 1.714rem;
}
.sp #sec03 .cnts02 .txt .txt01 {
	font-size: 1.5rem;
}
#sec03 .cnts02 .txt .txt02 {
	position: relative;
	margin-top: 30px;
}
.sp #sec03 .cnts02 .txt .txt02 {
	margin-top: 15px;
	padding-left: 22px;
}
.sp #sec03 .cnts02 .txt .txt02 img {
	height: 20px;
}
#sec03 .cnts02 .txt .txt02:before {
	content: "";
	display: block;
	position: absolute;
	left: -30px;
	top: 50%;
	margin-top: -1px;
	width: 20px;
	height: 2px;
}
.sp #sec03 .cnts02 .txt .txt02:before {
	left: 0;
	width: 17px;
}
#sec03 .cnts02.cnts02a .txt .txt02:before {
	background: #000;
}
#sec03 .cnts02.cnts02b .txt .txt02:before {
	background: #fff;
}
#sec03 .cnts02 .txt h3 {
	margin-top: 15px;
	font-size: 2.858rem;
	font-weight: bold;
}
.sp #sec03 .cnts02 .txt h3 {
	font-size: 1.786rem;
}
#sec03 .cnts02.cnts02a .txt h3 {
	color: #464b4b;
}
#sec03 .cnts02.cnts02b .txt h3 {
	color: #fff;
}
#sec03 .cnts02 .txt .txt03 {
	margin-top: 25px;
}
.sp #sec03 .cnts02 .txt .txt03 {
	margin-top: 15px;
}
#sec03 .cnts02 .txt .txt_btn {
	margin-top: 20px;
}
.sp #sec03 .cnts02 .txt .txt_btn {
	margin-top: 15px;
	text-align: center;
}
#sec03 .cnts02 .txt .txt_btn a {
	display: inline-block;
	position: relative;
	padding: 8px 60px;
	transition: all .2s linear .2s;
}
#sec03 .cnts02.cnts02a .txt .txt_btn a {
	border: 1px solid #191817;
	color: #191817;
}
#sec03 .cnts02.cnts02b .txt .txt_btn a {
	border: 1px solid #fff;
	color: #fff;
}
#sec03 .cnts02 .txt .txt_btn a span {
    position: relative;
    z-index: 1;
    font-weight: normal;
}
#sec03 .cnts02 .txt .txt_btn a:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 0%;
	z-index: 0;
	transition: all .2s ease-out;
}
#sec03 .cnts02.cnts02a .txt .txt_btn a:after {
	background: #191817;
}
#sec03 .cnts02.cnts02b .txt .txt_btn a:after {
	background: #fff;
}
#sec03 .cnts02 .txt .txt_btn a:hover:after {
	top: 0%;
	height: 100%;
}
#sec03 .cnts02.cnts02a .txt .txt_btn a:hover {
	color: #fff;
}
#sec03 .cnts02.cnts02b .txt .txt_btn a:hover {
	color: #191817;
}
#sec03 .cnts02 .txt .btn {
	position: absolute;
	bottom: 50px;
	cursor: pointer;
}
.sp #sec03 .cnts02 .txt .btn {
	bottom: -30px;
}
#sec03 .cnts02.cnts02a .txt .btn {
	right: -81px;
}
.sp #sec03 .cnts02.cnts02a .txt .btn {
	right: -20px;
}
#sec03 .cnts02.cnts02b .txt .btn {
	left: -81px;
}
.sp #sec03 .cnts02.cnts02b .txt .btn {
	left: auto;
	right: -20px;
}
#sec03 .cnts02 .txt .btn:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -13px;
	background: url(https://forest.toppan.co.jp/img/03_ico02_off.png) no-repeat;
	width: 40px;
	height: 14px;
}
.sp #sec03 .cnts02 .txt .btn:after {
	width: 30px;
	height: 10px;
	margin-left: -15px;
	margin-top: -10px;
	background-size: 100% 100%;
}
#sec03 .cnts02 .txt .btn:hover:after {
	width: 0;
	background: url(https://forest.toppan.co.jp/img/03_ico02_on.png) no-repeat;
	animation: anim_sec03_btn .5s linear 0s 1 normal forwards;
}
.sp #sec03 .cnts02 .txt .btn:hover:after {
	width: 30px;
	background-size: 100% 100%;
	animation: none;
}
@keyframes anim_sec03_btn {
	0% {width: 0;}
	100% {width: 40px;}
}
#sec03 .cnts02 .txt .btn ul li {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	background: #191817;
	color: #fff;
	text-align: center;
	transition: all .2s linear;
}
.sp #sec03 .cnts02 .txt .btn ul li {
	width: 60px;
	height: 60px;
}
#sec03 .cnts02 .txt .btn:hover ul li {
	background: #fff;
	color: #191817;
}
#sec03 .cnts02 .txt .btn ul li.btn02 {
	margin-left: 1px;
}
#sec03 .cnts02 .txt .btn ul li span {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	line-height: 1;
}
#sec03 .cnts02 .txt .btn ul li span.span01 {
	font-size: 2.25rem;
	bottom: 50%;
	margin-bottom: -5px;
}
.sp #sec03 .cnts02 .txt .btn ul li span.span01 {
	font-size: 22px;
}
#sec03 .cnts02 .txt .btn ul li span.span02 {
	font-size: 0.9rem;
	top: 50%;
	margin-top: 10px;
}
.sp #sec03 .cnts02 .txt .btn ul li span.span02 {
	font-size: 8px;
}
#sec03 .cnts02 .cnts02_02 .txt .btn:after {
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: -20px;
    background: url(https://forest.toppan.co.jp/img/03_ico03_off.png) no-repeat right center;
}
.sp #sec03 .cnts02 .cnts02_02 .txt .btn:after {
    margin-right: -15px;
	background-size: 100% 100%;
}
#sec03 .cnts02 .cnts02_02 .txt .btn:hover:after {
	background: url(https://forest.toppan.co.jp/img/03_ico03_on.png) no-repeat right center;
}
.sp #sec03 .cnts02 .cnts02_02 .txt .btn:hover:after {
	background-size: 100% 100%;
}

/* === シミュレーターボタン === */
#sec03 .cnts02.cnts02c {
	margin: 45px 0;
}
#sec03 .cnts02.cnts02c .bg .img_sp {
	display: none;
}
.sp #sec03 .cnts02.cnts02c .bg .img_pc {
	display: none;
}
.sp #sec03 .cnts02.cnts02c .bg .img_sp {
	display: block;
}
#sec03 .cnts02.cnts02c figure{
	position: relative;
}
#sec03 .cnts02.cnts02c figure img{
	width: 100%;
}
#sec03 .cnts02.cnts02c figure figcaption{
	position: absolute;
	left: 20%;
	top: 40%;
	width: 40%;
	font-size: 15px;
}
.sp #sec03 .cnts02.cnts02c figure figcaption {
	position: absolute;
	left: 17%;
	top: 28%;
	width: 60%;
	font-size: 3.2vw;
	line-height: 1.8;
}
#sec03 .cnts02.cnts02c .btn{
	position: absolute;
	left: 20%;
	bottom: 8%;
}
.sp #sec03 .cnts02.cnts02c .btn{
	left: 0;
	bottom: 12%;
	text-align: center;
	width: 100%;
	font-size: 3.2vw;
}
#sec03 .cnts02.cnts02c .btn a {
	background-color: #191817;
	background-image: url(../img/03_img05_arrow.png);
	background-position: 92% center;
	background-repeat: no-repeat;
	padding: 8px 60px;
	position: relative;
	display: inline-block;
	transition: all .2s linear .2s;
}
.sp #sec03 .cnts02.cnts02c .btn a {
	background-image: none;
	padding: 10px 1em;
}
#sec03 .cnts02.cnts02c .btn a {
	border: 1px solid #191817;
	color: #FFFFFF;
}
#sec03 .cnts02.cnts02c .btn a span {
    position: relative;
    z-index: 1;
    font-weight: normal;
}
#sec03 .cnts02.cnts02c .btn a:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 0%;
	z-index: 0;
	transition: all .2s ease-out;
}
#sec03 .cnts02.cnts02c .btn a:after {
	background: #FFFFFF;
}
#sec03 .cnts02.cnts02c .btn a:hover:after {
	top: 0%;
	height: 100%;
}
#sec03 .cnts02.cnts02c .btn a:hover {
	color: #191817;
}


/*==============================
sec04
==============================*/
#sec04 {
	background: #fff;
	padding-top: 100px;
}
.sp #sec04 {
	padding-top: 0;
	margin-top: 75px;
}
#sec04 h2 {
	text-align: center;
	font-size: 3.573rem;
}
.sp #sec04 h2 {
	font-size: 1.929rem;
}
#sec04 .cnts {
	margin-top: 20px;
	position: relative;
	padding: 0 100px;
}
.sp #sec04 .cnts {
	margin-top: 10px;
	padding: 0;
}
#sec04 .cnts figure img {
	width: 100%;
}
#sec04 .cnts figure img.img_sp {
	display: none;
}
.sp #sec04 .cnts figure img.img_pc {
	display: none;
}
.sp #sec04 .cnts figure img.img_sp {
	display: inline-block;
}
#sec04 .cnts .txt {
	position: absolute;
	box-sizing: border-box;
	width: 600px;
	height: 340px;
	padding: 0 100px;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -170px;
	background: rgba(236,238,238,0.95);
	opacity: 0;
	transition: opacity .5s ease-out;
}
.sp #sec04 .cnts .txt {
	position: absolute;
	box-sizing: border-box;
	left: 20px;
	right: 20px;
	width: auto;
	height: auto;
	padding: 0 40px;
	top: 90px;
	bottom: 160px;
	margin-left: 0;
	margin-top: 0;
}
#sec04.active .cnts .txt {
	opacity: 1;
}
#sec04 .cnts .txt > .in {
	display: table;
	height: 100%;
}
#sec04 .cnts .txt > .in > .in {
	display: table-cell;
	vertical-align: middle;
}
#sec04 .cnts .txt h3 {
	font-size: 2.858rem;
	text-align: center;
}
.sp #sec04 .cnts .txt h3 {
	font-size: 20px;
}
#sec04 .cnts .txt p {
	margin-top: 20px;
}
.sp #sec04 .cnts .txt p {
	margin-top: 15px;
}
#sec04 .btn {
	margin-top: 30px;
	text-align: center;
}
.sp #sec04 .btn {
	margin-top: 15px;
}
#sec04 .btn a {
	display: inline-block;
	position: relative;
	border: 1px solid #191817;
	padding: 8px 60px;
	transition: all .2s linear .2s;
	color: #191817;
}
#sec04 .btn a span {
    position: relative;
    z-index: 1;
    font-weight: normal;
}
#sec04 .btn a:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 0%;
	background: #191817;
	z-index: 0;
	transition: all .2s ease-out;
}
#sec04 .btn a:hover:after {
	top: 0%;
	height: 100%;
}
#sec04 .btn a:hover {
	color: #fff;
}



/*==============================
sec05
==============================*/
#sec05 {
	background: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
}
.sp #sec05 {
	padding-top: 50px;
	padding-bottom: 0;
}
#sec05 h2 {
	text-align: center;
	font-size: 3.573rem;
}
.sp #sec05 h2 {
	font-size: 1.929rem;
}
#sec05 .cnts {
	margin-top: 20px;
	position: relative;
	padding: 0 100px;
}
.sp #sec05 .cnts {
	margin-top: 15px;
	padding: 0;
}
#sec05 .cnts figure img {
	width: 100%;
}
#sec05 .cnts figure img.img_sp {
	display: none;
}
.sp #sec05 .cnts figure img.img_pc {
	display: none;
}
.sp #sec05 .cnts figure img.img_sp {
	display: inline-block;
}
#sec05 .cnts .txt {
	position: absolute;
	box-sizing: border-box;
	width: 450px;
	padding: 0 80px;
	left: 150px;
	top: 50px;
	bottom: 50px;
	background: rgba(43,43,43,0.95);
	opacity: 0;
	transition: opacity .5s ease-out;
	color: #fff;
}
.sp #sec05 .cnts .txt {
	width: auto;
	padding: 0 40px;
	left: 20px;
	right: 20px;
	top: 42px;
	bottom: 42px;
}
#sec05.active .cnts .txt {
	opacity: 1;
}
#sec05 .cnts .txt > .in {
	display: table;
	height: 100%;
}
#sec05 .cnts .txt > .in > .in {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 20px;
}
.sp #sec05 .cnts .txt > .in > .in {
	padding-bottom: 0;
}
#sec05 .cnts .txt h3 {
	text-align: center;
}
.sp #sec05 .cnts .txt h3 img {
	width: 60px;
}
#sec05 .cnts .txt dl {
	margin-top: 40px;
}
.sp #sec05 .cnts .txt dl {
	margin-top: 15px;
}
#sec05 .cnts .txt dt {
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}
.sp #sec05 .cnts .txt dt {
	margin-bottom: .5em;
}
#sec05 .btn {
	margin-top: 35px;
}
.sp #sec05 .btn {
	margin-top: 15px;
	text-align: center;
}
#sec05 .btn a {
	display: inline-block;
	position: relative;
	border: 1px solid #fff;
	padding: 8px 60px;
	transition: all .2s linear .2s;
	color: #fff;
}
#sec05 .btn a span {
    position: relative;
    z-index: 1;
    font-weight: normal;
}
#sec05 .btn a:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 0%;
	background: #fff;
	z-index: 0;
	transition: all .2s ease-out;
}
#sec05 .btn a:hover:after {
	top: 0%;
	height: 100%;
}
#sec05 .btn a:hover {
	color: #191817;
}



/*==============================
load
==============================*/
#load {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #eaeeee;
	z-index: 9999;
}
#load svg {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -200px;
	width: 400px;
	height: 400px;
}
.sp #load svg {
	margin-left: -75px;
	margin-top: -75px;
	width: 150px;
	height: 150px;
}
#load svg path {
	stroke:#898989;
	fill: #898989;
	stroke-dasharray: 2300;
	stroke-width: 1;
	stroke-dashoffset: 0;
}
#load.ie svg {
	margin-left: -100px;
	margin-top: -100px;
	width: 200px;
	height: 200px;
}

/* === モーダル === */
#event-modal{
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 101;
	margin: 0;
	border: none;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0,0,0,0.5);
	padding-top: 45px;
}
#event-modal .event-modal-inner{
	text-align: center;
	display: flex;
  justify-content: center;
  align-items: center;
	height: 100%;
}
#event-modal .event-modal-img{
	position: relative;
	display: inline-block;
	max-width: 65%;
	background-color: #fff;
}
.sp #event-modal .event-modal-img{
	max-width: 85%;
}
#event-modal .event-modal-img img{
	max-width: 100%;
}
#event-modal .event-modal-img img:hover{
	opacity: .8;
	transition: ease-in-out .8s;
}
#event-modal .event-modal-img .close{
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 100%;
	cursor: pointer;
}
#event-modal{
}

#event-modal .event-modal-img .close {
	position: absolute;
	right: 0;
	bottom: 100%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 1000;
	transition: all .5s ease-in-out;
}
#event-modal .event-modal-img .close span {
	position: absolute;
	display: block;
	background: #fff;
	height: 2px;
	left: 0;
	top: 18px;
	width: 40px;
	-ms-transform-origin: center center;
	transform-origin: center center;
}
#event-modal .event-modal-img .close span.span01 {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#event-modal .event-modal-img .close span.span02 {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 18px;
}
#event-modal .event-modal-img .close:hover {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}


.sp #event-modal .event-modal-img .close {
	bottom: 100%;
	width: 10vw;
	height: 10vw;
}
.sp #event-modal .event-modal-img .close span {
	width: 10vw;
}







/*==============================
2021.02.22 追加
==============================*/
.expance_wrap {
background: #ffffff; overflow: hidden; position: relative; z-index: 2;
}
.expance {
  margin: 100px auto 100px auto;
  padding: 0 0 0 0;
  height: 553px;
  position: relative;
  overflow: hidden;
}

.expance .back {
  margin: 0 0 0 10.5%;
  padding: 0 0 0 0;
  width: 89.5%;
  height: 553px;
  background: url(../img/img01.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 10.5%;
  z-index: 0;
}

.expance .wrap {
	margin: 0 auto;
    padding: 0;
    width: 90%;
    max-width: 1700px;
    text-align: left;
    position: absolute;
    z-index: 1;
    top: 50px;
}

.expance .box {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 445px;
  color: #ffffff;
  text-align: center;
  background:#846347;
  overflow: hidden;
	box-shadow: 0px 0px 30px 0px #999;
}

.expance .box .image {
  margin: 0 auto;
  padding: 39px 0 30px 0;
  width: 150px;
}

.expance .box h3 {
  margin: 0 auto 20px auto;
  padding: 0 0 0 0;
  width: 260px;
	font-size: 1.14rem;
	font-weight: bold;
  text-align: left;
}

.expance .box .description {
  margin: 0 auto 30px auto;
  padding: 0 0 0 0;
  width: 260px;
	font-size: 1.00rem;
  text-align: left;
}

.expance .box .description p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
	font-size: 1.00rem;
}

.expance .box .more {
  margin: 0 auto 45px;
  padding: 0 0 0 0;
  max-width: 190px;
}

.expance .box .more a {
  position: relative;
  border: 1px solid #fff;
  display: inline-block;
  width: 190px;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 10px;
  transition: all .2s linear .2s;
  color: #fff;
}
.expance .box .more a span {
  position: relative;
  z-index: 1;
}
.expance .box .more a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0%;
  background: #fff;
  z-index: 0;
  transition: all .2s ease-out;
}
.expance .box .more a:hover:after {
  top: 0%;
  height: 100%;
}
.expance .box .more a:hover {
  color: #191817;
}

.image_slide_pc {
	display: none;
}

.image_slide_sp {
	display: block;
}

.height.active .image_slide_pc {
	display: block;
}

.height.active .image_slide_sp {
	display: none;
}



.show_pc {
	display: block;
}
.show_sp {
	display: none;
}



@media screen and (max-width: 768px) {
	.show_pc {
		display: none;
	}
	.show_sp {
		display: block;
	}
  .expance {
    margin: 50px auto 50px auto;
    padding: 200px 0 0 0;
    height: auto;
    position: relative;
    overflow: hidden;
  }

  .expance .back {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 410px;
    background: url(../img/img01.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
  }

  .expance .wrap {
    margin: 0 auto;
    padding: 0 0;
    width: 100%;
    max-width: 1700px;
    text-align: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  .expance .box {
    margin: 0 auto　30px auto;
    padding: 0 30px;
    width: 89%;
    color: #ffffff;
    background: rgba(131,99,71,0.76);
    text-align: center;
    box-sizing:  border-box;
    overflow: hidden;
  }

  .expance .box .image {
    padding: 39px 0 30px 0;
    width: 150px;
  }

  .expance .box h3 {
    margin: 0 auto 20px auto;
    padding: 0 0 0 0;
    width: auto;
    font-size: 1.14rem;
    font-weight: bold;
    text-align: left;
  }

  .expance .box .description {
    margin: 0 auto 30px auto;
    padding: 0 0 0 0;
    width: auto;
    font-size: 1.00rem;
    text-align: left;
  }

  .expance .box .description p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 1.00rem;
  }

  .expance .box .more {
    margin: 0 auto 45px;
    padding: 0 0 0 0;
    max-width: 190px;
  }

  .expance .box .more a {
    margin: 0 0 0 0;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.0rem;
    font-weight: bold;
    border: 1px solid #ffffff;
    display: block;
  }

.expance_wrap {
background: #ffffff; overflow: visible; position: relative; z-index: 100;
}

}
