@charset "utf-8";

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 Body
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
body {
	position: relative;
	overflow: hidden;
	font-size: 100%;
	word-wrap: break-word;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: none;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
.sp, .nobr {
	display: none!important;
}

/*reCAPTCHAタグ配置場所設定*/
.grecaptcha-badge {
  /*left: 0 !important;
  right: auto !important;*/
  bottom: 80px !important;
  z-index: 90000;
  /*display: none !important;
  position: fixed !important;*/
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 Header
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
header {
	position: fixed;
    width: 100%;
	height: 80px;
	display: flex;
		justify-content: flex-start;
        align-content: center;
		align-items: center;
    z-index: 10000;
    background: rgba(56,51,53,1);
}
header .header_bg {
	display: none;
}
header a.headerLogo {
	position: absolute;
    width: 50%;
    height: 50px;
    left: 10px;
	display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
    z-index: 20000;
    background: url("../../images/short/logo.webp") no-repeat left center;
    background-size: contain;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【ヘッダー】グローバルナビ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.openMenu {
	position: fixed;
	width: 100%;
	top: 0;
	right: 0;
    z-index: 20000;
}
.btn_nav {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 15px;
	right: 10px;
    border-radius: 25px;
}
.open_nav,
.close_nav {
	display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
	cursor: pointer;
}
.open_nav .line1,
.open_nav .line2,
.open_nav .line3 {
	position: absolute;
	width: 30px;
	height: 1px;
	left: calc(50% - 15px);
    display: block;
	background: #fff;
	transform: rotate(0deg);
    transition: all 200ms;
}
.open_nav .line1 {
	top: 17px;
}
.open_nav .line2,
.close_nav .line2 {
	top: 25px;
}
.open_nav .line3 {
	top: 33px;
}
.close_nav .line1,
.close_nav .line3 {
	position: absolute;
    width: 36px;
	height: 1px;
    top: 25px;
	left: calc(50% - 18px);
    display: block;
	background: #fff;
    transition: all 200ms;
}
.close_nav .line1 {
	transform: rotate(-45deg);
}
.close_nav .line2 {
	display: none;
}
.close_nav .line3 {
	transform: rotate(45deg);
}
.sp_nav_wrap {
	position: absolute;
	width: 100%;
	height: calc(100vh);
	top: 0;
	right: 0;
	display: none;/*表示・非表示*/
	z-index: 10000;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background: rgba(56,51,53,1);
	box-sizing: border-box;
}
.sp_nav {
	width: 70%;
	height: auto;
	display: block;
	margin: 80px auto;
}
.sp_nav ul.sp_nav_menu {
	width: 100%;
    display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
    margin: 0 auto;
}
.sp_nav ul.sp_nav_menu li {
	position: relative;
    width: 100%;
	display: block;
}
.sp_nav ul.sp_nav_menu li+li {
	border-top: solid 1px rgba(255,255,255,0.2);
}
.sp_nav ul.sp_nav_menu li a {
	width: 100%;
    height: 60px;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
    font-size: 1.3em;
    line-height: 1em;
    letter-spacing: 0.05em;
	color: #fff;
    box-sizing: border-box;
}
.sp_nav ul.sp_nav_menu li a {
	background: url("../../images/short/arrow_w.svg") no-repeat right 5% center;
	background-size: 12px 12px;
}
.sp_nav ul.sp_nav_menu li a:active {
	transition: all 200ms;
    opacity: 0.7;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 Common
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
main {
	position: relative;
	width: 100%;
	display: flex;
		justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    padding-top: 80px;
}
.wrap {
    width: 100%;
    display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
}
.block {
	position: relative;
    width: 90%;
    display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    margin: 0 auto;
}
.reverse {
	flex-direction: row-reverse;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
メインビジュアル
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .mainVisual {
	position: relative;
	width: 100%;
	display: flex;
		justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
}
#home .mainVisual img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	object-position: 50% 50%;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
YouTube
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .movie {
	position: relative;
	width: 100%;
    display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	padding: 60px 0;
}
#home .movie h1 {
	width: 100%;
    display: block;
    margin-bottom: 20px;
	font-size: 2em;
    line-height: 1.6em;
    text-align: center;
}
#home .movie iframe {
	position: relative;
	width: 90%;
	aspect-ratio: 16/9;
    display: block;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
特長
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .feature {
	position: relative;
	width: 100%;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
}
#home .feature:nth-of-type(odd) {
	justify-content: flex-start;
	background: #f4f1ef;
}
#home .feature:nth-of-type(even) {
	justify-content: flex-end;
	background: #eaedef;
}
#home .feature .imgBox {
	width: 50%;
	height: 360px;
    display: flex;
		align-content: center;
}
#home .feature .imgBox img {
	width: 100%;
	max-width: 800px;
	max-height: 360px;
    display: block;
	object-fit: cover;
}
#home .feature:nth-of-type(odd) .imgBox {
	right: 50%;
}
#home .feature:nth-of-type(even) .imgBox {
	left: 50%;
	justify-content: flex-start;
}

