@charset "utf-8";
/*----- 共通ヘッダーとフッター -----*/

/*------------------------------------------------
ヘッダー
------------------------------------------------*/
.header-wrapper {
    height: 192px;
}
section.header {
    position: fixed;
    width: 100vw;
    background: white;
    z-index: 100;
}
section.header header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 1440px;
    height: 71px;
}
section.header header::before {
    content: "";
    display: inline-block;
    width: max(120px, calc((100% - 1440px) / 2 + 120px));
    border-top: 1px solid #808080;
    height: 12px;
    position: absolute;
    top: 108px;
    left: 0;
}
section.header header::after {
    content: "";
    display: inline-block;
    width: max(0px, calc((100% - 1440px) / 2 + 120px));
    border-top: 1px solid #808080;
    height: 12px;
    position: absolute;
    top: 108px;
    right: 0;
}
section.header header > div {
    flex: 1;
}
section.header header > div:first-child {
    margin-left: 126px;
}
section.header header > div:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 120px;
}
section.header header .side_menu_button {
    cursor: pointer;
}
section.header header .search-form {
    margin-left: 37px;
    width: 160px;
    border-bottom: 1px solid #322D1F;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
}
section.header header .search-form input {
    width: 130px;
    outline: 0;
    border: none;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #322D1F;
}
section.header header .search-form button {
    background: url(/common/images/v3/common/header/search.svg) 0 0 no-repeat;
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    cursor: pointer;
}
#site_logo_small a {
    background: url(/common/images/v3/common/header/logo_icon.svg) center/auto 48px no-repeat;
    width: 48px;
    height: 48px;
    margin: auto;
    display: block;
    color: transparent;
}
/** ヘッダー右 **/
section.header .account .authorized {
    margin-right: 24px;
}
section.header .account .icon {
    display: flex;
    width: 36px;
    height: 36px;
    background-color: gray;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
}
section.header .account .mypage {
    display: none;
}
section.header .account .unauthorized {
    margin: 0 31px 0 -15px;
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #322D1F;
}
section.header header .account .register::after {
    content: "/";
    padding-left: 8px;
}
/*----- SNS -----*/
.sns_account_container {
  display: flex;
  justify-content: space-between;
}
section.header header .sns_account_container {
    width: 195px;
    height: 25px;
    align-items: center;
}
.side_menu > .sns_account_container {
  padding: 30px 11px 0 0;
}
.sns_account_container li {
  list-style-type: none;
}
.side_menu > .sns_account_container li a {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
}
/* -------　ヘッダ ログイン情報　-------- */
header.page .top_member {
  position: absolute;
  display: table;
  right: -60px;
  top: 45px;
}
header.page .top_member.login{
  right: -37px;
  top: 37px;
}
header.page .member{
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
}
header.page .member.icon {
  background: #808080 url(/common/images/v2/login.png) 8px 7px;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
header.page .member.search {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid gray;
  text-align: center;
  left: -10px;
  box-sizing: border-box;
  padding:2px;
  cursor:pointer;
}

header.page .member.search img {
  width:75%; vertical-align:middle;
}
header.page .login .member.search {
  box-sizing:content-box;
  left:-20px;
}
header.page .member.join {
  padding: 0 30px 0 10px;
}
header.page .member.join::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 4px;
  top: 14px;
  width: 10px;
  height: 12px;
  border-left: 1px solid #b0aeae;
}
header.page .member.initial {
  color: #808080;
  background: #eaeaea;
  left: -10px;
  width: 40px;
  padding: 2px 3px;
  border-radius: 50%;
  font-size: 26px;
  text-align: center;
}
header.page .member.name {
  font-size: 17px;
}
header.page .top_member a:hover,
header.page a.top_member:hover {
  text-decoration: none;
  opacity: 0.7;
}
header.page .top-member-inner { display:table-cell; }
header.page .top-member-inner .top-member__mypage { display:table; }
header.page .m-top-search__box { position: absolute; top: 85px; width: 100%; padding:12px; box-sizing: border-box; opacity:.0;  background: #eaeaea; height:0; -webkit-transition: opacity 0.2s; -moz-transition: opacity 0.2s; transition: opacity 0.2s; overflow:hidden; }
header.page .m-top-search__box.expand { opacity:1.0; height:auto; }
.m-top-search__form { display:table; width:100%; box-sizing:border-box; background: #4f4d4d; }
.m-top-search__input { width:90%; box-sizing:border-box; display:table-cell; min-width:94%; box-sizing:border-box; }
.m-top-search__input .inputtext { width: 100%; box-sizing: border-box; padding: 8px;  border: 1px solid #4f4d4d; }
.m-top-search__submit { width:10%; box-sizing:border-box; display:table-cell; min-width:6%; box-sizing:border-box; vertical-align:middle; }
.m-top-search__submit .c-btn-search__submit {width: 100%; box-sizing: border-box; padding: 6px; border: none; color: #FFF; background: none; cursor: pointer; }

/** ヘッダー下部 **/
section.header footer {
    width: 100vw;
    height: 121px;
    transition: all 0.2s linear;
    background-color: #322D1F;
}
section.header.fixed footer {
    height: 0px;
    overflow: hidden;
}
section.header footer .logo {
    padding-bottom: 10px;
    background: #FFFFFF;
}
#site_logo {
    width: 1440px;
    margin: auto;
}
#site_logo a {
    background: url(/common/images/v3/common/header/logo.svg) center/auto 36px no-repeat;
    width: 288px;
    height: 36px;
    margin: auto;
    display: block;
}
#sub_logo {
    width: 1440px;
    margin: 3px auto 0;
}
#sub_logo a {
    background: url(/common/images/v3/common/header/logo_sub.svg) center/auto 17px no-repeat;
    width: 231px;
    height: 17px;
    margin: auto;
    display: block;
}
section.header footer > nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1440px;
    height: 55px;
    margin: auto;
}
section.header footer > nav ul {
    display: flex;
    justify-content: space-between;
    width: 960px;
}
section.header footer > nav li {
  list-style: none;
  position: relative;
}
section.header footer > nav ul.sub-genre-grid {
    display: none;
}
section.header footer > nav li a {
  display: block;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 29px;
  color: #FFFFFF;
}
section.header footer > nav li.aside a {
    font-size: 17px;
}
section.header footer > nav li a.current {
    color: #D53A0A;
}
section.header footer > nav li a.parent::after {
    content: "";
    display: inline-block;
    width: 8.25px;
    height: 8.25px;
    margin-left: 9px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    transform: rotate(45deg);
    vertical-align: middle;
}
section.header footer > nav .child-genre-container {
    position: absolute;
    left: -30px;
    background: #322D1F;
    padding: 10px 23px 20px 32px;
}
section.header footer > nav .child-genre-container ul {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 355px;
}
section.header footer > nav .child-genre-container ul li {
    width: 140px;
    padding: 0;
}
section.header footer > nav .child-genre-container ul li a {
    font-size: 14px;
    line-height: 275%;
}
section.header footer > nav .child-genre-container ul a::after {
    content: "";
    display: inline-block;
    width: 6.36px;
    height: 6.36px;
    position: absolute;
    top: 45%;
    right: 0;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    transform: rotate(45deg);
}

