* {
	padding: 0;
	margin: 0;
}

html {
  height: auto;
    clear: both; 
}

body {
color: #111;
background-color: #333;
font-family: "游ゴシ2ック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
position:relative;
display: block;
height:auto;
width:100%;
max-width:1920px;
    clear: both;
margin:auto;
}


container{
display: flex;
padding-bottom: 50px;
}

.openvideo{
margin:0 0 0 0;
font-size: 25px;
}

.open-box{
height:30px;
}

/* 🍔 */
.open,
.close {
    display: none;
}
input[type="checkbox"] {
    position: absolute;
    left: -100vw;
}
/* 🍔 */

table tr th{
vertical-align:middle;
}

.uenolist{
height:16px;
margin:0 0 2px 0;
padding:0;
}


.nakanolist{
height:16px;
margin:-18px 0 0 0;
padding:0;
}

.shitanolist{
height:16px;
margin:-18px 0 0 0;
padding:0;
}

.shitanolist tr{
margin-top:0;
height:20px;
}

.shitanolist th{
margin-top:0;
height:20px;
}


.shitanolist td{
margin-top:0;
height:20px;
}

/* kensakumado */

.cf:before, .cf:after{
    content:"";
    display:table;
}
 
.cf:after{
    clear:both;
}
 
.cf{
    zoom:1;
}    

 /* Form wrapper styling */
.search-wrapper {
width: 220px;
box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0 rgba(255, 255, 255, .2);
position:absolute;
display: inline-block;
margin:6px 0 0 680px;
}
 
/* Form text input */
 
.search-wrapper input {
width: 138px;
height: 35px;
padding: 6.5px 5px;
float: left;
font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
border: 0;
background: #EEE;
border-radius: 3px 0 0 3px;
}
 
.search-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
 
.search-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}
 
.search-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}


.search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}    
 
/* Form submit button */
.search-wrapper button {
overflow: visible;
position: relative;
float: right;
border: 0;
padding: 0;
cursor: pointer;
height: 48px;
width: 72px;
font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
color: black;
text-transform: uppercase;
background: #CC3366;
border-radius: 0 3px 3px 0;
text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}
   
.search-wrapper button:hover{     
    background: #e54040;
}   
   
.search-wrapper button:active,
.search-wrapper button:focus{   
    background: #c42f2f;
    outline: 0;   
}
 
.search-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 12px;
    left: -6px;
}
 
.search-wrapper button:hover:before{
    border-right-color: #e54040;
}
 
.search-wrapper button:focus:before,
.search-wrapper button:active:before{
        border-right-color: #c42f2f;
}      
 
.search-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}   
/* kensakumado */


#disp1{
    display: inline-block;
    left:100px;
}

#disp2{
    left:100px;
    display: none;
}

#disp4{
    left:100px;
    display: none;
}

.pagination span{
font-weight:bold;
font-size: 19px;
color: #FFFFFF;
background-color:white;
	padding: 3px;
}

.pagination{
margin:30px 0 15px 0;
}


#maeushiro2 {
margin 12px 0 12px 0;
font-size: 16px;
clear:both;
text-align:center;
text-decoration: none;
padding:10px 0 0 0;
}

#maeushiro3 {
margin 12px 0 20px 0;
font-size: 16px;
clear:both;text-align:center;
text-decoration: none;
display: block;
width:100%;
padding: 0 0 13px 0;
}


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

#search-wrap2.panelactive{
	opacity: 1;/*不透明に変更*/
	 z-index: 5;/*全面に出現*/
	 background:#333;
    /*中の要素を天地中央揃えにする設定*/
	 display: flex;
	 justify-content: center;
	 align-items: center;
}

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

#search-wrap2.panelactive .search-area{
	display: block;/*検索窓エリアを表示*/
	width:40%;
	position: relative;
}

#search-wrap2 form{
	position: relative;
	height: 20px;
}

#search-wrap2 input{
	-webkit-appearance:none;/*SafariやChromeのデフォルトの設定を無効*/
	outline: none;
	cursor: pointer;/*カーソルを指マークに*/
	color: #fff;
}

 #search-wrap2 input[type="text"] {
	width: 100%;
	padding: 15px;
	border: none;
	border-bottom:2px solid #fff;
	background:#333;
	transition: all 0.3s;
	letter-spacing: 0.05em;
}

 #search-wrap2 input[type="text"]:focus {
	background:#333;
}

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



