@charset "utf-8";

/* -------------------------------------------------
	font
------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600;700;900&display=swap');
@import url("https://use.typekit.net/kfq2ugr.css");

/* -------------------------------------------------
	reset
------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

html {
}

body {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	color: #fff;
	background: #18160f;
	position: relative;
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.1em;
	word-break: break-all;
}

p, h1, h2, h3, h4, th, td, li, dt, dd, figcaption, input, select, textarea {
	font-weight: normal;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

iframe {
	border: none;
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	
}

ul, ol {
	list-style-type: none;
}


html,body {
}


@media screen and (min-width:768px) {
	a {
		transition: all 0.3s ease-out;
	}
}
@media screen and (max-width:767px) {
	body {
		position: relative;
		background-image: none;
	}
	main {
    width: 100%;
}

}

/* -------------------------------------------------
	box
------------------------------------------------- */

.inBox {
    width: calc(100% - 100px);
    margin: 0 auto;
}

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

/* -------------------------------------------------
	btn
------------------------------------------------- */

.btn {
	width: 500px;
	height: 80px;
	margin: 0 auto 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 1.3;
}
.btn a {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    background-color: #cdba75;
    border: #cdba75 solid 2px;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    padding: 20px;
    text-decoration: none !important;
    width: 350px;
    letter-spacing: 0.08em;
    color: #000;
}


.btn.end a {
    background: #aaa;
    border: none;
    pointer-events: none;
}


.btn.btn_sub a {
    background: none;
    border-color: #ffffff;
    color: #fff;
}

.btn.no-mb {
	margin-bottom: 0;
}
.btn.grad {
	background: url(../images/btn_01.png) no-repeat 0 0 / contain;
}
.btn.orange {
	background: url(../images/btn_02.png) no-repeat 0 0 / contain;
}

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

.btn a:hover {
    background: #fff;
    color: #cdba75;
}
#special .btn a:hover {
    background: #ab6fa0;
    color: #fff;
}
.btn.end a:hover {
    color: #fff !important;
    opacity: 0.8;
}
#special .ac.block_02 .btn a:hover{
        background: #58718b;
        color: #fff;
}

}

@media screen and (max-width:767px) {
	.btn {
		width: 245px;
		height: 50px;
		font-size: 14px;
		background-size: 100% 100% !important;
	}

.btn a {
    font-size: 15px;
    padding: 20px;
    width: 100%;
}

}

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

header {
    position: fixed;
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid #fff;
    height: 50px;
    padding: 0 30px;
}
header .tip > * {
	position: relative;
}
header .tip .lang {
display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    width: 80px;
    left: 2%;
    border: 1px solid #fff;
    padding: 10px 0;
    box-sizing: border-box;
    transform: translate(0, -50%);
    line-height: 0;
    position: absolute;
}
header .tip .lang .text {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.tc header .tip .lang .text {
	font-family: 'Noto Serif Tc M';
}
header .tip .lang .text::after {
    width: 0;
    height: 0;
    margin-left: 10px;
    border-style: solid;
    border-width: 6px 3px 0 3px;
    border-color: #fff transparent transparent transparent;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 8px;
}
header .tip .lang .pulldown {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    border-bottom: solid 1px #000000;
    background: #fff;
    color: #000;
}
header .tip .lang .pulldown a {
padding: 10px 0;
    display: block;
    display: block;
    text-align: center;
    border-top: solid 1px #000;
    font-size: 13px;
    color: #000;
}
.tc header .tip .lang .pulldown a {
}

header .tip .sns {
    position: fixed;
    width: 50px;
    text-align: center;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

header .tip .sns li {
    margin: 22px auto 0;
    font-size: 22px;
}


/* PCビュー */


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


#menu-panel{
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        right: 5%;
        transform: translate(0, -50%);
        line-height: 0;
}
#menu-panel nav ul{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
#menu-panel nav ul li a{
		font-size: 14px;
        position: relative;
        padding: 0 0 0 30px;
        font-family: "gotham", sans-serif;
        font-weight: bold;
        font-style: normal;
}
#menu-panel nav ul li:nth-child(1) a{
        padding: 0;
}
#menu-panel nav ul li a:before {
        content: "";
        position: absolute;
        width: 2px;
        height: 15px;
        background: #fff;
        right: -13px;
        top: 2px;
}
#menu-panel nav ul li:last-child a:before{
	display:none;
}

}

/* spビュー */

