@charset "UTF-8";
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,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
}

html, body {
  height: 100%;
}

body {
  color: #181818;
  font-family: -apple-system, "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  /*游ゴかすれ対策*/
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1;
}

body.-noScroll {
  overflow: hidden;
}

.serif {
  font-family: "KozMinPro-Bold", "Kozuka Mincho Pro B", "Kozuka Mincho Std B", "小塚明朝 Pro B", "小塚明朝 Std B", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  letter-spacing: .1em;
}

sup {
  position: relative;
  top: -.25em;
  vertical-align: baseline;
  line-height: 0;
  font-size: 80%;
  margin-right: .3em;
}

a:link {
  color: #181818;
  text-decoration: none;
}

a:visited {
  color: #181818;
}

a:hover {
  color: #181818;
  text-decoration: none;
}

/*
a.tlink {
border-bottom: #ec0641 dashed 1px;
}
a.tlink:hover {
border-bottom: #ec0641 solid 1px;
}
a.tlink[target="_blank"]:after {
content: '';
display: inline-block;
width: .7em;
height: .7em;
margin: 0 .15em;
background: url(/magazine/assets/img/common/icon_tlink-blank_pc.svg) 0 0 no-repeat;
background-size: contain;
}
*/
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  width: 100%;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.clB {
  clear: both;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

* {
  box-sizing: border-box;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /*
  &.sw {
  visibility: hidden;
}
  */
}

.videoContainer {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.videoContainer iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media all and (min-width: 991px) {
  ._sp {
    display: none !important;
  }
  input[type="image"],
  a img {
    opacity: 1;
    transition: opacity .2s;
  }
}

@media all and (max-width: 990px) {
  ._pc {
    display: none !important;
  }
}

@media print {
  .noPrint {
    display: none !important;
  }
}

html {
  height: 100%;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.wrap {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
}

.section > .inner {
  position: relative;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 991px) {
  .wrap {
    min-width: 960px;
    max-width: auto;
  }
  .section {
    height: 100vh;
  }
}

@media all and (max-width: 990px) {
  .section {
    height: 100vh;
  }
  .section > .inner {
    margin: 0 auto;
  }
}

/*== colorbox =========================================================================*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  /*overflow:hidden;*/
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#colorbox {
  outline: 0;
  overflow: visible !important;
}

#cboxContent {
  /*margin: 60px;*/
  overflow: visible;
  background: #000;
  border: none;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 0;
}

#cboxLoadingGraphic {
  background: url(/magazine/assets/img/common/cbox_loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

/*#cboxClose{right:-70px; top:-108px; width:54px; height:76px; background:url(./img/cbox_close-btn.png) no-repeat top center;}*/
#cboxClose {
  right: -34px;
  top: -44px;
  width: 24px;
  height: 24px;
  background: none;
}

#cboxClose:hover {
  opacity: .75;
}

#cboxClose:after {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: url(/magazine/assets/img/common/cbox_close-btn.png) no-repeat top center;
  background-size: 100%;
}

.device-sp #cboxClose {
  right: 30px;
  top: -85px;
  width: 24px;
  height: 24px;
  background-size: 100%;
}

/*#cboxClose:hover{opacity: .6}*/
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

@media all and (min-width: 991px) {
  ._nowrap_pc {
    white-space: nowrap;
  }
  .wrap {
    padding-top: 60px;
  }
  .g__header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 60px;
    background: #fff;
  }
  .g__header > .inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .h__prjLogo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 26.33333%;
    max-width: 316px;
    margin: 21px 0 0 40px;
  }
  .h__prjLogo a {
    display: block;
    transition: all .2s;
  }
  .h__prjLogo a:hover {
    opacity: .4;
  }
  .h__nav {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .h__nav_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 0;
    height: 100%;
  }
  .h__nav_menu > li {
    margin-left: 27px;
    height: 100%;
  }
  .h__nav_menu > li a {
    height: 100%;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.33333vw;
    white-space: nowrap;
    transition: all .2s;
    display: flex;
    align-items: center;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  .h__nav_menu > li a {
    font-size: 1.6rem;
  }
}

@media all and (min-width: 991px) {
  .h__nav_menu > li a:hover {
    opacity: .4;
  }
  .h__nav_menu > li.prodpageBtn {
    border-left: 1px solid #C4C4C4;
  }
  .h__nav_menu > li.prodpageBtn a {
    font-size: 14px;
    font-size: 1.16666308vw;
    padding: 0 27px;
  }
  .h__nav_menu > li.prodpageBtn a img.icon {
    margin-left: 14px;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  .h__nav_menu > li.prodpageBtn a {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
  }
}

@media all and (min-width: 991px) {
  .h__nav_menu > li.-current a {
    opacity: .4;
  }
  .g__main {
    position: relative;
    width: 100%;
  }
  .g__footer {
    width: 100%;
  }
  .g__footer > .inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding-bottom: 2.5%;
    margin: 0 auto;
  }
  .f__breadcrumb {
    position: relative;
    padding: 1.25% 7.5%;
    margin-top: 1px;
  }
  .f__breadcrumb::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    border-top: #e1e0de solid 1px;
    border-bottom: #e1e0de solid 1px;
    background: #ebebe9;
  }
  .f__breadcrumb a {
    display: inline-block;
    transition: all .2s;
  }
  .f__breadcrumb a:hover {
    opacity: .4;
  }
  .f__breadcrumb_items {
    display: flex;
    position: relative;
    font-size: 11px;
    font-size: 0.91667vw;
    letter-spacing: .04em;
    color: #656565;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  .f__breadcrumb_items {
    font-size: 1.1rem;
  }
}