.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%;
}


.word{
font-size:17px;
background-color:transparent;
border:none;
margin:8px;
vertical-align:middle;
padding:0;
font-weight:bold;
}


.list2a{
display:inline-block;
color:black;
font-size:18px;
padding:13px 0 0 5px;
}

.list2b{
display:inline-block;
color:black;
font-size:18px;
padding:13px 0 0 5px;
vertical-align:middle;
}

.list2c{
display:inline-block;
color:black;
font-size:18px;
padding:13px 0 0 5px;
}

.list2 ul li{
background-color: #C0C0C0;
display:inline-block;
padding: 0 4px 4px 4px;
margin:0 0 3px 0;
height: 26px;
border-radius: 3px;
}

.list2 ul li a{
vertical-align:center;
}

.list2{
margin:0 0 0 0;
padding:0;
    width: 100%px;
      display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.list2 li{
color:black;
}

.list2 ul {
margin: 18px 0 0 8px;
padding:0;
}

.list2 li a{
font-size:21px;
}

aside{
display:none;
}


.back{
display:none;
}

ul {
list-style: none;
font-size:1rem;
font-weight:bold;
}

li a{
text-decoration: none;
}

section{
  margin:10px 0 15px 0;
}

footer {
	background-color: rgba(0, 0, 0, 0.7);
	color: #EEE;
	clear: both;
	width: 100%;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
position:absolute;
bottom:0;
}

#ad1{
margin:0 30px 0 30px;
text-align:center;
}


.kijutsu{

text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
padding:0;
clear:both;
text-decoration: none;
font-size:13px;
    width: 100%;
word-break : break-all;
color:#ffffff;
display:inline-block;
}

.kijutsu4 a{
text-decoration: none;
font-size:19px;
overflow:hidden;
color:#ffffff;
text-align:center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}




.kijutsu2 {
  display: flex;.
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.kijutsu2 a{
text-decoration:underline;
color:#ffffff;
}

.kijutsu3 {
text-align: right;
font-size: 19px;
    position: absolute;
right:5px;
top:5px;
background-color: brown;
color:white;
font-weight: bold;
}


.kijutsu3a {
font-size: 15px;
    position: absolute;
top:3px;
left:5px;
background-color: grey;
color:black;
font-weight: bold;
}

.kijutsu4 {
display:inline-block;
font-size: 14px;
font-weight: normal;

}


.kilax {
clear:both;
text-align: center;
font-size: 28px;
text-decoration: none;
color: #FF33CC;
margin:17px 0 17px 0;
}

.kilax  a{
color: #FF33CC;
text-decoration: none;
}

header{
width:100%;
max-width:1920px;
height:61px;
border-bottom:ridge 0.3px #808080;
padding:0;
background-color:#000000;
position: fixed;
text-align:left;
    display: block;
z-index: 2;
}


.heder{
margin: 5px 0 0 40px;
clear:both;
white-space: nowrap;
text-align:left;
display:inline;
}


ul.yokonarabi5{
padding:0px;
list-style-type:none;
display: flex;
text-align:center;
margin:0 0 3px 0;
height: calc( 1.3em * 1 );
}
ul.yokonarabi5 li{
display:inline;
text-align:center;
margin:0 5px 0 0;
font-size:15px;
}

.heder a{
font-size:39px;
text-decoration:none;
width:250px;
color:#CC3366;
font-weight:bold;
margin:5px 0 0 0;
}

.heder2{
margin: 10px 0 0 15px;
clear:both;
white-space: nowrap;
text-align:left;
display:inline;
position:absolute;
font-size:29px;
text-decoration:none;
width:250px;
color:#CC3366;
font-weight:bold;
}


.heder23{
display:none;
}

.heder25{
display:none;
}



.heder3{
margin: 5px 0 0 923px;
clear:both;
white-space: nowrap;
text-align:left;
display:inline;
position:absolute;
}

.heder3 a{
font-size:32.5px;
text-decoration:none;
width:250px;
color:#008ca9;
font-weight:bold;
margin:5px 0 0 0;
}

.heder4{
margin: 10px 0 0 930px;
clear:both;
white-space: nowrap;
text-align:left;
display:inline;
position:absolute;
}

.heder4 a{
font-size:26px;
text-decoration:none;
width:250px;
color:#CC3366;
font-weight:bold;
margin:5px 0 0 0;
}

.heder45{
display:none;
}



.heder5{
margin: 10px 0 0 1600px;
clear:both;
white-space: nowrap;
text-align:left;
display:inline;
position:absolute;
}

.heder5 a{
font-size:24px;
text-decoration:none;
width:250px;
color:white;
font-weight:bold;
margin:5px 0 0 0;
}

.heder7{
margin: 5px 0 0 1125px;
clear:both;
white-space: nowrap;
text-align:left;
display:inline;
position:absolute;
}

.heder7 a{
font-size:32.5px;
text-decoration:none;
width:250px;
color:#008ca9;
font-weight:bold;
margin:5px 0 0 0;
}

.heder6{
margin: 10px 0 0 1165px;
clear:both;
white-space: nowrap;
text-align:left;
display:inline;
position:absolute;
}

.heder6 a{
font-size:26px;
text-decoration:none;
width:250px;
color:#CC3366;
font-weight:bold;
margin:5px 0 0 0;
}



.lang{
margin: 9px 0 0 1345px;
clear:both;
white-space: nowrap;
text-align:left;
display:inline;
position:absolute;
}

.lang a{
font-size:26px;
text-decoration:none;
width:250px;
color:white;
font-weight:bold;
margin:5px 0 0 0;
}



.heder, .fa fa-heart{
vertical-align:top;
}

body{
padding: 0;
    clear: both; 
}

main{
margin: 0 auto;
margin: -12px 0 0 0;
}

.cllaasa{
border:solid 1px;
border-color: #FFFFFF;
}

.cllaasa clasa a img{
width:189px;
height:189px;
}

.cllaasa clasa{
  border-color:transparent;
}

.gax{
position:relative;
}

.gax #name a{
text-decoration: none; 
 font-weight: bold;
color: #ff7f50;
}

