.wrap {
  position: relative;
  left: 0;
  overflow: hidden;
  transition: left 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.wrap.nav-open {
  position: relative;
  left: -450px;
}

@media only screen and (max-width: 767px) {
  .wrap.nav-open {
    left: -76%;
  }
}

.wrap.nav-open .site-header .header-wrap.fixed {
  left: -450px !important;
}

@media only screen and (max-width: 767px) {
  .wrap.nav-open .site-header .header-wrap.fixed {
    left: -76% !important;
  }
}

/** SITE HEADER
==============================================*/
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

.site-header .masthead .brand-logo {
  opacity: 0;
}

.site-header .masthead .brand-logo img {
  width: 130px;
}

@media only screen and (max-width: 767px) {
  .site-header .masthead .brand-logo img {
    width: 70px;
  }
}

.site-header .header-wrap .header_menu {
  position: relative;
  display: flex;
  padding: 23px 35px;

  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .site-header .header-wrap .header_menu {
    padding: 25px 17px 25px 25px;

    align-items: flex-end;
  }
}

.site-header .header-content .site--name {
  padding-bottom: 1em;
  font-size: 14px;
}

.site-header .header-content .header-item {
  display: flex;

  justify-content: flex-end;
  align-items: center;
}
.site-header .header-content .header-item .my_menu {
  display: flex;

  justify-content: space-between;
  align-items: center;
}

.site-header .header-content .header-item .my_menu li {
  padding: 0 15px;
}

.site-header .header-content .header-item .my_menu li a {
  text-align: center;
}
.site-header .header-content .header-item .my_menu li a img {
  width: auto;
  height: 30px;
}
.site-header .header-content .header-item .my_menu li a span {
  display: block;
  font-size: 13px;
  padding-top: 5px;
  letter-spacing: -0.05em;
}

.globalnav .my_menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 30px;
}

.globalnav .my_menu li a {
  text-align: center;
}
.globalnav .my_menu li a img {
  width: auto;
  height: 34px;
}
.globalnav .my_menu li a span {
  font-size: 13px;
  padding-top: 8px;
  display: block;
}

/* .site-header .masthead */
@media only screen and (max-width: 767px) {
  .site-header .header-content .site--name {
    padding-bottom: 5px;
    font-size: 10px;
    text-align: right;
  }
  .site-header .header-content .header-item .my_menu li {
    padding: 0 5px;
  }
  .site-header .header-content .header-item .my_menu li a img {
    height: 21px;
  }
  .site-header .header-content .header-item .my_menu li a span {
    font-size: 10px;
    padding-top: 4px;
  }
  .globalnav .my_menu {
    padding: 0 17px 10px 0;
  }
  .globalnav .my_menu li a img {
    height: 21px;
  }
  .globalnav .my_menu li a span {
    font-size: 10px;
    padding-top: 4px;
  }
}

@media only screen and (max-width: 360px) {
  .site-header .header-content .site--name {
    letter-spacing: -0.09em;
  }
}

