html, body {
    height: 100%;
    font-size: 62.5%;
}

body {
    font-family: sans-serif;
    background-color: #fff;
    font-size: 16px;
}

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

body {
    font-size: 16px;
    width: 1000px;
	height: auto;
    background-size: cover;
    margin: 0 auto;
}

header {
    overflow: hidden;
    width: 1000px;
    height: auto;
    margin-top: 2%;
    position: relative;
    font-size: 0;
}
    
#logo{
	width: 100px;
	height: auto;
    margin-left: 1%;
    float: left;	
}
    
h1{ 
    float: left;
    display: inline-block;
    color: orange;
    font-size: 22px;
	font-weight: bold;
	margin-top: 53px;
	margin-left: 10px;
    text-align: left;
    line-height: 1.1;
}

.sub{
    font-size: 15px;
    color: orange;
}
    
#gnavi{
    overflow: hidden;
    display: inline-block;
    float: right;
    width: 600px;
    height: auto;
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 0;   
}
    
li.box1 {
    float: left;
    display: flex;
	align-items: center;
    justify-content: center;
    width: 120px;
    height: 65px;
}
    
li .img1{
    display: block;
    width: auto;
    height: 40px;
    margin: auto auto;
    padding: 2px 0px 3px 0px;
}
    
li .img2{
    display: block;
    width: auto;
    height: 40px;
    margin: auto auto;
    padding: 2px 0px 3px 0px;
}

li .img3{
    display: block;
    width: auto;
    height: 40px;
    margin: auto auto;
    padding: 2px 0px 3px 0px;
}
    
a.box2{  
    display: block;
    margin-bottom: 0px;
    text-decoration: none;
    color: black;
    font-size: 11px;
    font-weight: bold;
}

a:hover.box2{
    text-decoration: underline;
    color: #F73A3D;
}  
    
#unit1{
    font-size: 20px;
    padding-top: 3px;
}    

#unit5{
    padding-top: 10px;
}

#picture{
    overflow: hidden;
	width: 1000px;
	height: 200px;
	background: skyblue;
    border-top: #FFC254 0.5rem solid;
    border-bottom: #FFC254 0.5rem solid;
    position: relative;
}
    
.img4{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    bottom: -70px;
}
   
#wrapper{
    width: 1000px;
    margin-top: 0px;
    overflow: hidden;
}

.space{
    font-size:20px;  
    margin: 0px 10px; 
}    
        
.line-break{
    display: none;
}

.moving{
    width: 700px;  
    height: auto;
    float: left;
    text-align: center;
}

.moving-about{
    line-height: 2;  
}
    
.moving h2{
    position: relative;
    text-align: left;
    font-size: 24px;
    padding: 0px 0px 10px 0px;
    margin: 60px 0px 0px 0;
    color: #A38F8F;
    font-weight: bold;
}
    