.gaxx #name a{
text-decoration: none; 
 font-weight: bold;
color: #ff7f50;
margin:3px;
}

.gaxxx #name a{
text-decoration: none; 
 font-weight: bold;
color: #ff7f50;
margin:3px;
}

.gaxxx #name{
text-align: center;
}


.gax{
margin:6px;
float: left;

    inline-size:23.5%;
    overflow: hidden;
overflow-wrap:break-all;

}


.gaxx{
margin:3px;
float: left;
width:192px;
}

.gaxxx{
margin:6px;
float: left;
width:132px;
}


.gax a img{
width:100%;
height:250px;
}

.gaxx a img{
width:191px;
height:191px;
}

.gaxxx a img{
width:130px;
height:130px;
}


.gax a p{
text-decoration: none;
font-weight: bold;
width:130px;
}

.gaxx a p{
text-decoration: none;
font-weight: bold;
width:130px;
}

.gaxxx a p{
text-decoration: none;
font-weight: bold;
width:64px;
}

.btn-flat-logo:hover {
  background: #1ec7bb;
}


 #search-wrap {

   z-index: 2;/*最前面に設定。数字は変更可*/
background-color:#CD5C5C;
padding:46px 0 0 0;
margin:0 20px 17px 20px;
height:auto;
   top:50px;
   right:7px;
    clear: both; 

}

/*テキスト入力input設定*/
 #search-text{
  -webkit-appearance:none;/*SafariやChromeのデフォルトの設定を無効*/
  width: 5px;/*テキスト入力エリアが伸びる前の横幅*/
  height: 8px;
    padding: 6px;
  border: none;
  background:#fff url("https://coco-factory.jp/ugokuweb/wp-content/themes/ugokuweb/data/7-2-3/img/icon_search.svg") no-repeat 10px center;/*虫眼鏡アイコンを背景に表示*/
  background-size: 10px 10px;
  transition: all 0.5s;/*transitionを使ってスムースに伸ばす*/
  outline: none;
  cursor: pointer;/*カーソルを指マークに*/
}

/*テキスト入力inputにフォーカスした時の形状*/
 #search-text:focus {
  width: 50px;/*テキスト入力エリアが伸びる後の横幅*/
  padding: 10px 0 10px 30px;
  box-shadow: 0 2px rgba(6,0,1,.26);
}


    /* 🍔 */
    .open,
    .close {
        display: block;
font-size:40px;
 font-weight:bold;
z-index: 4;
    }

 .open {
        position: fixed;
z-index: 5;
color:white;
 font-weight:bold;
margin-top:-5px;
    }

