@charset "UTF-8";

/* common
---------------------------------------------------- */
html {
    overflow-y: scroll;
}

body {
    font-size:90%;
	line-height:180%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color:#333;
	-webkit-text-size-adjust:100%; /*PCサイトの場合、スマホで見てもPCサイトの文字バランスと同じにするためにこれ*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 100%;
    line-height: inherit;
}

p {
    margin: 0px;
    padding: 0px;
}

* {
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
    max-width: 100%;
    vertical-align: top;
    height: auto;
}

dl,
dt,
dd,
ul,
ol {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

label {
    font-weight: normal;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
    overflow: hidden;
}

* html .clearfix {
    height: 1px;
}
.modal-open {
    padding-right: 0px !important;
}

.modal {
    padding-right: 0px !important;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: none;
}

a img {
    transition: 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

a:hover img {
    opacity: 0.85;
}

iframe {
    vertical-align: bottom;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


/*　topDesign
------------------------------------------------------------------*/

#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
}

#pagetop img:hover {
    animation: rotates 0.7s linear infinite;
}

@keyframes rotates {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}


/*　topCont
------------------------------------------------------------------*/


/*header
------------------------------------------------------------------*/

.header{
    position: fixed;
    width: 100%;
    z-index: 700;
    height: 100px;
    transition: 0.6s;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo{
    width: auto;
    position: fixed;
    top:0;
    left: 0;
}

.h-right{
    width: auto;
    position: fixed;
    top:0;
    right: 0;
}


/* スクロールでヘッダー背景色表示 */
.hide {
	background: rgba(0,0,0,0.80);
}

/* swiper
---------------------------------------------------- */
@media only screen and (max-width:767px){
    .swiper-container{
        position: relative;
        top: 0px;
    }
}
.swiper-container{
    margin: 0px auto 0px;
}
.swiper-container2{
    margin: 0px auto 0px;
}
.swiper-wrapper{
	margin:0 auto;
}
.swiper-slide {
    overflow: hidden;
	object-fit: cover; /*幅を枠に合わせて配置*/
	max-height: 850px; /*最大高さ*/
}
.main_txt{
    position: absolute;
    top: calc(50% - 135px);
    left: calc(50% - 0px);
    z-index: 300;
}
/*
@media only screen and (max-width:991px){
    .swiper-slide img{
        overflow: hidden;
        object-fit: cover;
        max-height: 500px;
    }
    .main_txt{
        position: absolute;
        top: 120px;
        left: 0;
        z-index: 300;
    }
    .main_txt img{
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width:767px){
    .swiper-slide img{
        overflow: hidden;
        object-fit: cover;
        max-height: 400px;
    }
}
*/


/*---------------------------------
	scroll
------------------------------------*/
a.scroll {
	position: absolute;
	bottom:0px;
	left: 49%;
	z-index: 200;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}
a.scroll {
	padding-top: 0px;
}
a.scroll span {
	position: absolute;
	bottom: 60px;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	-webkit-animation: sdb 1.5s infinite;
	animation: sdb 1.5s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	/* IEではメディアクエリ内にkeyframeを書くと動作しない */
	0% {
		-webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
@media only screen and (max-width:767px){
	a.scroll {
		display: none!important;
	}
	a.scroll span {
		display: none!important;
	}
}


.contents-bg{
	margin: 0px auto;
	background: url("../images/contents-bg.jpg") no-repeat top center;
	text-align: center;
}
/*-----------------------------------
	ancher
-------------------------------------*/
#top01{
    padding-top: 100px;
    margin-top: -100px;
}