@media all and (min-width: 991px) {
  .f__breadcrumb_items > li {
    position: relative;
    white-space: nowrap;
  }
  .f__breadcrumb_items > li:nth-of-type(n+2) {
    margin-left: .3em;
  }
  .f__breadcrumb_items > li:nth-of-type(n+2)::before {
    content: '>';
    position: relative;
    margin-left: .3em;
  }
  .f__breadcrumb_items a {
    position: relative;
    color: #656565;
  }
  .f__end {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 85%;
    padding-top: 2.5%;
    margin: 0 auto;
  }
  .f__copyright {
    flex-grow: 5;
    margin-top: 0.78431%;
    font-size: 10px;
    font-size: 0.83333vw;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  .f__copyright {
    font-size: 1rem;
  }
}

@media all and (min-width: 991px) {
  .f__links {
    display: flex;
    flex-grow: 2;
    margin-top: 0.78431%;
  }
  .f__links > li:nth-of-type(n+2) {
    margin-left: 1.5em;
  }
  .f__links > li a {
    white-space: nowrap;
    transition: all .2s;
  }
  .f__links > li a:hover {
    opacity: .4;
  }
  .f__lixilLogo {
    flex-grow: 0;
    width: 7.84314%;
  }
  .f__lixilLogo a {
    display: block;
    transition: all .2s;
  }
  .f__lixilLogo a:hover {
    opacity: .4;
  }
}

@media all and (min-width: 1200px) {
  .g__footer > .inner {
    padding: 0 0 30px;
  }
}

@media all and (max-width: 990px) {
  body {
    font-weight: 400;
  }
  ._nowrap_sp {
    white-space: nowrap;
  }
  .g__header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
  }
  .g__header > .inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 13.33333%;
  }
  .h__prjLogo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 52.66667%;
    margin: 4.93333% 0 0 5.33333%;
  }
  .h__nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .h__nav_menu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding-top: 21.33333%;
    background: rgba(255, 255, 255, 0.96);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .3s;
  }
  .h__nav_menu::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 13.33333%;
    background: #fff;
  }
  .h__nav_menu img {
    width: auto;
    height: auto;
  }
  .h__nav_menu > li:nth-of-type(2) {
    margin-top: 12%;
  }
  .h__nav_menu > li:nth-of-type(n+3) {
    margin-top: 6.66667%;
  }
  .h__nav_menu > li a {
    display: block;
    padding-left: 8%;
    padding-right: 8%;
    font-weight: 700;
    font-size: 24px;
    font-size: 6.4vw;
  }
  .h__nav_menu > li.homeBtn a {
    font-size: 18px;
    font-size: 4.8vw;
  }
  .h__nav_menu > li.prodpageBtn a {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    padding: 12.93333333vw 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    margin-left: 8%;
    margin-right: 8%;
    font-size: 1.7rem;
    font-size: 4.53333333vw;
  }
  .h__nav_menu > li.prodpageBtn {
    margin-top: 12%;
  }

  .h__nav_menu > li.-current {
    opacity: .4;
  }
  .h__nav_openCloseMenuBtn {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 101;
    width: 8%;
    height: 0;
    padding-top: 3.2%;
    margin-right: 5.33333%;
    transform: translateY(-50%);
  }
  .h__nav_openCloseMenuBtn button {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .h__nav_openCloseMenuBtn button div, .h__nav_openCloseMenuBtn button::before, .h__nav_openCloseMenuBtn button::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 100%;
    height: 2px;
    border-radius: 10em;
    background: #000;
    transition: all .2s;
  }
  .h__nav_openCloseMenuBtn button::before {
    margin-top: -5px;
  }
  .h__nav_openCloseMenuBtn button::after {
    margin-top: 5px;
  }
  .h__nav.-open .h__nav_menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .h__nav.-open .h__nav_openCloseMenuBtn button div {
    opacity: 0;
  }
  .h__nav.-open .h__nav_openCloseMenuBtn button::before {
    margin-top: 0;
    transform: rotate(45deg);
  }
  .h__nav.-open .h__nav_openCloseMenuBtn button::after {
    margin-top: 0;
    transform: rotate(-45deg);
  }
  .g__main {
    position: relative;
    width: 100%;
    padding-top: 13.33333%;
  }
  .g__footer {
    position: relative;
    width: 100%;
  }
  .g__footer > .inner {
    position: relative;
    width: 84%;
    padding-bottom: 5.33333%;
    margin: 0 auto;
  }
  .f__breadcrumb {
    position: relative;
    padding: 1.90476% 0;
    margin-top: 1px;
  }
  .f__breadcrumb::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    border-top: #e1e0de solid 1px;
    border-bottom: #e1e0de solid 1px;
    background: #ebebe9;
  }
  .f__breadcrumb_items {
    display: flex;
    position: relative;
    font-size: 8px;
    font-size: 2.13333vw;
    letter-spacing: .08em;
    color: #656565;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .f__breadcrumb_items > li {
    position: relative;
    white-space: nowrap;
  }
  .f__breadcrumb_items > li:nth-of-type(n+2) {
    margin-left: .3em;
  }
  .f__breadcrumb_items > li:nth-of-type(n+2)::before {
    content: '>';
    position: relative;
    margin-left: .3em;
  }
  .f__breadcrumb_items a {
    position: relative;
    color: #656565;
  }
  .f__end {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding-top: 6.34921%;
  }
  .f__copyright {
    order: 1;
    margin-top: 0.79365%;
    font-size: 9px;
    font-size: 2.4vw;
  }
  .f__links {
    display: flex;
    order: 3;
    width: 100%;
    margin-top: 1.2em;
  }
  .f__links > li:nth-of-type(n+2) {
    margin-left: 1.5em;
  }
  .f__links > li a {
    font-size: 9px;
    font-size: 2.4vw;
    white-space: nowrap;
  }
  .f__lixilLogo {
    order: 2;
    width: 12.69841%;
  }
}

