@charset "UTF-8";
/* ---------- reset --------- */
@import url(https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&family=Noto+Sans+JP:wght@400;700&display=swap);

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 16pt;
  font: inherit;
  vertical-align: baseline;
  color: #444444;
}

div, p, table, tbody, thead, th, tr, td, form, fieldset, input, textarea, blockquote, header, footer, nav, article, section, dl, dt, dd, ul, ol, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1.0;
  font-style: normal;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset, img {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

button, textarea, select, input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  background: transparent;
}

header, footer, section, main, p, div, ul, li, span, a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ---------- style --------- */

body{
	background-color: #ed6f00;
	font-family: 'Noto Sans JP', sans-serif;
}

section{
	padding-bottom: 3rem;
	width: 100%;
}

h2{
	font-size: 1.3rem;
	font-weight: bold;
	padding: 2.6rem;
	text-align: center;
	letter-spacing: .3rem;
}

h3 {
	color: #FFF;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.0;
    margin-bottom: 2.5rem;
    letter-spacing: 0.1em;
}

a{
	color: #ed6f00;
}

a:hover{
	color: #ed6f00;
	text-decoration: none;
}

.textWhite{
	color: #FFF;
}

.textOrange{
	color: #ed6f00;
}

.textGray{
	color: #444444;
}

.sp{
	display: none;
}

@media screen and (max-width: 767px){
	section{
		padding: 0 1rem 3rem;
	}
	h3 {
		margin-bottom: 1rem;
		text-align: center;
	}
	.sp{
		display: block;
	}
}

/*menu*/

header {
    position: fixed;
    z-index: 999;
    padding: 60px 50px 0;
}

.menu{
	display: none;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 30px;
    z-index: 99;
}

.menu__line{
    background: #FFF;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}

/*gnavpc*/

nav.gnavpc{
	display: block;
}
nav.gnavsp{
	display: none;
}

li.gnav__menu__item,
.gnav__menu__item__sp{
	padding-bottom: 1rem;
}
.gnav__menu__item a,
.gnav__menu__item__sp a{
	font-family: 'Maven Pro', sans-serif;
	color: #fff;
    font-size: 1rem;
    font-weight: bold;
	text-decoration: none;
    letter-spacing: .2rem; 
}

/*gnavsp*/

@media screen and (max-width: 767px), print {
	header{
		padding: 0;
	}
	.menu {
		display: block;
	}
	nav.gnavpc{
		display: none;
	}
	.gnavsp{
		text-align: center;
		background: rgba(237,111,0,0.8);
		display: block;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 98;
	}
	.gnav__wrap{
		align-items:center;
		display: flex;
		height: 100%;
		justify-content: center;
		position: absolute;
		width: 100%;
	}
	.gnav__menu__item,
	.gnav__menu__item__sp{
	    margin: 40px 0;
	}
	.gnav__menu__item a,
	.gnav__menu__item__sp a{
		color: #fff;
	    font-size: 2em;
	    font-weight: bold;
	    padding: 40px;
		text-decoration: none;
	    transition: .5s;
	}
	.gnav__menu__item a:hover,
	.gnav__menu__item__sp a:hover{
	    color: #666;
	}
}



/*fv*/

section#fv{
	width: 100%;
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

section#fv p{
	color: #FFF;
	margin-top: 1.5rem;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: .3rem;
}

@media screen and (max-width: 767px){
	div#fvLogo h1 img{
		width: 90%;
		height: auto;
	}
	section#fv p{
		margin-top: 1.5rem;
		font-size: 1rem;
		letter-spacing: .2rem;
	}
}

/*information*/

section#information{
	background: #FFF;
}

@media screen and (min-width: 767px){
	section .inner{
		width: 870px;
		margin: 0 auto;
	}
}

section#information h2{
	color: #ed6f00;
}

section#information ul li{
	padding: 1rem 0;
	border-bottom: 1px dotted #b3b3b3;
	line-height: 2rem;
}