/** ヘッダー固定時 **/
section.header.fixed header::before,
section.header.fixed header::after {
    display: none;
}

/*------------------------------------------------
フッター
------------------------------------------------*/
section.footer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    box-sizing: content-box;
    margin-top: 45.5px;
    padding: 65px max(120px, calc(120px + (100% - 1440px)/ 2)) 44px;
    color: #fff;
    background-color: #322D1F;
}
section.footer::before {
    content: "";
    display: inline-block;
    width: 100vw;
    border-top: 1px solid #808080;
    position: absolute;
    top: 96px;
    right: calc(1200px + ((100% - 1200px) / 2));
}
section.footer::after {
    content: "";
    display: inline-block;
    width: calc((100% - 1200px) / 2);
    border-top: 1px solid #808080;
    position: absolute;
    top: 96px;
    right: 0;
}
section.footer .logo_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 585px;
  justify-content: space-between;
}
section.footer .site_logo_small {
    background: url(/common/images/v3/common/footer/logo_icon.svg) center center no-repeat;
    display: block;
    width: 64px;
    height: 64px;
}
section.footer .site_logo {
    background: url(/common/images/v3/common/footer/logo.svg) center center no-repeat;
    display: block;
    width: 249px;
    height: 31px;
}
section.footer .sub_logo {
    background: url(/common/images/v3/common/footer/logo_sub.svg) center center no-repeat;
    display: block;
    width: 205px;
    height: 16px;
}
section.footer .account .authorized {
    display: flex;
    align-items: center;
    margin-right: 109px;
}
section.footer .account .unauthorized {
    display: flex;
    justify-content: space-between;
    width: 409px;
    padding-right: 92px;
}
section.footer .account .authorized span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}
section.footer .account .authorized span.name-wrapper {
    display: flex;
    align-items: center;
}
section.footer .account .unauthorized span {
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
}
section.footer .account .unauthorized a {
    width: 189px;
    height: 54px;
    padding: 15px 52px;
    border: 0.792176px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #FFFFFF;
    color: #322D1F;
}
section.footer .account .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #808080;
}
section.footer .account .name {
    margin-right: 34px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16.6357px;
    line-height: 23px;
    color: #FFFFFF;
}
section.footer .account .name::after {
    content: "様";
    color: #808080;
}
section.footer .account .mypage a {
    padding: 14px 25px 14px 56px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 30px;
    background: #322D1F;
    color: #FFFFFF;
}
section.footer .account .mypage a::after {
    content: "";
    display: inline-block;
    width: 8.25px;
    height: 8.25px;
    margin-left: 21px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    transform: rotate(45deg);
}
section.footer .account .login a {
    background: #322D1F;
    color: #FFFFFF;
}
section.footer > .navigation nav {
  width: 468px;
  padding-left: 100px;
}
section.footer > .navigation nav +nav ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 430px;
}
section.footer > .navigation nav li {
    list-style: none;
    position: relative;
    padding: 14px 40px 14px 0;
}
section.footer > .navigation nav li a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}
section.footer > .navigation nav li a::after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    box-sizing: border-box;
    transform: rotate(45deg) translateY(-50%);
    width: 8.25px;
    height: 8.25px;
}
section.footer > .navigation nav li .parent {
    pointer-events: none;
}
section.footer > .navigation nav ul.sub-genre-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 4px;
    height: auto;
}
section.footer > .navigation .sub-genre {
    width: 300px;
    padding: 0 0 200px;
}
section.footer > .navigation nav ul.sub-genre-grid li {
    margin-top: 10px;
    padding: 0;
    width: 68px;
    height: 68px;
    border: 1px solid #808080;
}
section.footer > .navigation nav ul.sub-genre-grid li a::after {
    display: none;
}
section.footer > .navigation nav ul.sub-genre-grid li a {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 4px;
    font-size: 11px;
    line-height: 15px;
    color: #FFFFFF;
}
section.footer > .navigation nav ul.sub-genre-grid li a img {
    margin: auto;
}
section.footer > .navigation .child-genre-container::before {
    content: "";
    border-bottom: 1px solid #808080;
    width: 155px;
    position: absolute;
    top: 175px;
    left: -185px;
}
section.footer > .navigation .child-genre-container {
    position: absolute;
    width: 100px;
    height: 288px;
    top: -150px;
    left: 248px;
    padding: 0;
}
section.footer > .navigation .child-genre-container ul::before {
    content: "";
    border-left: 1px solid #808080;
    height: 304px;
    position: absolute;
    top: 8px;
    left: -30px;
}
section.footer > .navigation .child-genre-container ul li {
    padding: 0;
}
section.footer > .navigation .child-genre-container ul li a {
    font-size: 16px;
    line-height: 200%;
}
section.footer > .navigation .child-genre-container ul li a::after {
    top: 50%;
    right: -10px;
}
section.footer > .navigation .tags {
    width: 468px;
    padding-left: 100px;
}
section.footer > .navigation .tags .tag-title {
    display: inline;
    vertical-align: text-bottom;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}
