@charset "UTF-8";
/*------------------------------------------------------------
	フォント Noto Sans
------------------------------------------------------------*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../../font/NotoSansJP-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../../font/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}
/*------------------------------------------------------------
	フォント Roboto
------------------------------------------------------------*/
@font-face {
  font-family: 'Roboto';
  src:  url('../../font/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src:  url('../../font/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

._sub_page_styles img,
._sub_page_styles svg {
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
._sub_page_styles img,
._sub_page_styles svg {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
._sub_page_styles .disabled,
._sub_page_styles .disabled a {
  cursor: default !important;
}
._sub_page_styles .is_pc .device_sp,
._sub_page_styles .is_sp .device_pc {
  display: none !important;
}
._sub_page_styles input[type="submit"],
._sub_page_styles input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
._sub_page_styles input[type="submit"]::-webkit-search-decoration,
._sub_page_styles input[type="button"]::-webkit-search-decoration {
  display: none;
}
._sub_page_styles input[type="submit"]::focus,
._sub_page_styles input[type="button"]::focus {
  outline-offset: -2px;
}
._sub_page_styles select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  -moz-outline-style: none;
}
._sub_page_styles ::-moz-focus-inner {
  border: 0;
}
._sub_page_styles input::-moz-focus-inner,
._sub_page_styles button::-moz-focus-inner {
  border: 0;
}
._sub_page_styles input[type="radio"],
._sub_page_styles input[type="checkbox"] {
  display: none;
}
._sub_page_styles select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
._sub_page_styles select::-ms-expand {
  display: none;
}
._sub_page_styles input,
._sub_page_styles textarea,
._sub_page_styles select {
  -webkit-appearance: none;
  border-radius: 0;
}
._sub_page_styles textarea {
  z-index: 65535;
  position: relative;
}
._sub_page_styles .unselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
._sub_page_styles img,
._sub_page_styles svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
._sub_page_styles img path,
._sub_page_styles svg path {
  fill-rule: evenodd;
}
._sub_page_styles .ovh {
  overflow: hidden !important;
}
@media (min-width: 769px) {
  ._sub_page_styles body {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  ._sub_page_styles .switch_sp,
  ._sub_page_styles br.sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  ._sub_page_styles body {
    z-index: 10;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  ._sub_page_styles .switch_pc,
  ._sub_page_styles br {
    display: none;
  }
  ._sub_page_styles br.sp {
    display: inherit;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  /*font-family: 'Noto Sans JP';*/
  font-family: 'Noto Sans JP';
  color: #000;
  font-size: 16px;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: normal;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
html {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
a,
li,
p,
div,
button {
  outline: none !important;
}
a {
  color: #333;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
p,
div,
li,
dd,
dt {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.indent_half_top {
  position: relative;
  margin-left: -0.5em !important;
}
.indent_half {
  position: relative;
  margin-left: -0.5em;
}
img {
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  line-height: 0;
}
svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.fixed {
  position: fixed !important;
}
.c_anim {
  opacity: 0;
}
.is_pc .line_share {
  display: none !important;
}
#wrap {
  opacity: 0;
  z-index: 1;
  transition: opacity 0.6s ease;
  /*overflow: hidden;*/
  contain: paint;
}
#wrap.onload {
  opacity: 1 !important;
}
#wrap.move {
  opacity: 0 !important;
  transition: opacity 0.3s ease 0s;
}
div.column {
  clear: both;
  letter-spacing: -0.4em;
  margin-bottom: 50px;
}
.img {
  overflow: hidden;
}
.img_slider {
  opacity: 0;
}
img.set_pos_top {
  margin-top: 0 !important;
}
img.s_a_100,
img.s_100_a {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.set_pos_top img {
  margin-top: 0;
}
#post_sns_share {
  display: none;
}
.share_line {
  display: none !important;
}
.is_sp .share_line {
  display: inline-block !important;
}
article .post_body img.parts_axis_endmark.w300,
.parts_axis_endmark {
  width: 14px !important;
  height: auto !important;
  vertical-align: middle !important;
  display: inline-block !important;
  margin: 0 !important;
}
sup {
  vertical-align: super;
  font-size: 0.5rem;
}
a.bdb {
  position: relative;
}
a.bdb:after {
  content: "";
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: #000;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  transition: bottom 0.15s ease 0s, opacity 0.15s ease 0s;
}
.is_pc a.bdb:hover:after,
.is_sp a.bdb.touch:after {
  width: 100%;
  bottom: -2px;
  opacity: 1;
  transition: bottom 0.15s ease 0.05s, opacity 0.15s ease 0.05s;
}
.column_inner {
  max-width: 1060px;
  margin: 0 auto;
  box-sizing: border-box;
  letter-spacing: -0.4em;
}
section,
aside,
article {
  position: relative;
  letter-spacing: normal;
}
section .img,
aside .img {
  line-height: 0;
  overflow: hidden;
}
.external {
  display: inline-block;
  position: relative;
}
.bg_g {
  background-color: #ddd;
}
#foot_sns a {
  transition: opacity 0.15s ease 0s;
}
.is_sp #foot_sns a.touch,
.is_pc #foot_sns a:hover {
  opacity: 0.7;
  transition: opacity 0.15s ease 0.05s;
}
#foot_nav a {
  text-decoration: none;
  font-family: 'Noto Sans JP' !important;
}
.is_sp #foot_nav li a.touch,
.is_pc #foot_nav li a:hover {
  text-decoration: underline !important;
}
#header {
  opacity: 0;
}
.onload #header {
  opacity: 1;
  transition: opacity 0.6s ease;
}
.p_txt {
  opacity: 0;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 769px) {
  body {
    overflow: auto !important;
    z-index: 1;
  }
  #wrap {
    padding: 100px 0 0;
    display: block !important;
  }
  img.sp {
    display: none !important;
  }
  .switch_sp {
    visibility: hidden !important;
    height: 0 !important;
    display: none !important;
  }
  .external:before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    float: right;
    background-image: url(../../common/images/parts_ico_external.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: -3px;
    left: 5px;
  }
  .external.w:before {
    background-image: url(../../common/images/parts_ico_external_w.png);
  }
  .external.w.sp:before {
    background-image: url(../../common/images/parts_ico_external.png);
  }
  .external:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
  }
  .ico_loading {
    width: 100%;
    height: 100%;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .ico_loading.on {
    visibility: visible;
  }
  .ico_loading span {
    width: 48px;
    height: 48px;
    padding: 5px;
    display: block;
    opacity: 0;
    background-image: url(../../common/images/parts_ico_loading.gif);
    background-color: #fffffff2;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
    background-size: 48px;
    position: absolute;
    top: calc(50% - 29px);
    left: calc(50% - 29px);
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transition: transform 0.25s ease, opacity 0.25s ease;
    -webkit-transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .ico_loading.on span {
    opacity: 1 !important;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: transform 0.25s ease 0.2s, opacity 0.25s ease 0.2s;
    -webkit-transition: transform 0.25s ease 0.2s, opacity 0.25s ease 0.2s;
  }
  .ico_loading.on.prev span {
    top: calc(90% - 29px) !important;
  }
  .ico_loading.on.next span {
    top: calc(20% - 29px) !important;
  }
  #header {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100;
  }
  #header #sp_cat_nav {
    display: none !important;
  }
  #header_inner {
    width: auto !important;
    max-width: 1280px !important;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 45px;
    position: relative;
  }
  #header_inner h1 {
    position: absolute;
    top: 12px;
    left: 50px;
  }
  #header_inner h1 img {
    width: 150px;
    height: auto;
  }
  #gnav {
    width: inherit !important;
    opacity: 1 !important;
    display: block !important;
    position: absolute;
    top: 0;
    right: 40px;
  }
  #gnav li.parents {
    margin: 42px 0 0 40px;
    float: left;
    font-size: 14px;
    cursor: pointer;
    color: #666;
  }
  #gnav li.parents .ico {
    position: relative;
  }
  #gnav li.parents .ico:after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    opacity: 0;
    background-image: url(../../common/images/parts_nav_arrow_btm.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 23px;
    left: 0;
    transition: opacity 0.15s ease 0s, top 0.15s ease 0s;
  }
  #gnav li.parents .ico.on:after {
    opacity: 1;
    top: 26px;
    transition: opacity 0.15s ease 0.05s, top 0.15s ease 0.05s;
  }
  #gnav li.gnav_axis.parents a,
  #gnav li.gnav_axis_forum.parents a {
    color: #666;
    transition: color 0.15s ease 0s;
  }
  .is_sp #gnav li.gnav_axis.parents a.touch,
  .is_sp #gnav li.gnav_axis_forum.parents a.touch,
  .is_pc #gnav li.gnav_axis.parents a:hover,
  .is_pc #gnav li.gnav_axis_forum.parents a:hover,
  #gnav li.gnav_axis.parents.current a,
  #gnav li.gnav_axis_forum.parents.current a {
    color: #01aeeb !important;
    transition: color 0.15s ease 0.05s;
  }
  #gnav li.parents .ico_search img {
    width: 24px;
    height: auto;
    position: relative;
    top: -6px;
    pointer-events: none;
  }
  #header .sub_outer {
    width: 100%;
    height: auto;
    padding: 0 5px;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 2px 3px #ccc;
    position: fixed;
    top: 100px;
    left: 0;
    display: none;
  }
  #header .sub_menu {
    width: 100%;
    height: 100%;
    max-width: 1280px;
    overflow: hidden;
    margin: 0 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 10;
  }
  #header .sub_menu::-webkit-scrollbar {
    width: 6px;
    background: #fff;
    border-radius: 6px;
  }
  #header .sub_menu::-webkit-scrollbar:horizontal {
    height: 6px;
    border-radius: 6px;
  }
  #header .sub_menu::-webkit-scrollbar-button {
    width: 6px;
    height: 6px;
    background: #666;
    border-radius: 6px;
  }
  #header .sub_menu::-webkit-scrollbar-piece {
    background: #fff;
    border-radius: 6px;
  }
  #header .sub_menu::-webkit-scrollbar-piece:start {
    background: #fff;
    border-radius: 6px;
  }
  #header .sub_menu::-webkit-scrollbar-thumb,
  #header .sub_menu::-webkit-scrollbar-corner {
    background: #666;
    border-radius: 6px;
    transition: background 0.15s ease 0.05s;
  }
  #header .sub_menu::-webkit-scrollbar-thumb:hover {
    background: #000;
    border-radius: 6px;
    transition: background 0.15s ease 0.05s;
  }
  #header .sub_menu .menu_inner {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 60px 45px 0;
    position: relative;
  }
  #header .sub_menu section {
    margin: 0 0 60px;
    padding: 0 0 30px;
    overflow: hidden;
    position: relative;
  }
  #header .sub_menu section:after {
    content: "";
    display: block;
    width: 96.95%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    bottom: 0;
    left: 1.525%;
  }
  #header .sub_menu section:last-child {
    margin: 0;
  }
  #header .sub_menu section:last-child:after {
    display: none;
  }
  #header .sub_menu section ul {
    letter-spacing: -0.4em;
    overflow: hidden;
  }
  #header .sub_menu section h3 {
    font-size: 18px;
    margin: 0 0 45px 1.525%;
    color: #333;
  }
  #header .gnav_cat .sub_menu section li,
  #header .gnav_event .sub_menu section li {
    width: 20%;
    height: 80px;
    margin: 0 0 30px;
    padding: 0 1.525%;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
  }
  #header .gnav_category .sub_outer {
    height: auto !important;
    opacity: 1 !important;
    display: block !important;
  }
  #header .gnav_cat .sub_menu section li a,
  #header .gnav_event .sub_menu section li a {
    height: 80px;
    padding: 12px 9px;
    box-sizing: border-box;
    display: block;
    background-color: #f1f1f1;
    position: relative;
  }
  #header .gnav_cat .sub_menu section li h4,
  #header .gnav_event .sub_menu section li h4 {
    font-size: 16px;
    color: #333;
    line-height: 1em;
  }
  #header section li h4.small {
    font-size: 14px !important;
  }
  #header .gnav_cat .sub_menu section li h4 span,
  #header .gnav_event .sub_menu section li h4 span {
    margin: 2px 0 0;
    font-size: 12px;
    display: block;
    color: #666;
  }
  #header .sub_menu section li a {
    transition: background 0.15s ease 0s;
  }
  .is_pc #header .sub_menu section li a:hover {
    background-color: #e7e7e7;
    transition: background 0.15s ease 0.05s;
  }
  #header .sub_menu section li .num {
    font-family: 'Noto Sans JP' !important;
    font-size: 24px;
    letter-spacing: 0;
    color: #333;
    position: absolute;
    bottom: 12px;
    right: 13px;
  }
  #header .gnav_search .search_area {
    max-width: 700px;
    margin: 0 auto 40px;
    overflow: hidden;
  }
  #header .gnav_search input[type="text"] {
    width: 85.714%;
    height: 50px;
    padding: 0 18px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 50px;
    background-color: #f1f1f1;
    border: none;
    outline: none;
    float: left;
    transition: background 0.15s ease 0s;
  }
  #header .gnav_search input[type="text"]:hover {
    background-color: #ececec;
    transition: background 0.15s ease 0.05s;
  }
  input::-webkit-input-placeholder,
  input::-ms-input-placeholder,
  input::-moz-placeholder {
    color: #ccc !important;
    font-weight: 400;
  }
  #header .gnav_search input[type="submit"] {
    width: 12.857%;
    height: 50px;
    border-radius: 3px;
    background-color: #666;
    background-image: url(../../common/images/parts_ico_btn_submit.png);
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    outline: none;
    float: right;
    cursor: pointer;
    position: relative;
    transition: background 0.15s ease 0s;
  }
  #header .gnav_search input[type="submit"]:hover {
    background-color: #555;
    transition: background 0.15s ease 0.05s;
  }
  #header .gnav_search .search_cloud {
    width: 712px;
    margin: 0 auto 20px;
    clear: both;
  }
  #header .gnav_search .search_cloud h4 {
    margin: 0 6px 6px;
    font-size: 14px;
  }
  #header .gnav_search .search_cloud li {
    font-family: 'Noto Sans JP' !important;
    margin: 0 6px 10px;
    float: left;
    letter-spacing: normal;
    box-sizing: border-box;
    font-size: 16px;
    background-color: inherit;
  }
  #header .gnav_search .search_cloud li a {
    padding: 0 15px;
    height: 46px;
    line-height: 46px;
    display: block;
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 46px;
    color: #666;
  }
  #header .gnav_ico {
    clear: both;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #footer {
    background-color: #f5f5f5;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 170px 0 0 !important;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  #footer .logo {
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%);
  }
  #footer .logo .mag {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 960px) and (min-width: 769px) {
  #footer .logo .mag {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 768px) {
  #footer .logo .mag {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 960px) and (min-width: 769px) {
  #footer .logo .mag {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 768px) {
  #footer .logo .mag {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #footer .logo .i {
    width: 156px;
    height: 90px;
    margin: 0 auto 10px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 960px) and (min-width: 769px) {
  #footer .logo .i {
    width: 156px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 768px) {
  #footer .logo .i {
    width: 156px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 960px) and (min-width: 769px) {
  #footer .logo .i {
    height: 90px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 768px) {
  #footer .logo .i {
    height: 90px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 960px) and (min-width: 769px) {
  #footer .logo .i {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 768px) {
  #footer .logo .i {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #footer .logo .i img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #footer .logo .copyright {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 960px) and (min-width: 769px) {
  #footer .logo .copyright {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 768px) {
  #footer .logo .copyright {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #foot_sns {
    margin: 0 0 30px !important;
  }
  #foot_sns li {
    display: inline-block;
    margin: 0 20px;
  }
  #foot_sns li img {
    width: auto;
    height: 45px;
    margin: 0 0 3px;
  }
  #foot_sns li a {
    display: block;
    color: #666;
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #foot_nav {
    margin: 0 0 50px !important;
  }
  #foot_nav ul {
    letter-spacing: -0.4em;
  }
  #foot_nav li {
    margin: 0 18px;
    display: inline-block;
    letter-spacing: normal;
    position: relative;
    line-height: 1em;
  }
  #foot_nav li:after {
    content: "";
    width: 1px;
    height: 14px;
    display: block;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: -18px;
  }
  #foot_nav li:last-child:after {
    display: none;
  }
  #foot_nav li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #footer .copyright {
    font-size: 10px;
    color: #666;
  }
}
@media screen and (max-width: 1160px) {
  #header .gnav_cat .sub_menu section li,
  #header .gnav_event .sub_menu section li {
    width: 25%;
  }
}
@media screen and (max-width: 960px) {
  #wrap,
  #contents_area {
    min-width: auto;
  }
  .switch_sp.tablet {
    visibility: visible !important;
    height: inherit !important;
    display: inherit !important;
  }
  #header {
    box-sizing: border-box;
    margin: 0 auto;
  }
  #header h1 {
    left: 40px;
  }
  #header .gnav_cat .sub_menu section li,
  #header .gnav_event .sub_menu section li {
    width: 33.333%;
  }
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
    z-index: 10;
  }
  img.pc {
    display: none !important;
  }
  .switch_pc {
    visibility: hidden !important;
    height: 0 !important;
    display: none !important;
  }
  .indent_half {
    position: relative;
    margin-left: 0;
  }
  .external:before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    float: right;
    background-image: url(../../common/images/parts_ico_external.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: -1px;
    left: 5px;
  }
  .external.w:before {
    background-image: url(../../common/images/parts_ico_external_w.png);
  }
  .external:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
  }
  .more_post {
    display: none;
  }
  #wrap {
    padding: 93px 0 0;
    position: relative;
  }
  .is_pc #wrap {
    padding: 108px 0 0;
  }
  .ico_loading {
    width: 100%;
    height: 100%;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .ico_loading.on {
    visibility: visible;
  }
  .ico_loading span {
    width: 32px;
    height: 32px;
    padding: 5px;
    display: block;
    opacity: 0;
    background-image: url(../../common/images/parts_ico_loading.gif);
    background-color: #fffffff2;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
    background-size: 32px;
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px) !important;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transition: transform 0.25s ease, opacity 0.25s ease;
    -webkit-transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .ico_loading.on span {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: transform 0.25s ease 0.2s, opacity 0.25s ease 0.2s;
    -webkit-transition: transform 0.25s ease 0.2s, opacity 0.25s ease 0.2s;
  }
  .ico_loading.on.prev span {
    top: calc(90% - 16px) !important;
  }
  .ico_loading.on.next span {
    top: calc(20% - 16px) !important;
  }
  #header {
    width: 100%;
    box-sizing: border-box;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  #header_inner .head_fix {
    width: 100%;
    height: 153px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .is_pc #header_inner .head_fix {
    height: 158px;
  }
  #header_inner h1 {
    width: 100%;
    height: 48px;
    padding: 15px 0 0 12px;
    background-color: #fff;
    text-align: left;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
  }
  .gnav #header_inner h1 {
    border-bottom: 1px solid #ccc;
  }
  #header_inner h1 img {
    width: 128px;
    height: auto;
    transition: opacity 0.1s ease;
  }
  .is_pc #header_inner #sp_cat_nav {
    width: 100%;
    transform: translateZ(0);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .is_pc #header_inner #sp_cat_nav .inner_wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .is_pc #header_inner #sp_cat_nav .sp_nav_inner {
    width: 100%;
    margin: 0 -5px 0 0;
    border-bottom: 1px solid #333;
  }
  .is_sp #header_inner #sp_cat_nav {
    width: 100%;
    height: 45px;
    overflow: hidden;
    transform: translateZ(0);
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #333;
  }
  .is_sp #header_inner #sp_cat_nav .inner_wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .is_sp #header_inner #sp_cat_nav .sp_nav_inner {
    width: 100%;
    margin: 0 -5px 10px 0;
  }
  #header_inner #sp_cat_nav ul {
    width: 100%;
    padding: 5px 0 0;
    letter-spacing: -0.4em;
    display: flex;
  }
  #header_inner #sp_cat_nav li {
    height: 40px;
    margin: 0 0 0 5px;
    font-size: 12px;
    border-radius: 5px 5px 0 0;
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    white-space: nowrap;
    transform: translateZ(0);
    transition: background 0.15s ease 0s, box-shadow 0.15s ease 0s;
  }
  .is_sp #header_inner #sp_cat_nav li.touch,
  .is_pc #header_inner #sp_cat_nav li:hover {
    background-color: #333;
    box-shadow: 0 -2px 2px #ccc;
    transition: background 0.15s ease 0.05s, box-shadow 0.15s ease 0.05s;
  }
  #header_inner #sp_cat_nav li.current {
    background-color: #333;
    transition: inherit !important;
  }
  #header_inner #sp_cat_nav li a {
    width: 100%;
    padding: 0 14px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    height: auto;
    display: block;
    color: #333;
    transform: translateZ(0);
    transition: color 0.15s ease 0s;
  }
  .is_sp #header_inner #sp_cat_nav li.touch a,
  .is_pc #header_inner #sp_cat_nav li:hover a {
    font-family: 'Noto Sans JP';
    color: #fff;
    transition: color 0.15s ease 0.05s;
  }
  #header_inner #sp_cat_nav li.current a {
    font-family: 'Noto Sans JP';
    color: #fff;
    transition: inherit !important;
  }
  #gnav {
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    display: none;
    opacity: 0;
    box-sizing: border-box;
    color: #000;
    font-size: 12px;
    letter-spacing: 0.1em;
    position: absolute;
    top: 48px;
    right: 0;
    z-index: 10000;
  }
  #gnav_inner {
    height: 100% !important;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    display: block !important;
  }
  #header .sub_outer {
    height: auto !important;
    display: block !important;
    opacity: 1 !important;
  }
  #header .sub_menu {
    display: block !important;
    opacity: 1 !important;
  }
  #gnav li.parents .ico_search img {
    width: 24px;
    height: auto;
    position: relative;
    top: -6px;
  }
  #header .sub_outer {
    width: 100%;
    height: auto;
    padding: 0 5px;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
  }
  #header .sub_menu {
    height: auto !important;
    margin: 0 auto;
    z-index: 10;
  }
  #header .sub_menu .menu_inner {
    height: auto !important;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
  }
  #header .sub_menu section {
    position: relative;
  }
  #header .sub_menu section:after {
    content: "";
    display: block;
    width: 110vw;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    bottom: 0;
    left: -5vw;
  }
  #header .sub_menu section.section_search:after {
    display: none;
  }
  #header .sub_menu section ul {
    letter-spacing: -0.4em;
    overflow: hidden;
  }
  #header .sub_menu section h3 {
    font-size: 16px;
    margin: 0 7px;
    padding: 20px 0 15px;
    color: #333;
  }
  #header .gnav_cat .sub_menu section li,
  #header .gnav_event .sub_menu section li {
    width: 33.333%;
    height: 60px;
    margin: 0 0 15px;
    padding: 0 8px;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    background-color: #fff;
  }
  #header .gnav_category .sub_outer {
    height: auto !important;
    opacity: 1 !important;
    display: block !important;
  }
  #header .gnav_cat .sub_menu section li a,
  #header .gnav_event .sub_menu section li a {
    height: 60px;
    padding: 10px 9px;
    box-sizing: border-box;
    display: block;
    background-color: #f1f1f1;
    position: relative;
  }
  #header .gnav_cat .sub_menu section li h4,
  #header .gnav_event .sub_menu section li h4 {
    font-size: 14px;
    color: #333;
    line-height: 1em;
  }
  #header section li h4.small {
    font-size: 12px !important;
  }
  #header .gnav_cat .sub_menu section li h4 span,
  #header .gnav_event .sub_menu section li h4 span {
    margin: 2px 0 0;
    font-size: 11px;
    display: block;
    color: #666;
  }
  #header .sub_menu section li .num {
    font-family: 'Noto Sans JP' !important;
    font-size: 14px;
    letter-spacing: 0;
    color: #333;
    position: absolute;
    bottom: 10px;
    right: 9px;
  }
  #header li.gnav_axis {
    display: none;
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #header li.gnav_axis a {
    padding: 15px 25px;
    font-family: 'Noto Sans JP' !important;
    display: block;
    font-size: 16px;
    color: #333;
    position: relative;
    transition: color 0.15s ease 0s;
  }
  #header .gnav_axis_forum {
    display: none;
  }
  .is_sp #header li.gnav_axis a.touch,
  .is_pc #header li.gnav_axis a:hover {
    color: #01aeeb;
    transition: color 0.15s ease 0.05s;
  }
  #header li.gnav_axis a:after {
    content: "";
    width: 8px;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url(../../common/images/parts_gnav_sp_arrow_right.png);
    background-position: center;
    background-size: 8px;
    background-repeat: no-repeat;
    top: 0;
    right: 25px;
    transition: right 0.15s ease 0s;
  }
  .is_sp #header li.gnav_axis a.touch:after,
  .is_pc #header li.gnav_axis a:hover:after {
    right: 20px;
    transition: right 0.15s ease 0.05s;
  }
  #header .gnav_search .search_area {
    padding: 0 6px;
    margin: 0 auto 15px;
    overflow: hidden;
  }
  #header .gnav_search input[type="text"] {
    width: 78.461%;
    height: 50px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 50px;
    background-color: #f1f1f1;
    border: none;
    outline: none;
    float: left;
    transition: background 0.15s ease 0s;
  }
  #header .gnav_search input[type="text"]:hover {
    background-color: #ececec;
    transition: background 0.15s ease 0.05s;
  }
  input::-webkit-input-placeholder,
  input::-ms-input-placeholder,
  input::-moz-placeholder {
    color: #ccc !important;
    font-weight: 400;
  }
  #header .gnav_search input[type="submit"] {
    width: 18.461%;
    height: 50px;
    border-radius: 3px;
    background-color: #666;
    background-image: url(../../common/images/parts_ico_btn_submit.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    outline: none;
    float: right;
    cursor: pointer;
    position: relative;
    transition: background 0.15s ease 0s;
  }
  #header .gnav_search input[type="submit"]:hover {
    background-color: #555;
    transition: background 0.15s ease 0.05s;
  }
  #header .gnav_search .search_cloud {
    padding-top: 20px !important;
    width: auto !important;
    margin: 0 auto 20px !important;
    clear: both;
    position: relative;
  }
  #header .gnav_search .search_cloud:after {
    content: "";
    display: block;
    width: 110vw !important;
    height: 1px !important;
    background-color: #ccc !important;
    position: absolute;
    top: 0 !important;
    left: -5vw !important;
  }
  #header .gnav_search .search_cloud h4 {
    margin: 0 6px 15px !important;
    font-size: 16px !important;
  }
  #header .gnav_search .search_cloud ul {
    display: flex;
    flex-wrap: wrap;
  }
  #header .gnav_search .search_cloud li {
    width: auto !important;
    height: auto !important;
    font-family: 'Noto Sans JP' !important;
    margin: 0 6px 10px !important;
    padding: inherit !important;
    letter-spacing: normal !important;
    box-sizing: border-box !important;
    font-size: 12px !important;
    background-color: inherit !important;
  }
  #header .gnav_search .search_cloud li a {
    width: auto !important;
    max-width: 78vw;
    padding: 0 15px !important;
    height: 36px !important;
    line-height: 36px !important;
    display: flex !important;
    align-items: center;
    text-overflow: ellipsis;
    border-radius: 50vh;
    border: 1px solid #666 !important;
    white-space: nowrap;
    overflow: hidden;
    color: #666;
  }
  #header .gnav_ico {
    clear: both;
    width: 80px;
    height: 45px;
    position: fixed;
    text-align: right;
    display: block;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 10001;
  }
  #header .gnav_ico span {
    border-radius: 3px;
  }
  #header .gnav_ico span.top {
    width: 20px;
    border-top: 3px solid #333;
    position: absolute;
    top: 18px;
    right: 15px;
  }
  #header .gnav_ico span.mid {
    content: "";
    display: block;
    width: 20px;
    border-top: 3px solid #333;
    position: absolute;
    top: 24px;
    right: 15px;
  }
  #header .gnav_ico span.btm {
    content: "";
    display: block;
    width: 20px;
    border-top: 3px solid #333;
    position: absolute;
    top: 30px;
    right: 15px;
  }
  #header .gnav_ico.on span {
    border-color: #000;
  }
  #header .gnav_ico.on span.top {
    top: 24px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transition: top 0.17s ease, -webkit-transform 0.13s ease-out 0.17s,
      transform 0.13s ease-out 0.17s;
  }
  #header .gnav_ico.on span.btm {
    top: 24px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: top 0.17s ease, -webkit-transform 0.13s ease-out 0.17s,
      transform 0.13s ease-out 0.17s;
  }
  #header .gnav_ico.on span.mid {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    transition: opacity 0s ease 0.17s;
  }
  #header .gnav_ico span.top,
  #header .gnav_ico span.btm {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: top 0.17s ease 0.13s, -webkit-transform 0.13s ease-in,
      transform 0.13s ease-in;
  }
  #header .gnav_ico span.mid {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    transition: opacity 0s ease 0.13s;
  }
  #header .overlay {
    width: 100%;
    height: 100vh;
    min-height: 100%;
    position: fixed;
    background-color: #0000;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 10;
  }
  #footer {
    padding-top: 30px !important;
    background-color: #f5f5f5;
    position: relative;
    z-index: 101;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 10px;
    text-align: center;
  }
  #footer #foot_sns {
    margin-bottom: 45px;
  }
  #footer #foot_sns .t {
    font-size: 15px;
    margin-bottom: 30px;
  }
  #footer #foot_sns ul {
    display: flex;
    justify-content: center;
  }
  #footer #foot_sns li {
    margin: 0 13px;
  }
  #footer #foot_sns li a {
    display: block;
  }
  #footer #foot_sns li .ico {
    width: auto;
    height: 45px;
    margin-bottom: 4px;
  }
  #footer #foot_sns li .ico img {
    width: auto;
    height: 45px;
  }
  #footer #foot_sns li .name {
    font-size: 10px;
    color: #666;
  }
  #footer .row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-left: -50px;
  }
  #footer .logo {
    padding-right: 50px;
    display: inline-block;
    text-align: center;
    margin-top: -5px;
  }
  #footer .logo .mag {
    font-size: 14px;
    margin: 10px;
  }
  #footer .logo .i {
    width: 107px;
    height: 89px;
    margin: 0 auto 10px;
  }
  #footer .logo .i img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  #footer .logo .copyright {
    font-size: 10px;
  }
  #footer #foot_nav {
    text-align: left;
    margin-bottom: 35px !important;
  }
  #footer #foot_nav ul {
    display: flex;
    flex-direction: column;
  }
  #footer #foot_nav ul li {
    margin-bottom: 18px;
  }
  #footer #foot_nav ul li:after {
    display: none !important;
  }
  #footer #foot_nav ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 520px) {
  #header section li h4.small {
    font-size: 12px !important;
    line-height: 1.2em !important;
  }
  #header section li h4.small span {
    font-size: 9px !important;
  }
}
@media screen and (max-width: 480px) {
  #header .gnav_cat .sub_menu section li,
  #header .gnav_event .sub_menu section li {
    width: 50%;
  }
}
@media screen and (max-width: 321px) {
  #footer {
    padding-top: 30px !important;
    background-color: #f5f5f5;
    position: relative;
    z-index: 101;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 10px;
    text-align: center;
  }
  #footer #foot_sns {
    margin-bottom: 45px;
  }
  #footer #foot_sns .t {
    font-size: 14px;
    margin-bottom: 30px;
  }
  #footer #foot_sns ul {
    display: flex;
    justify-content: center;
  }
  #footer #foot_sns li {
    margin: 0 8px;
  }
  #footer #foot_sns li a {
    display: block;
  }
  #footer #foot_sns li .ico {
    width: auto;
    height: 45px;
    margin-bottom: 4px;
  }
  #footer #foot_sns li .ico img {
    width: auto;
    height: 45px;
  }
  #footer #foot_sns li .name {
    font-size: 10px;
    color: #666;
  }
  #footer .row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-left: -30px;
  }
  #footer .logo {
    padding-right: 30px;
    display: inline-block;
    text-align: center;
    margin-top: -5px;
  }
  #footer .logo .mag {
    font-size: 14px;
    margin: 10px;
  }
  #footer .logo .i {
    width: 35px;
    height: 39px;
    margin: 0 auto 10px;
  }
  #footer .logo .copyright {
    font-size: 10px;
  }
  #footer #foot_nav {
    text-align: left;
    margin-bottom: 35px !important;
  }
  #footer #foot_nav ul {
    display: flex;
    flex-direction: column;
  }
  #footer #foot_nav ul li {
    margin-bottom: 18px;
  }
  #footer #foot_nav ul li:after {
    display: none !important;
  }
  #footer #foot_nav ul li a {
    font-size: 12px;
  }
}
.slick-dots,
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  padding: 0;
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before {
  opacity: 1;
}
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
}
.slick-prev {
  left: -25px;
}
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before,
.slick-next:before,
[dir="rtl"] .slick-prev:before {
  content: "";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
[dir="rtl"] .slick-next:before {
  content: "";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  text-align: center;
  opacity: 0.25;
  color: #000;
}
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
.slick-slider {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slick-track {
  top: 0;
  left: 0;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[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-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dotted.slick-slider {
  margin: 0;
}
.slick-dots {
  width: 100% !important;
  display: table !important;
  text-align: center;
  vertical-align: middle;
  position: absolute !important;
  left: 0;
  top: inherit !important;
  bottom: 35px !important;
  z-index: 3;
}
.slick-dots li {
  margin: 0 6px;
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 0;
  border-radius: 12px;
  outline: none;
  position: relative;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 0;
  border-radius: 12px;
  outline: none;
  position: relative;
}
button::-moz-focus-inner {
  border: 0;
}
.slick-dots li button:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-dots li:hover button:before,
.slick-dots li.slick-active button:before {
  background-color: #aaa;
  opacity: 1;
}
.slick-prev {
  width: 28px;
  height: 28px;
  left: -48px;
}
.slick-next {
  width: 28px;
  height: 28px;
  right: -45px;
}
.slick-prev:before {
  content: "";
  display: block;
  width: 33px;
  height: 28px;
  font-size: 0;
  opacity: 1 !important;
  background-image: url(../../common/images/parts_slider_arrow_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px;
  cursor: pointer;
  transition: width 0.15s ease 0s, opacity 0.15s ease 0s;
}
.is_sp .slick-prev.touch:before,
.is_pc .slick-prev:hover:before {
  width: 28px;
  opacity: 0.7 !important;
  transition: width 0.15s ease 0.05s, opacity 0.15s ease 0.05s;
}
.slick-next:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  font-size: 0;
  opacity: 1;
  background-image: url(../../common/images/parts_slider_arrow_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
  cursor: pointer;
  transition: width 0.15s ease 0s, opacity 0.15s ease 0s;
}
.is_sp .slick-next.touch:before,
.is_pc .slick-next:hover:before {
  width: 33px;
  opacity: 0.7 !important;
  transition: width 0.15s ease 0.05s, opacity 0.15s ease 0.05s;
}
@media screen and (max-width: 960px) and (min-width: 769px) {
  .slick-prev {
    left: -33px !important;
  }
  .slick-next {
    right: -30px !important;
  }
}
@media screen and (max-width: 768px) {
  #gnav section.type_sp {
    padding-top: 8px;
    overflow: inherit;
    position: relative;
  }
  #gnav section.type_sp .s_inner {
    padding-top: 5px;
    padding-left: 65px;
    padding-right: 25px;
  }
  #gnav section.type_sp .s_inner a {
    display: block;
  }
  #gnav section.type_sp .s_inner .row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
  }
  #gnav section.type_sp .s_inner .row .img {
    width: 30.864%;
  }
  #gnav section.type_sp .s_inner .row .img img {
    width: 100%;
    height: auto;
  }
  #gnav section.type_sp .s_inner .row .info {
    width: 64.5%;
  }
  #gnav section.type_sp .s_inner .row .info .cat {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
  }
  #gnav section.type_sp .s_inner .row .info h4 {
    font-size: 15px;
    line-height: 1.5333333333em;
  }
  #gnav section.type_sp .s_inner .all {
    height: 60px;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }
  #gnav section.type_sp .s_inner .all p {
    font-size: 16px;
  }
  #gnav section.type_sp.sp_axis_forum .img {
    position: relative;
  }
  #gnav section.type_sp.sp_axis_forum .img._open:after {
    content: "";
    display: block;
    width: 43%;
    height: 43%;
    background-image: url(../img/ico_open.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  }
  #gnav section.type_sp.sp_axis_forum .img img {
    border-radius: 5px;
  }
}
.is_pc #header .gnav_cat .sub_menu section li a:hover,
.is_sp #header .gnav_cat .sub_menu section li a.touch {
  background-color: #e7e7e7;
  transition: background 0.15s ease 0.05s;
}
.search_cloud li a {
  transition: border, color, background !important;
  transition-duration: 0.15s;
  background-color: #fff !important;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.search_cloud li a:hover {
  color: #fff !important;
  border: 1px solid #666;
  background-color: #666 !important;
}
h2,
h3,
h4 {
  font-family: 'Noto Sans JP' !important;
}
.ff_r {
  font-family: 'Noto Sans JP' !important;
}
.ff_m {
  font-family: 'Noto Sans JP' !important;
}
.ff_b {
  font-family: 'Noto Sans JP' !important;
  font-weight:700;

}
.btn_round {
  height: 50px;
  white-space: nowrap;
}
@media (max-width: 960px) and (min-width: 769px) {
  .btn_round {
    height: 50px;
  }
}
@media (max-width: 768px) {
  .btn_round {
    height: 42px;
  }
}
.btn_round.bs-200 {
  width: 200px;
}
@media (max-width: 960px) and (min-width: 769px) {
  .btn_round.bs-200 {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .btn_round.bs-200 {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .btn_round.bs-200 {
    width: 100%;
  }
  .btn_round.bs-200.s {
    width: 150px;
  }
}
.btn_round.bs-240 {
  width: 240px;
}
@media (max-width: 960px) and (min-width: 769px) {
  .btn_round.bs-240 {
    width: 240px;
  }
}
@media (max-width: 768px) {
  .btn_round.bs-240 {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .btn_round.bs-240 {
    width: 100%;
  }
}
.btn_round.bs-500 {
  width: 500px;
  height: 60px;
}
@media (max-width: 960px) and (min-width: 769px) {
  .btn_round.bs-500 {
    width: 500px;
  }
}
@media (max-width: 768px) {
  .btn_round.bs-500 {
    width: 500px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  .btn_round.bs-500 {
    height: 60px;
  }
}
@media (max-width: 768px) {
  .btn_round.bs-500 {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .btn_round.bs-500 {
    width: 100%;
  }
}

.btn_round.bs-300 {
  width: 300px;
  height: 60px;
}
@media (max-width: 960px) and (min-width: 769px) {
  .btn_round.bs-300 {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .btn_round.bs-300 {
    width: 300px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  .btn_round.bs-300 {
    height: 60px;
  }
}
@media (max-width: 768px) {
  .btn_round.bs-300 {
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .btn_round.bs-300 {
    width: 73.4%;
  }
}
.btn_round a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #333;
  border: 1px solid #707070;
  border-radius: 50vh;
  transition: color, background;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #fff;
  letter-spacing: normal;
}
@media (max-width: 960px) and (min-width: 769px) {
  .btn_round a {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .btn_round a {
    font-size: 15px;
  }
}
.is_pc .btn_round a:hover,
.is_sp .btn_round a.touch {
  color: #fff;
  background-color: #707070;
}
.sub_bottom_pr_posts {
  padding-top: 20px;
  padding-bottom: 60px;
  width: 85.4838709677vw;
  margin: 0 auto;
}
@media (max-width: 960px) and (min-width: 769px) {
  .sub_bottom_pr_posts {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .sub_bottom_pr_posts {
    padding-top: 20px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  .sub_bottom_pr_posts {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .sub_bottom_pr_posts {
    padding-bottom: 0;
  }
}
@media (min-width: 1240px) {
  .sub_bottom_pr_posts {
    width: 1060px;
  }
}
@media (max-width: 768px) {
  .sub_bottom_pr_posts {
    width: 100%;
  }
}
.sub_bottom_pr_posts h4 {
  font-size: 14px;
  margin-bottom: 8px;
}
@media (max-width: 960px) and (min-width: 769px) {
  .sub_bottom_pr_posts h4 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .sub_bottom_pr_posts h4 {
    font-size: 12px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  .sub_bottom_pr_posts h4 {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .sub_bottom_pr_posts h4 {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .sub_bottom_pr_posts h4 {
    margin-left: 5px;
  }
}
.sub_bottom_pr_posts a {
  display: block;
}
.sub_bottom_pr_posts a .img {
  width: 100%;
  height: auto;
}
.sub_bottom_pr_posts a .img img {
  width: 100%;
  height: auto;
  transition: opacity;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is_pc .sub_bottom_pr_posts a:hover img,
.is_sp .sub_bottom_pr_posts a.touch img {
  opacity: 0.8;
}
.ov_op img {
  filter: brightness(1);
  transition: filter !important;
  transition-duration: 0.25s !important;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: filter;
}
.is_pc .ov_op:hover img,
.is_sp .ov_op.touch img {
  filter: brightness(1.15) contrast(1.15);
}
.ov_color h4 {
  transition: color;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is_pc .ov_color:hover h4,
.is_sp .ov_color.touch h4 {
  color: #01aeeb !important;
}
.ov_color_p p {
  transition: color;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is_pc .ov_color_p:hover p,
.is_sp .ov_color_p.touch p {
  color: #01aeeb !important;
}
#page_home {
  overflow: hidden;
}
#page_home section#billboard .img {
  width: 100%;
  height: auto;
}
#page_home section#billboard .img img {
  width: 100%;
  height: auto;
  margin: 0;
}
#page_home section#billboard a img {
  transition: opacity 0.15s ease 0s;
}
#page_home .is_pc section#billboard a:hover img,
#page_home .is_sp section#billboard a.touch img {
  opacity: 0.9 !important;
  transition: opacity 0.15s ease 0.05s;
}
#page_home #editors_choice a {
  transition: color 0.15s ease 0s;
}
#page_home .is_pc #editors_choice a:hover h4,
#page_home .is_sp #editors_choice a.touch h4 {
  color: #01aeeb;
  transition: color 0.15s ease 0.05s;
}
#page_home section#latest_post a img {
  transition: opacity 0.15s ease 0s;
}
#page_home .is_pc section#latest_post a:hover img,
#page_home .is_sp section#latest_post a.touch img {
  opacity: 0.85 !important;
  transition: opacity 0.15s ease 0.05s;
}
#page_home aside#pr_side a img {
  transition: opacity 0.15s ease 0s;
}
#page_home .is_pc aside#pr_side a:hover img,
#page_home .is_sp aside#pr_side a.touch img {
  opacity: 0.85 !important;
  transition: opacity 0.15s ease 0.05s;
}
#page_home #recently_posts a {
  transition: color 0.15s ease 0s;
}
#page_home .is_pc #recently_posts a:hover h4,
#page_home .is_sp #recently_posts a.touch h4 {
  color: #01aeeb;
  transition: color 0.15s ease 0.05s;
}
#page_home #popular a {
  transition: color 0.15s ease 0s;
}
#page_home .is_pc #popular a:hover h4,
#page_home .is_sp #popular a.touch h4 {
  color: #01aeeb;
  transition: color 0.15s ease 0.05s;
}
#page_home aside#pr_mid a img {
  transition: opacity 0.15s ease 0s;
}
#page_home .is_pc aside#pr_mid a:hover img,
#page_home .is_sp aside#pr_mid a.touch img {
  opacity: 0.85 !important;
  transition: opacity 0.15s ease 0.05s;
}
#page_home #axis_info a {
  transition: color 0.15s ease 0s;
}
#page_home .is_pc #axis_info a:hover h4,
#page_home .is_sp #axis_info a.touch h4 {
  color: #01aeeb;
  transition: color 0.15s ease 0.05s;
}
#page_home #post_lists a {
  transition: color 0.15s ease 0s;
}
#page_home .is_pc #post_lists a:hover h4,
#page_home .is_sp #post_lists a.touch h4 {
  color: #01aeeb;
  transition: color 0.15s ease 0.05s;
}
#page_home #serial_posts a {
  transition: color 0.15s ease 0s;
}
#page_home .is_pc #serial_posts a:hover h4,
#page_home .is_sp #serial_posts a.touch h4 {
  color: #01aeeb;
  transition: color 0.15s ease 0.05s;
}
#page_home .img_slider,
#page_home .img_slider img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
}
@media screen and (min-width: 769px) {
  #page_home #contents_area_inner {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  #page_home #column_outer {
    margin: 0 50px;
    padding: 40px 0 0;
    background-color: #f1f1f1;
    position: relative;
  }
  #page_home #contents_area_inner .column {
    padding: 0 60px;
    background-color: transparent;
  }
  #page_home section h2 {
    font-size: 14px;
  }
  #page_home aside h3,
  #page_home section h3 {
    height: 24px;
    font-size: 12px;
    display: block;
    position: relative;
    line-height: 1em;
  }
  #page_home h3.external {
    overflow: inherit !important;
    margin: 0 0 -2px;
  }
  #page_home section h4 {
    font-size: 16px;
    line-height: 1.5em;
    word-break: break-all;
  }
  #page_home section .date {
    height: 24px;
    color: #666;
    font-size: 12px;
    background-color: white;
    padding-left: 10px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #page_home div.column {
    width: 100%;
    padding: 20px 110px 0px;
    margin: 0 auto 50px;
    box-sizing: border-box;
  }
  #page_home .column_row {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) and (min-width: 769px) {
  #page_home .column_row {
    display: inherit;
  }
}
@media screen and (min-width: 769px) {
  #page_home .column_left {
    width: 65.849%;
    margin: 0 2.453% 0 0;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 769px) {
  #page_home .column_right {
    width: 31.698%;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 769px) {
  #page_home section#billboard {
    margin: 5px 0 40px;
  }
  #page_home section#billboard h2 {
    padding: 15px 0 10px;
  }
  #page_home section#pr_large {
    max-width: 1600px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
    overflow: hidden;
    position: relative;
  }
  #page_home section#pr_large .title {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
  }
  #page_home section#pr_large .title_inner {
    max-width: 1600px;
    margin: 0 50px;
    box-sizing: border-box;
    text-align: right;
  }
  #page_home section#pr_large h2 {
    display: inline-block;
    padding: 8px 13px 10px;
    font-size: 16px;
    background-color: #333;
    color: #ccc;
  }
  #page_home section#pr_large h2.external:before {
    top: 0;
  }
  #page_home section#pr_large .img {
    overflow: hidden;
  }
  #page_home section#pr_large img {
    width: 100%;
    min-width: 960px !important;
    max-width: 1600px !important;
    height: auto !important;
  }
  #page_home section#latest_post .desc {
    width: 100%;
    padding: 25px 30px;
    box-sizing: border-box;
    background-color: #fffc;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #page_home section#latest_post .desc h4 {
    line-height: 1.5em;
  }
  #page_home section#editors_choice ul,
  #page_home section#recently_posts ul {
    margin: 0 0 -40px;
    letter-spacing: -0.4em;
    overflow: hidden;
  }
  #page_home section#editors_choice li,
  #page_home section#recently_posts li {
    width: 48.137%;
    max-width: 336px;
    overflow: hidden;
    padding: 0 0 50px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    position: relative;
  }
  #page_home section#editors_choice li a,
  #page_home section#recently_posts li a {
    display: block;
    overflow: hidden;
  }
  #page_home section#editors_choice li .img,
  #page_home section#recently_posts li .img {
    margin: 0 0 15px;
    background-color: #eee;
  }
  #page_home section#editors_choice li h4,
  #page_home section#recently_posts li h4 {
    line-height: 1.5em;
  }
  #page_home section#editors_choice li:nth-child(odd),
  #page_home section#recently_posts li:nth-child(odd) {
    margin: 0 3.726% 0 0;
  }
  #page_home section#editors_choice li .date,
  #page_home section#recently_posts li .date {
    margin-top: -2px;
    margin-right: -5px;
    padding: 2px 5px;
    background-color: #f1f1f1;
  }
  #page_home section#popular h2 {
    color: #333;
    display: inline-block;
    vertical-align: top;
    position: relative;
    line-height: 1em;
  }
  #page_home section#popular .section_inner {
    background-color: #f9f9f9;
    height: calc(100% - 60px);
  }
  #page_home section#popular .section_inner ul {
    padding: 25px 0 30px;
  }
  #page_home section#popular .section_inner li {
    margin: 0 7.44% 70px;
    position: relative;
  }
  #page_home section#popular .section_inner li a {
    display: block;
  }
  #page_home section#popular .section_inner li:last-child {
    margin-bottom: 0;
    border: none;
  }
  #page_home section#popular .section_inner .row {
    display: flex;
    justify-content: space-between;
  }
  #page_home section#popular .section_inner h4 {
    width: 62%;
    max-width: 170px;
    max-height: 4.5em;
    font-size: 15px;
    line-height: 1.5em;
  }
  #page_home section#popular .section_inner .img {
    width: 35%;
  }
  #page_home section#popular .section_inner .view {
    font-size: 12px;
    position: absolute;
    bottom: 20px;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  #page_home section#post_lists ul {
    letter-spacing: -0.4em;
  }
  #page_home section#post_lists li {
    width: 31.698%;
    margin: 0 2.4528% 50px 0;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
  }
  #page_home section#post_lists li.large {
    width: 48.136%;
    margin: 0 2.4528% 50px 0;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
  }
  #page_home section#post_lists li a {
    display: block;
    overflow: hidden;
    position: relative;
  }
  #page_home section#post_lists li h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #page_home section#post_lists li:nth-child(3n-1) {
    margin-right: 0;
  }
  #page_home section#post_lists li .img {
    margin: 0 0 10px;
    background-color: #eee;
  }
  #page_home section#serial_posts ul {
    padding: 0 0 55px;
    letter-spacing: -0.4em;
  }
  #page_home section#serial_posts li {
    width: 31.698%;
    margin: 0 2.4528% 50px 0;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
  }
  #page_home section#serial_posts li a {
    display: block;
    overflow: hidden;
  }
  #page_home section#serial_posts li:nth-child(3n) {
    margin-right: 0;
  }
  #page_home section#serial_posts li .img {
    margin: 0 0 10px;
    background-color: #eee;
  }
}
@media screen and (min-width: 961px) {
  #page_home section#latest_post .desc {
    width: 100%;
    height: inherit !important;
  }
}
@media screen and (max-width: 960px) and (min-width: 769px) {
  #page_home section#editors_choice,
  #page_home section#recently_posts {
    width: 100%;
  }
  #page_home section#editors_choice ul,
  #page_home section#recently_posts ul {
    margin: 0;
  }
  #page_home section#editors_choice li,
  #page_home section#recently_posts li {
    width: 48.136% !important;
    max-width: inherit !important;
  }
  #page_home section#editors_choice li.odd,
  #page_home section#recently_posts li.odd {
    margin: 0 3.728% 0 0;
  }
  #page_home section#popular {
    width: inherit;
    height: inherit !important;
    display: block !important;
  }
  #page_home section#popular .section_inner {
    background-color: #fff;
    height: 100%;
  }
  #page_home section#popular .section_inner h4 {
    max-height: inherit !important;
  }
  #page_home section#popular .section_inner ul {
    overflow: hidden;
    padding: 25px 4.037% 5px;
    letter-spacing: -0.4em;
  }
  #page_home section#popular .section_inner li {
    width: 48.136%;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 0 50px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    letter-spacing: normal;
  }
  #page_home section#popular .section_inner li a {
    display: block;
  }
  #page_home section#popular .section_inner li:nth-child(2n) {
    margin-left: 3.726%;
  }
  #page_home section#popular .section_inner li.second_last,
  #page_home section#popular .section_inner li:last-child {
    margin-bottom: 0;
    border: none;
  }
  #page_home section#popular .section_inner h4 {
    width: 62%;
    max-width: inherit !important;
    max-height: 4.5em;
    font-size: 14px;
    line-height: 1.5em;
    float: left;
  }
  #page_home section#popular .section_inner .img {
    width: 35%;
    float: right;
    background-color: #eee;
  }
  #page_home section#popular .section_inner .view {
    font-size: 12px;
    position: absolute;
    bottom: 20px;
    left: 0;
  }
}
@media screen and (max-width: 960px) and (min-width: 769px) {
  #page_home div.column {
    width: 100%;
    max-width: 960px;
    padding: 0 62px;
    box-sizing: border-box;
    margin: 0 auto 50px;
  }
  #page_home .column_left {
    width: 48.136%;
    margin: 0 3.728% 0 0;
  }
  #page_home .column_right {
    width: 48.136%;
  }
  #page_home #contents_area_inner {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  #page_home #column_outer {
    margin: 0 32px;
    padding: 40px 0 0;
    background-color: #f1f1f1;
    position: relative;
  }
  #page_home #contents_area_inner .column {
    padding: 0 30px;
    background-color: transparent;
  }
  #page_home section#pr_large .title_inner {
    margin: 0 30px;
  }
  #page_home section#latest_post {
    position: relative;
  }
  #page_home section#latest_post .desc {
    width: 100%;
    padding: 15px 25px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    left: 0;
    bottom: 0;
  }
  #page_home section#latest_post:after {
    content: "";
    width: 100%;
    height: 15px;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
  }
  #page_home section#latest_post .desc h4 {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
  }
  #page_home section#latest_post .switch_sp.tablet {
    visibility: visible !important;
    height: inherit !important;
  }
  #page_home section#latest_post .txt {
    font-size: 12px;
    line-height: 2em;
    color: #333;
    position: relative;
  }
  #page_home section#latest_post .date {
    margin: -4px 0 0;
    padding: 4px 0 4px 5px;
    background-color: #f1f1f1;
  }
  #page_home section#post_lists ul {
    letter-spacing: -0.4em;
  }
  #page_home section#post_lists li {
    width: 48.136%;
    margin: 0 0 50px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
  }
  #page_home section#post_lists li:nth-child(odd) {
    margin: 0 3.728% 50px 0;
  }
  #page_home section#post_lists li .img {
    margin: 0 0 10px;
  }
  #page_home section#serial_posts ul {
    padding: 0 0 35px;
    letter-spacing: -0.4em;
  }
  #page_home section#serial_posts li {
    width: 48.136%;
    margin: 0 0 50px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
  }
  #page_home section#serial_posts li:nth-child(odd) {
    margin: 0 3.728% 50px 0;
  }
  #page_home section#serial_posts li .img {
    margin: 0 0 10px;
  }
  #page_home section#serial_posts li.tablet {
    display: inline-block !important;
  }
}
#page_home section h2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#page_home #magazine h2 {
  width: 142px;
  height: 33px;
  margin-bottom: 30px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #magazine h2 {
    width: 142px;
  }
}
@media (max-width: 768px) {
  #page_home #magazine h2 {
    width: 156px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #magazine h2 {
    height: 33px;
  }
}
@media (max-width: 768px) {
  #page_home #magazine h2 {
    height: 33px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #magazine h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #page_home #magazine h2 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #page_home #magazine h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
#page_home #magazine .mov {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #magazine .mov {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  #page_home #magazine .mov {
    margin-bottom: 40px;
  }
}
#page_home #magazine .mov iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 769px) {
  #page_home #magazine .s_inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #page_home #magazine .s_inner {
    padding: 0 45px;
  }
}
#page_home #magazine h3 {
  height: auto;
  color: #333;
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #magazine h3 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  #page_home #magazine h3 {
    font-size: 18px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #magazine h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  #page_home #magazine h3 {
    margin-bottom: 5px;
  }
}
#page_home #magazine .desc {
  margin-bottom: 25px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #magazine .desc {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  #page_home #magazine .desc {
    margin-bottom: 20px;
  }
}
#page_home #magazine .desc p {
  font-size: 15px;
  line-height: 1.5333333333em;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #magazine .desc p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  #page_home #magazine .desc p {
    font-size: 15px;
  }
}
#page_home #magazine .info {
  margin-bottom: 25px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #magazine .info {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  #page_home #magazine .info {
    margin-bottom: 15px;
  }
}
#page_home #magazine .info p {
  font-size: 14px;
  line-height: 1.5em;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #magazine .info p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #page_home #magazine .info p {
    font-size: 14px;
  }
}
#page_home #magazine .detail ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  #page_home #magazine .detail ul {
    padding: 0 45px;
    display: block;
  }
}
#page_home #magazine .detail ul li {
  margin-right: 20px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #magazine .detail ul li {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  #page_home #magazine .detail ul li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #page_home #magazine .detail ul li {
    margin-bottom: 25px;
  }
}
#page_home #event_talk {
  margin-top: 70px;
  margin-bottom: 80px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #event_talk {
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  #page_home #event_talk {
    margin-top: 45px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #event_talk {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  #page_home #event_talk {
    margin-bottom: 45px;
  }
}
#page_home #event_talk h2 {
  width: 177px;
  height: 30px;
  margin-bottom: 30px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #event_talk h2 {
    width: 177px;
  }
}
@media (max-width: 768px) {
  #page_home #event_talk h2 {
    width: 192px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #event_talk h2 {
    height: 30px;
  }
}
@media (max-width: 768px) {
  #page_home #event_talk h2 {
    height: 31px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #event_talk h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #page_home #event_talk h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #page_home #event_talk h2 {
    margin-left: auto;
    margin-right: auto;
  }
}
#page_home #event_talk .row {
  width: 100%;
}
@media (min-width: 769px) {
  #page_home #event_talk .row {
    display: flex;
    justify-content: space-between;
  }
  #page_home #event_talk .row .img {
    width: 47.1698113208%;
    position: relative;
    overflow: hidden;
  }
  #page_home #event_talk .row .img img {
    width: 100%;
    height: auto;
  }
  #page_home #event_talk .row .img._open:after {
    content: "";
    display: block;
    width: 20%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 2;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  }
  #page_home #event_talk .row .img._open.open:after {
    background-image: url(../img/ico_open.svg);
  }
  #page_home #event_talk .row .img._open.in_session:after {
    background-image: url(../img/ico_in_session.svg);
  }
  #page_home #event_talk .row .img._open.announcement:after {
    background-image: url(../img/ico_announcement.svg);
  }
}
@media screen and (max-width: 768px) {
  #page_home #event_talk .row .img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
  }
  #page_home #event_talk .row .img._open:after {
    content: "";
    display: block;
    width: 20%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  }
  #page_home #event_talk .row .img._open.open:after {
    background-image: url(../img/ico_open.svg);
  }
  #page_home #event_talk .row .img._open.in_session:after {
    background-image: url(../img/ico_in_session.svg);
  }
  #page_home #event_talk .row .img._open.announcement:after {
    background-image: url(../img/ico_announcement.svg);
  }
  #page_home #event_talk .row .img img {
    width: 100%;
    height: auto;
    margin: 0 !important;
  }
}
@media (min-width: 769px) {
  #page_home #event_talk .row .outline {
    width: 47.1698113208%;
  }
}
@media screen and (max-width: 768px) {
  #page_home #event_talk .row .outline {
    padding: 0 45px;
  }
}
#page_home #event_talk .row .outline .ttl {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media (min-width: 769px) {
  #page_home #event_talk .row .outline .ttl {
    border-bottom: 1px dashed #707070;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #event_talk .row .outline .ttl {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  #page_home #event_talk .row .outline .ttl {
    margin-bottom: 15px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #event_talk .row .outline .ttl {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  #page_home #event_talk .row .outline .ttl {
    padding-bottom: 0;
  }
}
#page_home #event_talk .row .outline .ttl .cat {
  font-size: 14px;
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  #page_home #event_talk .row .outline .ttl .cat {
    color: #999;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #event_talk .row .outline .ttl .cat {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #page_home #event_talk .row .outline .ttl .cat {
    font-size: 14px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #event_talk .row .outline .ttl .cat {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  #page_home #event_talk .row .outline .ttl .cat {
    margin-bottom: 5px;
  }
}
#page_home #event_talk .row .outline .ttl h3 {
  color: #333;
  height: auto;
  font-size: 24px;
  line-height: 1.5em;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #event_talk .row .outline .ttl h3 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  #page_home #event_talk .row .outline .ttl h3 {
    font-size: 18px;
  }
}
#page_home #event_talk .row .outline .info {
  margin-bottom: 30px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #event_talk .row .outline .info {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #page_home #event_talk .row .outline .info {
    margin-bottom: 20px;
  }
}
#page_home #event_talk .row .outline .info p {
  font-size: 16px;
  line-height: 2em;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #event_talk .row .outline .info p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #page_home #event_talk .row .outline .info p {
    font-size: 16px;
  }
}
#page_home #editors_choice h2 {
  width: 220px;
  height: 26px;
  height: auto;
  margin-bottom: 35px;
  line-height: 1em;
  font-size: 0;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #editors_choice h2 {
    width: 220px;
  }
}
@media (max-width: 768px) {
  #page_home #editors_choice h2 {
    width: 236px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #editors_choice h2 {
    height: 26px;
  }
}
@media (max-width: 768px) {
  #page_home #editors_choice h2 {
    height: 27px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #editors_choice h2 {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  #page_home #editors_choice h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #page_home #editors_choice h2 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  #page_home #editors_choice ul {
    padding: 0 25px;
  }
  #page_home #editors_choice ul li {
    margin-bottom: 40px;
  }
  #page_home #editors_choice ul li a {
    position: relative;
    height: auto !important;
  }
  #page_home #editors_choice ul li a .img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 12px;
  }
  #page_home #editors_choice ul li a .img img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
  #page_home #editors_choice ul li a h3 {
    font-size: 12px;
    margin-bottom: 5px;
  }
  #page_home #editors_choice ul li a h4 {
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1.6em;
  }
}
#page_home #popular h2 {
  width: 120px;
  height: 33px;
  margin-bottom: 28px;
  line-height: 1em;
  font-size: 0;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #popular h2 {
    width: 120px;
  }
}
@media (max-width: 768px) {
  #page_home #popular h2 {
    width: 160px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #popular h2 {
    height: 33px;
  }
}
@media (max-width: 768px) {
  #page_home #popular h2 {
    height: 33px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #popular h2 {
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  #page_home #popular h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #page_home #popular h2 {
    margin-left: auto;
    margin-right: auto;
  }
}
#page_home #popular .sub_h {
  height: 24px;
  font-size: 14px;
  color: #333;
  display: block;
  position: relative;
  line-height: 1em;
}
#page_home #popular h3 {
  height: auto;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.3em;
  color: #666;
  max-width: 58.241%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #popular h3 {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  #page_home #popular h3 {
    font-size: 12px;
  }
}
#page_home #popular .date {
  font-size: 11px;
  background-color: #f9f9f9;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #popular .date {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  #page_home #popular .date {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  #page_home #popular ul {
    background-color: #f9f9f9;
    padding: 25px 25px 40px;
  }
  #page_home #popular ul li {
    margin-bottom: 45px;
  }
  #page_home #popular ul li:last-child {
    margin-bottom: 0;
  }
  #page_home #popular ul li a {
    position: relative;
    display: block;
  }
  #page_home #popular ul li a .date {
    position: absolute;
    top: 0;
    right: 0;
  }
  #page_home #popular ul li a .row {
    display: flex;
    justify-content: space-between;
  }
  #page_home #popular ul li a .row h4 {
    width: 58.241%;
    font-size: 16px;
    line-height: 1.4375em;
  }
  #page_home #popular ul li a .row .img {
    width: 35.164%;
    background-color: #eee;
  }
}
#page_home #pr_btm {
  margin-bottom: 120px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_home #pr_btm {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  #page_home #pr_btm {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #page_home #pr_btm {
    background-color: #f9f9f9;
  }
}
#page_home #pr_btm h3 {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #page_home #pr_btm h3 {
    padding-left: 5px;
    margin-bottom: 5px;
    height: auto !important;
  }
}
#page_home #pr_btm .img,
#page_home #pr_btm .img img {
  width: 100%;
  height: auto;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #page_home {
    padding-top: 118.4895833333vw;
  }
  #page_home section h2 {
    font-size: 16px;
  }
  #page_home aside h3,
  #page_home section h3 {
    height: 20px;
    font-size: 12px;
    color: #666;
    display: block;
    position: relative;
    line-height: 1em;
  }
  #page_home h3.external {
    overflow: inherit !important;
    margin: 0 0 -2px;
  }
  #page_home section h4 {
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
    font-family: 'Noto Sans JP' !important;
    font-weight:700;
  }
  #page_home section .date {
    color: #666;
    font-size: 11px;
    position: absolute;
    top: 1px;
    right: 0;
  }
  #page_home section#billboard {
    margin: 0;
    position: fixed;
    z-index: 1;
    will-change: transform;
    top: calc(var(--header_height) * 1px);
    left: 0;
  }
  #page_home section#billboard a {
    color: #333;
  }
  #page_home section#billboard h2 {
    padding: 15px 0 10px;
  }
  #page_home section#billboard .title.switch_sp {
    padding: 20px 25px;
    font-size: 18px;
    line-height: 1.5em;
    display: none;
  }
  #page_home section#billboard .pr_normal {
    position: relative;
  }
  #page_home section#billboard .pr_normal h2 {
    font-family: 'Noto Sans JP' !important;
    display: inline-block;
    padding: 6px 10px;
    font-size: 12px;
    background-color: #333;
    color: #ccc;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }
  #page_home section#billboard .pr_normal h2.external:before {
    top: 0;
  }
  #page_home section#pr_large {
    background: none !important;
    position: relative;
  }
  #page_home section#pr_large .title {
    width: 100%;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
  #page_home section#pr_large h2 {
    font-family: 'Noto Sans JP' !important;
    display: inline-block;
    padding: 6px 10px;
    font-size: 12px;
    background-color: #333;
    color: #ccc;
  }
  #page_home section#pr_large h2.external:before {
    top: 0;
  }
  #page_home .block_content {
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
  #page_home #post_lists {
    padding-top: 45px;
    padding-bottom: 10px;
  }
  #page_home #post_lists * {
    width: auto;
    height: auto;
    margin: auto;
    padding: auto;
    display: inherit;
  }
  #page_home #post_lists ul {
    padding: 0 25px;
  }
  #page_home #post_lists ul li {
    margin-bottom: 20px;
  }
  #page_home #post_lists ul li a {
    position: relative;
  }
  #page_home #post_lists ul li a .img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 12px;
    background-color: #eee;
  }
  #page_home #post_lists ul li a .img img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
  #page_home #post_lists ul li a h3 {
    font-size: 12px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 0;
  }
  #page_home #post_lists ul li a .date {
    font-size: 11px;
    color: #666;
    background-color: white;
    padding-left: 10px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #page_home #post_lists ul li a h4 {
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1.6em;
  }
}
#page_archive_series {
  background-color: #fff;
}
#page_archive_series img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#page_archive_series #archive_series_list {
  width: 85.4838709677vw;
  margin: 0 auto;
}
@media (min-width: 1240px) {
  #page_archive_series #archive_series_list {
    width: 1060px;
  }
}
@media (max-width: 768px) {
  #page_archive_series #archive_series_list {
    width: 100%;
  }
}
#page_archive_series #archive_series_list .series {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_archive_series #archive_series_list .series {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  #page_archive_series #archive_series_list .series {
    padding-top: 30px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_archive_series #archive_series_list .series {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  #page_archive_series #archive_series_list .series {
    padding-bottom: 0;
  }
}
@media (min-width: 769px) {
  #page_archive_series #archive_series_list .series {
    border-bottom: 1px dashed #707070;
  }
}
#page_archive_series #archive_series_list .series:last-child {
  border: none;
}
#page_archive_series #archive_series_list .series:last-child:after {
  display: none;
}
#page_archive_series #archive_series_list .series .head {
  margin-bottom: 20px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_archive_series #archive_series_list .series .head {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  #page_archive_series #archive_series_list .series .head {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #page_archive_series #archive_series_list .series .head {
    padding-left: 25px;
  }
}
#page_archive_series #archive_series_list .series .head a {
  display: flex;
  align-items: center;
}
.is_pc #page_archive_series #archive_series_list .series .head a:hover h2,
.is_sp #page_archive_series #archive_series_list .series .head a.touch h2,
.is_pc #page_archive_series #archive_series_list .series .head a:hover .auth,
.is_sp #page_archive_series #archive_series_list .series .head a.touch .auth {
  color: #01aeeb;
}
#page_archive_series #archive_series_list .series .head .i {
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  border-radius: 50vh;
  overflow: hidden;
  margin-right: 10px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_archive_series #archive_series_list .series .head .i {
    width: 45px;
  }
}
@media (max-width: 768px) {
  #page_archive_series #archive_series_list .series .head .i {
    width: 45px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_archive_series #archive_series_list .series .head .i {
    height: 45px;
  }
}
@media (max-width: 768px) {
  #page_archive_series #archive_series_list .series .head .i {
    height: 45px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_archive_series #archive_series_list .series .head .i {
    min-width: 45px;
  }
}
@media (max-width: 768px) {
  #page_archive_series #archive_series_list .series .head .i {
    min-width: 45px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_archive_series #archive_series_list .series .head .i {
    min-height: 45px;
  }
}
@media (max-width: 768px) {
  #page_archive_series #archive_series_list .series .head .i {
    min-height: 45px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_archive_series #archive_series_list .series .head .i {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  #page_archive_series #archive_series_list .series .head .i {
    margin-right: 10px;
  }
}
#page_archive_series #archive_series_list .series .head .i img {
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  #page_archive_series #archive_series_list .series .head .ttl {
    padding-right: 25px;
  }
}
#page_archive_series #archive_series_list .series .head .ttl h2 {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.3em;
  transition: color;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_archive_series #archive_series_list .series .head .ttl h2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #page_archive_series #archive_series_list .series .head .ttl h2 {
    font-size: 16px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_archive_series #archive_series_list .series .head .ttl h2 {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  #page_archive_series #archive_series_list .series .head .ttl h2 {
    margin-bottom: 5px;
  }
}
#page_archive_series #archive_series_list .series .head .ttl .auth {
  font-size: 12px;
  color: #666;
  line-height: 1.3em;
  transition: color;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_archive_series #archive_series_list .series .head .ttl .auth {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  #page_archive_series #archive_series_list .series .head .ttl .auth {
    font-size: 12px;
  }
}
#page_archive_series #archive_series_list .posts ul {
  display: flex;
}
@media (min-width: 769px) {
  #page_archive_series #archive_series_list .posts ul {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #page_archive_series #archive_series_list .posts ul {
    overflow-x: scroll;
    padding-left: 25px;
    padding-bottom: 30px;
  }
}
#page_archive_series #archive_series_list .posts ul li {
  width: 27.0967741935vw;
}
@media (min-width: 1240px) {
  #page_archive_series #archive_series_list .posts ul li {
    width: 336px;
  }
}
@media (max-width: 768px) {
  #page_archive_series #archive_series_list .posts ul li {
    width: 75.1302083333vw;
  }
}
@media screen and (max-width: 768px) {
  #page_archive_series #archive_series_list .posts ul li {
    padding-right: 25px;
  }
}
#page_archive_series #archive_series_list .posts ul li .ph {
  width: 27.0967741935vw;
  height: 18.0464516129vw;
  margin-bottom: 10px;
  background-color: #eee;
}
@media (min-width: 1240px) {
  #page_archive_series #archive_series_list .posts ul li .ph {
    width: 336px;
  }
}
@media (max-width: 768px) {
  #page_archive_series #archive_series_list .posts ul li .ph {
    width: 75.1302083333vw;
  }
}
@media (min-width: 1240px) {
  #page_archive_series #archive_series_list .posts ul li .ph {
    height: 223.776px;
  }
}
@media (max-width: 768px) {
  #page_archive_series #archive_series_list .posts ul li .ph {
    height: 50.03671875vw;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_archive_series #archive_series_list .posts ul li .ph {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  #page_archive_series #archive_series_list .posts ul li .ph {
    margin-bottom: 10px;
  }
}
#page_archive_series #archive_series_list .posts ul li .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#page_archive_series #archive_series_list .posts ul li h3 {
  height: auto;
  overflow: inherit;
  color: #000;
  font-family: 'Noto Sans JP' !important;
  font-weight:700;
  font-size: 16px;
  white-space: inherit;
  line-height: 1.5em;
  transition: color;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_archive_series #archive_series_list .posts ul li h3 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #page_archive_series #archive_series_list .posts ul li h3 {
    font-size: 16px;
  }
}
#page_archive_series #archive_series_list .posts ul li a {
  display: block;
}
.is_pc #page_archive_series #archive_series_list .posts ul li a:hover h3,
.is_sp #page_archive_series #archive_series_list .posts ul li a.touch h3 {
  color: #01aeeb;
}
#contents_area[data-cat="axis_magazine"] {
  background-color: #fff;
}
#page_axis_magazine {
  width: 85.4838709677vw;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 40px;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 1240px) {
  #page_axis_magazine {
    width: 1060px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine {
    width: 100%;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine {
    padding-top: 60px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_magazine {
    padding: 35px 25px 0;
  }
}
#page_axis_magazine img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#page_axis_magazine .btn_issue {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 10;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine .btn_issue {
    top: 50px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine .btn_issue {
    top: 25px;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_magazine .btn_issue {
    position: absolute;
    top: 28px;
    right: 25px;
  }
  .is_sp #page_axis_magazine .btn_issue {
    top: 28px;
  }
  #page_axis_magazine .btn_issue a {
    font-size: 13px;
  }
}
#page_axis_magazine .section_year {
  margin-top: 0;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine .section_year {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine .section_year {
    margin-top: 0;
  }
}
#page_axis_magazine .section_year h2 {
  font-size: 36px;
  margin-bottom: 45px;
  color: #333;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine .section_year h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine .section_year h2 {
    font-size: 30px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine .section_year h2 {
    margin-bottom: 45px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine .section_year h2 {
    margin-bottom: 30px;
  }
}
#page_axis_magazine .section_year .m_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#page_axis_magazine .section_year .m_list ul li {
  width: 21.7741935484vw;
  margin-bottom: 6.8548387097vw;
}
@media (min-width: 1240px) {
  #page_axis_magazine .section_year .m_list ul li {
    width: 270px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine .section_year .m_list ul li {
    width: 0vw;
  }
}
@media (min-width: 1240px) {
  #page_axis_magazine .section_year .m_list ul li {
    margin-bottom: 85px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine .section_year .m_list ul li {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_magazine .section_year .m_list ul li {
    width: calc(50% - 7px);
    margin-bottom: 45px;
  }
  #page_axis_magazine .section_year .m_list ul li.bl {
    display: none;
  }
}
#page_axis_magazine .section_year .m_list ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.is_pc #page_axis_magazine .section_year .m_list ul li a:hover h3,
.is_sp #page_axis_magazine .section_year .m_list ul li a.touch h3 {
  color: #01aeeb;
}
#page_axis_magazine .section_year .m_list ul li .ph {
  width: 21.7741935484vw;
  height: 28.4677419355vw;
  background-color: #eee;
  margin-bottom: 12px;
  position: relative;
}
@media (min-width: 1240px) {
  #page_axis_magazine .section_year .m_list ul li .ph {
    width: 270px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine .section_year .m_list ul li .ph {
    width: 0vw;
  }
}
@media (min-width: 1240px) {
  #page_axis_magazine .section_year .m_list ul li .ph {
    height: 353px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine .section_year .m_list ul li .ph {
    height: 0vw;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine .section_year .m_list ul li .ph {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine .section_year .m_list ul li .ph {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_magazine .section_year .m_list ul li .ph {
    width: 100%;
    height: 0px;
    padding-top: 130.8%;
  }
}
#page_axis_magazine .section_year .m_list ul li .ph img {
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  #page_axis_magazine .section_year .m_list ul li .ph img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#page_axis_magazine .section_year .m_list ul li .vol {
  font-size: 14px;
  color: #999;
  line-height: 1.5;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine .section_year .m_list ul li .vol {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine .section_year .m_list ul li .vol {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_magazine .section_year .m_list ul li .vol {
    font-family: 'Noto Sans JP' !important;
    font-weight:700;
  }
}
#page_axis_magazine .section_year .m_list ul li h3 {
  height: auto;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  transition: color;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine .section_year .m_list ul li h3 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine .section_year .m_list ul li h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_magazine .section_year .m_list ul li h3 {
    font-family: 'Noto Sans JP' !important;
    font-weight:700;
  }
}
#page_axis_magazine .btm_btn {
  text-align: center;
}
@media (min-width: 769px) {
  #page_axis_magazine .btm_btn {
    margin: 0 auto 80px;
  }
}
@media (min-width: 769px) and (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine .btm_btn {
    margin-bottom: 80px;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  #page_axis_magazine .btm_btn {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_magazine .btm_btn {
    padding: 0 25px;
    margin-bottom: 30px;
    box-sizing: border-box;
  }
}
#page_axis_magazine.single .btn_back {
  margin-top: -10px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single .btn_back {
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single .btn_back {
    margin-top: -10px;
  }
}
#page_axis_magazine.single .btn_back a {
  width: 32px;
  height: 32px;
  display: block;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single .btn_back a {
    width: 32px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single .btn_back a {
    width: 32px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single .btn_back a {
    height: 32px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single .btn_back a {
    height: 32px;
  }
}
#page_axis_magazine.single .btn_back a svg,
#page_axis_magazine.single .btn_back a img {
  width: 32px;
  height: 32px;
  transition: opacity;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  object-fit: contain;
  object-position: center;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single .btn_back a svg,
  #page_axis_magazine.single .btn_back a img {
    width: 32px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single .btn_back a svg,
  #page_axis_magazine.single .btn_back a img {
    width: 32px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single .btn_back a svg,
  #page_axis_magazine.single .btn_back a img {
    height: 32px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single .btn_back a svg,
  #page_axis_magazine.single .btn_back a img {
    height: 32px;
  }
}
.is_pc #page_axis_magazine.single .btn_back a:hover svg,
.is_pc #page_axis_magazine.single .btn_back a:hover img,
.is_sp #page_axis_magazine.single .btn_back a.touch svg,
.is_sp #page_axis_magazine.single .btn_back a.touch img {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single .btn_back {
    display: none;
  }
}
#page_axis_magazine.single #section_head {
  padding-top: 50px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #section_head {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #section_head {
    padding-top: 0;
  }
}
@media (min-width: 769px) {
  #page_axis_magazine.single #section_head {
    display: flex;
    justify-content: center;
  }
}
#page_axis_magazine.single #section_head .cover {
  width: 50%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #section_head .cover {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #section_head .cover {
    padding-right: 0;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #section_head .cover {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #section_head .cover {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #section_head .cover {
    width: 100%;
    display: block;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #section_head .cover {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #page_axis_magazine.single #section_head .cover {
    margin-bottom: 25px;
  }
}
#page_axis_magazine.single #section_head .cover img {
  width: 100%;
  max-width: 400px;
  height: auto;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #section_head .cover img {
    max-width: 100%;
  }
}
#page_axis_magazine.single #section_head .col_info {
  width: 50%;
  box-sizing: border-box;
  padding-left: 30px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #section_head .col_info {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #section_head .col_info {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #section_head .col_info {
    width: 100%;
  }
}
#page_axis_magazine.single #section_head .col_info .t {
  font-size: 14px;
  color: #999;
  margin-bottom: 5px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #section_head .col_info .t {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #section_head .col_info .t {
    font-size: 14px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #section_head .col_info .t {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #section_head .col_info .t {
    margin-bottom: 5px;
  }
}
#page_axis_magazine.single #section_head .col_info h2 {
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 15px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #section_head .col_info h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #section_head .col_info h2 {
    font-size: 21px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #section_head .col_info h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #section_head .col_info h2 {
    margin-bottom: 15px;
  }
}
#page_axis_magazine.single #section_head .col_info .desc p {
  font-size: 14px;
  line-height: 2em;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #section_head .col_info .desc p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #section_head .col_info .desc p {
    font-size: 16px;
  }
}
#page_axis_magazine.single #section_head .col_info .sub {
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  #page_axis_magazine.single #section_head .col_info .sub {
    border-top: 1px dashed #707070;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #section_head .col_info .sub {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #section_head .col_info .sub {
    margin-top: 20px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #section_head .col_info .sub {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #section_head .col_info .sub {
    padding-top: 0;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #section_head .col_info .sub {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #section_head .col_info .sub {
    margin-bottom: 35px;
  }
}
#page_axis_magazine.single #section_head .col_info .sub th,
#page_axis_magazine.single #section_head .col_info .sub td {
  font-size: 14px;
  text-align: left;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #section_head .col_info .sub th,
  #page_axis_magazine.single #section_head .col_info .sub td {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #section_head .col_info .sub th,
  #page_axis_magazine.single #section_head .col_info .sub td {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  #page_axis_magazine.single #section_head .col_info .sub th,
  #page_axis_magazine.single #section_head .col_info .sub td {
    line-height: 1.5em;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #section_head .col_info .sub th,
  #page_axis_magazine.single #section_head .col_info .sub td {
    line-height: 1.5em;
  }
}
#page_axis_magazine.single #section_head .col_info .sub th .vol,
#page_axis_magazine.single #section_head .col_info .sub td .vol {
  display: inline-block;
}
#page_axis_magazine.single #section_head .col_info .sub th .date,
#page_axis_magazine.single #section_head .col_info .sub td .date {
  margin-left: 1em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #section_head .col_info .btn_purchase {
    max-width: 73.4%;
    height: 50px;
    font-size: 16px;
    margin: 0 auto;
    white-space: nowrap;
  }
}
#page_axis_magazine.single #pickup {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px dashed #707070;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #pickup {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #pickup {
    margin-top: 45px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #pickup {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #pickup {
    padding-top: 30px;
  }
}
#page_axis_magazine.single #pickup .row {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px dashed #707070;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #pickup .row {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #pickup .row {
    margin-bottom: 30px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #pickup .row {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #pickup .row {
    padding-bottom: 30px;
  }
}
@media (min-width: 769px) {
  #page_axis_magazine.single #pickup .row {
    display: flex;
    justify-content: center;
  }
}
#page_axis_magazine.single #pickup .row .info {
  width: 50%;
  box-sizing: border-box;
  padding-right: 30px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #pickup .row .info {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #pickup .row .info {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #pickup .row .info {
    width: 100%;
  }
}
#page_axis_magazine.single #pickup .row .info .page {
  font-size: 18px;
  margin-bottom: 35px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #pickup .row .info .page {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #pickup .row .info .page {
    font-size: 16px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #pickup .row .info .page {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #pickup .row .info .page {
    margin-bottom: 35px;
  }
}
#page_axis_magazine.single #pickup .row .info .cat {
  font-size: 17px;
  line-height: 1.3em;
  margin-bottom: 8px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #pickup .row .info .cat {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #pickup .row .info .cat {
    font-size: 16px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #pickup .row .info .cat {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #pickup .row .info .cat {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #pickup .row .info .cat {
    line-height: 1.25em;
  }
}
#page_axis_magazine.single #pickup .row .info h3 {
  height: auto;
  font-size: 26px;
  line-height: 1.3em;
  margin-bottom: 20px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #pickup .row .info h3 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #pickup .row .info h3 {
    font-size: 22px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #pickup .row .info h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #pickup .row .info h3 {
    margin-bottom: 18px;
  }
}
#page_axis_magazine.single #pickup .row .info .d p {
  font-size: 14px;
  line-height: 2em;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #pickup .row .info .d p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #pickup .row .info .d p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #pickup .row .info .d p {
    line-height: 1.75em;
  }
}
#page_axis_magazine.single #pickup .row .img {
  width: 50%;
  box-sizing: border-box;
  padding-left: 30px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #pickup .row .img {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #pickup .row .img {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #pickup .row .img {
    width: 100%;
    margin-top: 25px;
  }
}
#page_axis_magazine.single #pickup .row .img p img {
  width: 100%;
  height: auto;
}
#page_axis_magazine.single #pickup_no_img {
  margin-top: 20px;
  margin-bottom: 80px;
  border-bottom: 1px dashed #707070;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #pickup_no_img {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #pickup_no_img {
    margin-top: 25px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #pickup_no_img {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #pickup_no_img {
    margin-bottom: 50px;
  }
}
#page_axis_magazine.single #pickup_no_img .row {
  margin-bottom: 25px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #pickup_no_img .row {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #pickup_no_img .row {
    margin-bottom: 50px;
  }
}
@media (min-width: 769px) {
  #page_axis_magazine.single #pickup_no_img .row {
    display: flex;
    justify-content: center;
  }
}
#page_axis_magazine.single #pickup_no_img .row .info {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-left: 75px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #pickup_no_img .row .info {
    padding-left: 75px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #pickup_no_img .row .info {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #pickup_no_img .row .info {
    padding-top: 28px;
  }
}
#page_axis_magazine.single #pickup_no_img .row .info .page {
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #pickup_no_img .row .info .page {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #pickup_no_img .row .info .page {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  #page_axis_magazine.single #pickup_no_img .row .info .page {
    line-height: 1.2em;
  }
}
#page_axis_magazine.single #pickup_no_img .row .info .cat {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 2px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #pickup_no_img .row .info .cat {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #pickup_no_img .row .info .cat {
    font-size: 16px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #pickup_no_img .row .info .cat {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #pickup_no_img .row .info .cat {
    margin-bottom: 0;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #pickup_no_img .row .info .cat {
    margin-top: 2px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #pickup_no_img .row .info .cat {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #pickup_no_img .row .info .cat {
    position: absolute;
    top: 0;
    left: 50px;
  }
}
#page_axis_magazine.single #pickup_no_img .row .info .shoulder {
  font-size: 16px;
  margin-top: 2px;
  margin-bottom: 15px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #pickup_no_img .row .info .shoulder {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #pickup_no_img .row .info .shoulder {
    font-size: 14px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #pickup_no_img .row .info .shoulder {
    margin-top: 2px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #pickup_no_img .row .info .shoulder {
    margin-top: 0;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #pickup_no_img .row .info .shoulder {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #pickup_no_img .row .info .shoulder {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #pickup_no_img .row .info .shoulder {
    font-weight: 700;
  }
}
#page_axis_magazine.single #pickup_no_img .row .info h4 {
  height: auto;
  font-size: 22px;
  line-height: 1.3em;
  margin-top: -3px;
  margin-bottom: 20px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #pickup_no_img .row .info h4 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #pickup_no_img .row .info h4 {
    font-size: 18px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #pickup_no_img .row .info h4 {
    margin-top: -3px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #pickup_no_img .row .info h4 {
    margin-top: 0;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #pickup_no_img .row .info h4 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #pickup_no_img .row .info h4 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #pickup_no_img .row .info h4 {
    font-weight: 700;
  }
}
#page_axis_magazine.single #mov {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #mov {
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #mov {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #mov {
    width: 100vw;
    padding-top: 56.25vw;
    margin-top: 50px;
    left: -25px;
  }
}
#page_axis_magazine.single #mov iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#page_axis_magazine.single #purchase {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase {
    padding-top: 55px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase {
    padding-bottom: 50px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase {
    margin-bottom: 50px;
  }
}
#page_axis_magazine.single #purchase:before {
  content: "";
  width: 300vw;
  height: 100%;
  background-color: #333;
  display: block;
  position: absolute;
  top: 0;
  left: -100vw;
  z-index: 0;
  pointer-events: none;
}
#page_axis_magazine.single #purchase.issue:after {
  content: "";
  display: block;
  width: 0px;
  height: calc(100% - 100px);
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50px;
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #purchase.issue:after {
    display: none;
  }
}
#page_axis_magazine.single #purchase.special .col {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
#page_axis_magazine.single #purchase .row {
  display: flex;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #purchase .row {
    display: block;
  }
}
#page_axis_magazine.single #purchase .row a,
#page_axis_magazine.single #purchase .row p,
#page_axis_magazine.single #purchase .row h4,
#page_axis_magazine.single #purchase .row h5 {
  color: #fff;
}
#page_axis_magazine.single #purchase .row .col {
  width: 50%;
  box-sizing: border-box;
}
#page_axis_magazine.single #purchase .row .col:first-child {
  padding-right: 50px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase .row .col:first-child {
    padding-right: 50px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col:first-child {
    padding-right: 0;
  }
}
#page_axis_magazine.single #purchase .row .col:last-child {
  padding-left: 50px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase .row .col:last-child {
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col:last-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
#page_axis_magazine.single #purchase .row .col h4 {
  font-size: 20px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase .row .col h4 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col h4 {
    text-align: center;
  }
}
#page_axis_magazine.single #purchase .row .col .online h4 {
  margin-bottom: 30px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase .row .col .online h4 {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .online h4 {
    margin-bottom: 30px;
  }
}
#page_axis_magazine.single #purchase .row .col .online ul {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase .row .col .online ul {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .online ul {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .online ul {
    width: calc(100% + 14px);
    justify-content: center;
    margin-left: -7px;
  }
}
#page_axis_magazine.single #purchase .row .col .online ul li {
  width: 230px;
  height: 50px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase .row .col .online ul li {
    width: 230px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .online ul li {
    width: 230px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase .row .col .online ul li {
    height: 50px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .online ul li {
    height: 50px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase .row .col .online ul li {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .online ul li {
    margin-right: 0;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase .row .col .online ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .online ul li {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .online ul li {
    width: calc(50% - 7px);
    margin-right: 7px;
    margin-left: 7px;
    margin-bottom: 0;
  }
}
#page_axis_magazine.single #purchase .row .col .online ul li:last-child {
  margin-right: 0;
}
#page_axis_magazine.single #purchase .row .col .online ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50vh;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
  transition: background, color;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase .row .col .online ul li a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .online ul li a {
    font-size: 14px;
  }
}
.is_pc #page_axis_magazine.single #purchase .row .col .online ul li a:hover,
.is_sp #page_axis_magazine.single #purchase .row .col .online ul li a.touch {
  background: #000;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .book_store {
    margin-bottom: 75px;
  }
}
#page_axis_magazine.single #purchase .row .col .book_store h4 {
  margin-bottom: 25px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase .row .col .book_store h4 {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .book_store h4 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .book_store .d {
    padding: 0 20px;
  }
}
#page_axis_magazine.single #purchase .row .col .book_store .d p {
  font-size: 16px;
  line-height: 1.5em;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase .row .col .book_store .d p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .book_store .d p {
    font-size: 16px;
  }
}
#page_axis_magazine.single #purchase .row .col .subscription .t {
  margin-bottom: 40px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase .row .col .subscription .t {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .subscription .t {
    margin-bottom: 15px;
  }
}
#page_axis_magazine.single #purchase .row .col .subscription .t h4 {
  margin-bottom: 25px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase .row .col .subscription .t h4 {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .subscription .t h4 {
    margin-bottom: 20px;
  }
}
#page_axis_magazine.single #purchase .row .col .subscription .t p {
  font-size: 16px;
  line-height: 1.5em;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase .row .col .subscription .t p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .subscription .t p {
    font-size: 16px;
  }
}
#page_axis_magazine.single #purchase .row .col .subscription .info {
  background-color: #444;
  border-radius: 5px;
  padding: 10px 20px 20px;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase .row .col .subscription .info {
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .subscription .info {
    padding-top: 20px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase .row .col .subscription .info {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .subscription .info {
    padding-left: 20px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase .row .col .subscription .info {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .subscription .info {
    padding-right: 20px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase .row .col .subscription .info {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .subscription .info {
    padding-bottom: 25px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase .row .col .subscription .info {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .subscription .info {
    margin-bottom: 10px;
  }
}
#page_axis_magazine.single #purchase .row .col .subscription .info h5 {
  color: #f2ff5c;
  font-size: 25px;
  line-height: 1.6em;
  margin-bottom: 10px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase .row .col .subscription .info h5 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .subscription .info h5 {
    font-size: 20px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase .row .col .subscription .info h5 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .subscription .info h5 {
    margin-bottom: 0;
  }
}
#page_axis_magazine.single #purchase .row .col .subscription .info h5 .s {
  font-size: 20px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase .row .col .subscription .info h5 .s {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .subscription .info h5 .s {
    font-size: 20px;
  }
}
#page_axis_magazine.single #purchase .row .col .subscription .info .notes {
  font-size: 12px;
  line-height: 1.5em;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase .row .col .subscription .info .notes {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .subscription .info .notes {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .subscription .notes {
    font-size: 12px;
    line-height: 1.5em;
  }
}
#page_axis_magazine.single #purchase .row .col .subscription .etc {
  font-size: 12px;
  line-height: 1.5em;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase .row .col .subscription .etc {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .subscription .etc {
    font-size: 12px;
  }
}
.is_pc
  #page_axis_magazine.single
  #purchase
  .row
  .col
  .subscription
  .etc
  a:hover,
.is_sp
  #page_axis_magazine.single
  #purchase
  .row
  .col
  .subscription
  .etc
  a.touch {
  text-decoration: underline;
}
#page_axis_magazine.single #purchase .row .col .subscription .btn_apply {
  width: 200px;
  height: 50px;
  margin-top: 50px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase .row .col .subscription .btn_apply {
    width: 200px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .subscription .btn_apply {
    width: 200px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase .row .col .subscription .btn_apply {
    height: 50px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .subscription .btn_apply {
    height: 50px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase .row .col .subscription .btn_apply {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .subscription .btn_apply {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .subscription .btn_apply {
    width: 100%;
    margin: 20px auto 0;
  }
}
#page_axis_magazine.single #purchase .row .col .subscription .btn_apply a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50vh;
  color: #333;
  font-size: 14px;
  transition: background, color;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #purchase .row .col .subscription .btn_apply a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .subscription .btn_apply a {
    font-size: 14px;
  }
}
.is_pc
  #page_axis_magazine.single
  #purchase
  .row
  .col
  .subscription
  .btn_apply
  a:hover,
.is_sp
  #page_axis_magazine.single
  #purchase
  .row
  .col
  .subscription
  .btn_apply
  a.touch {
  background-color: #000;
  color: #f2ff5c;
}
#page_axis_magazine.single #purchase .row .col .subscription .badge {
  width: 9.1129032258vw;
  height: 9.1129032258vw;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #f2ff5c;
  color: #505050;
  font-size: 1.4516129032vw;
  line-height: 1.3333333333em;
  position: absolute;
  top: -6.4516129032vw;
  right: 0;
  transform: translate(50%);
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 1240px) {
  #page_axis_magazine.single #purchase .row .col .subscription .badge {
    width: 113px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .subscription .badge {
    width: 13.0208333333vw;
  }
}
@media (min-width: 1240px) {
  #page_axis_magazine.single #purchase .row .col .subscription .badge {
    height: 113px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .subscription .badge {
    height: 13.0208333333vw;
  }
}
@media (min-width: 1240px) {
  #page_axis_magazine.single #purchase .row .col .subscription .badge {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .subscription .badge {
    font-size: 2.2135416667vw;
  }
}
@media (min-width: 1240px) {
  #page_axis_magazine.single #purchase .row .col .subscription .badge {
    top: -80px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .subscription .badge {
    top: -10.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #purchase .row .col .subscription .badge {
    top: 0;
    right: -20px;
    transform: translateY(-50%);
  }
}
#page_axis_magazine.single #purchase.disabled .online a {
  opacity: 0.3;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #purchase.special .book_store {
    margin-bottom: 0 !important;
  }
}
#page_axis_magazine.single #related {
  margin-bottom: 105px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #related {
    margin-bottom: 105px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #related {
    margin-bottom: 55px;
  }
}
#page_axis_magazine.single #related h4 {
  font-size: 30px;
  margin-bottom: 25px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #related h4 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #related h4 {
    font-size: 20px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #related h4 {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #related h4 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #related h4 {
    text-align: center;
  }
}
#page_axis_magazine.single #related ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #related ul {
    flex-wrap: wrap;
    margin-bottom: -15px;
  }
}
#page_axis_magazine.single #related ul li {
  width: 19.3548387097vw;
}
@media (min-width: 1240px) {
  #page_axis_magazine.single #related ul li {
    width: 240px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #related ul li {
    width: 31.25vw;
  }
}
.is_sp #page_axis_magazine.single #related ul li.bl {
  display: none;
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #related ul li {
    width: calc(50% - 8px);
    margin-bottom: 15px;
  }
}
#page_axis_magazine.single #related ul li a .img {
  width: 19.3548387097vw;
  height: 25.3225806452vw;
  margin-bottom: 15px;
}
@media (min-width: 1240px) {
  #page_axis_magazine.single #related ul li a .img {
    width: 240px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #related ul li a .img {
    width: 31.25vw;
  }
}
@media (min-width: 1240px) {
  #page_axis_magazine.single #related ul li a .img {
    height: 314px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #related ul li a .img {
    height: 40.8854166667vw;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #related ul li a .img {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #related ul li a .img {
    margin-bottom: 15px;
  }
}
#page_axis_magazine.single #related ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #related ul li a .img {
    width: 100%;
    padding-top: 130%;
    height: 0;
    position: relative;
    margin-bottom: 10px;
  }
  #page_axis_magazine.single #related ul li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#page_axis_magazine.single #related ul li a .vol {
  font-size: 14px;
  color: #999;
  line-height: 1.5em;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #related ul li a .vol {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #related ul li a .vol {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #related ul li a .vol {
    font-family: 'Noto Sans JP' !important;
    font-weight:700;
  }
}
#page_axis_magazine.single #related ul li a h5 {
  font-size: 14px;
  line-height: 1.5em;
  transition: color;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_magazine.single #related ul li a h5 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #page_axis_magazine.single #related ul li a h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_magazine.single #related ul li a h5 {
    font-family: 'Noto Sans JP' !important;
    font-weight:700;
  }
}
.is_pc #page_axis_magazine.single #related ul li a:hover h5,
.is_sp #page_axis_magazine.single #related ul li a.touch h5 {
  color: #01aeeb;
}
#contents_area[data-cat="axis_forum"] {
  background-color: #fff;
}
.desc strong {
  font-weight: 700;
}
.desc em {
  font-style: italic;
}
#page_axis_forum {
  width: 85.4838709677vw;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 40px;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 1240px) {
  #page_axis_forum {
    width: 1060px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum {
    width: 100%;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum {
    padding-top: 60px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum {
    padding-bottom: 0;
  }
}
#page_axis_forum img {
  pointer-events: none;
  -webkit-touch-callout: none;
  user-select: none;
}
@media screen and (max-width: 768px) {
  #page_axis_forum {
    padding: 35px 25px 0;
  }
}
#page_axis_forum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#page_axis_forum .select_category {
  width: 200px;
  height: 50px;
  border-radius: 7px;
  position: absolute;
  top: 38px;
  right: 0;
  z-index: 10;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum .select_category {
    width: 200px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum .select_category {
    width: 200px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum .select_category {
    height: 50px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum .select_category {
    height: 50px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum .select_category {
    top: 38px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum .select_category {
    top: 25px;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_forum .select_category {
    position: absolute;
    top: 24px;
    transform: scale(0.8);
    transform-origin: right center;
  }
  .is_sp #page_axis_forum .select_category {
    top: 24px;
  }
}
#page_axis_forum .select_category select {
  width: 200px;
  height: 50px;
  font-size: 16px;
  padding-left: 20px;
  border: 1px solid #707070;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: background;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum .select_category select {
    width: 200px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum .select_category select {
    width: 200px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum .select_category select {
    height: 50px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum .select_category select {
    height: 50px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum .select_category select {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum .select_category select {
    font-size: 16px;
  }
}
#page_axis_forum .select_category:after {
  content: "";
  width: 18px;
  height: 100%;
  display: block;
  background-image: url(../img/ico_tri_b.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 2;
  pointer-events: none;
}
.is_pc #page_axis_forum .select_category:hover select,
.is_sp #page_axis_forum .select_category.touch select {
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  #page_axis_forum .select_category {
    right: 25px;
  }
}
#page_axis_forum .section_year {
  margin-top: 20px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum .section_year {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum .section_year {
    margin-top: 50px;
  }
}
#page_axis_forum .section_year .no_post {
  padding: 120px 0;
}
#page_axis_forum .section_year h2 {
  font-size: 24px;
  margin-bottom: 35px;
  color: #333;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum .section_year h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum .section_year h2 {
    font-size: 30px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum .section_year h2 {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum .section_year h2 {
    margin-bottom: 30px;
  }
}
#page_axis_forum .section_year .m_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#page_axis_forum .section_year .m_list ul li {
  width: min(277px, 50%);
  margin-bottom: 5.2419354839vw;
}
@media (min-width: 1240px) {
  #page_axis_forum .section_year .m_list ul li {
    width: 30%;
  }
}
@media (max-width: 768px) {
  #page_axis_forum .section_year .m_list ul li {
    width: 0vw;
  }
}
@media (min-width: 1240px) {
  #page_axis_forum .section_year .m_list ul li {
    margin-bottom: 65px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum .section_year .m_list ul li {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_forum .section_year .m_list ul li {
    width: 100%;
    margin-bottom: 45px;
  }
  #page_axis_forum .section_year .m_list ul li.bl {
    display: none;
  }
}
#page_axis_forum .section_year .m_list ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.is_pc #page_axis_forum .section_year .m_list ul li a:hover .vol,
.is_pc #page_axis_forum .section_year .m_list ul li a:hover h3,
.is_sp #page_axis_forum .section_year .m_list ul li a.touch .vol,
.is_sp #page_axis_forum .section_year .m_list ul li a.touch h3 {
  color: #01aeeb;
}
#page_axis_forum .section_year .m_list ul li .ph {
  width: 21.7741935484vw;
  height: 21.7741935484vw;
  border-radius: 5px;
  background-color: #eee;
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
}
@media (min-width: 1240px) {
  #page_axis_forum .section_year .m_list ul li .ph {
    width: 270px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum .section_year .m_list ul li .ph {
    width: 0vw;
  }
}
@media (min-width: 1240px) {
  #page_axis_forum .section_year .m_list ul li .ph {
    height: 270px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum .section_year .m_list ul li .ph {
    height: 0vw;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum .section_year .m_list ul li .ph {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum .section_year .m_list ul li .ph {
    margin-bottom: 12px;
  }
}
#page_axis_forum .section_year .m_list ul li .ph._open:after {
  content: "";
  display: block;
  width: 32%;
  height: 100%;
  top: 0%;
  left: 0%;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
  position: absolute;
  z-index: 2;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 768px) {
  #page_axis_forum .section_year .m_list ul li .ph._open:after {
    width: 35%;
    height: 100%;
  }
}
#page_axis_forum .section_year .m_list ul li .ph._open.open:after {
  background-image: url(../img/ico_open.svg);
}
#page_axis_forum .section_year .m_list ul li .ph._open.in_session:after {
  background-image: url(../img/ico_in_session.svg);
}
#page_axis_forum .section_year .m_list ul li .ph._open.announcement:after {
  background-image: url(../img/ico_announcement.svg);
}
@media screen and (max-width: 768px) {
  #page_axis_forum .section_year .m_list ul li .ph {
    width: 100%;
    height: 0px;
    padding-top: 100%;
  }
}
#page_axis_forum .section_year .m_list ul li .ph img {
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  #page_axis_forum .section_year .m_list ul li .ph img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#page_axis_forum .section_year .m_list ul li .vol {
  font-size: 16px;
  line-height: 1.5;
  transition: color;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum .section_year .m_list ul li .vol {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum .section_year .m_list ul li .vol {
    font-size: 14px;
  }
}
#page_axis_forum .section_year .m_list ul li h3 {
  font-size: 16px;
  line-height: 1.5;
  transition: color;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum .section_year .m_list ul li h3 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum .section_year .m_list ul li h3 {
    font-size: 14px;
  }
}
#page_axis_forum.single .btn_back {
  margin-top: -10px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single .btn_back {
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single .btn_back {
    margin-top: -10px;
  }
}
#page_axis_forum.single .btn_back a {
  width: 32px;
  height: 32px;
  display: block;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single .btn_back a {
    width: 32px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single .btn_back a {
    width: 32px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single .btn_back a {
    height: 32px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single .btn_back a {
    height: 32px;
  }
}
#page_axis_forum.single .btn_back a svg,
#page_axis_forum.single .btn_back a img {
  width: 32px;
  height: 32px;
  transition: opacity;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  object-fit: contain;
  object-position: center;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single .btn_back a svg,
  #page_axis_forum.single .btn_back a img {
    width: 32px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single .btn_back a svg,
  #page_axis_forum.single .btn_back a img {
    width: 32px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single .btn_back a svg,
  #page_axis_forum.single .btn_back a img {
    height: 32px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single .btn_back a svg,
  #page_axis_forum.single .btn_back a img {
    height: 32px;
  }
}
.is_pc #page_axis_forum.single .btn_back a:hover svg,
.is_pc #page_axis_forum.single .btn_back a:hover img,
.is_sp #page_axis_forum.single .btn_back a.touch svg,
.is_sp #page_axis_forum.single .btn_back a.touch img {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #page_axis_forum.single .btn_back {
    display: none;
  }
}
#page_axis_forum.single #section_head .row {
  padding-top: 50px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #section_head .row {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #section_head .row {
    padding-top: 0;
  }
}
@media (min-width: 769px) {
  #page_axis_forum.single #section_head .row {
    display: flex;
    justify-content: center;
  }
}
#page_axis_forum.single #section_head .col_ph {
  width: 50%;
  overflow: hidden;
  box-sizing: border-box;
  padding-right: 20px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #section_head .col_ph {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #section_head .col_ph {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_forum.single #section_head .col_ph {
    width: 100%;
    display: block;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #section_head .col_ph {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #page_axis_forum.single #section_head .col_ph {
    margin-bottom: 25px;
  }
}
#page_axis_forum.single #section_head .col_ph .credit {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.6666666667em;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #section_head .col_ph .credit {
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #section_head .col_ph .credit {
    margin-top: 5px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #section_head .col_ph .credit {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #section_head .col_ph .credit {
    margin-bottom: 25px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #section_head .col_ph .credit {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #section_head .col_ph .credit {
    font-size: 13px;
  }
}
#page_axis_forum.single #section_head .col_ph .credit a {
  color: #01aeeb;
  transition: opacity;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is_pc #page_axis_forum.single #section_head .col_ph .credit a:hover,
