@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  color: #fff; /* RGB */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: left;
  background-color: #000;
}
/*
section h2 {
  font-size: 2.4rem;
  font-weight: 600;
}*/

.none {
  display: none;
}
*, *:before, *:after {
  box-sizing: border-box; /*サイズの図り方　要素の幅とか高さを決めるときに要素を作る四角い領域をそこのどこを見て幅とするか高さとするかルール　border-boxに指定するとレイアウト崩れにくくなる　ここの指定によってサイズが指定しやすくなっている*/
} /*（*アスタリスク)すべての要素に対して　*：before,*:after*/


header {
   padding: 20px 4% 10px;
   position: relative;
   top: 0;
   width: 100%;
   background-color: #322d2b;
   display: flex;
   align-items: center;
}
h1 {
   margin: 0; padding: 0;
   font-size: 20px;
}
header h1 img {
  width: 200px;
}
a {	
   text-decoration: none;
   color: #fff;
}
nav {
   margin: 0 0 0 auto;
}
ul {
   list-style: none;
   margin: 0;
   display: flex;
}
header li {
   margin: 0 0 0 55px;
   font-size: 1.8rem;
   font-weight: 600;
  letter-spacing: 0.12em;
}
button {
  background: none;
  color: #fff;
  font-family: YuGothic, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  border: none;
  outline: none;
  padding: 0px;
  letter-spacing: 0.12em;
}
/*
h2 {
   margin: 0;
   font-size: 30px;
   font-weight: normal;
   color: #fff;
}*/

.sp-nav {
   display: none;
}

@media screen and (max-width: 1000px) {
   .pc-nav {
      display: none;
   }
  button {
  padding: 20px 0px;
}
   .sp-nav {
      z-index: 1;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      display: block;
      background: rgba(0, 0, 0, .8);
      opacity: 0;
      transform: translateY(-100%);
      transition: all .2s ease-in-out;
   }
   #hamburger {
      position: relative;
      display: block;
      width: 30px;
      height: 25px;
      margin: -10px 0 0 auto;
   }
   #hamburger span {
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      background-color: #fff;
      transform: translateY(-50%);
   }
   #hamburger::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #fff;
   }
   #hamburger::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 70%;
      height: 2px;
      background-color: #fff;
   }
   /*スマホメニュー SP======================================================*/
   .sp-nav ul {
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
   }
   .sp-nav li {
      margin: 0;
      padding: 0;
   }
   .sp-nav li span {
      font-size: 15px;
      color: #fff;
   }
   .sp-nav li a, .sp-nav li span {
      display: block;
      padding: 20px 0;
      font-size: 1.8rem;/*自分で入力*/
      font-weight: 600;/*自分で入力*/
      letter-spacing: 0.12em;/*自分で入力*/
   }
  .md-xmark md-close　{
    padding: 0;
  }
   /*-閉じるアイコンー*/
   .sp-nav .close {
      position: relative;
      padding-left: 20px;
   }
   .sp-nav .close::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( 45deg );
   }
   .sp-nav .close::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( -45deg );
   }
   .toggle {
      transform: translateY( 0 );
      opacity: 1;
   }
  h2 {
      line-height: 1.6;
      text-align: center;
   }
}
/*虫眼鏡　pc------------------------------------------------------------*/
/*========= 検索窓を開くための虫眼鏡ボタン設定 ===========*/

.open-btn-pc{
  position: absolute;
  top: 7px;
  right: 5px;
  background: url("https://coco-factory.jp/ugokuweb/wp-content/themes/ugokuweb/data/7-2-3/img/icon_search.svg") no-repeat 15px center;/*虫眼鏡アイコンを背景に表示*/
  background-size: 20px 20px;
  width:50px;
  height:50px;
  border-radius: 50%;
  cursor: pointer;
}

/*========= 検索窓の設定 ===============*/

/*==検索窓背景のエリア*/

#search-wrap-pc{
    position:fixed;/*固定配置にして*/
  top: 0;
    left: 0;
  z-index: -1;/*最背面に設定*/
  opacity: 0;/*透過を0に*/
  transition: all 0.4s;/*transitionを使ってスムースに現れる*/
  width:100%;
  height: 100vh;
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後の見た目*/
#search-wrap-pc.panelactive{
  opacity: 1;/*不透明に変更*/
   z-index: 3;/*全面に出現*/
   background:#333;
    /*中の要素を天地中央揃えにする設定*/
   display: flex;
   justify-content: center;
   align-items: center;
}

/*==検索窓のエリア*/

#search-wrap-pc .search-area{
  display: none;/*検索窓のエリアは、はじめ非表示*/
}

/*ボタンクリック後、JSで#search-wrap-pcに panelactive クラスが付与された後*/
#search-wrap-pc.panelactive .search-area{
  display: block;/*検索窓エリアを表示*/
  width:80%;
  position: relative;
}

/*==検索フォームの設定*/

#search-wrap-pc form{
  position: relative;
  height: 66px;
}

/*==テキスト入力とボタンinput共通設定*/
#search-wrap-pc input{
  -webkit-appearance:none;/*SafariやChromeのデフォルトの設定を無効*/
  outline: none;
  cursor: pointer;/*カーソルを指マークに*/
  color: #fff;
}

/*テキスト入力input設定*/
 #search-wrap-pc input[type="text"] {
  width: 100%;
  padding: 30px;
  border: none;
  border-bottom:2px solid #666;
  transition: all 0.5s;
  letter-spacing: 0.05em;
}

 #search-wrap-pc input[type="text"]:focus {
  background:#444;
}