/** GLOBAL NAV
==============================================*/
/* .globalnav_wrap {
    display: none;
} */
.globalnav {
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: scroll;
  box-sizing: border-box;
  width: 450px;
  height: 100%;
  background-color: #f5f5f5;
  opacity: 0;
  transition: -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

@media only screen and (min-width: 768px) {
  .gn-container {
    position: relative;
    padding: 50px 50px 0 40px;
    min-height: 720px;
    height: 100%;
  }
}

.nav-open .globalnav {
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.globalnav .gn-concept {
  position: relative;
  border-bottom: 1px solid #aebabf;
}

.globalnav .gn-concept.mypage:before {
  background-image: url(../img/ico_mypage-bl.png);
}

.globalnav .gn-concept.item:before {
  background-image: url(../img/ico_item.png);
}

.globalnav .gn-concept.news:before {
  background-image: url(../img/ico_news.png);
}

.globalnav .gn-concept.beginner:before {
  background-image: url(../img/ico_beginner.png);
}

.globalnav .gn-concept.guide:before {
  background-image: url(../img/ico_guide.png);
}

.globalnav .gn-concept.qa:before {
  background-image: url(../img/ico_qa.png);
}

.globalnav .gn-concept.law:before {
  background-image: url(../img/ico_law.png);
}

.globalnav .gn-concept.mail:before {
  background-image: url(../img/ico_mail.png);
}

.globalnav .gn-concept:before {
  position: absolute;
  top: calc(50% - 10px);
  left: 20px;
  display: inline-block;
  width: 25px;
  height: 20px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.globalnav .gn-concept a {
  display: block;
  padding: 20px 0 20px 60px;
  font-size: 20px;
}

.globalnav .sns-list {
  padding: 40px 0 0;
  width: 100%;
}

.globalnav .next-ico:after,
.globalnav .next-ico:before {
  right: 10px;
}

.sns-list ul {
  display: flex;

  justify-content: center;
  align-items: center;
}

.sns-list li .sns_icon {
  display: inline-block;
  display: flex;

  justify-content: center;
  align-items: center;
}

.globalnav .sns-list li:not(:last-child) {
  margin-right: 30px;
}

.globalnav .sns-list li .sns_icon img {
  vertical-align: middle;
}

.globalnav .sns-list .line .sns_icon img {
  width: 27px;
  height: 26px;
}

.globalnav .sns-list .youtube .sns_icon img {
  width: 25px;
  height: 18px;
}

.globalnav .sns-list .twitter .sns_icon img {
  width: 25px;
  height: 21px;
}

.globalnav .sns-list .facebook .sns_icon img {
  width: 13px;
  height: 23px;
}

.globalnav .sns-list .instagram .sns_icon img {
  width: 21px;
  height: 21px;
}

@media only screen and (max-width: 767px) {
  .globalnav {
    padding: 30px 0 30px 0;
    width: 76%;
  }
  .globalnav .gn-concept:before {
    position: absolute;
    top: calc(50% - 12px);
    left: 20px;
    width: 18px;
    height: 25px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .globalnav .gn-concept a {
    padding: 20px 0 20px 50px;
    font-size: 14px;
  }
  .globalnav .gn-concept a.next-ico:after,
  .globalnav .gn-concept a.next-ico:before {
    right: 20px;
  }
  .globalnav .sns-list {
    padding: 30px 20px;
  }
  .globalnav .sns-list li:not(:last-child) {
    margin-right: 24px;
  }
  .globalnav .sns-list .line .sns_icon img {
    width: 20px;
    height: 19.5px;
  }
  .globalnav .sns-list .youtube .sns_icon img {
    width: 18.5px;
    height: 13.5px;
  }
  .globalnav .sns-list .twitter .sns_icon img {
    width: 18.5px;
    height: 15.5px;
  }
  .globalnav .sns-list .facebook .sns_icon img {
    width: 9.5px;
    height: 17px;
  }
  .globalnav .sns-list .instagram .sns_icon img {
    width: 15.5px;
    height: 15.5px;
  }
}
@media only screen and (max-width: 340px) {
  .globalnav .gn-concept a {
    font-size: 12px;
  }
}
.gn-nav {
  position: inherit;
  padding-left: 13px;
}

.site-header .header-wrap.fixed {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: left 600ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1), left 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1), left 600ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.site-header.oninfo .header-wrap.fixed {
  height: 132px;
}
.site-header.oninfo.fixed .header-wrap:not(.fixed) .header_menu {
  padding: 0;
}
.site-header.oninfo .header-wrap.fixed .header_menu {
  padding: 10px 30px 0;
}

@media only screen and (max-width: 767px) {
  .gn-nav {
    padding-left: 7px;
  }
  .site-header .header-wrap.fixed {
    height: 70px;
    padding: 10px;
  }
  .site-header.oninfo .header-wrap.fixed {
    height: 92px;
    top: -47px;
    padding: 0;
  }
  .site-header .header-wrap.fixed .header_menu {
    padding: 6px;
    height: 50px;
  }
  .site-header.oninfo .header-wrap.fixed .header_menu {
    padding: 6px;
  }
}

.site-header .header-wrap.fixed .header_menu .site--name {
  display: none;
}

.site-header .header-wrap.fixed .header_menu .brand-logo img {
  width: 90px;
}

@media only screen and (max-width: 767px) {
  .site-header .header-wrap.fixed .header_menu .brand-logo img {
    width: 60px;
  }
}

.site-header.fixed .header-wrap .header_menu {
  display: flex;
}

.site-header.fixed .header-wrap.fixed {
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
}

.site-header .cover {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}

@media only screen and (min-width: 768px) {
  .site-header.header_fixed .header-wrap .header_menu .masthead .brand-logo {
    width: 86px;
    height: 54px;
  }
}

@media only screen and (max-width: 767px) {
  .site-header .header-wrap .header_menu {
    padding: 12px;

    align-items: flex-end;
  }
  .site-header .masthead .brand-logo {
    padding-bottom: 5px;
  }
  .site-header .fixed .masthead .brand-logo {
    padding-bottom: 0;
  }
}

.hamburger {
  background-color: rgba(255, 255, 255, 0.4);
}

.nav-open .hamburger {
  right: inherit;
  left: inherit;
  background: none;
}

/* 200805 Header info */
.site-header .info_line p {
  /* background-color: #fa79b1; */
  font-size: 18px;
  padding: 10px;
  text-align: center;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  color: #fff;
  letter-spacing: 0.1em;
}
.site-header .info_line p span,
.site-header .info_line p a {
  color: #fff;
  display: inline-block;
  line-height: 1.3;
}
.site-header .info_line p a {
  border-bottom: 1px solid #fff;
}
.site-header .info_line p em {
  color: #f0ff00;
  font-style: normal;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .site-header .info_line p {
    font-size: 14px;
    letter-spacing: 0;
  }
  .site-header .info_line p a,
  .site-header .info_line p span,
  .site-header .info_line p em {
    font-size: 14px;
  }
}

/* 210118 Header info */
.site-header .info_line {
  width: 100%;
  overflow: hidden;
  background-color: #fa79b1;
}
@media only screen and (max-width: 950px) {
  .site-header .info_line .info_line_scroll {
    display: flex;
  }
  .site-header .info_line .info_line_scroll p {
    display: inline-block;
    padding-left: 50vw;
    white-space: nowrap;
    animation: scroll 10s linear infinite;
  }
  .site-header .info_line .info_line_scroll p:nth-child(2) {
    /* animation-delay: 5s; */
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
}