.is_sp #page_axis_forum.single #section_head .col_ph .credit a.touch {
  opacity: 0.7;
}
#page_axis_forum.single #section_head .ph {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
}
#page_axis_forum.single #section_head .ph._open:after {
  content: "";
  display: block;
  width: 20%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 2;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 768px) {
  #page_axis_forum.single #section_head .ph._open:after {
    width: 25%;
    height: 100%;
  }
}
#page_axis_forum.single #section_head .ph._open.open:after {
  background-image: url(../img/ico_open.svg);
}
#page_axis_forum.single #section_head .ph._open.in_session:after {
  background-image: url(../img/ico_in_session.svg);
}
#page_axis_forum.single #section_head .ph._open.announcement:after {
  background-image: url(../img/ico_announcement.svg);
}
#page_axis_forum.single #section_head .ph img {
  width: 100%;
  height: auto !important;
  object-fit: contain;
  object-position: top;
}
#page_axis_forum.single #section_head .col_info {
  width: 50%;
  box-sizing: border-box;
  padding-left: 30px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #section_head .col_info {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #section_head .col_info {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_forum.single #section_head .col_info {
    width: 100%;
  }
}
#page_axis_forum.single #section_head .col_info .vol {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #section_head .col_info .vol {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #section_head .col_info .vol {
    font-size: 14px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #section_head .col_info .vol {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #section_head .col_info .vol {
    margin-bottom: 10px;
  }
}
#page_axis_forum.single #section_head .col_info h2 {
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 15px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #section_head .col_info h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #section_head .col_info h2 {
    font-size: 21px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #section_head .col_info h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #section_head .col_info h2 {
    margin-bottom: 15px;
  }
}
#page_axis_forum.single #section_head .col_info .desc p {
  font-size: 14px;
  line-height: 2em;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #section_head .col_info .desc p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #section_head .col_info .desc p {
    font-size: 16px;
  }
}
#page_axis_forum.single #section_head .col_info .info_table {
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  #page_axis_forum.single #section_head .col_info .info_table {
    border-top: 1px dashed #707070;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #section_head .col_info .info_table {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #section_head .col_info .info_table {
    margin-top: 20px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #section_head .col_info .info_table {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #section_head .col_info .info_table {
    padding-top: 0;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #section_head .col_info .info_table {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #section_head .col_info .info_table {
    margin-bottom: 25px;
  }
}
#page_axis_forum.single #section_head .col_info .info_table th {
  white-space: nowrap;
  text-align: left;
  padding-right: 20px;
  position: relative;
}
#page_axis_forum.single #section_head .col_info .info_table th:after {
  content: "\ff1a";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#page_axis_forum.single #section_head .col_info .info_table td {
  width: 100%;
}
#page_axis_forum.single #section_head .col_info .info_table th,
#page_axis_forum.single #section_head .col_info .info_table td {
  font-size: 16px;
  line-height: 2em;
  word-break: break-all;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #section_head .col_info .info_table th,
  #page_axis_forum.single #section_head .col_info .info_table td {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #section_head .col_info .info_table th,
  #page_axis_forum.single #section_head .col_info .info_table td {
    font-size: 15px;
  }
}
#page_axis_forum.single #section_head .col_info .info_table tr.url p {
  line-height: 1.4em;
}
#page_axis_forum.single #section_head .col_info .info_table tr.url p + p {
  margin-top: 10px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #section_head .col_info .info_table tr.url p + p {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #section_head .col_info .info_table tr.url p + p {
    margin-top: 10px;
  }
}
#page_axis_forum.single #section_head .col_info .info_table tr.url p a {
  color: #01aeeb;
  transition: opacity;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is_pc
  #page_axis_forum.single
  #section_head
  .col_info
  .info_table
  tr.url
  p
  a:hover,