.close{
        transition: all 0.2s;
color:white;
left: -50px;
}

    aside {
        position: absolute;
        left: -2000px;
        height: 100%;
        transition: all 0.2s;
        background:#FFE4E1;
    }


.menu2 {
    height: 2rem;
    margin: 0 auto;
}

.menu2 li {
   list-style: none;
    position: relative;
height:40px;
border-top: 1px dotted;
line-height:40px;
text-align:center;
}

.menu2 li a {
font-size: 1.1em;
}

.menu2 li li{
    height: 0;
    overflow: hidden;
    transition: .1s;
}


.menu2 li:hover > ul > li {
height:40px;
    overflow: visible;
        background-color:#FFC0CB;
        display: block;
border-top: 1px dotted;
}

.menu2 li ul li{
    height: 0;
    overflow: hidden;
    transition: .1s;
background-color:#FFC0CB;
    left: 100%;
    top: -41.5px;
    width: 100%;
border: none;
}

.menu2 ul{
background-color:#ffe4e1;
}


.back{
display:block;
left: -2000px;
height:100%;
width:250px;
        transition: all 0.2s;
}
 
   input[type="checkbox"]:checked ~ aside {
        left: 0;
    }

    input[type="checkbox"]:checked ~ .back {
        left: 0;
background: rgba(0, 0, 0, 0.8) !important; 
  }

    input[type="checkbox"]:checked ~ .open {
display:none;
  }

   input[type="checkbox"]:checked ~ .close {
        left: 0;
position:fixed;
    }


aside{
display:block;
text-align: center;
width:25.2%;
min-width:120px;
max-width:200px;
background-color:#ffe4e1;
margin: 0 8px 0 0;
height: 850px;
z-index: 3;
position:absolute;
}

aside ul li img{
width:80px;
}

.back{
display:block;
width:100%;
height: 850px;
z-index: 3;
position:absolute;
}

.close{
display:block;
z-index: 6;
position:absolute;
color:black;
 font-weight:bold;
}
        
    /* 🍔 */

.open-btn{
display:none;
}


.open3{
display:none;
}





/*ラベル（「開く」ボタン）*/
.open-label{
  margin: 20px 1.5em;
  padding: 0.3em;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 2px 0 2px #aaa;
  background: #fcae11;
  border-radius: 10px;
}
/*ボタンっぽい効果*/
.open-label:active{
  box-shadow: 0 0 0 0;
}
.open-label:hover{
  background: -webkit-linear-gradient(bottom, #fff4e0 1%,orange 80%);
  background: #fcbe11;
}


/*開閉エリア*/
.open3{
  padding: 0 1em;
  height: 0;
  opacity: 0;
  transition: .5s;
}
/*「開く」をタップで表示*/
.on-off:checked  ~ .open3{
 display:block;
  padding: 1.5em 1em;
  height: auto;
  opacity: 1;
}

#newadd{
position:absolute;
color: #FFFFFF;
font-weight:bold;
margin:32px 0 0 10px;
font-size:14px;
z-index: 1;
}

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

.heder5{
margin:8px 0 0 1600px;
}


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

.heder5{
margin:8px 0 0 1550px;
}

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

.heder5{
margin:8px 0 0 1520px;
}

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

.heder5{
margin:8px 0 0 1490px;
}

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

.heder5{
margin:8px 0 0 1470px;
}

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

.heder5{
margin:8px 0 0 1420px;
}


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

.heder5{
margin:8px 0 0 1380px;
}

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

.heder5{
margin:8px 0 0 1335px;
}

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

.heder5{
margin:8px 0 0 1300px;
}


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

.uenolist{
margin:0 0 5px 0;
}

.kijutsu3a {
font-size: 16px;
}

.list2a{
padding:10px 0 0 5px;
}


.list2b{
padding:10px 0 0 5px;
}

.openvideo{
font-size: 21px;
}

.word{
margin:10px;
font-size:15px;
font-weight:bold;
}

.shitanolist{
margin:-13px 0 0 0;
}

.list2 ul li{
height: 23px;
}