#home .feature:nth-of-type(1) .imgBox {
	justify-content: flex-end;
	align-items: flex-start;
}
#home .feature:nth-of-type(2) .imgBox {
	justify-content: flex-start;
	align-items: flex-end;
}
#home .feature:nth-of-type(2) .imgBox img {
	width: 95%;
}
#home .feature:nth-of-type(3) .imgBox {
	justify-content: flex-start;
	align-items: center;
}
#home .feature:nth-of-type(3) .imgBox img {
	width: 95%;
}
#home .feature:nth-of-type(4) .imgBox {
	justify-content: flex-start;
	align-items: center;
}
#home .feature:nth-of-type(4) .imgBox img {
	height: 100%;
	justify-content: flex-start;
	align-items: stretch;
}
#home .feature:nth-of-type(5) .imgBox {
	justify-content: flex-end;
	align-items: center;
}
#home .feature .textBox {
	position: absolute;
	width: 45%;
	max-width: 800px;
    display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
}
#home .feature:nth-of-type(odd) .textBox {
	left: 50%;
	justify-content: flex-start;
}
#home .feature:nth-of-type(even) .textBox {
	right: 50%;
	justify-content: flex-end;
}
#home .feature .textBox h2 {
	width: 100%;
    display: block;
	margin-bottom: 20px;
	font-size: 2.4em;
	font-weight: bold;
    line-height: 1.2em;
}
#home .feature .textBox p {
	width: 100%;
    display: block;
	font-size: 1.4em;
    line-height: 1.8em;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
ラインナップ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .lineup {
	width: 100%;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	padding: 80px 0 40px;
	box-sizing: border-box;
}
#home .lineup h2 {
	width: 100%;
    display: block;
    margin-bottom: 20px;
	font-size: 2.4em;
    line-height: 1.6em;
    text-align: center;
}
#home .lineup ul {
	width: 90%;
	max-width: 1400px;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	margin: 0 auto;
}
#home .lineup ul li {
	width: 23%;
    display: block;
	margin: 20px 0;
}
#home .lineup ul li h3 {
	width: 100%;
    display: block;
    margin-top: 10px;
	font-size: 1.4em;
    line-height: 1.2em;
    text-align: center;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
商品リスト
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .list {
	width: 90%;
    display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	margin: 0 auto;
	padding: 40px 0 0;
	box-sizing: border-box;
}
#home .list h2 {
	width: 100%;
    display: block;
    margin-bottom: 20px;
	font-size: 2.4em;
    line-height: 1.6em;
    text-align: center;
}
#home .list h2 span {
	width: 100%;
	display: block;
	margin-top: -20px;
	font-size: 0.6em;
}
#home .list section {
	width: 100%;
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	align-self: stretch;
	margin-bottom: 40px;
}
#home .list h3 {
	width: 100%;
    display: block;
    margin-bottom: 10px;
	font-size: 1.6em;
    line-height: 1.2em;
}
#home .list table {
    width: 100%;
    display: table;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
#home .list table thead {
    background: #f7f7f7;
}
#home .list table th,
#home .list table td {
    display: table-cell;
    padding: 25px 15px;
    font-size: 1.2em;
	line-height: 1.2em;
	text-align: center;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
#home .list table th {
    height: 50px;
	padding: 0 5px;
	font-size: 1.1em;
	font-weight: bold;
}
#home .list table td {
    padding: 20px 10px;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
バナーエリア
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.bnrBlock {
	position: relative;
    width: 100%;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	margin: 0 auto 40px;
	box-sizing: border-box;
}
.bnrBlock a {
	width: 80%;
    display: block;
}
.bnrBlock a:hover {
	transition: all 200ms;
	opacity: 0.5;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
Footer
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
footer {
	position: relative;
    width: 100%;
	display: flex;
		justify-content: center;
		align-content: space-between;
		align-items: center;
        flex-wrap: wrap;
	background: url("../../images/short/footer_bg.webp") no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
}
footer #page-top {
	position: fixed;
	width: 60px;
	right: 20px;
	bottom: 0;
	z-index: 30000;
    border-radius: 30px;
	background: rgba(56,51,53,0.9);
}
footer .info {
	position: relative;
    width: 100%;
	min-height: 400px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	padding: 80px 0;
	box-sizing: border-box;
}
footer .info address {
	width: 100%;
    display: block;
	margin-bottom: 20px;
	font-size: 1.4em;
    line-height: 1.8em;
	text-align: center;
}
footer .info address strong {
	width: 100%;
    display: block;
	font-size: 1.4em;
    line-height: 1.6em;
}

/*【共通】ボタンデザイン*/
.btnBlock {
	width: 100%;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
}
a.btnContact {
	position: relative;
	width: 320px;
    height: 60px;
	display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
	padding-left: 20px;
	font-size: 1.6em;
    line-height: 1em;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	background: #298087;
	box-sizing: border-box;
}
a.btnContact::before {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	left: 20px;
	display: block;
	background: url("../../images/short/icon_mail.svg") no-repeat center center;
	background-size: contain;
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
a.btnContact:hover {
	transition: all 200ms;
	opacity: 0.5;
}
footer .copyright {
	width: 100%;
	height: 60px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	font: 300 1.2em/1em "futura-pt", Arial, "sans-serif";
	color: #fff;
	background: #91c5cc;
}
