<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
margin:0;
padding:0;
box-sizing: border-box;
outline: none;
}
html {
    overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
body{
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 25px;
letter-spacing: .1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
background: #fff;
max-width: 2000px;
overflow-x: hidden;
margin: 0 auto;
}
.en{
font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	line-height: normal;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
}
img,abbr,acronym,fieldset{
	border: 0;
}
img{/*---画像隙間回避*/
	vertical-align: bottom;
  border-radius: 0;
-webkit-appearance: none;
width: 100%;
    height: auto;
}
li{
	list-style-type: none;
}
a{
	text-decoration:none;
 -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-transition: all .3s;
    transition: all .3s;
}
button, input, select, textarea {
  font-family : inherit;
  font-size   : 100%;
border-radius: 0;
}
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
  margin: 0 auto;
  font-size: inherit;
  line-height: inherit;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
hr{
    margin: 20px auto;
    border: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
/* iOSデフォルトスタイルをリセット */
   textarea {
    -webkit-appearance: none;
     border-radius: 0;
  }
  input[type=text]    {
    -webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
}
  input[type="submit"],
    input[type="reset"],
input[type="button"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="reset"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/*-----------------------------------------------
__Layout
-----------------------------------------------*/
body{
    font-family: 'Noto Sans JP', "メイリオ" , sans-serif;
}
header,main,footer{
    width: 100%;
	margin: 0 auto;
    max-width: 2000px;
}
/*装飾class*/
.base{
    width: 85%;
    max-width: 1000px;
    margin: 0 auto;
}
.pc_no{
    display: none;
}
.left{
    text-align: left;
}
.center{
    text-align: center;
}
.right{
    text-align: right;
}
.f_left{
    float: left;
}
.f_right{
    float: right;
}
.f_clear{
    clear: both;
}
.flex_box{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.object_fit_img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
a.opacity:hover{
    opacity: .6;
}
/*～～～～色変更～～～～*/
body,a{
    color: #252525;
}
.red{
    color: #ff3d1d;
}
.main_bg{
    background: #f0f0f0;
}
.sub_color01{
    color: #fff;
}
.sub_bg01{
    background:#fff;
}
.sub_color02{
    color:#f3631b;
}
.sub_bg02{
    background:#f3631b;
}
.sub_color03{
    color:#020202;
}
.sub_bg03{
    background:#020202;
}
/*ページトップ*/
#pagetop{
    cursor:pointer;
	z-index: 200;
}
/*ローディング*/
#loading{
  width: 100vw;
  height: 100vh;
  background-color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50000000;
}
#loading img{
    display: block;
    max-width: 500px;
    width: 70%;
}
/*アコーディオン*/
.acmenu{
    padding: 10px;
    text-align: center;
    margin: 20px auto;
    cursor: pointer;
    position: relative;
    transition: 0.3s ease;
    font-size: 1.3rem;
        margin-top: -70px;
    display: block;
    float: right;
    background: #f7f7f7;
    border-radius: 100px;
    border: 1px solid #fff;
}
.acmenu:hover,
.acmenu_open{
    background: #fff;
    color: #b39b5e!important;
    border: 1px solid #b39b5e;
}
.acmenu em{
    position: absolute;
    right: 10px;
    font-size: 1.5rem;
}
.acinner{
    display: none;
    margin: 0 auto;
    padding: 0 30px;
}
nav .acinner li{
    position: relative;
}
header nav.flex_box .acinner li a{
    font-size: 0.9rem;
    margin: 0 auto;
}
nav .acinner li::before{
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    height: 1px;
    width: 20px;
    background: #b39b5e;
}
/*-----------------------------------------------
__page_top
-----------------------------------------------*/
#pagetop{
  width: 100%;
    text-align: center;
	display: block;
	padding: 30px 0 10px 0;
	position: relative;
}
#pagetop:hover{
	background: #020202;
	color: #fff;
}
#pagetop span{
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 18px;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-top: 1px solid ;
    border-left: 1px solid ;
    transform: rotate(45deg);
   }
/*IE11対策*/
.ie{
    position: relative;
    width: 100%;
    height: 100vh;
    display: none;
    background: #fff;
    z-index: 999999999999;
}
.ie2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    font-size: 1.5vw;
}
/*アニメーション*/
.fade {
	opacity: 0;
	transform: translate(0, 60px);
    transition: all .5s ease-in-out;
}
.fade_on {
	opacity: 1;
	transform: translate(0, 0);
}
.zoom {
	transform: scale(0, 0);
    transition: all .5s ease-in-out;
}
.zoom_on {
	transform: scale(1, 1);
}
.mask{
    position: relative;
    overflow: hidden;
}
.mask_on::before {
    animation: ef-mask .3s cubic-bezier(0.76, 0.09, 0.215, 1) forwards .1s;
}
.mask::before {
    content: "";
    width: 100%;
    height: 100%;
    background:#000;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: right center;
    z-index: 1;
}
@keyframes ef-mask {
	0% {
		right: 0;
		transform: scaleX(1); }
	99% {
		right: -5px;
		opacity: 1;
		transform: scaleX(0); }
	100% {
		opacity: 0;
		transform: scaleX(0); }
}</pre></body></html>