.moving h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    margin: 0 auto;
    text-align: center;
    background: -moz-linear-gradient(left, #748af8, #F89174 30%, #FFC778 60%, #FFF);
    background: -webkit-linear-gradient(left, #748af8, #F89174 30%, #FFC778 60%, #FFF);
    background: linear-gradient(to right, #748af8, #F89174 30%, #FFC778 60%, #FFF);
    background-position: center;
    background-repeat: no-repeat;
}

.img-sub{
    text-align: center;
    margin: 40px 0px 20px 0px;
}  
.img-sub2{
    width: 500px;
    height: auto;
}

a .img-sub{ 
    
}
    
.moving-group{ 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
    
.moving-item{
    width: 18rem;
    height: auto;
    margin: 2rem 2rem 2rem 2rem;
    border: 0.3rem solid #996633; /*線の太さ・色*/
    background-color: #fff; /*背景色*/
    box-shadow: 0rem 0rem 1rem gray; /*影*/
    border-radius: 1rem; /*角の丸み*/
    border-image: linear-gradient(to top, salmon 0%, navajowhite 100%);
    border-image-slice: 1;
}

.moving-item2{
    margin-top: 0rem;
    padding-top: 1rem;
    font-size: 1.5rem;
}

.moving-item3{
    width: 18rem;
    height: 12rem;
    margin: 1rem 0;
}
    
.moving-item4{
    margin-top: 0rem;
    padding-bottom: 1rem;
    font-size: 1.5rem;
}

.moving-item p{
    font-size: 1.3rem;
    padding: 0rem 2rem 1rem 2rem; 
    display: none;
    line-height: 1.5;
}

.moving-item p.showP{
    display: block;
}

.moving-item:hover{
    color: #FF5A46;
    transition: all .3s;
}

.sub-menu{
    float: right; 
    width: 250px;
    height: auto;
}
    
.fade {
    border: 0; 
    height: 1px; 
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    display: none;
}

.fade2 {
    border: 0; 
    height: 1px; 
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    margin-top: 2rem;
}
    
.img-pr{
    display: block;
    width: 200px;
    height: auto;
    margin: 20px 0px 10px auto;
}
    
.sub-menu p{
    width:200px;
    margin-left: auto;
    text-align:right;
}
    
.kategori h2{
    font-size: 20px;
    text-align: right;
    margin-top: 5px;
    border-bottom: solid #FFB103 0px;/*下のボーダー*/
    line-height: 2;
    position: relative;
}
    
.kategori h2:before {
    content: '';
    position: absolute;
    right: 3px;
    bottom: 0px;/*線の上下位置*/
    display: inline-block;
    width: 125px;/*線の長さ*/
    height: 5px;/*線の太さ*/
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*位置調整*/
    background-color: orange;/*線の色*/
    border-radius: 5px;/*線の丸み*/
}
    
.kategori ul{
    width: 250px;
    height: auto;
    font-size: 20px;
    margin-bottom: 10px;    
}
    
.kategori li{
    width: auto;
    height: auto;
    text-align: right;
    margin: 5px 5px 0px auto;
    padding: 0px 5px 5px 0px;
}
    
.img-illust {
    width: auto;
    height: 40px;
    padding-right: 10px;
    vertical-align: bottom;
}
    
.kategori a{
    display: block;
    width: auto;
    height: auto;
    text-decoration: none;
    color: black;
}

.kategori li a.active {
	color: #ffffff;
	background-color: red;
}
  
.kategori li a:hover:not(.active) {
	color: #ffffff;
	background-color: orange;
}
     
.pickup h2{
    font-size: 20px;
    text-align: right;
    margin-top:5px;
    border-bottom: solid #FFB103 0px;/*下のボーダー*/
    line-height: 2;
    position: relative;
    overflow: hidden;
}
    
.pickup h2:before {
    content: '';
    position: absolute;
    right: 3px;
    bottom: 0px;/*線の上下位置*/
    display: inline-block;
    width: 125px;/*線の長さ*/
    height: 5px;/*線の太さ*/
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*位置調整*/
    background-color: orange;/*線の色*/
    border-radius: 5px;/*線の丸み*/
}
    
.pickup ul{
    width: 250px;
    height: auto;
    font-size: 13px;
    margin-bottom: 0px;    
}
    
.pickup li{
    width: 200px;
    height: auto;
    text-align: right;
    margin: 10px 10px 10px auto;
    padding: 0px 0px 10px 0px;
    border-bottom:1px;
    border-bottom-style: dashed;
    overflow: hidden;
}
    
.pickup p{
    float: right;
    width: 90px;
    height: auto;
    font-size: 12px;
    text-align: left;
    line-height: 1.3;
}
       
.img-photo {
    width: auto;
    height: 60px;
    padding-right: 10px;
    float: left;
    vertical-align: top;
}

.pickup a{
    display: flex;
	align-items: center;
    justify-content: center;
    text-decoration: none;
    color: black;
}

.pickup a.active {
	color: #ffffff;
	background-color: red;
}
 
.pickup a:hover:not(.active) {
	color: #ffffff;
	background-color: green;
    opacity: 0.7;
}

.outline{
    width: 1000px;
    height: auto;
    position: relative;
    background-image: url("../images/footer-image.jpg");
    background-position: center;
    background-size: cover;
    z-index: 0;
}
    
.outline::before {
    content: '';
    position: absolute;
    /* 輪郭がぼやけてしまうのでブラー範囲を広げる */
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: inherit;
    filter: blur(2px);
    z-index: -1;
}

footer {
    background: blue;
}
    
footer ul {
    text-align: center;
    padding-top: 40px;
    margin: 80px auto 40px auto;
}
    
footer ul li {
    font-size: 16px;
    display: inline;
    line-height: 14px;
    padding: 0 30px;
    text-shadow: 0 0 10px #333;
}
    
footer ul li a {
    text-decoration: none;
    color: white;
}
    
footer ul li a:hover {
    text-decoration: underline;
}
    
.copyright {
    text-align: center;
    font-size: 16px;
    color: white;
    padding-bottom: 30px;
}

}

@media screen and (min-width:481px)and (max-width:999px){
  /*画面幅が481px以上の時*/

body {
    font-size: 1.6rem;
    width: 98%;
	height: auto;
    background-size: cover;
    margin: 0 auto;
}
    
header {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
    position: relative;
    font-size: 0;
}
    
#logo{
    display: block;
	width: 10rem;
	height: auto;
    margin-left: 0.9rem;
    margin-right: 1.1rem;
    float: right;	
}
    
h1{ 
    float: right;
    display: inline-block;
    color: orange;
    font-size: 2.24rem;
	font-weight: bold;
	margin-top: 4.9rem;
	margin-left: 0rem;
    text-align: right;
    line-height: 1.3;
}
    
.sub{
    font-size: 1.8rem;
    color: orange;
}

#gnavi{
    clear: both;
    display: inline-block;
    width: 100%;
    height: 6.4rem;
    margin-top: 0.8rem;
    margin-bottom: 0rem;
}
    
li.box1 {
    float: left;
    display: flex;
	align-items: center;
    justify-content: center;
    width: 20%;
    height: 6.4rem;
}

li .img1{
    display: block;
    width: auto;
    height: 4em;
    margin: auto auto;
    padding: 0.2rem 0px 0.4rem 0px;
}

li .img2{
    display: block;
    width: auto;
    height: 4rem;
    margin: auto auto;
    padding: 0.2rem 0px 0.4rem 0px;
}

li .img3{
    display: block;
    width: auto;
    height: 4rem;
    margin: auto auto;
    padding: 0.2rem 0px 0.4rem 0px;
}
    
a.box2{  
    display: block;
    margin-bottom: 0px;
    text-decoration: none;
    color: black;
    font-size: 0.96rem;
    font-weight: bold;
}

a:hover.box2{
    text-decoration: underline;
    color: #F73A3D;
}    

#unit1{
    font-size: 1.8rem;
    padding-top: 0.2rem;
}    

