@charset "utf-8";
/* CSS Document */

*{
margin: 0px;
padding: 0px;
}

html{overflow-x: hidden;}

body{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	background:#fff;	
line-height: 1.6;
color:#333;
font-size:16px;
font-size-adjust: none;
-webkit-font-size-adjust: none;
position: relative;
	overflow-x: hidden;
/*min-width: 1360px;  */
}

.min{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.fw-b{
	font-family: 'Anton', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.en{
    font-family: 'Oswald', sans-serif !important;
	font-weight: 500;
}

@media only screen and (max-width: 1100px) {
	html{overflow-x: hidden;}
body{
    overflow: hidden;
    min-width: initial;
	font-size: 15px;
	max-width: 100%;
}

body.jp{
	font-size: 13px;
}
}

img{
	border:0;
	outline:none;
	image-rendering: -webkit-optimize-contrast;
	max-width: 100%;
}

a{
    transition: all 0.8s ease;
}

a:hover img.hover-alp{
filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;
    transition: .5s;
}

a:link, a:visited{color:#222; text-decoration: none;}
a:hover{color:#999; text-decoration:underline;}

a.txt-red{
    color: #b7183f;
    text-decoration: none;
}

a.txt-red:hover{
    color: #000;
    text-decoration: underline;
}



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

.clearfix {
min-height: 1px;
}

* html .clearfix{
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

p{margin:0 0 15px;}

.cb{clear:both;}

#page-top{position:fixed; bottom:20px; right:20px; z-index: 50;}
#page-top a{
    width:50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    font-size: 18px;
    }
@media only screen and (max-width: 768px) {
#page-top{bottom:30px; right:10px; }
}


img{
border:0;
outline:none;
}


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

@media screen and (min-width: 769px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 768px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/*==================================================
ボタン
================================================== */

.btn-area{
	margin: 50px 0;
}

.btn{
	display: inline-block;
	color: #fff !important;
	font-size: 18px;
	text-decoration: none !important;
    font-weight: 600;
    background: #000;
    border-radius: 42px;
    text-align: center;
    padding: 20px 35px;
    line-height: 1;
    min-width: 200px;
}

.btn:hover{
    background: #e60012;
}

@media only screen and (max-width: 1024px) {

.btn{
	font-size: 15px;
    padding: 16px 35px;
}
	
}


@media only screen and (max-width: 768px) {

.btn-area{
	margin: 35px 0;
}

.btn{
	font-size: 15px;
    padding: 16px 35px;
    min-width: 160px;
}
	
}

/*==================================================
全体コンテンツエリア
================================================== */

.contents-area{
    width: 1024px;
    margin-left: auto; 
    margin-right: auto; 
    position: relative;
}

.sec{
}

.bg-w{
	background: #fff;
}

.sec-grey{
	background: #f3f6f9;
}


.contents-sec{
	width: 1060px;
	vertical-align: top;
}

.page-wrapper{
	padding-top: 100px;
}


@media only screen and (max-width: 1024px) {

.contents-area{
    width: 84%;
}
    
}


@media only screen and (max-width: 768px) {



.sec{
}

.contents-sec{
	width: 100%;
	vertical-align: top;
}

.page-wrapper{
	padding-top: 60px;
}

.bg-blue-grad{
	background: url("../images/bg_bluegrad_sp.jpg") repeat-y top center;
	background-size: 100%;
}
	
}

@media (max-width: 480px) {
  
}


/*==================================================
タイトル
================================================== */

.title-contents{
    display: block;
    /*font-size: 120px;*/
	font-size: 80px;
	line-height: 1.0;
	position: relative;
    font-style: italic;
}

.title-contents span{
    font-size: 100%;
}

.title-contents small{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
    font-size: 18px;
    padding-left: 20px;
    font-weight: 600;
    font-style: normal;
}


@media only screen and (max-width: 768px) {
	
.title-contents{
	font-size: 9vw;
}
	
}


@media only screen and (max-width: 480px) {
	
.title-contents{
	font-size: 12vw;
}

.title-contents small{
    font-size: 15px;
}
	
}


/*==================================================
パンクズリスト
================================================== */

.breadcrumbs{
    padding: 20px 0;
    }
.breadcrumbs ul{list-style: none; text-align: right; font-size: 13px;}
.breadcrumbs ul li{display: inline-block; margin: 0 6px;}
.breadcrumbs ul li:after{content: ">"; padding-left: 18px;}
.breadcrumbs ul li.active-page:after{content: none;}
.breadcrumbs ul li a{
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    
.breadcrumbs{
    padding: 20px 0 0;
    }    
   
}

/*==================================================
fontawesome
================================================== */

i.fas{
    font-weight: 900;
}

/*==================================================
header
================================================== */

header{
	width: 100%;
	height: 70px;
	z-index: 99999;
	position: fixed;
	top: 0;
	transition: top 300ms;
}

header.bgon{
    background: #fff;
}

#box-header{
    display: flex;
    padding-left: 15px;
}


#site-title{
    display: block;
	line-height: 1;
    width: 20%;
    padding-top: 15px;
}
img.logo{height: 40px; vertical-align: middle; image-rendering:auto;}

.header-contents{
    width: 80%;
    position: relative;
}
ul.menu-link,
ul.menu-navi{
	list-style: none;
    text-align: right;
    margin-right: 220px;
}

ul.menu-link li,
ul.menu-navi li{
	display: inline-block;
    vertical-align: middle;
	line-height: 1;
}

.menu-link li:nth-child(2){
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

ul.menu-link li a,
ul.menu-navi li a{
	display: block;
    height: 70px;
    line-height: 68px;
	text-align: center;
	padding: 0 14px;
	font-size: 15px;
    color: #fff;
    text-decoration: none;
}

header.bgon ul.menu-navi li a{
    color: #333;
}

ul.menu-link li a:hover,
ul.menu-navi li a:hover{
    background: #f4f4f4;
    color: #333;
}

ul.menu-link li a i,
ul.menu-navi li a i{
    font-size: 12px;
    padding-left: 5px;
    vertical-align: middle;
}

a.btn-header-contact{
    display: block;
    width: 180px;
    height: 50px;
    padding: 10px;
    background: #e60012;
    color: #fff;
    text-align: center;
    line-height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
}

a.btn-header-contact span{
    display: block;
    border: 1px solid #fff;
    height: 48px;
}

a.btn-header-contact:hover{
    background: #000;
}




@media only screen and (max-width: 768px) {

header{
	height: 60px;
}


#site-title{
    padding-top: 10px;
    width: 30%;
}
    
img.logo{height: 45px; }
ul.menu-link,
ul.menu-navi{
    margin-right: 160px;
}

ul.menu-link li a,
ul.menu-navi li a{
    height: 60px;
    line-height: 60px;
	padding: 0 10px;
	font-size: 14px;
}

a.btn-header-contact{
    width: 120px;
    height: 40px;
    padding: 10px;
    line-height: 38px;
    font-size: 14px;
}

a.btn-header-contact span{
    height: 38px;
}
    
}


@media only screen and (max-width: 480px) {
	
.header-contents{
    display: none;
} 

#site-title{
    padding-top: 12px;
    width: auto;
    padding-left: 3px;
}
    
img.logo{height: 30px; }
    
#box-header{
    display: block;
    padding-left: 5px;
} 

a.btn-header-contact{
    width: 90px;
    height: 50px;
    padding: 5px;
    line-height: 48px;
    font-size: 12px;
    margin-right: 60px;
}	

a.btn-header-contact span{
    height: 48px;
    padding-top: 0;
}	
	
}
/*==================================================
footer
================================================== */

footer{
	clear: both;
	padding: 50px 0 35px;
    font-size: 14px;
    line-height: 2.2;
}

.box-footer{
    width: 860px !important;
    display: flex;
    position: relative;
}

.footer-l{
    width: 30%;
}

.footer-r{
    width: 70%;
    text-align: right;
}

.box-footer ul{
    list-style: none;
}

.footer-logo{
    width: 200px;
    margin: 5px 0 10px;
}

.footer-r p strong{
    display: block;
    text-align: right;
    font-size: 21px;
}

.copyright{
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 13px;
    padding: 35px 0 0;
}

#footer-contact{
    text-align: center;
    background: #000;
    height: 300px;
    position: relative;
}