@media all and (min-width: 991px) {
  .m__outbound {
    position: relative;
    width: 100%;
    background: #f6f4ee;
  }
  .m__outbound > .inner {
    max-width: 1200px;
    padding: 5.83333% 0 10%;
    margin: 0 auto;
  }
  .contentsPg .m__outbound {
    margin-top: 3.33333%;
  }
  .outb__header {
    width: 85%;
    margin: 0 auto;
  }
  .outb__h_heading {
    font-size: 15px;
    font-size: 1.25vw;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  .outb__h_heading {
    font-size: 1.5rem;
  }
}

@media all and (min-width: 991px) {
  .outb__body {
    width: 85%;
    margin: 3.33333% auto 0;
  }
  .outb__contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .outb__content {
    position: relative;
    width: 49.01961%;
    background: #fff;
  }
  .outb__content:nth-of-type(n+3) {
    margin-top: 1.96078%;
  }
  .outb__content::before {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 64%;
  }
  .outb__content_pct {
    position: absolute;
    left: 0;
    top: 50%;
    width: 20.6%;
    margin-left: 22.4%;
    transform: translate(-50%, -50%);
  }
  .outb__content_tblc {
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    margin-left: 43%;
    transform: translateY(-50%);
  }
  .outb__content_tblc dt {
    font-weight: 700;
    font-size: 16px;
    font-size: 1.33333vw;
    line-height: 1.375;
    white-space: nowrap;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  .outb__content_tblc dt {
    font-size: 1.6rem;
  }
}

@media all and (min-width: 991px) {
  .outb__content_tblc dd:nth-of-type(1) {
    margin-top: 5.2%;
    font-size: 14px;
    font-size: 1.16667vw;
    line-height: 1.57143;
    text-align: justify;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  .outb__content_tblc dd:nth-of-type(1) {
    font-size: 1.4rem;
  }
}

@media all and (min-width: 991px) {
  .outb__content_tblc dd:nth-of-type(2) {
    margin-top: 6.4%;
  }
  .outb__content_tblc dd:nth-of-type(2) li {
    margin-top: 4%;
  }
  .outb__content_tblc dd:nth-of-type(2) li a {
    display: inline-block;
    position: relative;
    padding: .6em 2.7em .6em 1.5em;
    border: #e75400 solid 1px;
    border-radius: 10em;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.16667vw;
    color: #e75400;
    white-space: nowrap;
    transition: all .2s;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  .outb__content_tblc dd:nth-of-type(2) li a {
    font-size: 1.4rem;
  }
}

@media all and (min-width: 991px) {
  .outb__content_tblc dd:nth-of-type(2) li a:hover {
    opacity: .4;
  }
  .outb__content_tblc dd:nth-of-type(2) li .ico {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: .7em;
    height: .7em;
    margin: -1px 1.5em 0 0;
    border: #e75400 solid 1px;
    transform: translateY(-50%);
  }
  .outb__content_tblc dd:nth-of-type(2) li .ico::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(.7em - 1px);
    height: calc(.7em - 1px);
    margin: 0 -3px -3px 0;
    border-right: #e75400 solid 1px;
    border-bottom: #e75400 solid 1px;
  }
  .outb__content2 .outb__content_pct {
    width: 19.4%;
  }
  .outb__content3 .outb__content_pct {
    width: 24%;
  }
  .outb__content4 .outb__content_pct {
    width: 20%;
  }
}

@media all and (min-width: 1200px) {
  .m__outbound > .inner {
    padding: 70px 0 120px;
  }
  .contentsPg .m__outbound {
    margin-top: 40px;
  }
}

@media all and (max-width: 990px) {
  .m__outbound {
    position: relative;
    width: 100%;
    background: #f6f4ee;
  }
  .m__outbound > .inner {
    width: 84%;
    padding: 8% 0 13.33333%;
    margin: 0 auto;
  }
  .contentsPg .m__outbound {
    margin-top: 8%;
  }
  .outb__h_heading {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.71429;
  }
  .outb__body {
    margin-top: 7.93651%;
  }
  .outb__content {
    position: relative;
    background: #fff;
  }
  .outb__content:nth-of-type(n+2) {
    margin-top: 3.1746%;
  }
  .outb__content_pct {
    position: absolute;
    left: 0;
    top: 50%;
    width: 12.85714%;
    margin-left: 15.87302%;
    transform: translate(-50%, -50%);
  }
  .outb__content_tblc {
    position: relative;
    width: 58.73016%;
    padding: 11.5873% 0 12.69841%;
    margin-left: 31.74603%;
  }
  .outb__content_tblc dt {
    font-weight: 700;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.5;
    white-space: nowrap;
  }
  .outb__content_tblc dd:nth-of-type(1) {
    margin-top: 4.59459%;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5;
    text-align: justify;
  }
  .outb__content_tblc dd:nth-of-type(2) {
    margin-top: 6.48649%;
  }
  .outb__content_tblc dd:nth-of-type(2) li {
    margin-top: 4.05405%;
  }
  .outb__content_tblc dd:nth-of-type(2) li a {
    display: inline-block;
    position: relative;
    padding: .6em 2.7em .6em 1.5em;
    border: #e75400 solid 1px;
    border-radius: 10em;
    font-weight: 700;
    font-size: 10px;
    font-size: 2.66667vw;
    color: #e75400;
    white-space: nowrap;
  }
  .outb__content_tblc dd:nth-of-type(2) li .ico {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: .7em;
    height: .7em;
    margin: -1px 1.5em 0 0;
    border: #e75400 solid 1px;
    transform: translateY(-50%);
  }
  .outb__content_tblc dd:nth-of-type(2) li .ico::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(.7em - 1px);
    height: calc(.7em - 1px);
    margin: 0 -3px -3px 0;
    border-right: #e75400 solid 1px;
    border-bottom: #e75400 solid 1px;
  }
  .outb__content1 .outb__content_tblc {
    padding: 6.03175% 0 7.14286%;
  }
  .outb__content2 .outb__content_pct {
    width: 13.33333%;
  }
  .outb__content3 .outb__content_pct {
    width: 16.19048%;
  }
  .outb__content4 .outb__content_pct {
    width: 14.28571%;
  }
}

@media all and (min-width: 991px) {
  .m__reference {
    position: relative;
    width: 100%;
    margin-top: 5%;
  }
  .m__reference > .inner {
    max-width: 1200px;
    padding-top: 5%;
    margin: 0 auto;
  }
  .refe__header {
    position: relative;
    width: 85%;
    padding-bottom: 4.16667%;
    margin: 0 auto;
  }
  .refe__header::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 1px;
    background: rgba(24, 24, 24, 0.2);
    transform: translateX(-50%);
  }
  .refe__h_heading {
    font-weight: 700;
    font-size: 18px;
    font-size: 1.5vw;
    letter-spacing: .06em;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  .refe__h_heading {
    font-size: 1.8rem;
  }
}

@media all and (min-width: 991px) {
  .refe__body {
    width: 85%;
    margin: 3.33333% auto 0;
  }
  .refe__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .refe__content:nth-of-type(n+2) {
    margin-top: 3.92157%;
  }
  .refe__content:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .refe__content::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #f6f4ee;
    transform: translateX(-50%);
  }
  .refe__content_pic {
    position: relative;
    width: 47.05882%;
  }
  .refe__content_pic a {
    display: block;
    position: relative;
    transition: all .3s;
  }
  .refe__content_pic a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.2);
    opacity: 0;
    transition: all .3s;
  }
  .refe__content_pic a:hover::after {
    opacity: 1;
  }
  .refe__content_tblc {
    position: relative;
    width: 47.05882%;
    padding: 3.62745% 0;
  }
  .refe__content_tblc dt {
    font-weight: 700;
    font-size: 15px;
    font-size: 1.25vw;
    letter-spacing: .06em;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  .refe__content_tblc dt {
    font-size: 1.5rem;
  }
}

