@charset "UTF-8";

/* --------------------------------------------------- */
/* content width */

.lay_lqd:before,
.lay_lqd:after { content: " "; display: table; }
.lay_lqd:after { clear: both; }
.lay_lqd {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:1280px) {
    
}
@media screen and (max-width:999px) {
    
}
/* spview */
@media screen and (max-width:767px) {

	.lay_lqd {max-width:none;}
}

/* --------------------------------------------------- */

#wrapper {
	width: 100%;
	overflow-x:hidden;
}

/* --------------------------------------------------- */
/* #header basic */
#header {
    background: #fff;
    padding: 10px 0;
}
#header .inner {
    width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position:relative;/* for #header_nav_btn */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width:1280px) {
    
}
@media screen and (max-width:999px) {
    
}
/* spview */
@media screen and (max-width:767px) {
	#header {
        height: auto;
        padding: 0 0;
    }
	#header .inner {
        border-bottom: 3px solid #00b1ec;
		display: block;
	}
}

/* --------------------------------------------------- */
/* #header link */
#header a {}
#header a:hover {}

/* --------------------------------------------------- */
/* #siteid & #header_nav */
#siteid { width: 260px; }
#siteid a { display: block; }
#header a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* #header_nav */
#header_nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
@media screen and (max-width:1280px) {
    
}
@media screen and (max-width:999px) {
    #siteid {
        width: 25vw;
        padding: 10px 10px;
    }
    
    #header_nav {
        width: fit-content;
    }
}
/* spview */
/* when use menu button */
@media screen and (max-width:767px) {
    #siteid {
        width: 45vw;
        max-width: 250px;
        height: 60px;
        padding: 5px 10px;
    }
    #siteid a {
        width: 100%;
        height: 100%;
    }

	/* #header_nav */
	#header_nav {
		width:100%;
		padding-left:0;
		/* sp view basic style */
		background-color:#fff;
		box-shadow:0px 3px 3px 0px rgba(6,6,7,0.11);
		-moz-box-shadow:0px 3px 3px 0px rgba(6,6,7,0.11);
		-webkit-box-shadow:0px 3px 3px 0px rgba(6,6,7,0.11);

		/* for drop down */
		display:none;
		position:absolute;
		top: 63px !important;
		left:0;
		z-index:998;
	}
}

/* --------------------------------------------------- */
/* menu button (sp view) */
#header_nav_btn {
	/*width:3em;*/
	/*height:3em;*/
	position:absolute;
	top:1em;
	right:0;
	display:none;
	border:none;
	background:none;
	padding:0;
}
#header_nav_btn:before {
    font-family: 'icomoon' !important;
	content:'\e96e';
	font-size: 32px;
	color: #00b1ec;
	line-height:1;
}
@media screen and (max-width:1280px) {
    
}
@media screen and (max-width:999px) {
    
}
/* spview */
@media screen and (max-width:767px) {

	#header_nav_btn {
		top: 16px;
		right: 8px;
		display:block;
	}
	#header_nav_btn:before {
		font-size: 32px;
	}
}

/* --------------------------------------------------- */
/* global navi & primary navi */

/* global navi */
#gnav > li {
	display:inline-block;
	padding: 0 0.5em;
}
#gnav > li:last-child {
    padding: 0 2em 0 0.5em;
}
#gnav > li a {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    display: block;
}


/* primary navi */
#pnav > li {
	display:inline-block;
	margin-right: 0.5em;
}
#pnav > li:last-child { margin-right: 0; }
#pnav > li span,
#pnav > li a {
	font-size: 16px;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
    padding: 0.75em 1.5em;
    border-radius: 25px;
    display: block;
    text-decoration: none;
}

#pnav > li .btn { color:#fff; }

.pnav_login {}
.pnav_login:hover {}

.pnav_mypage {}
.pnav_mypage:hover {}

.pnav_help {}
.pnav_help:hover {}

.pnav_register {}
.pnav_register:hover {}


/* icon style */
#pnav a:before {}

#pnav .drop_down_list {
	font-size: 78%;
	top: 50px;
}
#pnav .drop_down_list li {
    padding: 0.5em 0;
    margin-top: 0;
}
#pnav .drop_down_list li a {
    font-size: 15px;
    text-align: center;
    padding: 0.25em 0.25em;
    border-radius: inherit;
}
#pnav .drop_down_list li a:hover { text-decoration: underline; }

