@charset "UTF-8";
/* Scss Document */
/*=============================================================
 レイアウト設定
=============================================================*/
.flexBox {
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	flex-flow: row wrap;
}
.jc-space-between {
	justify-content: space-between;
}
.jc-center {
	justify-content: center;
}
.jc-flex-end {
	justify-content: flex-end;
}
.al-center {
	align-items: center;
}
.al-stretch {
	align-items: stretch;
}
.al-flex-end {
	align-items: flex-end;
}
.al-flex-start {
	align-items: flex-start;
}
/*=============================================================
 基本設定
=============================================================*/
html {
	scroll-behavior: smooth;
}
body {
	font-size: 14px;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	line-height: 1.68;
	color: #3A3A3A;
	background: url("../img/body_bg.png") repeat;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.2em;
	font-feature-settings: "palt"1;
}
body b {
	font-weight: 700;
	font-style: normal;
}
body .en {
	font-weight: 700;
}
body .en span {
	font-weight: 700;
}
body .allison {
	font-family: 'Allison', cursive;
}
body .com_vertical {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align: left;
	letter-spacing: 0.5em;
	line-height: 2.75;
}
body .com_vertical span {
	-webkit-text-combine: horizontal;
	-ms-text-combine-horizontal: all;
	text-combine-upright: all;
}
body a {
	color: #000;
	text-decoration: none;
}
body a:hover {
	opacity: 0.7;
	-webkit-transition: all .3s;
	transition: all .3s;
}
body img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
body .object-fit {
	object-fit: contain;
	font-family: "object-fit: contain;";
}
body .view-sp {
	display: block;
}
body .view-pc {
	display: none;
}
body #wrap, body #contents {
	overflow: hidden;
}
body #contents {
	position: relative;
	padding-top: 75px;
}
body .container {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
}
body .container.full {
	padding-right: 0;
	padding-left: 0;
}
.reset h1, .reset h2, .reset h3, .reset h4, .reset h5, .reset h6, .reset p {
	margin: 0;
	padding: 0;
}
.reset ul, .reset ol, .reset li, .reset dl, .reset dt, .reset dd, .reset figure, .reset figcaption, .reset table, .reset address {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	list-style: none;
	font-style: normal;
	font-weight: normal;
}
.reset table {
	border-collapse: collapse;
	border-spacing: 0;
}
.reset img {
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
/*=============================================================
 #gheader
=============================================================*/
.home #gheader {
	z-index: 6;
}
.fixed #gheader {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.8);
	transition: .5s;
	/*.col2 {
      @include min-screen($breakpoint-mobile) {
          transition: .5s;
      }
  }*/
}
#gheader {
	background-color: rgba(0, 0, 0, 0);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0 auto;
	z-index: 5;
	color: #ffff;
	transition: .5s;
}
#gheader .logo,
#gheader a{display:block;}