@media all and (min-width: 991px) {
  .refe__content_tblc dd:nth-of-type(1) {
    margin-top: 4.0625%;
    font-size: 15px;
    font-size: 1.25vw;
    line-height: 2.4;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  .refe__content_tblc dd:nth-of-type(1) {
    font-size: 1.5rem;
  }
}

@media all and (min-width: 991px) {
  .refe__content_tblc dd:nth-of-type(2) {
    margin-top: 3.8%;
  }
  .refe__content_tblc dd:nth-of-type(2) a {
    display: inline-block;
    position: relative;
    padding: .6em 1.5em;
    border: #e75400 solid 1px;
    border-radius: 10em;
    background: #fff;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.16667vw;
    color: #e75400;
    white-space: nowrap;
    transition: all .2s;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  .refe__content_tblc dd:nth-of-type(2) a {
    font-size: 1.4rem;
  }
}

@media all and (min-width: 991px) {
  .refe__content_tblc dd:nth-of-type(2) a[target="_blank"] {
    padding-right: 2.7em;
  }
  .refe__content_tblc dd:nth-of-type(2) a:hover {
    opacity: .4;
  }
  .refe__content_tblc dd:nth-of-type(2) .ico {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: .7em;
    height: .7em;
    margin: -1px 1.5em 0 0;
    border: #e75400 solid 1px;
    transform: translateY(-50%);
  }
  .refe__content_tblc dd:nth-of-type(2) .ico::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(.7em - 1px);
    height: calc(.7em - 1px);
    margin: 0 -3px -3px 0;
    border-right: #e75400 solid 1px;
    border-bottom: #e75400 solid 1px;
  }
}

@media all and (min-width: 1200px) {
  .m__reference {
    margin-top: 60px;
  }
  .m__reference > .inner {
    padding-top: 60px;
  }
}

@media all and (max-width: 990px) {
  .m__reference {
    position: relative;
    width: 100%;
    margin-top: 6.66667%;
  }
  .m__reference > .inner {
    padding-top: 6.66667%;
  }
  .refe__header {
    position: relative;
    width: 84%;
    padding-bottom: 6.66667%;
    margin: 0 auto;
  }
  .refe__header::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 1px;
    background: rgba(24, 24, 24, 0.2);
    transform: translateX(-50%);
  }
  .refe__h_heading {
    font-weight: 700;
    font-size: 16px;
    font-size: 4.26667vw;
    letter-spacing: .06em;
  }
  .refe__body {
    width: 84%;
    margin: 8% auto 0;
  }
  .refe__content {
    position: relative;
    padding: 9.52381% 0;
  }
  .refe__content:nth-of-type(n+2) {
    margin-top: 9.52381%;
  }
  .refe__content::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #f6f4ee;
    transform: translateX(-50%);
  }
  .refe__content_pic {
    position: relative;
  }
  .refe__content_tblc {
    position: relative;
    margin-top: 8.09524%;
  }
  .refe__content_tblc dt {
    font-weight: 700;
    font-size: 15px;
    font-size: 4vw;
    letter-spacing: .02em;
    line-height: 1.6;
  }
  .refe__content_tblc dd:nth-of-type(1) {
    margin-top: 6.50794%;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.71429;
    text-align: justify;
  }
  .refe__content_tblc dd:nth-of-type(2) {
    margin-top: 3.96825%;
  }
  .refe__content_tblc dd:nth-of-type(2) a {
    display: inline-block;
    position: relative;
    padding: .6em 1.5em;
    border: #e75400 solid 1px;
    border-radius: 10em;
    background: #fff;
    font-weight: 700;
    font-size: 10px;
    font-size: 2.66667vw;
    color: #e75400;
    white-space: nowrap;
  }
  .refe__content_tblc dd:nth-of-type(2) a[target="_blank"] {
    padding-right: 2.7em;
  }
  .refe__content_tblc dd:nth-of-type(2) .ico {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: .7em;
    height: .7em;
    margin: -1px 1.5em 0 0;
    border: #e75400 solid 1px;
    transform: translateY(-50%);
  }
  .refe__content_tblc dd:nth-of-type(2) .ico::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(.7em - 1px);
    height: calc(.7em - 1px);
    margin: 0 -3px -3px 0;
    border-right: #e75400 solid 1px;
    border-bottom: #e75400 solid 1px;
  }
}