.is_sp
  #page_axis_forum.single
  #section_head
  .col_info
  .info_table
  tr.url
  p
  a.touch {
  opacity: 0.7;
}
#page_axis_forum.single #section_head .col_info .btn_apply {
  margin-bottom: 25px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #section_head .col_info .btn_apply {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #section_head .col_info .btn_apply {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_forum.single #section_head .col_info .btn_apply {
    max-width: 73.4%;
    height: 50px;
    font-size: 16px;
    margin: 0 auto 25px;
  }
}
#page_axis_forum.single #section_head .col_info .misc p {
  font-size: 14px;
  line-height: 1.9285714286em;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #section_head .col_info .misc p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #section_head .col_info .misc p {
    font-size: 14px;
  }
}
#page_axis_forum.single #outline {
  border-top: 1px dashed #707070;
  padding-top: 50px;
  margin-top: 50px;
  margin-bottom: 85px;
  word-break: break-all;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #outline {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #outline {
    padding-top: 25px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #outline {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #outline {
    margin-top: 25px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #outline {
    margin-bottom: 85px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #outline {
    margin-bottom: 50px;
  }
}
#page_axis_forum.single #outline .row {
  display: flex;
}
@media screen and (max-width: 768px) {
  #page_axis_forum.single #outline .row {
    flex-direction: column-reverse;
  }
}
#page_axis_forum.single #outline .col_l {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #outline .col_l {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #outline .col_l {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_forum.single #outline .col_l {
    width: 100%;
  }
}
@media (min-width: 769px) {
  #page_axis_forum.single #outline .col_l .images ul {
    width: 104%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    left: -2%;
    margin-bottom: -4%;
  }
  #page_axis_forum.single #outline .col_l .images ul li {
    width: 46%;
    padding-top: 46%;
    font-size: 0;
    margin: 0 2% 4%;
    position: relative;
    background-color: #eee;
  }
  #page_axis_forum.single #outline .col_l .images ul li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_forum.single #outline .col_l .images ul li {
    width: 100%;
    font-size: 0;
    margin-bottom: 25px;
    position: relative;
  }
  #page_axis_forum.single #outline .col_l .images ul li img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }
  #page_axis_forum.single #outline .col_l .images ul li .caption {
    margin-top: 10px;
    display: block;
    font-size: 10px;
    color: #999;
  }
}
#page_axis_forum.single #outline .col_l .images .caption_blk {
  margin-top: 20px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #outline .col_l .images .caption_blk {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #outline .col_l .images .caption_blk {
    margin-top: 20px;
  }
}
#page_axis_forum.single #outline .col_l .images .caption_blk p {
  font-size: 12px;
  color: #999;
  line-height: 2em;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #outline .col_l .images .caption_blk p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #outline .col_l .images .caption_blk p {
    font-size: 12px;
  }
}
#page_axis_forum.single
  #outline
  .col_l
  .images
  .caption_blk
  p[data-num="1"]:before {
  content: "\ff08\5de6\4e0a\ff09";
}
#page_axis_forum.single
  #outline
  .col_l
  .images
  .caption_blk
  p[data-num="2"]:before {
  content: "\ff08\53f3\4e0a\ff09";
}
#page_axis_forum.single
  #outline
  .col_l
  .images
  .caption_blk
  p[data-num="3"]:before {
  content: "\ff08\5de6\4e0b\ff09";
}
#page_axis_forum.single
  #outline
  .col_l
  .images
  .caption_blk
  p[data-num="4"]:before {
  content: "\ff08\53f3\4e0b\ff09";
}
#page_axis_forum.single #outline .col_l .profile {
  margin-top: 40px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #outline .col_l .profile {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #outline .col_l .profile {
    margin-top: 55px;
  }
}
#page_axis_forum.single #outline .col_l .profile + .profile {
  margin-top: 25px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #outline .col_l .profile + .profile {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #outline .col_l .profile + .profile {
    margin-top: 45px;
  }
}
#page_axis_forum.single #outline .col_l .profile h4,
#page_axis_forum.single #outline .col_l .profile .role,
#page_axis_forum.single #outline .col_l .profile .d {
  font-size: 14px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #outline .col_l .profile h4,
  #page_axis_forum.single #outline .col_l .profile .role,
  #page_axis_forum.single #outline .col_l .profile .d {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #outline .col_l .profile h4,
  #page_axis_forum.single #outline .col_l .profile .role,
  #page_axis_forum.single #outline .col_l .profile .d {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  #page_axis_forum.single #outline .col_l .profile h4,
  #page_axis_forum.single #outline .col_l .profile .role,
  #page_axis_forum.single #outline .col_l .profile .d {
    line-height: 1.9285714286em;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #outline .col_l .profile h4,
  #page_axis_forum.single #outline .col_l .profile .role,
  #page_axis_forum.single #outline .col_l .profile .d {
    line-height: 1.5em;
  }
}
#page_axis_forum.single #outline .col_l .profile h4 a,
#page_axis_forum.single #outline .col_l .profile .role a,
#page_axis_forum.single #outline .col_l .profile .d a {
  color: #01aeeb;
}
.is_pc #page_axis_forum.single #outline .col_l .profile h4 a:hover,
.is_sp #page_axis_forum.single #outline .col_l .profile h4 a.touch,
.is_pc #page_axis_forum.single #outline .col_l .profile .role a:hover,
.is_sp #page_axis_forum.single #outline .col_l .profile .role a.touch,
.is_pc #page_axis_forum.single #outline .col_l .profile .d a:hover,
.is_sp #page_axis_forum.single #outline .col_l .profile .d a.touch {
  opacity: 0.7;
}
#page_axis_forum.single #outline .col_l .profile .role {
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  #page_axis_forum.single #outline .col_l .profile h4 {
    margin-bottom: 25px;
  }
  #page_axis_forum.single #outline .col_l .profile .d {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