#unit5{
    font-size: 1rem;
    padding-top: 0.6rem;
}

#picture{
    overflow: hidden;
	width: 100%;
	height: 28rem;
	background: skyblue;
    border-top: #FFC254 0.5rem solid;
    border-bottom: #FFC254 0.5rem solid;
    margin-top: 0.5rem;
    position: relative;
}
    
.img4{
    position: absolute;
    width: 100%;
    height: auto; 
    top: 0rem;
}
  
#wrapper{
    width: 100%;
    margin-top: 2rem;
    overflow: hidden;
}
    
.space{
    font-size:2rem;  
    line-height: 2;
} 
    
.moving{
    width: 100%;  
    height: auto;
    text-align: center;
    overflow: hidden;
}

.moving-about{
    line-height: 2; 
    margin: 0 5rem;
}
.moving h2{
    position: relative;
    font-weight: bold;
    font-size: 2.4rem;
    padding: 0px 0px 1rem 0px;
    margin: 5rem 0px 0px 0px;
    color: #A38F8F;
}
    
.moving h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    margin: 0 auto;
    text-align: center; 
    background: -moz-linear-gradient(left, #748af8, #F89174 25%, #FFC778 50%, #F89174 75%, #748af8 100%);  
    background: -webkit-linear-gradient(left, #748af8, #F89174 25%, #FFC778 50%, #F89174 75%, #748af8 100%);
    background: linear-gradient(to right, #748af8, #F89174 25%, #FFC778 50%, #F89174 75%, #748af8 100%);
    background-position: center;
    background-repeat: no-repeat;
}

.img-sub{
    text-align: center;
    margin: 40px 0px 20px 0px;
}  
.img-sub2{
    width: 45rem;
    height: auto;
}

a .img-sub{ 
    
}
.moving-group{ 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
    
.moving-item{
    width: 25rem;
    height: auto;
    margin-top: 4rem;
    margin-left: 0rem;
    border: 0.3rem solid #996633; /*線の太さ・色*/
    background-color: #fff; /*背景色*/
    box-shadow: 0rem 0rem 1rem gray; /*影*/
    border-radius: 1rem; /*角の丸み*/
    border-image: linear-gradient(to top, salmon 0%, navajowhite 100%);
    border-image-slice: 1;
}

.moving-item2{
    margin-top: 0rem;
    padding-top: 2rem;
    font-size: 1.5rem
}

.moving-item3{
    width: 20rem;
    height: 15rem;
    margin: 2rem 0;
}
    
.moving-item4{
    margin-top: 0rem;
    padding-bottom: 2rem;
    font-size: 1.5rem
}

.moving-item p{
    font-size: 1.3rem;
    padding: 0rem 2rem 1rem 2rem; 
    line-height: 1.5;
    display: none;
}

.moving-item p.showP{
    display: block;
}

.moving-item:hover{
    color: #FF5A46;
    transition: all .3s;
}
  
.sub-menu{
    width: 100%;
    height: auto;
}

.fade {
    border: 0; 
    height: 1px; 
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    margin-top: 2rem;
}

.fade2 {
    border: 0; 
    height: 1px; 
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    margin-top: 0rem;
}
    
.img-pr{
    display: block;
    width: 20rem;
    height: auto;
    margin: 0 auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
    
hr {
    margin: 0;
}
    
.kategori h2{
    font-size: 2rem;
    text-align: center;
    margin-top: 0.8rem;
    border-bottom: solid #FFB103 0px;/*下のボーダー*/
    line-height: 2;
    position: relative;
}
    
.kategori h2:before {
    content: '';
    position: absolute;
    top: 3.5rem;
    right: 0;
    left: 0;
    bottom: 0;/*線の上下位置*/
    margin: auto;
    display: inline-block;
    width: 14rem;/*線の長さ*/
    height: 0.5rem;/*線の太さ*/
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*位置調整*/
    background-color: orange;/*線の色*/
    border-radius: 0.7rem;/*線の丸み*/
}
    
.kategori ul{
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;    
}
    
.kategori li{
    width: auto;
    height: auto;
    font-size: 2rem;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0.8rem 0px 0.8rem 0px;
}
    
.img-illust {
    width: auto;
    height: 4.8rem;
    padding-right: 0.6rem;
    vertical-align: bottom;
}
    
.kategori a{
    display: block;
    width: auto;
    height: auto;
    text-decoration: none;
    color: black;
}

.kategori li a.active {
	color: #ffffff;
	background-color: red;
}
   
.kategori li a:hover:not(.active) {
	color: #ffffff;
	background-color: orange;
}

.pickup h2{
    font-size: 2rem;
    text-align: center;
    margin-top: 0.8rem;
    border-bottom: solid #FFB103 0px;/*下のボーダー*/
    line-height: 2;
    position: relative;
}
    
.pickup h2:before {
    content: '';
    position: absolute;
    top: 3.5rem;
    right: 0;
    left:  0;
    bottom: 0px;/*線の上下位置*/
    margin: auto;
    display: inline-block;
    width: 11rem;/*線の長さ*/
    height: 0.5rem;/*線の太さ*/
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*X軸方向の位置調整*/
    background-color: orange;/*線の色*/
    border-radius: 0.7rem;/*線の丸み*/
}
    
.pickup ul{
    width: 80%;
    height: auto;
    margin: 0 auto 3.2rem auto;
    text-align: center;
}
    
.pickup li{
    width: 19.2rem;
    height: auto;
    display: inline-block;
    margin: 1.6rem;
    padding: 0px 0px 1.2rem 0px;
    border-bottom: 0.1rem;
    border-bottom-style: dashed;
}
    
.pickup p{
    width: auto;
    height: auto;
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.6rem;
}
        
.img-photo {
    width: auto;
    height: 6.4rem;
    margin-right: 0.2rem;
}
    
.pickup a{
    display: flex;
	align-items: center;
    justify-content: center;
    text-decoration: none;
    color: black;
}

.pickup a.active {
	color: #ffffff;
	background-color: red;
}
 
.pickup a:hover:not(.active) {
    color: #ffffff;
	background-color: green;
    opacity: 0.7;
}

footer {
    background: blue;
    width: 100%;
    height: 20rem;
    overflow: hidden;
}
     
.outline{
    width: 100%;
    height: 20rem;
    position: relative;
    background-image: url("../images/footer-image.jpg");
    background-position: center;
    background-size:cover;
    z-index: 0;
}
    
.outline::before {
    content: '';
    position: absolute;
    /* 輪郭がぼやけてしまうのでブラー範囲を広げる */
    top: -0.1rem;
    bottom: -1rem;
    left: -1rem;
    right: -1rem;
    background: inherit;
    filter: blur(0.2rem);
    z-index: -1;
}

footer ul {
    width: 100%;
    text-align: center;
    font-size: 0;
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    margin: 0 auto 0 auto;
}
    
footer ul li {
    width: 100%;
    font-size: 1.6rem;
    display: block;
    text-align: center;
    padding: 0.8rem 0 0.8rem 0;
    text-shadow: 0 0 1rem #333;
}
    
footer ul li a {
    text-decoration: none;
    color: white;
}
    
footer ul li a:hover {
    text-decoration: underline;
}
    
.copyright {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 0rem;
    font-size: 1.6rem;
    color: white;
}

}

@media screen and (max-width:480px){
  /*画面幅が480pxまでの時*/


body {
    font-size: 10px;
    font-size: 1rem;
    width: 100%;
	height: auto;
    background-size: cover;
    margin: 0 auto;
    line-height: 0;
}
    
header {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 0rem;
    font-size:0;
    line-height: 1;
    display: -webkit-box;
  	display: -ms-flexbox;
    display: flex;           /* Flexコンテナ―に設定 */
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
	flex-direction:column; 
}
    
#logo{
    display: block;
	width: 12rem;
	height: auto;
    margin: 3rem auto 1rem auto;
    -webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
    order: 2;
}
    
h1{ 
    display: block;
    color: #EB8409;
    font-size: 2.24rem;
	font-weight: bold;
	margin: 0 auto;
    text-align:center;
    line-height: 1.3;
    -webkit-box-ordinal-group: 3;
	-ms-flex-order: 3;
    order: 3;
}
    
.sub{
    font-size: 1.8rem;
    color: #EB8409;
}
    
#gnavi{
    clear: both;
    display: inline-block;
    width: 100%;
    height: 6.4rem;
    background-color: rgba(255,185,0,0.20);
    margin-top: 0rem;
    margin-bottom: 0rem; 
    border-bottom: solid 5px #EB8409;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
    -webkit-box-ordinal-group:1;
	-ms-flex-order:1;
    order: 1;
}
    
li.box1 {
    float: left;
    display: flex;
	align-items: center;
    justify-content: center;
    width:25%;
    height: 6.4rem;
}
    
li .img1{
    display: block;
    width: auto;
    height: 3.5rem;
    margin: auto auto;
    padding: 0.2rem 0px 0.4rem 0px;
}

li .img2{
    display: block;
    width: auto;
    height: 3.5rem;
    margin: auto auto;
    padding: 0.2rem 0px 0.4rem 0px;
}

li .img3{
    display: block;
    width: auto;
    height: 3.5rem;
    margin: auto auto;
    padding: 0.2rem 0px 0.4rem 0px;
}
    
a.box2{  
    display: block;
    margin-bottom: 0px;
    text-decoration: none;
    color: black;
    font-size: 1rem;
    font-weight: bold;
    transition: all 1s linear 0s;
    border-radius: 50%;
    cursor: pointer;
}

a:hover.box2{
    text-decoration: underline;
    color: #F73A3D;
    transform: rotateY(360deg);
}    

#unit1{
    font-size: 1.8rem;
    padding-top: 0rem;
}
    
#unit2{
}
    