#footer-contact img{
    width: 900px;
    vertical-align: bottom;
    position: relative;
    z-index: 1;
    margin-top: 35px;
}

#footer-contact::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 200px 100vw 0 0;
    border-color: #fff transparent transparent transparent;
}

#footer-contact::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 200px 100vw;
    border-color: transparent transparent #fff transparent;
}

.page #footer-contact{
    margin-top: 200px;
}




@media only screen and (max-width: 1024px) {

footer{
	clear: both;
	padding: 50px 0 35px;
    font-size: 14px;
    line-height: 2.2;
}

.box-footer{
    width: 82% !important;
}

#footer-contact{
    text-align: center;
    background: #000;
    height: 250px;
    position: relative;
}

#footer-contact img{
    width: 85%;
    margin-top: 0;
}

#footer-contact::before{
    border-width: 150px 100vw 0 0;
}

#footer-contact::after{
    border-width: 0 0 150px 100vw;
}

    
}


@media only screen and (max-width: 768px) {

#footer-contact{
    height: 200px;
}

#footer-contact::before{
    border-width: 120px 100vw 0 0;
}

#footer-contact::after{
    border-width: 0 0 120px 100vw;
}

.footer-logo{
    width: 160px;
    margin: 5px 0;
}

.footer-r p strong{
    font-size: 18px;
}