#page_axis_forum.single #outline .col_l .credit {
  margin-top: 45px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #outline .col_l .credit {
    margin-top: 45px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #outline .col_l .credit {
    margin-top: 45px;
  }
}
#page_axis_forum.single #outline .col_l .credit th {
  white-space: nowrap;
  text-align: left;
  padding-right: 25px;
  position: relative;
}
#page_axis_forum.single #outline .col_l .credit th:after {
  content: "\ff1a";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#page_axis_forum.single #outline .col_l .credit td {
  width: 100%;
}
#page_axis_forum.single #outline .col_l .credit th,
#page_axis_forum.single #outline .col_l .credit td {
  font-size: 14px;
  line-height: 2em;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #outline .col_l .credit th,
  #page_axis_forum.single #outline .col_l .credit td {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #outline .col_l .credit th,
  #page_axis_forum.single #outline .col_l .credit td {
    font-size: 14px;
  }
}
#page_axis_forum.single #outline .desc {
  width: 50%;
  padding-left: 30px;
  box-sizing: border-box;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #outline .desc {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #outline .desc {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_forum.single #outline .desc {
    width: 100%;
    margin-bottom: 20px;
  }
}
#page_axis_forum.single #outline .desc p {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 1.5em;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #outline .desc p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #outline .desc p {
    font-size: 16px;
  }
}
#page_axis_forum.single #outline .desc p a {
  color: #01aeeb;
  transition: opacity;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is_pc #page_axis_forum.single #outline .desc p a:hover,