.list2 ul {
margin: 11px 0 0 9px;
}

.list2 li a{
font-size:19px;
}

.kijutsu3 {
font-size: 16px;
}

ul.yokonarabi5 li{
font-size: 17px;
}

.kijutsu4 a{
font-size:17px;
}

.pagination span{
font-size: 16px;
}

.heder4 a{
font-size:26px;
}

footer{
font-size:18px;
}

.heder4{
margin: 8px 0 0 795px;
}

.heder3 a{
font-size:28px;
}

.heder3{
margin: 5px 0 0 795px;
}

.search-wrapper input {
height: 26px;
}

.search-wrapper button {
height: 40px;
}

.search-wrapper {
width: 220px;
margin:6px 0 0 550px;
}

.heder a{
font-size:33px;
}

.heder2{
font-size:24px;
}

.heder5{
margin:8px 0 0 1260px;
}

header{
height:52px;
}



.heder7{
margin: 5px 0 0 1000px;
}

.heder6{
margin: 10px 0 0 1035px;
}


}

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

.heder5{
margin:8px 0 0 1240px;
}

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

.heder5{
margin:8px 0 0 1200px;
}
}

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

.gax a img{
height:200px;
}

.heder5{
margin:8px 0 0 1160px;
}

}


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

.heder5{
margin:8px 0 0 1140px;
}

}


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

.heder5{
margin:8px 0 0 1120px;
}

}


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

.heder5{
margin:8px 0 0 1100px;
}

}


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

.list2c{
padding:8px 0 9px 5px;
}


.uenolist{
margin:0 0 18px 0;
}

.heder5{
margin:9px 0 0 1100px;
}

.heder5 a{
font-size:20px;
}

.kijutsu3a {
font-size: 14px;
}

.list2b{
padding:0 0 0 5px;
}


.list2a{
padding:0 0 0 5px;
}

table tr th{
vertical-align:top;
}

.openvideo{
font-size: 18px;
}

.word{
margin:0;
font-size:13px;
font-weight:bold;
}

.shitanolist{
margin:0 0 0 0;
}

.list2 ul li{
height: 20px;
}

.list2 ul {
margin: 0 0 0 8px;
}

.list2 li a{
font-size:15.5px;
}

.kijutsu3 {
font-size: 14px;
}

ul.yokonarabi5 li{
font-size: 15.5px;
}

.kijutsu4 a{
font-size:15px;
}

.pagination span{
font-size: 15px;
}

.heder4 a{
font-size:20px;
}

footer{
font-size:15px;
}

.heder4{
margin: 4px 0 0 705px;
}

.heder3 a{
font-size:23px;
}

.heder3{
margin: 5px 0 0 700px;
}

.search-wrapper {
margin:6px 0 0 460px;
}
.search-wrapper input {
height: 20px;
}

.search-wrapper button {
height: 33px;
}

.heder2{
font-size:20px;
}

.heder a{
font-size:30px;
}


header{
height:44px;
}

}

@media screen and (max-width: 1380px) {
.heder5{
margin:9px 0 0 1050px;
}
}

@media screen and (max-width: 1350px) {
.heder5{
margin:9px 0 0 1025px;
}
}

@media screen and (max-width: 1300px) {
.heder5{
margin:9px 0 0 1000px;
}
}


@media screen and (max-width: 1280px) {
.heder5{
margin:9px 0 0 975px;
}
}


@media screen and (max-width: 1250px) {
.heder5{
margin:9px 0 0 950px;
}
}

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

.heder5{
margin:9px 0 0 900px;
}

.kijutsu3a {
font-size: 14px;
}

.heder2{
display:none;
}

.heder23{
margin: 10px 0 0 15px;
clear:both;
white-space: nowrap;
text-align:left;
display:inline;
position:absolute;
font-size:20px;
text-decoration:none;
width:250px;
color:#CC3366;
font-weight:bold;
}


.heder3{
margin: 5px 0 0 600px;
}

.heder4{
margin: 4px 0 0 570px;
}


.search-wrapper {
margin:6px 0 0 330px;
}

}

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

.heder5{
margin:9px 0 0 840px;
}
}

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

.heder5{
margin:9px 0 0 810px;
}
}

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

.heder5{
margin:9px 0 0 785px;
}

.heder23{
display:none;
}

