/*
Theme Name: mout
Theme URI: http://jlweb.kir.jp/client/mout/
Version: 1.1
*/

/* =========================================================================================================
 　　base
========================================================================================================= */

body {
	position: relative;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	color: #222;
	font-size: 1.6rem;
	line-height: 1.6;
	
}
#wrapper {
	position: relative;
	overflow: hidden;
	margin: 10px;
	border: 15px solid #222;
	z-index: 1;
	animation: wrapperFade 0.4s ease; 
}
@keyframes wrapperFade {
    0% { opacity: 0;}
    100% { opacity: 1;}
}
#wrapper:after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#fff;
	z-index: 99999;
	pointer-events: none;
	opacity: 0;
	transition: opacity .8s ease;
}
#wrapper.fadeout:after {
	opacity: 1;
}

a {
	color: #000;
	display: inline-block;
	backface-visibility: hidden;
	transition: all .5s cubic-bezier(.5,0,0,1);
}
a figure img {
	transition: all .5s cubic-bezier(.4,.8,.74,1) 0s;
}
.container {
    /* max-width: 1200px; */
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}　
.fade-box {
	visibility: hidden;
	opacity: 0;
}
.fade-contents {
	visibility: hidden;
	opacity: 0;
}
.fadeend .fade .fade-contents,
.fadeend.fade .fade-contents {
    animation-fill-mode:both;
	animation-duration:1.5s;
	animation-timing-function: cubic-bezier(.5,0,0,1);
    animation-name: fade;
    visibility: visible !important;
}
.fadeend .fade .fade-contents.fade-left,
.fadeend.fade .fade-contents.fade-left {
    animation-name: fadeLeft;
}
.fadeend .fade .fade-contents.fade-right,
.fadeend.fade .fade-contents.fade-right {
    animation-name: fadeRight;
}
.fadeend .fade .fade-contents.fade-top,
.fadeend.fade .fade-contents.fade-top {
    animation-name: fadeTop;
}
.fadeend .fade .fade-contents.fade-stay,
.fadeend.fade .fade-contents.fade-stay {
    animation-name: fadeStay;
}
.fade-delay {
	animation-delay: 0.5s;
}
/*@translateYで縦の動き・translateXで横の動きを指定できる*/
@keyframes fade {
    0% { opacity: 0; transform: translateY(20px);}
    100% { opacity: 1; transform: translateY(0);}
}
@keyframes fadeOut {
	0% { opacity: 1; transform: translateY(0);}
    100% { opacity: 0; transform: translateY(20px);}
}
@keyframes fadeLeft {
    0% { opacity: 0; transform: translateX(-20px);}
    100% { opacity: 1; transform: translateX(0);}
}
@keyframes fadeRight {
    0% { opacity: 0; transform: translateX(20px);}
    100% { opacity: 1; transform: translateX(0);}
}
@keyframes fadeTop {
    0% { opacity: 0; transform: translateY(-20px);}
    100% { opacity: 1; transform: translateY(0);}
}
@keyframes fadeStay {
    0% { opacity: 0;}
    100% { opacity: 1;}
}

/* scroll bar */
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background-color: #eee;
}
::-webkit-scrollbar-thumb {
	cursor: pointer;
	background: #333;
	border-radius:10px;
}
::-moz-selection {
	background-color: #eee;
	text-shadow: none;
}
::selection {
	background-color: #eee;
	text-shadow: none;
}
.en {
	font-family: 'Poppins', sans-serif;
}
.en.en-title {
	letter-spacing: -0.12em;
}
.pc {
	display: block;
}
img.pc ,
br.pc, 
span.pc,
b.pc {
	display: inline;
}
.sp,
img.sp,
br.sp,
span.sp,
b.sp {
	display: none;
}

.pc-none {
	display: none;
}

.sp-none {
	display: block;
}

.anno {
	padding-left: 1em;
	position: relative;
	display: inline-block;
}
.anno:before {
	content: "※";
	display: inline-block;
	position: relative;
	margin-left: -1em;
	float: left;
}
.v-text {
	writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
}


