@charset "utf-8";

/*=====================================

layout.css

=====================================*/

/*-------------------------------------
 setting
-------------------------------------*/
::marker{
	content: initial;
}
html{
	font-size: 10px;
	scroll-behavior: smooth;
}
body {
	position: relative;
	color: #000;
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.6;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #1779BA;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: normal;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
.forPC { display: block; }
img.forPC, br.forPC { display: inline-block }
.forSP { display: none; }

*::placeholder{
	color: #c1c1c1;
}
.visualArea .slideContents a:focus{
	border: solid 1px #74BCEC;
}
.slick-slide:focus{
	outline: solid 1px #74BCEC;
}

h1, h2, h3, h4, h5{
	font-weight: bold;
	font-family: 'Arial';
}
p{
	line-height: 2.2;
}

/*-------------------------------------
 layout
-------------------------------------*/
#wrapper {
	position: relative;
	overflow: hidden;
	height: auto;
	margin: 0 auto;
}
.inner {
	position: relative;
	width: 700px;
	margin: 0 auto;
}
.inner::after,
section::after {
	clear: both;
	display: block;
	content: "";
}
header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100000;
	background-color: #FFF;
    border: none;
}



/*-------------------------------------
 header
-------------------------------------*/
header .headerLogo {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
	left: 10px;
	top: 10px;
	position: fixed;
}
header .headerLogo img{
	width: 42px;
}


/* headerSp
-------------------------------------*/

.headerSpBtn.open{
	background-color: #FFFFFF;
}
.headerSpBtn a{
	height: 100%;
	width: 100%;
	display: block;
}
.headerSpBtn,
.headerSpBtn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.headerSpBtn span {
	position: absolute;
	width: 65%;
	height: 5px;
	background-color: #000;
}

.headerSpBtn span:nth-of-type(1) {
	top: 18px;
}
.headerSpBtn span:nth-of-type(2) {
    top: 30px;
}
.headerSpBtn span:nth-of-type(3) {
	top: 42px;
}
.headerSpBtn.open span:nth-of-type(1) {
	top: 27px;
	transform: rotate(25deg);
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.headerSpBtn.open span:nth-of-type(2) {
	opacity: 0;
}
.headerSpBtn.open span:nth-of-type(3) {
	top: 27px;
	transform: rotate(-25deg);
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.headerSpBtn .menuTitle{
	font-weight: 300;
	position: absolute;
	text-align: center;
	top: 34px;
	font-size: 1rem;
	width: 110%;
}
.headerSpBtn.open .menuTitle{
	color: #FFFFFF;
}

.headerSpBtn .menuTitle {
    font-family: 'Noto Sans JP';
    font-weight: 300;
    position: absolute;
    text-align: center;
    top: 42px;
    font-size: 1rem;
    width: 100%;
    color: #ffffff;
    left: 1px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.headerSpBtn {
    position: absolute;
    top: -8px;
    right: 8px;
    z-index: 3;
    width: 25px;
    height: 36px;
    cursor: pointer;
    padding: 15px 18px 15px 15px;
    box-sizing: content-box;
}

.gNav {
    position: absolute;
    right: 0;
    top: 46px;
    width: 100%;
    background-color: #FFF;
    padding-top: 15vh;
    padding-bottom: 15vh;
}
.gNav .inner {
    width: 700px;
}
.gNav .gNavLinkList {
    display: block;
    width: 100%;
    font-size: 1.6rem;
}
.gNav li {
    text-align: center;
    position: relative;
    padding-right: 40px;
	margin-right: 40px;
}
.gNav li::after {
    content: '/';
    font-family: 'M PLUS 1p';
    font-weight: 900;
    font-size: 4rem;
    position: absolute;
    right: 0;
    top: 7px;
}
.gNav li:last-child::after{
    display: none;
}
.gNav a{
	font-family: 'M PLUS 1p';
	font-weight: 900;
	font-size: 4rem;
	color: #333;
	display: block;
	padding: 7px;
	position: relative;
	z-index: 2;
}
.gNav a:hover{
	text-decoration: none;
}
.gNavLinkList li{
    display: inline-block;
}
.gNavPC{
	text-align: left;
	margin-left: 10px;
}
.gNavPC li{
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
.gNavPC li::after {
    content: '/';
    font-family: 'M PLUS 1p';
    font-weight: 900;
    font-size: 2rem;
    position: absolute;
    right: 0;
    top: 7px;
}
.gNavPC li:last-child::after{
    display: none;
}
.gNavPC a{
	font-family: 'M PLUS 1p';
	font-weight: 900;
	font-size: 2rem;
	color: #333;
	display: block;
	padding: 7px;
	position: relative;
	z-index: 2;
}
.gNavPC a:hover{
	text-decoration: none;
}


#pagetop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 2;
}
#pagetop img{
	width: 50px;
	height: auto;
}





/* main visual
-------------------------------------*/
.visualArea{
	padding-top: 0;
	padding-bottom: 0;
}

.visualArea .slide div.slideContents {
    border-radius: 10px;
    overflow: hidden;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.visualArea .slick-slide{
	margin-left: 15px;
	margin-right: 15px;

}
.visualArea .slick-slide{
	opacity: 0.3;
	transition: opacity 0.6s linear;
}
.visualArea .slick-slide.slick-current{
	opacity: 1;
	transition: opacity 0.6s linear;
}
.visualArea .slick-dots li button{
	font-size: 0;
	text-align: center;
	width: 60px;
	height: 6px;
	background-color: #dcdcdc;
	border-radius: 100px;
}
.visualArea .slick-dots {
	text-align: center;
}
.visualArea .slick-slide a:hover img{
	opacity: 0.95;
}
.visualArea .slick-dots li {
	margin-left: 8px;
	margin-right: 8px;
	display: inline-block;
	overflow: hidden;
}
.visualArea .slick-dots li.slick-active button{
	background-color: #990032;
}
.visualArea .slick-autoplay-toggle-button{
	position: relative;
	top: 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-color: transparent;
	border-radius: 0;
	text-align: center;
	cursor: pointer;
}
.visualArea .slick-play-icon{
	content: url(../images/play.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
.visualArea .slick-pause-icon{
	content: url(../images/stop.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
.visualArea .slick-pause-text,
.visualArea .slick-play-text{
	display: none;
}
.visualArea .slick-dots {
    text-align: center;
    display: inline-block;
}
.visualArea{
	text-align: center;
}







/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/

/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

.forPC { display: none !important; }
.forSP { display: block; }
img.forSP, br.forSP { display: inline-block }

}







/* PC layout
-------------------------------------------------------------------*/
@media screen and (min-width: 769px) {



a img,
.hover,
.headerLogin ul li a,
.headerLink ul li a,
.gNav a,
.megaMenu .ttl a,
.pagetop a {
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	backface-visibility: hidden;
}
a:hover img,
.hover:hover,
.headerLogin ul li a:hover,
.headerLink ul li a:hover,
.gNav a:hover,
.megaMenu .ttl a:hover,
.pagetop a:hover {
	opacity: 0.8;
}




}