/*=============================================================
 #pankz
=============================================================*/
#pankz {
	line-height: 1;
	margin-bottom: 20px;
	color: #686E73;
	font-size: 12px;
	white-space: nowrap;
}
#pankz .container {
	margin: 0 auto;
	text-align: left;
}
#pankz .container li {
	display: flex;
	align-items: center;
}
#pankz a {
	color: #686E73;
}
/*=============================================================
 #gFooter
=============================================================*/
.home #gFooter {
	position: relative;
	z-index: 2;
}
#gFooter {
	letter-spacing: 0.2em;
	background-color: #686E73;
	padding: 5vw 0 10vw 0;
	color: #fff;
	position: relative;
	z-index: 1;
	line-height: 1.25;
	text-align: center;
}
#gFooter a {
	color: #fff;
}
#gFooter .col2 .leftBox {
	width: 100%;
}
#gFooter .col2 .right box {
	width: 100%;
}
#gFooter .col2 .lastBox {
	width: 100%;
}
#gFooter .logo {
	margin-bottom: 1em;
	display: flex;
	align-items: center;
	line-height: 1;
	font-size: 20px;
}
#gFooter .logo img {
	width: 250px;
	margin: 0 auto;
}
#gFooter ul {
	line-height: 1;
}
#gFooter ul.navi {
	justify-content: space-between;
}
#gFooter ul.navi li a {
	display: block;
	color: #fff;
	padding: 20px 0;
    white-space: nowrap;
}
#gFooter ul.sns {
	justify-content: center;
	margin-bottom: 20px;
}
#gFooter ul.sns li {
	margin: 0 0.5em;
}
#gFooter ul.sns li:first-child {
	margin-left: 0;
}
#gFooter ul.sns li a i {
	color: #fff;
}
#gFooter ul.sns li a i img {
	height: 20px;
}
#gFooter .copy {
	letter-spacing: 0.1em;
	font-size: 1vw;
	margin-top: 20px;
}
.pageTop {
	position: fixed;
	bottom: 100px;
	right: 20px;
}
.pageTop a img {
	width: 40px;
	height: auto;
}
.pageTop a:hover {
	opacity: 1.0;
}
/*=============================================================
 search_win
=============================================================*/
.search_btn {
	cursor: pointer;
	z-index: 11;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #707070;
	position: fixed;
	top: 0;
	right: 0;
}
.search_btn.open .material-icons {
	display: none;
}
.search_btn .material-icons-close {
	display: none;
}
.search_btn.open .material-icons-close {
	display: block;
	position: relative;
	margin-top: 30px;
	padding-top: 1em;
	color: #fff;
	font-size: 1vw;
	letter-spacing: 0.1em;
	font-weight: normal;
}
.search_btn.open .material-icons-close:before {
	content: "";
	display: block;
	width: 75%;
	height: 1.5px;
	background-color: #FFF;
	margin: 0 auto;
	transform: rotate(-45deg);
	position: absolute;
	top: -10px;
	left: 15%;
}
.search_btn.open .material-icons-close:after {
	content: "";
	display: block;
	width: 75%;
	height: 1.5px;
	background-color: #FFF;
	margin: 0 auto;
	transform: rotate(45deg);
	position: absolute;
	top: -10px;
	left: 15%;
}
#search_win {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: #686E73;
	color: #fff;
}
#search_win .search-box {
	padding: 20px 50px 50px 50px;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
}
#search_win .logo {
	width: 400px;
	max-width: 50%;
	margin: 0 auto 20px auto;
}
/*=============================================================
 search-box
=============================================================*/
.search-box {
	width: 200px;
	margin-left: 1vw;
}
.search-box fieldset {
	border: none;
	padding: 0;
	position: relative;
}
.search-box fieldset input[type=text] {
	padding: 0 70px 0 20px;
	height: 40px;
	width: 100%;
	font-size: 80%;
	border: none !important;
}
.search-box fieldset input[type="submit"] {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 2px;
	right: 2px;
	color: rgba(255, 255, 255, 0);
	background-color: rgba(255, 255, 255, 0);
	z-index: 3;
}
.search-box fieldset i {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 2px;
	right: 2px;
	color: #686E73;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
/*=============================================================
 フォーム
=============================================================*/
input[type=text], input[type=checkbox], input[type=email], input[type=tel], input[type="submit"], input[type=search], input[type="button"], button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
}
input:focus, textarea:focus {
	outline: none;
}
input[type=text], input[type=email], input[type=tel], input[type="submit"], input[type="button"], textarea, select {
	box-sizing: border-box;
	box-shadow: none;
	border: 1px #707070 solid;
	padding: 6px;
	width: 100%;
	border-radius: 5px;
}
input[type="submit"], input[type="button"] {
	border: none;
}


