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

*{
	font-weight: 200;
	padding: 0;
	margin:0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
/*	font-family: "Yu Gothic";*/
/*	font-family: "Mplus 1p";*/
/*	font-family: "Rounded Mplus 1c";*/
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  scroll-behavior: smooth;
}

a{
	text-decoration: none;
  font-size: 16px;
	letter-spacing: 1px;
	transition: .2s;
/*    -webkit-transform: scale(1.001,1);
    -moz-transform: scale(1.001,1);
    -ms-transform: scale(1.001,1);
    -o-transform: scale(1.001,1);
    transform: scale(1.001,1);*/
}

a:hover{
  opacity: .8;
	transition: .2s;
}

li{
	list-style: none;
}

h1,h2,h3,h4,h5,h6,p{
	color:#111;
/*    -webkit-transform: scale(1.001,1);
    -moz-transform: scale(1.001,1);
    -ms-transform: scale(1.001,1);
    -o-transform: scale(1.001,1);
    transform: scale(1.001,1);*/
}

h1{	
	letter-spacing: 10px;
}
h2{
  font-size: 32px;
  line-height: 37px;
	letter-spacing: 3px;
  font-weight: bold;
}
h3{	
	letter-spacing: 3px;
}
h4{	
	letter-spacing: 2px;
}
h5{	
	letter-spacing: 1px;
}
h6{	
	letter-spacing: 1px;
}
p,a,span{
  font-size: 15px;
  line-height: 24px;
	letter-spacing: 1px;
  font-weight: normal;
}
hr{
}

.clear{
	clear:both;
}

.fa{
	color: #fff;
}
body{
	overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

img{
  vertical-align: bottom;
}

.spOnly{
  display: none;
}

a.linkBtn{
  display: block;
  width: 220px;
  text-align: center;
  font-family: "Mplus 1p";
	color:#333;
  border: 1px solid #333;
  padding: 15px 0;
}

a.linkBtn:hover{
  opacity: 1;
  background-color: #333;
  color: #fff;
}

.flexBox{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.spbr{
  display: none;
}

.eng{
  font-family: 'Overpass', sans-serif;
  font-weight: bold;
}

.pc{
}

.sp{
  display: none;
}


@media screen and (max-width: 600px){
  .pc{
    display: none;
  }

  .sp{
    display: block;
  }
}

/*==============================
nav
==============================*/
nav{
  position: sticky;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  z-index: 99999;
  background-color: #fff;
}

nav > ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  height: 100%;
}

nav > ul li{
  display: flex;
  align-items: center;
  border-left: 1px solid #ccc;
  height: 100%;
}

nav > ul li:first-of-type{
  margin-right: auto;
  border-left: none;  
}

nav > ul li:first-of-type a{
}

nav > ul li:first-of-type img{
  vertical-align: bottom;
}

nav > ul li:nth-last-of-type(2){
  background-color: #db002c;
}

nav > ul li:nth-last-of-type(2) a p,
nav > ul li:nth-last-of-type(2) a span{
  color: #fff;
}

nav > ul li a{
  display: block;
  text-align: center;
  padding:0 20px;
  padding-top: 5px;
}

nav > ul li a p{
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0;
  color: #000;
  margin-bottom: -2px;
  font-weight: bold;
}

nav > ul li a span{
  font-size: 14px;
  letter-spacing: 1px;
  color: #db002c;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

nav > ul li:last-of-type{
  border-left: none;
}

nav > ul li:first-of-type a,
nav > ul li:last-of-type a{
  padding-top: 0;
}

/*==============================
SPメニュー
==============================*/

.spnavBack{
  display: none;
}

.spLogo{
	display: none;
}

.nav-unshown {
  display:none;
}
@media screen and (max-width: 1000px){
.spnavBack{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: sticky;
  padding-left: 20px;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 999998;
  background-color: #fff;
}
  
  .spnavBack a{
    display: block;
    width: 240px;
  }
  
  .spnavBack a img{
    width: 100%;
    display: block;
    vertical-align: bottom;
  }
  nav > div a{
    width: 100%;
  }
  nav > div a img{
    width: 100%;
  }
nav{
  display: none;
  padding: 10px 0;
	margin-top: 50px;
  width: 100%;
  text-align: center;
  background-color: rgba(255,255,255,.9)
}

nav h1{
  display: inline-block;
  margin: 0 auto;
}

nav h1 > a{
  display: block;
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/

/*アイコンのスペース*/
#nav-open {
  position: fixed;
  top:10px;
	right: 20px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background-color: #db002c;
  padding:10px 9px;
	z-index: 999999;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 2px;/*線の太さ*/
  width: 22px;/*長さ*/
  border-radius: 0px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -9px;
}
#nav-open span:after {
  bottom: -18px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 999999;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
nav {
  overflow: auto;
  position: fixed;
	display: block;
  top: 0;
  left: 0;
	margin: 0;
  z-index: 1000000;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background-color: rgba(255,255,255,.9);/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
  padding: 50px 20px 0;
  text-align: center;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ nav {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
  
  nav > div > img{
    display: none;
  }

  nav > a{
    margin-bottom: 15px;
  }

  nav > ul{
    flex-wrap: wrap;
    height: auto;
    padding-left: 0;
  }

  nav > ul > li{
    width: 100%;
    height: auto;
    margin-right: 0;
    border-left: none;
  }

  nav > ul > li a{
    width: 100%;
    padding: 15px 10px 10px;
    border-bottom: 1px solid #ccc;
    text-align: left;
  }
  
  nav > ul > li input[type="checkbox"]:checked ~ ul{
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
  }

  nav > ul > li:first-of-type a {
    border-bottom: none;
  }

  nav > ul > li a img{
    max-width: 100%;
  }
  
  nav > ul > li:nth-last-of-type(3) a{
    border-bottom: none;
  }
  
  nav > ul > li:nth-last-of-type(2) a{
    border-bottom: none;
  }
  
  nav > ul > li:last-of-type{
    width: 100%;
    height: auto;
    border-bottom: none;
  }
  
  nav > ul > li:last-of-type a{
    padding: 15px 0 0;
    border-bottom: none;
  }
}

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


/*==============================
メインコンテンツ
==============================*/


.hdScroll {
  width: 100px;
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  display: inline-block;
  text-decoration: none;
}

.hdScroll {
  padding-top: 60px;
}
.hdScroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.hdScroll span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*==============================
フッタ
==============================*/
footer{
  padding: 50px 0 0;
}

#ftcontactWrap{
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#ftcontactWrap > p,
#ftcontactWrap > a{
  align-self: center;
  margin-right: 20px;
}

#ftcontactWrap > a.btn{
  color: #fff;
  background-color: #db002c;
}

#ftcontactWrap > a.btn::after{
  color: #fff;
}

#ftnavWrap{
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#ftnavWrap > div{
  width: 32.5%;
  padding-right: 5%;
  padding-left: 5%;
}

