@charset "UTF-8";
/*----------------------------------------
       Reset
----------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html{
    scroll-padding-top: 150px;
}
body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}
img{
	width:100%;
}
a img{
	margin:0;
	padding:0;
}
div img{
	margin:0;
	padding:0;
}


.logo{
  display: block;
  margin-top: 7.5px;
  margin-left: 2%;
}
.logo img{
  width: auto;
  height: 65px;
}

/* Navbar & Navmenu color */
:root {
  --background-navbar: #660000;
}

.header {
  background: var(--background-navbar);
  position: fixed;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
}

/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  max-width: 450px;
  height: auto;
  top: 0;
  margin-top: 80px;
  padding: 0 0 10px 0;
  clear: both;
  background: var(--background-navbar);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
  right: 0;
}

/* Hamburger menu button */
.menu-btn:checked ~ nav .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 17px;
  text-transform: capitalize;
  color: #ddd;
  opacity: 0;
  transition: 0.5s;
}
.menu-btn:checked ~ nav .menu a:hover{
	opacity: 0.8;
}
.menu li {
  border-top: 1px solid rgb(255 255 255 / 25%);
  padding: 10px 0;
  margin: 0 54px;
  opacity: 0;
  transition: 0.5s;
  position: relative;
}
.menu li:nth-last-child(1),.menu li:nth-last-child(2) {
	border-top:none;
}

.menu-btn:checked ~ nav .menu a,
.menu-btn:checked ~ nav .menu li {
  opacity: 1;
  transition: 0.4192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1s;
}
.menu-btn:checked ~ nav .menu li a span.en:after{
	content:">>";
	margin-left:1em;
	letter-spacing:-0.1em;
}

.menu-btn {
  display: none;
}
header nav{
	display: contents;
	/* display: block; */
	/* position: absolute; */
	/* right: 450px; */
}
.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 20px;
  margin-right: calc(20px + 2%);
  padding-top: 15px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navicon {
  background: #ddd;
  display: block;
  height: 3px;
  width: 40px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #ddd;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 15px;
}

.navicon:after {
  bottom: 15px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #ddd;
  letter-spacing: 4px;
  font-size: 20px;
}


footer{
	background-color: #660000;
	color:#FFFFFF;
	padding-right: 320px;
}
footer .inner{
	max-width:1500px;
	margin:0 auto;
	width:90%;
	padding: 95px 0;
}
footer .footerbox{
	display: flex;
	/* flex-wrap: wrap; */
	align-items: end;
	justify-content: space-between;
	/* padding-right: calc(328px - 0vw); */
	width: 100%;
	/* overflow: hidden; */
}
.footerbox .left{
	min-width: 320px;
}
.footerbox .left .logoimg{
	width:200px;
	height:auto;
}
.footerbox .left .logotext{
	margin-top: 0.5em;
}
.footerbox .left .small{
	line-height: 1.8em;
	margin-top: 0.8em;
}

.footerbox .right{/* padding-top: 55px; */width: calc(100% - 320px);display: flex;flex-wrap: wrap;justify-content: right;align-items: flex-end;vertical-align: bottom;}

.snstel{
	display: flex;
	vertical-align: middle;
	align-items: center;
	justify-content: right;
	margin-bottom: 25px;
	width: 100%;
}
.snstel .tellink{
	margin-right: 50px;
}
.snstel .snslink{
	display: flex;
	flex-wrap: wrap;
	height: 50px;
	align-items: center;
}
.snstel .snslink li {
	
}
.snstel .snslink li a{padding: 5px 10px;display: block;}
.snstel .snslink li a img{
	height: 32px;
	width: auto;
}
.snstel .tellink img{
	height: 40px;
	width: auto;
}
.f_links{display: flex;justify-content: right;flex-wrap: wrap;line-height: 2em;text-align: left;width: 44em;/* width: 100%; */margin-auto: auto;margin-right: 0;}
.f_links li{
	position:relative;
	width: 17%;
	width: 11em;
	/* min-width: 17%; */
}
.f_links li a:before{
	display:inline;
	content:"・";
}
.f_links li a{
	color: #FFF;
}

.copyright{
	width: 100%;
	display: block;
	text-align: center;
}
.copyright p{
	padding: 1em 0;
	color: #660000;
	font-weight: bold;
	font-size: 0.8em;
}


.float_topnav{
	display:block;
	margin: 0 0 10px auto;
	width:50px;
}
.float_closenav{
	display:block;
	position:fixed;
	bottom: 383px;
	right: 10px;
	width:30px;
	z-index: 999;
	cursor: pointer;
}
.float_closenav:hover{
	opacity:0.8;
}
.menu a span.jp{
	display: block;
	font-size: 0.7em;
	padding-top: 0.2em;

}

.menu a span.en{

}
.head{
	padding-top: 80px;
}