section.footer > .navigation .tags .tag-title::after {
    content: "";
    display: inline-block;
    border-top: 1px solid #808080;
    width: 27px;
    height: 6px;
    margin: 0 10px 0 6px;
}
section.footer > .navigation .tags .tag-container {
    display: inline-flex;
}
section.footer > .navigation .tags .tag {
    color: #FFFFFF;
}
section.footer .info {
    width: 180px;
    padding-right: 92px;
}
section.footer .info .search-form {
    width: 180px;
    margin: 30px 0;
    border-bottom: 1px solid white;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
section.footer .info .search-form input {
    width: 145px;
    background: #322D1F;
    outline: 0;
    border: none;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
}
section.footer .info .search-form button {
    background: url(/common/images/v3/common/footer/search.svg) 0 0 no-repeat;
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    cursor: pointer;
}
section.footer .info li {
    list-style-type: none;
}
section.footer .info li:first-child a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 200%;
}
section.footer .info li a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 200%;
    color: #FFFFFF;
}
section.footer .sns {
    width: 100%;
    padding: 20px 420px;
    text-align: center;
    position: relative;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.05em;
    color: #808080;
}
section.footer .sns::before {
    content: "";
    display: inline-block;
    width: 92px;
    border-top: 1px solid #808080;
    height: 12px;
    position: absolute;
    top: 81px;
    left: 0;
}
section.footer .sns::after {
    content: "";
    display: inline-block;
    width: 92px;
    border-top: 1px solid #808080;
    height: 12px;
    position: absolute;
    top: 81px;
    right: 0;
}
section.footer .sns .sns_account_container {
    padding-top: 14px;
}
section.footer .sns .sns_account_container li a {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
}
section.footer .copyright {
    width: 100%;
    padding-top: 17px;
    text-align: center;
    padding: 20px 420px;
}
section.footer .copyright .copyright_logo {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 17px;
}
section.footer .copyright .copyright_logo li{
    list-style-type: none;
}
section.footer .copyright .copyright_logo a {
    display: block;
    margin: 0 15px 15px;
    width: 153px;
    height: 39px;
}
section.footer .copyright .copyright_logo img {
    height: 50px;
}
section.footer .copyright span {
    padding-top: 5px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 200%;
    color: #808080;
    margin: 0 -60px;
}