.heder25{
margin: 10px 0 0 15px;
clear:both;
white-space: nowrap;
text-align:left;
display:inline;
position:absolute;
}

.heder25 a{
font-size:20px;
text-decoration:none;
width:250px;
color:#CC3366;
font-weight:bold;
margin:5px 0 0 0;
}

.search-wrapper {
margin:6px 0 0 225px;
}

.heder3{
margin: 5px 0 0 472px;
}

.heder4{
margin: 4px 0 0 465px;
}
}

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

.heder5{
margin:9px 0 0 750px;
}
}

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

.heder5{
margin:9px 0 0 710px;
}

.gax{
    inline-size:31.5%;
}

.gax a img{
width:100%;
height:240px;
}

}

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

.heder5{
margin:7px 0 0 680px;
}

.heder25{
display:none;
}

.search-wrapper {
margin:6px 0 0 20px;
}

.heder3{
margin: 5px 0 0 252px;
}

.heder4{
margin: 4px 0 0 265px;
}

}

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

.heder5{
margin:7px 0 0 640px;
}
}

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

.heder5{
margin:7px 0 0 615px;
}

.heder4{
display:none;
}

.heder45{
margin: 8px 0 0 260px;
clear:both;
white-space: nowrap;
text-align:left;
display:inline;
position:absolute;
}

.heder45 a{
font-size:20px;
text-decoration:none;
width:250px;
color:#CC3366;
font-weight:bold;
margin:5px 0 0 0;
}

}


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

.heder5{
margin:7px 0 0 590px;
}

}


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

.heder5{
margin:7px 0 0 560px;
}

}

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

.heder5{
margin:7px 0 0 530px;
}

.heder45{
margin: 8px 0 0 253px;
}


}

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

.heder5{
margin:7px 0 0 510px;
}

}


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

.gax{
    inline-size:46.7%;
}

.gax a img{
width:100%;
height:230px;
}


.heder4{
display:none;
}

.heder5{
margin:7px 0 0 500px;
}

}

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

.heder5{
display:none;
}
}

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

.search-wrapper {
display:none;
}

.heder3{
margin: 11px 0 0 22px;
}
.heder3 a{
font-size:16px;
}

.heder45 {
margin: 10px 0 0 40px;
}

.heder45 a{
font-size:18px;
}

.open-btn{
	position: fixed;
	top:2px;
	background:#000000 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;
display:inline-block;
	right:16px;
	width:40px;
	height:40px;
	border-radius: 50%;
	cursor: pointer;
z-index:5;
}

}

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

.heder45{
margin: 10px 0 0 20px;
}

}

@media screen and (max-width: 450px) {
    main {
        width: 100%;
        padding-top: 20px;
    }
}


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

.gax{
width:97%;
}

.gax a img{
width:100%;
height:220px;
}


.gaxx{
margin:6px;
float: left;
    inline-size:45.1%;
    overflow: hidden;
overflow-wrap:break-all;
margin:10px 10px 10px 10px;
}

.gaxx a img{
width:100%;
height:150px;
}


.gaxxx{
margin:6px;
float: left;
    inline-size:160px;
    overflow: hidden;
width:160px;
overflow-wrap:break-all;
margin:10px 10px 10px 10px;
}

.cllaasa{
width:159px;
border:solid 0.5px;
border-color: none;
}

.cllaasa clasa a img{
width:158px;
height:189px;
}

.kijutsu2{
width:100%;
}

.clasa{
width:158px;
}

.kijutsu{
    width: 100%px;
}


.kijutsu4 a{
    width: 100%px;
      display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

}


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

.gax{
width:97%;
}

.gax a img{
width:100%;
height:200px;
}

.heder5{
display:none;
}

}




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

.gax{
margin:6px;
float: left;

width:99%;
    overflow: hidden;
overflow-wrap:break-all;
}

.gax a img{
width:100%;
height:170px;
}

.gaxx{
margin:6px;
float: left;
    inline-size:140px;
    overflow: hidden;
width:140px;
overflow-wrap:break-all;
}

.gaxx a img{
width:139px;
height:130px;
}


.kijutsu2{
width:100%;
}

.cllaasa{
width:139px;
}

.clasa{
width:138px;
}

}


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

.gax{
width:99%;
}

.gax a img{
width:100%;
height:150px;
}

}