.is_sp #page_axis_forum.single #outline .desc p a.touch {
  opacity: 0.7;
}
#page_axis_forum.single #outline .desc .info {
  border-top: 1px dashed #707070;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #outline .desc .info {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #outline .desc .info {
    margin-top: 20px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #outline .desc .info {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #outline .desc .info {
    padding-top: 25px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #outline .desc .info {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #outline .desc .info {
    margin-bottom: 30px;
  }
}
#page_axis_forum.single #outline .desc .info th {
  white-space: nowrap;
  text-align: left;
  padding-right: 25px;
  position: relative;
}
#page_axis_forum.single #outline .desc .info th:after {
  content: "\ff1a";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#page_axis_forum.single #outline .desc .info td {
  width: 100%;
}
#page_axis_forum.single #outline .desc .info td.url {
  padding-top: 5px;
  padding-bottom: 30px;
  line-height: 1.5em;
  word-break: break-all;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #outline .desc .info td.url {
    padding-top: 5px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #outline .desc .info td.url {
    padding-top: 5px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #outline .desc .info td.url {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #outline .desc .info td.url {
    padding-bottom: 30px;
  }
}
#page_axis_forum.single #outline .desc .info td.url a {
  color: #01aeeb;
  transition: opacity;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is_pc #page_axis_forum.single #outline .desc .info td.url a:hover,
