@charset "utf-8";
/* CSS Document */
@import url("flexbox.css");
/* Google Font 読み込み */
/*
font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
*/
/* ----- フェードインエフェクトに関するcss ----- */
body {
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
	
/* ----- メガメニュー他を暗くするcss ----- */
    position: relative;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
body:after {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
body.overlay:after {
    z-index: 1;
    opacity: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.fadein {
  opacity: 0.01;
  transform: translate(0px, 100px);
  transition: all 1000ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0px, 0px);
}
#effect2 .fadein:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}
#effect2 .fadein:nth-of-type(3) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
#effect2 .fadein:nth-of-type(4) {
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
}
#effect2 .fadein:nth-of-type(5) {
  -moz-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
}
#effect2 .fadein:nth-of-type(6) {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}
html {
  font-size: 62.5%;
}
html, body {
  font-family: YakuHanJPs, "Zen Kaku Gothic Antique", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
/*--- body背景 --- */
/*　固定ヘッダー
-------------------------- */
#header-frame {
  z-index: 100000;
  position: fixed;
  top: 0px;
	left: 0;
	right: 0;
  width: 90%;
  padding: 0;
  margin: 10px auto 0 auto;
}
.fixed-header {
  margin: 0 0 0px 0;
  padding: 13px 25px 0px 25px;
  background: #fff;
  width: 100%;
  border-radius: 10px;
}
.header-logo {
  width: 140px;
  margin: 0 0 0 0px;
}
.header-logo a::after {
	height: 0px;

}

/*--- 固定ヘッダー内メニュー --- */
.fixed-menu {
  display: none;
}
.r_a-wrap {
  display: none;
}
  .container {
	  display: none;
  }

/*--- 共通 背景・幅 --- */
section {
  width: 100%;
  margin: 10px auto 20px auto;
}
.contents-wrap {
  width: auto;
  margin: 0 30px;
  padding: 30px 0 30px 0;
  font-size: 1.6rem;
}
.bg-gl {
  background: #666666;
	padding: 0px 0 30px 0;
}
.bg-be {
  background: #F4F1EA;
	padding: 0 0 0px 0;
}
.bg-be-kadomaru {
  background: #F4F1EA;
	padding: 30px 30px;
	border-radius: 10px;
}
.small-frame{
	width: 100%;
	margin: 0 auto;
}
hr.or-line{
	border-top: 1px solid #FFA22C;
	margin: 30px 0
}
/* product
-------------------------------------------- */
.product {
  border-radius: 10px;
  width: 303px;
  margin: 0 auto 40px auto;
}
.product-name {
  font-size: 24px;
  padding: 20px 0;
  font-weight: 600;
	line-height: 1.4;
}
.product-text {
  padding: 20px 0;
}

