#pankuzu {
  display: none;
}
.hlogo{
	pointer-events: none;
}

#mainvis {
  height: 500px;
  background: url("../img/top/mv.jpg") center center/cover no-repeat;
  margin-bottom: 117px;
}

#mf1 .tac {
  font-size: 1.38rem;
  line-height: 1.73em;
  margin: 0 0 50px 0;
}
#mf1 .tac h1{
text-align: center;
margin: 0 0 20px 0;
}
#mf1 .tac p{
  font-weight: bold;
  line-height: 2em;
}

#mf1 .tac p img{
	padding: 0 15px 15px;
}

#mf2 {
  padding-top: 121px;
}
#mf2 h1 {
  margin-bottom: 170px;
}

#tagbox {
  position: relative;
  margin-bottom: 184px;
}
#tagbox h2 {
  position: absolute;
  top: -100px;
  width: calc((100% - 60px) / 3);
  left: 0;
  background-color: #f3f4f5;
  height: 60px;
  font-size: 1.13rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
#tagbox h2:hover {
  background-color: #f0f0f0;
}
#tagbox h2:hover:before {
  opacity: 0;
}
#tagbox .grabtn {
  cursor: default;
}
#tagbox .cbox:nth-of-type(2) h2 {
  left: calc(((100% - 60px) / 3) + 30px);
}
#tagbox .cbox:nth-of-type(3) h2 {
  left: calc(((100% - 60px) / 3 * 2) + 60px);
}
#tagbox .cbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#tagbox .cbox.active {
  position: relative;
  z-index: 1;
}
#tagbox .cbox.active .clist {
  display: flex;
}
#tagbox .clist {
  margin: 0 -15px;
  display: none;
}
#tagbox .cboxs {
  position: relative;
  margin: 0 15px;
  width: calc((100% - 90px) / 3);
}
#tagbox .cboxs img {
  display: block;
  margin-bottom: 33px;
}
#tagbox .cboxs p {
  line-height: 1.75em;
}

#mf3 {
  height: 400px;
  background: url("../img/top/mf3bg.jpg") center center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mf3 .mf-frame{
	width: 1080px;
	margin: 0 auto;
}
#mf3 .mf-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#mf3 .enjp {
  margin-bottom: 10px;
}

#mf4 {
  padding-top: 111px;
  position: relative;
}
#mf4:before {
  content: '';
  display: block;
  position: absolute;
  left: 33.33%;
  right: 0;
  top: 111px;
  height: 600px;
  background: url("../img/top/mf4i.jpg") left no-repeat;
  z-index: -1;
}
#mf4 .mf-inner {
  background-image: linear-gradient(0deg, #5cb26a 0%, #5cabb2 100%);
  margin-top: 0px;
  width: 600px;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#mf4 .enjp {
  color: #fff;
  margin-bottom: 127px;
  font-size: 1.5rem;
}
#mf4 .single {
  font-size: 0.94rem;
  line-height: 1.47em;
  width: 25em;
  color: #fff;
  display: block;
  margin-bottom: 42px;
}
#mf4 .date {
  display: inline-block;
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 1em;
}
#mf4 .btnr {
  background: #fff;
  font-size: 1.06rem;
}
#mf4 .btnr:after {
  background-image: url("../img/cmn/icorb.png");
}

#mf5 {
  padding-top: 120px;
}
#mf5 a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
  background: url("../img/top/mf5bg.jpg") center center no-repeat;
}

#mf6 {
  padding-top: 150px;
}
#mf6 .mf-inner {
  display: flex;
  justify-content: center;
}
#mf6 ul {
  max-width: 876px;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-bottom: 40px;
  justify-content: center;
}
#mf6 ul a {
  width: 100%;
  height: 198px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: solid 1px #000;
}
#mf6 ul a img {
  width: auto;
  height: 16px;
  margin-bottom: 1rem;
}
#mf6 li {
  width: calc((100% - 80px) / 2);
  margin: 0 20px 40px;
}
#mf6 li:nth-child(even) {
  position: relative;
  top: 80px;
}
#mf6 .insta img {
  width: 161px;
  height: auto;
  margin-bottom: 0;
}