.is_sp #page_axis_forum.single #outline .desc .info td.url a.touch {
  opacity: 0.7;
}
#page_axis_forum.single #outline .desc .info th,
#page_axis_forum.single #outline .desc .info td {
  font-size: 16px;
  line-height: 2em;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #outline .desc .info th,
  #page_axis_forum.single #outline .desc .info td {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #outline .desc .info th,
  #page_axis_forum.single #outline .desc .info td {
    font-size: 16px;
  }
}
#page_axis_forum.single #mov {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #mov {
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #mov {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_forum.single #mov {
    width: 100vw;
    padding-top: 56.25vw;
    left: -25px;
  }
}
#page_axis_forum.single #mov iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#page_axis_forum.single #related {
  margin-bottom: 90px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #related {
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #related {
    margin-bottom: 55px;
  }
}
#page_axis_forum.single #related h4 {
  font-size: 30px;
  margin-bottom: 25px;
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #related h4 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #related h4 {
    font-size: 20px;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #related h4 {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #related h4 {
    margin-bottom: 25px;
  }
}
#page_axis_forum.single #related ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #page_axis_forum.single #related ul {
    flex-wrap: wrap;
    margin-bottom: -15px;
  }
}
#page_axis_forum.single #related ul li {
  width: 19.3548387097vw;
}
@media (min-width: 1240px) {
  #page_axis_forum.single #related ul li {
    width: 240px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #related ul li {
    width: 31.25vw;
  }
}
.is_sp #page_axis_forum.single #related ul li.bl {
  display: none;
}
@media screen and (max-width: 768px) {
  #page_axis_forum.single #related ul li {
    width: calc(50% - 8px);
    margin-bottom: 15px;
  }
}
#page_axis_forum.single #related ul li a .img {
  width: 19.3548387097vw;
  height: 19.3548387097vw;
  margin-bottom: 15px;
  border-radius: 5px;
}
@media (min-width: 1240px) {
  #page_axis_forum.single #related ul li a .img {
    width: 240px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #related ul li a .img {
    width: 31.25vw;
  }
}
@media (min-width: 1240px) {
  #page_axis_forum.single #related ul li a .img {
    height: 240px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #related ul li a .img {
    height: 31.25vw;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #related ul li a .img {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #related ul li a .img {
    margin-bottom: 15px;
  }
}
#page_axis_forum.single #related ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  #page_axis_forum.single #related ul li a .img {
    width: 100%;
    padding-top: 100%;
    height: 0;
    position: relative;
    margin-bottom: 10px;
  }
  #page_axis_forum.single #related ul li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#page_axis_forum.single #related ul li a .vol {
  font-size: 16px;
  line-height: 1.625em;
  transition: color;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #related ul li a .vol {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #related ul li a .vol {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_forum.single #related ul li a .vol {
    line-height: 1.5em;
  }
}
#page_axis_forum.single #related ul li a h5 {
  font-size: 16px;
  line-height: 1.5em;
  transition: color;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 960px) and (min-width: 769px) {
  #page_axis_forum.single #related ul li a h5 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #page_axis_forum.single #related ul li a h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #page_axis_forum.single #related ul li a h5 {
    line-height: 1.5em;
  }
}
.is_pc #page_axis_forum.single #related ul li a:hover .vol,
.is_pc #page_axis_forum.single #related ul li a:hover h5,
.is_sp #page_axis_forum.single #related ul li a.touch .vol,
.is_sp #page_axis_forum.single #related ul li a.touch h5 {
  color: #01aeeb;
}