/*--- フッター --- */
footer {
  width: auto;
  margin: 0 0px;
  padding: 57px 25px 50px 25px;
  background: #000;
  color: #fff;
}
footer a {
  color: #fff;
}
.footer-flame {
  width: 92%;
  margin: 0 auto;
  padding: 0px;
}
.footer-l {
  width: 100%;
  font-size: 1.6rem;
}
div.footer-l p {
  font-size: 12px;
  line-height: 2.4;
}
.f-logo {
  margin: 0px 0 5px 0;
  display: flex;
  justify-content: center;
}
.f-logo img {
  margin: 0px auto;
  width: 220px;
}
.footer-r {
  width: 100%;
}
ul.footer-menu {
  width: 100%;
  margin: 0 0 35px 0;
  padding: 18px 0px 0px 0px;
  padding: 0px;
  border-top: 1px solid #666666;
}
ul.footer-menu li {
  margin: 0 0px 0px 0;
  padding: 12px 5px 12px 5px;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #666666;
  width: 100%;
}
ul.footer-menu li a {
  color: #fff;
  padding: 10px 10px 10px 10px;
  margin: 0 0px 0 0px;
}
ul.footer-menu li a:hover {
  text-decoration: none;
  color: #999;
  transition: all 0.3s;
}
ul.sns {
  width: 100%;
  margin: 25px 0 0px 0;
  padding: 0px;
}
ul.sns li {
  margin: 0 37px 0px 0;
  padding: 0px;
}
.copyright {
  text-align: center;
  padding: 10px 0;
  margin: 0px auto 60px auto;
  font-size: 12px;
}
/*　UIパーツ
-------------------------- */
#to-top {
  display: none;
}
/* == */
@media print, screen and (min-width : 768px) {
  /* 共通レイアウト
-------------------------------------------- */
  body {
    font-size: 1.6rem;
  }
  .br-sp {
    display: none;
  }
  .br-pc {
    display: block;
  }
  /*--- contents　body背景 --- */
  /*　固定ヘッダー
-------------------------- */
  #header-frame {
    z-index: 100000;
    position: fixed;
    top: 0px;
    width: 90%;
    /*background-color: rgba(255, 255, 255, 0.9);*/
    padding: 10px 0;
    transition: 0.5s;
  }
  .fixed-header {
    -webkit-justify-content: flex-start; /*左右中央寄せ*/
    justify-content: flex-start; /*左右中央寄せ*/
    display: -webkit-box; /* Android4.3以前ブラウザ用 */
    display: -webkit-flex; /* iOS8以前Safari用 */
    display: flex;
    -webkit-align-items: center; /*上下中央寄せ*/
    align-items: center; /*上下中央寄せ*/
    width: 90%;
    position: relative;
    margin: 0 auto 5px auto;
    padding: 30px 10px;
    background: #fff;
    border-radius: 10px;
	  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
  }
  .header-logo {
    width: 170px;
    padding: 20px 0px 0 0px;
    position: absolute;
    left: 40px;
	  z-index: 10000;
  }
  .r_a-wrap {
    display: block;
    position: absolute;
    right: 30px;
    top: 10px;
  }
  .r-a {
    width: auto;
    margin: 0 0 0 0;
  }
  .r-a li {
    width: 23px;
    margin: 0 0 0 20px;
  }
  /*--- 共通 背景・幅 --- */
  section {
    width: 100%;
    margin: 0px auto 20px auto;
  }
  .contents-wrap {
    width: 90%;
    margin: 30px auto 30px auto;
    padding: 0px 0px 0 0;
    font-size: 1.8rem;
  }