sup {
	vertical-align: super;
    font-size: 70%;
    margin-right: 2px;
}

.l-link-text {
	text-decoration: underline;
}

img {
	image-rendering: auto;
}

.tb-under-none {
	display: none;
}



/* =====================
  title
===================== */

.title01 {
	line-height: 1;
}

.title01 strong {
	/* font-size: 12rem;  修正前*/ 
	font-size: 9rem;
	font-weight: 600;
}

.title01 span {
	/* font-size: 2rem; */
	font-size: 1.6rem;
	font-weight: 700;
}

.title01 .single-title {
	font-size: 4.0rem;
}

.title01 .ml-0 {
	font-size: 4.0rem;
}

.title01.ceo .single-title {
	font-size: 4.0rem;
	font-size: calc(100vw / 1160 * 40);
	font-size: min(calc(100vw / 1100 * 40),40px);
}

.title01.ceo .ml-0 {
	font-size: 4.0rem;
	font-size: calc(100vw / 1160 * 40);
	font-size: min(calc(100vw / 1100 * 40),40px);
}

.title02 .title02-paragraph,
.title02 .title02-paragraph > span {
	line-height: 1;
}

.title02 .title02-paragraph {
	vertical-align: top;
	position: relative;
	height: 39px;
	display: block;
}

.title02 .title02-paragra {
	display: block;
}

.title02 .title02-paragraph > span {
    font-size: 3.6rem;
    font-weight: 700;
    font-style: italic;
    color: #fff;
	background: #000;
    padding: 0 5px 4px 0;
	letter-spacing: -0.05em;
	position: absolute;
	clip: rect(-10px 0 500px 0);
	clip: rect(-10px 800px 500px 0);
	transition: all .5s cubic-bezier(.5,0,0,1);
	display: inline-block;
}

.title02 .title02-paragraph + .title02-paragraph {
	margin-top: 9px;
}



/* =====================
  banner
===================== */

.banner01 {
	height: 370px;
	display: flex;
    justify-content: center;
	align-items: center;
	position: relative;
	background: center center no-repeat;
	background-size: cover;
}

.banner01 .text-area {
	color: #fff;
	line-height: 1.2;
	text-align: center;
}

.banner01 .text-area strong {
	font-size: 8rem;
	font-weight: 600;
}

.banner01 .text-area span {
	font-size: 2rem;
	font-weight: 700;
}

.banner01 .icon-next {
	position: absolute;
	right: 0;
	bottom: 0;
}



/* =====================
  icon
===================== */

.icon {
	display: inline-block;
}

.icon-next {
	background: #222;
	width: 72px;
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon-next:before {
	content: "";
	width: 40px;
	height: 40px;
	background: url(./images/common/icon_next.svg) center center no-repeat;
	background-size: contain;
	transition: .4s;
}

.icon-plus {
	width: 40px;
	height: 40px;
	position: relative;
}

.icon-plus:before,
.icon-plus:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #fff;
}

.icon-plus:before {
	width: 4px;
	height: 40px;
}

.icon-plus:after {
	width: 40px;
	height: 4px;
}


/* =====================
  linkbtn
===================== */

.link-btn .link-btn01 {
	display: flex;
	width: 100%;
	height: 80px;
	justify-content: center;
	align-items: center;
	background: #000;
	color: #fff;
	/* font-size: 1.6rem; */
	font-size: 2.0rem;
	letter-spacing: 0;
	font-weight: 700;
	border: 2px solid #fff;
	transition: all .5s cubic-bezier(.5,0,0,1);
}



/* =====================
  list
===================== */

.dot-list li:before {
    content: "";
    position: relative;
    margin-right: 0.5em;
    width: 6px;
    height: 6px;
    background: #3260ad;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    margin-top: 9px;
}
.dot-list li {
	position: relative;
	display: flex;
}

.num-list01 {
	counter-reset: num-list01;
}

.num-list01 > li {
	position: relative;
	counter-increment: num-list01;
	padding-left: 2em;
}

