@charset "UTF-8";


body {
	color:#0c78b3;
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	line-height:1.85;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}
a, a:visited { color: #438bc5; text-decoration: none; outline: 0; -webkit-transition: color 0.3s ease-out 0s; -moz-transition: color 0.3s ease-out 0s; -o-transition: color 0.3s ease-out 0s; transition: color 0.3s ease-out 0s;  }
a:hover, a:focus { color: #438bc5; text-decoration: none; }


.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
/* Layout */
.l-container {
	flex: 0 1 950px;
	max-width: 950px;
	margin: 0 auto;
	padding: 0 20px;
}
.inner {
padding: 3em;
background-color: rgba(255,255,255,0.5);
margin-bottom: 6em;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
}
.head {
margin-bottom:0px;
padding:0px;
}


figure {
	position: relative;
	overflow: hidden;
margin:0px;
}
figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
figcaption h3,
figcaption p {
	position: absolute;
	left: -100%;
	width: 80%;
	-webkit-transition: .3s;
	transition: .3s;
        color: #fff;
}
figcaption h3 {
	top: 20px;
letter-spacing:2px;
font-size:1em;
}
figcaption p {
	top: 55px;
font-size:0.8em;
line-height: 1.4em;
}
figure:hover figcaption {
	opacity: 1;
}
figure:hover figcaption h3,
figure:hover figcaption p {
	left: 10%;
}
figure:hover figcaption h3 {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
figure:hover figcaption p {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

/* btn */
.btnArea {
text-align: center;
margin: 2em auto 4em;
}
.btnArea a, .btnArea a:visited, .btnAreaMini a,.btnAreaMini a:visited {
color: #fff;
}
@media (max-width: 768px) {
.btnArea {
margin: 2em auto 2em;
}
}

.btn {
    display: inline-block;
    width: 275px;
    max-width: 100%;
    padding: 0;
    margin: 0 10px;
    color: #fff;
    background: #0c78b3;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: 1px;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: all 0.3s;
}
.btn:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 1;
    line-height: 55px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn:hover { color:#fff; background-color: #00b0c7; }
.btn:hover:after { right: 10px; }

.reverse {
flex-direction: row-reverse;
}

.reverse  .Point__thumb {
margin-right:0px;
}

.reverse .Point__text {
margin-right: 60px;
}

@media (max-width: 768px) {
.Point, .Point2, .Point3, .Point4 {
flex-direction: column;
}
.Point__text,.Point2__thumb,.Point3__thumb,.Point4__thumb {
margin-right:0px;
}

.Point__text, .Point2__text, .Point3__text, .Point4__text {
padding-top: 2em;
}
}

.LecBox {
display: flex;
}

.LecBox__item {
flex: 1 1 30%;
margin-right: 20px;
}
.LecBox__item:last-child() {
margin-right: 0px;
}

header {
background-color: #7fcbdb;
padding: 5px 20px;
font-size: 0.9em;
border-bottom: 1px solid #ddd;
position:relative;
}
header h1 {
padding:0px;
margin:0px;
}
header div.label {
position: absolute;
top:0px;
right:0px;
}

.Message {
position: relative;
width: 100%;
height: 450px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
padding: 3em 0;
}
.Message__text {
margin-top:2em;
}

.Message2 {
position: relative;
width: 100%;
height: 550px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
padding: 3em 0;
}
.Message2__text {
margin-top:2em;
}

.logoarea {
position: relative;
padding-bottom: 8em;
}
#logo {
text-align: center;
margin: 3em auto 0;
}
.scroll {
position: absolute;
    bottom: -1px;
    left: 50%;
    width: 360px;
    height: 67px;
    margin: 0 0 0 -180px;
    background: url(/images/scroll.png) no-repeat 0 0;
}
.scroll2 {
position: absolute;
    bottom: -66px;
    left: 50%;
    width: 360px;
    height: 67px;
    margin: 0 0 0 -180px;
    background: url(/images/scroll2.png) no-repeat 0 0;
}
.scroll3 {
position: absolute;
    top: -66px;
    left: 50%;
    width: 360px;
    height: 67px;
    margin: 0 0 0 -180px;
    background: url(/images/scroll.png) no-repeat 0 0;
}

.GoodsList {
display: flex;
flex-wrap: wrap;
}
.GoodsList__item {
flex: 1 1 20%;
border:1px solid #fff;
text-align: center;
background:rgba(255,255,255,0.8);
max-width: 20%;
}
.Goods {
background-color:#e60f1a;
text-align:center;
padding:100px 0px;
font-family: 'Anton';
font-size:200%;
color:#fff;
letter-spacing:2;
}

.footerimg {
  width: 100%;
  position: relative;
}

.footerimg .sponcerbox {
width:25%;
height:300px;
text-align:center;
border:1px solid #fff;
color:#fff;
vertical-align:middle;
}
.footerimg .sponcerboxw {
width:25%;
height:300px;
text-align:center;
border:1px solid #fff;
color:#fff;
vertical-align:middle;
background:rgba(255,255,255,0.5);
}
.footerimg .sponcerbox2w img, .footerimg .sponcerbox2 img, .footerimg .sponcerbox img, .footerimg .sponcerboxw img {
margin:0 auto;
}
.footerimg .sponcerbox2 {
height:200px;
text-align:center;
border:1px solid #fff;
color:#fff;
}
.footerimg .sponcerbox2w {
height:200px;
text-align:center;
border:1px solid #fff;
color:#fff;
background:rgba(255,255,255,0.5);
}

.FuguBox1 {
display: flex;
height: 700px;
}
.FuguBox1__thumb {
flex: 1 1 50%;
background: url(/images/01.jpg) no-repeat center center;
background-size: cover;
min-width: 50%;
}
.FuguBox1__text {
flex: 1 1 50%;
background-color: rgba(0,0,0,0.6);
background-color: rgba(236,233,59,0.6);
padding: 6em 3em;
color: #fff;
}
.FuguBox__logo {
text-align: center;
margin-bottom: 1em;
}
.FuguBox__title {
text-align: center;
margin-bottom: 2em;
}
.FuguBox1__text p {
padding: 0 3em;
}

.FuguBox2 {
display: flex;
height: 700px;
}
.FuguBox2__thumb {
flex: 1 1 50%;
background: url(/images/02.jpg) no-repeat center center;
background-size: cover;
min-width: 50%;
}
.FuguBox2__text {
flex: 1 1 50%;
background-color: rgba(0,0,0,0.6);
background-color: rgba(236,233,59,0.6);
padding: 6em 3em;
color: #fff;
}
.FuguBox2__title {
text-align: center;
}
.FuguBox2__text p {
padding: 0 3em;
}


.FuguBox3 {
display: flex;
height: 700px;
}
.FuguBox3__thumb {
flex: 1 1 50%;
background: url(/images/03.jpg) no-repeat center center;
background-size: cover;
min-width: 50%;
}
.FuguBox3__text {
flex: 1 1 50%;
background-color: rgba(0,0,0,0.6);
background-color: rgba(236,233,59,0.6);
padding: 6em 3em;
color: #fff;
}
.FuguBox3__title {
text-align: center;
}
.FuguBox3__text p {
padding: 0 3em;
}
@media (min-width: 1600px) {
figcaption h3 {
top: 60px;
letter-spacing:2px;
font-size:1em;
}
figcaption p {
top: 100px;
font-size:0.8em;
line-height: 1.4em;
}
}
@media (min-width: 1200px) and (max-width: 1599px) {
.GoodsList__item {
    flex: 1 1 25%;
    border: 1px solid #fff;
    text-align: center;
    background: rgba(255,255,255,0.8);
    max-width: 25%;
}
figcaption h3 {
top: 60px;
letter-spacing:2px;
font-size:1em;
}
figcaption p {
top: 100px;
font-size:0.8em;
line-height: 1.4em;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.GoodsList__item {
    flex: 1 1 25%;
    border: 1px solid #fff;
    text-align: center;
    background: rgba(255,255,255,0.8);
    max-width: 25%;
}
figcaption h3 {
	top: 20px;
letter-spacing:2px;
font-size:0.9em;
}
figcaption p {
	top: 60px;
font-size:0.7em;
line-height: 1.4em;
}
}


@media (min-width: 768px) and (max-width: 991px) {
.GoodsList__item {
    flex: 1 1 50%;
    border: 1px solid #fff;
    text-align: center;
    background: rgba(255,255,255,0.8);
    max-width: 50%;
}

figcaption h3 {
	top: 80px;
letter-spacing:2px;
font-size:1em;
}
figcaption p {
	top: 120px;
font-size:0.8em;
line-height: 1.4em;
}
.FuguBox1__text,.FuguBox2__text,.FuguBox3__text{
padding: 2em;
}
.FuguBox1__text p, .FuguBox2__text p, .FuguBox3__text p {
padding: 0 0em;
}

.FuguBox1,.FuguBox2 {
height: 600px;
}
.FuguBox3 {
height: 650px;
}

}


@media (max-width: 767px) {
h1 img {
width: 80%;
}
.GoodsList__item {
    flex: 1 1 100%;
    border: 1px solid #fff;
    text-align: center;
    background: rgba(255,255,255,0.8);
    max-width: 100%;
}
.Message2 {
height: 700px;
}
.Message__text, .Message2__text {
padding: 0 2em;
}
.reverse {
flex-direction: column;
}


	br.sp {
		display:none;
	}
.Message {
height: 550px;
}
.FuguBox1,.FuguBox2, .FuguBox3 {
height: 100%;
}
.FuguBox2 {
flex-direction: column;
}
.FuguBox1, .FuguBox3 {
flex-direction: column-reverse;
}

.FuguBox1__thumb,.FuguBox2__thumb,.FuguBox3__thumb,.FuguBox1__text,.FuguBox2__text,.FuguBox3__text{
flex: none;
}
.FuguBox1__thumb,.FuguBox2__thumb,.FuguBox3__thumb {
height: 400px;
}
.FuguBox__logo {
padding-top: 3em;
}
.FuguBox1__text,.FuguBox2__text,.FuguBox3__text{
padding: 2em;
}
.FuguBox1__text p, .FuguBox2__text p, .FuguBox3__text p {
padding: 0;
}

}

@media (min-width: 468px) and (max-width: 767px) {
.GoodsList__item {
    flex: 1 1 50%;
    border: 1px solid #fff;
    text-align: center;
    background: rgba(255,255,255,0.8);
    max-width: 50%;
}

}
@media (max-width: 467px) {
figcaption h3 {
	top: 80px;
letter-spacing:2px;
font-size:1em;
}
figcaption p {
	top: 120px;
font-size:0.8em;
line-height: 1.4em;
}
}



.ItemTitle {
padding: 3em 0;
background-color: rgba(255,255,255,0.6);
text-align: center;
}
footer {
background-color: #19264b;
color: #fff;
padding: 5px 0px;
text-align: center;
font-size: 0.9em;
}

#page-top {
	position: fixed;
	bottom:80px;
	right: 30px;
	z-index:999;
        width: 55px;
        height: 55px;
}

#page-top a {
    background-color: #7fcbdb;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 25px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}