@media screen and (max-width:767px) {
header {
    height: 40px;
    padding: 0 10px;
}
	header .tip {
        width: 100%;
        z-index: 9999;
        position: relative;
	}
	header .tip .lang .text {
		font-size: calc(30 / 1125 * 100vw);
		padding-bottom: 0;
		text-shadow: 0 0 5px #00000078;
	}
	header .tip .lang .text::after {
		margin-left: calc(20 / 1125 * 100vw);
		border-width: calc(16 / 1125 * 100vw) calc(10 / 1125 * 100vw) 0 calc(10 / 1125 * 100vw);
		top: auto;
		position: relative;
	}
	
	header .tip .lang .pulldown a {
		font-size: calc(30 / 1125 * 100vw);
	}
	
	header .tip .sns {
    display: none;
    }

header .tip .lang .pulldown {
    background: none;
    text-shadow: 0 0 5px #00000078;
}


#menu-btn {
display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 10px;
    width:80px;
    height: 80px;
    border-bottom: 1px solid;
}
#menu-btn .bars {
	width: 32px;
	height: 20px;
	position: relative;
}
#menu-btn .bars span {
	width: 100%;
	height: 1px;
	background: #fff;
	display: block;
	transition: all 0.2s ease-out;
	position: absolute;
}
#menu-btn .bars span:nth-child(2) {
	top: calc(50% - 1px);
}
#menu-btn .bars span:nth-child(3) {
	bottom: 0;
}
.on #menu-btn .bars span:nth-child(1) {
	top: 50%;
	transform: rotate(45deg);
}
.on #menu-btn .bars span:nth-child(2) {
	opacity: 0;
}
.on #menu-btn .bars span:nth-child(3) {
	top: 50%;
	transform: rotate(-45deg);
}

#menu-panel-wrap {
	display: none;
}
#menu-panel {
    width: 350px;
    height: 100%;
    background: #000;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    z-index: 1000;
    display: flex;
    top: 0;
    right: -300px;
    transition: 0.3s ease-out 0.1s;
}
.on #menu-panel {
    right: 80px;
    min-height: 340px;
}
#menu-panel nav ul {
	font-size: 18px;
    letter-spacing: 0.1em;
}
#menu-panel nav ul li + li {
	margin-top: 1.1em;
}
#menu-panel nav ul li a {
        color: #cdba75;
        font-size: 30px;
        position: relative;
        font-family: "gotham", sans-serif;
        font-weight: bold;
        font-style: normal;
}
.tc #menu-panel nav ul li a {
}

#first-view nav ul li a span,
#menu-panel nav ul li a span {
	display: inline-block;
    background: -webkit-linear-gradient(180deg, #b9c2c6 10%, #f0dcc8 50%, #dc9682 80%);
    background: linear-gradient(-90deg, #b9c2c6 10%, #f0dcc8 50%, #dc9682 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

#menu-panel .logo {
	width: 43%;
    max-width: 130px;
}
#menu-panel .sns {
	margin-top: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#menu-panel .sns li.t {
	width: 20px;
}
#menu-panel .sns li.f {
	width: 8.5px;
}
#menu-panel .sns li.i {
	width: 20px;
}
#menu-panel .sns li.l {
	width: 27.5px;
}
#menu-panel .sns li.y {
	width: 24px;
}
#menu-panel .sns li + li {
	margin-left: 10%;
}

#menu-panel .officialLink {
	margin-top: 25px;
    font-size: 13px;
    letter-spacing: 0.05em;
}


#menu-btn {
        border: none;
        border-bottom: 1px solid;
        border-left: 1px solid;
        width: 40px;
        height: 40px;
    }

	#menu-btn .bars {
		width: calc(56 / 1125 * 100vw);
		height: calc(30 / 1125 * 100vw);
	}
	#menu-btn .bars span:nth-child(2) {
		top: 50%;
		transform: translateY(-50%);
	}
	
	#menu-panel {
    width: 100%;
    right: -100%;
	}
	.on #menu-panel {
		min-height: inherit;
		right: 0;
	}
	#menu-panel nav {
margin: 0 7%;
    width: 100%;
	}
	#menu-panel nav ul {
		font-size: 4.5vw;
	}
	#menu-panel .logo {
		margin-top: 9vw;
		width: 30%;
	}
	#menu-panel .sns {
		margin-top: 9vw;
	}
	#menu-panel .sns li.t {
		width: calc(24*2.5 / 1125 * 100vw);
	}
	#menu-panel .sns li.f {
		width: calc(11*2.5 / 1125 * 100vw);
	}
	#menu-panel .sns li.i {
		width: calc(20*2.5 / 1125 * 100vw);
	}
	#menu-panel .sns li.l {
		width: calc(26*2.5 / 1125 * 100vw);
	}
	#menu-panel .sns li.y {
		width: calc(24*2.5 / 1125 * 100vw);
	}
	
	#menu-panel .officialLink {
		margin-top: 8vw;
		font-size: 3.5vw;
	}

    header .tip .lang {
        top: 25px;
        left: 10px;
        width: 45px;
        padding: 5px;
    }

}

/* spビューかつ横向き */