.bread{
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 1em;
}
.bread ul{
	display: flex;
}
.bread ul li{
	
}
.bread ul li:after{
	content:"＞";
	padding:0 0.5em;
}
.bread ul li:nth-last-child(1):after{
	content:"";
}

.bread ul li a{
	color: #000;
}
.bread ul li a:hover{
	color: #660000;
	text-decoration:underline;
}

@media only screen and (max-width: 1500px) {
	.f_links{
		justify-content: right;
	}
	.f_links li {
    position: relative;
    width: 20%;
    width: 33%;
    font-size: 0.95em;
    text-align: right;
 }
	.right{
		margin-top: 2vw;
	}
	.snstel{
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.snstel .tellink{
		margin-right: 0;
		width: 100%;
		text-align: right;
	}
}

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

	.footerbox .left{
		/* font-size: 1.1vw; */
	}
	.f_links{
		width: 100%;
	}
	.f_links li{
		width: 50%;
	}
	.f_links li:nth-child(1){
		/* margin: 0 0 0 calc(100% - 11em); */
	}
	.snstel{
	flex-wrap: wrap;
	}
	footer{
		padding-right: 25vw;
	}
	.float_closenav{
		bottom: 30.5vw;
	}
	.snstel .tellink img{
		width: 100%;
		height: auto;
		max-width: 385px;
	}
	
}
@media only screen and (max-width: 1150px) {
			.f_links li:nth-child(1){
		/* margin: 0 0 0 calc(100% - 33em); */
	}
	  .f_links li:nth-child(4){
		
	}
	.f_links li:nth-child(4){
		order:8;
	}
	.f_links li:nth-child(8){
		order:9;
	}
}
@media only screen and (max-width: 1100px) {
	.snstel .tellink{
		margin-right: 0;
		width: 100%;
		text-align: right;
		margin-bottom: 20px;
	}
	
}
@media only screen and (max-width: 1000px) {

	footer .footerbox{
		font-size: 1.3vw;
	}
		.f_links li{
		/* font-size: 0.9em; */
	}
}
@media only screen and (min-width: 768px) {
	.sp{
	    display: none!important;
	}
}
@media only screen and (max-width: 768px) {
	.pc{
	    display: none!important;
	}
	.logo{
		margin-left: 4%;
		margin-top: 10px;
	}
	.logo img{
		height: 60px;
	}
	.navicon {
	width: 50px;
	height: 4px;
	}
	.menu {
	max-width: 100%;
	height: calc(100vh - 80px);
	}
	.menu li{
		padding: 2vw 0;
	}
	.menu a span.en{
		font-size: 5.5vw;
	}
	.menu-btn:checked ~ nav .menu li a span.en:after{
		display:none;
	}
	.menu a span.jp{
		font-size: 3vw;
		padding-left: 0.5em;
		padding-top: 0.3em;
	}
	footer{
	/* margin-top: 50px; */
	/* padding-top: 100px; */
	padding-right: 0;
	}
	footer .inner{
		padding: 6vw 0 0vw 0;
		width: 100%;
	}
	.snstel{
		margin-bottom: 0;
		flex-wrap: wrap;
		text-align: right;
		/* text-align-last: justify; */
		letter-spacing: 0.4em;
	}
	.snstel .tellink{
		display:none;
	}
	.f_links{
		display:none;
	}
	.snstel .snslink li a img{
		height: 24px;
	}
	.snstel .text{
		width: 100%;
	}
	footer .footerbox{
		justify-content: center;
		flex-wrap: wrap;
		vertical-align: baseline;
		align-items: stretch;
		font-size: unset;
	}
	.footerbox .left .logotext{
		display:none;
}
.footerbox .left .small{
		display:none;
}
	.footerbox .left{
	width: 40%;
	max-width: 213px;
	min-width: unset;
}
	.footerbox .right{
		padding-top: 0;
		width: 50%;
		max-width: 213px;
	}
	.copyright{
		background-color: #660000;
	}
	.copyright p{
		color:#FFFFFF;
		font-size: 1em;
	}
	.float_topnav{
	position: fixed;
	width: 35px;
	right: 10px;
	bottom: 10px;
	}
	.float_closenav{
		left: 250px;
		bottom: 109px;
	}
}
@media only screen and (max-width: 450px) {
	.footerbox .left{
	width: 45%;
	max-width: 213px;
	padding-top: 0vw;
}
	.footerbox .right{
		padding-top: 0vw;
		width: 45%;
		max-width: 213px;
	}
	.footerbox .left .logoimg{
		width:100%;
	}
	.snstel .text{
		font-size: 0.8em;
	}
	.snstel .snslink li a{
		padding: 2px 8px;
	}
		.snstel .snslink li a img{
		height: 19px;
	}
		.menu a span.en{
		font-size: 4.2vw;
	}
	.menu a span.jp{
		font-size: 2.8vw;
		padding-left: 0.5em;
		padding-top: 0.3em;
	}
}