/*------------------------------------------------
ドロワー
------------------------------------------------*/
section.header .side_menu {
  position: fixed;
  width: 351px;
  height: 100vh;
  z-index: 100;
  top: 0;
  padding: 25px 14px 30px 25px;
  box-sizing: border-box;
  background-color: #322D1F;
  transform: translateX(-100%);
  transition: transform .3s;
  overflow-y: scroll;
}
section.header .side_menu.open {
  transform: translateX(0);
}
section.header .side_menu .close_button {
  width: 21px;
  height: 21px;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 33.5px;
  right: 21.5px;
  cursor: pointer;
}
section.header .side_menu .close_button::before {
  position: absolute;
  content: "";
  width: 21px;
  height: 2px;
  background-color: #AAAAAA;
  transform-origin: left;
  transform: rotate(45deg) translateX(-50%);
}
section.header .side_menu .close_button::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 2px;
  background-color: #AAAAAA;
  transform-origin: left;
  transform: rotate(135deg) translateX(-50%);
}
section.header .side_menu hr {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #808080;
}
/** アカウント **/
section.header .side_menu .account .authorized {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 2px 16px 0 0;
}
section.header .side_menu .account .authorized .name-wrapper {
    display: flex;
    align-items: center;
}
section.header .side_menu .account .authorized .name {
    margin-left: 15px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16.6357px;
    line-height: 23px;
    color: #FFFFFF;
}
section.header .side_menu .account .authorized .name::after {
    content: "様";
    color: #808080;
}
section.header .side_menu .account .authorized .mypage {
    display: block;
}
section.header .side_menu .account .authorized .mypage a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16.6357px;
    line-height: 23px;
    color: #FFFFFF;
}
section.header .side_menu .account .authorized .mypage a::after {
    content: "";
    display: inline-block;
    width: 8.25px;
    height: 8.25px;
    margin-left: 1px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    transform: rotate(45deg);
}
section.header .side_menu .account .unauthorized {
    display: flex;
    justify-content: space-between;
    margin: 0 14px 0 0;
    padding: 0;
}
section.header .side_menu .account .unauthorized span {
    width: 140px;
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16.6357px;
    line-height: 19px;
    text-align: center;
}
section.header .side_menu .account .unauthorized a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 12px 30px;
    border: 0.792176px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 23.7653px;
    background-color: #FFFFFF;
    color: #322D1F;
}
section.header .side_menu .account .login a {
    background: #322D1F;
    color: #FFFFFF;
}
section.header .side_menu > nav {
  padding-top: 10px;
}
section.header .side_menu > nav ul {
  display: block;
}
section.header .side_menu > nav li {
  list-style: none;
  position: relative;
  padding: 14px 0;
}
section.header .side_menu > nav li a {
  display: block;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
}
section.header .side_menu > nav li .parent {
    pointer-events: none;
}
section.header .side_menu > nav li a::after {
    content: "";
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    box-sizing: border-box;
    transform: rotate(45deg);
    width: 8.25px;
    height: 8.25px;
    position: absolute;
    top: 23px;
    right: 16px;
}
section.header .side_menu > nav ul.sub-genre-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4px 10px 0 0;
}
section.header .side_menu > nav ul.sub-genre-grid li {
    margin-top: 10px;
    padding: 0;
    width: 68px;
    height: 68px;
    border: 1px solid #808080;
}
section.header .side_menu > nav ul.sub-genre-grid li a {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 4px;
    font-size: 11px;
    line-height: 15px;
    color: #FFFFFF;
}
section.header .side_menu > nav ul.sub-genre-grid li a::after {
    display: none;
}
section.header .side_menu > nav ul.sub-genre-grid li a img {
    margin: auto;
}
section.header .side_menu > nav .child-genre-container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 300px;
    padding-top: 20px;
}
section.header .side_menu > nav .child-genre-container ul li {
    width: 140px;
    padding: 0;
}
section.header .side_menu > nav .child-genre-container ul li a {
    font-size: 14px;
    line-height: 275%;
}
section.header .side_menu > nav .child-genre-container ul a::after {
    content: "";
    display: inline-block;
    width: 6.36px;
    height: 6.36px;
    position: absolute;
    top: 45%;
    right: 0;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    transform: rotate(45deg);
}
section.header .side_menu .tags {
    margin-top: 26px;
}
section.header .side_menu .tags .tag-title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16.6357px;
    line-height: 23px;
    color: #FFFFFF;
}
section.header .side_menu .tags .tag {
    color: #FFFFFF;
}
section.header .side_menu > .about {
  padding-top: 30px;
  text-align: center;
}
section.header .side_menu > .about a {
  position: relative;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 200%;
  color: #FFFFFF;
}
section.header .side_menu > .about a::after {
  content: "";
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  box-sizing: border-box;
  transform: rotate(45deg) translateY(-50%);
  width: 6.36px;
  height: 6.36px;
  position: absolute;
  top: 50%;
}

/*------------------------------------------------
ヘッダー フォトページ
------------------------------------------------*/

.header-wrapper-photo {
    height: 71px;
}