section#information ul li span.data{
}

section#information ul li span.icon{
	width: 5rem;
	display: inline-block;
	margin: 0 1.5rem;
	text-align: center;
	color: #FFF;
	font-size: .9rem;
	font-weight: bold;
	border-radius: .3rem;
}

section#information ul li span.iconInfo{
	background: #808080;
}

section#information ul li span.iconGoods{
	background: #ed6f00;
}

section#information ul li span.iconEvent{
	background: #ed1c24;
}

/*services*/

ul.serviceList {
    color: #FFF;
}

#services .serviceList li {
    width: 100%;
    height: 350px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    border-bottom: #FFF solid 2px;
}

#services .serviceList li .text {
    width: 550px;
}

#services .serviceList li p{
    line-height: 1.8;
    letter-spacing: 0.05em;
}

#services .serviceList li .bk {
    position: absolute;
}

#services .serviceList li .bk img{
  width: 350px;
  height: auto;
}
#services .serviceList li:nth-child(1) .bk {
  right: -50px;
  bottom: -10px;
}

#services .serviceList li:nth-child(2) .text {
  margin-left: auto;
}
#services .serviceList li:nth-child(2) .bk {
  top: -20px;
  left: -70px;
}
#services .serviceList li:nth-child(3) .bk {
  top: -40px;
  right: -64px;
}
#services .serviceList li:nth-child(4) .text {
  margin-left: auto;
}
#services .serviceList li:nth-child(4) .bk {
  bottom: -15px;
  left: -73px;
}

button.linkBotton{
	width: 100%;
	text-align: center;
	margin-top: 1.5rem;
}

.button{
	font-weight: bold;
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 1rem 0;
    border: 1px solid #FFF;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    transition: .5s;
	border-radius: .3rem;
}

.button:link {
    color: #FFF;
}

.button:visited {
    color: #FFF;
}

.button:hover {
    color: #ed6f00;
}

.button:active {
    color: #FFF;
}

.button::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #FFF;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}

.button:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

@media screen and (max-width: 767px){
	#services .serviceList li {
	    width: 100%;
	    height: auto;
	    position: static;
	    display: block;
	    border-bottom: #FFF solid 2px;
	    padding-bottom: 2rem;
	}
	#services .serviceList li .text {
	    width: 100%;
	}
	#services .serviceList li .bk {
	    position: static;
	    padding: 1rem 0;
	}
	#services .serviceList li .bk img{
	  width: 100%;
	  height: auto;
	}
}

/*company*/
section#company{
	background: #FFF;
}
section#company .inner{
	text-align: center;
}

section#company .inner h3{
	margin-bottom: 2rem;
}
section#company .inner p,
section#company .inner div{
	font-size: .75rem;
	margin-bottom: .5rem;
}
/*sns*/
div#sns{
	width: 320px;
	margin: 3rem auto 0;
		
}
div#twitterBox{
	display: flex;
	justify-content: center;
    align-items: center;
}

div#twitterIcon{
	margin-right: 1rem;
}

div#twitterAccount a{
	line-height: 1.5rem;
	font-weight: bold;
	text-decoration: none;
}

/*footer*/
footer{
	font-family: 'Maven Pro', sans-serif;
	font-size: .75rem;
	text-align: center;
	color: #FFF;
	padding: 1rem 0;
}

#twitterIcon img{
	width: 100px;
	height: 100px;
}


/* 404ページ */
section#fv p#message{
	line-height: 2rem;
}

section#fv p#message a{
	display: block;
	margin-top: 2rem;
	padding: 1rem;
	text-decoration: none;
	border: solid 1px #FFF;
}

section#fv p#message a:hover{
	background-color: #FFF;
}

/* 動き */
 /* 左からフェードイン 
.slide-left {
	opacity: 0;
	transform: translate(-20px, 0);
	transition: all .7s ease-out;
 }*/