#ftnavWrap > div:first-of-type{
  width: 35%;
  padding-left: 0;
}

#ftnavWrap > div:first-of-type a{
  display: block;
  margin-bottom: 20px;
}

#ftnavWrap > div:first-of-type a img{
  width: 100%;
}

#ftnavWrap > div:nth-of-type(2){
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#ftnavWrap > div > ul > li{
  margin-bottom: 5px;
}

#ftnavWrap > div > ul > li > a{
  font-weight: bold;
  color: #000;
}

#ftnavWrap > div > ul > li > a::before{
  content: "-";
  margin-right: 5px;
}

#ftnavWrap > div > ul > li > ul > li > a{
  color: #000;
  padding-left: 12px;
}

.ftsnsBtn{
  display: block;
  padding: 8px 10px;
  width: 100%;
  border: 1px solid #000;
  text-align: center;
}

.ftsnsBtn i{
  color: #000;
} 

#ftcopyWrap{
  text-align: center;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ftcopyWrap > p{
  font-size: 12px;
  letter-spacing: 0px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

.topBtn{
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background-color: #db002c;
}

.topBtn i{
  font-size: 26px;
  color: #fff;
}

/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 800px) { 
  footer{
    padding: 0;
  }
  
  #ftcontactWrap{
    width: 100%;
    padding: 50px 20px;
    display: block;
    text-align: center;
  }
  
  #ftcontactWrap > p, #ftcontactWrap > a{
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  #ftcontactWrap > p br{
    display: none;
  }
  
  #ftcontactWrap > a{
    display: block;
  }
}

@media screen and (max-width: 600px){
  h2{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
  }
  
  p,a,span{
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  
  #ftnavWrap{
    width: 100%;
    display: block;
    padding: 0;
  }
  
  #ftnavWrap > div{
    width: 100%;
    padding: 0;
  }
  
  #ftnavWrap > div:nth-of-type(2){
    border: none;
  }
  
  #ftnavWrap > div > ul > li{
    margin-bottom: 0;
  }
  
  #ftnavWrap > div > ul > li > a,  
  #ftnavWrap > div > ul > li > ul > li > a{
    display: block;
    width: 100%;
    padding: 5px 20px;
    border-bottom: 1px solid #ccc;
  }
  
  #ftnavWrap > div > ul > li > ul > li > a{
    padding-left: 30px;
  }
  
  #ftnavWrap > div.sp{
    width: 100%;
    text-align: center;
    padding: 30px 20px;
  }
  
  #ftnavWrap > div.sp a{
    display: block;
    margin-bottom: 10px;
  }
  
  .ftsnsBtn{
    display: none;
  }
  
  #ftcopyWrap > p{
    padding-right: 70px;
  }
}

@media screen and (max-width: 500px){
}

@media screen and (max-width: 414px){
}


/*==============================
ローディングアニメーション
==============================*/
