@charset "UTF-8";
/*------------------------------------------------------------------------
 各種設定
-------------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul li,
ol li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table, tbody, tfoot, thead, tr, th, td {
  vertical-align: top;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/*------------------------------------------------------------------------
 default
-------------------------------------------------------------------------*/
html {
  font-family: "新ゴ R", "Shin Go Regular", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Hiragino Sans", Meiryo, "Noto Sans CJK JP", sans-serif;
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  -ms-overflow-style: scrollbar;
}

body {
  background-color: #F5F5F5;
  color: #232323;
  font-size: 1.6em;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  word-break: break-word;
}

@media screen and (max-width: 969px) {
  body {
    font-size: 1.4em;
  }
}

p:not(.escape-ts), li:not(.escape-ts), dt:not(.escape-ts), dd:not(.escape-ts), a:not(.escape-ts), label:not(.escape-ts) {
  font-family: "新ゴ L","Shin Go Light",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: normal;
}

h1:not(.escape-ts), h2:not(.escape-ts), h3:not(.escape-ts), h4:not(.escape-ts), h5:not(.escape-ts), h6:not(.escape-ts), h1 a:not(.escape-ts), h2 a:not(.escape-ts), h3 a:not(.escape-ts), h4 a:not(.escape-ts), h5 a:not(.escape-ts), h6 a:not(.escape-ts), .mediaTopList-name:not(.escape-ts), .media-name:not(.escape-ts), .interview-item-title:not(.escape-ts), .profile-name:not(.escape-ts), .jobs-result-item-desc:not(.escape-ts), strong, b {
  font-family: "新ゴ R","Shin Go Regular",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
}

a {
  color: #232323;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

a, img, button {
  transition: ease 0.5s;
}

img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-family: "新ゴ R", "Shin Go Regular", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Hiragino Sans", Meiryo, "Noto Sans CJK JP", sans-serif;
}

