@charset "utf-8";

html{
	scroll-behavior: smooth;
}


/* モニターでの表示 */
.monitor{
	display:block !important;
}

.pc{
    display: none !important;
}

.tab{
    display: none !important;
}

.sp{
    display: none !important;
}


/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.monitor{
		display:none !important;
	}
}

@media screen and (max-width:1280px){
	.pc{
		display:block !important;
	}
}

@media screen and (max-width:1280px){
	.tab{
		display:none !important;
	}
}

@media screen and (max-width:1280px){
	.sp{
		display:none !important;
	}
}


/* Tabletでの表示 */
@media screen and (max-width:1000px){
	.monitor{
		display:none !important;
	}
}

@media screen and (max-width:1000px){
	.pc{
		display:none !important;
	}
}

@media screen and (max-width:1000px){
	.tab{
		display:block !important;
	}
}

@media screen and (max-width:1000px){
	.sp{
		display:none !important;
	}
}


/* SPでの表示 */
@media screen and (max-width:600px){
	.monitor{
		display:none !important;
	}
}

@media screen and (max-width:600px){
	.pc{
		display:none !important;
	}
}

@media screen and (max-width:600px){
	.tab{
		display:none !important;
	}
}

@media screen and (max-width:600px){
	.sp{
		display:block !important;
	}
}




/* bsse style */

/* モニターでの表示 */
body{
	background-color: #000000;	  
	font-family: "Meiryo", sans-serif;
	width: 100%;/*100%から変更*/
	height: 100%;
	margin: 0 auto;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.5;
	overflow-x: hidden;
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
    body{
        background-color: #000000;
        font-family: "Meiryo", sans-serif;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        color: #ffffff;
        font-size: 14px;
        line-height: 1.5;
        overflow-x: hidden;
    }
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
    body{
        background-color: #000000;
        font-family: "Meiryo", sans-serif;
        width: 95%;
        height: 100vh;
        margin: 0 auto;
        color: #ffffff;
        font-size: 14px;
        line-height: 1.5;
        overflow-x: hidden;
    }
}

/* SPでの表示 */
@media screen and (max-width:600px){
    body{
        background-color: #000000;
        font-family: "Meiryo", sans-serif;
        width: 95%;
        height: 100vh;
        margin: 0 auto;
        color: #ffffff;
        font-size: 14px;
        line-height: 1.5;
        overflow-x: hidden;
    }
}


/* モニター/Laptopでの表示 */
header{
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background-color: #000000;
}


/* モニターでの表示 */
.hamburger {
    /*margin-top: 20px;*/
	margin-left: 1%;
    width: 100%;
    max-width: 90%;/*900pxから変更*/
    display: flex;
    /*justify-content: space-between;*/
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
	.hamburger {
		margin: 20px auto 0;
		width: 100%;
		max-width: 90%;/*900pxから変更*/
		display: flex;
		justify-content: space-between;
	}
}

/* SPでの表示 */
@media screen and (max-width:600px){
	.hamburger {
		margin: 20px auto 0;
		width: 100%;
		max-width: 90%;/*900pxから変更*/
		display: flex;
		justify-content: space-between;
	}
}


/* モニター/Laptopでの表示 */
.btn-gNav {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 12;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
    .btn-gNav {
        display: block;
    }
}

@media screen and (max-width:600px){
    .btn-gNav {
        display: block;
    }
}


/* モニターでの表示 */
.hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: white;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

/* Tablet/SPでの表示 */
@media screen and (max-width:1000px){
    .hamburger .btn-gNav span:nth-child(1){
    top: 0;
    }
}

/* SPでの表示 */
@media screen and (max-width:600px){
    .hamburger .btn-gNav span:nth-child(1){
    top: 0;
    }
}

/* Tablet/SPでの表示 */
@media screen and (max-width:1000px){
.hamburger .btn-gNav span:nth-child(2){
    top: 10px;
    }
}

/* SPでの表示 */
@media screen and (max-width:600px){
.hamburger .btn-gNav span:nth-child(2){
    top: 10px;
    }
}