/* Newsletter Signup Section */
.newsletter-signup-section-wrapper {
  width: 100%;
  padding: 20px 110px 70px;
  margin: 0 auto 50px;
  box-sizing: border-box;
}
.newsletter-signup-section {
  background-color: #2b2b2b;
  padding: 62px 0 48px;
  margin-top: 80px;
  border-radius: 10px;
  max-width: 1060px;
  margin: 0 auto;
  box-sizing: border-box;
}
.newsletter-container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 40px 0 84px;
}

.newsletter-content {
  display: flex;
  gap: 116px;
}

.newsletter-title {
  color: #ffffff;
  font-weight: 500;
  flex-shrink: 0;
  position: relative;
}

.newsletter-label {
  font-size: 15px;
  display: block;
  margin-bottom: 6px;
}

.newsletter-img {
  position: absolute;
  top: 6px;
  right: -32px;
}

.newsletter-brand {
  display: block;
  font-size: 24px;
}

.newsletter-form {
  width: 100%;
}

.form-group {
  display: flex;
  gap: 40px;
}

.newsletter-input {
  flex: 1;
  padding: 7px 0;
  font-size: 14px;
  border: none;
  background-color: transparent;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  outline: none;
}

.newsletter-input::placeholder {
  color: #999;
}

.newsletter-submit {
  padding: 7px 48px;
  background-color: #ffffff;
  color: #2b2b2b;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 25px;
  font-weight: bold;
  transition: opacity 0.3s;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
}