.page #footer-contact{
    margin-top: 120px;
}
	
}


@media only screen and (max-width: 480px) {
    
    footer{
        line-height: 1.8;
        padding-top: 25px;
    }

#footer-contact{
    margin-top: 50px;
    height: 120px;
}

#footer-contact::before{
    border-width: 70px 100vw 0 0;
}

#footer-contact::after{
    border-width: 0 0 70px 100vw;
}

.footer-logo{
    width: 160px;
    margin: 5px 0;
}

.footer-r p strong{
    font-size: 18px;
}

.box-footer{
    width: 84% !important;
    display: block;
}

.footer-l{
    width: 100%;
    margin-bottom: 30px;
}

.footer-r{
    width: 100%;
    text-align: center;
}

.box-footer ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
    
.box-footer ul li{
    width: calc(100%/2);
    text-align: left;
    margin: 5px 0;
}

.footer-logo{
    width: 40%;
    margin: 5px 0 10px;
}

.footer-r p strong{
    display: block;
    text-align: center;
    font-size: 16px;
}
    

#footer-contact img{
    width: 95%;
    margin-top: 0;
}
    
    .copyright{
        padding-top: 5px;
    }
	
}


/*==================================================
テーブル
================================================== */

.table{
    border-collapse:collapse;  
    box-sizing:border-box; 
    margin: 0 auto; 
	font-size: 16px;
	width: 100%;
}

.table tr{
	border-top: 1px solid #d3dfe1;
	border-bottom: 1px solid #d3dfe1;
}

.table th{
    width: 150px;  
    padding: 30px 30px; 
	vertical-align: middle;
    text-align: left;
	background: #e0eaf1;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.table td{
    font-weight:normal; 
    padding: 30px 40px; 
    text-align: left;
    line-height: 2.0;
	vertical-align: top;
}

.table td div{
	margin-bottom: 20px;
}

.table td strong{
	display: block;
	font-weight: 500;
}


@media only screen and (max-width: 768px) {
    
.table{
	
}

.table th{
	display: block;
	width: 100%;
	box-sizing: border-box;
    padding: 15px 20px;
}

.table td{
	display: block;
	width: 100%;
	box-sizing: border-box;
    padding: 20px 20px 30px;
}

.table td div{
	margin-bottom: 0;
}

.table td strong{
	margin-top: 10px;
}
	
.table.no-border tr:first-child{
    border-top: none;
}

}


/*==================================================
list
================================================== */

ul.ul-3cols{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
}

ul.ul-3cols li{
	width: calc(100%/3);
}


@media only screen and (max-width: 1100px) {

ul.ul-3cols{
	display: block;
}

ul.ul-3cols li{
	width: 100%;
}
	
	
}



/*==================================================
lazyshow
================================================== */

.lazyshow{
  visibility: hidden;
  transform: translate(0,5rem);
  opacity: 0;
  -moz-transition: all 700ms ease-out 0s;;
  transition: all 700ms ease-out 0ms;
}


/*
.lazyshow-hidden{
  visibility: hidden;
  transform: translate(0,5rem);
  opacity: 0;
  -moz-transition: all 700ms ease-out 0s;;
  transition: all 700ms ease-out 0ms;
}
*/

.lazyshow-show{
  visibility: visible;
  opacity: 1;
  transform: translate(0,0);
}

/*==================================================
fade
================================================== */


/* jQuaryスクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-80px, 0);
}

.fade-in-right {
  transform: translate(80px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}




/*==================================================
accordion
================================================== */


@media only screen and (max-width: 1100px) {
	
	dl.accordion{
		border-bottom: 1px solid #dde9f4;
	}

dl.accordion dt{
    cursor:pointer;
    height: auto; 
    position: relative; 
    padding: 0;
	margin-bottom: 0 !important;
}

dl.accordion dt:hover{
    cursor:pointer;
    text-decoration: none;
}


dl.accordion dt:after{
    font-family: "Font Awesome 5 Free";
    content: '\f067';
    font-weight: 900;
	font-size: 12px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 21px;
	color: #005799;
}

dl.accordion dt.open:after{
    font-family: "Font Awesome 5 Free";
    content: '\f068';
    font-weight: 900;
	font-size: 12px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 21px;
	color: #005799;
}

 
dl.accordion dd {
    display:none; 
	margin-left: 20px;
	box-sizing: border-box;
}
	
}

/*==================================================
fc
================================================== */