/*ボタンinput設定*/
 #search-wrap-pc input[type="submit"] {
  position: absolute;
   top: 10px;
  right: 0px;
  background:url("https://coco-factory.jp/ugokuweb/wp-content/themes/ugokuweb/data/7-2-3/img/icon_search.svg") no-repeat 15px center;/*虫眼鏡アイコンを背景に表示*/
  background-size: 25px 25px;
  width:60px;
  height: 60px;
}
.search-pc {
  border: none;
}

/*=======　閉じるための×ボタン　========*/
.close-btn-pc{
  position: absolute;
  top:10px;
  right:10px;
  z-index: 2;
  cursor: pointer;
    width: 60px;
    height:60px;
}
  
.close-btn-pc span{
    display: inline-block;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background-color: #fff;
 }

/*×マーク*/
.close-btn-pc span:nth-of-type(1) {
    top: 21px;
    left: 16px;
    transform: translateY(6px) rotate(-135deg);
    width: 50%;
}

.close-btn-pc span:nth-of-type(2){
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(135deg);
    width: 50%;
}
/*虫眼鏡　pc----------------------------------------------------------------*/


/*虫眼鏡 sp*/
/*========= 検索窓を開くためのボタン設定 ===========*/

.open-btn{
	position: absolute;
	top:600px;
	right:160px;
	background:url("../images/icon/megane.png") no-repeat 15px center;/*虫眼鏡アイコンを背景に表示*/
	background-size: 20px 20px;
	width:50px;
	height:50px;
	cursor: pointer;/*カーソルを指マークに*/
}

/*クリック後、JSでボタンに btnactive クラスが付与された後の見た目*/
.open-btn.btnactive{
	background:url("https://coco-factory.jp/ugokuweb/wp-content/themes/ugokuweb/data/7-2-3/img/icon_close.svg") no-repeat 15px center;/*閉じるアイコンを背景に表示*/
	background-size: 18px 18px;
}

/*========= 検索窓の設定 ===============*/

/*==検索窓背景のエリア*/

#search-wrap{
    position:absolute;/*絶対配置にして*/
	top:150px;
    right:40px;
	z-index: -1;/*最背面に設定*/
	opacity: 0;/*透過を0に*/
	width:0;/*横幅は0に*/
	transition: all 0.4s;/*transitionを使ってスムースに現れる*/
	border-radius: 5px;
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後の見た目*/
#search-wrap.panelactive{
	opacity: 1;/*不透明に変更*/
	z-index: 3;/*全面に出現*/
	width:280px;
	top:670px;
	background:#333;
}
.search-form {
  padding: 0px;
}
/*==検索窓*/
#search-wrap #searchform{
	display: none;/*検索窓は、はじめ非表示*/
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後*/
#search-wrap.panelactive #searchform{
	display: block;/*検索窓を表示*/
}

/*==検索フォームの設定*/

/*==テキスト入力とボタンinput共通設定*/
#search-wrap input{
	-webkit-appearance:none;/*SafariやChromeのデフォルトの設定を無効*/
	outline: none;
	cursor: pointer;/*カーソルを指マークに*/
	color: #666;
}

/*テキスト入力input設定*/
 #search-wrap input[type="text"] {
	width: 100%;
	border: none;
	border-bottom:2px solid #ccc;
	transition: all 0.5s;
	letter-spacing: 0.05em;
    height:46px;
	padding: 10px;
}

/*テキスト入力inputにフォーカスされたら*/
 #search-wrap input[type="text"]:focus {
	background:#eee;/*背景色を付ける*/
}

/*ボタンinput設定*/
 #search-wrap input[type="submit"] {
	position: absolute;
    top:0px;
	right:0px;
	background:url("../images/icon/megane.png") no-repeat right;/*虫眼鏡アイコンを背景に表示*/
	background-size: 20px 20px;
	width:30px;
	height: 45px;
}

/*=======　閉じるための×ボタン　========*/
.close-btn{
position: absolute;
top:10px;
right:10px;
z-index: 2;
cursor: pointer;
    width: 60px;
    height:60px;
}

.close-btn span{
    display: inline-block;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
background-color: #fff;
 }

/*×マーク*/
.close-btn span:nth-of-type(1) {
    top: 21px;
    left: 16px;
    transform: translateY(6px) rotate(-135deg);
    width: 50%;
}

.close-btn span:nth-of-type(2){
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(135deg);
    width: 50%;
}
/*虫眼鏡　SP＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



















/*footer mobile-----------------------------------------------------------------------------------------*/
.footer {
  position: relative;
  height: 250px;
  background-color: #272523;
  color: #fff;
}
#site-map {
  padding: 30px 30px;
}
.site-map_main-links {
  list-style: none;
  display: block;
}
.site-map_main-links a {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.0em;
  letter-spacing: 0.05em;
}
.footer_copyright {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  color: #4f4848;
  text-align: center;
  font-size: 1.2rem;
}
.armor {
  width: 120px;
}
/*pagetop*/
#pagetop {
    position:fixed;
    right: 20px;
    bottom:50px;
    cursor:pointer;
    z-index: 10;
  width: 120px;
}/*pagetop*/


/*footer mobile--------------------------------------------------------------------------------*/


/*footer PC------------------------------------------------------------------------------------*/
@media(min-width: 768px){
  .footer {
  position: relative;
  height: 230px;
 padding: 50px 0 45px;
}
.footer-content-wrapper {
  margin: 0 auto;
  max-width: 1160px;
}
.footer li {
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 30px;
}
#site-map {
  padding: 30px 30px;
  text-align: center;
}
.site-map_main-links a {
  font-size: 1.8rem;
}

}

/*footer PC-----------------------------------------------------------------------------------*/



/*==================================================
ふわっ
===================================*/


/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}





  