/* Tablet/SPでの表示 */
@media screen and (max-width:1000px){
	.hamburger .btn-gNav span:nth-child(3){
		top: 20px;
		}
	}

/* SPでの表示 */
@media screen and (max-width:600px){
.hamburger .btn-gNav span:nth-child(3){
    top: 20px;
    }
}


/* Tablet/SPでの表示 */
/*hamburgerボタンを変形させる*/
@media screen and (max-width:1000px){
    .hamburger .btn-gNav.open span:nth-child(1){
    top: 10px;
    transform: rotate(315deg);
    z-index: 5;
    background-color: #f2f1ef
    }
}

@media screen and (max-width:600px){
    .hamburger .btn-gNav.open span:nth-child(1){
    top: 10px;
    transform: rotate(315deg);
    z-index: 5;
    background-color: #f2f1ef
    }
}

@media screen and (max-width:1000px){
    .hamburger .btn-gNav.open span:nth-child(2){
    width: 0;
    }
}

@media screen and (max-width:600px){
    .hamburger .btn-gNav.open span:nth-child(2){
    width: 0;
    }
}

@media screen and (max-width:1000px){
    .hamburger .btn-gNav.open span:nth-child(3){
    top: 10px;
    transform: rotate(-315deg);
    z-index: 5;
    background-color: #f2f1ef;
    }
}

@media screen and (max-width:600px){
    .hamburger .btn-gNav.open span:nth-child(3){
    top: 10px;
    transform: rotate(-315deg);
    z-index: 5;
    background-color: #f2f1ef;
    }
}

@media screen and (max-width:1000px){
    .hamburger .btn-gNav.open span{
    	transition: 0.5s;
    }
}

@media screen and (max-width:600px){
    .hamburger .btn-gNav.open span{
    	transition: 0.5s;
    }
}


/* モニター/Laptopでの表示 */
.gNav ol,ul {
    list-style: none;
    list-style-type: none;
}


/* モニター/Laptopでの表示 */
.gNav {
	margin-top: 20px;
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
    .gNav {
        position: fixed;
        top: 0;
        right: 100%;
        width: 100%;
        height: 100vh;/*100%から変更*/
        background-color: rgba(0, 0, 0, 0.8);
        font-size: 1rem;/*16pxから変更*/
        box-sizing: border-box;
        z-index: 1;
		margin: 0 auto;
        padding-top: 50px;
        transition: .3s;
    }
}

/* SPでの表示 */
@media screen and (max-width:600px){
    .gNav {
        position: fixed;
        top: 0;
        right: 100%;
        width: 100%;
        height: 100vh;/*100%から変更*/
        background-color: rgba(0, 0, 0, 0.8);
        font-size: 1rem;/*16pxから変更*/
        box-sizing: border-box;
        z-index: 1;
		margin: 0 auto;
        padding-top: 50px;
        transition: .3s;
    }
}


/* Tabletでの表示 */
@media screen and (max-width:1000px){
    .gNav.open {
        right: 0;
    }
}

/* SPでの表示 */
@media screen and (max-width:600px){
    .gNav.open {
        right: 0;
    }
}


/* モニター/Laptopでの表示 */
.gNav .gNav-menu{
    display: flex;
    justify-content: space-between;
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
    .gNav .gNav-menu {
        padding-top: 30%;/*padding: 0; から変更*/
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
        /*justify-content: center;*/
    }
}

/* SPでの表示 */
@media screen and (max-width:600px){
    .gNav .gNav-menu {
        padding-top: 30%;/*padding: 0; から変更*/
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
        /*justify-content: center;*/
    }
}


/* モニターでの表示 */
.gNav .gNav-menu li{
    margin: 0 auto;
    padding: 0 0 0 60px;
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.gNav .gNav-menu li{
		margin: 0 auto;
		padding: 0 0 0 30px;
	}
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
    .gNav .gNav-menu li {
        width: 70%;
        padding: 15px;
        border-bottom: #525252 1px solid;
    }
}

