body{margin:0;font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;}
a,a:hover,a:active{color:#000000;text-decoration:none;}

@media (min-width: 1280px)/*PC一括*/ {

.brsp{
  display:none;
}

header{
    width:90%;
    height:auto;
    display:flex;
     justify-content: flex-start;
     flex-direction:row-reverse;
    padding-top:110px;
    margin:auto;
}


main{

}

#mainvisual{
position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 53.22%;
  background-image: url('/web/img/1_pc_top.webp');
  background-size: cover;
  background-position: center;
}

main section:nth-of-type(1){
  text-align: center;
  
}
main section:nth-of-type(1) img{
  width:30%;
  margin-top:138px;
  margin-bottom:95px;
}


#shopexp{
  width:90%;
  margin:auto auto 145px auto;
  text-align: center;
}

#shopexp p:nth-of-type(2){
  margin:50px 0px;

}

.shopexp p{
  text-align: center !important;
}

#shopexp p:nth-of-type(4){
  margin:50px 0px;
}


main section:nth-of-type(3){
    display: flex;
    justify-content: center;
    width:90%;
    max-width:1480px;
    margin:0px auto 0 auto;
    font-size:14px;
}
.linkimg{
    display: flex;
    align-items: flex-end;
    width:400px;
    height:565px;
}
.linkimg p{
  margin:1px 0px;
}
.linkimg:nth-of-type(2){
    margin:0 140px;
}

.linkimg img{
    width:100%;
}

.address{
  float:left;
  font-size:10px !important;
  height:30px;
}

.bt{
  float:right;

}

.shop{
  width:50px !important;
}

main section:nth-of-type(4){
    display: flex;
    justify-content: center;
    width:20%;
    margin:130px auto 0 auto;
    font-size:14px;
    text-align: center;
}

main section:nth-of-type(4) img{
  width:40%;
  margin-top:55px;
}

footer{
    margin:285px auto 125px auto;
    text-align:center;
}

}/*PC　end*/



@media (max-width: 1279px)/*SP.tab一括*/ {
.brsp{
  
}
header{
    width:100%;
    height:auto;
    display:flex;
     justify-content: center;
     flex-direction:row-reverse;
    margin:auto;
    position:relative;
}



main{
  margin-top:20%;
}

#mainvisual{
position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 140%;
  background-image: url('/web/img/1_sp_top.webp');
  background-size: cover;
  background-position: center;

}


main section:nth-of-type(1){
  text-align: center;
  margin-top:52px;
  margin-bottom:52px;
}
main section:nth-of-type(1) img{
  width:62%
}

main section:nth-of-type(2){
  text-align: center;
    width:80%;
    margin:0px auto 70px auto;
    letter-spacing: 0.05em;
    font-size:11px;
}

#shopexp{
  width:100%;
  margin:auto;
  text-align: center;
  background-color: #f5f5f5;
}

#shopexp p:nth-of-type(1){
  font-size:13px;
} 

#shopexp p:nth-of-type(2){
  margin:50px 0px 20px 0px;

}

.shopexp p{
  text-align: center !important;
}

#shopexp p:nth-of-type(4){
  margin:20px 0px;
}



main section:nth-of-type(3){
    display: flex;
    flex-direction:column;
    width:62%;
    margin:0px auto 0 auto;
}
.linkimg{
    display: flex;
    align-items: flex-end;
    width:100%;
}

.linkimg:nth-of-type(1){
    margin:110px auto 110px auto;
}

#order1{order:1}
#order2{order:2}
#order3{order:3}

.linkimg p{
  margin:1px 0px;
  font-size:14px;
}

.linkimg img{
    width:100%;
}

.address{
  float:left;
  font-size:5px !important;
  height:30px;
  line-height: 18px;
}

.bt{
  float:right;

}

.shop{
  width:40px !important;
}

main section:nth-of-type(4){
    display: flex;
    justify-content: center;
    width:100%;
    margin:60px auto 0 auto;
    font-size:14px;
    text-align: center;
}

main section:nth-of-type(4) img{
  width:26%;
  margin-top:30px;
}

footer{
    margin:100px auto 40px auto;
    text-align:center;
}

.linkimg a {
  display: block;
  transition: opacity 0.3s ease; 
}

.linkimg a:active {
  opacity: 0.5; 
}
}/*SP.tab　end*/




/*共通*/
.fade-in-up {
  opacity: 0;
  transform: translateY(10px);
}

.fade-in-up.is-active {
  animation: fadeInUpAnimation 0.4s ease-out forwards;
}

.fade-in-up:nth-of-type(1).is-active {
  animation-delay: 0.1s;
}
.fade-in-up:nth-of-type(2).is-active {
  animation-delay: 0.4s;
}
.fade-in-up:nth-of-type(3).is-active {
  animation-delay: 0.7s;
}

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



.linkimg a {
  display: block; 
  transition: opacity 0.3s ease; 
}

@media (hover: hover) {
  .linkimg a:hover {
    opacity: 0.5; 
  }
}