@charset "UTF-8";
/* Scss Document */
/* mixin */
/*
fonts
 */
/*
一般設定
 */
html {
  height: 100%;
  font-size: 62.5%;
}
@media screen and (max-width: 480px) {
  html {
    /*font-size: 60%;*/
  }
}
@media screen and (max-width: 360px) {
  html {
    /*font-size: 54%;*/
  }
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0em;
}
body.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

span.brk {
  display: inline-block;
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
}
.link_btn {
  display: inline-block;
  width: 180px;
  height: 46px;
  text-align: center;
  position: relative;
  transition: 0.2s 0.2s;
}
.link_btn label {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 46px;
  line-height: 4.6rem;
  letter-spacing: 0em;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-weight: bold;
  color: #585858;
  transition: color 0.2s 0.2s;
}
.link_btn i {
  color: #585858;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 46px;
  line-height: 4.6rem;
  letter-spacing: 0em;
  /*float: right;
  margin-right: 20px;*/
  position: absolute;
  right: 20px;
  transition: color 0.2s 0.2s;
}
.link_btn span {
  transition: 0.2s ease-in-out;
}
.link_btn span:nth-of-type(1) {
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0;
  left: -10px;
  background-color: #585858;
}
.link_btn span:nth-of-type(2) {
  position: absolute;
  width: 1px;
  height: 100%;
  bottom: -10px;
  right: 0;
  background-color: #585858;
}
.link_btn span:nth-of-type(3) {
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  right: -10px;
  background-color: #585858;
}
.link_btn span:nth-of-type(4) {
  position: absolute;
  width: 1px;
  height: 100%;
  top: -10px;
  left: 0;
  background-color: #585858;
}
@media screen and (min-width: 769px) {
  .link_btn:hover {
    cursor: pointer;
    background-color: #000;
  }
  .link_btn:hover label {
    color: #fff;
    cursor: pointer;
  }
  .link_btn:hover i {
    color: #fff;
  }
  .link_btn:hover span:nth-of-type(1) {
    left: 0;
  }
  .link_btn:hover span:nth-of-type(2) {
    bottom: 0;
  }
  .link_btn:hover span:nth-of-type(3) {
    right: 0;
  }
  .link_btn:hover span:nth-of-type(4) {
    top: 0;
  }
}

.title span {
  display: inline-block;
  font-size: 40px;
  font-size: 4rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.1em;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-weight: bold;
  position: relative;
}
.title span:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 5px;
  background-color: #000;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
}
.title span.magazine_title:after {
  display: none;
}
.title .magazine_sub_title {
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.2rem;
  color: #bbb;
}