.fc-blue{color: #00abc7 !important;}
.fc-green{color: #7fbc03 !important;}
.fc-red{color: #e60012 !important;}



/*==================================================
txt-slider 追加
================================================== */

.txt-slider {
	overflow: hidden;
	position: relative;
}
.txt-slider strong {
	display: inline-block;
	position: relative;
	transition: opacity 0.5s ease-out;
}
.txt-slider strong::before {
	content: '';
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}
.txt-slider strong.active::before {
	width: 0;
	left: 100%;
	transition: left 1.5s 1.5s ease-out, width 1.5s 1.5s ease-out;
}

/*==================================================
form
================================================== */


input[type="text"],
input[type="number"], 
input[type="email"], 
input[type="password"] , 
input[type="tel"] ,
input[type="date"] ,
input[type="time"] ,
input[type="search"]  {
	width: 100%;
    box-sizing: border-box;
	height: 50px;
    font-size: 16px;
	border:1px solid #ddd;;
	padding:5px 10px;
	background:#fff;
	border-radius: 6px;
	
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="search"]:focus,
textarea:focus {
    
}

.td-div > div{
    margin-bottom: 10px;
}

.td-div > div:last-child{
    margin-bottom: 0;
}

input.input-zip{
    width: 25%;
}

input.zip{
	width: 15%;
}

input.input-tel{
    width: 50%;
}

textarea{
    padding: 20px 15px;
    width: 100%;
    min-height: 220px;
    font-size: 16px;
    box-sizing: border-box;
	background:#fff;
    border: 1px solid #ddd;
	border-radius: 6px;
}

input[type="checkbox"]{
    display: inline-block; 
    width: 22px; 
    height: 22px; 
    background:#f5f5f5; 
    vertical-align: bottom;
    margin-right: 5px;
}

input[type="radio"]{
    display: inline-block; 
    width: 22px; 
    height: 22px; 
    background:#fff; 
	vertical-align: middle;
    margin-right:5px;
	border-color: #ddd !important;
}


select {
cursor: pointer;
    min-width: 40%;
text-indent: 0.01px;
text-overflow: ellipsis;
border: 1px solid #ddd !important;
outline: none;
background: #fff;
background-image: none;
box-shadow: none;
height: 50px;
box-sizing: border-box;
	border-radius:6px;
	font-size: 16px;
}

.required{
    display: inline-block; 
    border-radius: 3px; 
    margin-left: 10px; 
    border: 1px solid #e8343d;
    color: #e8343d;
    font-size: 10px; 
    padding:3px 10px; 
    line-height: 1;
    vertical-align: middle;
}

#contact-confirm .required{
    display: none;
}

.btn-area{
    text-align: center;
}

input[type="submit"],
button{
	-webkit-appearance:none;
	cursor: pointer;
}

.btn-form{
    background: #e60012;
    color: #fff;
    cursor: pointer;
    border: 2px solid #e60012;
    border-radius: 48px;
    padding: 20px 0;
    font-size: 16px;
    display: inline-block;
    width: 360px;
}

.btn-form:hover{
    background: #fff;
    color: #e60012;
}

label.l-rc{
    display: block;
    margin: 5px 0;
}


#header-form{
    line-height: 1.9;
    margin: 0 auto 50px;
    font-size: 15px;
}

#header-form p{
    margin-bottom: 25px;
}

#form-finish #header-form{
	text-align: center;
}



span.txt-form{padding-left: 15px;}

#contact-confirm span.txt-form{
	display: none;
}


@media only screen and (max-width: 768px) {

.btn-form{
    padding: 18px 0;
    font-size: 15px;
    width: 300px;
}
    
}




@media (max-width: 480px) {
    
    span.txt-form{padding-left: 0; padding-top: 8px; font-size: 13px;}

.btn-form{
    display: block;
    width: 80%;
    padding: 15px 0;
    margin: 0 auto;
    font-size: 14px;
}

input[type="text"], 
input[type="number"], 
input[type="email"], 
input[type="password"] , 
input[type="tel"] ,
input[type="date"] ,  
input[type="time"] ,     
input[type="search"]  {
	height: 44px;
	font-size: 13px;
}
	
input[type="submit"],
button{-webkit-appearance:none !important;}	

textarea{
	min-height: 160px;
	font-size: 13px;
}

select {
width: 100%;
height: 42px;
} 
 

.btn-cart{
    width: 94%;
}  
    
.box-form .btn-area{
    margin: 0;
}

.td-div > div > span{
    display: block;
    width: 100%;
}

input.input-zip{
    width: 100%;
    margin-left: 0;
}

input.zip{
	width: 30%;
}

input.input-tel{
    width: 100%;
    margin-left: 0;
}


    
	
}





