.ff-playfair {
	font-family:"Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif
}
.ff-min {
	font-family:"Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif
}

@media screen and (min-width: 1100px) {
.visible-md,
.visible-sm,
.visible-xs {
	display: none
}
.visible-lg {
	display: inherit
}
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
.visible-lg,
.visible-sm,
.visible-xs {
	display: none
}
.visible-md {
	display: inherit
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.visible-lg,
.visible-md,
.visible-xs {
	display: none
}
.visible-sm {
	display: inherit
}
}

@media screen and (max-width: 767px) {
.visible-lg,
.visible-md,
.visible-sm {
	display: none
}
.visible-xs {
	display: inherit
}
}
.bg-lightGray {
	background: #f2f2f2
}
.bg-Black {
	background: linear-gradient(90deg, #053764, #182b3c);
}
* {
	vertical-align: baseline;
	outline: 0;
	border: 0;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent
}
html {
	background: #fff;
	font-family: "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
	color: #333
}

@media screen and (min-width: 768px) {
html {
	font-size: 10px
}
}

@media screen and (max-width: 767px) {
html {
	font-size: 2.66666vw
}
}
body {
	width: 100%;
	overflow: auto
}
main {
	display: block
}
a {
	display: inline-block;
	text-decoration: none;
	color: #333
}

@media screen and (min-width: 768px) {
a {
	-webkit-transition: all .3s;
	transition: all .3s
}
aa::before,
aa::after {
	-webkit-transition: all .3s;
	transition: all .3s
}
}
img {
	vertical-align: bottom;
	width: 100%;
	height: auto
}
sup {
	font-size: 0.5em;
	vertical-align: super
}
input,
button,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%
}
ol,
ul {
	list-style: none
}
[class*=l-content] {
	margin: 0 auto
}

@media screen and (min-width: 768px) {
[class*=l-content] {
	width: 90%
}
}

@media screen and (max-width: 767px) {
[class*=l-content] {
	padding: 0 1.5rem
}
}

@media screen and (min-width: 1024px) {
.l-content-lg {
	max-width: 1400px;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.l-content-lg {
	max-width: 800px
}
}

@media screen and (min-width: 1024px) {
	.l-content-lg02 {
		max-width: 1200px;
		height: 460px;
	}
	}
	
	@media screen and (min-width: 768px) and (max-width: 1023px) {
	.l-content-lg02 {
		max-width: 800px;
	}
	}


@media screen and (min-width: 1024px) {
.l-content-md {
	max-width: 100%
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.l-content-md {
	max-width: 800px
}
}
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 0 5.33333% 0 4%
}

@media screen and (min-width: 768px) {
header {
	height: 70px
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
header {
	padding: 0 1rem 0 2rem
}
}

@media screen and (max-width: 767px) {
header {
	height: 6rem
}
}
.header__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: rgba(255,255,255,0.9);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	width: 100%;
	height: 100%
}

@media screen and (min-width: 768px) {
[class*='header__logo'] {
	width: 205px
}
}

@media screen and (max-width: 767px) {
[class*='header__logo'] {
	width: 12rem
}
}
.header__logo__top {
	display: none
}

@media screen and (max-width: 767px) {
.header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all .4s;
	transition: all .4s;
	background: #fff;
	width: 100%;
	height: 100vh
}
}

@media screen and (max-width: 767px) {
.is-hamactive .header__nav {
	visibility: inherit;
	opacity: 1;
	z-index: 50
}
}

@media screen and (max-width: 767px) {
.ham {
	position: relative;
	z-index: 100;
	width: 2.6rem;
	height: 2px
}
.ham__item {
	position: absolute;
	left: 0;
	display: block;
	background: #d69d12;
	width: 100%;
	height: 2px;
	-webkit-transition: all .4s;
	transition: all .4s
}
.ham__item:nth-child(1) {
	top: -0.5rem
}
.ham__item:nth-child(2) {
	top: 0.5rem
}
.is-hamactive .ham__item:nth-child(1) {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.is-hamactive .ham__item:nth-child(2) {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
}

@media screen and (min-width: 768px) {
.ham {
	display: none
}
}

@media screen and (min-width: 768px) {
.gnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 10rem
}
}

@media screen and (max-width: 767px) {
.gnav {
	width: 100%
}
}

@media screen and (min-width: 768px) {
.gnav__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 2.5rem;
	font-size: 1.6rem;
	letter-spacing: .05em
}
.gnav__item .line {
	opacity: 0;
	display: block;
	position: absolute;
	bottom: -1.5rem;
	left: 0;
	background: #d69d12;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: .3s;
	transition: .3s
}
.gnav__item .line:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5.5px 0 5.5px;
	border-color: #d69d12 transparent transparent transparent
}
.gnav__item:hover {
	opacity: .7;
	color: #d69d12
}
.gnav__item:hover .line {
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.gnav__item {
	margin: 0 1.5rem
}
}

@media screen and (max-width: 767px) {
.gnav__item {
	display: block;
	text-align: center;
	padding: 3rem 1.5rem;
	font-size: 2rem
}
}
.footer__head {
	background: #fff
}

@media screen and (min-width: 768px) {
.footer__head {
	padding: 5rem 5rem 4rem
}
}

@media screen and (max-width: 767px) {
.footer__head {
	padding: 3.5rem 1.5rem
}
}
.footer__foot {
	background: #333
}
.footer__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media screen and (min-width: 768px) {
.footer__nav {
	margin-bottom: 3rem;
}
}

@media screen and (max-width: 767px) {
.footer__nav {
	margin-bottom: 3.5rem
}
}
.footer__nav__item {
	letter-spacing: .1em;
	line-height: 1
}
.footer__nav__item:nth-child(n+2) {
	border-left: 1px solid #d6d6d6
}

@media screen and (min-width: 768px) {
.footer__nav__item {
	padding: 0 3rem;
	font-size: 1.4rem
}
.footer__nav__item:hover {
	color: #d69d12
}
}

@media screen and (max-width: 767px) {
.footer__nav__item {
	padding: 0 1.5rem;
	font-size: 1.2rem
}
}

.footer__sns-icon ul {
	display:flex;
	justify-content: space-between;
	flex-flow:row nowrap;
}
.footer__sns-icon ul li {
	width: calc(33%);
	text-align: center;
}
.footer__sns-icon ul li a {
	display:block;
}
.footer__sns-icon ul li a img {
	width:25%;
}
.footer__sns-icon ul li:nth-child(2) a img {
	width:25.3%;
}

@media screen and (min-width: 768px) {
.footer__sns-icon ul li:nth-child(2) a img {
	width:28.3%;
}
}



@media screen and (min-width: 768px) {
.footer__sns-icon {
	width: 20%;
	margin:0 auto 2rem;
}
}

@media screen and (max-width: 767px) {
.footer__sns-icon {
	width: 90%;
	margin:0 auto 2rem;
}
.footer__sns-icon ul li a img {
	width:22%;
}
}

.footer__logo {
	display: block;
	margin: 0 auto
}

@media screen and (min-width: 768px) {
.footer__logo {
	width: 160px
}
}

@media screen and (max-width: 767px) {
.footer__logo {
	width: 38.4vw
}
}
.copyright {
	color: #fff;
	text-align: center;
	letter-spacing: .1em
}

@media screen and (min-width: 768px) {
.copyright {
	padding: 2.7rem;
	font-size: 1.2rem
}
}

@media screen and (max-width: 767px) {
.copyright {
	padding: 1.7rem;
	font-size: 0.6rem
}
}
.pagetop {
	position: fixed;
	right: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	z-index: 100
}

@media screen and (min-width: 768px) {
.pagetop {
	width: 7rem;
	bottom: 9rem;
	cursor: pointer
}
}

@media screen and (max-width: 767px) {
.pagetop {
	width: 5rem;
	bottom: 6rem
}
}
/*.is-scroll .pagetop {
	opacity: 1
}*/


/* ------------------------------
linepop
------------------------------- */
.linepop {
	margin: 0 auto;
    text-align: center;
    display: block;
    width: 93%;
}
.linepop__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    background: #fff;
    border-radius: 3px;
    width: 93%;
    z-index: 100;
    bottom: 10px;
    position: fixed;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,.5));
}
.linepop__link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 85%;
	padding: 15px;
	position: relative;
}
.linepop__icon {
    width: 27px;
    height: 28px;
	margin-right: 13px;
}
.linepop__text {
    color: #000;
    margin: 0;
	font-size: 1.1rem;
    font-family: 'Libre Baskerville', serif;
}
.linepop__close {
    position: fixed;
	width: 35px;
    height: 35px;
    border-left: 1px solid #999;
    cursor: pointer;
    right: 32px;
    z-index: 999;
    bottom: 2.9%;
}
.linepop__close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    display: block;
    width: 15px;
    height: 1px;
    background: #000;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.linepop__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    display: block;
    width: 15px;
    height: 1px;
    background: #000;
    transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (min-width: 768px) {
	
}


/* Hiding checkbox */
.add-control .checkbox {
    display: none;
}
 
/* close button's control */
.add-control .action-close #close:checked ~ .btn {
    display: none;
}
.add-control .action-close #close:checked ~ .box {
    display: none;
}