.content {
  padding-top: 110px;
}
.content h1.title, .content p.title, .content h2.title {
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

.fadeIn {
  position: relative;
  top: 50px;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.fadeIn._in {
  top: 0;
  opacity: 1;
}

/*
COMMON PARTS
 */
header {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  transition: background-color 0.4s;
}
header.on {
  background-color: rgba(255, 255, 255, 0.6);
}
header nav {
  height: 60px;
  padding-top: 10px;
  width: 100%;
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
header nav .logo {
  display: block;
  width: 165px;
}
header nav ul {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
header nav ul li {
  height: 100%;
}
header nav ul li a {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
  font-weight: bold;
  color: #000;
  position: relative;
}
header nav ul li a:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 4px;
  background-color: #000;
  bottom: 0;
  transition: 0.4s ease 0s;
}
header nav ul li a.current:after {
  width: 100%;
}
@media screen and (min-width: 769px) {
  header nav ul li a:hover:after {
    width: 100%;
  }
}
header nav ul li.lang {
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav ul li.lang span {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0em;
  display: inline-block;
}
header nav ul li.lang a {
  padding: 0 6px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0em;
  width: auto;
}
header nav .hum {
  display: none;
}
@media screen and (max-width: 1320px) {
  header nav ul li a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    letter-spacing: 0em;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1280px) {
  header nav {
    padding: 10px 20px 0 10px;
  }
  header nav .logo {
    z-index: 10;
  }
  header nav ul {
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    z-index: 9;
    overflow: hidden;
    transition: height 0.2s ease-out 0.3s;
  }
  header nav ul li {
    height: auto;
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
  }
  header nav ul li a {
    width: fit-content;
    margin: 0 auto;
    height: auto;
    padding: 0 0 10px 0;
    font-size: 30px;
    font-size: 3rem;
    line-height: 30px;
    line-height: 3rem;
    letter-spacing: 0em;
    opacity: 0;
    transition: opacity 0.2s ease-out 0s;
  }
  header nav ul li a.current:after {
    width: 70%;
  }
  header nav ul li.lang span {
    width: fit-content;
    margin: 0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0em;
    padding: 0 10px;
    opacity: 0;
    transition: opacity 0.2s ease-out 0s;
  }
  header nav ul li.lang a {
    width: fit-content;
    margin: 0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0em;
    padding: 0 10px;
  }
  header nav ul.on {
    height: 100%;
    transition: height 0.2s ease-out;
    padding: 50px 0;
    background-color: #fff;
  }
  header nav ul.on li a {
    opacity: 1;
    transition: opacity 0.2s ease-out 0.3s;
  }
  header nav ul.on li.lang span {
    opacity: 1;
    transition: opacity 0.2s ease-out 0.3s;
  }
  header nav .hum {
    display: block;
    width: 70px;
    position: relative;
    z-index: 10;
    height: 30px;
    top: -5px;
  }
  header nav .hum span {
    display: block;
    width: 100px;
    height: 4px;
    background-color: #000;
    position: absolute;
  }
  header nav .hum span:nth-of-type(1) {
    top: 0;
    right: 0;
    width: 100%;
    transition: 0.2s ease-out 0.1s;
  }
  header nav .hum span:nth-of-type(2) {
    top: 13px;
    right: 0;
    width: 75%;
    transition: 0.2s ease-out 0.1s;
  }
  header nav .hum span:nth-of-type(3) {
    bottom: 0;
    right: 0;
    width: 50%;
    transition: 0.2s ease-out 0.1s;
  }
  header nav .hum.on span:nth-of-type(1) {
    width: 25%;
    transform: rotate(45deg);
  }
  header nav .hum.on span:nth-of-type(2) {
    top: 11px;
    right: 3px;
    width: 50%;
    transform: rotate(45deg);
  }
  header nav .hum.on span:nth-of-type(3) {
    bottom: 2px;
    width: 100%;
    transform: rotate(45deg);
  }
}
@media screen and (max-height: 620px) {
  header nav {
    padding: 10px 20px 0 10px;
  }
  header nav ul {
    padding: 40px 0 10px;
  }
  header nav ul li a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0em;
  }
  header nav ul li.lang span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  header nav ul li.lang a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 480px) {
  header nav ul li {
    margin: 16px 0;
  }
  header nav ul li a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0em;
  }
}

.sns {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 3rem;
  z-index: 9;
}
.sns a {
  display: inline-block;
  width: 3rem;
  height: 3rem;
}
.sns a.facebook {
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0em;
  color: #A1A1A1;
  margin-bottom: 20px;
  text-align: center;
}
.sns a.twitter {
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0em;
  color: #A1A1A1;
  margin-bottom: 20px;
  text-align: center;
}
.sns a.pagetop {
  background-color: #A1A1A1;
  border-radius: 50%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
}

footer {
  background-color: #bbbbbb;
  padding: 40px 20px;
}
footer .foot_nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
footer .foot_nav ul {
  width: calc(50% - 40px);
  max-width: 320px;
  margin: 0 20px;
}
footer .foot_nav ul li {
  color: #fff;
  font-weight: bold;
}
footer .foot_nav ul li a {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
  margin-bottom: 10px;
  color: #fff;
}
footer .foot_nav ul li a span {
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
  float: right;
}
footer .foot_nav ul li.low {
  padding-left: 10px;
}
footer .foot_nav ul li.low a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
}
footer .foot_low {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .foot_low img {
  width: 134px;
}
footer .foot_low p {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 650px) {
  footer .foot_nav ul {
    width: 100%;
    max-width: 280px;
  }
}
@media screen and (max-width: 400px) {
  footer .foot_nav ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0em;
  }
}/*# sourceMappingURL=common.css.map */