@media screen and (max-width: 767.98px) {
	#gheader {transition:all 0.4s;}
	.fixed #gheader {
		height:60px;
		background-color: rgba(255, 255, 255, 0.8);
	}
	#gheader {
		position: fixed;
		background-color: rgba(0, 0, 0, 0);
		z-index: 10;
		display: flex;
		align-items: center;
		height: 75px;
	}
	.fixed.drawer-open #gheader {height:75px;}
	#gheader .col2 {
		display: inline-block;
		position: relative;
		margin: 0 auto;
		padding: 0 50px;
	}
	#gheader .logo {
		line-height: 1;
		display: flex;
		align-items: center;
		font-weight: 500;
	}
	#gheader .logo a{background:url("../img/logo_header_sp_lead.png") no-repeat center center / contain;}
	body.fixed #gheader .logo a{background-image:none;}
	#gheader .logo img {
		width: auto;
		height: 60px;
		margin: 6px 0;
	}
	body.fixed #gheader .logo{margin-top:-20px;}
	#gheader .logo span {
		display: block;
		font-size: 1vw;
	}
	#gheader .illust01 {
		position: absolute;
		left: 0;
		top: 0;
		transition:opacity 0.4s;
	}
	#gheader .illust01 img {
		width: 9vw;
	}
	#gheader .illust02 {
		position: absolute;
		right: 0;
		bottom: 10px;
		transition:opacity 0.4s;
	}
	body.fixed #gheader .illust01,
	body.fixed #gheader .illust02 {
		opacity:0;
	}
	#gheader .illust02 img {
		width: 9vw;
	}
	.drawer-hamburger {
		position: fixed;
		top: 0;
		left: 0 !important;
		z-index: 10;
		background: none !important;
	}
	.drawer-hamburger:after {
		content: "MENU";
		display: block;
		font-size: 1vw;
		margin-top: 8px;
		color: #686E73;
		font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	}
	.drawer-open .drawer-hamburger:after {
		content: "CLOSE";
		display: block;
		font-size: 1vw;
		margin-top: 8px;
		color: #FFF;
	}
	.drawer-open .drawer-hamburger {
		background: none !important;
		right: 0 !important;
	}
	.drawer-hamburger-icon {
		background-color: transparent;
		transform: scale(0.8);
	}
	.drawer-open .drawer-hamburger-icon {
		background-color: transparent !important;
	}
	.drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
		background-color: #686E73;
	}
	.drawer-hamburger-icon:after {
		margin-top: -10px;
	}
	.drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
		background-color: #fff;
		margin-top: 0px;
	}
	.drawer-overlay {
		background-color: rgba(0, 0, 0, 0.8);
		z-index: 3;
	}
	.drawer-nav {
		z-index: 4;
	}
	.search_btn {
		width: 60px;
		height: 60px;
		position: fixed;
		right: 0;
		top: 0;
	}
	.drawer-nav {
		background-color: #686E73;
		padding: 0 !important;
	}
	.drawer-nav a {
		color: #fff !important;
		line-height: 1.2;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}
	.drawer-nav a span {
		display: block;
		font-size: 70%;
		color: rgba(255, 255, 255, 0.3);
		letter-spacing: 0.1em;
		margin-top: 0.5em;
	}
	.drawer-nav .logo {
		text-align: center;
	}
	.drawer-nav .logo img {
		height: 52px !important;
		margin: 20px auto 0 auto !important;
	}
	.drawer-nav nav {
		margin: 0px auto 30px auto;
		width: 80%;
	}
	.drawer--top .drawer-nav{overflow-y:auto;}
	.drawer-nav nav .view-sp {
		width: 100%;
	}
	.drawer-nav nav ul li {
		width: 100%;
		text-align: left;
	}
	.drawer-nav nav ul.sns_sp {
		display: flex;
		justify-content: center;
		margin: 2em 0 1em 0;
	}
	.drawer-nav nav ul.sns_sp li {
		width: auto;
		margin: 0 1em;
	}
	.drawer-nav nav ul.sns_sp li i img {
		height: 30px;
	}
	.drawer-nav nav ul.sns_sp li a {
		border: none;
	}
	.drawer-nav nav .search-box {
		width: 100%;
	}
	#pankz .container {
		padding: 0 10px;
		overflow-y: scroll;
	}
	#gFooter .logo {
		text-align: center;
		width: 100%;
		font-size: 5vw;
		justify-content: center;
	}
	#gFooter .search-box {
		width: 90%;
		box-sizing: border-box;
		margin: 0 auto;
	}
	#gFooter ul {
		width: 100%;
	}
	#gFooter ul.navi {
		display: none;
	}
	#gFooter ul.sns li {
		font-size: 150%;
	}
	#gFooter .copy li {
		width: 50%;
	}
	#gFooter .copy li:last-child {
		width: 100%;
		margin-top: 20px;
	}
}
@media print, screen and (min-width: 768px) {
	body {
		font-size: 15px;
	}
	body img {
		width: auto;
		max-width: 100%;
	}
	body .view-sp {
		display: none!important;
	}
	body .view-pc {
		display: block;
	}
	body #contents {
		padding-top: 165px;
	}
	.order1 {
		order: 1;
	}
	.order2 {
		order: 2;
	}
	#gheader .col2 {
		margin: 0 auto;
		width: 1160px;
		max-width: 100%;
		height: 165px;
		line-height: 1;
		letter-spacing: 0.2em;
		transition: .5s;
	}
	#gheader .col2 .left {
		position: relative;
	}
	#gheader .col2 .left .illust01 {
		position: absolute;
		top: -20px;
		left: -70px;
		transition: .5s;
	}
	#gheader .col2 .left .illust01 img {
		width: 56px;
	}
	#gheader .col2 .left .illust02 {
		position: absolute;
		bottom: -5px;
		right: -30px;
		transition: .5s;
	}
	#gheader .col2 .left .illust02 img {
		width: 53px;
	}
	#gheader .col2 .logo {
		z-index: 2;
		font-weight: 500;
	}
	#gheader .col2 .logo img {
		width: 250px;
		transition: .5s;
	}
	#gheader .col2 .logo span {
		display: block;
		font-size: 25%;
		letter-spacing: 0.05em;
	}
	#gheader .col2 .logo span:nth-of-type(2) {
		letter-spacing: 0.15em;
		font-size: 40%;
	}
	#gheader .col2 #gnavi .view-pc{
		display:flex!important;
		align-items:center;
        justify-content: flex-end;
		margin-bottom: 1em;
	}
	#gheader .col2 #gnavi ul li {
		margin-left: 1.5vw;
	}
	#gheader .col2 #gnavi ul li span {
		display: none;
	}
	#gheader .col2 #gnavi ul.sns {
		justify-content: flex-end;
	}
	#gheader .col2 #gnavi ul.sns li i {
		color: #686E73;
		opacity: 0.8;
	}
	#gheader .col2 #gnavi ul.sns li i img {
		height: 22px;
	}
	#gheader .col2 #gnavi ul.sns li a {
		opacity: 1.0;
	}
	#gheader .col2 #gnavi ul.sns li a:hover i {
		color: #3A3A3A;
		opacity: 1.0;
	}
	.fixed #gheader .col2 {
		height: 100px;
	}
	.fixed #gheader .col2 .left {
		position: relative;
	}
	.fixed #gheader .col2 .left .illust01 {
		position: absolute;
		top: 0px;
		left: -70px;
		transition: .5s;
	}
	.fixed #gheader .col2 .left .illust01 img {
		width: 56px;
	}
	.fixed #gheader .col2 .left .illust02 {
		bottom: 10px;
		transition: .5s;
	}
	.fixed #gheader .col2 .left .illust02 img {
		width: 45px;
	}
	.fixed #gheader .col2 .logo img {
		width: 200px;
		margin: 10px 0;
		transition: .5s;
	}
	.drawer-nav {
		position: relative;
		z-index: 2;
		transition: .5s;
	}
	.drawer-nav nav li {
		line-height: 1.25;
	}
	.drawer-nav nav li a {
		position: relative;
		display: block;
		height: 100%;
	}
	.drawer-nav nav li a {
		font-size: 16px;
	}
	.drawer-nav nav li a:after {
		content: "";
		display: block;
		margin: 0.5em 0 0 0;
		width: 0%;
		height: 3px;
		background-color: #fff;
		transition: .3s;
	}
	.drawer-nav nav li a:hover:after {
		width: 100%;
		transition: .3s;
	}
	#gFooter {
		padding: 95px 0;
		text-align: left;
	}
	#gFooter .col2 {
		max-width: 1280px;
		margin: 0 auto;
	}
	#gFooter .col2 .leftBox {
		width: auto;
	}
	#gFooter .col2 .right box {
		width: auto;
	}
	#gFooter .col2 .lastBox {
		width: auto;
	}
	#gFooter ul.navi li {
		width: 30%;
	}
	#gFooter ul.sns {
		margin-left: 1em;
		justify-content: flex-end;
	}
	#gFooter ul.sns li {
		margin-left: 1em;
	}
	#gFooter .copy {
		justify-content: flex-end;
		font-size: 70%;
	}
	#gFooter .copy li {
		margin-left: 30px;
	}
	#gFooter .col2 .leftBox {
		max-width: 30%;
		padding: 0 0 20px 0;
		text-align: left;
	}
	.pageTop {
		right: 50px;
	}
	.pageTop a img {
		width: 60px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1170px) {
	#gheader .col2 {
		padding: 0 1vw;
		box-sizing: border-box;
	}
	#gheader .col2 .logo img {
		width: 15vw;
	}
	#gheader .col2 #gnavi ul li {
		font-size: 1.5vw;
	}
	.fixed #gheader .logo img {
		width: 15vw !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1279.98px) {
	body .container {
		padding: 0 50px;
	}
	#gFooter .col2 {
		padding: 0 2vw;
	}
}
@media print, screen and (min-width: 1280px) {
	body .container {
		padding: 0;
	}
}