@media all and (min-width: 991px) {
  .body__navi {
    position: relative;
    width: 85%;
    padding-top: 3.33333%;
    margin: 5.83333% auto 0;
    border-top: rgba(24, 24, 24, 0.2) solid 1px;
  }
  .body__navi_articleBtn {
    position: relative;
    width: 70.58824%;
    border-right: rgba(24, 24, 24, 0.2) solid 1px;
  }
  .body__navi_articleBtn a {
    display: flex;
    align-items: center;
  }
  .body__navi_articleBtn .pic {
    position: relative;
    width: 33.33333%;
    height: 0;
    overflow: hidden;
    padding-top: 18.75%;
    margin-right: 4.16667%;
  }
  .body__navi_articleBtn .pic img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .body__navi_articleBtn .pic::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.2);
    opacity: 0;
    transition: all .3s;
  }
  .body__navi_articleBtn .txt {
    transition: all .3s;
  }
  .body__navi_articleBtn .txt dt {
    font-size: 44px;
    font-size: 3.66667vw;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  .body__navi_articleBtn .txt dt {
    font-size: 4.4rem;
  }
}

@media all and (min-width: 991px) {
  .body__navi_articleBtn .txt dd {
    margin-top: 1.80556%;
    font-size: 16px;
    font-size: 1.33333vw;
    line-height: 1.625;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  .body__navi_articleBtn .txt dd {
    font-size: 1.6rem;
  }
}

@media all and (min-width: 991px) {
  .body__navi_articleBtn .txt dd:nth-of-type(2) {
    margin-top: 1.80556%;
    font-size: 13px;
    font-size: 1.08333vw;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  .body__navi_articleBtn .txt dd:nth-of-type(2) {
    font-size: 1.3rem;
  }
}

@media all and (min-width: 991px) {
  .body__navi_articleBtn a:hover .pic::after {
    opacity: 1;
  }
  .body__navi_articleBtn a:hover .txt {
    opacity: .4;
  }
  [class*="creatorsWalls"] .body__navi_articleBtn .txt dt {
    margin-bottom: .8em;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.66667vw;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  [class*="creatorsWalls"] .body__navi_articleBtn .txt dt {
    font-size: 2rem;
  }
}

@media all and (min-width: 991px) {
  .body__navi_articleBtn > dt {
    margin-bottom: 1.2em;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.5vw;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  .body__navi_articleBtn > dt {
    font-size: 1.8rem;
  }
}

@media all and (min-width: 991px) {
  .body__navi_articleBtn > dd:nth-of-type(n+2) {
    margin-top: 1.5em;
  }
  .body__navi_indexBtn {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 3.92157%;
  }
  .body__navi_indexBtn a {
    display: inline-block;
    position: relative;
    padding: .6em 1.5em .6em 1.5em;
    border: rgba(24, 24, 24, 0.2) solid 1px;
    border-radius: 10em;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.16667vw;
    letter-spacing: .06em;
    white-space: nowrap;
    transition: all .2s;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  .body__navi_indexBtn a {
    font-size: 1.4rem;
  }
}

@media all and (min-width: 991px) {
  .body__navi_indexBtn a:hover {
    opacity: .4;
  }
  .body__navi.-first .body__navi_articleBtn {
    visibility: hidden;
  }
  .pcWhite {
    color: #fff;
  }
}

@media all and (max-width: 990px) {
  .body__navi {
    position: relative;
    width: 84%;
    padding: 8% 0;
    margin: 13.33333% auto 0;
    border-top: rgba(24, 24, 24, 0.2) solid 1px;
  }
  .body__navi_articleBtn {
    position: relative;
  }
  .body__navi_articleBtn a {
    display: flex;
    justify-content: space-between;
  }
  .body__navi_articleBtn .pic {
    position: relative;
    width: 48.4127%;
    height: 0;
    overflow: hidden;
    padding-top: 26.98413%;
  }
  .body__navi_articleBtn .pic img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .body__navi_articleBtn .txt {
    width: 46.03175%;
  }
  .body__navi_articleBtn .txt dt {
    font-size: 24px;
    font-size: 6.4vw;
  }
  .body__navi_articleBtn .txt dd {
    margin-top: 3.65079%;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1.63636;
  }
  .body__navi_articleBtn .txt dd:nth-of-type(2) {
    margin-top: 3.65079%;
    font-size: 10px;
    font-size: 2.66667vw;
  }
  .body__navi_articleBtn::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    margin-bottom: -9.52381%;
    background: rgba(24, 24, 24, 0.2);
  }
  [class*="creatorsWalls"] .body__navi_articleBtn .txt dt {
    margin-bottom: .6em;
    font-weight: 700;
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .body__navi_articleBtn > dt {
    margin-bottom: 1.5em;
    font-weight: 700;
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .body__navi_articleBtn > dd:nth-of-type(n+2) {
    margin-top: 1.5em;
  }
  .body__navi_indexBtn {
    position: relative;
    margin-top: 19.04762%;
  }
  .body__navi_indexBtn a {
    display: inline-block;
    position: relative;
    padding: .6em 2em .6em 2em;
    border: rgba(24, 24, 24, 0.2) solid 1px;
    border-radius: 10em;
    font-weight: 700;
    font-size: 10px;
    font-size: 2.66667vw;
    white-space: nowrap;
  }
  .body__navi.-first .body__navi_articleBtn {
    display: none;
  }
  .body__navi.-first .body__navi_indexBtn {
    margin-top: 0;
  }
  .spWhite {
    color: #fff;
  }
  #cboxClose {
    right: 0;
    top: -54px;
  }
}

.body__navi_articleBtn.-na {
  pointer-events: none;
}

.body__navi_articleBtn.-na .pic::before {
  content: 'Coming Soon';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: .7em .7em;
  border: #eee solid 1px;
  background: #fff;
  color: #000;
}

@media all and (min-width: 991px) {
  .body__tile {
    margin-top: 6.66667% !important;
  }
  .body__tile .body__topic_heading::after {
    width: 70.58824%;
  }
  .body__tile_heading {
    padding-bottom: 2.05882%;
    margin-bottom: 2.94118%;
    font-weight: 500;
    font-size: 15px;
    font-size: 1.25vw;
    letter-spacing: .02em;
    line-height: 1;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  .body__tile_heading {
    font-size: 1.5rem;
  }
}

@media all and (min-width: 991px) {
  .body__tile__tiles {
    display: flex;
  }
  .body__tile__tiles > li {
    width: 29.41176%;
  }
  .body__tile__tiles > li a {
    display: flex;
  }
  .body__tile__tiles > li a figure {
    position: relative;
  }
  .body__tile__tiles > li a figure::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.2);
    opacity: 0;
    transition: all .3s;
  }
  .body__tile__tiles > li a figure img {
    position: relative;
  }
  .body__tile__tiles > li a p {
    transition: all .3s;
  }
  .body__tile__tiles > li a:hover figure::after {
    opacity: 1;
  }
  .body__tile__tiles > li a:hover p {
    opacity: .4;
  }
  .body__tile__tile_pic {
    width: 28%;
    margin-right: 4%;
  }
  .body__tile__tile_ttl {
    font-size: 12px;
    font-size: 1vw;
    line-height: 1.75;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  .body__tile__tile_ttl {
    font-size: 1.2rem;
  }
}

@media all and (max-width: 990px) {
  .body__tile .body__topic_heading::after {
    width: 100%;
  }
  .body__tile_heading {
    font-weight: 500;
    font-size: 15px;
    font-size: 4vw;
    letter-spacing: .02em;
    line-height: 1;
  }
  .body__tile__tiles > li:nth-of-type(n+2) {
    margin-top: 8.73016%;
  }
  .body__tile__tiles > li a {
    display: flex;
    justify-content: space-between;
  }
  .body__tile__tile_pic {
    width: 26.98413%;
  }
  .body__tile__tile_ttl {
    width: 68.25397%;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.75;
  }
}

@media all and (min-width: 991px) {
  .m__cover {
    position: relative;
    width: 100%;
  }
  .m__cover > .inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  .covr__mv {
    position: relative;
    left: 50%;
    width: 100vw;
    margin: 0 0 8.33333% -50vw;
  }
  .covr__mv._oldB::after {
    content: 'After';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 11.66667%;
    max-width: 140px;
    padding: .5em 0;
    margin: 0 0 1.66667% 30.83333%;
    border-radius: 10em;
    background: #fff;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.5vw;
    text-align: center;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  .covr__mv._oldB::after {
    font-size: 1.8rem;
  }
}

@media all and (min-width: 991px) {
  .covr__title {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    width: 85%;
    max-width: 1020px;
    margin-top: -.1em;
    font-size: 18px;
    font-size: 1.5vw;
    transform: translateX(-50%);
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  .covr__title {
    font-size: 1.8rem;
  }
}

@media all and (min-width: 991px) {
  .covr__title span:nth-of-type(1) {
    font-weight: 700;
  }
  .covr__title span:nth-of-type(2) {
    margin-left: .2em;
    font-size: 66px;
    font-size: 5.5vw;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  .covr__title span:nth-of-type(2) {
    font-size: 6.6rem;
  }
}

@media all and (min-width: 991px) {
  .covr__heading {
    position: relative;
    width: 85%;
    padding: 0 0 2% 20.83333%;
    margin: -0.5% auto 0;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.66667vw;
    letter-spacing: .06em;
    line-height: 1.6;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  .covr__heading {
    font-size: 2rem;
  }
}

@media all and (min-width: 991px) {
  .covr__heading::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: -1;
    width: 100vw;
    height: 1px;
    border-bottom: rgba(24, 24, 24, 0.2) solid 1px;
    transform: translateX(-50%);
  }
  .covr__portrait {
    position: absolute;
    left: 50%;
    width: 10%;
    overflow: hidden;
    margin: 1.66667% 0 0 7.5%;
    border-radius: 10em;
    background: #f2f2f2;
  }
  .covr__name {
    position: relative;
    width: 85%;
    padding-left: 20.83333%;
    margin: 1.66667% auto 0;
    font-size: 13px;
    font-size: 1.08333vw;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  .covr__name {
    font-size: 1.3rem;
  }
}

@media all and (min-width: 991px) {
  .covr__lead {
    position: relative;
    width: 85%;
    padding-left: 20.83333%;
    margin: 3.29167% auto 0;
    font-size: 15px;
    font-size: 1.25vw;
    letter-spacing: .02em;
    line-height: 2.4;
    text-align: justify;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  .covr__lead {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 990px) {
  .m__cover {
    position: relative;
    width: 100%;
  }
  .m__cover > .inner {
    position: relative;
  }
  .covr__mv {
    position: relative;
  }
  .covr__mv._oldB::after {
    content: 'After';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 28%;
    padding: .5em 0;
    margin: 0 4% 4% 0;
    border-radius: 10em;
    background: #fff;
    font-weight: 700;
    font-size: 13px;
    font-size: 3.46667vw;
    text-align: center;
  }
  .covr__title {
    display: flex;
    align-items: center;
    position: relative;
    width: 84%;
    padding-bottom: 3.33333%;
    margin: 10.66667% auto 0;
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .covr__title span:nth-of-type(1) {
    font-weight: 700;
  }
  .covr__title span:nth-of-type(2) {
    margin-left: .2em;
    font-size: 44px;
    font-size: 11.73333vw;
  }
  .covr__title::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: -1;
    width: 100vw;
    height: 1px;
    border-bottom: rgba(24, 24, 24, 0.2) solid 1px;
    transform: translateX(-50%);
  }
  .covr__portrait {
    position: absolute;
    right: 0;
    width: 21.33333%;
    overflow: hidden;
    margin: 2.66667% 8% 0 0;
    border-radius: 10em;
    background: #f2f2f2;
  }
  .covr__heading {
    width: 84%;
    margin: 6.66667% auto 0;
    font-weight: 700;
    font-size: 16px;
    font-size: 4.26667vw;
    letter-spacing: .06em;
    line-height: 1.625;
  }
  .covr__name {
    width: 84%;
    margin: 4% auto 0;
    font-size: 10px;
    font-size: 2.66667vw;
  }
  .covr__lead {
    width: 84%;
    margin: 6.66667% auto 0;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.71429;
    text-align: justify;
  }
  .covr__lead._old {
    margin: 6.93333% auto 0;
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.8;
  }
}

@media all and (min-width: 991px) {
  .m__body {
    position: relative;
    width: 100%;
    margin-top: 9.95833%;
  }
  .m__body > .inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .body__topic {
    position: relative;
    width: 85%;
    margin: 0 auto;
  }
  .body__topic:nth-of-type(n+2) {
    margin-top: 9.95833%;
  }
  .body__topic_heading {
    position: relative;
    width: 100%;
    padding-bottom: 2.35294%;
    margin-bottom: 5.88235%;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.66667vw;
    letter-spacing: .06em;
    line-height: 1.6;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  .body__topic_heading {
    font-size: 2rem;
  }
}

@media all and (min-width: 991px) {
  .body__topic_heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(24, 24, 24, 0.2);
  }
  .body__topic_paragraph {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .body__topic_paragraph:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .body__topic_paragraph._rowdir_reverse {
    flex-direction: row-reverse !important;
  }
  .body__topic_paragraph._rowdir_normal {
    flex-direction: row !important;
  }
  .body__topic_paragraph:nth-of-type(n+2) {
    margin-top: 5.88235%;
  }
  .body__topic_pic {
    width: 47.05882%;
  }
  .body__topic_tblc {
    width: 47.05882%;
    margin-top: -1.02941%;
    font-size: 15px;
    font-size: 1.25vw;
    letter-spacing: .02em;
    line-height: 2.4;
    text-align: justify;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  .body__topic_tblc {
    font-size: 1.5rem;
  }
}

@media all and (min-width: 991px) {
  .body__topic_tblc dl:nth-of-type(n+2) {
    margin-top: 8.125%;
  }
  .body__topic_tblc dt {
    position: relative;
    padding-left: 1.5em;
    font-weight: 700;
  }
  .body__topic_tblc dt::before {
    content: '─';
    position: absolute;
    left: 0;
  }
  .body__topic_tblc dd {
    margin-top: 8.125%;
    text-align: justify;
  }
  .body__topic_tblc p:nth-of-type(n+2) {
    margin-top: 8.125%;
  }
  .body__topic_tblc .note {
    font-size: 11px;
    font-size: 0.91667vw;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  .body__topic_tblc .note {
    font-size: 1.1rem;
  }
}

@media all and (min-width: 991px) {
  .body__topic_paragraph[class*="_wide"] {
    width: 70.58824%;
  }
  .body__topic_paragraph[class*="_wide"] .body__topic_pic {
    width: 100%;
  }
  .body__topic_paragraph[class*="_wide"] .body__topic_tblc {
    width: 100%;
    margin-top: 6.875%;
  }
  .body__topic_paragraph[class*="_wide"] .body__topic_tblc dd {
    margin-top: 5.41667%;
  }
  .body__topic_paragraph[class*="_wide"] .body__topic_tblc p:nth-of-type(n+2) {
    margin-top: 5.41667%;
  }
  .body__topic_paragraph[class*="_wide"] .body__topic_tblc._mt0 {
    margin-top: -1.45833%;
  }
  .body__topic_paragraph._align_c {
    align-items: center;
  }
  .body__epilogue {
    margin-top: 3.82353%;
  }
  .body__topic_tblc._oldA {
    width: 47.05882%;
  }
  .body__topic_tblc._oldA .note {
    margin-top: 2.91667%;
  }
  .body__topic_tblc._old {
    width: 70.58824%;
  }
  .body__topic_tblc._old .note {
    margin-top: 1.94444%;
  }
  .body__topic__casePicA {
    width: 47.05882%;
  }
  .body__topic__casePicB {
    width: 100%;
    margin-top: 3.82353%;
  }
  .body__topic__casePicB__pics {
    display: flex;
    justify-content: space-between;
  }
  .body__topic__casePicB__pics > li {
    width: 47.05882%;
  }
  .body__topic__casePicB__pics > li::after {
    content: 'After';
    display: block;
    position: relative;
    margin-top: 6.25%;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.5vw;
    letter-spacing: .02em;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  .body__topic__casePicB__pics > li::after {
    font-size: 1.8rem;
  }
}

@media all and (min-width: 991px) {
  .body__topic__casePicB__pics > li:nth-of-type(2):after {
    content: 'Before';
  }
  [class*="body__topic__casePic_caption"] {
    position: relative;
    margin-top: 2.5%;
    font-size: 15px;
    font-size: 1.25vw;
    letter-spacing: .02em;
    line-height: 1.6;
    text-align: justify;
  }
}

@media all and (min-width: 991px) and (min-width: 1200px) {
  [class*="body__topic__casePic_caption"] {
    font-size: 1.5rem;
  }
}

@media all and (min-width: 991px) {
  [class*="body__topic__casePic_caption"].body__topic__casePic_caption_B {
    width: 47.05882%;
  }
  /*
  .body__tile {
    margin-top: percentage(80/1200) !important;

    .body__topic_heading::after {
      width: percentage(720/1020);
    }
  }

  .body__tile_heading {
    padding-bottom: percentage(21/1020);
    margin-bottom: percentage(30/1020);
    font-weight: 500;
    @include fontSize_vw_pc(15);
    letter-spacing: .02em;
    line-height: 1;
  }

  .body__tile__tiles {
    display: flex;

    > li {
      width: percentage(300/1020);

      a {
        display: flex;

        figure {
          position: relative;

          &::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(24, 24, 24, 0.2);
            opacity: 0;
            transition: all .3s;
          }
          img {
            position: relative;
          }
        }

        p {
          transition: all .3s;
        }

        &:hover {
          figure::after {
            opacity: 1;
          }
          p {
            opacity: .4;
          }
        }
      }
    }
  }

  .body__tile__tile_pic {
    width: percentage(84/300);
    margin-right: percentage(12/300);
  }

  .body__tile__tile_ttl {
    @include fontSize_vw_pc(12);
    line-height: (21/12);
  } */
}

@media all and (min-width: 1200px) {
  .m__body {
    margin-top: 119.5px;
  }
}

@media all and (max-width: 990px) {
  .m__body {
    position: relative;
    width: 100%;
    margin-top: 13.26667%;
  }
  .body__topic {
    position: relative;
    width: 84%;
    margin: 0 auto;
  }
  .body__topic:nth-of-type(n+2) {
    margin-top: 14.66667%;
  }
  .body__topic_heading {
    position: relative;
    width: 100%;
    padding-bottom: 6.34921%;
    margin-bottom: 9.52381%;
    font-weight: 700;
    font-size: 16px;
    font-size: 4.26667vw;
    letter-spacing: .06em;
    line-height: 1.625;
  }
  .body__topic_heading::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 1px;
    background: rgba(24, 24, 24, 0.2);
    transform: translateX(-50%);
  }
  .body__topic_paragraph:nth-of-type(n+2) {
    margin-top: 17.46032%;
  }
  .body__topic_tblc {
    margin-top: 7.93651%;
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: .02em;
    line-height: 1.71429;
  }
  .body__topic_tblc dl:nth-of-type(n+2) {
    margin-top: 15.87302%;
  }
  .body__topic_tblc dt {
    position: relative;
    padding-left: 1.5em;
    font-weight: 700;
  }
  .body__topic_tblc dt::before {
    content: '─';
    position: absolute;
    left: 0;
  }
  .body__topic_tblc dd {
    margin-top: 6.34921%;
    text-align: justify;
  }
  .body__topic_tblc p:nth-of-type(n+2) {
    margin-top: 6.34921%;
  }
  .body__topic_tblc .note {
    font-size: 10px;
    font-size: 2.66667vw;
  }
  .body__topic_paragraph[class*="_wide"] .body__topic_pic {
    width: 119.04762%;
    margin-left: -9.52381%;
  }
  .body__topic_paragraph[class*="_wide"] .body__topic_tblc {
    margin-top: 7.93651%;
  }
  .body__topic_paragraph[class*="_wide"] .body__topic_tblc dd {
    margin-top: 6.34921%;
  }
  .body__topic_paragraph[class*="_wide"] .body__topic_tblc p:nth-of-type(n+2) {
    margin-top: 6.34921%;
  }
  .body__topic_paragraph[class*="_wide"] .body__topic_tblc._mt0 {
    margin-top: -1.5873%;
  }
  .body__epilogue {
    margin-top: 15.87302%;
  }
  .body__topic__casePicA,
  .body__topic__casePicB {
    margin-top: 6.34921%;
  }
  .body__topic__casePicB__pics > li:nth-of-type(2) {
    margin-top: 9.52381%;
  }
  .body__topic__casePicB__pics > li::after {
    content: 'After';
    display: block;
    position: relative;
    margin-top: 6.03175%;
    font-weight: 700;
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: .02em;
  }
  .body__topic__casePicB__pics > li:nth-of-type(2):after {
    content: 'Before';
  }
  [class*="body__topic__casePic_caption"] {
    position: relative;
    margin-top: 4.7619%;
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: .02em;
    line-height: 1.66667;
    text-align: justify;
  }
  /*   .body__tile {
    .body__topic_heading::after {
      width: 100%;
    }
  }

  .body__tile_heading {
    font-weight: 500;
    @include fontSize_vw_sp(15);
    letter-spacing: .02em;
    line-height: 1;
  }

  .body__tile__tiles {
    > li {

      &:nth-of-type(n+2) {
        margin-top: percentage(55/630);
      }

      a {
        display: flex;
        justify-content: space-between;
      }
    }
  }

  .body__tile__tile_pic {
    width: percentage(170/630);
  }

  .body__tile__tile_ttl {
    width: percentage(430/630);
    @include fontSize_vw_sp(12);
    line-height: (42/24);
  }
 */
}

@media all and (min-width: 991px) {
  html.ie body {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}

@media all and (max-width: 990px) {
  html.ios {
    font-weight: 300;
  }
  html.android {
    font-weight: 300;
  }
}