#unit3{
}
    
#unit4{    
}

#unit5{
    font-size: 20px;
    padding-top: 0.6rem;
    display: none;
}

#picture{
    overflow: hidden;
	width: 100%;
	height: auto;
	background: skyblue;
    border-top: #FFC254 0.5rem solid;
    border-bottom: #FFC254 0.5rem solid;
    margin-top: 1rem;
}
    
.img4{
    width: 100%;
    height: auto;      
}
   
#wrapper{
    width: 100%;
    margin-top: 2rem;
    overflow: hidden;
    line-height: 1;
}
    
.space{
    font-size:2rem;  
    line-height: 2;
} 

.moving{
    width: 100%;  
    height: auto;
    text-align: center;
}

.moving-about{
    line-height: 2; 
    margin: 0 5rem;
    font-size: 1.3rem;
}

.moving h2{
    position: relative;
    font-weight: bold;
    font-size: 2.4rem;
    padding: 0px 0px 1rem 0px;
    margin:3rem 0px 0px 0px;
    color: #A38F8F;
}
    
.moving h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    margin: 0 auto;
    text-align: center; 
    background: -moz-linear-gradient(left, #748af8, #F89174 25%, #FFC778 50%, #F89174 75%, #748af8 100%);
    background: -webkit-linear-gradient(left, #748af8, #F89174 25%, #FFC778 50%, #F89174 75%, #748af8 100%);
    background: linear-gradient(to right, #748af8, #F89174 25%, #FFC778 50%, #F89174 75%, #748af8 100%);
    background-position: center;
    background-repeat: no-repeat;
} 
.img-sub{
    text-align: center;
    margin: 40px 0px 20px 0px;
}  
.img-sub2{
    width: 30rem;
    height: auto;
}

a .img-sub{ 
    
}

.moving-item{
    width: 20rem;
    height: auto;
    margin: 0 auto;
    margin-top: 4rem;
    border: 0.3rem solid #996633; /*線の太さ・色*/
    background-color: #fff; /*背景色*/
    box-shadow: 0rem 0rem 1rem gray; /*影*/
    border-radius: 1rem; /*角の丸み*/
    border-image: linear-gradient(to top, salmon 0%, navajowhite 100%);
    border-image-slice: 1;
}

.moving-item2{
    margin-top: 0rem;
    padding-top: 2rem;
    font-size: 1.5rem
}

.moving-item3{
    width: 20rem;
    height: 15rem;
    margin: 2rem 0;
}
    
.moving-item4{
    margin-top: 0rem;
    padding-bottom: 2rem;
    font-size: 1.5rem
}

.moving-item p{
    font-size: 1.3rem;
    padding: 0rem 2rem 1rem 2rem; 
    line-height: 1.5;
    display: none;
}

.moving-item p.showP{
    display: block;
}

.moving-item:hover{
    color: #FF5A46;
    transition: all .3s;
}
  
.sub-menu{
    width: 100%;
    height: auto;
    line-height: 1;
}

.fade {
    border: 0; 
    height: 1px; 
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.fade2 {
    border: 0; 
    height: 1px; 
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    margin-top: 2rem;
    margin-bottom: 2rem;
}
    
.img-pr{
    display: block;
    width: 20rem;
    height: auto;
    margin: 0 auto;
    padding-top: 0rem;
    padding-bottom: 0rem;
}
    
hr {
    margin: 0;
}
    
.kategori h2{
    font-size: 2rem;
    text-align: center;
    margin-top: 0.8rem;
    border-bottom: solid #FFB103 0px;/*下のボーダー*/
    line-height: 2;
    position: relative;
}
    
.kategori h2:before {
    content: '';
    position: absolute;
    top: 3.5rem;
    right: 0;
    left: 0;
    bottom: 0;/*線の上下位置*/
    margin: auto;
    display: inline-block;
    width: 14rem;/*線の長さ*/
    height: 0.5rem;/*線の太さ*/
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*位置調整*/
    background-color: orange;/*線の色*/
    border-radius: 0.7rem;/*線の丸み*/
}
    
.kategori ul{
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;    
}
    
.kategori li{
    width: auto;
    height: auto;
    font-size: 2rem;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0.8rem 0px 0.8rem 0px;
}
    
.img-illust {
    width: auto;
    height: 4.8rem;
    padding-right: 0.6rem;
    vertical-align: bottom;
}
    
.kategori a{
    display: block;
    width: auto;
    height: auto;
    text-decoration: none;
    color: black;
}

.kategori li a.active {
	color: #ffffff;
	background-color: red;
}
  
.kategori li a:hover:not(.active) {
	color: #ffffff;
	background-color: orange;
}

.pickup h2{
    font-size: 2rem;
    text-align: center;
    margin-top: 0.8rem;
    border-bottom: solid #FFB103 0px;/*下のボーダー*/
    line-height: 2;
    position: relative;
}
    
.pickup h2:before {
    content: '';
    position: absolute;
    top: 3.5rem;
    right: 0;
    left:  0;
    bottom: 0px;/*線の上下位置*/
    margin: auto;
    display: inline-block;
    width: 11rem;/*線の長さ*/
    height: 0.5rem;/*線の太さ*/
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*X軸方向の位置調整*/
    background-color: orange;/*線の色*/
    border-radius: 0.7rem;/*線の丸み*/
}
    
.pickup ul{
    width: 80%;
    height: auto;
    margin: 0 auto 3.2rem auto;
    text-align: center;
}

.pickup li{
    width: 19.2rem;
    height: auto;
    display: inline-block;
    margin: 1.6rem;
    padding: 0px 0px 1.2rem 0px;
    border-bottom: 0.1rem;
    border-bottom-style: dashed;
}
    
.pickup p{
    width: auto;
    height: auto;
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.6rem;
}
        
.img-photo {
    width: auto;
    height: 6.4rem;
    margin-right: 0.2rem;
}

.pickup a{
    display: flex;
	align-items: center;
    justify-content: center;
    text-decoration: none;
    color: black;
}

.pickup a.active {
	color: #ffffff;
	background-color: red;
}

.pickup a:hover:not(.active) {
	color: #ffffff;
	background-color: green;
    opacity: 0.7;
}

footer {
    background: blue;
    width: 100%;
    height: 20rem;
    overflow: hidden;
    line-height: 1;
}
    
.outline{
    width: 100%;
    height: 20rem;
    position: relative;
    background-image: url("../images/footer-image.jpg");
    background-position: center;
    background-size: cover;
    z-index: 0;
}
    
.outline::before {
    content: '';
    position: absolute;
    /* 輪郭がぼやけてしまうのでブラー範囲を広げる */
    top: -0.1rem;
    bottom: -1rem;
    left: -1rem;
    right: -1rem;
    background: inherit;
    filter: blur(0.2rem);
    z-index: -1;
}

footer ul {
    width: 100%;
    text-align: center;
    font-size: 0;
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    margin: 0 auto 0 auto;
}
    
footer ul li {
    width: 100%;
    font-size: 1.6rem;
    display: block;
    text-align: center;
    padding: 0.8rem 0 0.8rem 0;
    text-shadow: 0 0 1rem #333;
}
    
footer ul li a {
    text-decoration: none;
    color: white;
}
    
footer ul li a:hover {
    text-decoration: underline;
}
    
.copyright {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 0rem;
    font-size: 1.6rem;
    color: white;
}

    
}
    