input, select, textarea {
  background-color: #fff;
  border: 1px solid #C2C2C2;
  box-sizing: border-box;
  color: #232323;
  font-family: "新ゴ R", "Shin Go Regular", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Hiragino Sans", Meiryo, "Noto Sans CJK JP", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="radio"],
input[type="file"] {
  display: none;
}

input[type="checkbox"] {
  border: none;
  margin: 0;
  opacity: 0;
}

input::placeholder {
  color: #C2C2C2;
}

input:-ms-input-placeholder {
  color: #C2C2C2;
}

input::-ms-reveal {
  visibility: hidden;
}

input::-ms-clear {
  visibility: hidden;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

textarea {
  resize: vertical;
}

textarea::placeholder {
  color: #C2C2C2;
}

textarea:-ms-input-placeholder {
  color: #C2C2C2;
}

select::-ms-expand {
  display: none;
}

/*------------------------------------------------------------------------
 PC/SP 切り替え
 -------------------------------------------------------------------------*/
@media screen and (min-width: 970px) {
  .sp_only {
    display: none !important;
  }
}

@media screen and (max-width: 969px) {
  .pc_only {
    display: none !important;
  }
}

/*------------------------------------------------------------------------
 ウェブフォント
-------------------------------------------------------------------------*/
@font-face {
  font-family: 'cgworld';
  src: url("../fonts/cgworld.eot?c1o8ns");
  src: url("../fonts/cgworld.eot?c1o8ns#iefix") format("embedded-opentype"), url("../fonts/cgworld.ttf?c1o8ns") format("truetype"), url("../fonts/cgworld.woff?c1o8ns") format("woff"), url("../fonts/cgworld.svg?c1o8ns#cgworld") 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: 'cgworld' !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-bookmark:before {
  content: "\e918";
}

.icon-glass:before {
  content: "\e919";
}

.icon-bell:before {
  content: "\e900";
}

.icon-blank:before {
  content: "\e901";
}

.icon-calendar:before {
  content: "\e902";
}

.icon-serialization:before {
  content: "";
  background: url(/assets_new2021/img/serial_icon.png);
  background-size: contain;
  display: inline-block;  
  width: 16px;
  height: 16px;
}

.icon-document:before {
  content: "\e903";
}

.icon-facebook_f:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e905";
  color: #1877F2;
}

.icon-global:before {
  content: "\e906";
}

.icon-hatena:before {
  content: "\e907";
  color: #02A4DE;
}

.icon-human_add:before {
  content: "\e908";
}

.icon-human:before {
  content: "\e909";
}

.icon-info:before {
  content: "\e90a";
}

.icon-library:before {
  content: "\e90b";
}

.icon-login:before {
  content: "\e90c";
}

.icon-logout:before {
  content: "\e90d";
}

.icon-map:before {
  content: "\e90e";
}

.icon-news:before {
  content: "\e90f";
}

.icon-pdf:before {
  content: "\e910";
}

.icon-pocket .path1:before {
  content: "\e911";
  color: #EF4154;
}

.icon-pocket .path2:before {
  content: "\e912";
  margin-left: -1em;
  color: white;
}

.icon-pocket .path3:before {
  content: "\e913";
  margin-left: -1em;
  color: white;
}

.icon-rss:before {
  content: "\e914";
}

.icon-star:before {
  content: "\e915";
}

.icon-term:before {
  content: "\e916";
}

.icon-twitter:before {
  content: "\e917";
  color: #1E9BEF;
}

/*------------------------------------------------------------------------
 footer
-------------------------------------------------------------------------*/
.footer {
  background-color: #232323;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer_logo {
  display: block;
  margin: auto;
}

.footer_menu {
  line-height: 1;
}

.footer_menu_item {
  padding: 0 30px;
}

.footer_nav_item {
  width: calc((100% - 60px) / 4);
}

.footer_nav_accordion {
  border-bottom: 1px solid #C2C2C2;
  color: #C2C2C2;
  display: block;
  font-weight: 600;
  padding-bottom: 12px;
}

.footer_category_list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.footer_category_link {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2.1;
}

.footer_relation {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_bottom {
  background-color: #161616;
}

.footer_under {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer_under_link {
  font-size: 1.3rem;
}

.footer_sns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer_sns_link {
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 36px;
  width: 36px;
}

.footer_sns_link .icon-twitter::before {
  color: #fff;
}

.footer_copyright {
  letter-spacing: 0.05em;
}

@media screen and (min-width: 970px) {
  .footer {
    padding: 73px 30px 0;
  }
  .footer a:hover {
    opacity: 0.7;
  }
  .footer_logo {
    width: 269px;
  }
  .footer_menu {
    margin-top: 52px;
  }
  .footer_menu_item:not(:first-child) {
    border-left: 1px solid #fff;
  }
  .footer_menu_link {
    font-weight: 600;
  }
  .footer_nav {
    margin-top: 90px;
  }
  .footer_category {
    margin-top: 24px;
  }
  .footer_col-2 {
    width: calc(100% / 2);
  }
  .footer_col-3 {
    width: calc(100% / 3);
  }
  .footer_relation {
    border-top: 1px solid #6D6E6F;
    margin-top: 72px;
    padding-top: 72px;
  }
  .footer_relation_item {
    margin: 0 19px;
  }
  .footer_bottom {
    margin: 72px -30px 0;
    padding: 36px 30px;
    width: 100vw;
  }
  .footer_under_item {
    margin-right: 18px;
  }
  .footer_sns_item {
    margin-left: 12px;
  }
  .footer_copyright {
    font-size: 1.3rem;
    text-align: center;
    margin-top: 36px;
  }
}

@media screen and (max-width: 969px) {
  .footer {
    padding: 40px 0 0;
  }
  .footer_logo {
    width: 160px;
  }
  .footer_menu {
    margin-top: 30px;
  }
  .footer_nav_item:last-child {
    border-bottom: 1px solid #6D6E6F;
  }
  .footer_nav_accordion {
    position: relative;
  }
  .footer_nav_accordion:after {
    border-top: 1px solid #919293;
    border-right: 1px solid #919293;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    transform: rotate(135deg);
    pointer-events: none;
    position: absolute;
    top: -4px;
    right: 20px;
    bottom: 0;
  }
  .footer_nav_accordion.is_active:after {
    transform: rotate(-45deg);
    top: 0;
  }
  .footer_list_item {
    border-top: 1px solid #6D6E6F;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .footer_list_link {
    display: block;
    font-size: 1.5rem;
    padding: 16px 20px;
  }
  .footer_list_title {
    border: none;
    padding: 16px 20px;
  }
  .footer_category {
    display: none;
  }
  .footer_category_list {
    border-top: 1px solid #6D6E6F;
    justify-content: flex-start;
    padding: 20px;
  }
  .footer_category_item {
    margin-right: 10px;
  }
  .footer_relation {
    flex-wrap: wrap;
    padding: 40px 20px;
  }
  .footer_relation_item {
    margin: 0 0 30px;
    width: calc((100% - 40px) / 2);
  }
  .footer_relation_item:nth-child(2n) {
    margin-left: 40px;
  }
  .footer_relation_item:last-child {
    margin-bottom: 0;
  }
  .footer_bottom {
    padding: 40px 20px 20px;
    width: 100%;
  }
  .footer_under {
    flex-wrap: wrap;
  }
  .footer_under_item {
    margin: 0 0 20px;
    width: calc(100% / 2);
  }
  .footer_sns {
    margin-top: 10px;
  }
  .footer_sns_item {
    margin: 0 12px 0 0;
  }
  .footer_copyright {
    font-size: 1rem;
    margin-top: 60px;
  }
}

/*------------------------------------------------------------------------
 header
-------------------------------------------------------------------------*/
.header {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.header .header_login_after {
  display: none;
}

.header.login .header_login_after {
  display: flex;
}

.header.login .header_login_before,
.header.login .header_logout {
  display: none;
}

.header_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
}

.header_menu {
  color: #6D6E6F;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.01em;
}

.header_menu_text {
  white-space: nowrap;
}

.header_title {
  margin-left: 30px;
}

.header_logo {
  display: block;
  line-height: 1;
}

.header_item {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.header_login {
  margin-left: 30px;
}

.header_logout {
  border: none;
}

.header_language {
  font-size: 1.6rem;
  position: relative;
}

.header_language::before {
  content: "\e906";
  font-family: 'cgworld' !important;
  margin-right: 9px;
}

.header_language::after {
  border-top: 1px solid #5C5A5A;
  border-right: 1px solid #5C5A5A;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  transform: rotate(135deg);
  pointer-events: none;
  position: absolute;
  top: -4px;
  bottom: 0;
}

.header_language_select {
  background-color: transparent;
  border: none;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.header_language_translate {
  display: none;
}

.header .btn_red {
  background-color: #A2000B;
}

.header .btn_red:hover {
  background-color: #A2000B;
}

.translated-ltr .header {
  top: 40px;
}

@media screen and (min-width: 970px) {
  .header {
    padding: 20px 0 20px 30px;
    height: 70px;
  }
  .header a:hover {
    opacity: 0.7;
  }
  .header_menu {
    width: 30px;
  }
  .header_title {
    margin-right: 30px;
  }
  .header_item {
    border-left: 1px solid #DBDBDB;
    height: 35px;
    padding: 0 30px;
  }
  .header_language::after {
    right: 30px;
  }
  .header_language_select {
    font-size: 1.3rem;
    padding-right: 20px;
    width: 110px;
  }
  .header_overlay {
    background-color: rgba(35, 35, 35, 0.55);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
  }
  .header .btn_red,
  .header .btn_border {
    padding: 8px 0;
    width: 120px;
  }
  .header .btn_border {
    margin-right: 10px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 969px) {
  .header {
    padding: 18px 20px;
    height: 50px;
  }
  .header_title {
    margin-left: 18px;
  }
  .header_logo {
    width: 96px;
  }
  .header_item {
    padding: 0 0 0 20px;
  }
  .header_notice {
    padding-right: 20px;
    position: relative;
  }
  .header_notice:after {
    background-color: #DBDBDB;
    content: "";
    height: 16px;
    width: 1px;
    position: absolute;
    top: 5px;
    right: 0;
  }
  .header_language::after {
    right: 0;
  }
  .header_language_select {
    font-size: 1.1rem;
    padding-right: 15px;
    width: 90px;
  }
  .header_overlay {
    display: none;
  }
}

/*------------------------------------------------------------------------
 hamburger
-------------------------------------------------------------------------*/
.hamburger {
  cursor: pointer;
  margin: 0 auto 5px;
  height: 12px;
  position: relative;
}

.hamburger span {
  background: #232323;
  cursor: pointer;
  display: block;
  transition: 0.3s;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
}

.hamburger span:first-child {
  top: 0;
}

.hamburger span:last-child {
  top: 100%;
}

.hamburger.is_active span {
  top: 50%;
}

.hamburger.is_active span:first-child {
  transform: rotate(45deg);
}

.hamburger.is_active span:nth-child(2) {
  display: none;
}

.hamburger.is_active span:last-child {
  transform: rotate(-45deg);
}

@media screen and (min-width: 970px) {
  .hamburger {
    width: 20px;
  }
}

@media screen and (max-width: 969px) {
  .hamburger {
    width: 16px;
  }
}

/* inner
---------------------------------------------------------- */
@media screen and (min-width: 970px) {
  .inner {
    padding: 60px;
  }
}

@media screen and (max-width: 969px) {
  .inner {
    padding: 30px 20px;
  }
}

/*------------------------------------------------------------------------
 nav
-------------------------------------------------------------------------*/
.nav {
  background-color: #fff;
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
}

.nav_link {
  display: block;
  position: relative;
}

.nav_logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav_logo_link {
  display: block;
}

@media screen and (min-width: 970px) {
  .nav {
    top: 70px;
  }
  .nav_list {
    display: flex;
    flex-wrap: wrap;
  }
  .nav_item {
    padding: 30px 0 40px 10px;
    width: calc(100% / 6);
    white-space: nowrap;
  }
  .nav_item:nth-child(2) {
    padding-left: 30px;
  }
  .nav_item_search {
    width: calc(100% / 6);
  }
  .nav_item_category {
    background-color: #F5F5F5;
    padding: 30px;
    width: calc(100% / 4);
  }
  .nav_link {
    border-right: 1px solid #DBDBDB;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.075em;
    padding: 2px 25px 2px 0;
    position: relative;
  }
  .nav_link_icon {
    font-size: 1.6rem;
    margin-right: 5px;
    vertical-align: -2px;
  }
  .nav_link::before, .nav_link::after {
    background-color: #454545;
    content: "";
    height: 1px;
    width: 15px;
    position: absolute;
    top: 50%;
    right: 10px;
  }
  .nav_link::after {
    transform: rotate(45deg);
    margin: auto;
    width: 5px;
    top: -3px;
    bottom: 0;
  }
  .nav_accordion {
    font-size: 1.3rem;
  }
  .nav_category {
    margin-top: 15px;
  }
  .nav_logo_item {
    padding: 30px 60px 35px;
  }
}

@media screen and (max-width: 969px) {
  .nav {
    overflow-y: scroll;
    top: 50px;
    bottom: 0;
  }
  .nav_content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .nav_user {
    background-color: #F5F5F5;
    padding: 20px;
  }
  .nav_noid {
    font-size: 1.6rem;
    letter-spacing: 0.025em;
  }
  .nav_noid_icon {
    margin-right: 12px;
  }
  .nav_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
  }
  .nav_btns_item {
    width: 48%;
  }
  .nav_list {
    display: block;
  }
  .nav_item {
    border-top: 1px solid #DBDBDB;
    width: 100%;
  }
  .nav_item:last-child {
    border-bottom: 1px solid #DBDBDB;
  }
  .nav_item_category {
    background-color: #fff;
    width: 100%;
  }
  .nav_link {
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    padding: 13px 20px;
    width: 100%;
  }
  .nav_link_icon {
    font-size: 1.6rem;
    margin-right: 8px;
    vertical-align: -2px;
  }
  .nav_accordion {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding: 13px 20px;
    position: relative;
  }
  .nav_accordion:after {
    border-top: 1px solid #5C5A5A;
    border-right: 1px solid #5C5A5A;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    transform: rotate(135deg);
    pointer-events: none;
    position: absolute;
    top: -4px;
    right: 20px;
    bottom: 0;
  }
  .nav_accordion.is_active:after {
    transform: rotate(-45deg);
    top: 0;
  }
  .nav_category {
    border-top: 1px solid #DBDBDB;
    display: none;
    padding: 20px;
  }
  .nav_logo {
    flex-wrap: wrap;
    padding: 0 20px 50px;
  }
  .nav_logo_item {
    width: 50%;
  }
  .nav_logo_link {
    text-align: center;
    padding: 15px 0;
  }
  .nav_logout {
    align-items: center;
    background-color: #F5F5F5;
    color: #6D6E6F;
    font-size: 1.1rem;
    justify-content: center;
    margin-top: auto;
    padding: 12px;
  }
  .nav_logout_icon {
    font-size: 1rem;
    margin-right: 8px;
  }
  .nav_cta_wrap {
    margin: 30px 0;
    padding: 0 20px;
  }
  .nav_btn_flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .nav_btn_flex .btn {
    width: calc(50% - 5px);
    margin: 0;
    padding: 5px 0;
    line-height: 2;
  }
}

/* wrapper
---------------------------------------------------------- */
.wrapper {
  display: block;
  overflow-x: hidden;
}

.wrapper_content {
  position: relative;
}

@media screen and (min-width: 970px) {
  .wrapper {
    padding-top: 70px;
  }
  .wrapper_content {
    margin: 30px auto 140px;
    width: 960px;
  }
  .wrapper_main {
    width: 630px;
    position: relative;
  }
  .wrapper_side {
    width: 300px;
  }
}

@media screen and (max-width: 969px) {
  .wrapper {
    padding-top: 50px;
  }
  .wrapper_content {
    margin: 0 0 60px;
    padding: 0 20px;
  }
}

/*------------------------------------------------------------------------
 アニメーション
-------------------------------------------------------------------------*/
/* loader
---------------------------------------------------------- */
.loader {
  background-color: rgba(35, 35, 35, 0.55);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

.spinner-box {
  width: 57px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

.configure-border-1 {
  width: 40px;
  height: 40px;
  padding: 3px;
  position: absolute;
  display: flex;
  justify-content: center;
  border: 2px solid #fff;
  align-items: center;
  animation: configure-clockwise 3s ease-in-out 0s infinite alternate;
}

.configure-border-2 {
  width: 40px;
  height: 40px;
  padding: 3px;
  left: -115px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  transform: rotate(45deg);
  animation: configure-xclockwise 3s ease-in-out 0s infinite alternate;
}

.configure-core {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

@keyframes configure-clockwise {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes configure-xclockwise {
  0% {
    transform: rotate(45deg);
  }
  25% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(-135deg);
  }
  75% {
    transform: rotate(-225deg);
  }
  100% {
    transform: rotate(-315deg);
  }
}

/*------------------------------------------------------------------------
 記事詳細パーツ
-------------------------------------------------------------------------*/
/* link
---------------------------------------------------------- */
.article_detail a {
  display: inline;
  text-decoration: underline;
}

.article_detail a:hover {
  text-decoration: none;
}

.article_detail a.blank::after {
  content: "\e901";
  color: #6D6E6F;
  font-size: 1.2rem;
  font-family: 'cgworld';
  margin: 0 2px;
}

.article_detail a.pdf::after {
  content: "\e910";
  color: #A2000B;
  font-size: 1.6rem;
  font-family: 'cgworld';
}

.article_detail a.article_btn {
  display: block;
  text-decoration: none;
}

.article_detail a.article_btn.blank::after {
  color: #232323;
}

.article_detail a[target=_blank],
.article_detail a[href$=".pdf"] {
  background-image: none;
}

.article_detail .no_link_icon a.blank::after {
  display: none;
}

@media screen and (max-width: 969px) {
  .article_detail a.article_btn.blank::after {
    font-size: 1.1rem;
  }
  .article_detail a[rel^=lightbox] {
    pointer-events: none;
  }
  .article_detail iframe {
    height: auto;
    width: 100%;
  }
}

/* intro
---------------------------------------------------------- */
.article_intro {
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 970px) {
  .article_intro {
    margin: 0 0 60px;
  }
}

@media screen and (max-width: 969px) {
  .article_intro {
    margin: 0 0 40px;
  }
}

/* 目次
---------------------------------------------------------- */
.article_index_head {
  background-color: #232323;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 9px 30px;
}

.article_index_body {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  border: 1px solid #C2C2C2;
  padding: 0 30px;
}

.article_index_list {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  font-weight: 600;
}

.article_index_list a {
  text-decoration: none;
}

.article_index_child {
  font-weight: normal;
  margin: 18px 0 18px 18px;
}

.article_index_child_item {
  margin-bottom: 18px;
}

.article_index_item {
  padding: 18px 0;
}

.article_index_item:not(:first-child) {
  border-top: 1px solid #DBDBDB;
}

.article_index_item + .article_index_child {
  margin-top: 0;
}

@media screen and (min-width: 970px) {
  .article_index {
    margin: 0 0 60px;
  }
  .article_index.pc_only {
    margin: 30px 0 0;
    width: 300px;
  }
  .article_index a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 969px) {
  .article_index {
    margin: 0 0 40px;
  }
  .android .article_index_list {
    font-weight: 500;
  }
  .android .article_index_child {
    font-weight: normal;
  }
}

/* 見出し
---------------------------------------------------------- */
.article_heading {
  background-color: #fff;
  border-radius: 4px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  position: relative;
}

.article_heading::before {
  background-color: #C2C2C2;
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

.article_heading_sub {
  border-bottom: 1px solid #232323;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}

@media screen and (min-width: 970px) {
  .article_heading {
    font-size: 2rem;
    padding: 19px 20px;
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 969px) {
  .article_heading {
    font-size: 1.6rem;
    padding: 13px 16px;
    margin: 0 0 24px;
  }
  .android .article_heading,
  .android .article_heading_sub {
    font-weight: 500;
  }
}

/* 文章
---------------------------------------------------------- */
.article_text a,
.article_terms a{
  display: inline;
}

@media screen and (min-width: 970px) {
  .article_text {
    line-height: 1.6;
  }
}

@media screen and (max-width: 969px) {
  .article_text {
    line-height: 1.8;
  }
}

/* 引用文
---------------------------------------------------------- */
.article_quote {
  border-left: 2px solid #232323;
}

@media screen and (min-width: 970px) {
  .article_quote {
    line-height: 2;
    padding: 30px 0 30px 40px;
  }
}

@media screen and (max-width: 969px) {
  .article_quote {
    line-height: 1.8;
    padding: 20px 0 20px 30px;
  }
}

/* プロフィール
---------------------------------------------------------- */
.article_profile {
  background-color: #fff;
  border-radius: 4px;
  border: 3px solid #EDEDED;
}

.article_profile_img {
  border-radius: 50%;
  object-fit: cover;
  font-family: "object-fit: cover;", sans-serif;
  flex-shrink: 0;
}

.article_profile_title {
  font-weight: 600;
  letter-spacing: 0.05em;
}

.article_profile_text {
  font-size: 1.3rem;
  line-height: 1.6;
}

@media screen and (min-width: 970px) {
  .article_profile {
    display: flex;
    align-items: center;
    padding: 30px;
    margin: 0 0 72px;
  }
  .article_profile_content {
    align-items: flex-start;
    flex-direction: column;
  }
  .article_profile_img {
    height: 110px;
    width: 110px;
  }
  .article_profile_box {
    margin-left: 30px;
  }
  .article_profile_text {
    margin-top: 18px;
  }
}

@media screen and (max-width: 969px) {
  .article_profile {
    padding: 20px;
    margin: 0 0 40px;
    position: relative;
  }
  .article_profile_img {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .article_profile_box .article_profile_title {
    display: flex;
    align-items: center;
    margin-left: 70px;
    min-height: 50px;
  }
  .article_profile_text {
    margin-top: 14px;
  }
  .android .article_profile_title {
    font-weight: 500;
  }
}

/* エディター
---------------------------------------------------------- */
.article_editor {
  border: 3px solid #DBDBDB;
  border-radius: 4px;
}

.article_editor_title {
  font-weight: 600;
  letter-spacing: 0.05em;
}

.article_editor_text {
  font-size: 1.3rem;
  line-height: 1.6;
}

@media screen and (min-width: 970px) {
  .article_editor {
    padding: 24px 30px;
    margin: 0 0 72px;
  }
  .article_editor_title {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 969px) {
  .article_editor {
    padding: 20px;
    margin: 0 0 30px;
  }
  .article_editor_title {
    margin-bottom: 10px;
  }
  .android .article_editor_title {
    font-weight: 500;
  }
}

/* キャプション
---------------------------------------------------------- */
.article_caption {
  color: #6D6E6F;
  display: block;
  font-size: 1.3rem;
  line-height: 1.6;
}

@media screen and (min-width: 970px) {
  .article_caption {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 969px) {
  .article_caption {
    margin: 16px 0 0;
  }
}

/* 画像
---------------------------------------------------------- */
.article_figure_img {
  border-radius: 4px;
  display: block;
  margin: auto;
  max-width: 100%;
}

.article_figure_portrait {
  height: 400px;
}

@media screen and (min-width: 970px) {
  .article_figure {
    margin: 0 auto 45px;
    width: 90%;
  }
}

@media screen and (max-width: 969px) {
  .article_figure {
    margin: 0 auto 30px;
    width: 100%;
  }
  .article_figure_modal {
    pointer-events: none;
  }
}

/* 画像リスト
---------------------------------------------------------- */
@media screen and (min-width: 970px) {
  .article_image_list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 45px;
  }
  .article_image_list li {
    width: calc((100% - 15px) / 2);
  }
}

@media screen and (max-width: 969px) {
  .article_image_list {
    margin: 0 0 40px;
  }
  .article_image_list li {
    margin: 0 0 30px;
  }
}

/* 画像リンク
---------------------------------------------------------- */
.article_img_link a {
  display: block;
}

.article_img_link a:hover {
  opacity: 0.7;
}

.article_img_link .blank::after {
  display: none;
}

@media screen and (min-width: 970px) {
  .article_img_link {
    margin: 0 auto 80px;
  }
}

@media screen and (max-width: 969px) {
  .article_img_link {
    margin: 0 auto 30px;
  }
}

/* 横並びリスト
---------------------------------------------------------- */
.article_horizontal_title {
  font-weight: 600;
}

.article_horizontal_text {
  line-height: 1.8;
}

@media screen and (min-width: 970px) {
  .article_horizontal {
    display: flex;
    justify-content: space-between;
  }
  .article_horizontal.right {
    flex-direction: row-reverse;
  }
  .article_horizontal_figure {
    width: 40%;
  }
  .article_horizontal_box {
    width: calc(60% - 30px);
  }
  .article_horizontal_title {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 969px) {
  .article_horizontal_figure {
    margin-bottom: 20px;
  }
  .article_horizontal_title {
    margin-bottom: 20px;
  }
  .android .article_horizontal_title {
    font-weight: 500;
  }
}

/* 2列表
---------------------------------------------------------- */
.article_table_title {
  background-color: #F5F5F5;
  border: 1px solid #DBDBDB;
  border-bottom: none;
  font-weight: 600;
}

.article_table_data {
  background-color: #fff;
}

.article_table_data:last-child {
  border-bottom: 1px solid #DBDBDB;
}

@media screen and (min-width: 970px) {
  .article_table {
    display: flex;
    flex-wrap: wrap;
  }
  .article_table_title {
    width: 35%;
    padding: 17px 20px;
  }
  .article_table_title:first-child {
    border-top-left-radius: 4px;
  }
  .article_table_title:last-of-type {
    border-bottom-left-radius: 4px;
    border-bottom: 1px solid #DBDBDB;
  }
  .article_table_data {
    border-top: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    padding: 17px 20px;
    width: 65%;
  }
  .article_table_data:first-of-type {
    border-top-right-radius: 4px;
  }
  .article_table_data:last-child {
    border-bottom-right-radius: 4px;
  }
}

@media screen and (max-width: 969px) {
  .article_table_title {
    padding: 8px 12px;
  }
  .article_table_title:first-child {
    border-radius: 4px 4px 0 0;
  }
  .article_table_data {
    border: 1px solid #DBDBDB;
    border-bottom: none;
    padding: 8px 12px;
  }
  .article_table_data:last-child {
    border-radius: 0 0 4px 4px;
  }
  .android .article_table_title {
    font-weight: 500;
  }
}

/* コード
---------------------------------------------------------- */
.article_code .prettyprint {
  background-color: #fff;
  border-radius: 4px;
  display: block;
  font-weight: 500;
  padding: 20px;
  overflow-x: scroll;
  word-break: normal;
  width: 100%;
}

.article_code .prettyprint::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.article_code .prettyprint::-webkit-scrollbar-thumb {
  background-color: #EDEDED;
  border-radius: calc(4px / 2);
}

.article_code .prettyprint::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: calc(4px / 2);
}

.article_code .prettyprint {
  scrollbar-face-color: #EDEDED;
  scrollbar-track-color: #fff;
}

.article_code li.L1, .article_code li.L3, .article_code li.L5, .article_code li.L7, .article_code li.L9 {
  background-color: #fff;
}

.article_code li.L0, .article_code li.L1, .article_code li.L2, .article_code li.L3, .article_code li.L4, .article_code li.L5, .article_code li.L6, .article_code li.L7, .article_code li.L8, .article_code li.L9 {
  color: #CCC;
  list-style-type: decimal;
  margin-left: 37px;
  padding-left: 15px;
}

.article_code .tag {
  color: #000088;
}

.article_code .atn {
  color: #008080;
}

.article_code .atv {
  color: #DD1144;
}

.article_code .pln {
  color: #333;
}

/* ボタン
---------------------------------------------------------- */
.article_btn {
  background-color: #fff;
  border: 1px solid #232323;
  border-radius: 46px;
  font-size: 1.6rem;
  text-align: center;
  width: 80%;
}

.article_btn:hover {
  opacity: 0.7;
}

.article_btn.blank {
  position: relative;
}

.article_btn.blank::after {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}

@media screen and (min-width: 970px) {
  .article_btn {
    padding: 19px 40px;
    margin: 0 auto 45px;
  }
  .article_btn.blank::after {
    right: 20px;
  }
}

@media screen and (max-width: 969px) {
  .article_btn {
    padding: 13px 30px;
    margin: 0 auto 30px;
  }
  .article_btn.blank::after {
    right: 12px;
  }
}

/* YouTube
---------------------------------------------------------- */
.article_youtube iframe {
  object-fit: cover;
  font-family: "object-fit: cover;", sans-serif;
}

/* Twitter
---------------------------------------------------------- */
@media screen and (min-width: 970px) {
  .article_twitter {
    margin: 0 auto 45px;
    width: 420px;
  }
}

@media screen and (max-width: 969px) {
  .article_twitter {
    margin: 0 auto 30px;
  }
}

/*------------------------------------------------------------------------
 バナー
-------------------------------------------------------------------------*/
/* banner
---------------------------------------------------------- */
.banner_small {
  height: 100px;
}

.banner_item img {
  border-radius: 4px;
}

.banner_special_box {
  height: 100px;
  position: relative;
  background-color: #EDEDED;
}

.banner_special_box:before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #5C5A5A;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  transform: translate(-50%, -50%);
  content: "準備中です";
}

.banner_special_box img {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 970px) {
  .banner_sides {
    position: absolute;
    left: 50%;
  }
  .banner_side {
    width: 200px;
    position: absolute;
    top: 0;
  }
  .banner_left {
    left: -710px;
  }
  .banner_right {
    right: -710px;
  }
  .banner_center {
    margin: 30px auto;
    width: 728px;
  }
  .banner_item {
    margin-bottom: 15px;
  }
  .banner_special_content {
    margin: 30px 0 0;
    width: 300px;
  }
  .banner_special_title {
    margin: 0 0 15px;
  }
}

@media screen and (max-width: 969px) {
  .banner {
    display: none;
  }
  .banner_item {
    text-align: center;
    margin: 60px 0 0;
  }
  .banner_small img {
    height: 100px;
  }
  .banner_special_box {
    width: 300px;
    margin: 0 auto;
  }
  .banner_special_title {
    margin-bottom: 10px;
  }
}

/*------------------------------------------------------------------------
 パンくず
-------------------------------------------------------------------------*/
/* breadcrumb
---------------------------------------------------------- */
.breadcrumb {
  background-color: #DBDBDB;
  display: flex;
  align-items: center;
}

.breadcrumb_item {
  white-space: nowrap;
}

.breadcrumb_item:not(:first-child)::before {
  content: ">";
  color: #6D6E6F;
}

.breadcrumb_item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb_link {
  display: inline-block;
  text-decoration: underline;
}

.breadcrumb_link:hover {
  text-decoration: none;
}

@media screen and (min-width: 970px) {
  .breadcrumb {
    border-radius: 4px;
    padding: 12px 18px;
  }
  .breadcrumb_item {
    font-size: 1.3rem;
  }
  .breadcrumb_item::before {
    padding: 0 15px;
  }
}

@media screen and (max-width: 969px) {
  .breadcrumb {
    margin: 0 -20px;
    padding: 11px 20px;
    width: 100vw;
  }
  .breadcrumb_item {
    font-size: 1.2rem;
  }
  .breadcrumb_item::before {
    padding: 0 10px;
  }
}

/*------------------------------------------------------------------------
 ボタン
-------------------------------------------------------------------------*/
/* btn
---------------------------------------------------------- */
.btn {
  border: none;
  display: block;
  font-size: 1.3rem;
  text-align: center;
  width: 100%;
}

.btn:hover {
  opacity: 0.7;
}

@media screen and (min-width: 970px) {
  .btn {
    border-radius: 40px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 969px) {
  .btn {
    border-radius: 25px;
    padding: 13px 0;
  }
}

/* btn blank
---------------------------------------------------------- */
.btn_blank {
  border-radius: 30px;
  color: #fff;
  letter-spacing: 0.025em;
  position: relative;
}

.btn_blank_icon {
  font-size: 0.9rem;
  transform: scale(0.9);
  position: absolute;
}

@media screen and (min-width: 970px) {
  .btn_blank {
    padding: 8px 0;
    width: 150px;
  }
  .btn_blank_icon {
    top: 13px;
    right: 12px;
  }
}

@media screen and (max-width: 969px) {
  .btn_blank {
    font-size: 1.4rem;
    margin: 30px 20px 25px;
    padding: 17px 0;
    width: calc(100% - 40px);
  }
  .btn_blank_icon {
    top: 23px;
    right: 11px;
  }
}

/* btn border
---------------------------------------------------------- */
.btn_border {
  border: 1px solid #232323;
  font-size: 1.3rem;
  line-height: 1.9;
}

@media screen and (min-width: 970px) {
  .btn_border {
    border-radius: 18px;
    padding: 7px;
  }
}

@media screen and (max-width: 969px) {
  .btn_border {
    border-radius: 28px;
    text-align: center;
    padding: 5px;
  }
}

/* btn buy
---------------------------------------------------------- */
.btn_buy {
  background-color: #232323;
  border-radius: 18px;
  color: #fff;
}

/* btn more
---------------------------------------------------------- */
@media screen and (max-width: 969px) {
  .btn_more {
    background-color: #fff;
    border-radius: 26px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    display: block;
    font-size: 1.6rem;
    text-align: center;
    padding: 14px 0;
    margin: 30px auto 0;
    width: 80%;
    position: relative;
  }
  .btn_more .link_blank {
    position: absolute;
    top: 20px;
    right: 12px;
  }
}

/* btn return
---------------------------------------------------------- */
.btn_return {
  background-color: #fff;
  border-radius: 46px;
  padding: 9px 0;
  width: 280px;
}

@media screen and (min-width: 970px) {
  .btn_return {
    margin: 60px auto 0;
  }
  .btn_return.link_arrow, .btn_return.link_arrow_small {
    padding-right: 0;
  }
  .btn_return.link_arrow::before, .btn_return.link_arrow_small::before, .btn_return.link_arrow::after, .btn_return.link_arrow_small::after {
    right: 12px;
  }
}

@media screen and (max-width: 969px) {
  .btn_return {
    margin: 30px auto;
  }
}

/* btn account
---------------------------------------------------------- */
.btn_account {
  background-color: transparent;
  border: 1px solid #DBDBDB;
  border-radius: 18px;
  color: #fff;
  width: 170px;
}

@media screen and (min-width: 970px) {
  .btn_account {
    padding: 7px;
    width: 170px;
  }
}

@media screen and (max-width: 969px) {
  .btn_account {
    font-size: 1.3rem;
    padding: 5px;
    margin: 0;
    width: 140px;
  }
  .btn_account .btn_blank_icon {
    top: 10px;
    right: 9px;
  }
}

/* btn red
---------------------------------------------------------- */
.btn_red {
  background-color: #A2000B;
  color: #fff;
}

/*------------------------------------------------------------------------
 カード
-------------------------------------------------------------------------*/
/* card
---------------------------------------------------------- */
.card {
  background-color: #fff;
  border-radius: 4px;
}

.card_border {
  border: 3px solid #DBDBDB;
  border-radius: 4px;
}

@media screen and (min-width: 970px) {
  .card {
    padding: 30px;
  }
}

@media screen and (max-width: 969px) {
  .card {
    padding: 24px;
  }
}

/* category
---------------------------------------------------------- */
@media screen and (min-width: 970px) {
  .card_category {
    display: flex;
    margin: 30px 0 0;
    position: relative;
  }
  .card_category_title {
    align-self: center;
    flex-shrink: 0;
    padding: 15px 20px 15px 0;
    min-width: 150px;
  }
  .card_category_list {
    border-left: 1px solid #DBDBDB;
    padding: 15px 0 15px 20px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 969px) {
  .card_category {
    padding: 20px 15px;
    margin: 40px 0 0;
  }
  .card_category_title {
    border-bottom: 1px solid #DBDBDB;
    text-align: center;
    padding: 0 0 20px;
    margin-bottom: 18px;
  }
}

/*------------------------------------------------------------------------
 エラー
-------------------------------------------------------------------------*/
/* 404・500
---------------------------------------------------------- */
.error_box {
  text-align: center;
}

.error_title.title {
  font-weight: 500;
}

.error_text {
  line-height: 1.8;
}

@media screen and (min-width: 970px) {
  .error_box {
    padding: 90px 0;
  }
  .error_title {
    margin: 60px 0 0;
  }
  .error_text {
    margin: 24px 0 0;
  }
}

@media screen and (max-width: 969px) {
  .error_box {
    padding: 45px 0 0;
  }
  .error_img {
    width: 80%;
  }
  .error_title {
    margin: 30px 0 0;
  }
  .error_title.title {
    padding: 0;
  }
  .error_text {
    display: inline-block;
    text-align: left;
    margin: 12px 0 0;
  }
}

/*------------------------------------------------------------------------
 画像
-------------------------------------------------------------------------*/
/* figure
---------------------------------------------------------- */
.figure, .figure_general, .figure_wide {
  height: auto;
  overflow: hidden;
}

.figure_general {
  position: relative;
}

.figure_general::before {
  content: '';
  float: left;
  padding-top: calc(9 / 16 * 100%);
}

.figure_general::after {
  content: '';
  clear: both;
  display: block;
}

.figure_general img,
.figure_general iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.figure_wide {
  position: relative;
}

.figure_wide::before {
  content: '';
  float: left;
  padding-top: calc(9 / 16 * 100%);
}

.figure_wide::after {
  content: '';
  clear: both;
  display: block;
}

.figure_wide img,
.figure_wide iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.figure_img {
  border-radius: 4px;
  object-fit: cover;
  font-family: "object-fit: cover;", sans-serif;
}

.figure_contain {
  object-fit: contain;
  font-family: "object-fit: contain;", sans-serif;
}

@media screen and (min-width: 970px) {
  .figure_row {
    border-radius: 4px 4px 0 0;
  }
}

@media screen and (max-width: 969px) {
  .figure_row {
    border-radius: 4px;
  }
}

/*------------------------------------------------------------------------
 フレックスコンテンツ
-------------------------------------------------------------------------*/
/* flex
---------------------------------------------------------- */
.flex_inline {
  display: inline-flex;
}

.flex_ai_start {
  align-items: flex-start;
}

.flex_ai_center {
  align-items: center;
}

.flex_ai_end {
  align-items: flex-end;
}

.flex_jc_center {
  justify-content: center;
}

.flex_jc_between {
  justify-content: space-between;
}

.flex_fd_column {
  flex-direction: column;
}

.flex_fd_r-reverse {
  flex-direction: row-reverse;
}

.flex_wrap {
  flex-wrap: wrap;
}

.flex_grow {
  flex-grow: 1;
}

@media screen and (min-width: 970px) {
  .flex {
    display: flex;
  }
}

@media screen and (max-width: 969px) {
  .flex {
    display: block;
  }
}

/*------------------------------------------------------------------------
 リンク
-------------------------------------------------------------------------*/
/* link
---------------------------------------------------------- */
.link {
  display: block;
}

.link_icon {
  vertical-align: -2px;
}

.link_blank {
  margin-left: 8px;
}

@media screen and (min-width: 970px) {
  .link {
    font-size: 1.4rem;
    font-weight: 600;
  }
  .link_icon {
    font-size: 1.8rem;
    margin-right: 8px;
  }
  .link_blank {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 969px) {
  .link {
    font-size: 1.3rem;
    font-weight: 300;
  }
  .link_icon {
    font-size: 1.6rem;
    margin-right: 6px;
  }
  .link_blank {
    font-size: 1.1rem;
  }
}

/* link badge
---------------------------------------------------------- */
.link_badge {
  margin-top: 2px;
  position: relative;
}

.link_badge_number {
  background-color: #A2000B;
  border-radius: 50%;
  color: #fff;
  display: block;
  text-align: center;
  padding: 0 3px;
  position: absolute;
  top: -3px;
}

@media screen and (min-width: 970px) {
  .link_badge {
    font-size: 2rem;
  }
  .link_badge_number {
    font-size: 1.3rem;
    height: 18px;
    min-width: 18px;
    right: -8px;
  }
}

@media screen and (max-width: 969px) {
  .link_badge {
    font-size: 1.6rem;
  }
  .link_badge_number {
    font-size: 1rem;
    line-height: 1.3;
    height: 13px;
    min-width: 13px;
    right: -7px;
  }
}

/* link view more（マイページ）
---------------------------------------------------------- */
@media screen and (max-width: 969px) {
  .link_more {
    color: #6D6E6F;
    display: block;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 0.025em;
    padding: 15px 0;
  }
  .link_more_text {
    padding-right: 18px;
    position: relative;
  }
  .link_more_text::after {
    border-top: 1px solid #5C5A5A;
    border-right: 1px solid #5C5A5A;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    margin: auto;
    transform: rotate(135deg);
    pointer-events: none;
    position: absolute;
    top: -4px;
    right: 0;
    bottom: 0;
  }
}

/* link tag
---------------------------------------------------------- */
.link_tag {
  border: 1px solid #C2C2C2;
  background-color: #fff;
  border-radius: 16px;
  display: inline-block;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 970px) {
  .link_tag {
    font-size: 1.3rem;
    padding: 2px 11px;
  }
}

@media screen and (max-width: 969px) {
  .link_tag {
    font-size: 1.2rem;
    padding: 3px 11px;
  }
}

/* link text
---------------------------------------------------------- */
.link_text, .link_arrow, .link_arrow_small {
  font-weight: 500;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 970px) {
  .link_text:hover, .link_arrow:hover, .link_arrow_small:hover {
    opacity: 0.7;
  }
}

/* link arrow
---------------------------------------------------------- */
.link_arrow, .link_arrow_small {
  position: relative;
}

.link_arrow::before, .link_arrow_small::before, .link_arrow::after, .link_arrow_small::after {
  background-color: #232323;
  content: "";
  height: 1px;
  width: 17px;
  position: absolute;
  top: 50%;
}

.link_arrow::after, .link_arrow_small::after {
  transform: rotate(45deg);
  margin: auto;
  width: 5px;
  top: -3px;
  bottom: 0;
}

.link_arrow_small {
  font-size: 1.3rem;
}

.link_arrow_small::before {
  width: 10px;
}

@media screen and (min-width: 970px) {
  .link_arrow, .link_arrow_small {
    display: inline-block;
    padding-right: 25px;
  }
  .link_arrow::before, .link_arrow_small::before, .link_arrow::after, .link_arrow_small::after {
    right: 0px;
  }
  .link_arrow:hover, .link_arrow_small:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 969px) {
  .link_arrow::before, .link_arrow_small::before, .link_arrow::after, .link_arrow_small::after {
    right: 12px;
  }
}

/*------------------------------------------------------------------------
 リスト
-------------------------------------------------------------------------*/
/* list flex
---------------------------------------------------------- */
.list_flex {
  display: flex;
  flex-wrap: wrap;
}

/* list item
---------------------------------------------------------- */
.list_item {
  background-color: #fff;
}

@media screen and (min-width: 970px) {
  .list_item {
    border-radius: 4px;
  }
}

/* list box
---------------------------------------------------------- */
@media screen and (min-width: 970px) {
  .list_box {
    padding: 20px;
  }
}

@media screen and (max-width: 969px) {
  .list_box {
    padding: 0 0 0 14px;
    width: 100%;
  }
}

/* list link
---------------------------------------------------------- */
.list_link {
  border-radius: 4px;
  display: block;
  overflow: hidden;
}

@media screen and (min-width: 970px) {
  .list_link:hover .figure_img {
    transform: scale(1.2);
  }
}

/* list title
---------------------------------------------------------- */
.list_title, .list_title_small {
  font-weight: 600;
}

.list_title_small {
  font-size: 1.3rem;
  line-height: 1.4;
}

@media screen and (min-width: 970px) {
  .list_title, .list_title_small {
    font-size: 1.6rem;
    letter-spacing: 0.025em;
  }
}

@media screen and (max-width: 969px) {
  .list_title, .list_title_small {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .list_title_small {
    letter-spacing: 0.025em;
  }
  .android .list_title, .android .list_title_small {
    font-weight: 500;
  }
}

/* list column
---------------------------------------------------------- */
.list_column {
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: flex-start;
  padding: 20px;
}

.list_column_figure {
  border-radius: 4px;
  flex-shrink: 0;
}

.list_column_content {
  margin-left: 13px;
}

@media screen and (min-width: 970px) {
  .list_column_figure {
    width: 140px;
  }
}

@media screen and (max-width: 969px) {
  .list_column_figure {
    width: 120px;
  }
}

/* list article
---------------------------------------------------------- */
@media screen and (min-width: 970px) {
  .list_article {
    margin: 30px -15px -15px 0;
  }
  .list_article_item {
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.07);
    margin: 0 15px 15px 0;
    width: calc(100% / 2 - 15px);
  }
  .list_article_small {
    margin: 0 15px 50px 0;
    width: calc(100% / 4 - 15px);
  }
  .list_article_info {
    margin-top: 15px;
  }
  .list_article_full {
    margin: 30px 0 -15px 0;
  }
  .list_article_full .list_article_item {
    margin: 0 0 15px 0;
    width: 100%;
  }
}

@media screen and (max-width: 969px) {
  .list_article {
    margin: 15px -20px -15px;
    width: 100vw;
  }
  .list_article_item {
    box-shadow: none;
    margin: 0 0 10px;
    width: 100%;
  }
  .list_article_small {
    margin: 0 0 20px;
    width: 100%;
  }
  .list_article_link {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px;
  }
  .list_article_figure {
    flex-shrink: 0;
    width: 120px;
  }
  .list_article_info {
    margin: 0 0 0 15px;
    width: 100%;
  }
  .list_article_title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/* list scroll
---------------------------------------------------------- */
.list_scroll {
  flex-wrap: nowrap;
  overflow-x: scroll;
}

.list_scroll_item {
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.07);
  flex-shrink: 0;
}

.list_scroll_img {
  border-radius: 4px 4px 0 0;
}

_:lang(x)::-internal-media-controls-overlay-cast-button .list_scroll::-webkit-scrollbar, body .list_scroll::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 970px) {
  .list_scroll_item {
    margin: 0 15px 0 0;
    width: 300px;
  }
}

@media screen and (max-width: 969px) {
  .list_scroll {
    margin: 0 -20px;
    width: 100vw;
  }
  .list_scroll_item {
    border-radius: 4px;
    margin: 0 10px 0 0;
    width: 290px;
  }
  .list_scroll_item:first-child {
    margin-left: 20px;
  }
  .list_scroll_item:last-child {
    position: relative;
  }
  .list_scroll_item:last-child::after {
    content: "";
    height: 1px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 100%;
  }
  .list_scroll_box {
    padding: 16px 20px;
  }
  .list_scroll_box .text_date {
    font-size: 1.3rem;
  }
  .list_scroll_title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

/*------------------------------------------------------------------------
 モーダル
-------------------------------------------------------------------------*/
/* modal
---------------------------------------------------------- */
.modal {
  display: none;
  margin: auto;
  transform: translateY(-50%);
  max-width: 500px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99999;
}

.modal_overlay {
  background-color: rgba(0, 0, 0, 0.55);
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

.modal_container {
  background-color: #fff;
  border-radius: 4px;
  overflow-y: scroll;
}

.modal_close {
  height: 24px;
  width: 24px;
  position: absolute;
  top: -42px;
  right: 0;
}

.modal_close:before, .modal_close:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  margin: auto;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.modal_close:after {
  transform: rotate(-45deg);
}

.modal_title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.025em;
}

.modal_text {
  font-size: 1.4rem;
  line-height: 1.8;
}

.modal_btn {
  line-height: 1;
  margin: 15px auto 0;
  position: relative;
}

@media screen and (min-width: 970px) {
  .modal {
    top: 50%;
  }
  .modal_container {
    max-height: 80vh;
  }
  .modal_content {
    padding: 60px 40px;
  }
  .modal_title {
    font-size: 2rem;
    margin: 0 0 30px;
  }
  .modal_btn {
    border-radius: 46px;
    padding: 15px;
    width: 200px;
  }
  .modal_btn.btn_red {
    padding: 16px;
  }
  .modal_btn .btn_blank_icon {
    top: 20px;
  }
}

@media screen and (max-width: 969px) {
  .modal {
    width: 90%;
    top: 52%;
  }
  .modal_container {
    max-height: 75vh;
  }
  .modal_content {
    padding: 30px 20px;
  }
  .modal_title {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
  .modal_btn {
    padding: 18px;
    width: 100%;
  }
  .modal_btn.btn_red {
    padding: 19px;
  }
  .modal_btn .btn_blank_icon {
    top: 16px;
  }
  .android .modal_title {
    font-weight: 500;
  }
}

/* modal header
---------------------------------------------------------- */
.modal_header {
  border-radius: 4px 4px 0px 0px;
  background: linear-gradient(#a20909 0%, #dd333e 100%);
  padding: 20px 40px;
}

.modal_header_title {
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 970px) {
  .modal_header_title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 969px) {
  .modal_header_title {
    font-size: 1.4rem;
  }
}

/* modal body
---------------------------------------------------------- */
.modal_body_title {
  color: #DD333E;
  text-align: center;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  position: relative;
}

.modal_body_title::after {
  background-color: #DD333E;
  content: "";
  display: block;
  margin: auto;
  height: 1px;
  width: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 970px) {
  .modal_body {
    padding: 30px 40px;
  }
  .modal_body_title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 969px) {
  .modal_body {
    padding: 24px 20px;
  }
  .modal_body_title {
    margin-bottom: 24px;
  }
}

/* modal list
---------------------------------------------------------- */
.modal_list_item {
  border-top: 1px solid #DBDBDB;
  padding: 20px;
}

.modal_list_img {
  flex-shrink: 0;
  width: 90px;
}

.modal_list_title {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  margin: 0 0 10px;
}

.modal_list_text {
  font-size: 1.3rem;
  line-height: 1.8;
}

.modal_list_note {
  color: #6D6E6F;
  display: block;
}

@media screen and (min-width: 970px) {
  .modal_list_item {
    display: flex;
    align-items: center;
  }
  .modal_list_content {
    margin-left: 20px;
  }
}

@media screen and (max-width: 969px) {
  .modal_list_img {
    display: block;
    margin: auto;
  }
  .modal_list_content {
    margin: 24px 0 0;
  }
  .modal_list_title {
    text-align: center;
  }
}

/* modal footer
---------------------------------------------------------- */
.modal_footer {
  background-color: #F5F5F5;
}

.modal_footer_btns {
  margin: 0 0 20px;
}

.modal_footer_text {
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.8;
}

@media screen and (min-width: 970px) {
  .modal_footer {
    padding: 30px 40px;
  }
  .modal_footer_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .modal_footer_btns .modal_btn {
    margin: 0;
  }
}

@media screen and (max-width: 969px) {
  .modal_footer {
    padding: 30px 20px;
  }
  .modal_footer_btns .modal_btn {
    margin: 0 0 15px;
  }
}

/*------------------------------------------------------------------------
 ぺージャー
-------------------------------------------------------------------------*/
/* pager
---------------------------------------------------------- */
.pager {
  display: flex;
  justify-content: center;
}

.pager_text {
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.025em;
}

.pager_text.is_current {
  background-color: #232323;
  color: #fff;
}

.pager_prev, .pager_next {
  position: relative;
}

.pager_prev::before, .pager_next::before {
  content: '';
  border-top: 1px solid #232323;
  border-right: 1px solid #232323;
  display: block;
  position: absolute;
  top: 50%;
}

.pager_prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
  left: 53%;
}

.pager_next::before {
  transform: translate(-50%, -50%) rotate(45deg);
  left: 47%;
}

@media screen and (min-width: 970px) {
  .pager {
    margin: 72px 0 0;
  }
  .pager_item {
    margin: 0 7px;
  }
  .pager_text {
    font-size: 2.2rem;
    height: 46px;
    width: 46px;
  }
  .pager_text:hover {
    opacity: 0.7;
  }
  .pager_text.is_current:hover {
    opacity: 1;
  }
  .pager_prev::before, .pager_next::before {
    height: 10px;
    width: 10px;
  }
}

@media screen and (max-width: 969px) {
  .pager {
    margin: 40px 0 0;
  }
  .pager_item {
    margin: 0 5px;
  }
  .pager_text {
    font-size: 1.6rem;
    height: 40px;
    width: 40px;
  }
  .pager_prev::before, .pager_next::before {
    height: 8px;
    width: 8px;
  }
}

/*------------------------------------------------------------------------
 ランキング
-------------------------------------------------------------------------*/
/* 画像なしランキング
---------------------------------------------------------- */
.ranking_item {
  background-color: #fff;
  border-radius: 4px;
}

.ranking_number {
  counter-increment: num;
  position: relative;
}

.ranking_number::before {
  background-color: #232323;
  content: counter(num);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  letter-spacing: 0.025em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media screen and (min-width: 970px) {
  .ranking {
    margin: 30px 0 0;
  }
  .ranking_list {
    margin: 20px 0 0;
  }
  .ranking_item {
    padding: 12px 18px 22px;
    margin-bottom: 15px;
  }
  .ranking_number::before {
    font-size: 1.7rem;
    height: 30px;
    width: 30px;
  }
  .ranking_date {
    margin: 0 0 10px 24px;
  }
  .ranking_btn {
    text-align: right;
  }
}

@media screen and (max-width: 969px) {
  .ranking {
    margin: 60px 0 0;
  }
  .ranking_list {
    margin: 20px 0 40px;
  }
  .ranking_item {
    padding: 9px 18px 20px;
    margin-bottom: 10px;
  }
  .ranking_number::before {
    font-size: 1.4rem;
    height: 24px;
    width: 24px;
  }
  .ranking_date {
    margin: 0 0 6px 20px;
  }
}

/* 画像付きランキング
---------------------------------------------------------- */
.ranking_img_item::before {
  top: 20px;
  left: 20px;
}

@media screen and (min-width: 970px) {
  .ranking_img_list {
    margin: 30px 0 0;
  }
  .ranking_img_item {
    width: 100%;
  }
  .ranking_title {
    margin-right: 40px;
  }
  .ranking_area {
    display: flex;
    justify-content: space-between;
  }
  .ranking_area .ranking_content {
    display: block;
  }
  .ranking_content {
    width: calc((100% - 15px) / 2);
  }
}

@media screen and (max-width: 969px) {
  .ranking_img_list {
    margin: 20px -20px 0;
    width: 100vw;
  }
}

/* カテゴリランキング
---------------------------------------------------------- */
.ranking_category {
  display: flex;
}

.ranking_category_link {
  position: relative;
}

.ranking_category_link::before {
  background: linear-gradient(rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.ranking_category_item {
  flex-shrink: 0;
}

.ranking_category_box {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.ranking_category_text {
  font-weight: 500;
}

.ranking_category_text.text_date, .ranking_category_text.text_new {
  color: #fff;
  font-size: 1.1rem;
}

.ranking_category_title {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 970px) {
  .ranking_category {
    margin: 30px 0 0;
  }
  .ranking_category_item {
    margin: 0 15px 0 0;
    width: 300px;
  }
  .ranking_category_box {
    padding: 18px 15px;
  }
}

@media screen and (max-width: 969px) {
  .ranking_category {
    margin: 20px 0 0 -20px;
    width: 100vw;
  }
  .ranking_category_item {
    margin: 0 10px 0 0;
    width: 290px;
  }
  .ranking_category_item:first-child {
    margin-left: 20px;
  }
  .ranking_category_box {
    padding: 15px;
  }
  .android .ranking_category_title {
    font-weight: 500;
  }
}

/*------------------------------------------------------------------------
 検索
-------------------------------------------------------------------------*/
/* search（header）
---------------------------------------------------------- */
.search {
  border-right: 1px solid #DBDBDB;
  margin-right: 30px;
  padding-right: 15px;
  position: relative;
}

.search::before {
  content: "\e919";
  font-family: 'cgworld';
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  left: 0;
}

.search_input {
  border: none;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  padding-left: 30px;
  width: 100%;
}

/* search（search_result）
---------------------------------------------------------- */
.search_box .search {
  border: none;
  padding: 0;
  margin: auto;
}

.search_box .search::before {
  top: 13px;
  left: 18px;
}

.search_box .search_input {
  border-radius: 4px;
  padding: 18px 18px 18px 46px;
}

@media screen and (min-width: 970px) {
  .search_box .search {
    width: 500px;
  }
}

/*------------------------------------------------------------------------
 セレクトボックス
-------------------------------------------------------------------------*/
/* select
---------------------------------------------------------- */
.select_box {
  position: relative;
}

.select_box:after {
  border-top: 1px solid #232323;
  border-right: 1px solid #232323;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  transform: rotate(135deg);
  pointer-events: none;
  position: absolute;
  top: -4px;
  right: 11px;
  bottom: 0;
}

.select_box select {
  background-color: #fff;
  border-radius: 4px;
  font-size: 1.4rem;
  width: 100%;
}

@media screen and (min-width: 970px) {
  .select_box {
    width: 200px;
  }
  .select_box select {
    padding: 11px 14px;
  }
}

@media screen and (max-width: 969px) {
  .select_box {
    width: 100%;
  }
  .select_box select {
    padding: 14px;
  }
}

/*------------------------------------------------------------------------
 slick
-------------------------------------------------------------------------*/
/* Slider */
.slick {
  display: none;
}

.slick.slick-initialized {
  display: block;
}

.slick-slider {
  position: relative;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*------------------------------------------------------------------------
 slick-theme
-------------------------------------------------------------------------*/
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 3px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 28px;
  height: 3px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  background-color: #C2C2C2;
  content: '';
  transition: 0.3s;
  margin: 1px 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 28px;
  text-align: center;
}

.slick-dots li.slick-active button:before {
  background-color: #232323;
  height: 3px;
  margin: 0;
}

/*------------------------------------------------------------------------
 sns
-------------------------------------------------------------------------*/
/* sns
---------------------------------------------------------- */
.sns_link {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.07);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  height: 46px;
  width: 46px;
}

.sns_bookmark.is_active {
  background-color: #000;
  color: #fff;
}

.sns_bookmark.is_error {
  background-color: #FFE2E4;
  color: #A2000B;
}

.sns_bookmark.is_error::before {
  border-style: solid;
  content: "";
  display: block;
  margin: auto;
  height: 0;
  width: 0;
  position: absolute;
  z-index: 1;
}

.sns_bookmark.is_error::after {
  background-color: #FFE2E4;
  border-radius: 4px;
  content: attr(data-text) "";
  color: #A2000B;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  padding: 12px;
  position: absolute;
  white-space: nowrap;
}

@media screen and (min-width: 970px) {
  .sns {
    margin-left: -76px;
    position: absolute;
    top: 600px;
  }
  .sns.is_fixed {
    position: fixed;
    top: 90px;
  }
  .sns_item {
    margin: 0 0 15px;
  }
  .sns_link:hover {
    opacity: 0.7;
  }
  .sns_bookmark.is_error {
    position: relative;
  }
  .sns_bookmark.is_error:hover {
    opacity: 1;
  }
  .sns_bookmark.is_error::before {
    border-width: 7px 12px 7px 0;
    border-color: transparent #FFE2E4 transparent transparent;
    left: 48px;
  }
  .sns_bookmark.is_error::after {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
    left: 60px;
  }
  .sns_fixed {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .sns {
    margin-left: -16px;
  }
}

@media screen and (max-width: 969px) {
  .sns {
    display: flex;
    justify-content: space-around;
    margin: 40px 0 0;
    padding: 0 20px;
  }
  .sns_item .sns_bookmark::before, .sns_item .sns_bookmark::after {
    display: none;
  }
  .sns_fixed {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
  }
  .sns_bookmark.is_error::before {
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #FFE2E4;
    left: -22px;
  }
  .sns_bookmark.is_error::after {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
    left: -20px;
    width: calc(100vw - 106px);
  }
}

/*------------------------------------------------------------------------
 タブ
-------------------------------------------------------------------------*/
/* tab list
---------------------------------------------------------- */
.tab_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
}

.tab_list_item {
  border-bottom: 1px solid rgba(35, 35, 35, 0.65);
  cursor: pointer;
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  transition: opacity 0.3s;
  text-align: center;
  white-space: nowrap;
}

.tab_list_item.is_active {
  border-bottom: 3px solid #A2000B;
  color: #A2000B;
}

@media screen and (min-width: 970px) {
  .tab_list_mypage {
    position: relative;
  }
  .tab_list_mypage::after {
    background-color: rgba(35, 35, 35, 0.65);
    content: "";
    height: 1px;
    width: 60%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .tab_list_item {
    padding: 15px 0;
  }
  .tab_list_item:hover {
    opacity: 0.7;
  }
  .tab_list_item.is_active:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 969px) {
  .tab_list {
    margin: 0 -20px;
    width: 100vw;
  }
  .tab_list_scroll {
    margin: 0 -20px 0;
    overflow-x: scroll;
  }
  .tab_list_scroll::-webkit-scrollbar {
    display: none;
  }
  .tab_list_scroll .tab_list_item {
    flex-shrink: 0;
    min-width: 100px;
  }
  .tab_list_scroll .tab_list_item:first-child {
    min-width: 140px;
  }
  .tab_list_mypage {
    margin: 0 -20px;
    width: 100vw;
  }
  .tab_list_item {
    padding: 12px 0;
  }
  .tab_list_item.is_active {
    border-width: 2px;
    font-weight: 600;
  }
}

/* tab content
---------------------------------------------------------- */
.tab_content {
  display: none;
}

.tab_content.is_show {
  display: block;
}

.tab_content .card_category.column {
  display: block;
}

.tab_content .card_category.column .card_category_title {
  text-align: center;
}

.tab_content .card_category.column .card_category_list {
  border-left: none;
}

.tab_content .card_category.column .tag_link {
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  border-radius: 40px;
}

@media screen and (min-width: 970px) {
  .tab_content .card_category.column .card_category_list {
    padding: 15px 0;
  }
  .tab_content .card_category.column .tag_item {
    width: calc(25% - 10px);
  }
  .tab_content .card_category.column .tag_link {
    padding: 9px 11px;
  }
}

@media screen and (max-width: 969px) {
  .tab_content .card_category.column .card_category_list {
    padding: 15px 10px 15px 0;
  }
  .tab_content .card_category.column .tag_item {
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
  .tab_content .card_category.column .tag_item:nth-child(odd) {
    margin-right: 5px;
  }
  .tab_content .card_category.column .tag_item:nth-child(even) {
    margin-left: 5px;
  }
  .tab_content .card_category.column .tag_link {
    padding: 7px;
  }
}

/* tab article
---------------------------------------------------------- */
@media screen and (min-width: 970px) {
  .tab_article_list {
    margin: 42px 0 0;
  }
  .tab_article_list::after {
    clear: both;
    content: '';
    display: block;
  }
  .tab_article_item {
    float: right;
    margin: 0 0 15px 15px;
  }
  .tab_article_item:first-child {
    float: left;
    margin: 0 15px 0 0;
    min-height: 460px;
  }
  .tab_article_item:first-child .figure_img {
    border-radius: 4px 4px 0 0;
  }
  .tab_article_item:first-child .list_column {
    flex-direction: column;
    padding: 0;
  }
  .tab_article_item:first-child .list_column_figure {
    border-radius: 4px 4px 0 0;
    width: 100%;
  }
  .tab_article_item:first-child .list_column_content {
    margin: 0;
    padding: 20px 20px 30px;
  }
  .tab_article_item:first-child .text_date,
  .tab_article_item:first-child .text_new {
    font-size: 1.6rem;
  }
  .tab_article_item:first-child .list_title, .tab_article_item:first-child .list_title_small {
    font-size: 2rem;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 969px) {
  .tab_article_list {
    margin: 20px -20px 0;
    width: 100vw;
  }
}

/* tab special
---------------------------------------------------------- */
@media screen and (min-width: 970px) {
  .tab_special_list {
    margin: 42px -15px -15px 0;
  }
  .tab_special_item {
    width: calc((100% - 45px) / 3);
  }
  .tab_special_item:first-child {
    width: 100%;
  }
  .tab_special_item:first-child .list_article_link {
    display: flex;
    align-items: center;
  }
  .tab_special_item:first-child .list_article_figure {
    width: 50%;
  }
  .tab_special_item:first-child .figure_img {
    border-radius: 4px 0 0 4px;
  }
  .tab_special_item:first-child .list_box {
    width: 50%;
  }
  .tab_special_item:first-child .text_date,
  .tab_special_item:first-child .text_new {
    font-size: 1.6rem;
  }
  .tab_special_item:first-child .list_article_title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 969px) {
  .tab_special_item:nth-child(n+6) {
    display: none;
  }
}

/*------------------------------------------------------------------------
 タグ
-------------------------------------------------------------------------*/
/* tag
---------------------------------------------------------- */
.tag_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px -10px 0;
}

.tag_item {
  margin: 0 10px 10px 0;
}

.tag_link {
  border: 1px solid #C2C2C2;
  background-color: #fff;
  border-radius: 16px;
  display: inline-block;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 970px) {
  .tag_link {
    font-size: 1.3rem;
    padding: 2px 11px;
  }
  .tag_link:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 969px) {
  .tag_link {
    font-size: 1.2rem;
    padding: 3px 11px;
  }
}

/*------------------------------------------------------------------------
 テキスト
-------------------------------------------------------------------------*/
/* text date
---------------------------------------------------------- */
.text_date {
  color: #6D6E6F;
  display: inline-block;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 970px) {
  .text_date {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 969px) {
  .text_date {
    font-size: 1.2rem;
  }
}

/* text new
---------------------------------------------------------- */
.text_new {
  color: #A2000B;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 8px;
}

/* text light
---------------------------------------------------------- */
.text_light {
  opacity: 0.8;
  line-height: 1.7;
}

.text_light_small {
  font-size: 1.3rem;
  line-height: 1.8;
}

/* text label
---------------------------------------------------------- */
.text_label {
  background-color: #232323;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  padding: 3px 18px;
}

.text_label_border {
  background-color: #fff;
  border: 1px solid #232323;
  display: inline-block;
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  padding: 2px 5px;
}

.text_label_end {
  background-color: #DBDBDB;
  border-color: #DBDBDB;
  color: #6D6E6F;
}

.text_label_continue {
  background-color: #A2000B;
  padding: 1px 6px;
}

.text_label_finish {
  background-color: #DBDBDB;
  color: #6D6E6F;
  font-weight: normal;
  padding: 1px 6px;
}

@media screen and (max-width: 969px) {
  .text_label_continue {
    font-weight: normal;
    padding: 1px 4px;
  }
}

/* text description
---------------------------------------------------------- */
.text_description {
  color: #6D6E6F;
  font-size: 1.3rem;
  line-height: 1.6;
  margin: 20px 0 0;
}

/* text link
---------------------------------------------------------- */
.text_link {
  display: inline;
  text-decoration: underline;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 970px) {
  .text_link:hover {
    text-decoration: none;
  }
}

/* text error
---------------------------------------------------------- */
.text_error {
  color: #A2000B;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 969px) {
  .text_error {
    font-size: 1.2rem;
    margin: 24px 0 0;
  }
}

/*------------------------------------------------------------------------
 タイトル
-------------------------------------------------------------------------*/
/* title
---------------------------------------------------------- */
.title_base, .title_medium, .title_small, .title {
  font-weight: normal;
  letter-spacing: 0.075em;
}

.title_small {
  font-size: 1.6rem;
}

@media screen and (min-width: 970px) {
  .title {
    font-size: 2.5rem;
  }
  .title_medium {
    font-size: 2rem;
  }
}

@media screen and (max-width: 969px) {
  .title {
    font-size: 2rem;
  }
  .title_medium {
    font-size: 1.6rem;
  }
}

/* title bold
---------------------------------------------------------- */
.title_bold, .title_bold_small {
  font-weight: 600;
  letter-spacing: 0.05em;
}

.title_bold_small {
  font-size: 1.4rem;
}

/* title flex
---------------------------------------------------------- */
.title_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 970px) {
  .title_flex {
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 969px) {
  .title_flex {
    margin: 0 0 20px;
  }
}

/*------------------------------------------------------------------------
 記事一覧・詳細（パーツ以外）
-------------------------------------------------------------------------*/
/* article
---------------------------------------------------------- */
.article_head {
  position: relative;
}

.article_pr {
  border: 1px solid #6D6E6F;
  color: #6D6E6F;
  display: inline-block;
  letter-spacing: 0.025em;
  position: absolute;
}

.article_title {
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 20px 0 0;
}

.article_category_item {
  display: inline-block;
  line-height: 1;
}

.article_category_item:not(:last-child) {
  border-right: 1px solid #6D6E6F;
}

.article_category_link {
  color: #6D6E6F;
  letter-spacing: 0.025em;
}

.article_detail {
  border-bottom: 1px solid #DBDBDB;
}

@media screen and (min-width: 970px) {
  .article_head {
    padding: 42px 0;
  }
  .article_date {
    font-size: 1.6rem;
  }
  .article_pr {
    font-size: 1.2rem;
    padding: 0 8px;
    top: 42px;
    right: 0;
  }
  .article_title {
    font-size: 2.8rem;
  }
  .article_category {
    font-size: 1.3rem;
    margin: 30px 0 0 -9px;
  }
  .article_category_item {
    padding: 0 9px;
  }
  .article_category_link:hover {
    opacity: 0.7;
  }
  .article_detail {
    margin: 60px 0 0;
  }
}

@media screen and (max-width: 969px) {
  .article_head {
    padding: 30px 0;
  }
  .article_mv {
    margin: 0 -20px;
    width: 100vw;
  }
  .article_date {
    font-size: 1.3rem;
  }
  .article_pr {
    font-size: 1.1rem;
    padding: 0 9px;
    top: 30px;
    right: 20px;
  }
  .article_title {
    font-size: 1.8rem;
  }
  .article_category {
    font-size: 1.1rem;
    margin: 20px 0 -12px -12px;
  }
  .article_category_item {
    padding: 0 12px;
    margin: 0 0 12px;
  }
  .article_detail {
    margin: 40px 0 0;
  }
  .android .article_title {
    font-weight: 500;
  }
}

/* 最新号
---------------------------------------------------------- */
.article_book a {
  display: block;
  text-decoration: none;
}

.article_book a::after {
  display: none;
}

@media screen and (min-width: 970px) {
  .article_book_right {
    width: 310px;
  }
  .article_book .purchase-btn-item.btn-wide {
    width: 100%;
  }
  .article_book .layout01 .purchase-btn-item:nth-child(2) {
    float: left;
    margin-right: 5px;
  }
  .article_book .layout01 .purchase-btn-item:nth-child(3) {
    clear: none;
    margin-right: 5px;
  }
}

@media screen and (max-width: 969px) {
  .article_book {
    margin-top: -50px;
  }
}

/* article ranking
---------------------------------------------------------- */
@media screen and (min-width: 970px) {
  .article_ranking {
    margin: 40px 0 0;
    padding: 30px 0 30px 24px;
  }
}

@media screen and (max-width: 969px) {
  .article_ranking {
    margin: 40px -20px 0;
    padding: 30px 0 30px 20px;
    width: 100vw;
  }
}

/* margin
---------------------------------------------------------- */
@media screen and (min-width: 970px) {
  .article_mg {
    margin: 0 0 45px;
  }
}

@media screen and (max-width: 969px) {
  .article_mg {
    margin: 0 0 30px;
  }
}

/*------------------------------------------------------------------------
 特集
-------------------------------------------------------------------------*/
/* 特集一覧
---------------------------------------------------------- */
.feature_one {
  display: block;
}

.feature_link {
  position: relative;
}

.feature_link::before {
  background: linear-gradient(rgba(237, 237, 237, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.feature_text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

@media screen and (min-width: 970px) {
  .feature_one {
    margin: 0 -12px;
  }
  .feature_item {
    margin: 30px 12px 0;
  }
  .feature_text {
    padding: 0 24px 30px;
  }
}

@media screen and (max-width: 969px) {
  .feature {
    margin: 0 -20px;
    width: 100vw;
  }
  .feature_one .feature_item {
    margin: 30px 20px 0;
  }
  .feature_item {
    margin: 30px 5px 0;
  }
  .feature_text {
    padding: 0 16px 24px;
  }
}

/* 特集詳細
---------------------------------------------------------- */
.feature_detail .feature_detail_content {
  display: block;
}

.feature_detail_content {
  display: none;
}

.feature_detail_box {
  background-color: #fff;
  border: 3px solid #EDEDED;
  border-radius: 4px;
  margin: 0 0 20px;
}

.feature_detail_box a {
  display: inline;
  text-decoration: underline;
}

.feature_detail_box a:hover {
  text-decoration: none;
}

.feature_detail_box a.blank::after {
  content: "\e901";
  color: #6D6E6F;
  font-size: 1.2rem;
  font-family: 'cgworld';
  margin: 0 2px;
}

.feature_detail_box a.pdf::after {
  content: "\e910";
  color: #A2000B;
  font-size: 1.6rem;
  font-family: 'cgworld';
}

.feature_detail_box a[target=_blank],
.feature_detail_box a[href$=".pdf"] {
  background-image: none;
}

.feature_detail_title {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0 0 15px;
}

.feature_detail_figure {
  margin-bottom: 30px;
}

.feature_detail_figure.portrait_type {
  text-align: center;
  height: 250px;
}

.feature_detail_figure.portrait_type img {
  max-height: 100%;
}

.feature_detail_name {
  border-left: 1px solid #232323;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
  padding-left: 9px;
}

.feature_detail_text {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.feature_detail_banner {
  margin: 0 0 20px;
}

.feature_detail_btn {
  background-color: #fff;
  border-radius: 46px;
  margin: 10px 0 0;
}

.feature_detail_btn.blank {
  position: relative;
}

.feature_detail_btn.blank::after {
  content: "\e901";
  font-size: 0.9rem;
  font-family: 'cgworld';
  transform: scale(0.9);
  position: absolute;
  top: 13px;
  right: 12px;
}

.wrapper_side .feature_detail_banner {
	height: auto;
}

@media screen and (min-width: 970px) {
  .feature_detail_content {
    margin: 30px 0 0;
    width: 300px;
    z-index: 2;
  }
  .feature_detail_box {
    height: 400px;
    padding: 25px 20px 0;
    overflow-y: scroll;
  }
  .feature_detail_btn {
    padding: 9px;
  }
}

@media screen and (max-width: 969px) {
  .feature_detail_content {
    margin: 40px 0 0;
  }
  .feature_detail_box {
    padding: 40px 20px;
  }
  .feature_detail_item {
    position: relative;
  }
  .feature_detail_item:not(:last-child)::after {
    background-color: #232323;
    content: "";
    display: block;
    margin: auto;
    height: 1px;
    width: 20px;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
  }
  .feature_detail_btn {
    padding: 11px;
  }
}

/*------------------------------------------------------------------------
 メンテナンス画面
-------------------------------------------------------------------------*/
/* maintenance
---------------------------------------------------------- */
.maintenance {
  padding: 0;
}

.maintenance_img {
  display: block;
  margin: auto;
}

.maintenance_title {
  font-weight: 300;
  text-align: center;
}

.maintenance_text {
  color: #6D6E6F;
  font-size: 1.3rem;
}

.maintenance_btn {
  border-radius: 30px;
  margin: 40px auto 0;
}

@media screen and (min-width: 970px) {
  .maintenance_area {
    padding: 30px 0;
  }
  .maintenance_img {
    width: 180px;
  }
  .maintenance_title {
    margin: 60px 0 0;
  }
  .maintenance_text {
    line-height: 2;
    margin: 30px 0 0;
  }
  .maintenance_btn {
    width: 200px;
  }
}

@media screen and (max-width: 969px) {
  .maintenance_area {
    padding: 40px 0;
  }
  .maintenance_area .banner {
    display: block;
  }
  .maintenance_area .banner_item:not(:first-child) {
    margin-top: 15px;
  }
  .maintenance_content {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 60px;
  }
  .maintenance_img {
    width: 120px;
  }
  .maintenance_title {
    margin: 20px 0 0;
  }
  .maintenance_text {
    line-height: 1.6;
    margin: 20px 0 0;
  }
  .maintenance_btn {
    padding: 18px;
    width: 300px;
  }
}

/*------------------------------------------------------------------------
 マイページ
-------------------------------------------------------------------------*/
/* header
---------------------------------------------------------- */
.mypage .header .header_mypage_hidden {
  display: none;
}

.mypage .header .header_logout {
  display: flex;
}

/* user
---------------------------------------------------------- */
.mypage_user {
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mypage_user_icon {
  margin-right: 12px;
}

.mypage_user_address {
  color: #F7CFD3;
  font-size: 1.3rem;
}

@media screen and (min-width: 970px) {
  .mypage_user {
    background-image: url(../img/bg_user_pc.png);
    padding: 21px 30px;
  }
  .mypage_user_address {
    margin-left: 12px;
  }
}

@media screen and (max-width: 969px) {
  .mypage_user {
    background-image: url(../img/bg_user_sp.png);
    padding: 20px;
  }
  .mypage_user_name {
    font-size: 1.6rem;
    letter-spacing: 0.025em;
  }
  .mypage_user > .flex {
    width: calc(100% - 140px);
  }
}

/* info
---------------------------------------------------------- */
.mypage_info_title {
  color: #6D6E6F;
  font-size: 1.6rem;
}

.mypage_info_list {
  overflow-y: scroll;
}

.mypage_info_list::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.mypage_info_list::-webkit-scrollbar-thumb {
  background-color: #232323;
  border-radius: calc(3px / 2);
}

.mypage_info_list::-webkit-scrollbar-track {
  background-color: #F5F5F5;
  border-radius: calc(3px / 2);
}

.mypage_info_list {
  scrollbar-face-color: #232323;
  scrollbar-track-color: #F5F5F5;
}

.mypage_info_item {
  border-top: 1px solid #DBDBDB;
}

.mypage_info_item:last-child {
  border-bottom: 1px solid #DBDBDB;
}

.mypage_info_link {
  display: block;
}

.mypage_info_name {
  margin-bottom: 10px;
  transition: 0.3s;
  text-decoration: underline;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.mypage_info_label {
  border: 1px solid #6D6E6F;
  color: #6D6E6F;
  display: inline-block;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-right: 10px;
}

.mypage_info_date {
  color: #6D6E6F;
  font-size: 1.3rem;
  white-space: nowrap;
}

@media screen and (min-width: 970px) {
  .mypage_info_box {
    width: calc((100% - 30px) / 2);
  }
  .mypage_info_icon {
    margin-right: 12px;
  }
  .mypage_info_list {
    margin-top: 24px;
    padding-right: 28px;
    height: 156px;
  }
  .mypage_info_link {
    padding: 15px 0;
  }
  .mypage_info_link:hover .mypage_info_name {
    text-decoration: none;
  }
  .mypage_info_name {
    line-height: 1;
  }
  .mypage_info_label {
    font-size: 1.2rem;
    padding: 3px 4px;
  }
}

@media screen and (max-width: 969px) {
  .mypage_info_box {
    padding: 0;
    margin: 0 -20px 20px;
    width: 100vw;
  }
  .mypage_info_title {
    padding: 20px 20px 15px;
  }
  .mypage_info_icon {
    margin-right: 8px;
  }
  .mypage_info_item.is_hidden {
    display: none;
  }
  .mypage_info_link {
    padding: 15px 20px;
  }
  .mypage_info_name {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .mypage_info_label {
    font-size: 1.1rem;
    padding: 4px 5px;
  }
  .mypage_info_more {
    border-top: 1px solid #DBDBDB;
  }
}

/* seminar
---------------------------------------------------------- */
@media screen and (max-width: 969px) {
  .mypage_seminar_title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
  }
  .mypage_seminar_date {
    display: inline-block;
    font-size: 1.2rem;
  }
}

/* news
---------------------------------------------------------- */
.mypage_news_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (min-width: 970px) {
  .mypage_news_title {
    margin: 0 0 0 12px;
  }
}

@media screen and (max-width: 969px) {
  .mypage_news_title {
    margin: 0 0 0 10px;
  }
}

/* schedule
---------------------------------------------------------- */
.mypage_schedule_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 30px 0 0 0;
  overflow-x: scroll;
}

.mypage_schedule_list::-webkit-scrollbar {
  display: none;
}

.mypage_schedule_item {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
}

.mypage_schedule_item:last-child {
  margin: 0;
}

.mypage_schedule_link {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.mypage_schedule_link:after {
  content: "\e901";
  color: #C2C2C2;
  font-size: 1.2rem;
  font-family: 'cgworld';
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
}

.mypage_schedule_info {
  border-top: 1px solid #DBDBDB;
  font-size: 1.3rem;
  margin-top: auto;
  padding-top: 18px;
}

.mypage_schedule_overview {
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 9px;
}

.mypage_schedule_data {
  margin-top: 3px;
}

.mypage_schedule_icon {
  background-color: #EDEDED;
  border-radius: 50%;
  color: #A2000B;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  text-align: center;
  margin-right: 9px;
  height: 20px;
  width: 20px;
}

@media screen and (min-width: 970px) {
  .mypage_schedule {
    margin-top: 72px;
  }
  .mypage_schedule_list {
    padding: 0 60px 15px 0;
    width: calc(100vw - 60px);
  }
  .mypage_schedule_item {
    margin-right: 15px;
    width: 330px;
  }
  .mypage_schedule_text {
    color: #6D6E6F;
    font-size: 1.3rem;
    line-height: 1.8;
    margin: 18px 0 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media screen and (max-width: 969px) {
  .mypage_schedule {
    margin-top: 40px;
  }
  .mypage_schedule_select {
    margin-top: 30px;
  }
  .mypage_schedule_list {
    padding: 0 20px 15px 0;
    width: calc(100vw - 20px);
  }
  .mypage_schedule_item {
    margin-right: 10px;
    width: 288px;
  }
  .mypage_schedule_title {
    font-size: 1.6rem;
    letter-spacing: 0.025em;
    padding-bottom: 24px;
  }
  .mypage_schedule_text {
    display: none;
  }
}

/* article
---------------------------------------------------------- */
.mypage_article_text {
  color: #6D6E6F;
  margin-top: 30px;
}

@media screen and (min-width: 970px) {
  .mypage_article {
    margin: 70px 0 30px;
  }
  .mypage_article_tab {
    width: calc(100% / 5);
  }
  .mypage_article_text {
    font-size: 1.3rem;
  }
  .mypage_article_list {
    margin-top: 42px;
  }
}

@media screen and (max-width: 969px) {
  .mypage_article {
    margin: 40px 0 10px;
  }
  .mypage_article_tab {
    width: calc(100% / 2);
  }
  .mypage_article_text {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .mypage_article_list {
    margin: 20px 0 0;
    width: 100%;
  }
  .mypage_article_link {
    padding: 0;
  }
}

/*------------------------------------------------------------------------
 求人
-------------------------------------------------------------------------*/
/* recruit
---------------------------------------------------------- */
.recruit_list {
  display: flex;
}

.recruit_item {
  position: relative;
}

.recruit_link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.recruit_label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.recruit_box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.recruit_title {
  margin-bottom: 10px;
}

.recruit_text {
  opacity: 0.65;
}

.recruit_company {
  border-top: 1px solid #DBDBDB;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: auto 0 0;
}

.recruit_company_figure {
  flex-shrink: 0;
}

.recruit_company_img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;", sans-serif;
}

.recruit_company_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (min-width: 970px) {
  .recruit_item {
    width: calc(100% / 3 - 15px);
  }
  .recruit_text {
    margin-bottom: 20px;
  }
  .recruit_company {
    padding: 18px 0 0;
  }
  .recruit_company_figure {
    margin-right: 12px;
    height: 38px;
    width: 60px;
  }
  .recruit_company_name {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 969px) {
  .recruit_list {
    margin: 0 -20px;
    width: 100vw;
    overflow-x: scroll;
  }
  .recruit_list::-webkit-scrollbar {
    display: none;
  }
  .recruit_title {
    font-size: 1.6rem;
    letter-spacing: 0.025em;
  }
  .recruit_text {
    margin-bottom: 16px;
  }
  .recruit_item {
    border-radius: 4px;
    margin: 0 10px 0 0;
    flex-shrink: 0;
    width: 250px;
  }
  .recruit_item:first-child {
    margin-left: 20px;
  }
  .recruit_item:last-child {
    position: relative;
  }
  .recruit_item:last-child::after {
    content: "";
    height: 1px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 100%;
  }
  .recruit_figure {
    width: 100%;
  }
  .recruit_img {
    border-radius: 4px 4px 0 0;
  }
  .recruit_box {
    padding: 20px 15px 10px;
  }
  .recruit_company {
    padding: 10px 0 0;
  }
  .recruit_company_figure {
    margin-right: 10px;
    height: 30px;
    width: 50px;
  }
  .recruit_company_name {
    font-size: 1.3rem;
    font-weight: 600;
  }
}

/* 求人一覧
---------------------------------------------------------- */
.box-headline,
.box-headline-sub,
.is-jobs .interview-inner02 .interview-item {
  box-sizing: content-box;
}

.jobs-result-item-labels li {
  font-size: 1rem;
}

/* 求人詳細
---------------------------------------------------------- */
.bx-wrapper .bx-controls-direction a {
  z-index: 99;
}

.box-nav-inner {
  box-sizing: content-box;
}

.box-headline-jobs-item {
  font-size: 1rem;
}

.box-nav-item a {
  color: #fff;
}

.box-nav-item.current a {
  color: #232323;
}

/* 応募フォーム
---------------------------------------------------------- */
@media screen and (min-width: 970px) {
  .box.jobs {
    margin-top: 0;
  }
}

/*------------------------------------------------------------------------
 関連サービス
-------------------------------------------------------------------------*/
/* relation
---------------------------------------------------------- */
.relation_list {
  display: flex;
}

.relation_link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.relation_link:hover {
  opacity: 0.7;
}

@media screen and (min-width: 970px) {
  .relation_list {
    padding: 30px 0;
    margin: 30px 0 0;
  }
  .relation_item {
    width: 100%;
  }
  .relation_item:not(:last-child) {
    border-right: 1px solid #DBDBDB;
  }
  .relation_link {
    padding: 6px 10px;
  }
  .relation_img {
    height: 36px;
  }
  .relation_img_small {
    height: 27px;
  }
}

@media screen and (max-width: 969px) {
  .relation_list {
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 0;
    margin: 30px 0 0;
  }
  .relation_item {
    width: calc(100% / 2);
  }
  .relation_link {
    padding: 20px;
  }
  .relation_img {
    height: 28px;
  }
}

/*------------------------------------------------------------------------
 連載
-------------------------------------------------------------------------*/
/* regular
---------------------------------------------------------- */
.regular_title {
  margin: 10px 0 0;
}

.regular_text {
  color: #6D6E6F;
  font-size: 1.3rem;
  line-height: 1.6;
}

.regular_article_list {
  background-color: #F5F5F5;
  border-radius: 4px;
  margin: 20px 0 0;
}

.regular_article_item:not(:last-child) {
  border-bottom: 1px solid #DBDBDB;
}

@media screen and (min-width: 970px) {
  .regular_list {
    margin: 30px 0 0;
  }
  .regular_item {
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.07);
    padding: 20px;
    margin: 0 0 15px;
  }
  .regular_figure {
    flex-shrink: 0;
    width: 190px;
  }
  .regular_content {
    margin: 0 0 0 20px;
  }
  .regular_title {
    font-size: 2rem;
  }
  .regular_text {
    margin: 15px 0 0;
  }
  .regular_article_list {
    padding: 0 18px;
  }
  .regular_article_link {
    padding: 15px 0;
  }
  .regular_article_link:hover {
    opacity: 0.7;
  }
  .regular_article_title {
    font-size: 1.4rem;
  }
  .regular_btn {
    font-size: 1.3rem;
    text-align: right;
    margin: 15px 0 0;
  }
  .article .regular_btn .btn{
    background-color: #FFF;
    margin: 15px auto;
    padding: 15px;
    width: 300px;
  }
}

@media screen and (max-width: 969px) {
  .regular_list {
    margin: 30px -20px 0;
    width: 100vw;
  }
  .regular_item {
    padding: 30px 20px;
    margin: 0 0 20px;
  }
  .regular_figure {
    border-radius: 4px;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.16);
  }
  .regular_content {
    margin: 20px 0 0;
  }
  .regular_title {
    font-size: 1.8rem;
    letter-spacing: 0.075em;
  }
  .regular_text {
    margin: 10px 0 0;
  }
  .regular_article_link {
    padding: 16px;
  }
}

/*------------------------------------------------------------------------
 検索結果
-------------------------------------------------------------------------*/
/* search result
---------------------------------------------------------- */
.search_result {
  padding: 24px 13px 60px;
}

.search_result_title {
  border-bottom: 1px solid #E9E9E9;
  color: #676767;
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  padding: 0 0 24px;
}

.search_result_item {
  margin: 30px 0 0;
}

.search_result_url {
  color: #A2000B;
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  margin: 3px 0 0;
}

.search_result_text {
  color: #6D6E6F;
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0.025em;
  margin: 3px 0 0;
}

/*------------------------------------------------------------------------
 スペシャルコンテンツ
-------------------------------------------------------------------------*/
/* special
---------------------------------------------------------- */
.special {
  background-color: #191818;
  color: #fff;
}

.special_item {
  border-bottom: 1px solid #6D6E6F;
}

.special_link {
  color: #fff;
}

.special .text_date {
  color: #C2C2C2;
}

.special .text_new {
  color: #EDEDED;
}

@media screen and (min-width: 970px) {
  .special {
    padding: 12px 15px;
  }
  .special .link_arrow_small {
    color: #C2C2C2;
  }
  .special .link_arrow_small::before, .special .link_arrow_small::after {
    background-color: #C2C2C2;
  }
  .special_title {
    padding-bottom: 12px;
  }
  .special_item {
    padding: 18px 0;
  }
  .special_item:last-child {
    border-bottom: none;
  }
  .special_figure {
    border-radius: 4px;
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 969px) {
  .special {
    padding-bottom: 30px;
  }
  .special_title {
    font-size: 1.6rem;
    text-align: center;
    padding: 16px 0;
  }
  .special_list {
    padding: 0 20px;
  }
  .special_link {
    padding: 20px 0;
  }
}

/*------------------------------------------------------------------------
 用語辞典
-------------------------------------------------------------------------*/
/* 用語辞典一覧
---------------------------------------------------------- */
.anchor_list{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  width: 100%;
}

.anchor_list li{
  background-color: #FFF;
  border: 1px solid #DBDBDB;
  text-align: center;
  width: 100%;
}

.anchor_list li + li{
  border-left: none;
}

.anchor_list a{
  line-height: 1.1;
  padding: 10px 5px;
}

.anchor_list a:hover{
  opacity: 0.7;
}

.terms {
  background-color: #fff;
}

.terms:first-of-type {
  margin-top: 30px;
}

.terms_title {
  cursor: pointer;
  font-weight: 600;
  position: relative;
}

.terms_title::after {
  cursor: pointer;
}

.terms_title.is_active::after {
  margin-top: -3px;
  transform: rotate(-45deg);
}

.terms_category {
  border-top: 1px solid #DBDBDB;
  display: block;
}

.terms_subtitle {
  background-color: #F5F5F5;
  color: #A2000B;
  font-weight: normal;
  letter-spacing: 0.05em;
}

.terms_label {
  display: block;
  font-weight: normal;
}

.terms_label::before, .terms_label::after {
  background-color: #6D6E6F;
}

.terms_close {
  color: #6D6E6F;
  cursor: pointer;
  text-align: center;
}

.terms_close_text {
  display: inline-block;
  position: relative;
}

.terms_close_text::before, .terms_close_text::after {
  background-color: #6D6E6F;
  content: "";
  cursor: pointer;
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
}

.terms_close_text::before {
  transform: rotate(-45deg);
}

.terms_close_text::after {
  transform: rotate(45deg);
}

@media screen and (min-width: 970px) {
  .terms {
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 18px;
  }
  .terms_title {
    font-size: 2rem;
    padding: 20px 30px;
  }
  .terms_title::after {
    border-top: 1px solid #6D6E6F;
    border-right: 1px solid #6D6E6F;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    height: 12px;
    width: 12px;
    transform: rotate(135deg);
    margin-top: -9px;
    right: 33px;
  }
  .terms_category {
    padding: 30px;
  }
  .terms_subtitle {
    border-radius: 4px;
    padding: 13px 18px;
    position: relative;
  }
  .terms_subtitle::before {
    background-color: #A2000B;
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .terms_list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0 18px;
  }
  .terms_item {
    margin: 0 0 30px;
    width: 100%;
  }
  .terms_close {
    border-top: 1px solid #DBDBDB;
    padding: 30px 0 0;
    margin: 0 -30px 0;
    width: calc(100% + 60px);
  }
  .terms_close_text {
    padding-right: 30px;
  }
  .terms_close_text::before, .terms_close_text::after {
    margin-top: -2px;
    width: 20px;
  }
}

@media screen and (max-width: 969px) {
  .terms {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    margin: 0 -20px 10px;
    width: 100vw;
  }
  .terms_title {
    font-size: 1.6rem;
    padding: 14px 20px;
  }
  .terms_title::after {
    border-top: 1px solid #6D6E6F;
    border-right: 1px solid #6D6E6F;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    height: 8px;
    width: 8px;
    transform: rotate(135deg);
    margin-top: -5px;
    right: 20px;
  }
  .terms_subtitle {
    border-left: 1px solid #A2000B;
    border-bottom: 1px solid #DBDBDB;
    padding: 11px 20px 11px 10px;
    position: relative;
  }
  .terms_subtitle::after {
    border-top: 1px solid #A2000B;
    border-right: 1px solid #A2000B;
    content: "";
    display: none;
    position: absolute;
    top: 50%;
    height: 8px;
    width: 8px;
    transform: rotate(135deg);
    right: 20px;
    margin-top: -5px;
  }
  .terms_subtitle.is_active::after {
    margin-top: -3px;
    transform: rotate(-45deg);
  }
  .terms_list {
    display: block;
  }
  .terms_label {
    border-bottom: 1px solid #DBDBDB;
    padding: 14px 20px;
  }
  .terms_label::before, .terms_label::after {
    display: none;
  }
  .terms_close {
    padding: 17px;
  }
  .terms_close_text {
    padding-right: 22px;
  }
  .terms_close_text::before, .terms_close_text::after {
    margin-top: -1px;
    width: 12px;
  }
}

/* 用語辞典詳細
---------------------------------------------------------- */
.terms_kana {
  color: #6D6E6F;
  font-size: 1.3rem;
}

.terms_detail {
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media screen and (min-width: 970px) {
  .terms_kana {
    margin: 15px 0 0;
  }
  .terms_relation {
    padding: 30px 30px 42px;
  }
  .terms_relation_title {
    letter-spacing: 0.075em;
  }
  .terms_relation_list {
    margin-bottom: -24px;
  }
  .terms_relation_item {
    margin: 0 0 24px;
  }
}

@media screen and (max-width: 969px) {
  .terms_kana {
    margin: 20px 0 0;
  }
  .terms_relation {
    padding: 24px 20px 30px;
  }
  .terms_relation_title {
    letter-spacing: 0.05em;
  }
  .terms_relation_list {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -20px -14px 0;
  }
  .terms_relation_item {
    display: inline-block;
    margin: 0 20px 14px 0;
  }
  .terms_relation_label {
    border: none;
    padding: 0 28px 0 0;
  }
  .terms_relation_label::before, .terms_relation_label::after {
    display: block;
    right: 0;
  }
}

/*------------------------------------------------------------------------
 トップ
-------------------------------------------------------------------------*/
/* mv
---------------------------------------------------------- */
.top_mv_item {
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.17);
}

.top_mv_link {
  position: relative;
}

.top_mv_link::before {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.top_mv_text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.top_mv_date {
  color: #DBDBDB;
}

.top_mv_title {
  color: #fff;
  line-height: 1.6;
}

@media screen and (min-width: 970px) {
  .top_mv_text {
    padding: 0 35px 42px;
  }
  .top_mv_title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 969px) {
  .top_mv {
    margin: 0 -20px;
    width: 100vw;
  }
  .top_mv_link {
    border-radius: 0;
  }
  .top_mv_link::before {
    border-radius: 0;
  }
  .top_mv_img {
    border-radius: 0;
  }
  .top_mv_text {
    padding: 40px 20px;
  }
  .top_mv_title {
    font-size: 1.6rem;
    letter-spacing: 0.025em;
  }
}

/* announce
---------------------------------------------------------- */
.top_announce_item {
  background-color: #C2C2C2;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: calc(100% / 2);
}

@media screen and (min-width: 970px) {
  .top_announce {
    padding: 30px 30px 42px;
    margin: 42px 0 0;
  }
  .top_announce_list {
    margin: 30px -15px 0 0;
  }
  .top_announce_item {
    margin-right: 15px;
  }
}

@media screen and (max-width: 969px) {
  .top_announce {
    padding: 30px 20px;
    margin: 64px -20px 0;
    width: 100vw;
  }
  .top_announce_list {
    margin: 20px -20px 0;
    width: 100vw;
  }
  .top_announce_item {
    margin-right: 10px;
  }
}

/* shop
---------------------------------------------------------- */
.top_shop_content::after {
  clear: both;
  content: '';
  display: block;
}

.top_shop_figure {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  float: left;
}

.top_shop_btns {
  display: flex;
}

.top_shop_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 970px) {
  .top_shop_content {
    padding: 40px;
  }
  .top_shop_figure {
    margin-right: 40px;
    width: 150px;
  }
  .top_shop_figure img {
    display: block;
  }
  .top_shop_title {
    border-right: 1px solid #232323;
    padding: 30px 40px 30px 0;
    width: 57%;
  }
  .top_shop_text {
    padding-left: 40px;
    width: 43%;
  }
  .top_shop_btns {
    margin-left: auto;
    width: calc(100% - 190px);
  }
  .top_shop_btn {
    margin: 42px 12px 0 0;
    height: 40px;
    width: 207px;
  }
}

@media screen and (max-width: 969px) {
  .top_shop_content {
    padding: 30px 20px;
    margin: 0 -20px;
    width: 100vw;
  }
  .top_shop_figure {
    margin-right: 20px;
    width: 110px;
  }
  .top_shop_title {
    border-bottom: 1px solid #232323;
    margin-left: 130px;
    padding: 0 0 15px 0;
  }
  .top_shop_text {
    margin: 15px 0 0 130px;
  }
  .top_shop_btns {
    justify-content: space-between;
  }
  .top_shop_btn {
    border-radius: 30px;
    margin: 30px 0 0 0;
    height: 42px;
    width: calc(50% - 5px);
  }
  .top_shop_btn .btn_blank_icon {
    top: 16px;
  }
}

/* book
---------------------------------------------------------- */
.top_book {
  position: relative;
}

.top_book:after {
  background-color: #fff;
  border-radius: 4px;
  content: "";
  display: block;
  height: 70%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.top_book_list {
  display: flex;
}

.top_book_item {
  text-align: center;
  padding: 10px 0 0;
}

.top_book_figure {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin: auto;
}

.top_book_img {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  max-height: 100%;
}

.top_book_name {
  line-height: 1.4;
  margin: 30px 0 0;
}

.top_book_price {
  color: #6D6E6F;
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  margin: 10px 0 0;
}

@media screen and (min-width: 970px) {
  .top_book {
    padding: 0 0 60px;
  }
  .top_book::after {
    left: 0;
    width: 100%;
  }
  .top_book_item {
    margin: 0 34px 0 0;
    width: calc(100% / 4 - 34px);
  }
  .top_book_link:hover .top_book_figure {
    transform: translateY(-10px);
  }
  .top_book_figure {
    height: 200px;
    width: 150px;
  }
}

@media screen and (max-width: 969px) {
  .top_book {
    padding: 0 0 40px;
  }
  .top_book::after {
    left: -20px;
    width: 100vw;
  }
  .top_book_list {
    margin: 0 -20px;
    width: 100vw;
    overflow-x: scroll;
  }
  .top_book_list::-webkit-scrollbar {
    display: none;
  }
  .top_book_item {
    flex-shrink: 0;
    margin: 0 20px;
    width: 190px;
  }
  .top_book_figure {
    height: 170px;
    width: 130px;
  }
  .top_book_name {
    font-size: 1.6rem;
  }
}

/* course
---------------------------------------------------------- */
.top_course_list {
  display: flex;
}

.top_course_item {
  padding: 0;
  flex-shrink: 0;
}

.top_course_link {
  display: block;
}

.top_course_figure {
  flex-shrink: 0;
}

.top_course_title {
  line-height: 1.4;
}

.top_course_summary {
  background-color: #F5F5F5;
  border-radius: 4px;
  color: #6D6E6F;
  font-size: 1.3rem;
  line-height: 1.6;
  padding: 12px;
}

@media screen and (min-width: 970px) {
  .top_course_list {
    width: 100%;
  }
  .top_course_item {
    margin: 0 15px 0 0;
    width: 460px;
  }
  .top_course_link {
    padding: 24px;
  }
  .top_course_link:hover {
    opacity: 0.7;
  }
  .top_course_figure {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    margin: 0 18px 0 0;
    width: 170px;
  }
  .top_course_title {
    margin: 10px 0 0;
  }
  .top_course_summary {
    margin: 18px 0 0;
  }
}

@media screen and (max-width: 969px) {
  .top_course_item {
    margin: 0 10px 0 0;
    width: 290px;
  }
  .top_course_item:first-child {
    margin-left: 20px;
  }
  .top_course_item:last-child {
    position: relative;
  }
  .top_course_item:last-child::after {
    content: "";
    height: 1px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 100%;
  }
  .top_course_link {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 20px 20px;
    position: relative;
  }
  .top_course_figure {
    margin: 0 -20px;
    width: 290px;
  }
  .top_course_img {
    border-radius: 4px 4px 0 0;
  }
  .top_course_content {
    margin: 20px 0 0;
  }
  .top_course_label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .top_course_title {
    font-size: 1.6rem;
    margin: 12px 0;
  }
  .top_course_summary {
    margin: auto 0 0;
  }
}

/* tutorial
---------------------------------------------------------- */
.top_tutorial_list {
  display: flex;
}

.top_tutorial_link {
  display: block;
  position: relative;
}

.top_tutorial_link:before {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.top_tutorial_item {
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
}

.top_tutorial_title {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

@media screen and (min-width: 970px) {
  .top_tutorial_item {
    margin: 0 15px 0 0;
    flex-basis: calc(100% / 3 - 15px);
  }
  .top_tutorial_title {
    padding: 18px;
  }
}

@media screen and (max-width: 969px) {
  .top_tutorial_list {
    margin: 0 -20px;
    width: 100vw;
    overflow-x: scroll;
  }
  .top_tutorial_list::-webkit-scrollbar {
    display: none;
  }
  .top_tutorial_item {
    flex-shrink: 0;
    margin: 0 10px 0 0;
    width: 290px;
  }
  .top_tutorial_item:first-child {
    margin-left: 20px;
  }
  .top_tutorial_item:last-child {
    position: relative;
  }
  .top_tutorial_item:last-child::after {
    content: "";
    height: 1px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 100%;
  }
  .top_tutorial_title {
    font-size: 1.6rem;
    padding: 20px;
  }
}

/*------------------------------------------------------------------------
 margin
-------------------------------------------------------------------------*/
/* margin top
---------------------------------------------------------- */
.mt_md {
  margin-top: 60px;
}

.mt_sm {
  margin-top: 40px;
}

.mt_xs {
  margin-top: 30px;
}

@media screen and (min-width: 970px) {
  .mt_xl {
    margin-top: 82px;
  }
  .mt_lg {
    margin-top: 72px;
  }
  .mt_mds {
    margin-top: 50px;
  }
}

@media screen and (max-width: 969px) {
  .mt_xl, .mt_lg {
    margin-top: 60px;
  }
  .mt_mds {
    margin-top: 30px;
  }
}

/*------------------------------------------------------------------------
 スタイル指定
-------------------------------------------------------------------------*/
/* background
---------------------------------------------------------- */
.bg_white {
  background-color: #fff;
}

.bg_gray {
  background-color: #F5F5F5;
}

.bg_grid {
  background-image: linear-gradient(#F5F5F5 1px, transparent 1px), linear-gradient(to right, #F5F5F5 1px, transparent 1px);
  background-color: #fff;
  background-size: 16px 16px;
}

/* col
---------------------------------------------------------- */
.col_2 {
  width: calc(100% / 2);
}

.col_3 {
  width: calc(100% / 3);
}

.col_4 {
  width: calc(100% / 4);
}

.col_5 {
  width: calc(100% / 5);
}

.col_6 {
  width: calc(100% / 6);
}
/* display
---------------------------------------------------------- */
.d_none {
  display: none;
}

/* text-align
---------------------------------------------------------- */
.t_center {
  text-align: center;
}

.t_right {
  text-align: right;
}

/* line clamp
---------------------------------------------------------- */
.line_clamp_2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line_clamp_3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* No43
---------------------------------------------------------- */
.banner_special_box {
  margin-bottom: 15px;
}
.banner_special_article_item {
  box-shadow: 0px 0px 9px rgb(0 0 0 / 7%);
}

/* No19
---------------------------------------------------------- */
.wrapper_main .banner_item.top {
  width: 630px;
  justify-content: space-between;
  margin-top: 60px;
}