@media screen and (max-width:767px) and (orientation:landscape) {
	#menu-panel .inner {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#menu-panel .inner > * {
		width: 35%;
	}
	#menu-panel nav {
		margin: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}
	#menu-panel nav ul {
		font-size: 2.5vw;
	}
	#menu-panel .logo {
		margin-top: 0;
	}
	#menu-panel .sns {
		margin-top: 5vw;
	}
	#menu-panel .sns li.t {
		width: calc(34*0.8 / 1125 * 100vw);
	}
	#menu-panel .sns li.f {
		width: calc(14*0.8 / 1125 * 100vw);
	}
	#menu-panel .sns li.i {
		width: calc(36*0.8 / 1125 * 100vw);
	}
	#menu-panel .sns li.l {
		width: calc(48*0.8 / 1125 * 100vw);
	}
	#menu-panel .sns li.y {
		width: calc(42*0.8 / 1125 * 100vw);
	}
}

/* -------------------------------------------------
	footer
------------------------------------------------- */

footer {
    padding: 100px 0 50px;
    position: relative;
}
footer .officialLink a{
    font-size: 12px;
    border: 1px solid;
    padding: 15px;
    display: block;
    max-width: 200px;
    margin: auto;
}
footer .contact {
    margin-bottom: 80px;
    padding: 0px 0 60px;
    border-bottom: #fff solid 1px;
	/*padding: 50px 0;
	border-top: #fff solid 1px;*/
}
footer .contact h5 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 40px;
	letter-spacing: 0.1em;
}
footer .contact ul {
	display: flex;
	justify-content: space-between;
}
footer .contact ul li {
	width: 30%;
	text-align: center;
	line-height: 1.8;
	font-size: 14px;
	margin: 0 auto;
}
footer .contact ul li h6 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 16px;
	border-bottom: #fff dotted 1px;
}
footer .contact ul li a {
	text-decoration: underline;
}

footer .logoCredit {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
    line-height: 1.6;
}
footer .logoCredit p {
	line-height: 1.8;
	font-size: 14px;
}
footer .logoCredit div.logo01 {
	width: 120px;
	margin: 0 20px;
}
footer .logoCredit div.logo02 {
	width: 135px;
	margin: 0 20px;
}


footer .officialLink {
	text-align: center;
	margin-bottom: 70px;
    font-size: 18px;
    letter-spacing: 0.05em;
}


footer .credit {
	font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-bottom: 60px;
    text-align: center;
}
.footer_bnr a {
    display: block;
    width: 38%;
    margin: 0 auto 60px;
}

footer ul {
	display: flex;
	align-items: center;
}

footer ul li + li {
	margin-left: 60px;
}
footer .copyright {
	font-size: 10px;
}

@media print, screen and (min-width:768px) {
	footer .inner {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
	}
	footer .contact ul li a:hover {
		text-decoration: none;
	}
	footer .officialLink a:hover {
		opacity: 0.4;
	}
}

@media screen and (max-width:767px) {
	footer {
		padding: 50px 0;
		text-align: center;
	}
	footer .credit {
		font-size: 2.7vw;
		margin-bottom: 12vw;
		letter-spacing: 0.08em;
	}
	
	footer .contact {
		padding: 0vw 0 2vw;
		margin: 0 5vw 14vw;
	}
	footer .contact h5 {
		font-size: 3.8vw;
		margin-bottom: 7vw;
	}
	footer .contact ul {
		display: block;
	}
	footer .contact ul li {
		width: 100%;
		font-size: 3.4vw;
		margin: 0 0 6vw;
		padding-top: 6vw;
    	border-top: #fff dotted 1px;
	}
	footer .contact ul li h6 {
		margin-bottom: 3vw;
		padding-bottom: 2vw;
		font-size: 3.8vw;
		border: none;
	}
	
	footer .logoCredit {
		margin-top: 2px;
	}
	footer .logoCredit p {
		font-size: 2.7vw;
	}
	footer .logoCredit div.logo01 {
		width: 24vw;
		margin: 0 2vw;
	}
	footer .logoCredit div.logo02 {
		width: 28vw;
		margin: 0 2vw;
	}
	
	footer .officialLink {
		margin-bottom: 14vw;
    	font-size: 3.8vw;
		line-height: 1.5;
	}
	
	footer ul {
		justify-content: center;
	}

	footer ul li + li {
		margin-left: calc(80 / 1125 * 100vw);
	}
	footer .copyright {
		margin-top: calc(140 / 1125 * 100vw);
		font-size: calc(24 / 1125 * 100vw);
		letter-spacing: 0.08em;
	}
	.footer_bnr a {
	    width: 74%;
	    margin-bottom: 14vw;
	}	
}

/* -------------------------------------------------
	other
------------------------------------------------- */

/* responsive */

@media print, screen and (min-width:768px) {
	.pc-none {
		display: none !important;
	}
}

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

/* clearfix */

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

/* -------------------------------------------------
	print
------------------------------------------------- */

@media print {
	body {
		width: 980px !important;
	}
}
