@charset "utf-8";
/* CSS Document */
body {
  background-color: #f8f8ff;
  font-size: 16px;
  line-height: 1.5;
  color: #292929;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.inner {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
/*header*/
header {
  background: #4069e1;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
}
.logo {
  margin-left: auto;
  margin-right: auto;
}
.logo img {
  width: 350px;
}
/*#hamburger*/
#hamburger .btn-gNav {
  position: fixed;
  top: 50px;
  right: 20px;
  width: 30px;
  height: 24px;
  z-index: 3;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
#hamburger .btn-gNav span {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #151515;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
#hamburger .btn-gNav span:nth-child(1) {
  top: 0;
}
#hamburger .btn-gNav span:nth-child(2) {
  top: 8px;
}
#hamburger .btn-gNav span:nth-child(3) {
  top: 16px;
}
#hamburger .btn-gNav span:nth-child(3)::after {
  font-size: 0.7em;
  position: absolute;
  top: 3px;
  left: -2px;
  color: #151515;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#hamburger .btn-gNav.open span:nth-child(3)::after {
  display: none;
}
#hamburger .btn-gNav.open span:nth-child(1) {
  background: #fff;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hamburger .btn-gNav.open span:nth-child(2), #hamburger .btn-gNav.open span:nth-child(3) {
  top: 6px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#gNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #444;
  font-size: 18px;
  box-sizing: border-box;
  z-index: 2;
  padding-top: 50px;
  transition: .3s;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
#gNav.open {
  right: 0px;
}
#gNav .gNav-menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  /*justify-content: center;*/
}
#gNav .gNav-menu li {
  display: block;
  text-align: center;
}
#gNav .gNav-menu li a {
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  padding: 20px 30px;
  display: inline-block;
}
/*h1*/
h1 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #4169e1;
}
/*.wrap*/
.wrap {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 80px;
  text-align: center;
}
.wrap h4 {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
  padding-top: 10px;
  color: #4169e1;
}
.wrap img {
  width: 400px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}
.wrap:hover img {
  opacity: 0.8;
}
.wrap-text p {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width:680px) {
  .wrap {
    display: flex;
    align-items: flex-start;
  }
  .wrap img {
    width: 450px;
    height: 300px
  }
  .wrap-text {
    margin-left: 30px;
    width: 55%;
  }
}
/*footer*/
footer {
  background: #4069e1;
}
/*pagetop*/
.pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 40px;
  bottom: 80px;
}
.pagetop a {
  display: block;
  width: 75px;
  height: 75px;
  padding-top: 14px;
  text-decoration: none;
  color: #fff;
  font-size: 5px;
  background: #0000ff;
  border-radius: 50%;
  box-sizing: border-box;
}
.pagetop a::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  margin-top: 15px;
}
.pagetop:hover {
  opacity: 0.6;
}
/*.sns*/
.sns {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.sns a {
  font-size: 48px;
  text-decoration: none;
  padding: 20px;
}
.icon-twitter {
  color: #1da1f2;
}
.icon-pinterest {
  color: #292929;
}
.icon-youtube {
  color: #da1725;
}
/*.copy*/
.copy {
  text-align: center;
  font-size: 18px;
  padding-bottom: 10px;
  color: #f8f8ff;
}
/*sns-icon*/
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?evb74b');
  src: url('fonts/icomoon.eot?evb74b#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?evb74b') format('truetype'), url('fonts/icomoon.woff?evb74b') format('woff'), url('fonts/icomoon.svg?evb74b#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-pinterest:before {
  content: "\ead1";
}