/* product
-------------------------------------------- */
.product {
  border-radius: 10px;
  width: 303px;
  margin: 0 0 50px 0;
}
.product-name {
  font-size: 24px;
  padding: 30px 0 20px 0;
}
.product-text {
  padding: 20px 0;
	font-size: 16px;
}
	
  /*--- フッター --- */
  footer {
    width: 100%;
    margin: 0 auto;
    padding: 64px 0 60px 0;
  }
  .footer-flame {
    width: 94%;
    margin: 0 auto;
    padding: 50px 0px 20px 0px;
  }
  div.footer-l {
    width: 640px;
    font-size: 1.6rem;
    padding: 0px;
  }
  div.footer-l p {
    font-size: 12px;
    line-height: 2.4;
  }
  div.footer-r {
    width: 300px;
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
  }
  .f-logo {
    margin: 0px 0 5px 0;
    display: flex;
    justify-content: flex-end;
  }
  .f-logo img {
    margin: 0px;
	  width: 297px;
  }
  ul.footer-menu {
    width: 100%;
    margin: 0 0px 40px 0;
    padding: 0px 0;
    border-top: none;
  }
  ul.footer-menu li {
    margin: 0 38px 0px 0;
    padding: 2px 0;
    font-size: 16px;
    width: auto;
    border-bottom: none;
  }
  ul.footer-menu li a {
    padding: 10px 0px 10px 0px;
  }
  ul.license li {
    width: 90px;
    margin: 10px 8px 0 8px;
  }
  .copyright {
    text-align: right;
    font-size: 16px;
    margin: 25px 0 0px 0;
    padding: 0 0 0px 0;
  }
  .copyright a {
    color: #fff;
  }
  /*　UIパーツ
-------------------------- */
  #to-top {
    position: fixed;
    right: 0%;
    top: 205px;
    z-index: 100;
  }
  .fixed-top {
    background-color: rgba(255, 248, 225, 0.8);
    border-radius: 24px 0px 0px 24px;
  }
}
@media print, screen and (min-width : 1200px) {

  /* 共通レイアウト
-------------------------------------------- */
.bg-gl {
  background: #666666;
	padding: 30px 0;
}
	
.bg-be {
  background: #F4F1EA;
	padding: 30px 0;
}
.small-frame{
	width: 65%;
	margin: 0 auto;
}
	
/*　ヘッダーメニュー　------ */	
	.accordion-nav{
		cursor:pointer
	}
  .container {
    height: auto;
    position: relative;
	  display: block;
    display: flex;
    width: 100%;
    padding: 0px 0 0px 280px;
    margin: 0 0 0 0px;
  }
  .container .item {
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
  }
  .item-content {
    width: 100%;
 /*   min-height: 300px; */
    background: #fff;
    margin-top: -1px;
    position: absolute;
    left: 0px;
    top: 110%;
    box-sizing: border-box;
    z-index: 9999;
    display: none;
    padding: 30px;
    border-radius: 10px;
	  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
  }
	.item-content li{
		width: 23%;
		font-size: 16px;
		margin: 10px;
	}	
  .plus::after {
    content: "+";
    display: inline-block;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 0px;
    margin-top: -12px;
  }
  .plus:hover::after {
    content: "+";
    color: #00aebd;
    display: inline-block;
    width: 12px;
    height: 12px;
  }
  .item:hover {}
  .item:hover .item-content {
  /*  display: block; */
  }
  /*== くるっと回転するテキストの枠 */
  .btn02 {
    /*背景の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    display: inline-block;
    width: 100%;
    max-width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    outline: none;
	  font-size: 16px;
  }
  /*回転するテキスト枠の設定*/
  .btn02 span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    /* 重なりを3Dで表示 */
    transform-style: preserve-3d;
    /* アニメーションの設定 数字が少なくなるほど早く回転 */
    transition: 0.5s;
  }
  /*== くるっと回転（奥に） */
  /* 回転前 */
  .rotateback span:nth-child(1) {
    color: #000;
    transform: rotateX(0deg); /*はじめは回転なし*/
    transform-origin: 0 50% -25px; /* 回転する起点 */
  }
  /*hoverをした後の形状*/
  .rotateback:hover span:nth-child(1) {
    transform: rotateX(90deg); /* X軸に90度回転 */
  }
  /* 回転後 */
  .rotateback span:nth-child(2) {
    color: #00aebd;
    transform: rotateX(-90deg); /*はじめはX軸に-90度回転*/
    transform-origin: 0 50% -25px; /* 回転する起点 */
  }
  /*hoverをした後の形状*/
  .rotateback:hover span:nth-child(2) {
    transform: rotateX(0deg); /* X軸に0度回転 */
  }
  /*---  --- */
  /* PC時 */
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
  /*　固定ヘッダー
-------------------------- */
  #header-frame {
    padding: 14px 0;
    border-radius: 10px;
  }
  .fixed-header {
    width: 1000px;
    position: relative;
    margin: 0 auto 5px auto;
    padding: 17px 0px 17px 0px;
    box-sizing: border-box;

  }
  .header-logo {
    width: 170px;
    padding: 0 0px 0 0px;
    position: absolute;
    left: 50px;
    top: 25px;
  }
  /*--- 共通 背景・幅 --- */
  .contents-wrap {
    width: 1030px;
    margin: 0px auto 0 auto;
    padding: 50px 0px 30px 0;
  }
  /*--- footer --- */
  .footer-flame {
    margin: 0 auto;
  }
  div.footer-r {
    width: 52%;
    margin: 0px 0 0 0;
  }
  ul.sns {
    width: 100%;
    margin: 60px 0 0px 0;
    padding: 0px;
  }
}
@media print, screen and (min-width : 1600px) {
  /* 共通レイアウト
-------------------------------------------- */
  /*　固定ヘッダー
-------------------------- */
  .fixed-header {
    width: 1266px;
    margin: 0 auto 5px auto;
  }
  .header-logo {
    width: 170px;
    padding: 0 0px 0 0px;
  }
  /*--- 共通 背景・幅 --- */
  /*--- フッター --- */
  footer {
    width: 100%;
    margin: 0 auto;
    padding: 64px 50px 60px 50px;
  }
}
@media print {
  body {
    width: 1200px;
  }
  .fixed-header {
    display: none;
  }
}