/* --------------------------------------------------------
 Name:      INZONE - app.css
 Author:    ft_d.kawabata
 Info:      INZONE
----------------------------------------------------------- */
@charset "Shift_JIS";

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

.slick-list,
.slick-slider {
  display: block;
  position: relative
}

.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0
}

.slick-list:focus {
  outline: none
}

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

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

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

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

.slick-track:after {
  clear: both
}

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

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

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

.slick-slide img {
  display: inline
}

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

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

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

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

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

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

a,
abbr,
address,
article,
aside,
audio,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
label,
legend,
li,
main,
mark,
nav,
ol,
p,
pre,
q,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
video {
  border: 0;
  font-size: 100%;
  font-family: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}

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

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1;
  background: #fff;
  color: #000;
  font-family: SST W01 Roman, sans-serif, Helvetica Neue, Helvetica, Arial;
  font-size: 16px;
}

a,
a:hover {
  text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: 400
}

img {
  border-style: none;
  vertical-align: bottom
}

img,
video {
  max-width: 100%
}

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

blockquote,
q {
  quotes: none
}

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

table {
  border-collapse: collapse;
  border-spacing: 0
}

input::-webkit-search-decoration {
  display: none
}

input:focus {
  outline-offset: -2px
}

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

select::-webkit-search-decoration {
  display: none
}

select:focus {
  outline-offset: -2px
}

button {
  background-color: transparent
}

textarea {
  resize: none
}

textarea::-webkit-search-decoration {
  display: none
}

textarea:focus {
  outline-offset: -2px
}

button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  outline: none;
  padding: 0
}

.clearfix {
  *zoom: 1
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table
}

.clearfix:after {
  clear: both
}



a {
  color: inherit
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1.8
}

.inzone-contents {
  font-family: Noto Sans JP, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS Pゴシック", sans-serif;
  margin-top: -16px
}

.inzone-contents+.s5-returnToTop {
  display: none
}

#section-YTmodal,
#section-modal {
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999
}

#section-YTmodal .modal,
#section-modal .modal {
  height: 100%;
  width: 100%
}

#section-YTmodal .modal_bg,
#section-modal .modal_bg {
  background-color: rgba(0, 0, 0, .9);
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%
}

#section-YTmodal .modal_close,
#section-modal .modal_close {
  position: absolute
}

#section-YTmodal .modal_wrap,
#section-modal .modal_wrap {
  background-color: #fff;
  bottom: 50%;
  position: absolute;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%)
}

#section-YTmodal .modal_youtube,
#section-modal .modal_youtube {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

#section-YTmodal .top_modal .modal_youtube,
#section-modal .top_modal .modal_youtube {
  aspect-ratio: 16/9;
  height: auto;
  position: static;
  width: 100%
}

#section-YTmodal .top_modal .top_profile,
#section-modal .top_modal .top_profile {
  display: grid
}

#section-YTmodal .top_modal .top_profile_thumb,
#section-modal .top_modal .top_profile_thumb {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden
}

#section-YTmodal .top_modal .top_profile_name,
#section-modal .top_modal .top_profile_name {
  font-weight: 700;
  line-height: 1
}

#section-YTmodal .top_modal .top_profile_position,
#section-modal .top_modal .top_profile_position {
  line-height: 1
}

.page-article .contents_wrap {
  position: relative
}

.page-article .contents_totop {
  position: absolute
}

.page-article .contents_totopAnchor {
  display: inline-block
}

.page-article .kv .kv_wrap {
  position: relative
}

.page-article .kv .kv_itemThumbWrap {
  display: inline-block;
  position: relative
}