.num-list01 > li:before {
    content: counter(num-list01)".";
    position: relative;
    margin-left: -2em;
    float: left;
    width: 1.5em;
    text-align: right;
}

.num-list02 > li {
	padding-left: 2em;
}

.num-list02 > li:before {
    position: relative;
    margin-left: -2em;
    float: left;
    width: 1.5em;
    text-align: right;
}

.num-list02 > li:nth-of-type(1):before {
	content: "i.";
}
.num-list02 > li:nth-of-type(2):before {
	content: "ii.";
}
.num-list02 > li:nth-of-type(3):before {
	content: "iii.";
}


/* =====================
  header
===================== */

header {
	position: fixed;
	/* height: 140px; */
	height: 120px;
	top: 24px;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 50px);
	background: #fff;
	z-index: 9999;
	transition: all .4s;
}

#header.heightMin {
	top: 0;
	background: rgba(255, 255, 255, 0.8);
}

header #logo {
	width: 66px;
	margin-left: 2.45%;
}

header #menu-icon {
	display: none;
	width: 140px;
	height: 140px;
	/* background: #000; */
	background: #222;
	position: relative;
	cursor: pointer;
}

header #menu-icon:before,
header #menu-icon:after,
header #menu-icon span {
	display: block;
	height: 4px;
	width: 85px;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transform-origin: left;
	transition: all .5s cubic-bezier(.5,0,0,1);
}

header #menu-icon:before,
header #menu-icon:after {
	content: "";
}

header #menu-icon:before {
	bottom: 60px;
}

header #menu-icon:after {
	top: 60px;
}

header #menu-icon span {
	transform: scaleX(0.666);
}

header #menu-icon:after {
	transform: scaleX(0.333);
}

header #menu-icon.active {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

header #menu-icon.active span {
	opacity: 0;
}

header #menu-icon.active:before {
	left: 20px;
	transform: rotate(45deg);
}

header #menu-icon.active:after {
	left: 20px;
	transform: rotate(315deg);
}

#menu .list-items {
	display: flex;
	align-items: center;
	margin-right: calc((100vw / 1600) * 48);
}


#menu .list-item a:hover {
	opacity: .5;
}

#menu .list-item {
	font-size:min(1.2vw,16px);
}

#menu .list-item:not(:last-of-type) {
	/* margin-right: calc((100vw / 1600) * 32); */
	margin-right: calc((100vw / 1600) * 16);

}

header .hambergur-menu {
	display: none;
}

.g-nav {
	display: none;
}



/* =====================
  footer
===================== */

footer {
	border-top: 15px solid #222;
}

.footer-top {
	padding: 96px 0 108px;
}

.footer-top .footer-nav {
	display: flex;
	flex-wrap: wrap;
}

.footer-top .footer-nav > li {
	width: calc(33.33% - 10px);
	margin-right: 15px;
}

.footer-top .footer-nav > li:nth-of-type(3n) {
	margin-right: 0;
}

.footer-top .footer-nav > li + li + li + li {
	margin-top: 56px;
}

.footer-top .footer-nav > li .footer-nav-title {
	font-weight: 600;
}

.footer-top .footer-nav > li ul {
	margin-top: 10px;
}

.footer-top .footer-nav > li ul li + li {
	margin-top: 3px;
}

.footer-bottom .copy {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
}

.footer-bottom .copy small {
	font-size: 1.4rem;
}



/* =====================
  sub-mv
===================== */

#sub-mv {
	padding-top: 254px;
}
@media only screen and (max-width:768px){
	#sub-mv {
	padding-top:100px;
}
}


/* =====================
  pagetop
===================== */



/* =====================
  bg
===================== */

.blk-bg {
	background: #222;
	color: #fff;
}
.blk-color {
	color: #222;
}
.blk-border {
	border-color: #222;
}

/* =====================
  bread
===================== */


/* =====================
	sns-area
===================== */

#sns-area {
	width: 40px;
	position: fixed;
	top: 0;
	bottom: 0;
    left: calc(30px + 25px);
	height: 140px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}



@media screen and (max-width: 1600px) {


}


