/*==============================
	reset
==============================*/
header {
  background: none;
}
header .inner {
  padding: 0;
}
header h1 {
  background: rgba(49, 69, 136, 0.8);
  padding: 3%;
}
header .mobileHead .toggle {
  height: 40%;
}

@media screen and (min-width: 768px) {
  header {
    opacity: 0;
  }
  header .inner {
    padding: 1% 0;
  }
  header.show {
    opacity: 1;
  }
}
/*==============================
	fv
==============================*/
.fv .pcLogo, .fv .pcNav {
  display: none;
}
.fv .fvslider {
  position: relative;
}
.fv .fvslider:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/common/shadow.png") repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .fv {
    position: relative;
  }
  .fv .pcLogo {
    width: 5%;
    display: inline-block;
    background: rgba(49, 69, 136, 0.8);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100;
    padding: 1.5rem 1rem;
  }
  .fv .pcNav {
    display: block;
    width: 100%;
    background: #314588;
  }
  .fv .pcNav .inner {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fv .pcNav .mainNav {
    width: 78%;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fv .pcNav .mainNav li {
    width: calc(100% /4);
    font-size: 1.1428571429vw;
    font-weight: bold;
    line-height: 3.2;
    text-align: center;
  }
  .fv .pcNav .mainNav li a {
    width: 100%;
    color: #FFF;
    display: inline-block;
    padding: 5% 0;
    transition: .3s;
  }
  .fv .pcNav .mainNav li a:hover {
    background: #54659e;
  }
  .fv .pcNav .langNav {
    width: 30%;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .fv .pcNav .langNav li {
    font-size: 1.1428571429vw;
    line-height: 2.0;
    text-align: center;
    margin-right: 2rem;
  }
  .fv .pcNav .langNav li a {
    width: 100%;
    color: #FFF;
    display: inline-block;
    border: solid 1px #FFF;
    box-sizing: border-box;
    padding: 0 2rem;
    transition: .3s;
  }
  .fv .pcNav .langNav li a:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 1400px) {
  .fv .pcNav .mainNav li {
    font-size: 16px;
  }
}
/*==============================
	concept
==============================*/
.concept {
  background: url("../img/common/bg.png") repeat #f6f6f6;
  padding: 10% 0;
  position: relative;
}
.concept .inner {
  max-width: 960px;
  background: #FFF;
}
.concept .box {
  padding: 8% 5%;
}
.concept .box h2 {
  font-size: 5.3333333333vw;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5%;
}
.concept .box h2 span {
  display: block;
  font-size: .8em;
}
.concept .box .txt {
  margin-bottom: 5%;
}
.concept .img {
  width: 100%;
  height: 0;
  padding-top: 72.7%;
  background: url("../img/top/concept-img.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .concept {
    padding: 6% 0 12%;
  }
  .concept .box {
    width: 50%;
    padding: 5% 4.5%;
    box-sizing: border-box;
    margin: 0 0 0 auto;
  }
  .concept .box h2 {
    font-size: 2vw;
  }
  .concept .box .txt {
    margin-bottom: 8%;
  }
  .concept .img {
    width: 50%;
    padding-top: 34.7%;
    position: absolute;
    top: 22%;
    left: 0;
  }
}
/*==============================
	menu
==============================*/
.menu {
  overflow: hidden;
}
.menu .inner {
  position: relative;
  padding: 30% 0;
}
.menu .box {
  padding: 8% 5%;
  background: rgba(246, 246, 246, 0.8);
  position: relative;
  z-index: 1;
}
.menu .box h2 {
  font-size: 5.3333333333vw;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5%;
}
.menu .box h2 span {
  display: block;
  font-size: .8em;
}
.menu .box .txt {
  margin-bottom: 5%;
}
.menu .deco {
  position: absolute;
}
.menu .deco.deco01 {
  width: 55%;
  top: 3%;
  right: -15%;
}
.menu .deco.deco02 {
  width: 75%;
  left: -10%;
  bottom: 3%;
}
.menu .moreLink {
  margin-bottom: .5rem;
}
.menu .txtLink {
  text-align: center;
  font-weight: bold;
}
.menu .txtLink a {
  text-decoration: underline;
  position: relative;
  transition: .3s;
}
.menu .txtLink a:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 0px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .3s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1rem;
  margin: auto;
}
.menu .txtLink a:hover {
  opacity: .8;
}
.menu .txtLink a:hover:after {
  right: -1.3rem;
}
.menu .pics {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.menu .pics img {
  width: calc(100% / 3);
}

@media screen and (min-width: 768px) {
  .menu .inner {
    padding: 8% 0;
  }
  .menu .box {
    width: 58.8%;
    padding: 3% 5%;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .menu .box h2 {
    font-size: 2vw;
  }
  .menu .box .txt {
    margin-bottom: 8%;
  }
  .menu .deco.deco01 {
    width: 42%;
    top: 20%;
    right: -15%;
  }
  .menu .deco.deco02 {
    width: 58%;
    left: -25%;
    top: 5%;
    bottom: auto;
  }
  .menu .pics img {
    width: calc(100% / 4);
  }
}
/*==============================
	instaArea
==============================*/
.instaArea {
  background: #e8eaf1;
  padding: 10% 0;
}
.instaArea h2 {
  font-size: 2.6666666667vw;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5%;
}
.instaArea h2 span {
  display: block;
  font-size: 2.7em;
}

.instagram-gallery {
  width: 100%;
  margin-bottom: 11%;
}
.instagram-gallery .instagram-gallery__list {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.instagram-gallery .instagram-gallery__item {
  width: calc(100% / 3 - 5px);
  margin-bottom: 7px;
  transition: .3s;
}
.instagram-gallery .instagram-gallery__item:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .instaArea {
    padding: 6% 0;
  }
  .instaArea h2 {
    font-size: 1vw;
    margin-bottom: 3%;
  }

  .instagram-gallery {
    margin-bottom: 8%;
  }
  .instagram-gallery .instagram-gallery__item {
    width: calc(100% / 4 - 5px);
  }
}
/*==============================
	infoArea
==============================*/
.infoArea {
  background: url("../img/common/bg.png") repeat #f6f6f6;
  padding-bottom: 10%;
}
.infoArea .inner {
  padding-top: 10%;
  background: #FFF;
}
.infoArea h2 {
  font-size: 2.6666666667vw;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5%;
}
.infoArea h2 span {
  display: block;
  font-size: 2.7em;
}
.infoArea .infoBox {
  padding: 0 5% 5%;
}
.infoArea .infoBox p {
  margin-bottom: 5%;
}
.infoArea .infoBox p b {
  display: block;
}

@media screen and (min-width: 768px) {
  .infoArea {
    padding: 0;
  }
  .infoArea .inner {
    padding: 6% 0;
  }
  .infoArea h2 {
    font-size: 1vw;
    margin-bottom: 3%;
  }
  .infoArea .box {
    width: 84%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .infoArea .infoBox {
    width: 50%;
    padding: 0;
  }
  .infoArea .infoBox p {
    margin-bottom: 10%;
  }
  .infoArea .infoBox .moreLink {
    text-align: right;
  }
  .infoArea .fbBox {
    width: 42%;
  }
}