#main {
  padding-bottom: 162px;
}

.none{
	display: none;
}




@media screen and (max-width: 850px) {
  #mainvis {
    height: 80.4vw;
    background-image: url("../img/top/mvs.jpg");
    margin-bottom: 12.27vw;
  }

  #mf1 .tac {
    font-size: 1rem;
    line-height: 1.71em;
	margin: 0 0 10vw 0;
  }
#mf1 .tac h1{
margin: 0 0 5vw 0;
}
#mf1 .tac p img{
	padding: 0 3vw 2vw;
	width: 28vw;
}

  
  #mf1 p:not(:last-child) {
    margin-bottom: 1.71em;
  }

  #mf2 {
    padding-top: 13.33vw;
  }
  #mf2 h1 {
    margin-bottom: 30.13vw;
  }

  #tagbox {
    margin-bottom: 11.87vw;
  }
  #tagbox h2 {
    position: absolute;
    top: -24vw;
    width: 29.6vw;
    left: 0;
    height: 16vw;
    line-height: 1em;
    font-size: 1rem;
    flex-direction: column;
  }
  #tagbox h2 span {
    display: inline-block;
    margin-top: 1.33vw;
  }
  #tagbox .cbox:nth-of-type(2) h2 {
    left: 29.87vw;
  }
  #tagbox .cbox:nth-of-type(3) h2 {
    left: 59.73vw;
  }
  #tagbox .cbox.active .clist {
    display: block;
  }
  #tagbox .clist {
    margin: 0;
  }
  #tagbox .cboxs {
    margin: 0 8vw 6.67vw;
    width: auto;
  }
  #tagbox .cboxs img {
    margin-bottom: 2.27vw;
  }
  #tagbox .cboxs p {
    line-height: 1.71em;
  }

  #mf3 {
    height: 80vw;
    background-image: url("../img/top/mf3bgs.jpg");
  }
#mf3 .mf-frame{
	width: auto;
	margin: 0 5.3vw;
}

  #mf3 .enjp {
    margin-bottom: 8.53vw;
  }
  #mf3 .enjp img {
    width: auto;
    height: 32.67vw;
    margin-bottom: 0;
  }

  #mf4 {
    padding-top: 64.13vw;
  }
  #mf4:before {
    left: 50%;
    top: 13.33vw;
    transform: translate(-50%,0);
	width: 100vw;
    height: 64.13vw;
    background: url("../img/top/mf4is.jpg") center /cover no-repeat;
  }
  #mf4 .mf-inner {
    margin-top: 10vw;
    width: 100vw;
    height: 82.67vw;
    padding: 0 8vw;
  }
  #mf4 .enjp {
    margin-bottom: 8.13vw;
    font-size: 1.64rem;
  }
  #mf4 .single {
    font-size: 1rem;
    line-height: 1.71em;
    width: auto;
    margin-bottom: 6.4vw;
  }
  #mf4 .date {
    font-size: 0.86em;
  }
  #mf4 .btnr {
    background: #fff;
    font-size: 1.06rem;
  }
  #mf4 .btnr:after {
    background-image: url("../img/cmn/icorb.png");
  }

  #mf5 {
    padding-top: 13.33vw;
  }
  #mf5 a {
    display: flex;
    margin: 0 4vw;
    height: 81.33vw;
    background-image: url("../img/top/mf5bgs.jpg");
  }
  #mf5 a img {
    width: auto;
    height: 44.8vw;
  }

  #mf6 {
    padding-top: 13.33vw;
  }
  #mf6 ul {
    max-width: inherit;
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: -4vw;
  }
  #mf6 ul a {
    height: 26.13vw;
    margin: 0 4vw 4vw;
    border-width: 0.27vw;
  }
  #mf6 ul a img {
    width: auto;
    height: 16px;
    margin-bottom: 1rem;
  }
  #mf6 li {
    width: 80.8vw;
    margin: 0;
  }
  #mf6 li:nth-child(even) {
    position: static;
  }
  #mf6 .insta {
    order: 1;
  }
  #mf6 .insta img {
    width: 33.07vw;
  }

  #main {
    padding-bottom: 13.33vw;
  }
}