.page-article .kv .kv_itemThumbWrap:before {
  background: -webkit-linear-gradient(315deg, navy, #500080 50%, purple) no-repeat 0 0;
  background: -moz-linear-gradient(315deg, navy 0, #500080 50%, purple 100%) no-repeat 0 0;
  background: -o-linear-gradient(315deg, navy 0, #500080 50%, purple 100%) no-repeat 0 0;
  background: linear-gradient(135deg, navy, #500080 50%, purple) no-repeat 0 0
}

.page-article .kv .kv_itemThumbWrap:after {
  background-color: #fff
}

.page-article .kv .kv_itemThumbItem {
  width: 100%
}

.page-article .kv .kv_inner {
  position: relative;
  z-index: 1
}

.page-article .kv .kv_inner:after {
  background-color: #fff
}

.page-article .kv .kv_title {
  background: -webkit-linear-gradient(315deg, navy, #500080 40%, purple 90%, purple) no-repeat 0 0;
  background: -moz-linear-gradient(315deg, navy 0, #500080 40%, purple 90%, purple 100%) no-repeat 0 0;
  background: -o-linear-gradient(315deg, navy 0, #500080 40%, purple 90%, purple 100%) no-repeat 0 0;
  background: linear-gradient(135deg, navy, #500080 40%, purple 90%, purple) no-repeat 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}

html.ie .page-article .kv .kv_title {
  background: none;
  color: #99009e
}

.page-article .kv .kv_titleEmphasis,
.page-article .kv .kv_titleSub {
  display: block;
  font-weight: 700
}

.page-article .kv .kv_date {
  font-weight: 500;
  letter-spacing: .02em
}

.page-article .kv .kv_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.page-article .profile {
  color: #fff
}

.page-article .profile .profile_wrap {
  background-color: rgba(0, 0, 0, .5);
  position: relative
}

.page-article .profile .profile_wrap:before {
  content: "";
  position: absolute
}

.page-article .profile .profile_inner {
  display: grid
}

html.ie .page-article .profile .profile_inner {
  display: block;
  padding-left: 100px;
  position: relative
}

.page-article .profile .profile_name {
  font-weight: 700
}

.page-article .profile .profile_position {
  font-weight: 700;
  letter-spacing: .02em
}

.page-article .profile .profile_text a {
  text-decoration: underline
}

.page-article .contents_inner .contents_innerWrap {
  position: relative
}

.page-article .contents_inner .contents_innerWrap[data-bg=white] {
  background-color: #fff
}

.page-article .contents_inner .contents_innerWrap[data-bg=white]:before {
  background-color: #fff;
  content: "";
  position: absolute
}

.page-article .contents_inner .contents_innerTitle {
  background: -webkit-linear-gradient(340deg, navy, #500080 49%, purple) no-repeat 0 0;
  background: -moz-linear-gradient(340deg, navy 0, #500080 49%, purple 100%) no-repeat 0 0;
  background: -o-linear-gradient(340deg, navy 0, #500080 49%, purple 100%) no-repeat 0 0;
  background: linear-gradient(110deg, navy, #500080 49%, purple) no-repeat 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  position: relative
}

.page-article .contents_inner .contents_innerTitle:before {
  background: -webkit-linear-gradient(340deg, navy, #500080 49%, purple) no-repeat 0 0;
  background: -moz-linear-gradient(340deg, navy 0, #500080 49%, purple 100%) no-repeat 0 0;
  background: -o-linear-gradient(340deg, navy 0, #500080 49%, purple 100%) no-repeat 0 0;
  background: linear-gradient(110deg, navy, #500080 49%, purple) no-repeat 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute
}

html.ie .page-article .contents_inner .contents_innerTitle {
  background: none;
  color: #99009e
}

.page-article .contents_inner .contents_innerText[data-type=bold] {
  font-weight: 700
}

.page-article .contents_inner .contents_innerText .contents_innerTextPerson {
  color: #99009e;
  font-weight: 700
}

.page-article .contents_inner .contents_innerText a {
  text-decoration: underline
}

.page-article .contents_inner .contents_innerNote[data-type=bold],
.page-article .contents_inner .contents_innerText em {
  font-weight: 700
}

.page-article .contents_inner .contents_innerNote .contents_innerTextPerson {
  color: #99009e;
  font-weight: 700
}

.page-article .contents_inner .contents_innerNote a {
  text-decoration: underline
}

.page-article .contents_inner .contents_innerAnchor {
  font-weight: 700;
  position: relative;
  text-align: center
}

.page-article .contents_inner .contents_innerAnchor[data-item=next] .contents_innerAnchorText:before {
  border-color: #000;
  border-style: solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: translateY(50%) rotate(-135deg);
  -moz-transform: translateY(50%) rotate(-135deg);
  -ms-transform: translateY(50%) rotate(-135deg);
  -o-transform: translateY(50%) rotate(-135deg);
  transform: translateY(50%) rotate(-135deg)
}

.page-article .contents_inner .contents_innerAnchor[data-item=prev] .contents_innerAnchorText:before {
  border-color: #000;
  border-style: solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: translateY(50%) rotate(45deg);
  -moz-transform: translateY(50%) rotate(45deg);
  -ms-transform: translateY(50%) rotate(45deg);
  -o-transform: translateY(50%) rotate(45deg);
  transform: translateY(50%) rotate(45deg)
}

.page-article .contents_inner .contents_innerAnchor .contents_innerAnchorText {
  position: relative;
  text-decoration: underline
}

.page-article .contents_inner .contents_innerAnchor .contents_innerAnchorText:before {
  bottom: 50%;
  content: "";
  position: absolute
}

.page-article .contents_inner .contents_innerTextURL {
  word-break: break-all
}

.page-article .contents_inner .contents_innerThumbWrap {
  display: inline-block
}

.page-article .contents_inner .contents_innerThumbImage {
  height: auto;
  width: 100%
}

.page-article .contents_inner .contents_innerQreLink {
  background: #000;
  color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center
}

.page-article .contents_Anchortop {
  color: #fff;
  font-weight: 700;
  text-align: center
}

.page-article .contents_Anchortop .contents_AnchortopText {
  border: 1px solid #fff;
  display: inline-block;
  position: relative
}

.page-article .contents_Anchortop .contents_AnchortopText:before {
  border-color: #fff;
  border-style: solid;
  bottom: 50%;
  content: "";
  position: absolute;
  -webkit-transform: translateY(50%) rotate(45deg);
  -moz-transform: translateY(50%) rotate(45deg);
  -ms-transform: translateY(50%) rotate(45deg);
  -o-transform: translateY(50%) rotate(45deg);
  transform: translateY(50%) rotate(45deg)
}

.page-article .contents_sns {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center
}

.page-article .about .about_wrap {
  text-align: center
}

.page-article .contents_innerBox .movie .movie_text {
  color: #000
}

.page-article .movie .movie_text {
  color: #fff;
  font-weight: 700;
  letter-spacing: .02em;
  text-align: center
}

.page-article .movie .movie_item {
  text-align: center
}

.page-article .movie .movie_itemWrap,
.page-article .product .product_bunnerAnchor {
  display: inline-block
}

.page-article .product .product_innerWrap {
  background-color: #fff;
  position: relative
}

.page-article .product .product_title {
  position: relative
}

.page-article .product .product_titleWrap {
  background-color: #fff;
  display: inline-block;
  -webkit-transform: skew(-33deg);
  -moz-transform: skew(-33deg);
  -ms-transform: skew(-33deg);
  -o-transform: skew(-33deg);
  transform: skew(-33deg);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top
}

.page-article .product .product_titleInner {
  background: -webkit-linear-gradient(35deg, purple 25%, #500080 49%, navy 75%) no-repeat 0 0;
  background: -moz-linear-gradient(35deg, purple 25%, #500080 49%, navy 75%) no-repeat 0 0;
  background: -o-linear-gradient(35deg, purple 25%, #500080 49%, navy 75%) no-repeat 0 0;
  background: linear-gradient(55deg, purple 25%, #500080 49%, navy 75%) no-repeat 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  -webkit-transform: skew(33deg);
  -moz-transform: skew(33deg);
  -ms-transform: skew(33deg);
  -o-transform: skew(33deg);
  transform: skew(33deg);
  z-index: 1
}

html.ie .page-article .product .product_titleInner {
  background: none;
  color: #99009e
}

.page-article .product .product_titleDeco,
.page-article .product .product_titleItem {
  display: block;
  font-weight: 500
}

.page-article .product .product_linkAnchor:not(:first-child) .product_linkAnchorText {
  border-top: 1px solid #efefef
}

.page-article .product .product_linkAnchorText {
  display: block;
  letter-spacing: .02em;
  position: relative
}

.page-article .product .product_linkAnchorText:before {
  background: url(../images/common/ic_blank-white.svg) no-repeat 0 0/100% auto;
  content: "";
  position: absolute;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%)
}

.page-article .product .product_item {
  text-align: center
}

.page-article .product .product_itemAnchor {
  display: block
}

.page-article .product .product_itemAnchorText {
  background-color: #000;
  color: #fff;
  display: block;
  letter-spacing: .02em;
  position: relative
}

.page-article .product .product_itemAnchorText:before {
  background: url(../images/common/ic_blank-black.svg) no-repeat 0 0/100% auto;
  content: "";
  position: absolute;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%)
}

.page-article .product .product_thumb {
  position: absolute;
  text-align: center
}

.page-article .product .product_thumbImage {
  height: auto;
  width: 100%
}

.page-article .relate {
  overflow: hidden
}

.page-article .relate .slide-arrow {
  position: absolute
}

.page-article .relate .slide-arrow[data-type=prev] {
  bottom: 0;
  left: 0
}

.page-article .relate .slide-arrow[data-type=next] {
  bottom: 0
}

.page-article .relate .slide-dots {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center
}

.page-article .relate .slide-dots li {
  display: inline-block;
  line-height: 0
}

.page-article .relate .slide-dots li button {
  background-color: hsla(0, 0%, 100%, .6);
  position: relative;
  text-indent: -9999px
}

.page-article .relate .slide-dots li.slick-active button {
  background-color: #fff
}

.page-article .relate .relate_wrap {
  margin: 0 auto;
  position: relative
}

.page-article .relate .relate_wrap:before {
  content: "";
  position: absolute
}

.page-article .relate .relate_title {
  color: #fff
}

.page-article .relate .relate_title:before {
  content: "";
  position: absolute
}

.page-article .relate .relate_listDate {
  color: #cb45cf;
  font-family: Libre Franklin, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS Pゴシック", sans-serif;
  font-weight: 700
}

.page-article .relate .relate_listWrap {
  color: #fff
}

.page-article .relate .relate_listInner {
  background-color: rgba(0, 0, 0, .4);
  position: relative
}

.page-article .relate .relate_listThumb {
  position: absolute
}

.page-article .contents_anchor {
  color: #fff
}

.page-article .contents_anchor .contents_anchorLink {
  border: 1px solid #fff;
  position: relative
}

.page-article .contents_anchor .contents_anchorLink:before {
  border-color: #fff;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  position: absolute
}

.page-article .contents_anchor .contents_anchorLinkWrap {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative
}

.page-article .contents_anchor .contents_anchorLinkWrap:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom
}

.page-article .contents_anchor .contents_anchorLinkWrap.center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.page-article .contents_anchor .contents_anchorLinkWrap.center .contents_anchorText {
  width: auto
}

.page-article .contents_anchor .contents_anchorThumb {
  position: relative;
  z-index: 1
}

.page-article .contents_anchor .contents_anchorThumbImage {
  height: auto;
  width: 100%
}

.page-index .contents_inner {
  position: relative
}

.page-index .contents_totop {
  position: absolute
}

.page-index .contents_totopAnchor {
  display: inline-block
}

.page-index .kv {
  width: 100%
}

.page-index .kv .kv_thumb {
  display: block;
  height: 100%;
  width: 100%;
  max-width: 1084px;
  margin: 0 auto;
}

.page-index .kv .kv_thumbItem {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.page-index .articles .articles_title {
  color: #fff;
  font-family: Libre Franklin, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS Pゴシック", sans-serif;
  font-weight: 700;
  text-align: right
}

.page-index .articles .articles_group {
  position: relative
}

.page-index .articles .articles_category {
  position: absolute
}

.page-index .articles .articles_category p {
  color: #fff;
  font-family: Libre Franklin, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS Pゴシック", sans-serif;
  font-weight: 700;
  line-height: 1
}

.page-index .articles .articles_item {
  color: #fff;
  position: relative
}

.page-index .articles .articles_itemWrap {
  background-color: #fff
}

.page-index .articles .articles_itemHead {
  background: -webkit-linear-gradient(330deg, #c100c6 10%, #4e0080 40%, #0400ff 85%) no-repeat 0 0;
  background: -moz-linear-gradient(330deg, #c100c6 10%, #4e0080 40%, #0400ff 85%) no-repeat 0 0;
  background: -o-linear-gradient(330deg, #c100c6 10%, #4e0080 40%, #0400ff 85%) no-repeat 0 0;
  background: linear-gradient(120deg, #c100c6 10%, #4e0080 40%, #0400ff 85%) no-repeat 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  overflow: hidden;
  position: relative
}

html.ie .page-index .articles .articles_itemHead {
  background: none;
  color: #99009e
}

.page-index .articles .articles_itemTagWrap {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  position: absolute;
  top: 0
}

.page-index .articles .articles_itemTagLead {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: grid;
  height: 100%;
  place-content: center
}

.page-index .articles .articles_itemTagLead.new {
  background-color: #f2004a;
  -webkit-clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%)
}

.page-index .articles .articles_itemTagLead.video {
  background-color: #f2004a;
  -webkit-clip-path: polygon(0 0, 100% 0, 81% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 81% 100%, 0 100%);
  position: relative
}

.page-index .articles .articles_itemTagLead.video:after {
  background-color: #fff;
  content: "";
  position: absolute
}

.page-index .articles .articles_itemTagLead.new+.video {
  -webkit-clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%)
}

.page-index .articles .articles_itemTagLeadWrap {
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1
}

.page-index .articles .articles_itemTagLeadWrap.ico-new {
  color: #fff
}

.page-index .articles .articles_itemTagLeadWrap.ico-play {
  color: #f2004a;
  z-index: 1
}

.page-index .articles .articles_itemTitle {
  letter-spacing: .04em
}

.page-index .articles .articles_itemTitleText {
  display: inline-block;
  font-weight: 700;
  font-style: normal;
}

.page-index .articles .articles_itemDate {
  font-family: Libre Franklin, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS Pゴシック", sans-serif;
  font-weight: 500
}

.page-index .articles .articles_itemInner {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-left: auto
}

.page-index .articles .articles_itemInnerWrap {
  color: #fff
}

.page-index .articles .articles_itemPosition {
  font-weight: 500
}

.page-index .articles .articles_itemName {
  font-weight: 700
}

.page-index .bunner_sns {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center
}

.page-index .bunner_sns .bunner_snsAnchor {
  display: inline-block;
  line-height: 1
}

.page-index .bunner_sns .bunner_snsImage {
  height: 100%;
  width: 100%
}

.page-index .review_title {
  color: #fff;
  font-family: Libre Franklin, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS Pゴシック", sans-serif;
  font-weight: 700;
  line-height: 1
}

.page-index .review_lead {
  color: #fff;
  font-weight: 500;
  line-height: 1
}

.page-index .review_list {
  margin: 0 auto
}

.page-index .review_list_itemLink {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  background: #fff;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%
}

.page-index .review_list_itemLink,
.page-index .review_list_itemName {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%
}

.page-index .review_list_itemName {
  background: navy;
  -webkit-clip-path: polygon(0 0, 100% 0, 68% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 68% 100%, 0 100%);
  color: #fff;
  font-family: Libre Franklin, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS Pゴシック", sans-serif;
  font-weight: 700;
  letter-spacing: -.01em
}

.page-index .topArticleProfile {
  display: none
}

@media print {
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 1280px
}

@media print,
screen and (min-width:781px) {


  #section-contents .contents_wrap {
    background: -webkit-linear-gradient(130deg, purple, #500080 49%, navy) no-repeat 0 0;
    background: -moz-linear-gradient(130deg, purple 0, #500080 49%, navy 100%) no-repeat 0 0;
    background: -o-linear-gradient(130deg, purple 0, #500080 49%, navy 100%) no-repeat 0 0;
    background: linear-gradient(320deg, purple, #500080 49%, navy) no-repeat 0 0
  }

  #section-YTmodal .modal_close,
  #section-modal .modal_close {
    cursor: pointer;
    height: 36px;
    opacity: 1;
    right: 0;
    top: -88px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width: 36px
  }

  #section-YTmodal .modal_close:hover,
  #section-modal .modal_close:hover {
    opacity: .6
  }

  #section-YTmodal .modal_wrap,
  #section-modal .modal_wrap {
    padding-top: 484px;
    width: 860px
  }

  #section-YTmodal .top_modal,
  #section-modal .top_modal {
    padding: 10px 10px 30px;
    width: 820px
  }

  #section-YTmodal .top_modal .modal_close,
  #section-modal .top_modal .modal_close {
    height: 24px;
    top: -48px;
    width: 24px
  }

  #section-YTmodal .top_modal .top_profile,
  #section-modal .top_modal .top_profile {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    grid-template-columns: 90px 1fr;
    grid-template-rows: repeat(2, auto);
    margin: 20px 20px 0;
    row-gap: 12px
  }

  #section-YTmodal .top_modal .top_profile_thumb,
  #section-modal .top_modal .top_profile_thumb {
    grid-column: 1/2;
    grid-row: 1/3
  }

  #section-YTmodal .top_modal .top_profile_nameWrap,
  #section-modal .top_modal .top_profile_nameWrap {
    grid-column: 2/3;
    grid-row: 1/2
  }

  #section-YTmodal .top_modal .top_profile_name,
  #section-modal .top_modal .top_profile_name {
    font-size: 20px;
    margin-bottom: 8px
  }

  #section-YTmodal .top_modal .top_profile_position,
  #section-modal .top_modal .top_profile_position {
    font-size: 11px;
    font-weight: 500
  }

  #section-YTmodal .top_modal .top_profile_text,
  #section-modal .top_modal .top_profile_text {
    font-size: 11px;
    grid-column: 2/3;
    grid-row: 2/3;
    line-height: 1.63636
  }

  #section-wrapper {
    max-width: 100%;
    overflow: hidden
  }

  #section-wrapper .u-pc {
    display: block
  }

  #section-wrapper .u-sp {
    display: none
  }

  #section-wrapper .u-pcInline {
    display: inline-block
  }

  #section-wrapper .u-spInline {
    display: none
  }

  .page-article .contents_wrap {
    padding-bottom: 158px
  }

  .page-article .contents_totop {
    bottom: 120px;
    right: 50px
  }

  .page-article .contents_totopAnchor {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
  }

  .page-article .contents_totopAnchor:hover {
    opacity: .6
  }

  .page-article .kv {
    overflow: hidden
  }

  .page-article .kv .kv_itemThumb {
    height: 100%;
    position: absolute;
    right: 50%;
    text-align: right;
    top: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    width: 1200px;
    z-index: 0
  }

  .page-article .kv .kv_itemThumb:after,
  .page-article .kv .kv_itemThumb:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1
  }

  .page-article .kv .kv_itemThumb:before {
    background: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 100%, 0)), color-stop(40%, hsla(0, 0%, 100%, 0)), color-stop(60%, #fff), to(#fff)) no-repeat 0 0;
    background: -webkit-linear-gradient(right, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 40%, #fff 60%, #fff) no-repeat 0 0;
    background: -moz-linear-gradient(right, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0) 40%, #fff 60%, #fff 100%) no-repeat 0 0;
    background: -o-linear-gradient(right, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0) 40%, #fff 60%, #fff 100%) no-repeat 0 0;
    background: linear-gradient(-90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 40%, #fff 60%, #fff) no-repeat 0 0;
    left: -1px;
    width: 100%
  }

  .page-article .kv .kv_itemThumb:after {
    background-color: #fff;
    right: 100%;
    width: -webkit-calc(50vw - 50% + 50px);
    width: -moz-calc(50vw - 50% + 50px);
    width: calc(50vw - 50% + 50px)
  }

  .page-article .kv .kv_itemThumbWrap {
    height: 100%;
    margin-left: auto;
    width: 100%
  }

  .page-article .kv .kv_itemThumbWrap:after,
  .page-article .kv .kv_itemThumbWrap:before {
    content: "";
    position: absolute;
    z-index: 1
  }

  .page-article .kv .kv_itemThumbWrap:before {
    height: 4px;
    left: -400px;
    top: 200px;
    -webkit-transform: rotate(126.7deg);
    -moz-transform: rotate(126.7deg);
    -ms-transform: rotate(126.7deg);
    -o-transform: rotate(126.7deg);
    transform: rotate(126.7deg);
    width: 800px
  }

  .page-article .kv .kv_itemThumbWrap:after {
    height: 100px;
    left: 50px;
    top: 62px;
    width: 100px
  }

  .page-article .kv .kv_itemThumbItem {
    height: 100%;
    max-width: unset;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right top;
    object-position: right top
  }

  html.ie .page-article .kv .kv_itemThumbItem {
    height: auto;
    max-width: none
  }

  .page-article .kv .kv_inner {
    margin: 0 auto;
    padding: 70px 0;
    width: 1080px
  }

  .page-article .kv .kv_title {
    width: 550px
  }

  .page-article .kv .kv_titleSub {
    font-size: 22px;
    line-height: 22px
  }

  .page-article .kv .kv_titleEmphasis {
    font-size: 52px;
    line-height: 71px
  }

  .page-article .kv[data-id="6"] .kv_titleEmphasis {
    font-size: 42px;
    line-height: 57px
  }

  .page-article .kv .kv_date {
    font-size: 16px;
    line-height: 22px;
    margin-top: 24px
  }

  .page-article .kv .kv_snsItem {
    margin-top: 10px
  }

  .page-article .kv .kv_snsItem+.kv_snsItem {
    margin-left: 10px
  }

  .page-article .kv .kv_snsAnchor {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
  }

  .page-article .kv .kv_snsAnchor:hover {
    opacity: .7
  }

  .page-article .kv .kv_lead {
    font-size: 14px;
    line-height: 30px;
    margin-top: 70px;
    width: 600px
  }

  .page-article .profile {
    margin-top: 30px;
    overflow: hidden
  }

  .page-article .profile .profile_wrap {
    margin: 0 auto;
    padding: 26px 0;
    width: 1200px
  }

  .page-article .profile .profile_wrap:before {
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    right: 100%;
    top: 0;
    width: -webkit-calc(50vw - 50% + 50px);
    width: -moz-calc(50vw - 50% + 50px);
    width: calc(50vw - 50% + 50px)
  }

  .page-article .profile .profile_inner {
    grid-template-columns: 90px 1fr;
    margin: 0 auto;
    width: 1080px
  }

  .page-article .profile .profile_thumb {
    grid-column: 1/2;
    grid-row: 1/3;
    height: 100%;
    width: 90px
  }

  html.ie .page-article .profile .profile_thumb {
    left: 0;
    position: absolute;
    top: 0
  }

  .page-article .profile .profile_innerWrap {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-left: 20px
  }

  .page-article .profile .profile_name {
    font-size: 20px;
    line-height: 20px
  }

  .page-article .profile .profile_position {
    font-size: 11px;
    line-height: 11px;
    margin-top: 6px
  }

  .page-article .profile .profile_text {
    font-size: 11px;
    grid-column: 2/3;
    grid-row: 2/3;
    line-height: 18px;
    margin-left: 20px;
    margin-top: 10px;
    width: 700px
  }

  .page-article .profile .profile_text a {
    opacity: 1;
    padding: 0 2px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
  }

  .page-article .profile .profile_text a:hover {
    opacity: .6
  }

  .page-article .contents_inner {
    margin-top: 100px;
    overflow: hidden
  }

  .page-article .contents_inner .contents_innerWrap {
    margin: 0 auto;
    padding: 80px 140px;
    width: 1080px
  }

  .page-article .contents_inner .contents_innerWrap+.contents_innerWrap,
  .page-article .contents_inner .contents_innerWrap+.movie {
    margin-top: 120px
  }

  .page-article .contents_inner .contents_innerWrap[data-bg=white]:before {
    height: 100%;
    left: 100%;
    top: 0;
    width: -webkit-calc(50vw - 50% + 50px);
    width: -moz-calc(50vw - 50% + 50px);
    width: calc(50vw - 50% + 50px)
  }

  .page-article .contents_inner .contents_innerWrap .about+.contents_innerBox {
    margin-top: 80px
  }

  .page-article .contents_inner .contents_innerWrap .about_wrap {
    margin: 0 auto
  }

  .page-article .contents_inner .contents_innerBox+.about,
  .page-article .contents_inner .contents_innerBox+.contents_innerBox {
    margin-top: 60px
  }

  .page-article .contents_inner .contents_innerBox .about {
    margin-bottom: 80px;
    margin-top: 60px
  }

  .page-article .contents_inner .contents_innerTitle {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 21px
  }

  .page-article .contents_inner .contents_innerTitle:before {
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    width: 820px
  }

  .page-article .contents_inner .contents_innerTitle+.contents_innerNote,
  .page-article .contents_inner .contents_innerTitle+.contents_innerQre,
  .page-article .contents_inner .contents_innerTitle+.contents_innerText {
    margin-top: 20px
  }

  .page-article .contents_inner .contents_innerTitle+.contents_innerThumb {
    margin-top: 60px
  }

  .page-article .contents_inner .contents_innerTitle+.contents_innerBnr {
    margin-top: 20px
  }

  .page-article .contents_inner .contents_innerText {
    font-size: 14px;
    line-height: 30px;
    margin-top: -8px
  }

  .page-article .contents_inner .contents_innerText+.contents_innerQre,
  .page-article .contents_inner .contents_innerText+.contents_innerText {
    margin-top: 20px
  }

  .page-article .contents_inner .contents_innerText+.contents_innerAnchor {
    margin-top: 40px
  }

  .page-article .contents_inner .contents_innerText+.contents_innerNote {
    margin-top: 10px
  }

  .page-article .contents_inner .contents_innerText+.contents_innerThumb {
    margin-top: 40px
  }

  .page-article .contents_inner .contents_innerText+.contents_innerBnr {
    margin-top: 20px
  }

  .page-article .contents_inner .contents_innerText a {
    opacity: 1;
    padding: 0 2px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
  }

  .page-article .contents_inner .contents_innerText a:hover {
    opacity: .6
  }

  .page-article .contents_inner .contents_innerNote {
    font-size: 12px;
    line-height: 24px;
    margin-top: -8px
  }

  .page-article .contents_inner .contents_innerNote+.contents_innerNote,
  .page-article .contents_inner .contents_innerNote+.contents_innerQre,
  .page-article .contents_inner .contents_innerNote+.contents_innerText {
    margin-top: 20px
  }

  .page-article .contents_inner .contents_innerNote+.contents_innerBnr,
  .page-article .contents_inner .contents_innerNote+.contents_innerThumb {
    margin-top: 40px
  }

  .page-article .contents_inner .contents_innerNote a {
    opacity: 1;
    padding: 0 2px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
  }

  .page-article .contents_inner .contents_innerNote a:hover {
    opacity: .6
  }

  .page-article .contents_inner .contents_innerAnchor {
    font-size: 16px;
    line-height: 24px;
    margin-top: -8px;
    padding-right: 20px
  }

  .page-article .contents_inner .contents_innerAnchor[data-item=next] .contents_innerAnchorText:before {
    left: -20px
  }

  .page-article .contents_inner .contents_innerAnchor[data-item=prev] .contents_innerAnchorText:before {
    right: -20px
  }

  .page-article .contents_inner .contents_innerAnchor+.contents_innerNote,
  .page-article .contents_inner .contents_innerAnchor+.contents_innerQre,
  .page-article .contents_inner .contents_innerAnchor+.contents_innerText {
    margin-top: 30px
  }

  .page-article .contents_inner .contents_innerAnchor+.contents_innerBnr,
  .page-article .contents_inner .contents_innerAnchor+.contents_innerThumb {
    margin-top: 40px
  }

  .page-article .contents_inner .contents_innerAnchor .contents_innerAnchorText {
    opacity: 1;
    padding: 0 2px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
  }

  .page-article .contents_inner .contents_innerAnchor .contents_innerAnchorText:hover {
    opacity: .6
  }

  .page-article .contents_inner .contents_innerAnchor .contents_innerAnchorText:before {
    height: 10px;
    width: 10px
  }

  .page-article .contents_inner .contents_innerThumb+.contents_innerNote,
  .page-article .contents_inner .contents_innerThumb+.contents_innerQre,
  .page-article .contents_inner .contents_innerThumb+.contents_innerText {
    margin-top: 20px
  }

  .page-article .contents_inner .contents_innerQre+.contents_innerText {
    margin-top: 60px
  }

  .page-article .contents_inner .contents_innerQre+.contents_innerNote,
  .page-article .contents_inner .contents_innerQre+.contents_innerQre {
    margin-top: 20px
  }

  .page-article .contents_inner .contents_innerQre+.contents_innerBnr,
  .page-article .contents_inner .contents_innerQre+.contents_innerThumb {
    margin-top: 60px
  }

  .page-article .contents_inner .contents_innerQreLink {
    font-size: 14px;
    line-height: 50px;
    width: 400px
  }

  .page-article .contents_inner .contents_innerBnr+.contents_innerNote,
  .page-article .contents_inner .contents_innerBnr+.contents_innerQre,
  .page-article .contents_inner .contents_innerBnr+.contents_innerText {
    margin-top: 20px
  }

  .page-article .contents_inner .contents_innerBnr+.contents_innerThumb {
    margin-top: 60px
  }

  .page-article .contents_inner .contents_innerBnr+.contents_innerBnr {
    margin-top: 20px
  }

  .page-article .contents_inner .contents_innerBnrLink {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
  }

  .page-article .contents_inner .contents_innerBnrLink:hover {
    opacity: .7
  }

  .page-article .contents_Anchortop {
    font-size: 16px;
    line-height: 16px;
    margin-top: 140px
  }

  .page-article .contents_Anchortop .contents_AnchortopText {
    font-size: 16px;
    line-height: 16px;
    opacity: 1;
    padding: 19px 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width: 370px
  }

  .page-article .contents_Anchortop .contents_AnchortopText:hover {
    color: #ccc;
    opacity: .7
  }

  .page-article .contents_Anchortop .contents_AnchortopText:before {
    border-width: 0 0 1px 1px;
    height: 10px;
    left: 20px;
    width: 10px
  }

  .page-article .contents_sns {
    margin-top: 60px
  }

  .page-article .contents_sns .contents_snsItem+.contents_snsItem {
    margin-left: 14px
  }

  .page-article .contents_sns .contents_snsAnchor {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
  }

  .page-article .contents_sns .contents_snsAnchor:hover {
    opacity: .7
  }

  .page-article .about {
    margin: 0 auto;
    width: 800px
  }

  .page-article .about+.contents_innerWrap {
    margin-top: 80px
  }

  .page-article .movie+.contents_innerTitle {
    margin-top: 40px
  }

  .page-article .movie+.contents_innerQre,
  .page-article .movie+.contents_innerText {
    margin-top: 20px
  }

  .page-article .movie .movie_text {
    font-size: 19px;
    line-height: 19px
  }

  .page-article .movie .movie_item {
    margin-top: 12px
  }

  .page-article .movie .movie_itemWrap {
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
  }

  .page-article .movie .movie_itemWrap:hover {
    opacity: .7
  }

  .page-article .product {
    margin-top: 120px
  }

  .page-article .product .product_wrap {
    margin: 0 auto;
    width: 800px
  }

  .page-article .product .product_inner+.product_inner {
    margin-top: 60px
  }

  .page-article .product .product_bunnerAnchor {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
  }

  .page-article .product .product_bunnerAnchor:hover {
    opacity: .7
  }

  .page-article .product .product_innerWrap {
    margin-top: 20px;
    padding: 55px 0 40px
  }

  .page-article .product .product_title {
    background: -webkit-linear-gradient(330deg, navy, purple 8%, purple 75%, navy) no-repeat 0 0;
    background: -moz-linear-gradient(330deg, navy 0, purple 8%, purple 75%, navy 100%) no-repeat 0 0;
    background: -o-linear-gradient(330deg, navy 0, purple 8%, purple 75%, navy 100%) no-repeat 0 0;
    background: linear-gradient(120deg, navy, purple 8%, purple 75%, navy) no-repeat 0 0
  }

  .page-article .product .product_titleWrap {
    margin-left: 70px
  }

  .page-article .product .product_titleInner {
    height: 70px;
    line-height: 1;
    -webkit-transform-origin: 50% 55%;
    -moz-transform-origin: 50% 55%;
    -ms-transform-origin: 50% 55%;
    -o-transform-origin: 50% 55%;
    transform-origin: 50% 55%
  }

  .page-article .product .product_titleInner[data-product=monitor] {
    padding: 7px 40px
  }

  .page-article .product .product_titleInner[data-product=headset] {
    padding: 7px 30px
  }

  .page-article .product .product_titleItem {
    font-size: 32px;
    line-height: 32px
  }

  .page-article .product .product_titleDeco {
    font-size: 16px;
    line-height: 16px;
    margin-top: 8px
  }

  .page-article .product .product_links {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 40px
  }

  .page-article .product .product_linkWrap {
    margin-top: 25px;
    width: 400px
  }

  .page-article .product .product_linkTitle {
    border-bottom: 1px solid #000;
    padding: 0 10px 5px
  }

  .page-article .product .product_linkTitle p {
    color: purple;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px
  }

  .page-article .product .product_linkAnchorText {
    font-size: 18px;
    line-height: 24px;
    padding: 8px 40px 8px 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
  }

  .page-article .product .product_linkAnchorText:hover {
    color: purple
  }

  .page-article .product .product_linkAnchorText:before {
    bottom: 45%;
    height: 13px;
    right: 10px;
    width: 14px
  }

  .page-article .product .product_item {
    margin-top: 129px
  }

  .page-article .product .product_itemAnchor:not(:first-child) {
    margin-top: 6px
  }

  .page-article .product .product_itemAnchorText {
    font-size: 14px;
    line-height: 14px;
    opacity: 1;
    padding: 18px 14px 18px 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width: 280px
  }

  .page-article .product .product_itemAnchorText:hover {
    opacity: .7
  }

  .page-article .product .product_itemAnchorText:before {
    bottom: 45%;
    height: 13px;
    right: 10px;
    width: 14px
  }

  .page-article .product .product_thumb {
    display: block;
    width: 280px
  }

  .page-article .product .product_thumb[data-product=monitor] {
    right: 40px;
    top: 40px
  }

  .page-article .product .product_thumb[data-product=headset] {
    right: 55px;
    top: 20px
  }

  .page-article .product .product_thumbImage {
    -webkit-filter: drop-shadow(10px 10px 14px rgba(0, 0, 0, .15));
    filter: drop-shadow(10px 10px 14px rgba(0, 0, 0, .15))
  }

  .page-article .product .product_thumbImage[alt="INZONE M9"] {
    width: 223px
  }

  .page-article .product .product_thumbImage[alt="INZONE H9"] {
    width: 177px
  }

  .page-article .product .product_thumbImage[alt="INZONE M3"] {
    width: 223px
  }

  .page-article .relate {
    margin-top: 80px
  }

  .page-article .relate .slide-arrow {
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width: 10px
  }

  .page-article .relate .slide-arrow:hover {
    opacity: .7
  }

  .page-article .relate .slide-arrow[data-type=next] {
    left: 204px
  }

  .page-article .relate .slide-dots {
    height: 20px;
    margin-left: 18px;
    margin-top: 30px;
    width: 178px
  }

  .page-article .relate .slide-dots li {
    height: 2px
  }

  .page-article .relate .slide-dots li+li {
    margin-left: 6px
  }

  .page-article .relate .slide-dots li button {
    cursor: pointer;
    height: 2px;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width: 30px
  }

  .page-article .relate .slide-dots li button:hover {
    opacity: .7
  }

  .page-article .relate .relate_wrap {
    padding-left: 60px;
    width: 1080px
  }

  .page-article .relate .relate_wrap:before {
    background: -webkit-gradient(linear, left bottom, left top, from(#3633e2), to(#9a009f)) no-repeat 0 0;
    background: -webkit-linear-gradient(bottom, #3633e2, #9a009f) no-repeat 0 0;
    background: -moz-linear-gradient(bottom, #3633e2 0, #9a009f 100%) no-repeat 0 0;
    background: -o-linear-gradient(bottom, #3633e2 0, #9a009f 100%) no-repeat 0 0;
    background: linear-gradient(0deg, #3633e2, #9a009f) no-repeat 0 0;
    bottom: 0;
    height: -webkit-calc(100% - 152px);
    height: -moz-calc(100% - 152px);
    height: calc(100% - 152px);
    left: 11px;
    width: 1px
  }

  .page-article .relate .relate_inner {
    width: -webkit-calc(50% + 100vw);
    width: -moz-calc(50% + 100vw);
    width: calc(50% + 100vw)
  }

  .page-article .relate .relate_title {
    font-size: 22px;
    left: 0;
    line-height: 22px;
    position: absolute;
    top: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
  }

  .page-article .relate .relate_listItem {
    width: 340px
  }

  .page-article .relate .relate_listItem+.relate_listItem {
    margin-left: 20px
  }

  .page-article .relate .relate_listAnchor {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
  }

  .page-article .relate .relate_listAnchor:hover {
    opacity: .7
  }

  .page-article .relate .relate_listDate {
    font-size: 12px;
    line-height: 12px
  }

  .page-article .relate .relate_listWrap {
    margin-top: 12px
  }

  .page-article .relate .relate_listTitle {
    background: -webkit-linear-gradient(160deg, navy, #500080 49%, purple) no-repeat 0 0;
    background: -moz-linear-gradient(160deg, navy 0, #500080 49%, purple 100%) no-repeat 0 0;
    background: -o-linear-gradient(160deg, navy 0, #500080 49%, purple 100%) no-repeat 0 0;
    background: linear-gradient(290deg, navy, #500080 49%, purple) no-repeat 0 0;
    font-size: 22px;
    line-height: 32px;
    padding: 30px 20px 160px
  }

  .page-article .relate .relate_listInner {
    padding: 30px 20px 20px
  }

  .page-article .relate .relate_listThumb {
    bottom: -webkit-calc(100% - 20px);
    bottom: -moz-calc(100% - 20px);
    bottom: calc(100% - 20px);
    left: 20px
  }

  .page-article .relate .relate_listPosition {
    font-size: 10px;
    line-height: 10px
  }

  .page-article .relate .relate_listName {
    font-size: 18px;
    line-height: 18px;
    margin-top: 7px
  }

  .page-article .contents_anchor {
    margin: 80px auto 0;
    width: 1080px
  }

  .page-article .contents_anchor+.contents_innerWrap {
    margin-top: 80px
  }

  .page-article .contents_anchor .contents_anchorBox {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
  }

  .page-article .contents_anchor .contents_anchorItem+.contents_anchorItem {
    margin-left: 20px
  }

  .page-article .contents_anchor .contents_anchorLink {
    display: inline-block;
    height: 100%;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width: 420px
  }

  .page-article .contents_anchor .contents_anchorLink:hover {
    color: #fff;
    opacity: .7
  }

  .page-article .contents_anchor .contents_anchorLink:before {
    bottom: -30px;
    height: 10px;
    right: 50%;
    -webkit-transform: translateX(50%) rotate(45deg);
    -moz-transform: translateX(50%) rotate(45deg);
    -ms-transform: translateX(50%) rotate(45deg);
    -o-transform: translateX(50%) rotate(45deg);
    transform: translateX(50%) rotate(45deg);
    width: 10px
  }

  .page-article .contents_anchor .contents_anchorLinkWrap {
    height: 100%;
    padding: 30px 0 30px 30px
  }

  .page-article .contents_anchor .contents_anchorLinkWrap:before {
    -webkit-transform: skew(335deg);
    -moz-transform: skew(335deg);
    -ms-transform: skew(335deg);
    -o-transform: skew(335deg);
    transform: skew(335deg);
    width: 120px
  }

  .page-article .contents_anchor .contents_anchorText {
    font-size: 16px;
    line-height: 24px;
    width: 270px
  }

  .page-article .contents_anchor .contents_anchorThumb[data-type=H9] {
    margin-left: 42px;
    width: 58px
  }

  .page-article .contents_anchor .contents_anchorThumb[data-type=M9] {
    margin-left: 20px;
    width: 81px
  }

  .page-article .contents_anchor .contents_anchorThumb[data-type=M3] {
    margin-left: 32px;
    width: 81px
  }

  .page-article .contents_anchor .contents_anchorThumbImage {
    -webkit-filter: drop-shadow(10px 10px 14px rgba(0, 0, 0, .15));
    filter: drop-shadow(10px 10px 14px rgba(0, 0, 0, .15))
  }

  .page-index .contents_inner {
    padding: 50px 0 140px
  }

  .page-index .contents_totop {
    bottom: 40px;
    right: 48px
  }

  .page-index .contents_totopAnchor {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
  }

  .page-index .contents_totopAnchor:hover {
    opacity: .6
  }

  .page-index .kv {
    background: #000;
    margin: 0 auto;
  }

  .page-index .articles {
    margin-top: 90px
  }

  .page-index .articles .articles_wrap {
    margin: 0 auto;
    width: 1084px
  }

  .page-index .articles .articles_title {
    font-size: 34px;
    line-height: 34px
  }

  .page-index .articles .articles_group {
    padding: 100px 0 94px
  }

  .page-index .articles .articles_category {
    background: url(../images/index/bg_articles-category_pc.png) no-repeat 0 0/100% auto;
    height: 240px;
    left: 35px;
    top: 15px;
    width: 240px
  }

  .page-index .articles .articles_category p {
    font-size: 26px;
    padding: 30px
  }

  .page-index .articles .articles_list {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
    width: 950px
  }

  .page-index .articles .articles_item,
  .page-index .articles .articles_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }

  .page-index .articles .articles_item {
    width: 450px
  }

  .page-index .articles .articles_item:nth-of-type(n+3) {
    margin-top: 60px
  }

  .page-index .articles .articles_itemAnchor {
    cursor: pointer;
    display: inline-block;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
  }

  .page-index .articles .articles_itemAnchor:hover {
    opacity: .7
  }

  .page-index .articles .articles_itemWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
  }

  .page-index .articles .articles_itemHead {
    border: 2px solid transparent;
    padding: 40px 30px;
    width: 450px
  }

  .page-index .articles .articles_itemTagWrap {
    height: 30px
  }

  .page-index .articles .articles_itemTagLead.new {
    width: 78px
  }

  .page-index .articles .articles_itemTagLead.video {
    padding: 2px;
    width: 118px
  }

  .page-index .articles .articles_itemTagLead.video:after {
    -webkit-clip-path: polygon(0 0, 98.5% 0, 81% 100%, 0 100%);
    clip-path: polygon(0 0, 98.5% 0, 81% 100%, 0 100%);
    height: -webkit-calc(100% - 4px);
    height: -moz-calc(100% - 4px);
    height: calc(100% - 4px);
    left: 2px;
    top: 2px;
    width: -webkit-calc(100% - 4px);
    width: -moz-calc(100% - 4px);
    width: calc(100% - 4px)
  }

  .page-index .articles .articles_itemTagLead.new+.video {
    margin-left: -22px;
    width: 122px
  }

  .page-index .articles .articles_itemTagLead.new+.video:after {
    -webkit-clip-path: polygon(18% 0, 100% 0, 100% 100%, 2% 100%);
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 2% 100%)
  }

  .page-index .articles .articles_itemTagLead.new+.video .ico-play {
    margin-left: 14px
  }

  .page-index .articles .articles_itemTagLeadWrap.ico-new {
    font-size: 18px;
    margin-left: -12px;
    margin-top: -3px
  }

  .page-index .articles .articles_itemTagLeadWrap.ico-play {
    font-size: 14px;
    margin-left: -15px;
    margin-top: -1px
  }

  .page-index .articles .articles_itemTitle,
  .page-index .articles .articles_itemTitleText {
    font-size: 28px;
    line-height: 38px
  }

  .page-index .articles .articles_itemDate {
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 14px;
    margin-top: 10px
  }

  .page-index .articles .articles_itemInner {
    margin-top: auto
  }

  .page-index .articles .articles_itemInnerWrap {
    padding: 0 20px;
    width: 310px
  }

  .page-index .articles .articles_itemPosition {
    font-size: 14px;
    line-height: 16px
  }

  .page-index .articles .articles_itemName {
    font-size: 24px;
    line-height: 30px;
    margin-top: 8px
  }

  .page-index .articles .articles_itemThumbImage {
    width: 140px
  }

  .page-index .bunner_sns {
    margin: 130px auto 0;
    width: 800px
  }

  .page-index .bunner_sns .bunner_snsItem+.bunner_snsItem {
    margin-left: 14px
  }

  .page-index .bunner_sns .bunner_snsAnchor {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 32px;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width: 32px
  }

  .page-index .bunner_sns .bunner_snsAnchor:hover {
    opacity: .7
  }

  .page-index .review {
    margin: 46px auto 40px;
    width: 1080px
  }

  .page-index .review_title {
    font-size: 34px;
    margin-bottom: 16px
  }

  .page-index .review_lead {
    font-size: 14px;
    margin-bottom: 60px
  }

  .page-index .review_list {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 950px
  }

  .page-index .review_list_item {
    height: 140px;
    margin-bottom: 10px;
    width: -webkit-calc(50% - 25px);
    width: -moz-calc(50% - 25px);
    width: calc(50% - 25px)
  }

  .page-index .review_list_itemLink {
    padding: 2px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
  }

  .page-index .review_list_itemLink:hover {
    opacity: .7
  }

  .page-index .review_list_itemName {
    font-size: 20px;
    padding-left: 18px;
    width: 318px
  }

  .page-index .review_list_itemName span {
    font-size: 32px;
    margin-left: 10px
  }

  .page-index .review_list_itemThumb {
    padding-right: 8px;
    width: 120px
  }
}

@media only screen and (max-width:780px) {
  #section-contents {
    background: -webkit-linear-gradient(130deg, purple, #500080 49%, navy) no-repeat 0 0;
    background: -moz-linear-gradient(130deg, purple 0, #500080 49%, navy 100%) no-repeat 0 0;
    background: -o-linear-gradient(130deg, purple 0, #500080 49%, navy 100%) no-repeat 0 0;
    background: linear-gradient(320deg, purple, #500080 49%, navy) no-repeat 0 0
  }

  #section-YTmodal .modal_close,
  #section-modal .modal_close {
    height: 7.2vw;
    right: 7.73333vw;
    top: -18.93333vw;
    width: 7.2vw
  }

  #section-YTmodal .modal_wrap,
  #section-modal .modal_wrap {
    padding-top: 50.4%;
    width: 100%
  }

  #section-YTmodal .top_modal,
  #section-modal .top_modal {
    padding: 1.33333vw 1.33333vw 5.33333vw;
    width: 92vw
  }

  #section-YTmodal .top_modal .modal_close,
  #section-modal .top_modal .modal_close {
    height: 5.33333vw;
    right: 0;
    top: -9.33333vw;
    width: 5.33333vw
  }

  #section-YTmodal .top_modal .top_profile,
  #section-modal .top_modal .top_profile {
    -webkit-column-gap: 2.66667vw;
    -moz-column-gap: 2.66667vw;
    column-gap: 2.66667vw;
    grid-template-columns: 14.66667vw 1fr;
    grid-template-rows: 14.66667vw 1fr;
    margin: 5.33333vw 4vw 0;
    row-gap: 2.13333vw
  }

  #section-YTmodal .top_modal .top_profile_thumb,
  #section-modal .top_modal .top_profile_thumb {
    grid-column: 1/2;
    grid-row: 1/2
  }

  #section-YTmodal .top_modal .top_profile_nameWrap,
  #section-modal .top_modal .top_profile_nameWrap {
    align-self: center;
    grid-column: 2/3;
    grid-row: 1/2
  }

  #section-YTmodal .top_modal .top_profile_name,
  #section-modal .top_modal .top_profile_name {
    font-size: 4.53333vw;
    margin-bottom: 2vw
  }

  #section-YTmodal .top_modal .top_profile_position,
  #section-modal .top_modal .top_profile_position {
    font-size: 2.4vw;
    font-weight: 700
  }

  #section-YTmodal .top_modal .top_profile_text,
  #section-modal .top_modal .top_profile_text {
    font-size: 2.4vw;
    grid-column: 1/3;
    grid-row: 2/3;
    line-height: 1.44444
  }

  #section-wrapper .u-pc {
    display: none
  }

  #section-wrapper .u-sp {
    display: block
  }

  #section-wrapper .u-pcInline {
    display: none
  }

  #section-wrapper .u-spInline {
    display: inline-block
  }

  .page-article .contents_wrap {
    padding-bottom: 34.13333vw
  }

  .page-article .contents_totop {
    bottom: 4vw;
    height: 9.33333vw;
    right: 4vw;
    width: 9.33333vw
  }

  .page-article .contents_totopAnchor {
    height: 100%;
    width: 100%
  }

  .page-article .kv .kv_itemThumbWrap {
    width: 100vw
  }

  .page-article .kv .kv_inner {
    background-color: #fff;
    overflow: hidden;
    padding: 12vw 0;
    width: 100%
  }

  .page-article .kv .kv_inner:after,
  .page-article .kv .kv_inner:before {
    content: "";
    position: absolute;
    z-index: -1
  }

  .page-article .kv .kv_inner:before {
    background: -webkit-linear-gradient(315deg, navy, #500080 50%, purple) no-repeat 0 0;
    background: -moz-linear-gradient(315deg, navy 0, #500080 50%, purple 100%) no-repeat 0 0;
    background: -o-linear-gradient(315deg, navy 0, #500080 50%, purple 100%) no-repeat 0 0;
    background: linear-gradient(135deg, navy, #500080 50%, purple) no-repeat 0 0;
    height: .8vw;
    left: -16vw;
    top: 16vw;
    -webkit-transform: rotate(125deg);
    -moz-transform: rotate(125deg);
    -ms-transform: rotate(125deg);
    -o-transform: rotate(125deg);
    transform: rotate(125deg);
    width: 66.66667vw
  }

  .page-article .kv .kv_inner:after {
    height: 26.66667vw;
    left: 6.4vw;
    top: 10.66667vw;
    width: 26.66667vw
  }

  .page-article .kv .kv_innerWrap {
    margin: 0 auto;
    width: 86.13333vw
  }

  .page-article .kv .kv_titleSub {
    font-size: 4.53333vw;
    line-height: 6.13333vw
  }

  .page-article .kv .kv_titleEmphasis {
    font-size: 9.6vw;
    letter-spacing: -.01em;
    line-height: 10.66667vw
  }

  .page-article .kv[data-id="6"] .kv_titleEmphasis {
    font-size: 8vw;
    line-height: 9.33333vw
  }

  .page-article .kv .kv_innerColumn {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 4vw
  }

  .page-article .kv .kv_date {
    display: inline-block;
    font-size: 2.66667vw;
    line-height: 2.66667vw;
    margin-top: 2.66667vw
  }

  .page-article .kv .kv_snsItem+.kv_snsItem {
    margin-left: 2.66667vw
  }

  .page-article .kv .kv_lead {
    font-size: 3.2vw;
    line-height: 6.4vw;
    margin-top: 10.66667vw
  }

  .page-article .profile .profile_wrap {
    padding: 4vw 0;
    width: 100%
  }

  .page-article .profile .profile_inner {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 auto;
    width: 84vw
  }

  .page-article .profile .profile_thumb {
    grid-auto-columns: 14.66667vw;
    grid-column: 1/2;
    grid-row: 1/2;
    width: 14.66667vw
  }

  .page-article .profile .profile_innerWrap {
    grid-auto-columns: 66.66667vw;
    grid-column: 2/3;
    grid-row: 1/2;
    margin-left: 2.66667vw;
    width: 66.66667vw
  }

  .page-article .profile .profile_name {
    font-size: 4.53333vw;
    line-height: 4.53333vw
  }

  .page-article .profile .profile_position {
    font-size: 2.66667vw;
    line-height: 2.66667vw;
    margin-top: 1.6vw
  }

  .page-article .profile .profile_text {
    font-size: 2.66667vw;
    grid-auto-columns: 84vw;
    grid-column: 1/3;
    grid-row: 2/3;
    line-height: 3.46667vw;
    margin-top: 3.06667vw;
    width: 84vw
  }

  .page-article .profile .profile_text a {
    padding: 0 .53333vw
  }

  .page-article .contents_inner {
    margin-top: 10.66667vw
  }

  .page-article .contents_inner .contents_innerWrap {
    margin-left: auto;
    padding: 13.33333vw 0 13.33333vw 6.66667vw;
    width: 96vw
  }

  .page-article .contents_inner .contents_innerWrap+.contents_innerWrap {
    margin-top: 10.66667vw
  }

  .page-article .contents_inner .contents_innerWrap+.movie {
    margin-top: 16vw
  }

  .page-article .contents_inner .contents_innerWrap .about+.contents_innerBox {
    margin-top: 10.66667vw
  }

  .page-article .contents_inner .contents_innerWrap .about_wrap {
    margin: 13.33333vw 0 0;
    margin: 0
  }

  .page-article .contents_inner .contents_innerBox+.about,
  .page-article .contents_inner .contents_innerBox+.contents_innerBox {
    margin-top: 8vw
  }

  .page-article .contents_inner .contents_innerBox .about {
    margin-bottom: 10.66667vw;
    margin-top: 8vw
  }

  .page-article .contents_inner .contents_innerTitle {
    font-size: 5.06667vw;
    line-height: 6.93333vw;
    padding: 0 6vw 5.33333vw 2vw
  }

  .page-article .contents_inner .contents_innerTitle:before {
    right: 0;
    width: 89.33333vw
  }

  .page-article .contents_inner .contents_innerTitle+.contents_innerText {
    padding-top: 5.33333vw
  }

  .page-article .contents_inner .contents_innerTitle+.contents_innerQre {
    margin-top: 5.33333vw
  }

  .page-article .contents_inner .contents_innerTitle+.contents_innerNote {
    padding-top: 5.33333vw
  }

  .page-article .contents_inner .contents_innerTitle+.contents_innerThumb {
    margin-top: 8vw
  }

  .page-article .contents_inner .contents_innerTitle+.contents_innerBnr {
    padding-top: 5.33333vw
  }

  .page-article .contents_inner .contents_innerText {
    font-size: 3.73333vw;
    line-height: 6.4vw;
    margin-top: -1.6vw;
    padding: 0 6vw 0 2vw
  }

  .page-article .contents_inner .contents_innerText+.contents_innerText {
    padding-top: 5.33333vw
  }

  .page-article .contents_inner .contents_innerText+.contents_innerQre {
    margin-top: 5.33333vw
  }

  .page-article .contents_inner .contents_innerText+.contents_innerAnchor {
    padding-top: 10.66667vw
  }

  .page-article .contents_inner .contents_innerText+.contents_innerNote {
    padding-top: 2.66667vw
  }

  .page-article .contents_inner .contents_innerText+.contents_innerThumb {
    margin-top: 5.33333vw
  }

  .page-article .contents_inner .contents_innerText+.contents_innerBnr {
    padding-top: 5.33333vw
  }

  .page-article .contents_inner .contents_innerText a {
    padding: 0 .53333vw
  }

  .page-article .contents_inner .contents_innerNote {
    font-size: 2.93333vw;
    line-height: 5.33333vw;
    margin-top: -1.6vw;
    padding: 0 6vw 0 2vw
  }

  .page-article .contents_inner .contents_innerNote+.contents_innerText {
    padding-top: 5.33333vw
  }

  .page-article .contents_inner .contents_innerNote+.contents_innerQre {
    margin-top: 5.33333vw
  }

  .page-article .contents_inner .contents_innerNote+.contents_innerNote {
    padding-top: 5.33333vw
  }

  .page-article .contents_inner .contents_innerNote+.contents_innerBnr,
  .page-article .contents_inner .contents_innerNote+.contents_innerThumb {
    margin-top: 5.33333vw
  }

  .page-article .contents_inner .contents_innerNote a {
    padding: 0 .53333vw
  }

  .page-article .contents_inner .contents_innerAnchor {
    font-size: 4.26667vw;
    line-height: 6.93333vw;
    margin-top: -1.6vw;
    padding: 0 6vw 0 2vw
  }

  .page-article .contents_inner .contents_innerAnchor[data-item=next] .contents_innerAnchorText:before {
    left: -5.33333vw
  }

  .page-article .contents_inner .contents_innerAnchor[data-item=prev] .contents_innerAnchorText:before {
    right: 5.33333vw
  }

  .page-article .contents_inner .contents_innerAnchor+.contents_innerText {
    padding-top: 8vw
  }

  .page-article .contents_inner .contents_innerAnchor+.contents_innerQre {
    margin-top: 8vw
  }

  .page-article .contents_inner .contents_innerAnchor+.contents_innerNote {
    padding-top: 8vw
  }

  .page-article .contents_inner .contents_innerAnchor+.contents_innerBnr,
  .page-article .contents_inner .contents_innerAnchor+.contents_innerThumb {
    margin-top: 5.33333vw
  }

  .page-article .contents_inner .contents_innerAnchor .contents_innerAnchorText {
    padding: 0 .53333vw
  }

  .page-article .contents_inner .contents_innerAnchor .contents_innerAnchorText:before {
    height: 2.66667vw;
    padding-top: 5.33333vw;
    right: -2.66667vw;
    width: 2.66667vw
  }

  .page-article .contents_inner .contents_innerThumb+.contents_innerText {
    padding-top: 5.33333vw
  }

  .page-article .contents_inner .contents_innerThumb+.contents_innerQre {
    margin-top: 5.33333vw
  }

  .page-article .contents_inner .contents_innerThumb+.contents_innerNote {
    padding-top: 5.33333vw
  }

  .page-article .contents_inner .contents_innerThumbWrap {
    margin: 0 6vw 0 2vw;
    width: 81.33333vw
  }

  .page-article .contents_inner .contents_innerQre {
    padding: 0 6vw 0 2vw
  }

  .page-article .contents_inner .contents_innerQre+.contents_innerText {
    margin-top: 8vw
  }

  .page-article .contents_inner .contents_innerQre+.contents_innerQre {
    margin-top: 5.33333vw
  }

  .page-article .contents_inner .contents_innerQre+.contents_innerNote {
    padding-top: 5.33333vw
  }

  .page-article .contents_inner .contents_innerQre+.contents_innerBnr,
  .page-article .contents_inner .contents_innerQre+.contents_innerThumb {
    margin-top: 8vw
  }

  .page-article .contents_inner .contents_innerQreLink {
    font-size: 2.93333vw;
    line-height: 10.66667vw;
    width: 100%
  }

  .page-article .contents_inner .contents_innerBnr+.contents_innerText {
    padding-top: 5.33333vw
  }

  .page-article .contents_inner .contents_innerBnr+.contents_innerQre {
    margin-top: 5.33333vw
  }

  .page-article .contents_inner .contents_innerBnr+.contents_innerNote {
    padding-top: 5.33333vw
  }

  .page-article .contents_inner .contents_innerBnr+.contents_innerThumb {
    margin-top: 8vw
  }

  .page-article .contents_inner .contents_innerBnr+.contents_innerBnr {
    padding-top: 5.33333vw
  }

  .page-article .contents_Anchortop {
    font-size: 3.73333vw;
    line-height: 3.73333vw;
    margin-top: 10.66667vw
  }

  .page-article .contents_Anchortop .contents_AnchortopText {
    font-size: 3.73333vw;
    line-height: 3.73333vw;
    padding: 3.2vw 0;
    width: 57.33333vw
  }

  .page-article .contents_Anchortop .contents_AnchortopText:before {
    border-width: 0 0 .4vw .4vw;
    height: 2.66667vw;
    left: 4.4vw;
    width: 2.66667vw
  }

  .page-article .contents_sns {
    margin-top: 8vw
  }

  .page-article .contents_sns .contents_snsItem+.contents_snsItem {
    margin-left: 2vw
  }

  .page-article .about+.contents_innerWrap {
    margin-top: 10.66667vw
  }

  .page-article .about .about_anchor {
    display: block;
    width: 81.33333vw
  }

  .page-article .contents_innerBox .movie .movie_item {
    padding: 0 6vw 0 2vw
  }

  .page-article .movie+.contents_innerTitle {
    padding-top: 8vw
  }

  .page-article .movie+.contents_innerText {
    padding-top: 5.33333vw
  }

  .page-article .movie+.contents_innerQre {
    margin-top: 5.33333vw
  }

  .page-article .movie .movie_text {
    font-size: 3.73333vw;
    line-height: 3.73333vw
  }

  .page-article .movie .movie_item {
    margin-top: 2.13333vw
  }

  .page-article .movie .movie_itemImage {
    width: 89.33333vw
  }

  .page-article .product {
    margin-top: 16vw
  }

  .page-article .product .product_wrap {
    margin: 0 auto;
    width: 89.6vw
  }

  .page-article .product .product_inner+.product_inner {
    margin-top: 8vw
  }

  .page-article .product .product_innerWrap {
    margin-top: 5.33333vw;
    overflow: hidden;
    padding: 5.33333vw 0
  }

  .page-article .product .product_title {
    background: -webkit-linear-gradient(330deg, navy, purple 11%, purple 65%, navy) no-repeat 0 0;
    background: -moz-linear-gradient(330deg, navy 0, purple 11%, purple 65%, navy 100%) no-repeat 0 0;
    background: -o-linear-gradient(330deg, navy 0, purple 11%, purple 65%, navy 100%) no-repeat 0 0;
    background: linear-gradient(120deg, navy, purple 11%, purple 65%, navy) no-repeat 0 0
  }

  .page-article .product .product_titleWrap {
    margin-left: 12vw
  }

  .page-article .product .product_titleInner {
    height: 24vw
  }

  .page-article .product .product_titleInner[data-product=monitor] {
    padding: 3.46667vw 10.66667vw
  }

  .page-article .product .product_titleInner[data-product=headset] {
    padding: 3.46667vw 8vw
  }

  .page-article .product .product_titleItem {
    font-size: 5.6vw;
    line-height: 6.13333vw
  }

  .page-article .product .product_titleDeco {
    font-size: 3.46667vw;
    line-height: 3.46667vw;
    margin-top: 1.33333vw
  }

  .page-article .product .product_links {
    padding: 0 6.66667vw
  }

  .page-article .product .product_linkWrap {
    margin-top: 6.66667vw
  }

  .page-article .product .product_linkTitle {
    border-bottom: 1px solid #000;
    padding: 0 1.33333vw 1.33333vw
  }

  .page-article .product .product_linkTitle p {
    color: purple;
    font-size: 2.93333vw;
    font-weight: 700;
    line-height: 5.33333vw
  }

  .page-article .product .product_linkAnchorText {
    font-size: 3.73333vw;
    line-height: 5.33333vw;
    padding: 2.13333vw 10.66667vw 2.13333vw 1.33333vw
  }

  .page-article .product .product_linkAnchorText:before {
    bottom: 46%;
    height: 2.66667vw;
    right: 1.33333vw;
    width: 2.93333vw
  }

  .page-article .product .product_item {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 4vw auto 0
  }

  .page-article .product .product_itemAnchor:not(:first-child) {
    margin-left: 2.66667vw
  }

  .page-article .product .product_itemAnchorText {
    font-size: 2.93333vw;
    line-height: 2.93333vw;
    padding: 4vw 2.66667vw 4vw 0;
    width: 37.33333vw
  }

  .page-article .product .product_itemAnchorText:before {
    bottom: 46%;
    height: 2.66667vw;
    right: 2.66667vw;
    width: 2.93333vw
  }

  .page-article .product .product_thumb {
    height: 32vw;
    width: 42.66667vw
  }

  .page-article .product .product_thumb[data-product=monitor] {
    right: 2.66667vw;
    top: 8vw
  }

  .page-article .product .product_thumb[data-product=headset] {
    right: 2.66667vw;
    top: 2.66667vw
  }

  .page-article .product .product_thumbImage {
    -webkit-filter: drop-shadow(1.33333vw 1.33333vw 1.86667vw rgba(0, 0, 0, .15));
    filter: drop-shadow(1.33333vw 1.33333vw 1.86667vw rgba(0, 0, 0, .15))
  }

  .page-article .product .product_thumbImage[alt="INZONE M9"] {
    width: 32.93333vw
  }

  .page-article .product .product_thumbImage[alt="INZONE H9"] {
    width: 26.66667vw
  }

  .page-article .product .product_thumbImage[alt="INZONE M3"] {
    width: 32.93333vw
  }

  .page-article .relate {
    margin-top: 10.66667vw
  }

  .page-article .relate .slide-arrow {
    width: 2.66667vw
  }

  .page-article .relate .slide-arrow[data-type=next] {
    left: 34.66667vw
  }

  .page-article .relate .slide-dots {
    height: 5.6vw;
    margin-left: 2.66667vw;
    margin-top: 5.33333vw;
    width: 32vw
  }

  .page-article .relate .slide-dots li {
    height: .53333vw
  }

  .page-article .relate .slide-dots li+li {
    margin-left: .8vw
  }

  .page-article .relate .slide-dots li button {
    height: .53333vw;
    width: 5.33333vw
  }

  .page-article .relate .relate_wrap {
    width: 89.33333vw
  }

  .page-article .relate .relate_title {
    font-size: 4vw;
    line-height: 4vw;
    position: relative
  }

  .page-article .relate .relate_title:before {
    background: -webkit-gradient(linear, left top, right top, from(#3633e2), to(#9a009f)) no-repeat 0 0;
    background: -webkit-linear-gradient(left, #3633e2, #9a009f) no-repeat 0 0;
    background: -moz-linear-gradient(left, #3633e2 0, #9a009f 100%) no-repeat 0 0;
    background: -o-linear-gradient(left, #3633e2 0, #9a009f 100%) no-repeat 0 0;
    background: linear-gradient(90deg, #3633e2, #9a009f) no-repeat 0 0;
    bottom: 50%;
    height: 1px;
    right: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    width: -webkit-calc(100% - 26.66667vw);
    width: -moz-calc(100% - 26.66667vw);
    width: calc(100% - 26.66667vw)
  }

  .page-article .relate .relate_list {
    margin-top: 4.66667vw;
    width: -webkit-calc(100% + 5.33333vw);
    width: -moz-calc(100% + 5.33333vw);
    width: calc(100% + 5.33333vw)
  }

  .page-article .relate .relate_listItem {
    width: 74.66667vw
  }

  .page-article .relate .relate_listItem+.relate_listItem {
    margin-left: 5.33333vw
  }

  .page-article .relate .relate_listDate {
    font-size: 2.66667vw;
    line-height: 2.66667vw
  }

  .page-article .relate .relate_listWrap {
    margin-top: 1.33333vw
  }

  .page-article .relate .relate_listTitle {
    background: -webkit-linear-gradient(160deg, navy, #500080 49%, purple) no-repeat 0 0;
    background: -moz-linear-gradient(160deg, navy 0, #500080 49%, purple 100%) no-repeat 0 0;
    background: -o-linear-gradient(160deg, navy 0, #500080 49%, purple 100%) no-repeat 0 0;
    background: linear-gradient(290deg, navy, #500080 49%, purple) no-repeat 0 0;
    font-size: 4.53333vw;
    line-height: 6.13333vw;
    padding: 6.13333vw 4vw 9.6vw
  }

  .page-article .relate .relate_listInner {
    padding: 4vw 4vw 4.8vw 28vw
  }

  .page-article .relate .relate_listThumb {
    bottom: 2.66667vw;
    left: 2.66667vw
  }

  .page-article .relate .relate_listThumbImage {
    width: 21.33333vw
  }

  .page-article .relate .relate_listPosition {
    font-size: 2.66667vw;
    line-height: 2.66667vw
  }

  .page-article .relate .relate_listName {
    font-size: 3.46667vw;
    line-height: 3.46667vw;
    margin-top: 1.33333vw
  }

  .page-article .contents_anchor,
  .page-article .contents_anchor+.contents_innerWrap {
    margin-top: 10.66667vw
  }

  .page-article .contents_anchor .contents_anchorItem+.contents_anchorItem {
    margin-top: 2.66667vw
  }

  .page-article .contents_anchor .contents_anchorLink {
    display: block;
    margin: 0 auto;
    width: 78.66667vw
  }

  .page-article .contents_anchor .contents_anchorLink:before {
    bottom: 50%;
    height: 2.13333vw;
    left: 3.06667vw;
    -webkit-transform: translateY(50%) rotate(45deg);
    -moz-transform: translateY(50%) rotate(45deg);
    -ms-transform: translateY(50%) rotate(45deg);
    -o-transform: translateY(50%) rotate(45deg);
    transform: translateY(50%) rotate(45deg);
    width: 2.13333vw
  }

  .page-article .contents_anchor .contents_anchorLinkWrap {
    padding: 4vw 0 4vw 8vw
  }

  .page-article .contents_anchor .contents_anchorLinkWrap:before {
    -webkit-transform: skew(320deg);
    -moz-transform: skew(320deg);
    -ms-transform: skew(320deg);
    -o-transform: skew(320deg);
    transform: skew(320deg);
    width: 18.66667vw
  }

  .page-article .contents_anchor .contents_anchorLinkWrap.center .contents_anchorThumb {
    margin: 0 0 0 4.26667vw;
    width: 13.33333vw
  }

  .page-article .contents_anchor .contents_anchorText {
    font-size: 3.2vw;
    line-height: 4.26667vw;
    width: 53.33333vw
  }

  .page-article .contents_anchor .contents_anchorThumb {
    margin: 0 auto
  }

  .page-article .contents_anchor .contents_anchorThumb[data-type=H9] {
    width: 7.73333vw
  }

  .page-article .contents_anchor .contents_anchorThumb[data-type=M3],
  .page-article .contents_anchor .contents_anchorThumb[data-type=M9] {
    width: 10.8vw
  }

  .page-article .contents_anchor .contents_anchorThumbImage {
    -webkit-filter: drop-shadow(1.33333vw 1.33333vw 1.86667vw rgba(0, 0, 0, .15));
    filter: drop-shadow(1.33333vw 1.33333vw 1.86667vw rgba(0, 0, 0, .15))
  }

  .page-index .contents_inner {
    padding: 0 0 28vw
  }

  .page-index .contents_totop {
    bottom: 10.66667vw;
    height: 9.33333vw;
    right: 4vw;
    width: 9.33333vw
  }

  .page-index .contents_totopAnchor {
    height: 100%;
    width: 100%
  }

  .page-index .kv {
    margin-bottom: 10.26667vw;
  }

  .page-index .articles .articles_title {
    font-size: 7.2vw;
    line-height: 7.2vw;
    padding-right: 3.73333vw
  }

  .page-index .articles .articles_group {
    padding: 16vw 0
  }

  .page-index .articles .articles_inner {
    margin-top: 6.66667vw
  }

  .page-index .articles .articles_category {
    background: url(../images/index/bg_articles-category_sp.png) no-repeat 0 0/100% auto;
    height: 50.66667vw;
    left: 3.2vw;
    top: 0;
    width: 50.66667vw
  }

  .page-index .articles .articles_category p {
    font-size: 5.33333vw;
    padding: 5.33333vw 4vw
  }

  .page-index .articles .articles_list {
    margin: 0 auto;
    width: 85.33333vw
  }

  .page-index .articles .articles_item+.articles_item {
    margin-top: 6.66667vw
  }

  .page-index .articles .articles_itemAnchor {
    display: block
  }

  .page-index .articles .articles_itemHead {
    border: .53333vw solid transparent;
    padding: 7.73333vw 4vw 5.86667vw
  }

  .page-index .articles .articles_itemTagWrap {
    height: 4.8vw
  }

  .page-index .articles .articles_itemTagLead.new {
    width: 15.2vw
  }

  .page-index .articles .articles_itemTagLead.video {
    padding: 1px;
    width: 21.86667vw
  }

  .page-index .articles .articles_itemTagLead.video:after {
    -webkit-clip-path: polygon(0 0, 98.5% 0, 81% 100%, 0 100%);
    clip-path: polygon(0 0, 98.5% 0, 81% 100%, 0 100%);
    height: -webkit-calc(100% - 2px);
    height: -moz-calc(100% - 2px);
    height: calc(100% - 2px);
    left: 1px;
    top: 1px;
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: calc(100% - 2px)
  }

  .page-index .articles .articles_itemTagLead.new+.video {
    margin-left: -4.26667vw;
    width: 22.4vw
  }

  .page-index .articles .articles_itemTagLead.new+.video:after {
    -webkit-clip-path: polygon(18% 0, 100% 0, 100% 100%, 1% 100%);
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 1% 100%)
  }

  .page-index .articles .articles_itemTagLead.new+.video .ico-play {
    margin-left: 2.66667vw
  }

  .page-index .articles .articles_itemTagLeadWrap.ico-new {
    font-size: 3.46667vw;
    margin-left: -2.66667vw;
    margin-top: -2px
  }

  .page-index .articles .articles_itemTagLeadWrap.ico-play {
    font-size: 2.66667vw;
    margin-left: -2.4vw
  }

  .page-index .articles .articles_itemTitle {
    font-size: 5.33333vw;
    line-height: 6.66667vw
  }

  .page-index .articles .articles_itemTitleText {
    font-size: 5.06667vw;
    line-height: 6.26667vw
  }

  .page-index .articles .articles_itemDate {
    font-size: 2.66667vw;
    line-height: 2.66667vw;
    margin-top: 1.86667vw
  }

  .page-index .articles .articles_itemInnerWrap {
    padding: 0 4vw
  }

  .page-index .articles .articles_itemPosition {
    font-size: 2.66667vw;
    line-height: 3.46667vw
  }

  .page-index .articles .articles_itemName {
    font-size: 4vw;
    line-height: 4vw;
    margin-top: 1.6vw
  }

  .page-index .articles .articles_itemThumbImage {
    width: 28vw
  }

  .page-index .bunner_sns {
    margin: 12.4vw auto 0
  }

  .page-index .bunner_sns .bunner_snsItem+.bunner_snsItem {
    margin-left: 2vw
  }

  .page-index .bunner_sns .bunner_snsAnchor {
    height: 6.66667vw;
    width: 6.66667vw
  }

  .page-index .review {
    margin: 8vw 4vw 0
  }

  .page-index .review_title {
    font-size: 7.2vw;
    margin-bottom: 2.13333vw
  }

  .page-index .review_lead {
    font-size: 2.66667vw;
    margin-bottom: 5.33333vw
  }

  .page-index .review_list {
    width: 85.33333vw
  }

  .page-index .review_list_item {
    height: 26.66667vw;
    margin-bottom: 1.86667vw;
    width: 100%
  }

  .page-index .review_list_itemLink {
    padding: 1px
  }

  .page-index .review_list_itemName {
    font-size: 3.2vw;
    padding-left: 3.73333vw;
    width: 60.66667vw
  }

  .page-index .review_list_itemName span {
    font-size: 6.8vw;
    margin-left: 1.33333vw
  }

  .page-index .review_list_itemThumb {
    padding-right: 1.6vw;
    width: 22.93333vw
  }
}

@media only screen and (max-width:1100px) {
  .page-index .kv .kv_thumb {
    margin: 0;
  }
}