@import url("../webfonts/stylesheet.css");
@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
/*  font: inherit;*/
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
overflow-y:scroll;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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



/*

COMMON

 */
html, body {
  text-align: center;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  color: #151b25;
}

body {
    background-color: #fff;
}

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

:focus {
  outline: none;
}

p {
  margin: 0 0 2em 0;
  line-height: 1.6em;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
}


/* LINK STYLE */
a {
  color: #3cf;
  text-decoration: none;
}
a:hover {color: #99e6ff;}
a:active, a:focus {color: #09c;}
a img:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}

.inner{
  margin: 0 auto;
    width: 1080px;
}
.forpc {display: block;}
.forsp {display: none;}

/*

HEADER

*/
header {
    width: 100%;
    margin:0;
    padding: 0;
    position: relative;
    z-index: 9999;
	background:#151b25;
}
.pageTop{
    padding: 15px;
    text-align: left;
    margin: 0 !important;
}

.title{
    width: 100%;
    padding: 0;
    margin: 0;
    background: #203240;
}

.logo_f{
    display: block;
    margin: 0 auto;
	width:100%;
}
/* HEADING */
h1 {
    padding: 0;
    margin: 0;
    font-family: "Josefin Sans",sans-serif;
    font-size: 58px;
    line-height: 1.2em;
    font-weight: 400;
    }
h2{
    font-size: 32px;
    line-height: 1.6em;
    text-align: center;
    margin:50px 0;
}
h2 .h2main{
	display:inline-block;
	background:#cc0d24;
	color:#fff;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px 10px;
	text-align:center;
	font-size:110%;
}
@media all and (-ms-high-contrast: none){
  h2 .h2main{
	line-height:1.8em;
	height:1.4em;
  }
}
h3{
  font-family: 'Roboto', sans-serif;
}

/*

CONTENTS

*/

article {}
section {}

ul{
  width: 100%;
  list-style: none;
  padding: 0;
}
ul li{
  display: inline-block;
  margin: 10px;
  padding: 0;
  text-align: left;
}

ul.multiple-items li span{
	display:block;
	margin-top:10px;
	text-align:center;
	font-size:90%;
    line-height: 1.3em;
}
.multiple-items li a{
    position: relative;
	display:block;
}

ul li .overlay {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  right: 0px;
  background: rgba(60, 90, 127, 0.85);
  transition: 0.3s;
  text-align: center;
  opacity: 0;
}
ul li .overlay h3,
ul li .overlay i {
  color: #fff;
  
}
ul li .overlay h3 {
  bottom: 30%;
  left: 50%;
  opacity: 0;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  transition: 0.3s;
  position: absolute;
  transition-delay: 0.1s;
  transform: translateX(-50%);
}
ul li .overlay i {
  top: 30%;
  opacity: 0;
  left: 50%;
  font-size: 50px;
  transition: 0.3s;
  transition-delay: 0s;
  position: absolute;
  transform: translate(-50%, 50%);
}
ul li .overlay .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
ul li:hover .overlay {
  opacity: 1;
}
ul li:hover .overlay i {
  top: 40%;
  opacity: 1;
}
ul li:hover .overlay h3 {
  bottom: 50%;
  opacity: 1;
}


ul.card{
	margin:0 auto;
}
ul.card li span{
	display:block;
	margin:10px auto 0;
	text-align:center;
	font-size:90%;
    line-height: 1.5em;
}

.slick-slide img{
	margin:0 auto;
}

.slick-dotted.slick-slider{padding-bottom: 10px;}
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #1e2d40 !important;
}
.slick-prev:before,
.slick-next:before{
    font-size: 30px !important;
}
.slick-prev, .slick-next{
    width: 30px !important;
    height: 30px !important;
}
.nameImg{
	display:block;
	margin:30px auto 0;
}
.sizeTbl{
    text-align: left;
    margin: 50px auto;
}
.sizeTbl table{
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
    margin-top:5px;
}
.sizeTbl table th{
    color: #fff;
    width:16%;
	background:#3C5A7F;
}
.sizeTbl table th,
.sizeTbl table td{
    text-align:center;
    border: solid 1px #151b25;
    padding:8px 0;
    font-size: 16px;
}
.sizeTbl table td input {
    width: auto !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}
.subttl{margin:10px 0 0;text-align:left;}
.lb-data .lb-number{display: none !important;}
.lb-data .lb-caption{font-size: 16px !important;}


@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 2.5}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.fade {
    animation: fadeIn 2.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 2.5s ease 0s 1 normal;
}

.formBtns input{
    text-align:center;
    border: solid 1px #fff;
    padding:8px 0;
    font-size: 16px;
    line-height: 21px;
}

.loginArea{
    margin: 50px auto 0;
    padding: 50px 0;
    background: #1e2d40;
}
.loginArea > p{
	color:#fff;
}
.inpuExp p{
    margin: 0;
	padding:0 20px;
	color:#fff;
	font-size:20px;
}
.inputArea{
    display: block;
    margin: 0;
}
#msg2{
	margin-top:20px;
	font-size:20px;
}
.pwarea{
    margin: 20px auto;
}
.formBtns input,.loginBtn {
    color: #fff;
    padding: 13px 22px;
    background:none ;
    border-radius: 4px;
    font-weight: 400;
    border: solid 2px #fff;
    transition: 0.3s;
	outline: none;
    box-shadow: none;
	-webkit-appearance:none;
    background-image: none;
	cursor: pointer;
}
.formBtns input{
    font-size: 16px;
}
.formBtns input:hover,.loginBtn:hover{
	background:#fff;
    color: #1e2d40;
    font-weight: 600;
}
.loginBtn{
    display: inline-block;
    overflow: hidden;
    margin: 20px auto 10px;
    font-size: 18px;
}