.newsletter-submit:hover {
  opacity: 0.8;
}

.newsletter-message {
  margin-top: 8px;
  font-size: 14px;
  color: #ffffff;
  display: none;
}

.newsletter-message.success {
  color: #4caf50;
  display: block;
}

.newsletter-message.error {
  color: #f44336;
  display: block;
}

/* Responsive */
@media (max-width: 960px) {
  .newsletter-signup-section-wrapper {
    padding: 0;
  }

  .newsletter-signup-section {
    padding: 22px 0 37px;
    margin-top: 60px;
    border-radius: 0;
  }

  .newsletter-container {
    padding: 0 35px;
  }

  .newsletter-content {
    flex-direction: column;
    align-items: center;
    gap: 17px;
  }

  .newsletter-title {
    text-align: center;
  }

  .newsletter-label {
  }

  .newsletter-brand {
  }

  .form-group {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .newsletter-input {
    width: 100%;
  }

  .newsletter-submit {
    padding: 7px 52px;
    font-size: 14px;
    width: auto;/*160px;*/
    height: 42px;
  }

  .newsletter-message {
    margin-top: 24px;
    text-align: center;
  }
}

/* カテゴリー別記事表示セクション */
.category-title {
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  /*font-family: "DIN Next LT Pro", "Helvetica Neue", Arial, sans-serif !important;*/
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 24px;
}

/* Media Membershipセクション */
.curation-news-section {
  padding: 80px 0 100px;
}

.curation-news-inner {
  max-width: 1150px;
  margin: 0 auto;
}

.curation-news-title {
  font-size: 24px !important;
  color: #333;
  font-weight: 400;
  margin-bottom: 20px;
}

.curation-news-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.curation-news-item:last-child {
  margin-bottom: 0;
}

.curation-news-link {
  display: flex;
  align-items: flex-start;
  gap: 0px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}

.curation-news-link:hover {
  opacity: 0.8;
}

.curation-news-image {
  flex-shrink: 0;
  width: auto;
  margin-right: 5%;
  /*aspect-ratio: 363 / 242;
  overflow: hidden;*/
}

.curation-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.curation-news-image img.set_pos_top {
  object-position: center top;
}

.curation-news-content {
  flex: 1;
  padding-top: 15px;
}

.curation-news-category {
  font-size: 13px;
  line-height: 1;
  color: #666;
  font-weight: 500;
  margin-bottom: 13px;
}

.curation-news-heading {
  font-size: 20px !important;
  line-height: 1.4 !important;
  color: #333;
  font-weight: 500;
  margin: 0;
  height: auto !important;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .category-column {
    margin-bottom: 0 !important;
  }

  .category-post-lists {
    padding-top: 10px !important;
  }

  .category-title {
    text-align: center;
    font-size: 24px;
  }

  .curation-news-section {
    padding: 80px 0;
  }

  .curation-news-inner {
    padding: 0;
  }

  .curation-news-title {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
  }

  .curation-news-link {
    flex-direction: column;
    gap: 20px;
  }

  .curation-news-image {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .curation-news-content {
    padding: 0 20px;
  }

  .curation-news-category {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .curation-news-heading {
    font-size: 24px !important;
    line-height: 1.5 !important;
  }
}

/* ========================================
   雑誌セクション (Magazine Section)
   Figmaデザイン基準: 上下分割レイアウト
   ======================================== */

/* セクション全体 */
.magazine-section {
  padding: 40px 0 60px;
}

.magazine-section__wrapper {
  padding: 0 !important;
  background-color: #f9f9f9;
}

.magazine-section__container {
  max-width: 1060px;
  margin: 0 auto;
}

/* セクションタイトル: DIN Next LT Pro, 24px */
.magazine-section__title {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px !important;
  font-weight: 400;
  line-height: 1em;
  margin: 0 0 36px 0;
  letter-spacing: normal;
}

/* メイン雑誌エリア（上半分）*/
.magazine-section__main {
  margin-bottom: 92px;
}

.magazine-section__main-link {
  display: flex;
  text-decoration: none;
  color: inherit;
  gap: 90px;
}

.magazine-section__main-link:hover {
  text-decoration: none;
}

/* メイン雑誌画像: 363x478px */
.magazine-section__main-image {
  width: 363px;
  height: 478px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
}

.magazine-section__main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* メイン雑誌vol番号: AXIS Std, 14px */
.magazine-section__main-vol {
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 10px;
}

/* メイン雑誌情報エリア */
.magazine-section__main-info {
}

/* メイン雑誌タイトル: AXIS Std, 36px */
.magazine-section__main-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 20px;
}

/* メイン雑誌説明文: AXIS Std, 12px */
.magazine-section__main-description {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 2em;
  margin-bottom: 20px;
}

/* メイン雑誌メタ情報 */
.magazine-section__main-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.magazine-section__main-date,
.magazine-section__main-price {
  font-size: 12px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: -0.02em;
}

/* サブ雑誌エリア（下半分）: 3つ横並び */
.magazine-section__sub {
  display: flex;
  justify-content: center;
  gap: 152px;
}

/* サブ雑誌アイテム */
.magazine-section__sub-item {
  flex: 0 0 240px;
  text-align: center;
}

.magazine-section__sub-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.magazine-section__sub-link:hover {
  text-decoration: none;
}

/* サブ雑誌画像: 240x313px */
.magazine-section__sub-image {
  width: 240px;
  height: 313px;
  margin-bottom: 15px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.magazine-section__sub-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* サブ雑誌情報 */
.magazine-section__sub-info {
  text-align: start;
}

/* サブ雑誌vol番号: AXIS Std, 12px */
.magazine-section__sub-vol {
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 10px;
}

/* サブ雑誌タイトル: AXIS Std, 14px */
.magazine-section__sub-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

/* バックナンバー一覧リンク */
.magazine-section__more {
  display: block;
  text-align: center;
  margin-top: 60px;
  margin: 60px auto;
}

/* レスポンシブデザイン */

/* モバイル: 767px以下 */
@media (max-width: 769px) {
  .magazine-section {
    padding: 30px 0 74px;
    margin: 30px 0;
  }

  .magazine-section__container {
    padding: 0 15px;
  }

  .magazine-section__title {
    font-size: 24px !important;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: normal;
  }
  .magazine-section__main {
    margin-bottom: 64px;
  }

  .magazine-section__main-link {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .magazine-section__main-image {
    width: 240px;
    height: 313px;
  }

  .magazine-section__main-text {
    width: 100%;
  }

  .magazine-section__main-title {
    font-size: 20px;
    line-height: 1.4em;
  }

  .magazine-section__main-description {
    font-size: 12px;
    line-height: 1.8em;
  }

  .magazine-section__sub {
    gap: 56px;
    justify-content: start;
  }

  .magazine-section__sub-wrapper {
    overflow: scroll;
  }

  .magazine-section__sub-item {
    flex: none;
    width: 200px;
  }

  .magazine-section__sub-image {
    width: 200px;
    height: 261px;
    margin-bottom: 26px;
  }

  .magazine-section__sub-title {
    font-size: 14px;
    line-height: 1.5;
  }

  .magazine-section__sub-vol {
    font-size: 10px;
    margin-bottom: 12px;
  }

  .magazine-section__more {
    margin-top: 40px;
  }
}

/* ---------------------------------
 Pz-LinkCard調整
---------------------------------*/
/* 共通の角丸 */
:root {
  --border-radius:4px;
}

/*角丸*/
.lkc-external-wrap,
.lkc-thumbnail,
.lkc-thumbnail img {
	border-radius:var(--border-radius);
}

/*コンテンツ内調整*/
.lkc-content {
	overflow:visible;
	height:auto;
}

/*余白調整*/
.lkc-card {
	margin:1.5rem 1.5rem 3rem 1.5rem;
}

/*max幅調整*/
.lkc-external-wrap, .lkc-internal-wrap, .lkc-this-wrap {
	max-width:40rem;
}

/*サムネイル調整*/
.lkc-thumbnail {
	border: 1px solid #ddd;
	margin:0 0 0 3rem;
	width: 25%;
	max-width:100%;
	max-height:100%;
	line-height: 0;
}

/*スマホサイズのサムネイル調整*/
@media screen and (max-width: 575.98px) {
    .lkc-thumbnail {
        margin:0;
        float:none;
        margin-bottom: 1.5rem;
        width: 100%;
    }
    .lkc-thumbnail img {
        width:100%;
        max-width:100%;
        max-height:100%;
        height:auto;
        margin:0;
    }
}

/*記事タイトル*/
.lkc-title-text {
    margin-bottom:1em;
}

/*URL非表示調整*/
.lkc-url {
    display:none;
}

/*抜粋文*/
.lkc-excerpt {
    overflow: visible;
    margin-bottom: 1em;
    width: calc( 100% / 1.4);

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

/*サイト情報*/
.lkc-info {
    position:absolute;
    bottom:1.5rem;
}

.lkc-info .lkc-favicon {
    margin-right: 0.6em !important;
}
/* Forms
--------------------------------------------------------------------------*/
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	max-width: 100%;
	height: 48px;
	padding: 3px 10px;
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 2px;
	box-shadow: none;
	box-sizing: border-box;
	vertical-align: top;
}
textarea {
	min-height: 65px;
	padding-top: 6px;
	padding-bottom: 6px;
}

form table input[type="email"],
form table input[type="number"],
form table input[type="search"],
form table input[type="text"],
form table input[type="tel"],
form table input[type="url"],
form table input[type="password"],
form table textarea,
form table select{
	width: auto;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	border-color: #004C98;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(39, 166, 225,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(39, 166, 225,.6);
}
/* buttons
------------------------------------------------------------------- */
a.btn,
p.btn > a,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	padding: 15px 40px;
	font-size: 1em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	background-color: #373737;
	border: 0;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}

a.btn,
p.btn > a {
	border-radius: 2px;
	margin-bottom: 1.2em;
}
p.btn.full > a,
a.btn.full {
	width: 100%;
}
a.btn:hover,
p.btn > a:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
a.btn:focus,
p.btn > a:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	outline: 0;
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
}
/* radio */
.wpcf7-list-item {
    display: block;
    line-height: 1;
}
.wpcf7-list-item + .wpcf7-list-item {
    margin-top: 8px;
}
.wpcf7-form-control input[type="radio"] {
    display: none;
}
.wpcf7-list-item-label {
    position: relative;
    height: 20px;
    line-height: 20px;
    padding-left: 25px;
    display: inline-block;
}
.wpcf7-radio .wpcf7-list-item-label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
}
.wpcf7-form-control input[type="radio"]:checked + .wpcf7-list-item-label::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3d8582;
    position: absolute;
    left: 5px;
    top: 5px;
}
.wpcf7-list-item {
    min-width: 40%;
}
.wpcf7-form label.head {
    display: block;
    font-size: 20px;
    margin: 5px 5px;
}
.cf7mlt-btn {
    display: flex;
    justify-content: center;
    grid-gap: 10px;
}
.wpcf7-submit {
    margin: 10px;
}