/* SPでの表示 */
@media screen and (max-width:600px){
    .gNav .gNav-menu li {
        width: 70%;
        padding: 15px;
        border-bottom: #525252 1px solid;
    }
}


/* モニターでの表示 */
.gNav-menu a{
	font-family: "Anton", sans-serif;
	text-decoration: none;
	color: #ffffff;
	padding-bottom: 5px;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	background-image: linear-gradient(#ffffff, #ffffff);
	background-repeat: no-repeat;
	background-position: bottom left; /* 下線の初期位置 */
	background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
	transition: 0.5s;
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.gNav-menu a{
		font-family: "Anton", sans-serif;
		text-decoration: none;
		color: #ffffff;
		padding-bottom: 5px;
		font-size: 0.9rem;
		font-weight: bold;
		letter-spacing: 0.2em;
		background-image: linear-gradient(#ffffff, #ffffff);
		background-repeat: no-repeat;
		background-position: bottom left; /* 下線の初期位置 */
		background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
		transition: 0.5s;
	}
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
    .gNav-menu a{
		font-family: "Anton", sans-serif;
        color: #f2f1ef;
        font-size: 1.25rem;
    }
}

/* SPでの表示 */
@media screen and (max-width:600px){
    .gNav-menu a{
		font-family: "Anton", sans-serif;
        color: #f2f1ef;
        font-size: 1.25rem;
    }
}


/* モニター/Laptopでの表示 */
.gNav-menu a:hover{
    color: #f2f1ef;
	font-weight: bold;
	background-position: bottom left; /* 下線のホバー時位置 */
  	background-size: 100% 1px; /* 下線の横幅を100%にする */
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.gNav-menu a:hover{
		color: #f2f1ef;
		font-weight: bold;
		background-position: bottom left; /* 下線のホバー時位置 */
		  background-size: 100% 1px; /* 下線の横幅を100%にする */
	}
}




/* main */

/* section01 */
/* モニターでの表示 */
.section01{
	max-width: 100%;
	margin: 40px auto 0;
	height: auto;
	position: fixed;
	top: 65px;
	left: 0;
	z-index: 10;
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.section01{
		max-width: 100%;
		margin: 20px auto 0;
		height: auto;
		position: fixed;
		top: 65px;
		left: 0;
		z-index: 10;
	}
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
	.section01{
		max-width: 100%;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
}

/* SPでの表示 */
@media screen and (max-width:600px){
	.section01{
		max-width: 100%;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
}


/* Tabletでの表示 */
@media screen and (max-width:1000px){
	.video{
		max-width: 100%;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}
}

/* SPでの表示 */
@media screen and (max-width:600px){
	.video{
		max-width: 100%;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}
}




/* section02 */
/* モニターでの表示 */
.section02{	
	max-width: 100%;
	height: 1080px;
	margin: 135px auto 0;
	position: relative;
	z-index: 20;
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.section02{
	max-width: 100%;
	height: 700px;
	margin: 120px auto 0;
	position: relative;
	z-index: 20;
	}
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
	.section02{
		display: none !important;
	}
}

/* SPでの表示 */
@media screen and (max-width:600px){
	.section02{
		display: none !important;
	}
}


/* モニター/Laptopでの表示 */
.section02 img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}




/* section03 */
/* モニターでの表示 */
.section03{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 20;
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.section03{
		max-width: 100%;
		height: auto;
		margin: -15px auto;
		position: relative;
		z-index: 20;
	}
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
	.section03{
		margin: 65px auto 0;
		height: auto;
	}
}

/* SPでの表示 */
@media screen and (max-width:600px){
	.section03{
		margin: 65px auto 0;
		height: auto;
	}
}


/* モニター/Laptopでの表示 */
.section03 img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}


/* モニターでの表示 */
.about{
	background-color: rgba(75, 75, 75, 0.2);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.3rem;
	font-weight: bold;
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.about{
		background-color: rgba(75, 75, 75, 0.2);
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 60%;
		height: auto;
		font-size: 1.8rem;
		font-weight: bold;
	}
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
	.about{
		width: 75%;
		background-color: rgba(75, 75, 75, 0.2);
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 1.45rem;
		font-weight: bold;
	}
}

/* SPでの表示 */
@media screen and (max-width:600px){
	.about{
		width: 75%;
		background-color: rgba(75, 75, 75, 0.2);
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 0.9rem;
		font-weight: bold;
	}
}


/* モニター/Laptopでの表示 */
.about-japanese{
	font-family: "Hina Mincho", serif;
}


/* モニター/Laptopでの表示 */
.about-english{
	font-family: "Ysabeau SC", sans-serif;
}


/* モニターでの表示 */
.about-showmore{
	font-family: "Oswald", sans-serif;
	position: absolute;
	bottom: 10%;
	right: 10%;
	text-decoration: none;
	color: #ffffff;
	font-size: 2.3rem;
	font-weight: bold;
	background-image: linear-gradient(#ffffff, #ffffff);
	background-repeat: no-repeat;
	background-position: bottom left; /* 下線の初期位置 */
	background-size: 0 2px; /* 下線のサイズ（横幅、高さ） */
	transition: 0.5s;
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.about-showmore{
		font-family: "Oswald", sans-serif;
		position: absolute;
		bottom: 10%;
		right: 10%;
		text-decoration: none;
		color: #ffffff;
		font-size: 1.5rem;
		font-weight: bold;
		background-image: linear-gradient(#ffffff, #ffffff);
		background-repeat: no-repeat;
		background-position: bottom left; /* 下線の初期位置 */
		background-size: 0 2px; /* 下線のサイズ（横幅、高さ） */
		transition: 0.5s;
	}
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
	.about-showmore{
		font-family: "Oswald", sans-serif;
		position: absolute;
		bottom: 5%;
		right: 10%;
		text-decoration: none;
		color: #ffffff;
		font-size: 1.2rem;
		font-weight: bold;
	}
}

/* SPでの表示 */
@media screen and (max-width:600px){
	.about-showmore{
		font-family: "Oswald", sans-serif;
		position: absolute;
		bottom: 5%;
		right: 10%;
		text-decoration: none;
		color: #ffffff;
		font-size: 0.9rem;
		font-weight: bold;
	}
}


/* モニターでの表示 */
.section03 a:hover{
	color: #f2f1ef;
	font-weight: bold;
	background-position: bottom left; /* 下線のホバー時位置 */
  	background-size: 100% 2px; /* 下線の横幅を100%にする */
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.section03 a:hover{
		color: #f2f1ef;
		font-weight: bold;
		background-position: bottom left; /* 下線のホバー時位置 */
		background-size: 100% 2px; /* 下線の横幅を100%にする */
	}
}




/* section04 */
/* モニター/Laptopでの表示 */
.section04{
	max-width: 100%;
	height: auto;
	margin: -18px auto 0;
	position: relative;
	z-index: 20;
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
	.section04{
		margin: -15px auto;
		height: auto;
	}
}

/* SPでの表示 */
@media screen and (max-width:600px){
	.section04{
		margin: -15px auto;
		height: auto;
	}
}


/* モニター/Laptopでの表示 */
.section04 img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}


/* モニター/Laptopでの表示 */
.section04 a{
	text-decoration: none;
	color: #ffffff;
}


/* モニターでの表示 */
.section04 time{
	font-size: 2rem;
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.section04 time{
		font-size: 1.5rem;
	}
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
	.section04 time{
		font-size: 1.2rem;
	}
}

/* SPでの表示 */
@media screen and (max-width:600px){
	.section04 time{
		font-size: 0.8rem;
	}
}


/* モニターでの表示 */
.newsblog{
	background: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	padding-left: 0;
	font-size: 2.5em;
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.newsblog{
		background: none;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 60%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		padding-left: 0;
		font-size: 2.2em;
	}
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
	.newsblog{
		background: none;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 70%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		padding-left: 0;
		font-size: 1.1em;
	}
}

/* SPでの表示 */
@media screen and (max-width:600px){
	.newsblog{
		background: none;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 60%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		padding-left: 0;
		font-size: 1em;
	}
}


/* モニターでの表示 */
.newsblog p{
	background-color: rgba(95, 95, 95, 0.6);
	margin: 20px 0 20px 0;
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.newsblog p{
		background-color: rgba(95, 95, 95, 0.6);
		margin: 15px 0 15px 0;
	}
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
	.newsblog p{
		background-color: rgba(95, 95, 95, 0.6);
		margin: 12px 0 12px 0;
	}
}

/* SPでの表示 */
@media screen and (max-width:600px){
	.newsblog p{
		background-color: rgba(95, 95, 95, 0.6);
		margin: 8px 0 8px 0;
	}
}


/* モニターでの表示 */
.newsblog a{
	text-decoration: none;
	color: #ffffff;
	font-size: 2rem;
	font-weight: bold;
	background-image: linear-gradient(#ffffff, #ffffff);
	background-repeat: no-repeat;
	background-position: bottom left; /* 下線の初期位置 */
	background-size: 0 2px; /* 下線のサイズ（横幅、高さ） */
	transition: 0.5s;
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.newsblog a{
		text-decoration: none;
		color: #ffffff;
		font-size: 1.6rem;
		font-weight: bold;
		background-image: linear-gradient(#ffffff, #ffffff);
		background-repeat: no-repeat;
		background-position: bottom left; /* 下線の初期位置 */
		background-size: 0 2px; /* 下線のサイズ（横幅、高さ） */
		transition: 0.5s;
	}
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
	.newsblog a{
		text-decoration: none;
		color: #ffffff;
		font-size: 1.4rem;
		font-weight: bold;
	}
}

/* SPでの表示 */
@media screen and (max-width:600px){
	.newsblog a{
		text-decoration: none;
		color: #ffffff;
		font-size: 0.8rem;
		font-weight: bold;
	}
}


/* モニターでの表示 */
.newsblog a:hover{
	color: #f2f1ef;
	font-weight: bold;
	background-position: bottom left; /* 下線のホバー時位置 */
  	background-size: 100% 2px; /* 下線の横幅を100%にする */
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.newsblog a:hover{
		color: #f2f1ef;
		font-weight: bold;
		background-position: bottom left; /* 下線のホバー時位置 */
		background-size: 100% 2px; /* 下線の横幅を100%にする */
	}
}



/* モニター/Laptopでの表示 */
.newsblog-showmore{
	font-family: "Oswald", sans-serif;
	position: absolute;
	bottom: 10%;
	right: 10%;
	text-decoration: none;
	color: #ffffff;
	font-size: 2.3rem;
	font-weight: bold;
	background-image: linear-gradient(#ffffff, #ffffff);
	background-repeat: no-repeat;
	background-position: bottom left; /* 下線の初期位置 */
	background-size: 0 2px; /* 下線のサイズ（横幅、高さ） */
	transition: 0.5s;
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.newsblog-showmore{
		font-family: "Oswald", sans-serif;
		position: absolute;
		bottom: 5%;
		right: 10%;
		text-decoration: none;
		color: #ffffff;
		font-size: 1.5rem;
		font-weight: bold;
		background-image: linear-gradient(#ffffff, #ffffff);
		background-repeat: no-repeat;
		background-position: bottom left; /* 下線の初期位置 */
		background-size: 0 2px; /* 下線のサイズ（横幅、高さ） */
		transition: 0.5s;
	}
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
	.newsblog-showmore{
		font-family: "Oswald", sans-serif;
		position: absolute;
		bottom: 5%;
		right: 10%;
		text-decoration: none;
		color: #ffffff;
		font-size: 1.2rem;
		font-weight: bold;
	}
}

/* SPでの表示 */
@media screen and (max-width:600px){
	.newsblog-showmore{
		font-family: "Oswald", sans-serif;
		position: absolute;
		bottom: 5%;
		right: 10%;
		text-decoration: none;
		color: #ffffff;
		font-size: 0.9rem;
		font-weight: bold;
	}
}


/* モニターでの表示 */
.section04 a:hover{
	color: #f2f1ef;
	font-weight: bold;
	background-position: bottom left; /* 下線のホバー時位置 */
  	background-size: 100% 2px; /* 下線の横幅を100%にする */
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.section04 a:hover{
		color: #f2f1ef;
		font-weight: bold;
		background-position: bottom left; /* 下線のホバー時位置 */
		  background-size: 100% 2px; /* 下線の横幅を100%にする */
	}
}




/* section005 */
/* モニター/Laptopでの表示 */
.section05{
	max-width: 100%;
	height: auto;
	margin: -17px auto 0;
	position: relative;
	z-index: 20;
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.section05{
		max-width: 100%;
		height: auto;
		margin: -18px auto;
		position: relative;
		z-index: 20;
	}
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
	.section05{
		max-width: 100%;
		height: auto;
		margin: -18px auto;
	}
}

/* SPでの表示 */
@media screen and (max-width:600px){
	.section05{
		max-width: 100%;
		height: auto;
		margin: -18px auto;
	}
}


/* モニター/Laptopでの表示 */
.section05 img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}


/* モニターでの表示 */
.youtube-link{
	position: absolute;
	top: 55%;
  	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	height: auto;
	margin: 0px auto;
	display: flex;
	justify-content: center;
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.youtube-link{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 100%;
		height: auto;
		margin: 0px auto;
		display: flex;
		justify-content: center;
	}
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
	.youtube-link{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 100%;
		height: auto;
		margin: 15px auto 0;
		display: flex;
		justify-content: center;
	}
}

/* SPでの表示 */
@media screen and (max-width:600px){
	.youtube-link{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 100%;
		height: auto;
		margin: 15px auto 0;
		display: flex;
		justify-content: center;
	}
}


/* モニター/Laptopでの表示 */
.section05 a :hover{
	transform:scale(1.1);
	transition:0.3s;
}




/* section006 */
/* モニターでの表示 */
.section06{
	max-width: 100%;
	height: auto;
	margin: -18px auto 0;
	position: relative;
	z-index: 20;
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.section06{
		max-width: 100%;
		height: auto;
		margin: -18px auto;
		position: relative;
		z-index: 20;
	}
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
	.section06{
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
}

/* SPでの表示 */
@media screen and (max-width:600px){
	.section06{
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
}


/* モニター/Laptopでの表示 */
.section06 img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}


/* モニター/Laptopでの表示 */
.instagram img{
	display: block;
	max-width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 0 5px 0 5px;
}


/* モニターでの表示 */
.instagram{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.instagram{
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 100%;
		height: auto;
		margin: -300px auto 0px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
	.instagram{
		display: none;
	}
}

/* SPでの表示 */
@media screen and (max-width:600px){
	.instagram{
		display: none;
	}
}


/* モニター/Laptopでの表示 */
/* min-widthで指定*/
@media screen and (min-width:1000px){
	.instagram-explain{
		display: none;
	}
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
	.instagram-explain{
		display: block;
		width: 75%;
		background-color: rgba(75, 75, 75, 0.2);
		position: absolute;
		text-align: center;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 1.3rem;
		font-weight: bold;
	}
}

/* SPでの表示 */
@media screen and (max-width:600px){
	.instagram-explain{
		display: block;
		width: 75%;
		background-color: rgba(75, 75, 75, 0.2);
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 0.9rem;
		font-weight: bold;
	}
}


/* モニター/Laptopでの表示 */
.instagram a :hover{
	transform:scale(1.1);
	transition:0.3s;
}


/* モニターでの表示 */
.instagram-showmore{
	font-family: "Oswald", sans-serif;
	position: absolute;
	bottom: 10%;
	right: 10%;
	text-decoration: none;
	color: #ffffff;
	font-size: 2.3rem;
	font-weight: bold;
	background-image: linear-gradient(#ffffff, #ffffff);
	background-repeat: no-repeat;
	background-position: bottom left; /* 下線の初期位置 */
	background-size: 0 2px; /* 下線のサイズ（横幅、高さ） */
	transition: 0.5s;
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.instagram-showmore{
		font-family: "Oswald", sans-serif;
		position: absolute;
		bottom: 10%;
		right: 10%;
		text-decoration: none;
		color: #ffffff;
		font-size: 1.5rem;
		font-weight: bold;
		background-image: linear-gradient(#ffffff, #ffffff);
		background-repeat: no-repeat;
		background-position: bottom left; /* 下線の初期位置 */
		background-size: 0 2px; /* 下線のサイズ（横幅、高さ） */
		transition: 0.5s;
	}
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
	.instagram-showmore{
		font-family: "Oswald", sans-serif;
		position: absolute;
		bottom: 5%;
		right: 10%;
		text-decoration: none;
		color: #ffffff;
		font-size: 1.2rem;
		font-weight: bold;
	}
}

/* SPでの表示 */
@media screen and (max-width:600px){
	.instagram-showmore{
		font-family: "Oswald", sans-serif;
		position: absolute;
		bottom: 5%;
		right: 10%;
		text-decoration: none;
		color: #ffffff;
		font-size: 0.9rem;
		font-weight: bold;
	}
}


/* モニターでの表示 */
.section06 a:hover{
	color: #f2f1ef;
	font-weight: bold;
	background-position: bottom left; /* 下線のホバー時位置 */
  	background-size: 100% 2px; /* 下線の横幅を100%にする */
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.section06 a:hover{
		color: #f2f1ef;
		font-weight: bold;
		background-position: bottom left; /* 下線のホバー時位置 */
		  background-size: 100% 2px; /* 下線の横幅を100%にする */
	}
}




/* section007 */
/* モニターでの表示 */
.section07{
	max-width: 100%;
	height: auto;
	margin: -18px auto;
	position: relative;
	z-index: 20;
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.section07{
		max-width: 100%;
		height: 0 auto;
		margin: -40px auto 0;
		position: relative;
		z-index: 20;
	}
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
	.section07{
		max-width: 100%;
		height: auto;
		margin: -18px auto;
		position: relative;
		z-index: 20;
	}
}

/* SPでの表示 */
@media screen and (max-width:600px){
	.section07{
		max-width: 100%;
		height: auto;
		margin: -18px auto;
		position: relative;
		z-index: 20;
	}
}


/* モニター/Laptopでの表示 */
.section07 img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}


/* モニターでの表示 */
.product{
	background-color: rgba(75, 75, 75, 0.2);
	width: 60%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.3rem;
	font-weight: bold;
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.product{
		background-color: rgba(75, 75, 75, 0.2);
		width: 60%;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 1.8rem;
		font-weight: bold;
	}
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
	.product{
		width: 75%;
		background-color: rgba(75, 75, 75, 0.2);
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 1.4rem;
		font-weight: bold;
	}
}

/* SPでの表示 */
@media screen and (max-width:600px){
	.product{
		width: 75%;
		background-color: rgba(75, 75, 75, 0.2);
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 0.9rem;
		font-weight: bold;
	}
}




/* Section008 */
/* モニター/Laptopでの表示 */
.section08{
	width: 100%;
	margin: 18px auto 0;
	position: relative;
	z-index: 20;
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.section08{
		width: 100%;
		margin: -18px auto 0;
		position: relative;
		z-index: 20;
	}
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
	.section08{
		width: 100%;
		margin: -18px auto 0;
		position: relative;
		z-index: 20;
	}
}

/* SPでの表示 */
@media screen and (max-width:600px){
	.section08{
		width: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 20;
	}
}


/* モニター/Laptopでの表示 */
.section08 img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}


/* モニターでの表示 */
.contact{
	background-color: rgba(75, 75, 75, 0.2);
	width: 60%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.5rem;
	font-weight: bold;
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.contact{
		background-color: rgba(75, 75, 75, 0.2);
		width: 60%;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 1.8rem;
		font-weight: bold;
	}
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
	.contact{
		width: 75%;
		background-color: rgba(75, 75, 75, 0.2);
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 1.3rem;
		font-weight: bold;
	}
}

/* SPでの表示 */
@media screen and (max-width:600px){
	.contact{
		width: 75%;
		background-color: rgba(75, 75, 75, 0.2);
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 0.9rem;
		font-weight: bold;
	}
}


/* モニターでの表示 */
.contact-link{
	position: absolute;
	bottom: 10%;
	right: 10%;
	text-decoration: none;
	color: #ffffff;
	font-size: 2rem;
	font-weight: bold;
	background-image: linear-gradient(#ffffff, #ffffff);
	background-repeat: no-repeat;
	background-position: bottom left; /* 下線の初期位置 */
	background-size: 0 2px; /* 下線のサイズ（横幅、高さ） */
	transition: 0.5s;
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.contact-link{
		position: absolute;
		bottom: 10%;
		right: 10%;
		text-decoration: none;
		color: #ffffff;
		font-size: 1.3rem;
		font-weight: bold;
		background-image: linear-gradient(#ffffff, #ffffff);
		background-repeat: no-repeat;
		background-position: bottom left; /* 下線の初期位置 */
		background-size: 0 2px; /* 下線のサイズ（横幅、高さ） */
		transition: 0.5s;
	}
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
	.contact-link{
		font-family: "Oswald", sans-serif;
		position: absolute;
		bottom: 10%;
		right: 10%;
		text-decoration: none;
		color: #ffffff;
		font-size: 1rem;
		font-weight: bold;
	}
}

/* SPでの表示 */
@media screen and (max-width:600px){
	.contact-link{
		font-family: "Oswald", sans-serif;
		position: absolute;
		bottom: 5%;
		right: 10%;
		text-decoration: none;
		color: #ffffff;
		font-size: 0.8rem;
		font-weight: bold;
	}
}


/* モニターでの表示 */
.section08 a:hover{
	color: #f2f1ef;
	font-weight: bold;
	background-position: bottom left; /* 下線のホバー時位置 */
  	background-size: 100% 2px; /* 下線の横幅を100%にする */
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.section08 a:hover{
		color: #f2f1ef;
		font-weight: bold;
		background-position: bottom left; /* 下線のホバー時位置 */
		  background-size: 100% 2px; /* 下線の横幅を100%にする */
	}
}




/* footer */
/* モニター/Laptopでの表示 */
.footer{
	max-width: 100%;
	margin: 150px auto 50px;
	position: relative;
	z-index: 20;
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
	.footer{
		margin:50px auto;
	}
}

/* SPでの表示 */
@media screen and (max-width:600px){
	.footer{
		margin:50px auto;
	}
}


/* モニター/Laptopでの表示 */
.footer-logo{
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

/* SPでの表示 */
@media screen and (max-width:600px){
	.footer-logo{
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}
}


/* モニターでの表示 */
.copyright{
	font-family: "Oswald", sans-serif;
	padding: 50px 0 0 0;
	font-size: 1.875rem;
	text-align: center;
}

/* Laptopでの表示 */
@media screen and (max-width:1280px){
	.copyright{
		font-family: "Oswald", sans-serif;
		padding: 25px 0;
		font-size: 1.25rem;
		text-align: center;
	}
}

/* Tabletでの表示 */
@media screen and (max-width:1000px){
	.copyright{
		font-family: "Oswald", sans-serif;
		padding: 35px 0;
		font-size: 0.7rem;
		text-align: center;
	}
}

/* SPでの表示 */
@media screen and (max-width:600px){
	.copyright{
		font-family: "Oswald", sans-serif;
		padding: 35px 0;
		font-size: 0.7rem;
		text-align: center;
	}
}