input[type="text"],
textarea {
	outline: none;
	border-color: #1e2d40;
    border-radius: 5px;
	border-width:1px;
	-webkit-transition: all .3s;
	transition: all .3s;
    font-family: sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    width: 300px;
	padding:5px;
	-webkit-transition: width .3s;
	transition: width .3s;
    box-shadow: none;
	-webkit-appearance:none;
    background-image: none;
}
input[type="text"]:focus,
textarea:focus {
	box-shadow: 0 0 7px #01b4ee;
	border: 1px solid #01b4ee;
    /*width: 280px;*/
}

/* Chrome */
::-webkit-input-placeholder {
	color: rgba(0, 160, 233, 0.56);
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
}

:-moz-placeholder {
	color: rgba(0, 160, 233, 0.56);
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    
}
/* Firefox */
::-moz-placeholder {
	color: rgba(0, 160, 233, 0.56);
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    
}

/* IE */
:-ms-input-placeholder {
	color: rgba(0, 160, 233, 0.56);
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
}
.inptMove{
    display: none;
}


/*kakomi*/
.orderPeriod{
  padding: 20px;
  margin: 50px 0;
  font-size: 20px;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック","Meiryo UI","メイリオ","Meiryo","游ゴシック", YuGothic, "メイリオ", "Meiryo",'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1em;
  display: inline-block;
  background:#3C5A7F;
}
a.orderPeriod{
	color:#fff;
}
a.orderPeriod:hover{
	text-decoration:underline;
}

.btmtxt{
	border:solid 1px #151b25;
	padding:20px;
	margin:0 auto 50px;
}
.btmtxt p.btmsubtxt{margin:0;font-size:80%;}

/*

FOOTER

*/
footer {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  font-size: 10px;
  color: #fff;
  background:#151b25;
}


/* ANCHOR */
.toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 0;
  text-align: left;
  line-height: 1em;
  z-index: 9999;
}
.toTop a img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  cursor: pointer;
}
.toTop a img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}

.share{
    margin: 0 auto 40px;
}
.share li{
    vertical-align: top;
}

.slick-slide{
    height: auto !important;
}

.inView.animated,inViewFade.animated{
	overflow:hidden;
}
.wp2 { visibility: hidden; }
.bounceInLeft, .bounceInRight, .fadeIn, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight,.zoomIn {visibility: visible;}
.delay-03s { animation-delay: 0.3s; -webkit-animation-delay: 0.3s; }
.delay-06s { animation-delay: 0.6s; -webkit-animation-delay: 0.6s; }
.delay-09s { animation-delay: 0.9s; -webkit-animation-delay: 0.9s; }
.delay-12s { animation-delay: 1.2s; -webkit-animation-delay: 1.2s; }

.delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; }

.bnrArea{text-align:center;margin-bottom:50px;}
.bnrArea a img{margin:0 auto;}
.forpcbnr{display: block;}
.forspbnr{display:none;}


/* ローディングの背景部分のCSS */
.loader{
  background:#203240;
  height:100%;
  left:0;
  position:fixed;
  top:0;
  width:100%;
  z-index:10;
}
 
/* ローディングのアニメーション部分のCSS (https://projects.lukehaas.me/css-loaders/) */
.loader-animation {
  font-size: 10px;
  margin: -5em;
  text-indent: -9999em;
  width: 10em;
  height: 10em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position:absolute;
  top:50%;
  left:50%;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader-animation:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader-animation:after {
  background: #203240;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}




@media screen and (max-width: 1024px) {
    .inner{width:96%;}
    h1{line-height: 1.5em;font-size:46px}
    .sizeTbl{width: 100%;}
}
@media screen and (max-width: 800px) {
    .forpc {display: none;}
	.orderPeriod{font-size: 18px;}
}
@media screen and (max-width: 700px) {
    body{font-size: 17px;}
    .inner{width:96%;margin-bottom: 0;}
    h1{font-size: 30px;line-height: 1.2em;overflow:hidden;}
    h2 {font-size: 21px;text-align: center;margin:20px 0;padding: 0 10px;}
	h2 .h2main{display:block;}
    .pageTop{padding: 10px;}
    .logo_f{width: 142%;min-width:142%;margin-left: -20%;}
    .forsp {display: block;}
    .share li{vertical-align: top;}
    .slick-prev {left: -5px !important;}
    .slick-next {right: -5px !important;}
    .slick-prev, .slick-next{width:28px!important;height:28px!important;z-index: 9999;}
    ul.card li span{width: 100%;}
	.loginArea{padding:30px 0;margin: 40px auto 0;}
	.loginArea p{text-align:left;}
	.loginBtn{padding:20px;margin-bottom:10px;}
	.formBtns input{margin-bottom:10px;}
	.orderPeriod {line-height: 1.4em;display: block;width: auto;margin: 20px 10px 30px;text-align:center !important;}
	.forpcbnr{display:none;}
	.forspbnr{display: block;}
	.sizeTbl{margin: 20px auto 0;}
	.btmtxt p.btmsubtxt{text-align:left;}
	.btmtxt{margin: 20px auto;}
	.bnrArea{margin-bottom:20px;}
	.pwarea{margin:10px auto 20px;}
}
@media screen and (max-width: 320px) {
    .share li{margin: 5px;}
	h2 {font-size: 19px;}
    h3{font-size: 24px;}
}