#pnav .list_round1 a {
	color:#333;
	text-shadow:none;
}
@media screen and (max-width:1280px) {
    
}
@media screen and (max-width:999px) {
    /* global navi */
    #gnav > li:last-child {
        padding: 0 1em 0 0.5em;
    }
    #gnav > li a {
        font-size: clamp(13px,3.25vw,15px);
    }

    /* primary navi */
    #pnav > li span, #pnav > li a {
        font-size: clamp(12px,3vw,13px);
        padding: 0.75em 1em;
    }
}
/* spview */
@media screen and (max-width:767px) {

	/* global navi */
	#gnav { 
        display:block;
        text-align: center;
    }
	#gnav > li {
		display:block;
		font-size:100%;
	}
    #gnav > li:last-child { padding: 0 0;}

	/* primary navi */
	#pnav { display:block;text-align: center;}
	#pnav > li {
		display:block;
		font-size:100%;
		margin-right:0;
	}

	#gnav > li,
	#pnav > li{
		width:100%;
        padding: 0 0;
		border-top:solid 1px #eee;
	}
	#gnav > li:first-child { border-top:none; }

	#gnav > li a {
        padding: 15px 15px;
        font-size: clamp(13px, 3.25vw, 15px);
        text-align: left;
        position: relative;
    }
    #pnav > li span,
    #pnav > li a {
        padding: 15px 15px;
        font-size: clamp(13px,3.25vw,15px);
        text-align: left;
        border-radius: 0;
        position: relative;
    }

	#gnav > li a::after,
	#pnav > li a::after {
		content: '';
		margin-top: -4px;
		top: 48%;
		right: 25px;
		width: 9px;
		height: 9px;
		position: absolute;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
    }
	#pnav > li.drop_down::after {
		content: '';
		margin-top: -4px;
		top: 48%;
		right: 25px;
		width: 9px;
		height: 9px;
		position: absolute;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(135deg);
    }

	#pnav > li .btn {
		color:#fff;
		display:block;
	}

	.pnav_login {}
	.pnav_login:hover {}

	.pnav_mypage {}
	.pnav_mypage:hover {}

	.pnav_help {}
	.pnav_help:hover {}

	.pnav_register {}
	.pnav_register:hover {}

	#pnav .drop_down_list {
		top:50px;
	}
}


/* --------------------------------------------------- */

/* back to top navi */
#pagetop {
	position:fixed;
	bottom: 10px;
	right: 30px;
	z-index: 1000;
}
#pagetop a {
	display:block;
	width:50px;
	height:50px;
	background-color:rgba(0,0,0,0.70);
	color:#fff;
	text-align:center;
	padding:7px 0 0;
	font-size:150%;
}
#pagetop a:hover {}

#pagetop2 {
	position:fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	width: 100%;
	padding: 10px 0 15px;
	background: #fff;
	border-bottom: solid 2px #3367d1;
	/*box-shadow: 0 4px 0 rgba(0,0,0,.11);*/
}
#pagetop2 .box_btn_head{
	width: 100%;
	margin: 0 auto;
}
#pagetop2 .box_btn_head ul{
	width: 100%;
	text-align: right;
}
#pagetop2 .box_btn_head ul li{
	display: inline-block;
}

#pagetop2 .box_btn_head ul li a{
	padding: 10px 25px;
}
/* spview */
@media screen and (max-width:767px) {

	#pagetop {
		display: none !important;
	}
	#pagetop a {}
	#pagetop a:hover {}

	#pagetop2 {
		padding: 12px 0;
		background: rgba(255,255,255,.85);
		border-top: solid 2px #3367d1;
		border-bottom:none;
		bottom: 0;
		top: unset;
	}


	#pagetop2 .box_btn_head ul {

		text-align: center;
	}

	#pagetop2 .box_btn_head ul li {

		width: 46%;
	}

	#pagetop2 .box_btn_head ul li a {

		padding: 10px 0 !important;
	}

}


/* footer */
#footer {}

.footer_links {
}
.footer_links ul {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.5em;
}
.footer_links li {
}
.footer_links a {
    color: #fff;
    font-size: 14px;
	text-decoration:none;
}
.footer_links a:hover {}

#footer_logo { 
    width: 50%;
    max-width: 325px;
    height: auto;
    margin: 20px auto;
    display: block;
}
#footer_logo img {
	width:100%;
	height:auto;
}

#copyright {
	text-align:center;
	color: #fff;
    font-size: 12px;
    padding:5px 0;
}
/* spview */
@media screen and (max-width:767px) {
  .footer_links ul {
    padding: 15px 2.5vw;
    gap: 10px 1.5em;
  }
  .footer_links a {
    font-size: 13px;
  }

  #footer_logo {
    width: 60%;
    margin: 15px auto;
  }
}


/* --------------------------------------------------- */
/* floating_side */
#floating_side {
    /*opacity: 0;*/
    pointer-events: none;
    position: fixed;
    bottom: 80px;
    right: 0;
    top: auto;
    transform: none;
    z-index: 1000;
    transition: opacity 0.4s;
    /* デフォルトで表示 */
    opacity: 1;
    pointer-events: auto;
}
#floating_side.visible {
  opacity: 1;
  pointer-events: auto;
}
/* Animation */
#floating_side .sidebtn_search {
    display: block;
    animation-name:updown1;   /* アニメーション名の指定 */
    animation-delay:0s;   /* アニメーションの開始時間指定 */
    animation-duration: 2s;   /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
    animation-iteration-count: infinite;
}
@keyframes updown1 {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}
@media screen and (max-width:1430px) {
    
}
@media screen and (max-width:1280px) {
    #floating_side .sidebtn_search {
        width: 15vw;
        max-width: 238px;
        height: 15vw;
        max-height: 265px;
    }
    #floating_side .sidebtn_search img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
/* spview */
@media screen and (max-width:767px) {
    #floating_side {
        bottom: 10px;
        top: auto;
    }
    #floating_side .sidebtn_search {
        width: 15vw;
        height: 15vw;
    }
}
@media screen and (max-width:400px) {
    #floating_side {
        bottom: 80px;
    }
    #floating_side .sidebtn_search {
        width: 20vw;
        height: 20vw;
    }
}




.bradius {
	border-radius: 6px;
}
.bradius_top {
	border-radius: 6px 6px 0 0;
}
.noborder {
	border: none !important;
}
.boxshadow {
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.15);
}

.point_back01 { background: #3367d1; }
.point_back02 { background: #00b1ec; }
.point_back03 { background: #f0f4f8; }

