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

body {
  font-family: "Noto Sans JP";
}
.footer--insert * {
  font-feature-settings: initial;
}
.footer--insert #sns_wrap span {
  margin: 0 15px 0 0;
}
.footer--insert #sns_wrap a {
  margin: 0;
}

@media screen and (min-width: 540px) {
  .header--insert .din {
    letter-spacing: 0.02em;
  }
  .header--insert .globalmenu ul li a {
    font-feature-settings: initial;
  }

  .footer--insert .din {
    letter-spacing: 0.02em;
  }
  .footer--insert #sns_wrap {
    max-width: initial;
  }
}

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



.sp{display: block;}
.pc{display: none;}

/*header*/

header{
 display: none;
}
.header__container--sp{
 display: block;
}

.slide__menu{
  display: block;
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background: #fff;
  border-left: 1px solid #ddd;
}

.slide__global{
  width: 100%;
  text-align: center;
  padding:30px 0 0 0;
}
.slide__global .din{
 margin: 0 0 20px 0;
 font-size: 100%;
 letter-spacing: 0.02em;
}

.slide__logo{
 text-align: center;
 width: 100%;
 margin-bottom: 10px;
}
.slide__logo img{
 width:auto;
 height:40px;
 background-color: #F03333;
}

.slide__btn--cvn ul{overflow: hidden;padding: 10px 10px;}
.slide__btn--cvn ul li{
  display: block;
  width: 100%;
  background-color: #000;
}
.slide__btn--cvn ul li span{
  color: #fff;
  padding: 8px 0;
  display: block;
  font-size: 14px;
}
.menu__list--sp{
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}
.menu__list--sp ul{
 padding: 10px 15px;
 background-color: #f1f1f1;
}
.menu__list--sp ul li{
  padding: 0 0;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 7px 0;
  display: block;
}
.menu__list--sp ul li a{
  display: block;
  padding: 12px 20px;
  font-weight: 700;
  position: relative;
}
.menu__list--sp ul li span{
 display: inline-block;
 line-height: 1;
 margin: 0 8px 0 0;
 font-size: 1.2rem;
 font-weight: normal;
 color: #fff;
 background-color: #F03333;
 padding: 4px 10px;
 border-radius: 2px;
}

.min__menu{
 padding: 10px;
}
.min__menu ul{
 border-bottom: 1px solid #ddd;
 padding: 0 0 12px 0;
 margin: 0 0 12px 0;
 overflow: hidden;
}
.min__menu ul li{
 width: 50%;
 float: left;
 font-size: 12px;
}
.min__menu p{
 line-height: 150%;
}
.info__txt--sp{
 font-size: 12px;
 color: #999;
}

.header__container--sp{
	display: block;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	position:fixed;
	width: 100%;
	height: auto;
	/*overflow: hidden;*/
	top:0;
	left: 0;
	z-index: 9998;
}
.header__insert--sp{
  padding: 12px 12px;
  overflow: hidden;
}
.header__insert--sp .din{display: none;}
.header__logo--sp{
  width: auto;
  margin: 0 0 0 0;
  text-align: left;
}
.header__logo--sp img{
 height: 38px;
 width: auto;
}
.header__container--sp .menu__list--sp ul li a {
  font-feature-settings: initial;
}
#menuRight{
	position: fixed;
	top:8px;
	right: 0px;
	width: 50px;
	height: 50px;
	z-index: 1000;
}

/*ハンバーガーメニュー*/
.hamburger{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	z-index:1;
	text-align: center;
	vertical-align: middle;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 20px;
	height: 16px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	border-radius: 0px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 7px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(3) {
	opacity: 0;
}

/*footer*/

.footer__fix--sp{
  display: block;
  width: 100%;
  background-color: rgba(255,255,255,0.8);
  position: fixed;
  bottom: 0;
  z-index: 9989;
  border-top:1px solid #fff;
}
.footer__fix--insert ul {
  overflow: hidden;
  padding: 4px;
}
.footer__fix--insert ul li {
  width: 49.5%;
  float: left;
  margin: 0 1% 0 0;
  text-align: center;
  font-size: 12px;
}
.footer__fix--insert ul li span {
  background-color:rgba(255,255,255,1);
  border: 1px solid #000;
  display: block;
  padding: 8px 0 5px 0;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
.footer__fix--insert ul li span small{
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
}

.footer__fix--insert ul li:last-child {
  margin: 0;
}
.footer__fix--insert ul li:last-child span{
	background-color: #fff;
	color: #000;
}
.footer--insert {
    padding: 40px 20px;
}
.footer--insert p {
    font-size: 2.5rem;
}
.btmLogo img {
    width: 100%;
    height: auto;
}
.btmLogo {
    width: 85px;
}
.footer--insert .din {
    font-size: 2.0rem;
    margin: 0 0 12px 0;
    letter-spacing: 0.02em;
}
.copyright {
    font-size: 1.2rem;
    margin: 25px 0 0 0;
}
.footer--insert .menu ul li:nth-child(2)::after,
.footer--insert .menu ul li:nth-child(5)::after{
 display: none;
}

/*common*/
body{
 font-size: 1.5rem;
 min-width: 100%;
}
/*---------------------------------------------------------------------------------------------------------------------------------------- 800px */
}


@media screen and (max-width: 320px) {
	
/*---------------------------------------------------------------------------------------------------------------------------------------- 320px */
}


























