/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html{line-height:0;-webkit-text-size-adjust:100%}
body{margin:0}
main{display:block}
h1{font-size:2em;margin:.67em 0}
hr{box-sizing:content-box;height:0;overflow:visible}
pre{font-family:monospace,monospace;font-size:1em}
a{background-color:transparent}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}
code,kbd,samp{font-family:monospace,monospace;font-size:1em}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}sup{top:-.5em}
img{border-style:none}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}
button,input{overflow:visible}
button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{padding:.35em .75em .625em}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{vertical-align:baseline}
textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details{display:block}
summary{display:list-item}
template{display:none}[hidden]{display:none}

/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

:root{--prd-color: #b79147}
html{color:#222;font-size:1em;line-height:0}
::-moz-selection{background:#b3d4fc;text-shadow:none}
::selection{background:#b3d4fc;text-shadow:none}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
fieldset{border:0;margin:0;padding:0}
textarea{resize:vertical}
.container{width:100%;max-width:1000px;margin:auto; overflow: hidden;}
img{width:100%;vertical-align:bottom; display: block;}
.relative{position:relative}
.absolute{position:absolute;left:0}
.opacity-0{opacity:0}
.banner{position:sticky;bottom:0;padding:0rem 0;display:flex;justify-content:center;align-items:center;width:100%;z-index:999}
.banner a{cursor:pointer}
.tabbed{overflow-x:hidden;margin:10px 1rem;padding-bottom:16px;padding-left:.25rem;padding-right:.25rem}
.tabbed [type=radio]{display:none}
.tab{width:100%;text-align:center}
.tabs{display:flex;align-items:stretch;list-style:none;padding:0;margin:0}
.tab>label{display:block;margin-bottom:-2px;padding:12px 15px;border:2px solid var(--prd-color);background:#ffffff;color:var(--prd-color);font-size:1rem;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s}
.tab:hover label{border-top-color:var(--prd-color);color:var(--prd-color)}
.tab-content{display:none;color:#777}
.tabbed [type=radio]:nth-of-type(1):checked~.tabs .tab:nth-of-type(1) label,.tabbed [type=radio]:nth-of-type(2):checked~.tabs .tab:nth-of-type(2) label,.tabbed [type=radio]:nth-of-type(3):checked~.tabs .tab:nth-of-type(3) label,.tabbed [type=radio]:nth-of-type(4):checked~.tabs .tab:nth-of-type(4) label,.tabbed [type=radio]:nth-of-type(5):checked~.tabs .tab:nth-of-type(5) label{border-bottom-color:#fff;border-top-color:var(--prd-color);background:var(--prd-color);color:#fff}
.tabbed [type=radio]:nth-of-type(1):checked~.tab-content:nth-of-type(1),.tabbed [type=radio]:nth-of-type(2):checked~.tab-content:nth-of-type(2),.tabbed [type=radio]:nth-of-type(3):checked~.tab-content:nth-of-type(3),.tabbed [type=radio]:nth-of-type(4):checked~.tab-content:nth-of-type(4){display:block}
footer{margin-top:5rem;font-size:clamp(11px,3vw,13px)}
.footer{display:flex;justify-content:center;align-items:center;padding:30px 0;margin-top: 5%;background-color:black;color:#fff}
html{scroll-behavior:smooth;scroll-padding-top:2rem;}
@keyframes scroll-speed{0% {transition-duration: 500ms;} 100% {transition-duration: 80ms;}}
body{font-family:Open Sans,\30d2\30e9\30ae\30ce\89d2\30b4  Pro,Hiragino Kaku Gothic Pro,\30e1\30a4\30ea\30aa,Meiryo,serif!important}
.btn{cursor:pointer}
@keyframes shine{to{left:125%}}
.accordion-bg{background-color: #ffffff; padding: 1% 0;}
.accordion{margin:2% 0;font-size:80%;padding:0 1rem; line-height: 1.4;}
.accordion-menu{text-align:center;color:#545454;cursor:pointer;user-select:none;position:relative;padding:.5rem 0;}
.accordion-menu h2{font-weight:400;margin:0;font-family:serif}
.accordion-content{height:0;overflow:hidden;color:#545454;line-height:1.5;position:relative}
.accordion-content.expanded{height:0;overflow:hidden}
/* .accordion-plus,.accordion-minus{position:absolute;top:7px;right:8px} */
.accordion-v {
	display: inline-block;
	position:absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%) rotate(0deg);
	transition: 0.2s;
    width: 3%;
    height: 0%;
    /* border-left: 8px solid transparent; */
    /* border-right: 8px solid transparent; */
    border-bottom: 2px solid #ffffff;
}
.accordion-h {
	display: inline-block;
	position:absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%) rotate(0deg);
	transition: 0.2s;
    width: 3%;
    height: 0%;
    /* border-left: 8px solid transparent; */
    /* border-right: 8px solid transparent; */
    border-bottom: 2px solid #ffffff;
}

/* .accordion .accordion-content .accordion-close{
    position: absolute;
    width: 100%;
    height: 100%;
} */

.accordion-close{
    position: absolute;
    width: 100%;
    height: 1.2%;
    bottom: 0.67%;
    left: 0%;
}

.close-1 {
	display: inline-block;
    position: absolute;
    bottom: 43%;
    left: 43%;
    transform: translateY(-50%) rotate(140deg);
    transition: 0.2s;
    width: 6%;
    height: 0%;
    /* border-left: 8px solid transparent; */
    /* border-right: 8px solid transparent; */
    border-bottom: 2px solid #ffffff;
}
.close-2 {
	display: inline-block;
    position: absolute;
    bottom: 43%;
    left: 43%;
    transform: translateY(-50%) rotate(40deg);
    transition: 0.2s;
    width: 6%;
    height: 0%;
    /* border-left: 8px solid transparent; */
    /* border-right: 8px solid transparent; */
    border-bottom: 2px solid #ffffff;
}
ul.qa{position:relative;list-style:none;margin-left:0;padding-left:1.2em}
ul.qa li{margin:.25rem}ul.qa li.q{color:var(--prd-color)}
ul.qa li.q:before{content:"Q.";position:absolute;left:0;color:var(--prd-color)}
ul.qa li.a:before{content:"A.";position:absolute;left:0;color:#545454}
.footer_link{display:flex;justify-content:center;margin:5% 0;padding:0 1rem;text-align:center;gap:25px}
.footer_link li{list-style:none}
.footer_link li a{color:#000;text-decoration:none}
.footer_link li a:hover{color:#646464;text-decoration:underline}
.hidden,[hidden]{display:none!important}
.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}
.sr-only.focusable:active,.sr-only.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;white-space:inherit;width:auto}
.invisible{visibility:hidden}
.clearfix:before,.clearfix:after{content:" ";display:table}
.clearfix:after{clear:both}
.sp-95{width:95%;margin:auto}
@media only screen and (min-width: 35em){
    .sp-95{width:100%;margin:auto}
}
@media print{
    *,*:before,*:after{background:#fff!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}
    a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}
    abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}
    pre{white-space:pre-wrap!important}
    pre,blockquote{border:1px solid #999;page-break-inside:avoid}
    thead{display:table-header-group}
    tr,img{page-break-inside:avoid}
    p,h2,h3{orphans:3;widows:3}
    h2,h3{page-break-after:avoid}
}

/* reflection
---------------------------------------------------------- */
.reflection {
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.reflection:after {
	content: "";
	height: 100%;
	width: 30px;
	position: absolute;
	top: -180px;
	left: 0;
	background-color: #fff;
	opacity: 0;
	transform: rotate(45deg);
	animation: reflection 3.5s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 3.5s ease-in-out infinite;
}
@keyframes reflection {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}
	80% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}
	81% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

.shine {
    height:auto;
    width:100%;
    /* max-width: 750px; */
    /* background:#59cce0; */
    z-index:0;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 15px;
}

.shine::after {
    content:'';
    top:0;
    transform:translateX(100%);
    width:200%;
    height: 200%;
    position: absolute;
    z-index:1;
    transform: rotate(-30deg);
    animation: slide 1.3s infinite;
    /* 
    CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
    */
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255, 255, 255, 0)), color-stop(50%,rgba(255,255,255,0.6)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 77%,rgba(128,186,232,0) 92%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

/* animation */

@keyframes slide {
    0% {transform:translateX(-100%); opacity:.8;}
    100% {transform:translateX(100%); opacity:1;}
}

@media screen and (min-width:1000px) {
    .button .button1, .button .button2, .button .button3{
        height: 110px !important;
        font-size: 2.2em;
    }

    .button .button1::before, .button .button2::before {
        height: 110px !important;
        font-size: 2.2em;
    }
}

.xxx {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
  
  /* (mobile) */
  @media (max-width: 600px) {
    .xxx {
        height: auto;
        aspect-ratio: 4/3;
    }
  }
  
  /* (tablet) */
  @media (min-width: 601px) and (max-width: 1024px) {
    .xxx {
        height: auto;
        aspect-ratio: 4/3; /* square */
    }
  }


 .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%;
    font-family: serif;
    /* margin-bottom: 18vh; */
}

.button .button1 {
    -webkit-transition: .3s cubic-bezier(.86,0,.07,1);
    position: relative;
    width: 75%;
    /* height: 11vw; */
    outline: 1px solid rgb(0, 0, 0,1);
    background: #ffffff;
    transition: .3s cubic-bezier(.86,0,.07,1);
    text-align: center;
    align-content: center;
    aspect-ratio: 1 / 0.13;
}

.button .button1::before {
    -webkit-transition: .6s cubic-bezier(.86,0,.07,1);
    display: inline-block;
    /* z-index: 0; */
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    /* height: 11vw; */
    background: #000000;
    color: #fff !important;
    content: "";
    transition: .6s cubic-bezier(.86,0,.07,1);
    aspect-ratio: 1 / 0.13;
}

.button .button1:hover::before {
    width: 100%;
}

.button .button1 a {
    -webkit-transition: all .4s ease;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    transition: all .4s ease;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.button1 a {
    text-decoration: none;
    color: #000;
}

.button1 a:hover{
    color: #ffffff;
    outline: 2px solid #ffffff;
}

.button .button2 {
    -webkit-transition: .3s cubic-bezier(.86,0,.07,1);
    position: relative;
    width: 75%;
    /* height: 11vw; */
    outline: 1px solid rgb(255, 255, 255);
    background: #000000;
    transition: .3s cubic-bezier(.86,0,.07,1);
    text-align: center;
    align-content: center;
    aspect-ratio: 1 / 0.13;
}

.button .button2::before {
    -webkit-transition: .6s cubic-bezier(.86,0,.07,1);
    display: inline-block;
    /* z-index: 0; */
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    /* height: 11vw; */
    background: #ffffff;
    color: #000000 !important;
    content: "";
    transition: .6s cubic-bezier(.86,0,.07,1);
    aspect-ratio: 1 / 0.13;
}

.button .button2:hover::before {
    width: 100%;
}

.button .button2 a {
    -webkit-transition: all .4s ease;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    transition: all .4s ease;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.button2 a {
    text-decoration: none;
    color: #ffffff;
}

.button2 a:hover{
    color: #000000;
    outline: 2px solid #000000;
}

.wht-bg{

    background-color: #fff;
    width: 100%;
    height: 100vh;
    /* position: relative; */
    /* left: 0; */
    /* top: 0; */
}

.button .button3 {
    -webkit-transition: .3s cubic-bezier(.86,0,.07,1);
    position: relative;
    width: 75%;
    /* height: 11vw; */
    outline: 1px solid rgb(0, 0, 0,1);
    background: #ffffff;
    transition: .3s cubic-bezier(.86,0,.07,1);
    text-align: center;
    align-content: center;
    aspect-ratio: 1 / 0.13;
}

.button .button3::before {
    -webkit-transition: .6s cubic-bezier(.86,0,.07,1);
    display: inline-block;
    /* z-index: 0; */
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    /* height: 11vw; */
    background: #000000;
    color: #fff !important;
    content: "";
    transition: .6s cubic-bezier(.86,0,.07,1);
    aspect-ratio: 1 / 0.13;
}

.button .button3 a {
    -webkit-transition: all .4s ease;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    transition: all .4s ease;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.button3 a {
    text-decoration: none;
    color: #000;
}