/* ====================================================================================
		:hover
==================================================================================== */
@media screen and (min-width: 1024px) {

	a:hover .l-img-hover img {
		/* transform: scale(1.1); */
	}
	
	header #menu-icon:hover span,
	header #menu-icon:hover:after {
		transform: scaleX(1);
	}


	.l-link-text:hover {
		text-decoration: none;
		opacity: 1;
	}

}

/* ====================================================================================
		tablet
==================================================================================== */
@media screen and (max-width: 1023px) {

	#menu  {
		display: none;
	}

	header #menu-icon {
		display: block;
	}


	header .g-nav {
		display: block;
	}

	.g-nav {
		display: block;
		position: fixed;
		border-top: 10px solid #000;
		margin-top: 10px;
		top: 24px;
		bottom: 0;
		left: 0;
		right: -40px;
		margin: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: calc(100% - 40px);
		height: 100vh;
		background: #fff;
		z-index: 100;
		opacity: 0;
		visibility: hidden;
		transition: .4s;
	}

	.g-nav.open {
		opacity: 1;
		visibility: visible;
		right: 0px;
	}

	.g-nav .list-items {
		padding-left: 32px;
	}

	.g-nav .list-item {
		font-size: 2.0rem;
		font-weight: 700;
	}

	.g-nav .list-item:not(:last-of-type) {
		margin-bottom: 30px;
	}

	body.fixed {
		overflow: hidden;
		height: 100%;
	}

	.g-nav .list-item:not(:last-of-type) {
		margin-bottom: 48px;
	}

	body.fixed {
		overflow: hidden;
		height: 100%;
	}

	.tb-under-none {
		display: block;
	}

}



/* ====================================================================================
		SP
==================================================================================== */

@media screen and (max-width: 767px) {

	#wrapper {
		border: none;
		margin: 0;
	}

	.title01 strong {
		font-size: 4rem;
	}

	.title02 .title02-paragraph > span {
		font-size: 17px;
		font-size: min(calc(100vw / 320 * 17), 20px);
	}

	.title02 .title02-paragraph, 
	.title02 .title02-paragraph > span {
		line-height: 1.2;
	}

	.title02 .title02-paragraph {
		height: auto;
	}

	.title02 .title02-paragraph span {
		position: static;
	}

	header {
		height: 60px;
		top: 10px;
		width: calc(100% - 20px);
	}

	header #logo {
		width: 52px;
	}

	header #menu-icon {
		width: 60px;
		height: 60px;
	}

	header #menu-icon:before,
	header #menu-icon:after,
	header #menu-icon span {
		width: 43px;
	}
	
	header #menu-icon:before {
		bottom: 30px;
	}
	
	header #menu-icon:after {
		top: 30px;
	}
	
	header #menu-icon.active {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

	header #menu-icon.active span {
		opacity: 0;
	}

	header #menu-icon.active:before {
		left: 15px;
		transform: rotate(45deg);
	}

	header #menu-icon.active:after {
		left: 15px;
		transform: rotate(315deg);
	}

	.g-nav {
		border-top: none;
		width: calc(100% - 20px);

	}

	.g-nav .list-items {
		padding-left: 20px;
	}

	.g-nav .list-item {
		font-size: 2.0rem;
		font-weight: 700;
	}

	.g-nav .list-item:not(:last-of-type) {
		margin-bottom: 30px;
	}


	.pc-none {
		display: block;
	}

	.sp-none {
		display: none;
	}

	.title01 .single-title {
		font-size: 3.0rem;
	}

	.title01 .ml-0 {
		display: block;
		font-size: 3.0rem;
		margin-left: -16px;
	}

	.title01.ceo .single-title {
		font-size: 2.8rem;
		font-size: calc(100vw / 320 * 28);
		font-size: min(calc(100vw / 320 * 28),28px);
	}

	.title01.ceo .ml-0 {
		display: block;
		font-size: 2.8rem;
		font-size: calc(100vw / 320 * 28);
		font-size: min(calc(100vw / 320 * 28),28px);
		margin-left: -16px;
	}
	
}